﻿html, body {
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    line-height: 1.5;
}

div {
    position: relative;
}

.cb {
    clear: both;
}

.dn {
    display: none;
}

.green {
    color: green;
}

.red {
    color: red;
}

a:link {
    text-decoration: none;
    color: #5e589b;
}

a:visited {
    text-decoration: none;
    color: #5e589b;
}

a:hover {
    text-decoration: underline;
    color: #5e589b;
}

a:active {
    text-decoration: none;
    color: #5e589b;
}

.mainCont {
    max-width: 1000px;
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
}

.stdLRPad {
    padding-left: 5px;
    padding-right: 5px;
}

.alarm {
    color: #ff0a0a;
    font-weight: bold;
}

img.mw100 {
    max-width: 100%;
    height: auto;
}

div.FrontPageSplash {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    div.FrontPageSplash img {
        max-width: 100%;
        height: auto;
    }

div.FrontPageSplash p {
    text-align: right;
}

.grecaptcha-badge {
    visibility: hidden;
}

.footer .googleTOS {
    font-size: 12px;
}

.loginPage .footer {
    position: absolute;
    bottom: 5px;
}

.footer {
    text-align: center;
}

.header {
    margin-top: 10px;
    /*margin-bottom: 20px;*/
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #999999;
}

    /*.header .logo {
        width: 386px;
        margin-left: auto;
        margin-right: auto;
    }*/

    .header a img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto;
    }

        .header .logo .subtitle {
            position: absolute;
            top: 87px;
            left: 157px;
            letter-spacing: 1px;
            word-spacing: 2px;
        }

    .header .nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 30px;
        margin: 0;
        padding: 0;
    }

    .header ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .header ul li:last-of-type {
            margin-right: 0px;
        }

        .header ul li a {
            display: block;
            width: 117px;
        }

    .header .mdi-chevron-right {
        font-size: 45px;
        display: block;
        position: absolute;
        right: 15px;
    }

    .header .mdi-menu {
        font-size: 45px;
        display: block;
        position: absolute;
        right: 15px;
        z-index: 90;
    }


    .header .mdi-menu {
        display: none;
    }

    .header .mdi-chevron-right {
        display: none;
    }

