/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
}

.card-header {
    padding:.25rem 0rem 0rem 0rem;
}

.dk-select,
.dk-select-multi {
    width: auto;
}

.dk-selected {
    padding:0 2em 0 0.5em;

}

.card {
    margin-bottom: .25rem;
}

.btn-link, .btn-link:hover {
    color:#212529;
}


.options-nav {
  margin: 1em 0em 1.5em 0em;
}

.page-link {
  color: #212529;
}

.subhead {
    padding:5px;
    margin-top:10px;
    margin-bottom:10px;
}

.buttonlist {
    padding-top:10px;
    padding-bottom:20px;
}

.page-item.active > a {
    background-color: RGBA(195,20,50,.8) !important;
    border-color: RGBA(195,20,50,.8) !important;
}

.nav-link{
    margin-top: .5em;
    padding: .2em !important;
    color: #212529;
}


.nav-link.active {
    background-color: RGBA(150,150,150,.8) !important;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .sidebar-entry {
  padding: 0.875rem 1.25rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#sidebar-wrapper .list-group ul li a {
    padding: 0.875rem 2rem;
}

#sidebar-wrapper a.selected {
    background-color: #dae0e5 !important;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
    bottom: -.2rem;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  /*background-color: #b51f36;*/
}

input:focus + .slider {
  box-shadow: 0 0 1px #b51f36;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}


.form-control {
    margin:20px;

}
