﻿/***
 * Bug TInsight #1482 / SLB #10628
 *
 * SLB #12313 - Não se pode aplicar o back:none genericamente quando a selecção é suposto ser back:red + color:white
 */
#general-units *::selection {
    background: none;
    color: #242424;
}


/* 1088 */
body .ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .game-wrapper {
    display: flex !important;
    justify-content: center !important;
}

    body .ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .game-wrapper:not(:last-child) {
        border-right: 1px solid #ddd !important;
    }

    body .ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .game-wrapper .slick-inner {
        border: 0;
    }

#calendar-section .calendar-item .calendar-item-data.slick-dotted {
    margin-bottom: 25px !important;
}

/* Info Icons */
.info-icons {
    text-align: center;
    margin: 10px 0;
}

    .info-icons svg {
        stroke: #242424;
        fill: none;
        width: 23px;
        height: 23px;
        margin: 0px 5px;
        transition: stroke 200ms ease-in-out;
        cursor: pointer;
    }

        .info-icons svg:hover {
            stroke: #c30000;
        }

@media screen and (min-width:576px) {
    .info-icons svg {
        width: 28px;
        height: 28px;
    }
}

@media screen and (min-width:992px) {
    .info-icons {
        text-align: right;
    }
}






#calendar-section .calendar-item .calendar-item-header .calendar-date {
    font-size: 30px;
}

/* issue 593 */
#calendar-section .view-more {
    text-align: center;
    margin-bottom: 40px;
}

    #calendar-section .view-more .button {
        width: 82%;
    }

.carregador {
    margin-top: -20px;
    margin-bottom: 20px;
}

.ticketsLanding #calendar-section .calendar-item.template {
    overflow: hidden;
    max-height: 0px;
}


/* BUY TICKETS MODAL */

.buy-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    opacity: 0;
    background: rgba(0,0,0,0.85);
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0 3.75% 104px 3.75%;
    transition: all 0.5s ease-in-out;
}

    .buy-modal .popup .popup-content .game-description .close-modal {
        font-size: 12px;
        position: absolute;
        right: 2%;
        top: 8%;
        cursor: pointer;
    }

header.membership-discount {
    margin-left: -9% !important;
    margin-right: -9% !important;
}

.buy-modal .popup .popup-content .discounts .membership-discount a > h4 {
    font-weight: 400;
}

    .buy-modal .popup .popup-content .discounts .membership-discount a > h4 small {
        font-size: 14px;
        font-weight: normal;
        padding-left: 10px;
        color: black;
        text-decoration: underline;
    }

.buy-modal .popup .popup-content .discounts .membership-discount a:hover > h4 small {
    color: #c30000;
}

.buy-modal.active {
    display: block;
}

.buy-modal .popup {
    margin-top: 10%;
    max-width: 850px;
}

    .buy-modal .popup .close-popup {
        display: block;
        float: right;
        margin-bottom: 16px;
        cursor: pointer;
    }

        .buy-modal .popup .close-popup svg {
            stroke-width: 2px;
            height: 32px;
            stroke: #fff;
            width: 32px;
            transition: all 500ms ease-in-out;
        }

        .buy-modal .popup .close-popup:hover svg {
            stroke: #c30000;
        }

.buy-modal .popup-content {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    float: left;
    padding-bottom: 20px;
    text-transform: uppercase;
}

    .buy-modal .popup-content .game-description {
        text-align: center;
        background-color: #f4f4f4;
        padding-top: 20px;
        padding-left: 10%;
        padding-right: 10%;
        border-bottom: solid 1px rgb(221,221,221);
    }

        .buy-modal .popup-content .game-description .calendar-competition {
            color: #c30000;
            font-size: 14px;
            text-transform: uppercase;
            padding: 5px 0px;
        }

        .buy-modal .popup-content .game-description .calendar-item-team img {
            height: 75px;
            max-width: 75px;
        }

        .buy-modal .popup-content .game-description .calendar-match-info .calendar-info-center .calendar-match-hour {
            font-size: 30px;
            margin-top: 20px;
        }

        .buy-modal .popup-content .game-description .calendar-match-info .calendar-info-center .calendar-match-place {
            font-size: 14px;
            margin-top: 20px;
            margin-bottom: 15px;
        }

        .buy-modal .popup-content .game-description .calendar-match-info .team-name p {
            margin-top: 25%;
            font-size: 20px;
            font-weight: 100;
        }

    .buy-modal .popup-content .input-tickets {
        padding: 3% 3%;
    }


/* slider */

.ui-widget-content {
    background-color: rgb(221,221,221) !important;
    width: 60%;
}

.ui-widget-header {
    background-color: rgb(36,36,36) !important;
}

