﻿
body {
    background-color: #f1b100;
}


.stripe-button {
    font-size: 12px !important;
    color: white !important;
    display: block !important;
    width: 85%;
    height: 27px !important;
    border-radius: 20px;
    background-color: #675dff !important;
    margin: 0 auto;
    margin-top: 25px !important;
}

.stripeBtn {
    margin: 20px 0;
    border-radius: 8px;
    min-width: 50%;
    max-width:70%;
    width:auto;
}

.priceSelectorCont {
    margin:30px 60px;
    text-align:right;
}
.currSelect {
    background-image: none;
    -webkit-appearance: listbox !important;
    box-sizing: border-box;
    border-radius:5px;
}

.priceYellow {
    background-color: #FFC700;
}

.pricesCont {
    width: 95%;
    padding: 20px 0;
    margin: 10px auto;
    background-color: white;
    z-index: 100;
}

    .pricesCont h2 {
        /*        border-bottom: solid 1px gray;*/
        padding-bottom: 0px;
        font-family: 'Open Sans', sans-serif;
        font-size: 28px;
    }
    .pricesCont h3 {
        /*        border-bottom: solid 1px gray;*/
        padding-bottom: 10px;
        font-family: 'Open Sans', sans-serif;
        font-size: 22px !important;
        color:dimgray;
        text-align:center;
    }

.bltit {
    color: #2C60C2;
    font-weight: 600;
    margin-bottom:25px !important;
    padding: 10px;
    /*    border-bottom: solid 1px #2C60C2 !important;*/
}

.rdtit {
    color: #820000;
    font-weight: 600;
    margin-bottom:20px;
}

.pricesInfoCont, .groupTicketContainer {
    padding: 0 30px;
    text-align: center;
}


.codeInputBox {
    border: solid 1px gray;
    width: 23.5%;
    min-width: 23.5%;
    max-width: 23.5%;
}

.mainTitleMb {
    display: none;
}

.aspNetDisabled.code, .aspNetDisabled.codeInp {
    background-color: gray;
    cursor: not-allowed;
}
/*responzivita*/
@media (max-width: 800px) {
    .mainTitleMb {
        display: table;
    }
}

.newTicket {
    width: 31%;
    max-width: 31%;
    height: 150px;
    min-height: 165px;
    margin: 0 1% 1.2% 0;
    display: inline-table;
    background-color: #2C60C2;
    color: white;
    border-spacing: 0px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 15px;
}

    .newTicket.institutionalTicket {
        height: 210px;
        min-height: 225px;
    }


.newTicket.robinTicket, .newTicket.giftTicket {
    height: 200px;
    min-height: 200px;
}

.newTicket.haveCode {
    height: 230px;
    min-height: 230px;
    background-color: #f1b100;
    color: black;
}


.newTicket.robinTicket {
    background-color: green;
}

.newTicket.giftTicket {
    background-color: #F89500;
}


.innerTicket {
    padding: 25px 20px 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100% !important;
    position: relative;
    box-sizing: border-box;
    background-image: url(/Styles/_images/TicketICO_01.svg);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 25px;
    display: inline-table;
}


.haveCode .innerTicket {
    background-image: url(/Styles/_images/TicketICO_03.svg);
}


.robinTicket .innerTicket {
    background-image: url(/Styles/_images/TicketICO_05.svg);
    background-repeat: no-repeat;
    background-position: 50% 90px;
    background-size: 50px;
}

.giftTicket .innerTicket {
    background-image: url(/Styles/_images/TicketICO_04.svg);
    background-repeat: no-repeat;
    background-position: 50% 90px;
    background-size: 50px;
}


.planName {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px !important;
    font-weight: 600;
    line-height: 1em;
}

.perDay, .planInfo {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 18px;
}

.codeInputCont {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 20px 0;
}

.codeInp {
    width: 30%;
    max-width: 30%;
    box-sizing: border-box;
}


.myGroupLink, .myLoginLink, .codeBtn {
    max-width: 70%;
    min-width: 50% !important;
    background-color: orange;
    color: white !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    padding: 8px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    text-align: center;
    font-weight: 500 !important;
    text-decoration: none;
    margin: 20px auto;
    display: block;
    border-radius: 7px;
    line-height: 1.5em !important;
}

    .myLoginLink:hover, .myGroupLink:hover {
        background-color: #f87200;
    }

.codeNote {
    width: 100%;
}

.haveCode p {
    text-align: center;
}

.ticketName {
    font-size: 28px;
    line-height: 1em;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 20px;
    display: block;
}

.newTicket.institutionalTicket {
    background-color: #820000;
}

.robinTicket .planName, .giftTicket .planName {
    margin-top: 0;
}

@media (max-width: 1000px) {
    .planName {
        font-size: 21px !important;
        margin-top: 15px;
    }

    .perDay, .planInfo {
        font-size: 13px;
    }

    .codeInputCont {
        margin: 10px 0;
    }
}

/*@media (max-width: 1000px) {
    .newTicket.institutionalTicket {
        height: 180px;
        min-height: 180px
    }
}*/

.institutionalTicket .innerTicket {
    background-image: url(/Styles/_images/TicketICO_02.svg);
}

.payBtnCont {
/*    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;*/
    display:block;
}

.panelPrice {
    margin: 0 !important;
}

/*responzivita*/
@media(max-width:870px) {
    .newTicket.institutionalTicket {
        height: 205px;
        min-height: 205px;
    }

    .newTicket.institutionalTicket .planInfo {
        line-height:16px;
    }
}

@media(max-width:650px) {
    .newTicket.institutionalTicket {
        height: 210px;
        min-height: 210px;
    }
}


    @media (max-width: 800px) {
        .newTicket {
            width: 48%;
            max-width: 48%;
        }

        /*.planName {
            font-size: 20PX !important;
        }*/

        .planInfo {
            line-height: 1.2em;
        }

        .myLoginLink, .myGroupLink {
            width: 100%;
            /*position: absolute;
            left: 0;
            bottom: 15px;*/
            background-position: center center;
            line-height: 20px !important;
            font-size: 18px !important;
            padding-top:9px !important
        }

        .newTicket.haveCode {
            height: 250px;
            min-height: 250px;
        }
    }

    .ticketIcoCont {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .tcIcont a {
        padding: 10px !important;
    }
        .tcIcont a p {
            line-height: 1em !important;
            margin: 7px 0 !important;
        }

        .tcIcont a:hover p {
            background-color: #820000 !important;
            color: white !important;
        }


.ticketIcoCont .tcIcont, .tcIcont p, .tcIcont a {
    text-align: center;
    line-height: 1em;
    font-weight: 600;
    color: #820000 !important;
}

    .pricesTextTab td {
        vertical-align: top;
        width: 50%;
        box-sizing: border-box;
    }

        .pricesTextTab td:first-child {
            padding-right: 10px;
        }

        .pricesTextTab td:last-child {
            padding-left: 10px;
        }

    .centerText {
        padding: 10px 0 0;
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }

    .subAnchor {
        position: relative;
        width: 1px;
        height: 1px;
        background-color: transparent !important;
        color: transparent !important;
        visibility: hidden;
    }

    @media (max-width: 800px) {
        .ticketIcoCont {
            flex-wrap: wrap;
            justify-content: center;
        }

        .centerText {
            padding: 10px 0 0;
            width: 100%;
        }

        .subAnchor {
            position: relative;
            top: -50px;
        }

        .pricesTextTab td {
            width: 100%;
            display: block;
            font-size: 14px;
            padding: 0 !important
        }
    }

    .newTicketsCont {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
