﻿
/* ------------------------------------------FIlter Section -------------------------------------------------------------*/

.badgeProgress-SearchSuggestion {
    display: none;
}

.badgeProgress-FilterContent {
    display: none;
}

.badge-main-root .controls-list {
    display: block;
    height: 48px;
    line-height: 48px;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    /* background-color: #fff; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #333;
    z-index: 10;
    white-space: nowrap;
    color:#E0E0E0;
}


.badge-main-root .controls > div {
    vertical-align: top;
    display: inline-block
}

.controls .fil-head {
    float: left;
    padding: 0 10px;
    color: #7f7f7f;
}

.badge-main-root .controls .fil-head .icon {
    font-size: 12px
}

.badge-main-root .controls .fil-head .text {
    display: inline;
    font-weight: 700;
}

.badge-main-root .controls .grid-controls {
    position: absolute;
    right: 10px;
    top: 0
}

    .badge-main-root .controls .grid-controls .btn:not(.highlight) {
        background-color: #f4f4f4;
        color: #666
    }

    .badge-main-root .controls .grid-controls .highlight {
        color: #7323dc;
        background-color: #fff
    }

.badge-main-root .controls .shortlist-grid-actions,
.badge-main-root .controls .shortlist-header-text {
    display: none
}

    .badge-main-root .controls .shortlist-grid-actions:not(.selected),
    .badge-main-root .controls .shortlist-header-text:not(.selected) {
        display: none
    }

.badge-main-root .controls .map-controls {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 1;
    font-size: .85em;
    height: 0
}

    .badge-main-root .controls .map-controls .buffer {
        position: absolute
    }

    .badge-main-root .controls .map-controls .buffer-div {
        background-color: rgba(0, 0, 0, .7);
        color: rgba(255, 255, 255, .8);
        min-width: 136px;
        font-size: 12px;
        border-radius: 2px;
        padding: 5px 10px;
        cursor: pointer;
        white-space: nowrap;
        line-height: 20px
    }

        .badge-main-root .controls .map-controls .buffer-div .text {
            padding-left: 3px
        }

.badge-main-root .controls .map-control {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    color: #fff;
    border-width: 1px;
    float: left;
    clear: both;
    display: inline-block;
    border-radius: 2px;
    overflow: hidden;
    margin: 10px 0 0 12px
}

.badge-main-root .controls .map-btn {
    height: 28px;
    width: 29px;
    text-align: center;
    line-height: 28px;
    display: block;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .7);
    color: rgba(255, 255, 255, .8)
}

.badge-main-root .controls .filters > div {
    padding: 0 2px;
    /* float: left; */
}

.sort.dropdown.expandedView,
body.touch .checkbox-wrap {
    float: right
}

.badge-main-root .controls .reset-more-filters {
    cursor: pointer
}

.badge-main-root .controls .subscribe-wrapper {
    margin-left: 40px
}

.badge-main-root .controls .subscribe-btn {
    line-height: 28px
}

    .badge-main-root .controls .subscribe-btn .icon {
        font-size: 16px
    }

    .badge-main-root .controls .subscribe-btn .text {
        font-weight: 700
    }