.ui-widget-content .ui-slider-handle {
    width: 25px !important;
    height: 1.5em !important;
    top: -0.45em !important;
    border-color: rgb(221,221,221);
}

    .ui-widget-content .ui-slider-handle > div {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ui-widget-content .ui-slider-handle p {
        position: relative;
        font-size: 14px;
        font-weight: bold;
    }

.ui-widget-content .right-handle p {
    padding-right: 5px;
}

.ui-widget-content .left-handle p {
    padding-left: 5px;
}

.ui-slider-handle .arrow {
    position: absolute;
    top: 28px;
    width: 97px;
    height: 20px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 6px;
    border: solid 1px rgb(221,221,221);
}

.ui-slider-handle .cover {
    position: absolute;
    top: 0;
    left: -19px;
    height: 100%;
    width: 19px;
    overflow: hidden;
}


.ui-slider-handle:hover .arrow {
    background: #ededed;
}

.ui-state-active .arrow {
    background-color: #c30000 !important;
}

.ui-state-focus .arrow {
    background-color: #ededed;
}

.ui-state-active {
    background-color: #c30000 !important;
    border-color: rgb(221,221,221) !important;
}


.ui-widget-content .left-handle .cover {
    left: auto;
    right: -19px;
}

.price-range {
    margin-top: 40px;
}

.ui-widget-content .left-handle .arrow {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0px;
}




.input-tickets .units .minus.inactive,
.input-tickets .units .plus.inactive {
    background-color: #bebebe;
}

.input-tickets .units .minus,
.input-tickets .units .plus {
    -webkit-transition: background-color 250ms ease-in-out;
    -moz-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
}

    .input-tickets .units .minus:hover,
    .input-tickets .units .plus:hover {
        color: white;
        background-color: #c30000 !important;
    }

    .input-tickets .units .minus.inactive:hover,
    .input-tickets .units .plus.inactive:hover {
        color: white;
        background-color: #bebebe !important;
        cursor: default;
    }

    .input-tickets .units .minus:hover:before,
    .input-tickets .units .plus:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }


.input-tickets .units {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 3%;
    margin-top: 3%;
}

    .input-tickets .units * {
        display: inline-block;
    }

    .input-tickets .units .value {
        padding: 0 7px;
        width: 36px;
        text-align: center;
    }

    .input-tickets .units > div {
        position: relative;
        background: rgb(36,36,36);
        cursor: pointer;
    }

    .input-tickets .units .plus:after,
    .input-tickets .units .minus:after,
    .input-tickets .units .plus:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background: white;
    }


    .input-tickets .units .plus:after,
    .input-tickets .units .minus:after {
        width: 11px;
        height: 1px;
    }

    .input-tickets .units .plus:before {
        width: 1px;
        height: 11px;
    }

    .input-tickets .units p:last-child {
        margin-left: 12px;
    }

.buy-modal .popup-content .input-tickets .tickets-number #general p:first-child,
.buy-modal .popup-content .input-tickets .tickets-number #socio p:first-child {
    font-size: 16px;
}

.buy-modal .popup-content .input-tickets .tickets-number #general p#max,
.buy-modal .popup-content .input-tickets .tickets-number #socio p#max {
    font-size: 12px;
    text-transform: capitalize;
}



.buy-modal .popup-content .input-tickets .tickets-number #socio #socio-quantity {
    float: right;
}

.buy-modal .popup-content .input-tickets .tickets-number {
    padding-bottom: 40px;
    padding-top: 15px;
}

.buy-modal .popup-content .input-tickets #socio-number {
    margin-top: 10px;
}

    .buy-modal .popup-content .input-tickets #socio-number .me-icon,
    .buy-modal .popup-content .input-tickets #socio-number .trash-icon {
        width: 26px;
        /* issue 779 */
        width: 23px;
        height: 25px;
        stroke: #242424;
        image-rendering: optimizequality;
        -webkit-transition: stroke 250ms ease-in-out;
        -moz-transition: stroke 250ms ease-in-out;
        transition: stroke 250ms ease-in-out;
        margin-top: 6px;
        fill: none;
    }

    .buy-modal .popup-content .input-tickets #socio-number #socio-icon:hover .me-icon {
        stroke: #c30000;
    }

    .buy-modal .popup-content .input-tickets #socio-number #socio-icon:hover .my-tooltip {
        z-index: 20;
        opacity: 1;
        transition: opacity 0.5s;
    }

    .buy-modal .popup-content .input-tickets #socio-number #socio-icon .my-tooltip {
        position: absolute;
        width: 120px;
        font-size: 14px;
        left: 0%;
        top: calc(100% + 5px);
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        border: solid 1px rgb(221,221,221);
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        z-index: -1;
        /* issue 780 */
        padding: 13px 15px;
        opacity: 0;
        transition: opacity 0.5s, z-index 1s;
        color: #242424;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    .buy-modal .popup-content .input-tickets #socio-number #socio-icon.active {
        background: #fae8e8;
        border: solid 1px #c30000;
    }

        .buy-modal .popup-content .input-tickets #socio-number #socio-icon.active .me-icon {
            fill: #c30000;
            stroke: none;
        }

    .buy-modal .popup-content .input-tickets #socio-number #socio-icon .my-tooltip:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 100%;
        width: 0px;
        height: 0px;
        border-top: 12px solid transparent;
        border-left: 12px solid white;
    }

    .buy-modal .popup-content .input-tickets #socio-number #socio-icon {
        cursor: pointer;
        width: 40px;
        height: 40px;
        border: solid 1px;
        text-align: center;
        float: left;
    }

        .buy-modal .popup-content .input-tickets #socio-number #socio-icon svg #user path {
            fill: red;
        }

    .buy-modal .popup-content .input-tickets #socio-number div:first-child p {
        margin-top: 10px;
        text-transform: capitalize;
    }

    .buy-modal .popup-content .input-tickets #socio-number desc-soc {
        margin-right: -10px;
    }

    .buy-modal .popup-content .input-tickets #socio-number .remove-socio {
        float: right;
    }
/* issue 779 */
@media screen and (min-width:992px) {
    .buy-modal .popup-content .input-tickets #socio-number .remove-socio {
        float: right !important;
        margin-right: 2px;
    }

    .info-icons {
        text-align: center;
        margin: 54px 0 5px 0;
    }
}

