/* legend */

.legend {
    display: flex;
    align-items: center;
}

.limited-availability {
    background: #ffe9ae;
    padding: 1px 25px;
    margin-right: 10px;
}

.low-availability {
    background: #e8594f;
    color: #ffffff;
    padding: 1px 25px;
    margin-right: 10px;
    margin-left: 20px;
}


/*.legend_box {
    margin: 3px 0;
    line-height: 1.5em;
}

.legend_box div {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    font-weight: 600;
    border-style: solid;
    border-width: 5px 1px 1px 1px;
    line-height: 1;
}

.legend_box div span {
    font-size: 12px;
}*/

/* datepicker */
.datepicker.datepicker-inline,
.datepicker.datepicker-inline table {
    width: 100%;
    padding: 0;
    border-radius: 0;
}

.datepicker.datepicker-inline table td,
.datepicker.datepicker-inline table th {
    border-radius: 0;
    background: transparent !important;
    border: 0 none !important;
    text-shadow: none !important;
    width: 30px;
    padding: 2px;
    font-weight: 400;
}

.datepicker.datepicker-inline table .datepicker-switch {
    font-weight: 900;
}

.datepicker.datepicker-inline table .dow {
    background-color: #00263a!important;
    color: #ffffff;
}

.datepicker table tbody td div {
    background-image: none;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: auto;
    color: #fff;
    font-size: 13px;
    border: 1px solid transparent;
}

.performance {
    font-weight: 600;
    padding: 5px;
    font-size: 13px;
    border: 1px solid transparent;
    cursor: pointer;
}

/*availability colors & hovers */
.datepicker td:not(.new) div,
.datepicker td.high_availability div,
.legend_box div.available,
.perfblock .performance.available {
    color: #000;
    border-color: #f3f4f5;
    background: #fff;
}

.datepicker td.medium_availability div,
.legend_box div.medium_availability,
.perfblock .performance.medium_availability {
    color: #000;
    border-color: #ffe9ae;
    background: #ffe9ae;
}

.datepicker td.low_availability div,
.legend_box div.low_availability,
.perfblock .performance.low_availability {
    color: #000;
    border-color: #e8594f;
    background: #e8594f;
}

.datepicker td.active div,
.datepicker td:hover div,
.datepicker td:focus div,
.legend_box div.selected,
.perfblock .performance.selected,
.perfblock .performance:hover,
.perfblock .performance:focus {
    color: #fff;
    border-color: #6ad1e3;
    background: #6ad1e3;
}

.datepicker td.no_availability div,
.datepicker td.disabled div,
.legend_box div.unavailable,
.perfblock .performance.unavailable {
    background: #ffffff;
    color: #d0d9d1;
    border-color: #f3f4f5;
    cursor: default;
    pointer-events: none;
}

.calendarLoader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendarLoader .loader {
    width: 100px;
    height: 100px;
    border: 1px solid rgba(3,117,169,.2);
    border-top: 2px solid #0375a9;
    animation     : spin .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite
}

.select-time-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.select-time {
    width: 55px;
}

