/*multiple*/

.multiple.bootstrap-select, filter-option {
    width: 20%;
    /*max-width: 220px;*/
}

    .multiple.bootstrap-select.btn-group.show-tick .dropdown-menu li:not(.selected) a span.check-mark:before {
        content: none;
    }

    .multiple.bootstrap-select.btn-group.show-tick .dropdown-menu li:not(.disabled) a span.check-mark {
        position: absolute;
        right: 10px;
        top: 2px;
        width: 17px;
        height: 17px;
        border: 1px solid #ced2d4;
        background: white;
        border-radius: 0;
        display: inline-block;
        left: 15px;
        margin-top: 2.5px;
    }

    .multiple.bootstrap-select li span.glyphicon-ok:after, .bootstrap-select li.selected span.glyphicon-ok:after {
        content: '✓';
        position: absolute;
        top: 1px;
        right: 2px;
        font-size: 14px;
        line-height: 0.8;
        color: white;
        transition: all .2s;
        transform: scale(1);
    }

    .multiple.bootstrap-select li.selected span.glyphicon-ok:before {
        content: '';
        position: absolute;
        right: 0;
        width: 15px;
        height: 15px;
        border: 1px solid #000046;
        background: #000046;
        border-radius: 0;
    }


/*multiple end*/


/*bootstrap-selectpicker button*/

.btn.dropdown-toggle.btn-default{
    padding-left: 33px;
}

.btn.dropdown-toggle.btn-default > .glyphicon-menu-down {
    position: absolute;
    top: 34%;
    color: #bdbdbd;
    left: 23px;
    right: auto;
}

.btn.dropdown-toggle.btn-default > .glyphicon-menu-up {
    position: absolute;
    top: 34%;
    color: #bdbdbd;
    left: 23px;
    right: auto;
}

.bootstrap-select.btn-group .btn .caret {
    border: none;
}

.bootstrap-select.btn-group .btn .filter-option {
    width: inherit;
    text-align: right;
    right: 7px;
    left:31px;
}

.bootstrap-select .btn:focus {
    outline: none !important;
}

div.bootstrap-select > button:active, div.bootstrap-select > button:focus, div.bootstrap-select > button {
    background-color: #fff !important;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
    cursor: default;
}

.bootstrap-select > .btn[disabled] {
    cursor: not-allowed !important;
    background-color: #eee !important;
    opacity: 1;
    color: #555;
}

/*bootstrap-selectpicker button end*/



/*.dropdown-menu*/

/*.bootstrap-select.btn-group .dropdown-menu {
    width: 100%;
}*/

    .bootstrap-select.btn-group .dropdown-menu.inner {
        max-height: 190px !important;
        min-height: 0px;
    }

.dropdown-menu > .active > a:focus:hover {
    background-color: #f5f5f5;
}

.dropdown-menu > .active.selected > a, .dropdown-menu > .active > a:focus {
    background-color: white;
}

    .dropdown-menu > .active.selected > a, .dropdown-menu > .active.selected > a:hover, .dropdown-menu > .active.selected > a:focus {
        color: inherit !important;
        background-color: #f5f5f5;
    }

.btn-group .active:not(.dropdown-toggle):not(.theme_Option) {
    color: inherit;
}

.btn-group .active:not(.dropdown-toggle):not(.theme_Option), .label.active {
    background-color: white;
}

.dropdown-menu > li:hover:not(.disabled) > a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus  {
    color: #000046;
    background-color: #f5f5f5;
    outline: 1px solid #000046;
}

.dropdown-menu > li > a:focus {
    outline: none;
}

.dropdown-menu > li > a:focus {
    background-color: white;
}

.dropdown-menu > li:not(.disabled) > a:focus:hover {
    background-color: #f5f5f5;
}

.dropdown-menu > li > a {
    padding: 3px 30px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 0px;
    margin-right: 0px;
}

.dropdown-menu > li {
    margin: 1px;
}

/*.dropdown-menu-end*/

