﻿.filter-results {
    min-width: 200px;
    max-width: 220px;
}

.filter-text-results {
    min-width: 300px;
    max-width: 350px;
}

.filter-date-results {
    min-width: 320px;
    max-width: 370px;
}

.filter-select-results {
    min-width: 300px;
}

/*.select2-container {
    width: 100% !important;
}*/

.select2-selection__choice {
    float: none !important;
    display: inline-block !important;
}
    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        display: block;
        height: 36px;
    }

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        display: block;
        height: 36px;
    }

.input-group > .select2-container--bootstrap {
    width: auto;
    flex: 1 1 auto;
}

    .input-group > .select2-container--bootstrap .select2-selection--single {
        height: 100%;
        line-height: inherit;
    }

/*Dark theme*/

.checkbox-menu-dark li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #a1a5ad;
    white-space: nowrap;
    margin: 0;
    transition: background-color .4s ease;
}

.checkbox-menu-dark li input {
    margin: 1px 1px;
    top: 2px;
    position: relative;
}

.checkbox-menu-dark li.active label {
    color: #ffffff;
}

.checkbox-menu-dark li label:hover,
.checkbox-menu-dark li label:focus {
    color: #a1a5ad;
    background-color: #556172;
}

.checkbox-menu-dark li.active label:hover,
.checkbox-menu-dark li.active label:focus {
    color: #ffffff;
    background-color: #556172;
}

/* light theme*/
.checkbox-menu-light li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #a1a5ad;
    white-space: nowrap;
    margin: 0;
    transition: background-color .4s ease;
}

.checkbox-menu-light li input {
    margin: 1px 1px;
    top: 2px;
    position: relative;
}

.checkbox-menu-light li.active label {
    color: #67757c;
}

.checkbox-menu-light li label:hover,
.checkbox-menu-light li label:focus {
    color: #a1a5ad;
    background-color: #556172;
}

.checkbox-menu-light li.active label:hover,
.checkbox-menu-light li.active label:focus {
    color: #ffffff;
    background-color: #556172;
}