
.multiselect-native-select {
    padding-top: 7px;
}

.multiselect-native-select select {
    display: none;
}

.multiselect-native-select label {
    display: block !important;
}

.multiselect-native-select .btn-group {
    width: 100% !important;
}

.multiselect-native-select .btn-group button.dropdown-toggle,
.multiselect-native-select .btn-group button:active,
.multiselect-native-select .btn-group button:hover,
.multiselect-native-select .btn-group button:focus,
.multiselect-native-select .btn-group.open > button.dropdown-toggle,
.multiselect-native-select .btn-group.open > button:active,
.multiselect-native-select .btn-group.open > button:hover,
.multiselect-native-select .btn-group.open > button:focus {
    box-shadow: none !important;
    border: 1px solid #ccc !important;
}

.multiselect-native-select .btn-group button {
    width: 100% !important;
    border-radius: 0 !important;
    height: 40px !important;
    text-align: left !important;
    font-weight: normal !important;
    position: relative !important;
    overflow: hidden !important;
    text-transform: uppercase !important;
}

.multiselect-native-select .btn-group button .caret {
    position: absolute !important;
    right: 6px !important;
    top: 50% !important;
    margin-top: -1px !important;
    color: gray !important;
}

.multiselect-native-select .btn-group .multiselect-container {
    border-radius: 0 !important;
    width: 100%  !important;
    border-top: none  !important;
    height: 280px  !important;
    overflow-y: scroll !important;
    overflow-x: auto !important;
}

.multiselect-native-select .btn-group .multiselect-container > li label {
    font-size: 14px;
    color: black;
}

.multiselect-native-select .btn-group .multiselect-container > li a {
    margin: 0 5px !important;
    width: 100% !important;
}

.multiselect-native-select .btn-group .multiselect-container > li.active a {
    background: #79bde0 !important;
}

.multiselect-native-select .btn-group button .caret {
    display: none !important;
}

.multiselect-container > li > a > label {
    padding: 3px 20px 3px 25px;
}

.has-error .multiselect-native-select .btn-group button.dropdown-toggle {
    border: 1px solid red !important;
}