.buy-modal .popup-content .input-tickets #socio-number input {
    float: left;
    border-color: rgb(36,36,36);
    border-width: 1px;
    font-size: 16px;
    width: 40%;
    height: 40px;
    border-left: none;
    padding: 10px;
    max-height: 40px;
}

.buy-modal .popup-content .input-tickets #socio-number .input-soc {
}

.buy-modal .popup-content .input-tickets #socio-number .soc-section {
    margin-bottom: 10px;
}

.buy-modal .popup-content .input-tickets .price-range #min-price {
    float: left;
    margin-right: 15px;
}

.buy-modal .popup-content .input-tickets .price-range #max-price {
    float: left;
    margin-left: 20px;
}

.buy-modal .popup-content .input-tickets .price-range #slider-range {
    float: left;
    margin-top: 3px;
}

.buy-modal .popup-content .input-tickets .price-range {
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 40px;
}

.buy-modal .popup-content .input-tickets .type {
    margin-top: 40px;
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 40px;
}

.buy-modal .popup-content .input-tickets .submit {
    margin-top: 30px;
    text-align: right;
}

    .buy-modal .popup-content .input-tickets .submit .button:first-child {
        background-color: white;
        color: black;
    }

    .buy-modal .popup-content .input-tickets .submit .button:hover:first-child {
        color: white;
    }

    .buy-modal .popup-content .input-tickets .submit .button {
        background-color: black;
        color: white;
        padding: 10px 30px;
    }


/* INPUT BUTTON */



.type input[type="radio"] {
    display: none;
}

    .type input[type="radio"] + label {
        color: rgb(36,36,36);
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
    }

    .type input[type="radio"]:not(:checked) + label {
        /*color: rgb(136,136,136);*/
    }

    .type input[type="radio"] + label span {
        display: inline-block;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .type input[type="radio"] + label span.outer {
            width: 20px;
            height: 20px;
            margin: 0px 10px 0px 0px;
            cursor: pointer;
            border: solid 1px rgb(137,137,137);
            background-color: white;
        }

        .type input[type="radio"] + label span.inner {
            width: 10px;
            height: 10px;
            margin: 4px 0px 0px 4px;
            background-color: white;
            vertical-align: top;
            text-align: center;
        }

    .type input[type="radio"]:checked + label span.inner {
        background-color: #CC3300;
    }

    .type input[type="radio"] + label span,
    .type input[type="radio"]:checked + label span {
        -webkit-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
    }

.type label {
    white-space: nowrap;
}

.type input[type="radio"] + label small {
    font-size: 14px;
    display: block;
    margin-left: 30px;
}


/* issue 952 */
.ticketsLanding .deal-tag + .calendar-item-border .calendar-date {
    width: auto;
    margin: auto;
}

@media (max-width: 991px) {
    .buy-modal .popup-content .game-description .calendar-item-team img {
        margin-bottom: 25px;
    }

    .buy-modal .popup-content .input-tickets {
        padding: 3% 8%;
    }

        .buy-modal .popup-content .input-tickets .tickets-number #general,
        .buy-modal .popup-content .input-tickets .tickets-number #socio,
        .buy-modal .popup-content .input-tickets .tickets-number #socio-number {
            margin-bottom: 20px;
        }

        .buy-modal .popup-content .input-tickets .tickets-number {
            padding-bottom: 0px;
        }

        .buy-modal .popup-content .input-tickets #socio-number input {
            width: 130px;
            padding: 10px;
        }

    .type input[type="radio"] + label small {
        font-size: 12px;
        display: block;
        margin-left: 30px;
    }

    .buy-modal .popup-content .input-tickets .submit .button {
        text-align: center;
        width: 100%;
    }

        .buy-modal .popup-content .input-tickets .submit .button:first-child {
            margin-bottom: 8px;
        }

    .buy-modal .popup-content .type > div > div:first-child {
        margin-bottom: 10px;
    }

    /* ----------------------- BETCLICK BUTTON -------------------------*/
    .ticketsLanding #calendar-section .calendar-item .calendar-item-actions .shop-button-wrapper .wrapper-gamble {
        vertical-align: top;
    }

    .ticketsLanding #calendar-section .calendar-item .calendar-item-actions .shop-button-wrapper .wrapper-gamble,
    .ticketsLanding #calendar-section .calendar-item .calendar-item-actions .shop-button-wrapper .wrapper-ticket {
        display: inline-block;
        width: 48%;
    }

    .ticketsLanding #calendar-section .calendar-item .button.active {
        font-size: 12px;
        padding: 4px 5px;
    }
}

@media (max-width: 991px) {
    .buy-modal .popup-content .input-tickets #socio-number input {
        /*width: 96px;*/
        width: 40%;
        padding: 10px;
    }

    .ticketsLanding #calendar-section .calendar-item .calendar-item-actions .shop-button-wrapper {
        margin-top: 0;
    }

    .ticketsLanding #calendar-section .calendar-item .slick-initialized + .calendar-item-actions {
        margin-top: 36px;
    }
}

@media (min-width: 768px) {
    .buy-modal .popup-content .input-tickets .price-range #min-price {
        margin-left: -10px;
    }

    .buy-modal .popup-content .input-tickets #socio-number #socio-icon .my-tooltip {
        left: 0%;
    }

        .buy-modal .popup-content .input-tickets #socio-number #socio-icon .my-tooltip:after {
            left: 16%;
        }
}

