﻿.filter-head {
    background-color: #4D4D4D;
    color: #fff;
    cursor: pointer;
    padding: 0.5rem;
    font-size: 0.875rem;
    transition: 0.4s;
}

.filter-hide {
    text-align: right;
}

.filterheadtitle {
    display: table;
}


    .filterheadtitle img {
        display: table-cell;
    }

    .filterheadtitle span {
        display: table-cell;
        vertical-align: middle;
        color: #fff !important;
    }


.filter-btn {
    background: #fefefe;
    border-radius: .3rem;
    padding: .25rem;
    display: table;
    margin-right: 20px;
}

.filter-btn2 {
    background: #fefefe;
    border-radius: .3rem;
    padding: .25rem;
    display: table;
    margin-right: 20px;
    margin-left: 31px;
}

.filter-img {
    display: table-cell;
    background-image: url("../icons/filter/Filter-Inactive.png");
    background-repeat: no-repeat;
    width: 25px;
    height: 23px;
}

.filter-text-style {
    display: table-cell;
    padding-left: 8px;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 600;
    color: #757575;
}

.filter-btn:hover .filter-img {
    background-image: url("../icons/filter/Filter-Active.png");
}

.filter-btn:hover .filter-text-style {
    color: #424242;
}


.filter-title {
    background-color: #6d4875;
    color: #fefefe;
    cursor: pointer;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.84rem;
    transition: 0.4s;
    width: 100%;
    text-align: left;
    border: none;
}

    .filter-title .active {
        color: #151515;
    }

.filter-title {
    background-color: #808080;
}

.filter-border-bottom {
    padding-bottom: 0.5rem;
    border-bottom: 0.001rem solid #fff;
}

    .filter-border-bottom:after {
        content: url("../icons/filter/add.png");
        color: #fff;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.filter-title.active .filter-border-bottom {
    border-bottom: 0;
}

    .filter-title.active .filter-border-bottom:after {
        content: url("../icons/filter/remove.png");
    }

.filter-title + div.panel {
    border-top: 0;
    border-bottom: 0;
}

.filter-title.active + div.panel {
}

#leftpanel {
    background-color: #808080;
}

.filter-title .active {
    background-color: #808080;
}

.panel {
    position: relative;
    color: #fff;
    padding: 0,18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    box-shadow: inset 0px 13px 8px -10px #575748, inset 0px -13px 8px -10px #575748;
}

.slider-panel {
    padding: .6rem;
}

.filter-checkbox {
    position: absolute;
    opacity: 0;
}

    .filter-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        font-size: 0.82rem;
        margin-bottom: 0 !important;
    }

        .filter-checkbox + label:before {
            content: '';
            margin-right: 8px;
            display: inline-block;
            vertical-align: middle;
            width: 15px;
            height: 15px;
            background: transparent;
            border: 1px solid #fff;
        }

    .filter-checkbox:hover + label:before {
        background: transparent;
        border: 1px solid #fff;
    }

    .filter-checkbox:focus + label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }

    .filter-checkbox:checked + label:before {
        background: transparent;
    }

    .filter-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .filter-checkbox:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }


    .filter-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 9px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.filtereddiv {
    margin-bottom: .5rem;
}

.filtered-span {
    padding: 0px 5px;
    background: #ffffff;
    border: 1px solid #2e2929;
    border-radius: 4px;
    display: inline-block;
    /*margin-top: .2rem;*/
    /*margin-left: .4rem;*/
    margin: 2px;
}

.filtered-text {
    font-family: 'VIC';
    padding-right: 7px;
    color: #0d0c0c;
    font-size: 12px;
}

.filter-close-btn {
    background: url("../icons/filter/close.png");
    background-repeat: no-repeat;
    border: none;
    height: 11px;
    width: 11px;
}

.plus-button {
    padding: 5px;
    cursor: pointer;
    font-size: 0.73rem;
}

    .plus-button:hover {
        background: #FFDC00;
        border-radius: 4px;
        color: #424242;
    }

.agency-modal {
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0,0,0,.1);
    background: #97789b;
    border: 1px solid #6d4875;
    width: 100%;
    position: absolute;
    overflow: hidden;
    display: none;
}



/* The Close Button */
.agency-modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .agency-modal-close:hover,
    .agency-modal-close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.filterdirectorylist {
    background-color: #808080;
    height: 375px;
    max-height: 375px !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    white-space: nowrap;
    overflow: hidden;
}

.filterdirectoryinnerdiv {
    width: 100%;
    padding: 20px 18px 10px 0 !important;
    margin-right: 18px !important;
    margin-left: 10px !important;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.filteralphadiv {
    padding: 5px 15px;
}

.disabledalpha {
    color: #000;
}

.alpha a {
    color: #fff !important;
    text-decoration: none !important;
}

.slidervaldiv {
    margin-top: 0.3rem;
}

.sliderspan {
    width: 29%;
    height: 1.5rem;
    font-size: 0.86rem;
}

.slidervalues {
    background: #808080;
    padding: 5px;
    color: #FFF;
    border: 1px solid #fff;
    border-radius: 3px;
    width: 86%;
    height: 1.5rem;
    font-size: 0.7rem;
}

.durationvalues {
    width: 20%;
}

.clearbutton {
    border: none;
    background-color: #0A8185;
    padding: 0 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    margin: 2px;
}

    .clearbutton:hover {
        color: #fff;
    }

.agencymodalclose {
    border: none;
    background-image: url("../icons/filter/cancel.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.text-align-right {
    text-align: right;
}

#slidebudget .slider-selection {
    background: #fff;
}

#slideduration .slider-selection {
    background: #fff;
}

@media(max-width:575px) {
}

@media(min-width:576px) {
}

@media(min-width:768px) {
}

@media(min-width:992px) {
}

@media(min-width:1200px) {
    .sliderspan {
        width: 32%;
        height: 1.5rem;
        font-size: 0.86rem;
    }

    .slidervalues {
        background: #808080;
        padding: 5px;
        color: #FFF;
        border: 1px solid #FFF;
        border-radius: 3px;
        width: 80%;
        height: 1.5rem;
        font-size: 0.7rem;
    }

    .durationvalues {
        width: 20%;
    }
}

@media (min-width: 1920px) {
    .sliderspan {
        width: 29%;
        height: 1.5rem;
        font-size: 0.86rem;
    }

    .slidervalues {
        background: #808080;
        padding: 5px;
        color: #FFF;
        border: 1px solid #FFF;
        border-radius: 3px;
        width: 86%;
        height: 1.5rem;
        font-size: 0.7rem;
    }

    .durationvalues {
        width: 20%;
    }
}