@keyframes spin{
    0%{
        transform : rotate(0deg);
    }
    100%{
        transform : rotate(360deg);
    }
}
/*
.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th{
    padding     : 4px 5px;
    font-weight : 700;
}

.datepicker {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datepicker thead {
    font-size: 15px;
    color: black;
    text-transform: uppercase;
}
.datepicker thead .prev ,
.datepicker thead .next,
.datepicker thead .prev:hover ,
.datepicker thead .next:hover{
    font-size : 1.2em;
    color: black;
    background-color: transparent;
}
.datepicker thead tr:last-of-type{
    font-size : .8em;
    background: #ffffff;
    color : #d2cdc3;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd5906', endColorstr='#e09a69',GradientType=0 );

}



#perfSelection{
    border-radius: 5px;
}

.datepicker thead tr th { border-radius: 0; }
.datepicker thead tr:last-of-type th {
    border-right: 1px solid rgba(255,255,255,.3);
    padding : 5px 0px 0px 0px;
    height : inherit;
    font-weight: 500;
    color: #77726d;
    font-size: 15px;
}
.datepicker table tbody td {
    border: 3px solid #ffffff;
    padding: 2px;
}

.active.day {
    border: 3px solid #ffffff !important;
}

.datepicker table tbody td a,
.datepicker table tbody td div {
    background-image: none;
    height: 32px;
    display: block;
    line-height: 32px;
    text-align: center;
    width: auto;
    color: #CC5500;
}
.datepicker table tbody td div {
    font-size: .9em;
    color: #bdbec0;
}
.datepicker .today.day ,
.datepicker .active.day {
    background: #ffffff;
    background-image : none;
    border-color: transparent;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    background-color: #003f72;
    border-color: transparent;
}
.datepicker .today.day div ,
.datepicker .active.day div {
    background: #58595b !important;
    color : #fff;
}

.datepicker {
    border: 1px solid #77726d;

}

.datepicker .day.high_availability:not(.disabled):not(.old):not(.today):not(.active) div{
    color: #58595b;
    background-color: #ffffff ;
    text-decoration : none;
    border: 1px solid #58595b;
}

.datepicker-days{
    font-size: 1rem !important;
}

.legend-selected div {
    border: 1px solid #58595b;
    border-top: 5px solid #58595b;
    background: #58595b;
    color: #fff;
    font-size: .8em;
 }

.legend-available div {
    border: 1px solid #58595b;
    border-top: 5px solid #58595b;
    background: #ffffff;
    color: #58595b;
    font-size: .8em;
}

.legend-unavailable div {
    border: 1px solid #58595b;
    border-top: 5px solid #58595b;
    background: #e6e7e7;
    color: #bdbec0 ;
    font-size: .8em;
}

.datepicker .day.medium_availability:not(.disabled):not(.old):not(.today):not(.active) div{
    color: #58595b;
    background-color: #ffffff;
    text-decoration : none;
    border: 1px solid #58595b;
}
.datepicker .day.low_availability:not(.disabled):not(.old):not(.today):not(.active) div{
    color: #58595b;
    background-color: #ffffff;
    text-decoration : none;
    border: 1px solid #58595b;
}
.datepicker .day.no_availability:not(.disabled):not(.old):not(.today):not(.active) div{
    text-decoration: line-through;
    font-weight: 400;opacity:.5;
    background-color: #bdbec0 !important;
    color: inherit !important;
}
.datepicker .day.cal_none:not(.disabled):not(.old):not(.today):not(.active) div{
    color: #CC5500;
    background-color: rgba(170, 170, 170, .5);
    text-decoration: line-through !important;
}
.perf-slot-time{
    line-height: 32px;
    display: block;
}

.performance {
    color: #FFF;
    font-weight: 600;
    padding: 5px;
}

.performance.high_availability{
    color: #58595b;
    background-color: #ffffff;
    text-decoration : none;
    border: 1px solid #58595b;
}

.performance.cal_avail{
    color: #58595b;
    background-color: #ffffff;
    text-decoration : none;
    border: 1px solid #58595b;
}
.performance.medium_availability{
    color: #58595b;
    background-color: #ffffff;
    text-decoration : none;
    border: 1px solid #58595b;
}
.performance.low_availability{
    color: #58595b;
    background-color: #ffffff;
    text-decoration : none;
    border: 1px solid #58595b;
}
.performance.no_availability{
    background-color: #e6e7e7 !important;
    color: #bdbec0 !important;
    text-decoration: line-through;
    cursor: default;
    pointer-events: none;
}

.js-selectperf.selected{
    background-color: #58595b;
    color: #ffffff
}




.product-name{
    font-weight: bold;
    display: inline;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
}

.event-img{
    width: 16%;
    padding-top: 15px;
}

.donation-btn {
    background-color: #00AF50;
    color: #ffffff;
    border-radius: 0;
    padding: 10px;
    font-size: 14px;
}

.remove-donation-btn{
    background-color: #00AF50;
    color: #ffffff;
    border-radius: 0;
    padding: 10px;
    font-size: 14px;

}

.perf-title{
    border-bottom: 1px solid #CC5500;
    color: #CC5500;
    cursor: not-allowed !important;
    right: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-decoration: none !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
}

.button-container{
    width: 100%;
    margin-top: 30px;
}

.add-donation-infos{
    text-align: center;
    margin: 30px;
}

#nextButton{
    color: #ffffff;
}

#addAndNextButton{
    color: #ffffff;

}

#addDonationButton.disabled{
    pointer-events: none;
}

#upsellButton{
    color: #ffffff;
}

.notsale{
    margin-top: 120px;
    margin-bottom: 120px;
}

.upsell-modal-title{
    font-size: 20px;
    font-weight: bold;
}

.product-container{
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 3px;
}

.upsell-difference{
    font-size: 10px;
}

.product-container:nth-child(even){
    background-color: #F3F3F3;
}

.upsellmodal{
    cursor: not-allowed;
}

.upsell-modal-content{
    cursor: pointer;
}

.upsell-modal-footer{
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
}

.donation-product-description{
    margin: 10px;
    border-bottom: 1px dashed #C7E7F1;
}

.donation-select-container{
    text-align: center;
    margin: 15px;
}

.donation-img{
    width: 100%;
    height: auto;
}

.perf-selected{
    background-color: #58595b;
    color: #ffffff

}
.aval {
    font-size: 13px;
}
.consent-donation{
    margin-top: 30px;
}

.consent-panel{
    margin-top: 10px !important;
}

.donation-panel{
    font-size: .9em;
}

.donation-value{
    width: 10%;
}
.donation-consent{
    padding:     10px !important;
    font-size: .9em;
}
.donation-header-product{
    background-color: #EEE;
    padding: 10px;

}
.upsell-modal-dialog{
    max-width: 1000px;

}

.upsell-modal-content{
    padding: 20px;
}

.upsell-modal-header{
    padding:15px;
}



.add-donation-container{
    padding: 10px;
    border: 1.45px solid #99ccff;
    border-radius: 3px;
}
.perf-slot-time input{
    border:none;
    box-shadow: none;
    cursor: pointer;
    width : 75px!important;
}

.dow{
    border-bottom: 1px solid #77726d;
}

.datepicker .old ,
.datepicker .new ,
.datepicker .new div ,
.datepicker .new div {
    opacity: 0;
    height : 1px;
    background: #fff!important;
    border: none;
    color: #d2cdc3!important;
}

.datepicker .day{
    padding: 0 !important;
    margin: 0!important;
}

.calendar-legend {
    margin : 30px auto 15px;
    overflow : hidden;
}
.calendar-legend h3 { margin : 0px auto 30px; }
.legend_box {
    margin : 3px 0;
    line-height: 1.5em;
    font-size: 16px;
    display: flex;
}

.legend_available div{
    border: 1px solid #000;
    border-top: 5px solid #000;
    background: #fff;
    color: #000;
}

.legend_box div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    margin-right: 7px;
    font-weight: 700;
}

.legend_box.cal_selected { border-left: 15px solid  #58595b;}
.legend_box.cal_avail { border-left: 15px solid #80aab9; }
.legend_box.cal_none { border-left: 15px solid rgba(170, 170, 170, .5); }
.notgeneraladm .legend_box.high_availability{border-left: 15px solid #58595b;}



.notgeneraladm .legend_box.cal_avail{border-left: 15px solid #ffd700;}
.notgeneraladm .legend_box.low_availability{border-left: 15px solid #58595b;}

.notgeneraladm .legend_box.no_availability{border-left: 15px solid inherit;}


.error-max-ticket{
    text-align: center;
    padding-top: 10px;
    color: red;
}

.tickets-qty-error{
    padding-right: 5px;
    padding-top: 3px;

}

.day:not(.disabled) div:hover{
    background-color: #58595b !important;
    color: #ffffff !important;
}

.performance:not(.no_availability):hover{
    background-color: #58595b;
    color: #ffffff

}

.max-ticket-error,
.min-ticket-error {
    color: #ffffff;
    margin-bottom: 25px;
    padding: 10px;
    background-color: #C50;
    border-radius: 3px;
    font-weight: 700;
}
.max-ticket-error a,
.max-ticket-error a:hover,
.max-ticket-error a:focus,
.min-ticket-error a,
.min-ticket-error a:hover,
.min-ticket-error a:focus {
    color: #ffffff;
    text-decoration: underline;
}


.performance-name{
    background: none repeat scroll 0 0 #E6E6E6;
    border: 1px solid #D3D3D3;
    font-weight: normal;
    color: #555555;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
    border-right-width: 1px !important;
    height: 30px;
    margin-top: 10px;

}

.perfinformation{
    border-bottom: 1px solid #CC5500;
    border-left: 1px solid #CC5500;
    border-right: 1px solid #CC5500;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 10px;
}

.perfdescription{
    margin-bottom: 10px;

}



.performance-name.opened{
    cursor: not-allowed;
    background: white;
    border: 1px solid #CC5500;
    color: #CC5500;
    text-transform: uppercase;
    font-weight: 600;
    align-items: baseline;
    border-radius: 0 !important;
}

.opened-arrow{
    color: #CC5500;
}

.performance-arrow{
    justify-content: right;
    padding-right: 15px;
    padding-top: 6px;
}

.g-admission.perfavailable{
    color: #FFF;
    background-color: #339900;
}

.calendartooltip .performance{
    font-size: .9em;

}



.jsdaycontainer .perf-slot-time input{
    border:none;
    box-shadow: none;
    cursor: pointer;
    width : 75px!important;
}



.calendartooltiptext .performance-information{
    display: none !important;
}

.calendartooltiptext .perf-slot-time{
    margin-top: 5px;
    margin-bottom: 5px;
}

.active.day .calendartooltiptext  div{
    text-decoration: blink;
}

.calendartooltiptext .perf-slot-time input{
    border:none;
    box-shadow: none;
    cursor: pointer;
    width : auto;
}

.calendartooltip {
    position: relative;
    display: inline-block;
}

.calendartooltip .calendartooltiptext {
    visibility: hidden;
    background-color: #CCCCCC;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    top: 35px;
    cursor: default;

}


.datepicker table tr td span {
    width: 430px;
    height: auto !important;
}


.jsdaycontainer .perf-description{
    display: none;
}

.perf-description{
    width: 250px;
}




.calendartooltip .calendartooltiptext::after {
    content: "";
    position: absolute;
    top: -1%;
    left: 15%;
    margin-left: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: #CC5500 transparent transparent transparent;
}

.calendartooltiptext .g-admission-perf-container{
    background-color: #CCCCCC !important;
}

.calendartooltiptext .i18n-container{
    display: none;
}

.calendartooltip:hover .calendartooltiptext {
    visibility: visible;
    opacity: 1;
}

.perf-input-container{
    padding-left: 15px;
    padding-right: 15px;
}


.calendartooltiptext .performance:not(.perf-description){
    font-weight: bold;
}

.calendartooltiptext .performance-form{
    text-decoration: none !important;
}

.calendartooltiptext .performance.selected{
    background-color: #58595b;
    color: #ffffff
}

.calendartooltiptext .perf-description.g-admission{
    background-color: #CCCCCC;
    border: none !important;
    color: #ffffff !important;
}

.calendartooltiptext .g-admission-perf-container{
    background-color: #CCCCCC;
    border: none !important;

}

.calendartooltiptext .perf-description.g-admission{
    background-color: #339900 !important;
}

.calendartooltiptext .perf-description.performance{
    border: none !important;
    text-decoration: none !important;
    text-align: left !important;
}

.calendartooltiptext .perf-description.g-admission{
    text-align: left !important;
}
.calendartooltiptext .perf-input-container{
    text-decoration: none !important;
}
.calendartooltiptext .perf-slot-time .performance.selected {
    background-color: #58595b;
    color: #ffffff
}

.calendartooltiptext .perf-slot-time {
    background: #ffffff !important;
}


.calendartooltiptext:hover{
    display: none;
}

.calendartooltiptext .datepicker .today.day div {
    text-decoration: none !important;
}





.datepicker .day.high_availability:not(.disabled):not(.old):not(.today):not(.active) .calendartooltip {
    color: #58595b;
    background-color: #ffffff;
    text-decoration : none;
    border: 1px solid #58595b;
}


.calendartooltiptext {
    border: 1px solid #CC5500;
    background-color: #ffffff !important;
}



.datepicker-switch{
    font-weight: 100;
}


.js-selectperf.selected{
    background-color: #58595b;
    color: #ffffff
}

.datepicker-switch,
.datepicker-switch:hover,
.datepicker-switch:focus {
    color: #525252;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500 !important;
    background-color: transparent;
    pointer-events: none;
    cursor: default;
}

.datepicker table tr td.disabled  {
    background-color: #e6e7e7 !important;
    color: #bdbec0 !important;
    text-decoration: line-through;
}

th.prev,th.next{
    color: #003f72;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500 !important;

}


.table-condensed thead tr th.dow{
    width: 14.28% !important;
}

@media only screen and (min-width : 320px) and (max-width : 768px){

    .legend_box {
        margin : 3px 0;
        padding-left : 20px;
        line-height: 1.5em;
        font-size: 12px!important;
    }
}
*/
