﻿/*https://www.codehim.com/demo/bootstrap-multiselect-dropdown/#further-examples*/

.multiselect-as-checkbox .checkbox-list > li > a {
    display: block;
    padding: 3px 0;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    .multiselect-as-checkbox .checkbox-list > li > a:hover,
    .multiselect-as-checkbox .checkbox-list > li > a:focus {
        color: #333;
        text-decoration: none;
        background-color: transparent;
    }

.multiselect-as-checkbox .checkbox-list > .active > a,
.multiselect-as-checkbox .checkbox-list > .active > a:hover,
.multiselect-as-checkbox .checkbox-list > .active > a:focus {
    color: #333;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.multiselect-as-checkbox .checkbox-list > .disabled > a,
.multiselect-as-checkbox .checkbox-list > .disabled > a:hover,
.multiselect-as-checkbox .checkbox-list > .disabled > a:focus {
    color: #777;
}

    .multiselect-as-checkbox .checkbox-list > .disabled > a:hover,
    .multiselect-as-checkbox .checkbox-list > .disabled > a:focus {
        text-decoration: none;
        cursor: unset;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

.multiselect-as-checkbox .checkbox-list > li > a > label {
    padding: 3px 0 3px 20px;
}

.multiselect-as-checkbox .multiselect-container.checkbox-list {
    position: static;
}
