﻿/* Preparing tickets */
#preparing-tickets{
    position: absolute;
    z-index: 1;
    left: 25%;
    top: 37.5%;
    width: 50%;
    background: white;
    text-align: center;
    border: solid 1px rgb(221,221,221);
      font-family: 'Roboto Condensed';
    text-transform: uppercase;
}

#preparing-tickets p{
    font-size: 16px;
    color: #c30000;
    text-align: center;
    font-weight: 400;
    margin-top: 10%;
    padding: 0px 7%;
}
#preparing-tickets .button{
    margin-top:7%;
    margin-bottom: 8%;
}
/* tickets noid */
#tickets-noid{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 32.5%;
    width: 50%;
    max-width: 330px;
    background: white;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}
#tickets-noid .bench-id{
    margin-top: 4px;
    width: 59px;
    height: unset;
    display: inline;
    margin-left: 8px;
}
#tickets-noid picture{
    position: relative;
    width: 100%;
    max-height: 155px;
    overflow: hidden;
}
#tickets-noid .view-pan{
    position: relative;
    width: 100%;
    height: auto;
}
#tickets-noid .bench-name{
    font-size:16px;
}
#tickets-noid p:nth-child(2){
    font-size:13px;
}
#tickets-noid .close{
    position: absolute;
    top: 13px;
    right: 13px;
    opacity: 1;
    font-size: 13px;
    font-weight: bold;
}
#tickets-noid .no-id-content{
    padding: 20px 7%;
}

/* TICKET DETAIL STAND */
#ticket-detail-stand{
    position:absolute;
    width:40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 270px;
    top:37.5%;
    border: solid 1px rgb(221,221,221);
    background:white;
    z-index:1;
      font-family: 'Roboto Condensed';
    text-transform: uppercase;
}
#ticket-detail-stand .bench-name{
    font-size:15px;
}
#ticket-detail-stand .bench-id{
    margin-top: 3px;
    width: 59px;
    height: unset;
    display: inline;
    margin-left: 8px;
}
#ticket-detail-stand .detail-content{
    float: left;
    width: 100%;
    padding: 8%;
}
#ticket-detail-stand p:nth-child(2){
    font-size: 13px;
    margin-top: 2px;
    padding-bottom: 16px;
    border-bottom: solid 1px rgb(221,221,221);
}
#ticket-detail-stand .bottom-detail .price-desc{
    font-size:16px;
    position:absolute;
    margin-top: 15px;
    margin-left: 6px;
}
#ticket-detail-stand .bottom-detail  .prices{
    font-size: 13px;
    float: right;
    margin-top: 18px;
    text-align:right;
}
#ticket-detail-stand .bottom-detail  .prices p:last-child{
    font-weight:bold;
    color:#c30000;
    margin-top:unset;
    border-bottom:unset;
    padding-bottom:unset;
}

#ticket-detail-stand.redpass-detail-stand .price-details {
    font-size: 13px;
    margin-top: 17px;
    line-height: 17px;
}

#ticket-detail-stand.redpass-detail-stand .price-details .price {
    font-size: 16px;
}

/* TICKET DETAIL BENCH*/

#ticket-detail-bench{
    position:absolute;
    width:40%;
    top:35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 270px;
    border: solid 1px rgb(221,221,221);
    background:white;
    z-index:1;
      font-family: 'Roboto Condensed';
    text-transform: uppercase;
}
#ticket-detail-bench .bench-name{
    font-size:16px;
}
#ticket-detail-bench .bench-id{
    margin-top: 4px;
    width: 59px;
    height: unset;
    display: inline;
    margin-left: 8px;
}
#ticket-detail-bench .detail-content{
    float: left;
    width: 100%;
    padding: 8%;
}
#ticket-detail-bench p{
    font-size:13px;
}
#ticket-detail-bench .detail-content .place-desc{
    font-size: 13px;
    padding-bottom: 15px;
    border-bottom: solid 1px rgb(221,221,221);

}
#ticket-detail-bench .bottom-detail .price-desc{
    font-size:16px;
    position:absolute;
    margin-top: 15px;
    margin-left: 6px;
}
#ticket-detail-bench .bottom-detail  .prices{
    font-size: 13px;
    float: right;
    margin-top: 18px;
    text-align:right;
}
#ticket-detail-bench .bottom-detail  .prices p:last-child{
    font-weight:bold;
    color:#c30000;
    margin-top:unset;
    border-bottom:unset;
    padding-bottom:unset;
}

/* tickets choose */
#tickets-choose{
    position: absolute;
    z-index: 1;
    left: 30%;
    top: 22.5%;
    width: 40%;
    background: white;
      font-family: 'Roboto Condensed';
    text-transform: uppercase;
}
#tickets-choose .bench-id{
    margin-top: 4px;
    width: 59px;
    height: unset;
    display: inline;
    margin-left: 8px;
}
#tickets-choose .view-pan{
    position: relative;
    width: 100%;
    height: 40%;
}
#tickets-choose .bench-name{
    font-size:16px;
}
#tickets-choose p:nth-child(2){
    font-size:13px;
}
#tickets-choose .close{
    position: absolute;
    top: 13px;
    right: 13px;
    opacity: 1;
    font-size: 13px;
    font-weight: 100;
}
#tickets-choose .no-id-content{
    padding: 16px 7%;
}
#tickets-choose .ticket-options{
    padding: 0px 7%;
}
#tickets-choose .ticket-options > div{
    width:50%;
}
#tickets-choose .ticket-options .options{
    float:left;
}
#tickets-choose .ticket-options .option-price{
    float:right;
    text-align:right;
}
#tickets-choose .ticket-options .option-price p{
    font-size:16px;
    margin-top: 9px;
    margin-bottom: 5px;
}
#tickets-choose .ticket-options .option-price p:last-child {
    font-weight:bold;
    color:#c30000;
}
#tickets-choose .img-div {
    width: 100%;
    height: 40%;
    margin-bottom:7px;
}
#tickets-choose .button{
    width:100%;   
    margin-top:10px;
}
#tickets-choose .button-div{
    padding: 5px 7%;
}

