.ticketPre{

}

.ticketPre:after {
    content: "";
    position: absolute !important;
    z-index: 100;
    top: 0;
    left: 0;
    border-right: #fff 15px solid;
    border-bottom: #fff 15px solid;
    -moz-border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    border-radius: 0 0 20px 0;
}

.ticketPre:before {
    content: "";
    position: absolute !important;
    z-index: 100;
    top: 0;
    right: 0;
    border-left: #fff 15px solid;
    border-bottom: #fff 15px solid;
    -moz-border-radius: 0 0 0 20px;
    -webkit-border-radius: 0 0 0 20px;
    border-radius: 0 0 0 20px;
}

.ticketPos:after {
    content: "";
    position: absolute !important;
    z-index: 100;
    bottom: 0;
    left: 0;
    border-right: #fff 15px solid;
    border-top: #fff 15px solid;
    -moz-border-radius: 0 20px 0 0;
    -webkit-border-radius: 0 20px 0 0;
    border-radius: 0 20px 0 0;
}

.ticketPos:before {
    content: "";
    position: absolute !important;
    z-index: 1000;
    bottom: 0;
    right: 0;
    border-left: #fff 15px solid;
    border-top: #fff 15px solid;
    -moz-border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    border-radius: 20px 0 0 0;
}

.ticket_ui {
    background-color: rgb(53, 53, 53);
    display: inline-block;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    color: white;
    min-width: 360px;
}

.venue_wrapper {
    margin-bottom: 15px;
    font-size: 14px;
}


.o {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.r_row {
    display: inline-block;
}

.seat {
    padding: 1px;
    float: left;
    margin: 1px;
}

.seatUpper {
    height: 0.7em;
    width: 1em;
    background-color: gray;
    border-radius: 2px;
}

.seatLower {
    margin-top: 1px !important;
    height: 0.26em;
    width: 0.86em;
    background-color: gray;
    border-radius: 2px;
    margin: auto;
}

.seat.reserved .seatUpper {
    background-color: rgb(255, 125, 125);
    cursor: not-allowed;
    border: 1px solid rgba(100, 2, 2, 0.38);
}

.seat.reserved .seatLower {
    background-color: rgb(255, 125, 125);
    cursor: not-allowed;
    border: 1px solid rgba(100, 2, 2, 0.38);
}

/*.seat:hover:not(.reserved):not(.selected) .seatUpper {
    background-color: rgb(144, 238, 144);
    cursor: pointer;
    border: solid 1px rgb(5, 136, 0);
}

.seat:hover:not(.reserved):not(.selected) .seatLower {
    background-color: rgb(144, 238, 144);
    cursor: pointer;
    border: solid 1px rgb(5, 136, 0);
}*/

.seat.selected .seatUpper {
    background-color: rgb(144, 238, 144);
    cursor: pointer;
    border: solid 1px rgb(5, 136, 0);
}

.seat.selected .seatLower {
    background-color: rgb(144, 238, 144);
    cursor: pointer;
    border: solid 1px rgb(5, 136, 0);
}

.noSeat {
    padding: 1px;
    height: 1em;
    width: 1em;
    background-color: transparent;
    float: left;
    margin: 1px;
}

.noHalfSeat {
    padding: 1px;
    height: 1em;
    width: 0.5em;
    background-color: transparent;
    float: left;
    margin: 1px;
}

.lower {
    text-align: center;
    display: inline-block;
    width:95%;
}

.upper {
    text-align: center;
    margin-top: 35px;
    display: inline-block;
    width:95%;
}

.stage {
    width: 85%;
    height: 75px;
    margin: 0 auto;
    border: solid 3px;
    border-color: rgb(173, 40, 59) transparent transparent transparent;
    border-radius: 50%/100px 100px 0 0;
}

.stageCont {
    text-align: center;
    margin-top: 50px;
}

.rLabel {
    float: left;
    line-height: 1.5em;
}

.duration {
    height: 60px;
    line-height: 94px;
    display: inline-block;
    float: left;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.dsqnu {
    font-size: 6px;
    vertical-align: top;
}

.smsqnu {
    font-size: 6px;
    vertical-align: top;
    display: none;
}

.seat.reserved .smsqnu {
    display: none;
}

.seat.reserved .dsqnu {
    display: none;
}

select::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-color: #808080 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    content: ' ';
}

.ticket_ui select {
    background-color: #c51f40;
    color: white;
    width: 100%;
    margin-top: 5px;
    border: none;
    padding: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, white, white);
    background-position: calc(100% - 15px) calc(16px), calc(100% - 10px) calc(16px), calc(100% - 28px) 7px;
    background-size: 5px 5px, 5px 5px, 1px 21px;
    background-repeat: no-repeat;
    font-size: 12px;
    border-radius:4px;
    margin-top:25px;
    margin-bottom:5px;
}

.mobLbl {
    margin-top: 10px;
    font-size: 14px;
}

.mobileUI {
    margin-top: 15px;
    margin-bottom: 5px;
}

.ticket_ui input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid rgb(173, 40, 59);
    color: rgb(173, 40, 59);
    border-radius: 4px;
    box-sizing: border-box;
}

.proBtn {
    width: 100%;
    padding: 16px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid rgb(40, 173, 70);
    color: rgb(255, 255, 255);
    border-radius: 4px;
    box-sizing: border-box;
    background-color: rgb(40, 173, 70);
}

.proBtn:disabled{
    cursor:not-allowed;
    opacity: 0.4;
}

.venCont {
    display: inline-block;
    text-align: center;
}

