.bootstrap-select .btn:focus {
  outline: none !important;
  outline-offset: -2px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
  opacity: .45;
}
.dropdown-menu {
  min-height: 0 !important;
}