@media (max-width: 768px) {
    .buy-modal .popup-content .type > div:first-child {
        margin-bottom: 20px;
    }
}

.buy-modal .remove-socio {
    stroke: black;
    width: 18px;
    height: 23px;
    margin-top: 3px;
    cursor: pointer;
    float: left !important;
}

@media (max-width: 576px) {
    .buy-modal .remove-socio {
    }

    .buy-modal .popup-content .game-description {
        padding-left: 3%;
        padding-right: 3%;
        padding-bottom: 10px;
    }

        .buy-modal .popup-content .game-description .calendar-item-team img {
            height: 45px;
            max-width: 45px;
            margin-bottom: 12px;
        }

    .buy-modal .popup {
        max-width: 95%;
    }

    .buy-modal .popup-content .game-description .calendar-competition {
        padding: 0;
        font-size: 12px;
    }

    .buy-modal .popup-content .game-description .calendar-match-info .home {
        font-size: 15px;
    }

    .buy-modal .popup-content .game-description .calendar-match-info .away {
        font-size: 15px;
    }

    .buy-modal .popup-content .game-description .calendar-match-info .calendar-match-details {
        font-size: 12px;
    }

    .buy-modal .popup-content .game-description .calendar-match-info .calendar-match-teams {
        display: flex;
        align-items: center;
    }

    .buy-modal .popup-content .game-description .calendar-match-info #center.calendar-info-center {
        margin-top: 8px;
    }

    .buy-modal .popup-content .game-description .calendar-match-info #versus-mobile {
        font-size: 12px;
    }

    .buy-modal .popup-content .input-tickets #socio-number input {
        /*width: 80px;*/
        width: 40%;
        padding: 3px;
    }
}








@media (max-width: 576px) {
    .buy-modal .popup .popup-content .discounts .membership-discount a > h4 {
        font-weight: 400;
        font-size: 15px;
        padding: 0px 10px;
    }
}

@media (max-width: 992px) {
    .buy-modal .popup .popup-content .margin-price {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .buy-modal .popup-content .game-description {
        padding-left: 10%;
        padding-right: 10%;
    }

    header.membership-discount {
        margin-left: unset !important;
        margin-right: unset !important;
    }

    .special-alignment {
        width: 31%;
    }
}


/* */

.ticketsLanding {
}

    .ticketsLanding #calendar-section .calendar-item {
        opacity: 1;
        /*border-bottom: 1px solid #bebebe;*/
        transition: max-height 250ms ease-in-out;
        /* Bug 1170 */
        /*max-height: 500px;*/
    }

.main-nav-row .row {
    /*border-bottom: 1px solid #bebebe;*/
}


.ticketsLanding.filter-available .calendar-items-container .calendar-item,
.ticketsLanding.filter-deals .calendar-items-container .calendar-item {
    display: none;
}

    .ticketsLanding.filter-available .calendar-items-container .calendar-item.available {
        display: block;
    }

    .ticketsLanding.filter-deals .calendar-items-container .calendar-item.deal,
    .ticketsLanding.filter-deals .calendar-items-container .calendar-item.bundle,
    .ticketsLanding.filter-deals .calendar-items-container .calendar-item.bundle-expandable {
        display: block;
    }

.ticketsLanding #calendar-section .calendar-item.bundle .slick-slide {
    opacity: 1 !important;
}

/** HIGHLIGHT **/

.ticketsLanding .tickets-highlight {
    z-index: 4;
    overflow: hidden;
    position: relative;
    z-index: 4;
    background-color: #fff;
}

    .ticketsLanding .tickets-highlight .highlight-event-background-wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .ticketsLanding .tickets-highlight .highlight-event-background-wrapper img {
            margin: 0;
            height: 100%;
            object-fit: cover;
        }

.ticketsLanding .highlight-event-match .highlight-event-team {
    display: inline-block;
    margin-top: 13px;
    vertical-align: top;
}

    .ticketsLanding .highlight-event-match .highlight-event-team img {
        width: 100%;
    }

.ticketsLanding .highlight-event-match {
    padding: 1% 0;
}

    .ticketsLanding .highlight-event-match .wrapper {
        padding: 0 9%;
        margin: 32% 0;
        text-align: center;
    }

    .ticketsLanding .highlight-event-match .highlight-event-center {
        display: inline-block;
        color: white;
        text-align: center;
        line-height: 1;
    }

        .ticketsLanding .highlight-event-match .highlight-event-center .competition-name {
            font-size: 13px;
            text-transform: uppercase;
            margin-bottom: 30px;
        }

        .ticketsLanding .highlight-event-match .highlight-event-center .match-day {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 13px;
        }

        .ticketsLanding .highlight-event-match .highlight-event-center .match-hour {
            font-size: 30px;
            font-weight: 200;
            margin-bottom: 25px;
        }

    .ticketsLanding .highlight-event-match .button {
        font-size: 14px;
        background-color: #fff;
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0;
        text-align: center;
        border-color: #fff;
    }

/** FILTER **/

.ticketsLanding .filter-navigation .main-nav-row-container .dropdown {
    min-width: 121px;
}

.ticketsLanding .filter-navigation .main-nav-row-container .dropdown {
    margin-left: auto;
}



.ticketsLanding .filter-navigation .main-nav-row-container .notification svg {
    width: 20px;
    height: 20px;
    transition: fill 250ms ease-in-out;
}

