/*  BOOTSTRAP SELECT */
.bootstrap-select .btn-default {
    color: #74708d !important;
    background-color: #fff;
    border-color: #e4e9f0;
}

.bootstrap-select .btn-default:hover {
    border-color: #b8beca;
    background: #fff !important;
}

.bootstrap-select .btn-default:focus, .bootstrap-select .btn-default:active {
    border-color: #08f !important;
    background: #fff !important;
    color: #74708d !important;
}

.bootstrap-select.show .btn-default {
    border-color: #08f !important;
    background: #fff !important;
    color: #74708d !important;
}

.bootstrap-select .dropdown-menu li a {
    padding: 0.38rem 1.15rem;
    outline: none;
    display: block;
}

.bootstrap-select .dropdown-menu li a:hover {
    color: #08f;
}

.bootstrap-select .dropdown-menu li a.opt {
    padding-left: 1.15rem !important;
}

.bootstrap-select .dropdown-menu li.hidden {
    display: none;
}

.bootstrap-select .dropdown-menu li.no-results {
    margin-left: 0.61rem;
    margin-right: 0.61rem;
    padding: 0.61rem 0.76rem;
    border-radius: 5px;
    background: #f2f4f8;
    color: #74708d;
}

.bootstrap-select .filter-option {
    text-overflow: ellipsis;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
