/*Overwrites for bootstrap-select*/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 14px;
    text-transform: initial;
    font-family: 'robotoregular', sans-serif;
}