﻿/***
 * START filter2020.css
 */

/*NewsList Filter*/
.newslist .filter-navigation {
    padding-left: 15px;
}

    .newslist .filter-navigation .main-nav-row-container {
        border: none;
    }

        .newslist .filter-navigation .main-nav-row-container .mobileFilter {
            padding-left: 0;
        }

        .newslist .filter-navigation .main-nav-row-container .dropdown.filter-dropdown p.default {
            font-weight: 500;
        }
/*END NewsList Filter*/

.filter-navigation .main-nav-row .item {
    height: 50px;
    line-height: 50px;
}

.filter-navigation .main-nav-row-container {
    border-top: 1px solid rgb(221,221,221);
    border-bottom: 1px solid rgb(221,221,221);
}
    /** FILTER **/

    .filter-navigation .main-nav-row-container .mobileFilter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        font-size: 18px;
        line-height: 18px;
        font-family: Roboto;
        width: 100%;
        padding: 0 25px;
    }

        .filter-navigation .main-nav-row-container .mobileFilter p {
            line-height: 50px;
        }

    .filter-navigation .main-nav-row-container .dropdown.filter-dropdown {
        justify-content: flex-start;
        align-items: center;
        cursor: pointer;
        font-size: 18px;
        line-height: 18px;
        font-family: Roboto;
        padding-right: 25px;
        padding-left: 20px;
        display: none;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

        .filter-navigation .main-nav-row-container .dropdown.filter-dropdown:has(.dropdown-toggle.show) {
            border-left: 1px solid #e8e8e8;
            border-right: 1px solid #e8e8e8;
        }

.ticketsLanding .filter-navigation .main-nav-row-container .mobileFilter .dropdown.filter-dropdown {
    display: block;
    padding: 0;
}

.mobileFilter .dropdown a {
    width: 100%;
}

.mobileFilter .dropdown .dropdown-toggle .arrow {
    top: 21px;
}

.ticketsLanding .filter-navigation .main-nav-row-container .dropdown.filter-dropdown:has(.dropdown-toggle.show) {
    border-left: 1px solid rgba(0,0,0,.15);
    border-right: 1px solid rgba(0,0,0,.15);
}

.filter-navigation .main-nav-row-container .dropdown.filter-dropdown p {
    margin: 0px;
    line-height: 50px;
}

    .filter-navigation .main-nav-row-container .dropdown.filter-dropdown p a,
    .filter-navigation .main-nav-row-container .dropdown.filter-dropdown p a:hover,
    .modalFilter .popup .popup-content .filter .options p a,
    .modalFilter .popup .popup-content .filter .options p a:hover {
        text-decoration: inherit;
        color: inherit;
    }

.filter-navigation .main-nav-row-container .dropdown.filter-dropdown li {
    font-size: 14px;
    /*line-height: 24px;*/
    padding-left: 20px;
    padding-right: 35px;
    padding-top: 20px;
    min-width: 300px;
}

    .filter-navigation .main-nav-row-container .dropdown.filter-dropdown li:hover,
    .filter-navigation .main-nav-row-container .dropdown.filter-dropdown li.redirect:hover a:first-of-type {
        color: #C30000;
    }

    .filter-navigation .main-nav-row-container .dropdown.filter-dropdown li.chosen,
    .filter-navigation .main-nav-row-container .dropdown.filter-dropdown li.redirect.chosen a:first-of-type {
        color: #c30000;
        font-weight: 500;
    }

.filter-dropdown .dropdown-menu {
    left: -1px;
    margin: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    visibility: hidden;
}

.filter-dropdown .dropdown-toggle a svg.info {
    display: none;
}

.filter-dropdown .dropdown-menu li a,
.modalFilter .popup .popup-content .filter .options p a {
    display: inline-flex;
    float: unset;
    vertical-align: middle;
    padding: 0;
}

.filter-dropdown .dropdown-menu li.redirect a:not(:first-of-type),
.filter-dropdown .dropdown-menu li:not(.redirect) a,
.modalFilter .popup .popup-content .filter .options p.redirect a:not(:first-of-type),
.modalFilter .popup .popup-content .filter .options p:not(.redirect) a {
    padding-left: 10px;
}

.filter-dropdown .dropdown-menu li a:hover,
.modalFilter .popup .popup-content .filter .options p a:hover {
    background-color: initial;
}

.filter-dropdown .dropdown-menu li a svg.info,
.modalFilter .popup .popup-content .filter .options p a svg.info {
    max-width: 24px;
    height: 24px;
    fill: #242424;
}

.filter-dropdown .dropdown-menu li a:hover svg.info,
.modalFilter .popup .popup-content .filter .options p a:hover svg.info {
    fill: #c30000;
}

.filter-dropdown .dropdown-menu.show {
    padding-top: 5px;
    padding-bottom: 20px;
    padding-top: 0;
    min-width: 300px;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    border: 1px solid #e8e8e8;
    visibility: visible;
    z-index: 100;
}

.filter-dropdown:has(.dropdown-toggle.show)::after {
    content: ' ';
    position: absolute;
    z-index: 100;
    background-color: #fff;
    height: 4px;
    width: 100%;
    left: 0;
    right: 0;
    top: 48px;
}

.filter-dropdown .dropdown-toggle.show {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: white;
    z-index: 100;
    width: 100%;
}

.filter-dropdown .dropdown-toggle .arrow {
    position: absolute;
    right: 20px;
    top: 45%;
}

.filter-dropdown .dropdown-toggle a:hover svg.arrow {
    stroke: #c30000;
}

.filter-navigation .main-nav-row-container .notification svg {
    width: 23px;
    height: 24px;
    transition: fill 300ms ease-in-out;
    stroke-width: 4px;
}

.filter-navigation .main-nav-row-container .notification.active svg,
.filter-navigation .main-nav-row-container .notification:hover svg {
    fill: #c30000;
}

.filter-navigation .accordion .accordion-body form > p {
    min-width: 0;
}

.filter-navigation .main-nav-row-container .dropdown.active {
    border-right: 1px solid #ddd;
}

.filter-navigation .my-dropdown {
    padding: 0 3.75%;
}

.main-nav-row .main-nav-row-container .item.filter {
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.main-nav-row .main-nav-row-container .item.clean-filter:hover, .main-nav-row .main-nav-row-container .item.clean-filter {
    color: #242424;
    cursor: default;
}

    .main-nav-row .main-nav-row-container .item.clean-filter.active:hover {
        color: #c30000;
        cursor: pointer;
    }

.filter-navigation .accordion .button.filter {
    margin: 20px auto !important;
}

.filter-navigation .email-notify-input .carrot {
    position: absolute;
    top: -13px;
    right: 11px;
    bottom: auto;
    border-bottom: none;
    border-top: 13px solid transparent;
    border-right: 13px solid #e8e8e8;
    border-left: 13px solid transparent;
}

    .filter-navigation .email-notify-input .carrot:after {
        position: absolute;
        top: -10px;
        bottom: auto;
        left: -12px;
        border-bottom: none;
        border-top: 12px solid transparent;
        border-right: 12px solid #fff;
        border-left: 12px solid transparent;
    }

.filter-navigation .main-nav-row .item p {
    font-size: 18px;
    line-height: 18px;
    font-family: Roboto;
    text-transform: none;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
}

.filter-navigation .accordion .section-title {
    color: #242424;
    transition: color 250ms ease-in-out;
}

    .filter-navigation .accordion .section-title.active,
    .filter-navigation .accordion .tab:hover .section-title {
        color: #242424;
    }

.filter-navigation .main-nav-row-container .dropdown.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    background: white;
    left: 0;
}

/*Clean-filter*/

.clean-filter {
    display: flex;
    align-items: center;
    border: none;
    border-bottom: none !important;
}

    .clean-filter.active p {
        opacity: 1;
    }

    .clean-filter p {
        font-size: 14px;
        line-height: 18px;
        color: #242424;
        text-transform: initial !important;
        opacity: .35;
    }

    .clean-filter svg {
        width: 8px;
        height: 8px;
        margin: 0px 0 0px 5px;
    }

    .clean-filter.active:hover svg, .clean-filter.active:hover p {
        stroke: #C30000;
        color: #C30000 !important;
        cursor: pointer;
        fill: #c30000;
    }

.modalFilter {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .modalFilter.active {
        opacity: 1;
        visibility: visible;
        overflow: hidden;
    }

        .modalFilter.active .popup {
            display: block;
            pointer-events: all;
        }

    .modalFilter .popup {
        display: block;
        height: 100%;
        margin-top: 0;
    }

        .modalFilter .popup .popup-content {
            position: relative;
            left: 100%;
            height: 100%;
            display: block;
            transition: left 300ms ease-in-out;
        }

    .modalFilter.active .popup .popup-content {
        left: 0;
    }

    .modalFilter .popup .popup-content .title {
        text-transform: none;
        font-size: 18px;
        line-height: 36px;
        margin: 0;
        font-weight: 400;
    }

    .modalFilter .popup .popup-content .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #DDDDDD;
        height: 50px;
        padding: 0 4%;
        position: fixed;
        top: 0;
    }

    .modalFilter .popup .popup-content .filters-wrapper {
        margin-top: 50px;
        height: 80%;
        overflow-y: auto;
    }

    .modalFilter .popup .popup-content .filter {
        font-size: 18px;
        line-height: 24px;
        border-bottom: 1px solid #DDDDDD;
        font-family: Roboto;
        transition: all 200ms ease-in-out;
        padding: 23px 4% 8px;
        transition: all 300ms ease-out;
    }

        .modalFilter .popup .popup-content .filter .options {
            max-height: 0px;
            transition: all 300ms ease-out;
            overflow-y: hidden;
        }

        .modalFilter .popup .popup-content .filter.open .options {
            max-height: 30vh;
            transition: all 300ms ease-out;
            overflow-y: auto;
        }

        .modalFilter .popup .popup-content .filter .options p {
            padding-bottom: 20px;
        }

            .modalFilter .popup .popup-content .filter .options p.chosen {
                color: #C30000;
            }

        .modalFilter .popup .popup-content .filter .col-xs-12 .selected {
            display: block;
        }

        .modalFilter .popup .popup-content .filter.open .col-xs-12 .selected {
            display: none;
        }

        .modalFilter .popup .popup-content .filter p.selected {
            transition: all 100ms ease-in-out;
            font-weight: 500 !important;
        }

        .modalFilter .popup .popup-content .filter div:nth-child(2) p.chosen {
            color: #C30000;
        }

    .modalFilter .popup .popup-content .filter-buttons .button-area {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        padding: 0 4%;
    }

        .modalFilter .popup .popup-content .filter-buttons .button-area a {
            width: initial;
        }

            .modalFilter .popup .popup-content .filter-buttons .button-area a div {
                padding: 10px 30px;
                cursor: pointer;
                font-family: Roboto;
                font-size: 18px;
                margin-top: 10px;
            }

    .modalFilter .popup .popup-content .filter .filter-title {
        display: flex;
        justify-content: space-between;
        color: #888888;
        margin: 0 0 20px;
        padding: 0;
        align-items: center;
    }

        .modalFilter .popup .popup-content .filter .filter-title svg.arrow {
            width: 8px;
            height: 8px;
            stroke-width: 4px;
            transition: all 300ms ease-out;
        }

    .modalFilter .popup .popup-content .filter.open .filter-title svg.arrow, .filter-dropdown:has(.dropdown-toggle.show) svg.arrow {
        transform: rotate(-90deg);
        transition: all 300ms ease-out;
    }

    .modalFilter .popup .popup-content .filter .filter-title:hover, .modalFilter .popup .popup-content .filter div:nth-child(2) p:not(.selected):hover {
        color: #C30000;
        cursor: pointer;
    }

    .modalFilter .popup .popup-content .filter div:nth-child(2) p {
        margin: 0 0 15px;
        padding: 0;
        font-weight: 400;
        transition: all 500ms ease-in-out;
    }

        .modalFilter .popup .popup-content .filter div:nth-child(2) p:not(.selected):not(.active) {
            opacity: 0;
            transition: all 150ms ease-out;
        }

    .modalFilter .popup .popup-content .filter.open div:nth-child(2) p:not(.selected):not(.active) {
        opacity: 1;
        transition: all 1000ms ease-out;
    }

    .modalFilter .popup .popup-content .filter-buttons {
        position: fixed;
        bottom: 0;
        padding-bottom: 20px;
    }

    .modalFilter .popup .popup-content .close-modal {
        margin: 0;
        line-height: 1em;
    }

        .modalFilter .popup .popup-content .close-modal svg {
            width: 13px;
            height: 13px;
            stroke: #242424;
            stroke-width: 3px;
        }

.mobileFilter #numberOfFiltersSelected {
    display: none;
}

