
.bootstrap-select>.dropdown-toggle{
  height: 34px;
  font-size: 0.8rem;
}
.bootstrap-select>.dropdown-toggle {
  height: 34px;
  border: 1px solid #ced4da;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder {
  color: #999;
  background-color: #fff;
}
.btn-light:not(:disabled):not(.disabled):active{
  background-color: white;
}
.bootstrap-select .dropdown-menu{
  font-size: 0.8rem;
}
.btn-light{
  color: #212529;
  background-color: white;
  border-color: #f5f4f4;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: 0px !important;
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  border-radius: 0.25rem;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
:focus {
  outline: 0px !important;
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  border-radius: 0.25rem;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.selectpicker.form-control{
  height: 34px;
}
.bootstrap-select .btn-light.disabled, .btn-light:disabled {
  color: black;
  background-color: #eee !important;
  border-color: #ced4da !important;
}
.btn.dropdown-toggle.disabled.btn-light {
  opacity: inherit !important;
}

.large-bootstrap-select .dropdown-menu {
  min-width: 500px;
}
.large-bootstrap-select .dropdown-menu li a span.text{
  word-wrap: break-word;
  white-space: normal;
}

.break-line.bootstrap-select .dropdown-menu li a {
	white-space: normal;
}