.ticketsLanding .filter-navigation .main-nav-row-container .notification.active svg,
.ticketsLanding .filter-navigation .main-nav-row-container .notification:hover svg {
    fill: #c30000;
}

.ticketsLanding .filter-navigation .accordion .accordion-body form > p {
    min-width: 0;
}

.filter-navigation .main-nav-row-container .dropdown.active {
    border-right: 1px solid #ddd;
}

.ticketsLanding .filter-navigation .my-dropdown {
    padding: 0 3.75%;
}

.ticketsLanding .filter-navigation .accordion .button.filter {
    margin: 20px auto !important;
}

.ticketsLanding .filter-navigation .email-notify-input .carrot {
    position: absolute;
    /* issue 602 */
    top: -13px;
    right: 11px;
    bottom: auto;
    border-bottom: none;
    border-top: 13px solid transparent;
    border-right: 13px solid rgb(221,221,221);
    border-left: 13px solid transparent;
}

    .ticketsLanding .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;
    }

.ticketsLanding .email-notify-input .notify-form {
    position: relative;
    height: 40px;
}

/** ITEMS **/
.ticketsLanding #calendar-section .calendar-item.scheduled .calendar-item-data .calendar-info-center .calendar-match-hour {
    font-size: 26px;
}

.ticketsLanding .deal-tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    text-align: center;
    background-color: #c30000;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 35px;
    -ms-transform: translate(-50%, -50%) rotate(-45deg) translateY(50px);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) translateY(50px);
    transform: translate(-50%, -50%) rotate(-45deg) translateY(50px);
    /*z-index:1;*/
}


.ticketsLanding .deal-span {
    background-color: #f4f4f4;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    padding: 13px;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: -1px;
}

.ticketsLanding #multiple-deal-span {
    margin-bottom: 1px;
    border-bottom: 1px solid rgba(230, 230, 230, 0.6)
}


.ticketsLanding .deal-span strong {
    font-size: 18px;
}

.ticketsLanding #calendar-section .calendar-item.unscheduled .calendar-item-header .calendar-date,
.ticketsLanding #calendar-section .calendar-item.unscheduled .calendar-item-data .calendar-info-center .calendar-match-hour {
    color: #242424;
    opacity: 0.4;
}

.ticketsLanding #calendar-section .calendar-item.unscheduled .calendar-item-data .calendar-info-center .calendar-match-hour {
    font-size: 20px;
}

#calendar-section .calendar-item .calendar-item-data .calendar-competition {
    padding-bottom: 5px;
}

.ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .calendar-info-center,
.ticketsLanding #calendar-section .calendar-item.bundle .calendar-item-data .calendar-info-center {
    height: auto;
}

    .ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .calendar-info-center .calendar-date,
    .ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .calendar-info-center calendar-match-hour,
    .ticketsLanding #calendar-section .calendar-item.bundle .calendar-item-data .calendar-info-center .calendar-date,
    .ticketsLanding #calendar-section .calendar-item.bundle .calendar-item-data .calendar-info-center calendar-match-hour {
        font-size: 24px;
        line-height: 1;
    }

    .ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .calendar-info-center .calendar-date,
    .ticketsLanding #calendar-section .calendar-item.bundle .calendar-item-data .calendar-info-center .calendar-date {
        font-weight: 600;
    }

.ticketsLanding #calendar-section .calendar-item.bundle .slick-slide {
    opacity: 0;
    transition: opacity 500ms ease-in-out;
}

    .ticketsLanding #calendar-section .calendar-item.bundle .slick-slide.slick-current {
        opacity: 1;
    }

.ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .calendar-info-center .calendar-match-location,
.ticketsLanding #calendar-section .calendar-item.bundle .calendar-item-data .calendar-info-center .calendar-match-location {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 14px;
}


.ticketsLanding .calendar-item.last .shop-button-wrapper .button.last {
    padding-top: 4px;
    padding-bottom: 4px;
    height: auto;
}

.ticketsLanding #calendar-section .calendar-item .calendar-item-border {
    padding: 15px 0;
}

.ticketsLanding #calendar-section .shop-button-wrapper {
    margin-top: 25px;
    width: 100%;
    padding: 0 9%;
}


.ticketsLanding #calendar-section .slick-dots li button:before {
    color: black !important;
}

.ticketsLanding #calendar-section .slick-dots {
    bottom: -25px !important;
}


.ticketsLanding #calendar-section .calendar-item .calendar-item-header .calendar-date .tba {
    text-transform: lowercase;
    font-size: 16px;
}

.ticketsLanding #calendar-section .shop-button-wrapper p {
    margin-bottom: 14px;
    line-height: 1.1;
    color: #242424;
    font-size: 14px;
    text-transform: uppercase;
}

.ticketsLanding #calendar-section .calendar-item:not(.available) .shop-button-wrapper p {
    /*color: #C30000;*/
}
/* issue 1036*/
.ticketsLanding #calendar-section .shop-button-wrapper a {
    display: block;
}
/* issue 1035 */
.button.dark.invalid {
    background: #bebebe !important;
    border-color: #bebebe !important;
    cursor: default;
}

.ticketsLanding #calendar-section .shop-button-wrapper p.original,
.ticketsLanding #calendar-section .shop-button-wrapper p.original .member {
    font-size: 11px;
    line-height: 1;
    color: #bebebe;
    text-decoration: line-through;
    margin-bottom: 0;
}