.mobileFilter.selected #numberOfFiltersSelected {
    display: initial;
}

#numberOfFiltersSelected::before {
    content: ' (';
}

#numberOfFiltersSelected::after {
    content: ')';
}

.filter-navigation .dropdown .dropdown-menu {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
}

.clean-filter svg {
    stroke: #242424;
    stroke-width: 4px;
}

/*NewsList Filter*/
.newslist .filter-navigation .main-nav-row-container .mobileFilter {
    padding: 0 4%;
}

    .newslist .filter-navigation .main-nav-row-container .mobileFilter img {
        margin: 0;
        margin-left: auto;
        width: 22px;
        height: 22px;
    }

.filter-2023.filter-navigation .main-nav-row-container {
    border: none;
}

.newslist.modalFilter,
.filter-2023.modalFilter {
    background: rgba(0,0,0,0.8);
}

    .newslist.modalFilter .popup,
    .filter-2023.modalFilter .popup {
        width: 77.6%;
        margin-left: 22.4%;
    }

        .newslist.modalFilter .popup .header,
        .filter-2023.modalFilter .popup .header,
        .newslist.modalFilter .popup .filter-buttons,
        .filter-2023.modalFilter .popup .filter-buttons {
            width: 77.6%;
        }

        .newslist.modalFilter .popup .popup-content .header,
        .filter-2023.modalFilter .popup .popup-content .header {
            height: 68px;
            border-bottom: none;
        }

        .newslist.modalFilter .popup .popup-content .close-modal,
        .filter-2023.modalFilter .popup .popup-content .close-modal {
            margin-left: auto;
        }

            .newslist.modalFilter .popup .popup-content .close-modal svg,
            .filter-2023.modalFilter .popup .popup-content .close-modal svg {
                width: 24px;
                height: 24px;
            }

        .newslist.modalFilter .popup .popup-content .filters-wrapper,
        .filter-2023.modalFilter .popup .popup-content .filters-wrapper {
            margin-top: 68px;
        }

        .newslist.modalFilter .popup .popup-content .filter,
        .filter-2023.modalFilter .popup .popup-content .filter {
            font-size: 18px;
            line-height: 24px;
            border-bottom: none;
            padding: 25px 27px 0px;
            color: #242424;
            font-weight: 500;
        }

            .newslist.modalFilter .popup .popup-content .filter .filter-title,
            .filter-2023.modalFilter .popup .popup-content .filter .filter-title {
                display: flex;
                justify-content: space-between;
                color: #242424;
                margin: 0 0 10px;
            }

            .newslist.modalFilter .popup .popup-content .filter .col-xs-12 .selected,
            .filter-2023.modalFilter .popup .popup-content .filter .col-xs-12 .selected {
                font-size: 14px;
                font-weight: normal !important;
                line-height: 20px;
                margin: 0;
            }

                .newslist.modalFilter .popup .popup-content .filter .col-xs-12 .selected:not(:empty),
                .filter-2023.modalFilter .popup .popup-content .filter .col-xs-12 .selected:not(:empty) {
                    margin: 0 0 15px;
                }

            .newslist.modalFilter .popup .popup-content .filter .options,
            .filter-2023.modalFilter .popup .popup-content .filter .options {
                border-bottom: 1px solid #DDDDDD;
            }

                .newslist.modalFilter .popup .popup-content .filter .options p,
                .filter-2023.modalFilter .popup .popup-content .filter .options p {
                    padding-bottom: 10px;
                    font-size: 14px;
                    font-weight: normal;
                    line-height: 20px;
                }

            .newslist.modalFilter .popup .popup-content .filter .filter-title svg.arrow,
            .filter-2023.modalFilter .popup .popup-content .filter .filter-title svg.arrow {
                width: 13px;
                height: 13px;
                stroke-width: 5px;
            }

        .newslist.modalFilter .popup .popup-content .filter-buttons .button-area,
        .filter-2023.modalFilter .popup .popup-content .filter-buttons .button-area {
            justify-content: space-between;
            border-top: #E8E8E8 solid 1px;
        }

            .newslist.modalFilter .popup .popup-content .filter-buttons .button-area a,
            .filter-2023.modalFilter .popup .popup-content .filter-buttons .button-area a {
                width: calc(50% - 5px);
                padding: 0;
            }

                .newslist.modalFilter .popup .popup-content .filter-buttons .button-area a .button,
                .filter-2023.modalFilter .popup .popup-content .filter-buttons .button-area a .button {
                    padding: 0;
                    min-width: 1px;
                    height: 40px;
                    margin-top: 20px;
                }

                    .newslist.modalFilter .popup .popup-content .filter-buttons .button-area a .button.white:hover,
                    .filter-2023.modalFilter .popup .popup-content .filter-buttons .button-area a .button.white:hover {
                        color: initial !important;
                        border-color: initial !important;
                    }


