.bootstrap-select .dropdown-toggle {
    background-color: #FFF !important;
}

.bootstrap-select .dropdown-menu > li > a {
    color: #555 !important;
}

.bootstrap-select .dropdown-menu > li > a:hover {
    background-color: #1e90ff !important;
    color: #FFF !important;
}

.bootstrap-select .filter-option {
    color: #555 !important;
}

.bootstrap-select .caret {
    color: #555 !important;
    right: 5px !important;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0;
    display: list-item;
}

.dropdown-menu > li > a:hover .text-muted {
  color: #FFF !important;
}

.dropdown-menu > li > a:focus {
  color: #fff !important;
}

.dropdown-menu > li > a:focus .text-muted {
  color: #fff !important;
}