.mainCont .event {
    padding-top: 25px;
    border-bottom: 1px solid #999999;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
}

    .mainCont .event:first-of-type {
        padding-top: 10px;
        
    }

    .mainCont .event img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: auto;
    }

    .mainCont .event .evdesc {
        margin-top: 25px;
    }
        .mainCont .event .evDate {
            font-weight: bold;
        }

    .mainCont .event .evDateClose {
        font-size: 13px;
        font-weight: normal;
    }


        .mainCont .event .evdesc .evMainDesc, .mainCont .event .evdesc .evAddr {
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .mainCont .evAddr gmp-map {
            height: 450px;
        }

        .mainCont .evAddr p.mapDirLinks {
            display: inline-block;
            margin-right: 25px;
        }

        .mainCont .eventLinks p {
        }
/*.mainCont .evAddr a {
    margin-top: 5px;
    margin-bottom: 5px;
}*/
.mainCont .event .evExtDetails {
    border-top: 1px solid #cccccc;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .mainCont .event .eventLinks a {
        display: block;
    }

    a.greenbutton {
        padding: 10px;
        background-color: green;
        color: white !important;
    }

    a.redbuttonsoldout {
        padding: 10px;
        background-color: #ba1717;
        color: white !important;
    }

    a.redbutton {
        padding: 10px;
        background-color: #ba1717;
        color: white !important;
    }

a.greenbuttoninlineblock {
    padding: 10px;
    background-color: green;
    color: white;
    display: inline-block;
}

a.redbuttoninlineblock {
    padding: 10px;
    background-color: #ba1717;
    color: white;
    display: inline-block;
}

span.baskminus, span.baskplus {
    padding: 8px;
    background-color: green;
    color: white;
}

    i.baskplus.disabled {
        background-color: darkgray;
    }

    .basklinecount {
        display: inline-block;
        width: 35px;
        text-align: center;
    }

.baskQtyCol {
    width: 100px;
    font-weight: bold;
}

.baskAddMsg {
    font-size: 10px;
    text-align: center;
    margin-top: 10px !important;
}

.baskTab {
}

.baskRow td
{
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    padding-top: 10px;
}

.baskRow p {
    margin-top: 0;
    margin-bottom: 5px;
}

.baskRow .baskNameCol {
    padding-left: 1%;
}

    .baskRow p.baskProdName {
        font-weight: bold;
    }

    .baskRow p.baskEvDets, .baskRow p.baskEvLoc {
        font-size: 11px;
    }

    .baskLineTotal {
        width: 75px;
    }

.guestCheckout img {
    width: 55px;
    height: auto;
}

.payment .inpLabel, .verifyEmail .inpLabel {
    display: inline-block;
    width: 130px;
    margin-bottom: 5px;
}

.payment .loader-cont {
    height: 50px;
}

.payment .loader-message {
    float: left;
    left: 60px;
    line-height: 50px;
}

.payment .loader {
    float: left;
    font-size: 8px;
    width: 1em;
    height: 1em;
    top: 2.7em;
    left: 2.7em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: paymentloader 1.1s infinite ease;
    animation: paymentloader 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes paymentloader {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #191414, 1.8em -1.8em 0 0em rgba(25,20,20, 0.2), 2.5em 0em 0 0em rgba(25,20,20, 0.2), 1.75em 1.75em 0 0em rgba(25,20,20, 0.2), 0em 2.5em 0 0em rgba(25,20,20, 0.2), -1.8em 1.8em 0 0em rgba(25,20,20, 0.2), -2.6em 0em 0 0em rgba(25,20,20, 0.5), -1.8em -1.8em 0 0em rgba(25,20,20, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,20,20, 0.7), 1.8em -1.8em 0 0em #191414, 2.5em 0em 0 0em rgba(25,20,20, 0.2), 1.75em 1.75em 0 0em rgba(25,20,20, 0.2), 0em 2.5em 0 0em rgba(25,20,20, 0.2), -1.8em 1.8em 0 0em rgba(25,20,20, 0.2), -2.6em 0em 0 0em rgba(25,20,20, 0.2), -1.8em -1.8em 0 0em rgba(25,20,20, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,20,20, 0.5), 1.8em -1.8em 0 0em rgba(25,20,20, 0.7), 2.5em 0em 0 0em #191414, 1.75em 1.75em 0 0em rgba(25,20,20, 0.2), 0em 2.5em 0 0em rgba(25,20,20, 0.2), -1.8em 1.8em 0 0em rgba(25,20,20, 0.2), -2.6em 0em 0 0em rgba(25,20,20, 0.2), -1.8em -1.8em 0 0em rgba(25,20,20, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,20,20, 0.2), 1.8em -1.8em 0 0em rgba(25,20,20, 0.5), 2.5em 0em 0 0em rgba(25,20,20, 0.7), 1.75em 1.75em 0 0em #191414, 0em 2.5em 0 0em rgba(25,20,20, 0.2), -1.8em 1.8em 0 0em rgba(25,20,20, 0.2), -2.6em 0em 0 0em rgba(25,20,20, 0.2), -1.8em -1.8em 0 0em rgba(25,20,20, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,20,20, 0.2), 1.8em -1.8em 0 0em rgba(25,20,20, 0.2), 2.5em 0em 0 0em rgba(25,20,20, 0.5), 1.75em 1.75em 0 0em rgba(25,20,20, 0.7), 0em 2.5em 0 0em #191414, -1.8em 1.8em 0 0em rgba(25,20,20, 0.2), -2.6em 0em 0 0em rgba(25,20,20, 0.2), -1.8em -1.8em 0 0em rgba(25,20,20, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,20,20, 0.2), 1.8em -1.8em 0 0em rgba(25,20,20, 0.2), 2.5em 0em 0 0em rgba(25,20,20, 0.2), 1.75em 1.75em 0 0em rgba(25,20,20, 0.5), 0em 2.5em 0 0em rgba(25,20,20, 0.7), -1.8em 1.8em 0 0em #191414, -2.6em 0em 0 0em rgba(25,20,20, 0.2), -1.8em -1.8em 0 0em rgba(25,20,20, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,20,20, 0.2), 1.8em -1.8em 0 0em rgba(25,20,20, 0.2), 2.5em 0em 0 0em rgba(25,20,20, 0.2), 1.75em 1.75em 0 0em rgba(25,20,20, 0.2), 0em 2.5em 0 0em rgba(25,20,20, 0.5), -1.8em 1.8em 0 0em rgba(25,20,20, 0.7), -2.6em 0em 0 0em #191414, -1.8em -1.8em 0 0em rgba(25,20,20, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,20,20, 0.2), 1.8em -1.8em 0 0em rgba(25,20,20, 0.2), 2.5em 0em 0 0em rgba(25,20,20, 0.2), 1.75em 1.75em 0 0em rgba(25,20,20, 0.2), 0em 2.5em 0 0em rgba(25,20,20, 0.2), -1.8em 1.8em 0 0em rgba(25,20,20, 0.5), -2.6em 0em 0 0em rgba(25,20,20, 0.7), -1.8em -1.8em 0 0em #191414;
    }
}

@keyframes paymentloader {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #191414, 1.8em -1.8em 0 0em rgba(25,20,20, 0.2), 2.5em 0em 0 0em rgba(25,20,20, 0.2), 1.75em 1.75em 0 0em rgba(25,20,20, 0.2), 0em 2.5em 0 0em rgba(25,20,20, 0.2), -1.8em 1.8em 0 0em rgba(25,20,20, 0.2), -2.6em 0em 0 0em rgba(25,20,20, 0.5), -1.8em -1.8em 0 0em rgba(25,20,20, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,20,20, 0.7), 1.8em -1.8em 0 0em #191414, 2.5em 0em 0 0em rgba(25,20,20, 0.2), 1.75em 1.75em 0 0em rgba(25,20,20, 0.2), 0em 2.5em 0 0em rgba(25,20,20, 0.2), -1.8em 1.8em 0 0em rgba(25,20,20, 0.2), -2.6em 0em 0 0em rgba(25,20,20, 0.2), -1.8em -1.8em 0 0em rgba(25,20,20, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,20,20, 0.5), 1.8em -1.8em 0 0em rgba(25,20,20, 0.7), 2.5em 0em 0 0em #191414, 1.75em 1.75em 0 0em rgba(25,20,20, 0.2), 0em 2.5em 0 0em rgba(25,20,20, 0.2), -1.8em 1.8em 0 0em rgba(25,20,20, 0.2), -2.6em 0em 0 0em rgba(25,20,20, 0.2), -1.8em -1.8em 0 0em rgba(25,20,20, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,20,20, 0.2), 1.8em -1.8em 0 0em rgba(25,20,20, 0.5), 2.5em 0em 0 0em rgba(25,20,20, 0.7), 1.75em 1.75em 0 0em #191414, 0em 2.5em 0 0em rgba(25,20,20, 0.2), -1.8em 1.8em 0 0em rgba(25,20,20, 0.2), -2.6em 0em 0 0em rgba(25,20,20, 0.2), -1.8em -1.8em 0 0em rgba(25,20,20, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,20,20, 0.2), 1.8em -1.8em 0 0em rgba(25,20,20, 0.2), 2.5em 0em 0 0em rgba(25,20,20, 0.5), 1.75em 1.75em 0 0em rgba(25,20,20, 0.7), 0em 2.5em 0 0em #191414, -1.8em 1.8em 0 0em rgba(25,20,20, 0.2), -2.6em 0em 0 0em rgba(25,20,20, 0.2), -1.8em -1.8em 0 0em rgba(25,20,20, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,20,20, 0.2), 1.8em -1.8em 0 0em rgba(25,20,20, 0.2), 2.5em 0em 0 0em rgba(25,20,20, 0.2), 1.75em 1.75em 0 0em rgba(25,20,20, 0.5), 0em 2.5em 0 0em rgba(25,20,20, 0.7), -1.8em 1.8em 0 0em #191414, -2.6em 0em 0 0em rgba(25,20,20, 0.2), -1.8em -1.8em 0 0em rgba(25,20,20, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,20,20, 0.2), 1.8em -1.8em 0 0em rgba(25,20,20, 0.2), 2.5em 0em 0 0em rgba(25,20,20, 0.2), 1.75em 1.75em 0 0em rgba(25,20,20, 0.2), 0em 2.5em 0 0em rgba(25,20,20, 0.5), -1.8em 1.8em 0 0em rgba(25,20,20, 0.7), -2.6em 0em 0 0em #191414, -1.8em -1.8em 0 0em rgba(25,20,20, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(25,20,20, 0.2), 1.8em -1.8em 0 0em rgba(25,20,20, 0.2), 2.5em 0em 0 0em rgba(25,20,20, 0.2), 1.75em 1.75em 0 0em rgba(25,20,20, 0.2), 0em 2.5em 0 0em rgba(25,20,20, 0.2), -1.8em 1.8em 0 0em rgba(25,20,20, 0.5), -2.6em 0em 0 0em rgba(25,20,20, 0.7), -1.8em -1.8em 0 0em #191414;
    }
}