@media screen and (min-width: 992px) {
    /*NewsList Filter / 2023 Filter*/
    .newslist .filter-navigation {
        padding-left: calc( 3.148% - 20px);
    }

        .newslist .filter-navigation .main-nav-row-container .dropdown svg,
        .filter-2023.filter-navigation .main-nav-row-container .dropdown svg {
            height: 13px;
            top: 40%;
            right: 12px;
        }

    .newslist .main-nav-row .main-nav-row-container .item.filter.clean-filter,
    .filter-2023.filter-navigation .main-nav-row-container .item.filter.clean-filter {
        border-left: none !important;
        padding-right: 40px;
    }

    .newslist .filter-navigation .main-nav-row .item.clean-filter p,
    .filter-2023.filter-navigation .main-nav-row .item.clean-filter p {
        font-size: 14px;
        line-height: 18px;
        color: #242424;
        text-transform: initial !important;
        font-weight: 500;
    }

    .newslist .clean-filter svg,
    .filter-2023.clean-filter svg {
        width: 10px;
        height: 10px;
        stroke-width: 6px;
        margin-left: 10px;
    }

    .newslist .clean-filter svg,
    .filter-2023.clean-filter svg {
        width: 10px;
        height: 10px;
        stroke-width: 5px;
        margin-left: 10px;
    }

    /*.newslist .filter-navigation .main-nav-row .item.clean-filter:hover p,
    .newslist .filter-navigation .main-nav-row .item.clean-filter:hover svg
    {
        stroke: #c30000;
        color: #c30000;
    }*/

    /*2023 Filter*/
    .filter-2023.filter-navigation .main-nav-row-container .dropdown.filter-dropdown {
        /*padding-left: 0;*/
    }

        .filter-2023.filter-navigation .main-nav-row-container .dropdown.filter-dropdown:has(.dropdown-toggle.show) {
            border-color: #ffffff;
        }

        .filter-2023.filter-navigation .main-nav-row-container .dropdown.filter-dropdown .dropdown-menu {
            border: none;
            transform: translateX(10px) !important;
            padding-bottom: 0;
            min-width: 160px;
        }

        .newslist .filter-navigation .main-nav-row-container .dropdown.filter-dropdown p.default,
        .filter-2023.filter-navigation .main-nav-row-container .dropdown.filter-dropdown p.default {
            font-weight: 500;
        }

        .filter-2023.filter-navigation .main-nav-row-container .dropdown.filter-dropdown li {
            padding: 10px;
            min-width: 160px;
        }

    .filter-2023.filter-navigation .main-nav-row .main-nav-row-container .dropdown div:not(.dropdown-toggle) {
        padding-right: 0;
    }

    .filter-navigation .main-nav-row-container .dropdown.filter-dropdown p {
        transition: color 0.2s ease-in-out;
    }

        .filter-navigation .main-nav-row-container .dropdown.filter-dropdown p:hover {
            color: #c30000;
        }
    /*RIGHT*/
    .filter-2023.filter-navigation .main-nav-row-container .dropdown.filter-dropdown.right .dropdown-menu {
        right: -1px !important;
        left: unset !important;
        transform: translateX(0) !important;
    }

        .filter-2023.filter-navigation .main-nav-row-container .dropdown.filter-dropdown.right .dropdown-menu li {
            text-align: right;
        }

    /*END NewsList Filter / 2023 Filter*/
    .clean-filter {
        border-left: 1px solid rgb(221, 221, 221) !important;
        display: inline-block !important;
    }

    .filter-navigation .main-nav-row-container .dropdown.filter-dropdown {
        display: flex;
    }

    .filter-navigation .main-nav-row-container .mobileFilter {
        display: none !important;
    }

    .filter-navigation .main-nav-row .main-nav-row-container .width div:nth-child(1) {
        padding-right: 20px;
        font-weight: 400;
    }

    .filter-navigation .main-nav-row-container .dropdown.filter-dropdown p {
        font-weight: 500;
    }

        .filter-navigation .main-nav-row-container .dropdown.filter-dropdown p.default {
            font-weight: 400;
        }

    .filter-navigation .main-nav-row-container .dropdown.active::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -2px;
        background: white;
        left: 0;
    }

    .filter-navigation .main-nav-row-container .dropdown.active::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -2px;
        background: white;
        left: 0;
    }

    .filter-navigation .main-nav-row-container .width {
        display: flex;
    }

    .filter-navigation .accordion .accordion-body form > p {
        display: inline-block;
    }

    .filter-navigation .accordion .accordion-body form {
        padding-left: 0;
        padding-bottom: 0;
        margin-left: 0;
    }
}

/*
 * END filter2020.css
 ***/
