﻿.infoFiltered, .infoNotFiltered {
    cursor: help;
    display: none;
    vertical-align: middle;
    position: relative;
    top: -0.1vw;
    height: 0.8vw;
    width: auto;
    float: none;
}

#cont-filter {
    z-index: -100;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 2vw;
    bottom: 0px;
    top: 2%;
    width: 25%;
    background-color: #ffffff;
    color: #000000;
    font-family: 'TelstraBody';
    font-weight: 500;
    border-radius: 2vw;
}

#cont-filter .bubble {
    position: absolute;
    top: 100%;
    left: 20%;
    margin-top: -0.1vw;
    height: 0.7vw;
    width: auto;
    transform: rotate(180deg);
    transform-origin: center center;
}
    #cont-filter .close {
        display: none;
        position: absolute;
        top: 1vw;
        right: 1vw;
        width: 8%;
        height: auto;
    }
        #cont-filter .close img {
            width: 100%;
            height: auto;
            border: none;
        }

#filter-title {
    margin: 8% auto 0% auto;
    width: 80%;
    text-align: left;
    font-size: 150%;
    font-weight: bold;
    font-family: 'TelstraDisplay';
}
#filter-desc {
    margin: 4% auto 0% auto;
    width: 80%;
    text-align: left;
    font-style: italic;
    font-size: 95%;
}
#filterGroup {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 4% auto 0% auto;
    padding-right: 20px;
    width: 80%;
    height: 62%;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: linear-gradient(rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 12%);
}
#filterGroup .dropdown.disabled {
    opacity: 0.2;
}
#filterGroup .dropdown.disabled .dis-cover {
    opacity: 0;
}
    #filterGroup .dropdown {
        width: 100%;
        height: 1.6vw;
        margin-bottom: 0.3vw;
        border-bottom-color: #e3e3e3;
        border-radius: 0px;
        border-color: transparent;
        transition: opacity linear 300ms;
    }
        #filterGroup .dropdown:first-of-type {
            
        }
        #filterGroup .dropdown .text {
            left: 5%;
            width: 80%;
            font-weight: 700;
        }
        #filterGroup .dropdown .text .t {
            font-weight: 400;
        }
        #filterGroup .dropdown .arrow {
            right: 5%;
            width: 10%;
            background-size: 38% auto;
            background-image: url(../Graphics/dd-arr-w.svg?211025-1-1290721-3)
        }
        #filterGroup .dropdown .list {
            background-color: #ffffff;
            border: 1px solid #000000;
            z-index: 300;
            font-weight: 500;
            color: #000000;
        }
#filter-refresh-apply {
    position: absolute;
    left: 10%;
    bottom: 4%; 
    width: 80%;
    text-align: left;
}
    #filter-refresh-apply a {
        padding: 0.4vw 1.2vw 0.4vw 1.2vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 6%;
        color: #000000;
        font-size: 100%;
        font-weight: 500;
        background-color: #f44e1a;
        color: #ffffff;
        line-height: 0px;
    }
        #filter-refresh-apply a:link, #filter-refresh-apply a:visited {
            color: #ffffff;
            text-decoration: none;
        }
            #filter-refresh-apply a:hover, #filter-refresh-apply a:visited:hover {
                text-decoration: none;
                opacity: 0.7;
            }
    #filter-refresh-apply img {
        border: none;
        vertical-align: bottom;
        height: auto;
        width: 4%;
        margin-right: 2%;
    }


