.dropdown-filter-dropdown {
    display: block;
}

.dropdown-filter-icon {
    line-height:1.3;
    display:block;
    cursor:pointer;
}

    .dropdown-filter-icon.dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        color: #2196f3;
    }

.has-filter .dropdown-filter-icon.dropdown-toggle::after {
    color: red;
}

    .dropdown-filter-icon:hover {
        cursor: pointer;
    }

.checkbox-container {
    max-height: 400px;
    overflow-y: scroll;
}

.dropdown-filter-content {
    display: none;
    background-color: #f9f9f9;
    min-width: 200px;
    max-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
}

.dropdown-filter-content div.dropdown-filter-search {
    margin-bottom:10px;
    margin-top:10px;
}


.dropdown-filter-content div.dropdown-filter-sort {
    padding-top:5px;
    padding-bottom:5px;
}

.dropdown-filter-content div.dropdown-filter-sort:hover {
    background-color:#e1e5e7;
    cursor:pointer;
}

.dropdown-filter-content div.dropdown-filter-sort span {
    margin-right:5px;
    margin-left:5px;
    margin-top:5px;
    margin-bottom:5px;
    color:#000000;
}

.arrow-down {
    border: solid #607D8B;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-right: 5px;
    margin-left: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

@media screen and (min-width:992px) {
    .resize-header {
        overflow: auto;
        min-width: 75px;
        resize: horizontal;
        -moz-resize: horizontal;
        padding: 0 20px 0 0;
    }
}

.table.filter-table {
    margin-top: -8px;
    border-collapse: separate;
    border-spacing: 0;
}
    .table.filter-table td.field-header {
        text-align: center;
        vertical-align: bottom;
        font-size: 13px;
        background-color: #ffffff;
        box-shadow: 0 8px #ced4da inset;
    }
        .table.filter-table td.field-header.has-filter {
            background-color: rgba(255,0,0,.05);
        }

.filter-table a {
    color:#000000;
}