#tickets-choose label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

#tickets-choose input[type="radio"] {
    display:none;
}
#tickets-choose input[type="radio"] + label {
    color: rgb(36,36,36);
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
}
#tickets-choose input[type="radio"]:not(:checked) + label {
    color: rgb(136,136,136);
}
#tickets-choose input[type="radio"] + label span {
    display:inline-block;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    -moz-border-radius:  50%;
    border-radius:  50%;
}

#tickets-choose 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;
}
#tickets-choose input[type="radio"] + label span.inner {
    width: 10px;
    height: 10px;
    margin: 4px 0px 0px 4px;
    background-color: white;
    vertical-align: top;
    text-align: center;
}

#tickets-choose input[type="radio"]:checked + label span.inner{
     background-color:#CC3300;
}

#tickets-choose input[type="radio"] + label span,
#tickets-choose 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;
}

/* TICKET TOOLS */
#tickets-tools{
    position: absolute;
    z-index: 1;
    right: 2%;
    top: 2%;
    width: 30%;
    background: white;
    height: 40px;
    display: flex;
    align-items: center;
    border: solid 1px rgba(221, 221, 221, 0.6);
    text-align:center;
      font-family: 'Roboto Condensed';
    text-transform: uppercase;
}
#tickets-tools .back-stadium-view{
    width:60%;
    font-size:13px;
    float:left;
    color:rgb(221,221,221);
}
#tickets-tools .zoom{
    position: relative;
    float:left;
    width:20%;
    font-size:24px;
    font-weight:100;
    color:rgb(221,221,221);
    border-left:solid 1px rgb(221,221,221);
    cursor:default;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tickets-tools .zoom:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgb(221,221,221);
    width: 11px;
    height: 1px;
}
#tickets-tools .zoom:last-child:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgb(221,221,221);
    width: 1px;
    height: 11px;
}
#tickets-tools .zoom p {
    display: none;
}

#tickets-tools .back-stadium-view.active p,
#tickets-tools .zoom.active{
    cursor:pointer;
    color:black;
}
#tickets-tools .zoom.active:after,
#tickets-tools .zoom.active:before{
    background: rgb(36,36,36);
}
#tickets-tools .back-stadium-view.active{
    background-color:#ffffff;
}

/* MOBILE MODULES */

/* STADIUM MAP */
#stadium-map{
    position: absolute;
    z-index: 1;
    right: 2%;
    top: 2%;
    width: 145px;
    background: white;
    height: 145px;
    border: solid 1px rgb(221, 221, 221);
}
#stadium-map img{
    width:100%;
    height:100%;
}
#stadium-map .selected-area{
    width:35%;
    height:35%;
    opacity:0.4;
    background:black;
    z-index:2;
    position:absolute;
    top:20%;
    left:20%;
}


/* tickets choose  mobile */
#tickets-choose.mobile-choose{
    width:55%;
    left:22.5%;
    height:unset;
}
#tickets-choose.mobile-choose .button{
    margin-bottom: 15px;
}
#tickets-choose.mobile-choose .ticket-options .options > div {
    margin-right: -36px;
}
#tickets-choose.mobile-choose input[type="radio"] + label{
    font-size:16px;
}
#tickets-choose.mobile-choose .button-div .button:first-child{
    background:white;
    padding: 0px 0%;
    padding-top: 4px;
    margin-right:5px;
    width:40%;
}
#tickets-choose.mobile-choose .button-div .button:last-child {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px;
}
#tickets-choose.mobile-choose .button-div .pan-icon{
    width:30px;
    height:30px;
}
#tickets-choose.mobile-choose .button-div{
    display:flex;
    width:100%;
}



@media screen (min-width:1200px){
    #tickets-tools .back-stadium-view p{
        padding-left: 10px; 
        padding-right: 10px;
    }
    #tickets-tools .back-stadium-view{
        font-size:14px;
    }
}
/* BUTTON */
.button{
    text-align: center;
    background: black;
    color: white;
}

.button{
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    border: solid 1px #242424;
    padding: 10px 24px;
    cursor: pointer;
    position: relative;
    -webkit-transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
    transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
}
.button:before{
    background-color: #c30000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.button:hover, .button.active {
    color: white;
    border-color: #c30000 !important;
}

.idioms button {
    color: #242424; /* SLB fix idioms buttons */
}

.stadium-view img{
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

/* CARROT */
#customTickets .carrot {
    width: 0;
    height: 0;
    border-bottom: 13px solid transparent;
    border-left: 13px solid rgb(221,221,221);
    border-right: 13px solid transparent;
    position: absolute;
    top: -14px;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
}
    #customTickets .carrot::after {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #fff;
        border-right: 12px solid transparent;
        position: absolute;
        bottom: -11px;
        left: -12px;
    }