input.sline {
    width: 100%;
    max-width: 300px;
    border: none;
    border-bottom: 1px solid #999999;
    font-size: 1.1em;
    
}

select.sline {
    background-color: white !important;
    border: none !important;
    border-bottom: 1px solid #999999 !important;
    font-size: 15px;
    max-width: 300px;
}

.ordTicket img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.lnkSendVerification {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.ticketLine {
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #cccccc;
}

    .ticketLine .ticketName {
        float: left;
        margin-right: 15px;
        font-weight: bold;
    }

        .ticketLine .ticketName .promSpecial {
            font-weight: normal;
            font-size: 13px;
        }

    .ticketLine .ticketPrice {
        font-weight: 700;
    }

    .ticketLine .pricePurchase {
        float: right;
    }

    .ticketLine .pricePurchase a {
        display: inline-block;
        margin-left: 15px;
        /*margin-bottom: 15px;*/
    }

.feesNotification {
    margin-top: 30px;
}

.greyedoutbutton {
    background-color: #aaaaaa !important;
}

.basketAgreeP 
{
    line-height: 50px;
}

    .basketAgreeP input[type=checkbox] {
        width: 2.5em;
        height: 2.5em;
        font-weight: bold;
        vertical-align:middle;
        margin-top: -0.1em;
    }

    .basketAgreeP .agreeCheckMessage {
        display: inline;
        font-size: 1.2em;
        font-weight: bold;
    }

    .chkCheckoutTermsAgree label {
        margin-top: -4px;
        margin-left: 10px;
    }

.checkoutGuestButton  {
    font-size: 1.2em
}

.checkTerms {
    padding-left: 20px;
}

.checkTerms li {
    margin-bottom: 5px;
}

.material-symbols-outlined {
    vertical-align: middle;
}

    .material-symbols-outlined .red {
        color: red;
    }

    @media only screen and (max-width: 600px) {
        img .qrShare {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}