.ticketsLanding #calendar-section .shop-button-wrapper p.original {
    padding-bottom: 4px;
}


    .ticketsLanding #calendar-section .shop-button-wrapper p.original strong {
        font-size: 14px;
        font-weight: 400;
    }

.ticketsLanding #calendar-section .shop-button-wrapper p span.normal strong {
    font-weight: 400;
}

.ticketsLanding #calendar-section .shop-button-wrapper p span.member,
.ticketsLanding #calendar-section .shop-button-wrapper p.deal {
    color: #c30000;
}

/* ISSUE 605 */
.ticketsLanding #calendar-section .shop-button-wrapper .button {
    width: 100%;
    margin: 0;
    max-width: 524px;
}

@media (min-width:365px) {
    .ticketsLanding #calendar-section .shop-button-wrapper .button {
        width: 100%;
        margin: 0;
        max-width: 524px;
        /*width: 288px;
        margin-left: -2px;*/
    }

    #calendar-section .view-more .button {
        width: 288px;
    }
}

.ticketsLanding .filter-navigation .accordion .section-title {
    color: #242424;
    transition: color 250ms ease-in-out;
}


    .ticketsLanding .filter-navigation .accordion .section-title.active,
    .ticketsLanding .filter-navigation .accordion .tab:hover .section-title {
        color: #242424;
    }


.ticketsLanding #calendar-section .shop-button-wrapper .button.disabled {
    background-color: #bdbdbd;
    pointer-events: none;
    border-color: #bdbdbd;
}

.ticketsLanding #calendar-section .calendar-item .calendar-item-actions .my-tooltip:hover .tooltiptext {
    display: none;
}

.ticketsLanding #calendar-section .calendar-item .calendar-item-actions .wrapper {
    display: inline-block;
}

.ticketsLanding #calendar-section .calendar-item .calendar-item-actions svg {
    height: 40px;
    display: inline-block;
    transition: fill 250ms ease-in-out,stroke 250ms ease-in-out;
}

    .ticketsLanding #calendar-section .calendar-item .calendar-item-actions svg.info {
        stroke: #242424;
    }

        .ticketsLanding #calendar-section .calendar-item .calendar-item-actions svg.info:hover {
            stroke: #c30000;
        }

    .ticketsLanding #calendar-section .calendar-item .calendar-item-actions svg.video {
        fill: #242424;
        stroke: #fff;
    }

        .ticketsLanding #calendar-section .calendar-item .calendar-item-actions svg.video:hover {
            fill: #c30000;
        }

.ticketsLanding #calendar-section .calendar-item .calendar-item-header {
    line-height: 1.1;
}

.ticketsLanding #calendar-section .calendar-item .button.active {
    background-color: #c30000;
}

.ticketsLanding #calendar-section .calendar-item .calendar-item-actions .button svg.confirm {
    stroke: #fff;
    fill: #fff;
    height: 18px;
    width: 24px;
    vertical-align: middle;
}

/** EMAIL DIALOG **/
.ticketsLanding .email-notify-input {
    position: absolute;
    display: block;
    border: 1px solid #ddd;
    background-color: #fff;
    z-index: 9;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
    padding: 38px 32px 32px 32px;
    width: 90%;
    margin: 0 5%;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
    border: solid 1px rgb(221,221,221);
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0,0,0,.175);
    /* ISSUE 602 */
    padding-bottom: 15px;
    box-shadow: 0px 0px 20px 4px rgba(0,0,0,.175);
}

    .ticketsLanding .email-notify-input.loading {
        opacity: 0;
    }

    .ticketsLanding .email-notify-input .dialog-content p {
        margin-bottom: 8px;
    }

        .ticketsLanding .email-notify-input .dialog-content p.error {
            color: #c30000;
            margin-top: 8px;
            margin-bottom: 8px;
            text-align: left;
        }

    .ticketsLanding .email-notify-input input {
        padding: 10px 15px;
        line-height: 1;
        font-size: 14px;
        border: 1px solid #242424;
        height: 40px;
        margin-bottom: 10px;
    }

        .ticketsLanding .email-notify-input input::placeholder {
            text-transform: uppercase;
            line-height: 1;
            font-size: 14px;
        }

    .ticketsLanding .email-notify-input .button {
        background-color: #242424;
        color: #fff;
        text-align: center;
        padding: 10px 0px;
        margin: 0 auto;
        float: left;
    }

    .ticketsLanding .email-notify-input .notify-form {
        text-align: center;
        width: 100%;
    }


    .ticketsLanding .email-notify-input .carrot {
        width: 0;
        height: 0;
        border-bottom: 10px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid rgb(221,221,221);
        position: absolute;
        bottom: -10px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }



        .ticketsLanding .email-notify-input .carrot::after {
            content: '';
            width: 0;
            height: 0;
            border-bottom: 8px solid transparent;
            border-left: 8px solid transparent;
            border-right: 8px solid #fff;
            position: absolute;
            bottom: -8px;
            left: -7px;
        }

.ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .calendar-info-center {
    padding: 0 0 20px 0%;
}


    .ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .calendar-info-center .calendar-date {
        padding-top: 20px;
    }

.ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .calendar-item-team {
    padding-top: 30px;
}

.ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .calendar-item-team {
    text-align: center;
}


/** ADS **/

.ticketsLanding .campaign-section {
    padding: 0 3%;
}

