﻿.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
    padding: 0;
}

.bootstrap-select.btn-group[class*="col-"] .btn {
    background: white;
    border-radius: 0;
    padding: 6px 12px;
    outline: none !important;
    margin: 0;
    box-shadow: none;
}

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    width: 95%;
}
