﻿#cont-filter {
    z-index: -100;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100px;
    width: 20%;
    background-color: #ffffff;
    color: #1a2e61;
    font-family: 'TelstraBody';
    font-size: 90%;
    line-height: 120%;
    padding: 1vw;
    border: 1px solid #000000;
    border-radius: 8px;
}
    #cont-filter p {
        margin: 0px 0px 0.8vw 0px;
/*        white-space: nowrap;*/
    }
#filterGroup {
    display: block;
    width: 100%;
}
    #filterGroup .dropdown {
        width: 100%;
        border: none;
        border-bottom: 1px dotted #1a2e61;
        border-radius: 0px;
        padding: 0.2vw 0px 0.2vw 0px;
    }
        #filterGroup .dropdown.selected {
            color: #f44e1a;
            font-weight: bold;
        }
        #filterGroup .dropdown .arrow {
            height: 0.4vw;
        }
        #filterGroup .dropdown-list .item {
            width: 80%;
            padding: 0.2vw 0px 0.2vw 0px;
        }
            #filterGroup .dropdown-list .item:hover .t {
                text-decoration: underline;
                text-underline-offset: 2px;
                text-decoration-thickness: 1.5px;
            }
        
#filter-refresh-apply {
    display: block;
    margin-top: 2vw;
    text-align: left;
}
    #filter-refresh-apply button {
        cursor: pointer;
        display: inline-block;
        border: none;
        background-color: transparent;
        font-family: 'TelstraBody';
        font-size: inherit;
        margin-right: 1vw;
        color: #1a2e61;
    }

    #filter-refresh-apply img {
        border: none;
        vertical-align: middle;
        height: auto;
        width: 1.2vw;
        margin-right: 0.3vw;
    }


@media (min-aspect-ratio: 2.3) and (min-width: 1700px) {
    #cont-filter {
        margin-top: -2vw;
    }
    #filterGroup .dropdown .arrow {
        height: 0.3vw;
    }
    #filterGroup .dropdown-list .item {
        padding: 0.1vw 0px 0.1vw 0px;
    }
    #filter-refresh-apply {
        display: block;
        margin-top: 1.5vw;
        text-align: left;
    }
}
@media (min-aspect-ratio: 3) and (min-width: 1700px) {
    #cont-filter {
        margin-top: -5vw;
    }
    #filter-refresh-apply {
        margin-top: 1vw;
    }
}