/* line 1, /app/app/assets/stylesheets/gsdd_companies.scss */
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #92278F;
  border-color: #92278F;
}

/* line 7, /app/app/assets/stylesheets/gsdd_companies.scss */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #92278F;
  border-color: #92278F;
}

/* The switch - the box around the slider */
/* line 14, /app/app/assets/stylesheets/gsdd_companies.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 25px;
}

/* Hide default HTML checkbox */
/* line 22, /app/app/assets/stylesheets/gsdd_companies.scss */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
/* line 29, /app/app/assets/stylesheets/gsdd_companies.scss */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 41, /app/app/assets/stylesheets/gsdd_companies.scss */
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 53, /app/app/assets/stylesheets/gsdd_companies.scss */
input:checked + .slider {
  background-color: #2196F3;
}

/* line 57, /app/app/assets/stylesheets/gsdd_companies.scss */
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 61, /app/app/assets/stylesheets/gsdd_companies.scss */
input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
/* line 68, /app/app/assets/stylesheets/gsdd_companies.scss */
.slider.round {
  border-radius: 34px;
}

/* line 72, /app/app/assets/stylesheets/gsdd_companies.scss */
.slider.round:before {
  border-radius: 50%;
}