.ticketsLanding .campaign-wrapper {
    margin-bottom: 25px;
    transition: filter 250ms ease-in-out;
}

    .ticketsLanding .campaign-wrapper img {
        width: 100%;
    }


    .ticketsLanding .campaign-wrapper:hover {
        filter: brightness(1.2);
    }



@media screen and (min-width: 425px) {
    .ticketsLanding .deal-tag {
        -ms-transform: translate(-50%, -50%) rotate(-45deg) translateY(70px);
        -webkit-transform: translate(-50%, -50%) rotate(-45deg) translateY(70px);
        transform: translate(-50%, -50%) rotate(-45deg) translateY(70px);
    }

    /** HIGHLIGHT **/




    /** FILTER **/

    /** ITEMS **/

    /** EMAIL DIALOG **/

    /** ADS **/

}

@media screen and (max-width: 767px) {
    /*.ticketsLanding .filter-navigation .main-nav-row-container .notification {
        display: none !important;
    }*/
    .ticketsLanding .email-notify-input .button {
        width: 100%;
    }

    .ticketsLanding .filter-navigation .email-notify-input {
        right: 0px !important;
        overflow: hidden;
        max-width: 500px;
    }
}

.ticketsLanding .filter-navigation .main-nav-row-container .dropdown.active::after {
    content: "";
    display: block;
        width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    background: white;
    left: 0;
}

@media screen and (min-width: 768px) {




    .ticketsLanding .filter-navigation .main-nav-row-container .dropdown,
    .ticketsLanding .filter-navigation .main-nav-row-container .notification {
        padding: 0 24px;
        position: relative;
        float: right;
    }

        .ticketsLanding .filter-navigation .main-nav-row-container .dropdown.active::after {
            content: "";
            display: block;
            width: 100%;
            height: 2px;
            position: absolute;
            bottom: -2px;
            background: white;
            left: 0;
        }

    /** HIGHLIGHT **/

    .ticketsLanding .tickets-highlight .highlight-event-background-wrapper {
        position: static;
    }

    .ticketsLanding .highlight-event-match {
        padding: 0;
    }

    .ticketsLanding .tickets-highlight .highlight-event-background-wrapper img {
        margin: 0;
        width: 100%;
    }

    .ticketsLanding .highlight-event-match .wrapper {
        padding: 0;
        position: absolute;
        display: block;
        top: 0%;
        bottom: 0;
        left: 50%;
        margin: 0;
        height: 100%;
    }

    .ticketsLanding .highlight-event-match .button {
        width: 175px;
        /*height: auto;*/
        line-height: 1;
        padding: 10px 24px;
        text-align: center;
        border-color: #fff;
    }


    .highlight-content-wrapper-desktop {
        display: table;
        height: 100%;
    }

    .highlight-content-wrapper-desktop-inner {
        display: table-cell;
        vertical-align: middle;
    }

    .highlight-content-wrapper-desktop,
    .highlight-content-wrapper-desktop-inner {
        float: none;
    }

    .ticketsLanding .highlight-event-match .highlight-event-center .competition-name {
        font-size: 20px;
    }

    .ticketsLanding .highlight-event-match .highlight-event-team {
        margin-top: 20px;
    }

    .ticketsLanding .highlight-event-match .highlight-event-center .match-day {
        font-size: 46px;
        margin-bottom: 18px;
    }

    .ticketsLanding .highlight-event-match .highlight-event-center .match-hour {
        font-size: 46px;
        margin-bottom: 40px;
    }

    /** FILTER **/

    .ticketsLanding .filter-navigation .main-nav-row-container .width {
        /* min-width: 0; */
        /*display: block;*/
        display: flex;
    }

    /* Bug 595
    .filter-navigation .main-nav-row-container .dropdown.active {
        border-right: transparent;
    }
    */

    /** ITEMS **/

    .ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .calendar-info-center .calendar-date,
    .ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .calendar-info-center calendar-match-hour,
    .ticketsLanding #calendar-section .calendar-item.bundle .calendar-item-data .calendar-info-center .calendar-date,
    .ticketsLanding #calendar-section .calendar-item.bundle .calendar-item-data .calendar-info-center calendar-match-hour {
        font-size: 26px;
    }

    .ticketsLanding #calendar-section .calendar-item .calendar-item-header .calendar-date .tba {
        font-size: 20px;
    }

    .ticketsLanding .tooltiptext {
        color: #c30000;
    }


    .ticketsLanding #calendar-section .shop-button-wrapper {
        padding: 0 24px;
    }


    /** EMAIL DIALOG **/

    .ticketsLanding .email-notify-input {
        left: 50%;
        width: 500px;
        transform: translateX(-50%);
        margin: auto;
    }

        .ticketsLanding .email-notify-input .notify-form {
            text-align: left;
        }


    /** ADS **/

    .ticketsLanding .campaign-section {
        padding: 0 0.8%;
    }

    .ticketsLanding .campaign-wrapper {
        padding: 0 12px;
    }
}