.rowLbl {
    display: inline-block;
    font-size: 0.8em;
    margin-bottom: 5.5px;
    width:15px;
}

@media only screen and (max-width: 354px) {
    .duration {
        height: auto !important;
        line-height: 0px !important;
        font-size: 10px !important;
        width: 100%;
    }
}

@media only screen and (max-width: 850px) {
    .venue_wrapper {
        font-size: 11px !important;
    }

    .mobileUI {
        display: inline-block;
        width: 100%;
    }

    .seat {
        padding: 0 px;
        float: left;
        margin: 2px;
        width: 1em;
        height: 1em;
        background-color: rgb(128, 128, 128);
        border-radius: 0%;
    }

    .seatUpper {
        display: none !important;
    }

    .seatLower {
        display: none !important;
    }

    .seat.selected {
        background-color: rgb(144, 238, 144);

    }

    .seat.reserved {
        background-color: rgb(255, 125, 125);
    }

    .stage {
        height: 50px;
    }

    .smsqnu {
        display: inline-block;
    }

    .sp {
        display: inline-block;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .rowLbl {
        margin-bottom:4.9px;
    }
}

@media only screen and (max-width: 610px) {
    .venue_wrapper {
        font-size: 9px !important;
    }

    .stage {
        height: 35px;
    }

    .noSeat {
        width: 0.6em;
        margin:0.5px;
    }

    .noHalfSeat {
        width: 0.3em;
        margin:0.5px;
    }


}

@media only screen and (max-width: 500px) {
    .venue_wrapper {
        font-size: 8px !important;
    }
}

@media only screen and (max-width: 461px) {
    .venue_wrapper {
        font-size: 6px !important;
    }

    .seat {
        padding: 0 px;
        float: left;
        margin: 2.1px;
        width: 1em;
        height: 1em;
        background-color: rgb(128, 128, 128);
        border-radius: 0%;
    }
}

@media only screen and (max-width: 390px) {
    .venue_wrapper {
        font-size: 4px !important;
    }

    .rowLbl {
        margin-bottom:1px;
        font-size: 6px;
    }
}

@media only screen and (min-width: 1770px) {
    .venue_wrapper {
        font-size: 16px !important;
    }
    
    .dsqnu {
       font-size: 7px;
    }
}

@media only screen and (min-width: 1995px) {
    .venue_wrapper {
        font-size: 18px !important;
    }
    
    .dsqnu {
       font-size: 9px;
    }
}

@media only screen and (min-width: 2210px) {
    .venue_wrapper {
        font-size: 20px !important;
    }
    
    .dsqnu {
       font-size: 10px;
    }
}

@media only screen and (min-width: 2425px) {
    .venue_wrapper {
        font-size: 22px !important;
    }
    
    .dsqnu {
       font-size: 11px;
    }
}

@media only screen and (min-width: 2635px) {
    .venue_wrapper {
        font-size: 24px !important;
    }
    
    .dsqnu {
       font-size: 12px;
    }
}

@media only screen and (min-width: 2850px) {
    .venue_wrapper {
        font-size: 26px !important;
    }
    
    .dsqnu {
       font-size: 13px;
    }
}

@media only screen and (min-width: 3065px) {
    .venue_wrapper {
        font-size: 28px !important;
    }
    
    .dsqnu {
       font-size: 14px;
    }
}

@media only screen and (min-width: 3280px) {
    .venue_wrapper {
        font-size: 30px !important;
    }
    
    .dsqnu {
       font-size: 15px;
    }
}

@media only screen and (min-width: 3495px) {
    .venue_wrapper {
        font-size: 32px !important;
    }
    
    .dsqnu {
       font-size: 16px;
    }
}

@media only screen and (min-width: 3710px) {
    .venue_wrapper {
        font-size: 34px !important;
    }
    
    .dsqnu {
       font-size: 17px;
    }
}

@media only screen and (min-width: 3925px) {
    .venue_wrapper {
        font-size: 36px !important;
    }
    
    .dsqnu {
       font-size: 18px;
    }
}

@media only screen and (min-width: 4140px) {
    .venue_wrapper {
        font-size: 38px !important;
    }
    
    .dsqnu {
       font-size: 19px;
    }
}

@media only screen and (min-width: 4350px) {
    .venue_wrapper {
        font-size: 40px !important;
    }
    
    .dsqnu {
       font-size: 20px;
    }
}

@media only screen and (min-width: 4565px) {
    .venue_wrapper {
        font-size: 42px !important;
    }
    
    .dsqnu {
       font-size: 21px;
    }
}

@media only screen and (min-width: 4780px) {
    .venue_wrapper {
        font-size: 44px !important;
    }
    
    .dsqnu {
       font-size: 22px;
    }
}

@media only screen and (min-width: 4995px) {
    .venue_wrapper {
        font-size: 46px !important;
    }
    
    .dsqnu {
       font-size: 23px;
    }
}

.sold_out {
top: 2em;
left: -4em;
color: #2c1613;
display: block;
position:absolute;
text-align: center;
text-decoration: none;
letter-spacing: .06em;
background-color: #fefc75;
padding: 0.5em 5em 0.4em 5em;
box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
font: bold 16px/1.2em Arial, Sans-Serif;
-webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
-webkit-transform: rotate(-45deg) scale(0.85,1);
z-index:10;
text-transform:uppercase;
}
.sold_out:before {
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
margin: -0.3em -5em;
transform: scale(0.7);
-webkit-transform: scale(0.7);
border: 2px rgba(255,255,255,0.7) solid;
}
