﻿span.multiselect-native-select {
    display: block;
}

    span.multiselect-native-select .btn-group {
        width: 100%;
    }


    span.multiselect-native-select .btn {
        line-height: 1.5;
        color: #495057 !important;
        background-color: #fff !important;
        background-clip: padding-box;
        border: 1px solid #ced4da !important;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        height: calc(2.25rem + 2px) !important;
        font-size: 15px;
        text-transform: none;
        width: 100%;
        text-align: left;
        font-family: inherit;
    }


        span.multiselect-native-select .btn::after {
            float: right;
            font-family: 'FontAwesome';
            padding-right: 15px;
            content: "\f078";
            border: none;
        }


    span.multiselect-native-select ul {
        border: 1px solid #ced4da !important;
        width: 100%;
    }


        span.multiselect-native-select ul li {
            border: none;
        }


            span.multiselect-native-select ul li:hover, span.multiselect-native-select ul li.active {
                background-color: #31add3;
            }


            span.multiselect-native-select ul li a {
                font-weight: normal;
                font-family: inherit;
                color: inherit;
                width: 100%;
            }

                span.multiselect-native-select ul li a label {
                    padding-left: 0px;
                    display: inline-block;
                    width: 100%;
                }

                    span.multiselect-native-select ul li a label input {
                        position: relative;
                        right: 5px;
                    }


    span.multiselect-native-select .btn:hover {
        font-style: normal;
        font-weight: normal;
    }