@media screen and (min-width: 992px) {
    .ticketsLanding #calendar-section .calendar-item .calendar-item-actions .shop-button-wrapper .wrapper-gamble {
        margin-top: 10px;
    }

    #calendar-section .view-more .button {
        width: 131px;
    }
    /** HIGHLIGHT **/


    .ticketsLanding .highlight-event-match .button {
        margin-right: 8.3333%;
    }


    /** FILTER **/

    .ticketsLanding .filter-navigation .accordion .accordion-body form > p {
        display: inline-block;
    }


    .ticketsLanding .filter-navigation .accordion .accordion-body form {
        padding-left: 0;
        padding-bottom: 0;
        margin-left: 0;
    }

    /** ITEMS **/

    .ticketsLanding #calendar-section .calendar-item .calendar-item-header {
        padding-left: 100px;
    }

    .ticketsLanding #calendar-section .calendar-item .calendar-item-actions .my-tooltip:hover .tooltiptext {
        display: block;
    }

    .ticketsLanding #calendar-section .calendar-item .calendar-item-actions {
        margin-top: 10px;
    }

        .ticketsLanding #calendar-section .calendar-item .calendar-item-actions .my-tooltip {
            margin-top: 35px;
        }

        .ticketsLanding #calendar-section .calendar-item .calendar-item-actions .wrapper {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }

    .ticketsLanding #calendar-section .shop-button-wrapper {
        width: 180px;
        box-sizing: content-box;
        margin-top: 10px;
    }

    .publicPrize{
        color:black;
    }

    .ticketsLanding #calendar-section .shop-button-wrapper strong {
        font-size: 20px;
    }


    .ticketsLanding #calendar-section .calendar-item .calendar-item-header .calendar-date .tba {
        display: block;
    }

    /** EMAIL DIALOG **/

    .ticketsLanding .email-notify-input {
        left: auto;
        right: 24px;
        margin: auto;
        transform: translateX(0);
    }

        .ticketsLanding .email-notify-input .carrot {
            right: 78px;
            left: auto;
            transform: translateX(0);
        }

        .ticketsLanding .email-notify-input .button {
            float: none;
        }

    /** ADS **/

    .ticketsLanding #calendar-section .shop-button-wrapper .button {
        width: 100%;
        margin: 0;
        max-width: 524px;
    }
}

@media screen and (min-width: 1025px) {

    /** HIGHLIGHT **/

    /** FILTER **/

    /** ITEMS **/

    /** EMAIL DIALOG **/

    /** ADS **/
}

@media screen and (min-width: 1200px) {

    /** HIGHLIGHT **/

    /** FILTER **/

    /** ITEMS **/

    .info-icons svg {
        width: 30px;
        height: 30px;
    }

    .ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .calendar-item-team .calendar-item-team-name {
        line-height: 30px;
        font-size: 16px;
    }

    .ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .game-wrapper .slick-inner {
        border-left: 1px solid #ddd;
        float: left;
        padding: 0 30px;
    }

    .ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .game-wrapper:first-child .slick-inner {
        border-left: none;
    }

    .ticketsLanding #calendar-section .calendar-item .calendar-item-header .calendar-date .tba {
        display: inline;
    }

    .ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .calendar-info-center .calendar-match-location {
        margin-top: 30px;
    }

    .ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .calendar-match-info .calendar-item-team .calendar-item-team-name {
        text-align: center;
        max-width: 75px;
    }

    .ticketsLanding #calendar-section .calendar-item .calendar-item-data .calendar-match-info .calendar-item-team {
        /*text-align: center;*/
    }

    .ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .calendar-match-info .calendar-item-team img {
        float: none;
        margin: 0;
    }


    #calendar-section .calendar-item .calendar-item-data .calendar-info-center {
        /*min-width: 115px;*/
        min-width: 1px;
    }

    #calendar-section .calendar-item .calendar-item-data .calendar-match-info .calendar-item-team.away-team img {
        margin-right: 35px;
    }

    #calendar-section .calendar-item .calendar-item-data .calendar-match-info .calendar-item-team.home-team img {
        margin-left: 35px;
    }


    .ticketsLanding #calendar-section .calendar-item.bundle-expandable .calendar-item-data .calendar-item-team {
        padding-top: 15px;
    }


    .ticketsLanding .calendar-item .slick-list .slick-track {
        margin: 0 auto !important;
    }


    /** EMAIL DIALOG **/

    /** ADS **/
}

/* ISSUE 602 */
.ticketsLanding .filter-navigation .email-notify-input {
    top: 85%;
    right: -47%;
}

    .ticketsLanding .filter-navigation .email-notify-input .carrot {
        transform: translateX(765%);
    }

@media screen and (min-width:992px) {
    .ticketsLanding .filter-navigation .email-notify-input {
        right: 24px;
    }

        .ticketsLanding .filter-navigation .email-notify-input .carrot {
            transform: translateX(0);
        }
}



/* plus less buttons fix*/
.input-tickets .units > div {
    width: 35px;
    height: 33px;
}

.buy-modal .popup-content .input-tickets .tickets-number #socio #socio-quantity {
    width: 160px;
}

@media screen and (min-width:768px) {
    .input-tickets .units > div {
        width: 27px;
        height: 25px;
    }

    .input-tickets .units .plus:after,
    .input-tickets .units .minus:after {
        width: 9px;
        height: 1px;
    }

    .input-tickets .units .plus:before {
        width: 1px;
        height: 9px;
    }
}

.buy-modal .popup-content .input-tickets .tickets-number #general-units {
    float: left;
    width: 160px;
    justify-content: flex-start;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: white;
}

.ui-state-hover, .ui-widget-content .ui-state-hover {
    background: #ededed;
}

.ui-state-focus, .ui.ui-widget-content .ui.ui-state-focus, .ui-state-focus .ui-slider-handle .arrow {
    background: white;
}

#slider-range-filters {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.ticketsLanding #calendar-section .calendar-item .notify.emailSubmitted {
    border-color: #c30000 !important;
    background-color: #c30000 !important;
}
