﻿h5.card-header {
    background-color: rgba(0,0,0,.03) !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-bottom-width: 1px !important;
    margin-bottom: 10px;
}


.b7-multiselect-chip-container {
    display: block;
    flex-wrap: nowrap;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    direction: ltr;
    margin-bottom: 0 !important;
}

.b7-multiselect-chip {
    cursor: default;
    display: inline-block;
    padding: .25em .4em;
    /*font-size: 75%;
    font-weight: 700;*/
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.b7-multiselect-chip-secondary {
    color: #fff;
    background-color: #455a64;
    padding: 7px 5px 8px;
    font-size: 12px;
    margin-bottom: 1px;
}

.b7-multiselect-container {
    position: relative;
}

    .b7-multiselect-container .b7-multiselect-dropdown {
        position: absolute;
        width: 100%;
        z-index: 999;
        background-color: #ffffff;
    }

.b7-multiselect-chip-cross {
    cursor: pointer;
}

.b7-multiselect-input {
    border-color: transparent;
    width: 100%;
    max-width: max-content;
    background: transparent;
}

    .b7-multiselect-input:focus {
        outline: none;
    }

.b7-multiselect-dropdown {
    border-radius: 0px 0px 6px 6px;
    border: 1px solid rgba(238, 238, 238, 0.08);
    cursor: pointer;
    max-height: 320px;
    overflow-y: auto;
    display: none;
}

.b7-multiselect-item {
    border-bottom: 1px solid rgba(238, 238, 238, 0.08);
}

.option-bg {
    padding: 10px 14px;
}

.custom-result-background .b7-multiselect-chip-secondary, .custom-color-style .b7-multiselect-chip-secondary {
    background: rgba(0,0,0,.3);
}
/*.custom-result-background input, .custom-color-style input {
    color:#fff;
}*/

.custom-result-background input::-webkit-input-placeholder, .custom-color-style input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 0.6;
}

.custom-result-background input::-moz-placeholder, .custom-color-style input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    opacity: 0.6;
}

.custom-result-background input:-ms-input-placeholder, .custom-color-style input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    opacity: 0.6;
}

.custom-result-background input:-moz-placeholder, .custom-color-style input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    opacity: 0.6;
}

.b7-multiselect-item:hover {
    background: rgba(0,0,0,0.2);
}

.b7-multiselect-item-selected {
    background-color: #1b6ec2;
    color: white;
}

.disabled {
    opacity: 0.7;
    pointer-events: none;
}

.b7-multiselect-container.disabled {
    background: #ddd;
    pointer-events: none;
}

    .b7-multiselect-container.disabled input {
        background: #ddd;
    }

.selected-item {
    background: rgba(0,0,0,0.4);
}

.default-menu-background {
    border: 1px solid #ddd;
}

    .default-menu-background .b7-multiselect-item {
        border-color: transparent;
    }
