﻿body {
    background-color: #e6f5fe;
}
/*login page*/
.loginTit {
    color: #820000;
}

.loginContainer {
    width: 470px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
}

    .loginContainer input[type=text], .loginContainer input[type=password],
    .loginContainer input[type=submit] {
        width: 100%;
        min-width: 100%;
        display: inline-block;
    }

    .loginContainer input[type=text], .loginContainer input[type=password] {
        background: white !important;
    }

    .loginContainer span, .loginContainer a {
        color: #820000;
        text-decoration: underline;
    }

        .loginContainer a:hover {
            text-decoration: none;
            background-color: transparent;
        }

.hyperLeft {
    color: #386cb8;
    display: inline-table;
    float: left;
}

.hyperRight {
    color: #386cb8;
    display: inline-table;
    float: left;
}

.hyperRight {
    color: #386cb8;
    display: inline-table;
    float: right;
}

.hypText {
    font-size: 18px;
    color: #386cb8;
    text-decoration: none;
}

.error {
    color: red;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none !important;
    padding: 10px 0 0;
    display: block;
}

.tab {
    width: 100%;
}

.captionHeader {
    height: 35px;
}

/*Pulic/Account page*/
.accountTable {
    width: 100%;
    font-size: 17px;
    border-spacing: 5px;
}

    .accountTable td {
        height: 30px;
        width: 50% !important;
        position: relative;
    }

.accountTitle {
    font-size: 45px;
    font-family: 'Amiri', serif;
    color: #820000;
}

.accountTable .leftAligned {
    color: black;
}

.accountTable .blueLink {
    font-size: 15px;
    padding: 0 5px;
}

    .accountTable .blueLink span {
        color: black;
    }

    .accountTable .blueLink:hover span {
        color: white;
    }

    .accountTable .blueLink:hover {
        color: white !important;
        background-color: #720000;
    }

.linkSeparator {
    position: absolute;
    right: -8px;
    top: 26px;
    float: right;
}

.changeLinkRow td {
    padding: 20px 0;
}

.accountTable input[type=submit] {
    width: 170px;
    margin-bottom: 30px;
}

/*strana s editací údajů*/
.editcont h2 {
    color: #820000;
}

/*subscription*/
.subscriptionCont {
    width: 97.8%;
    max-width: 97.8%;
    min-width: 97.8%;
    padding: 1%;
    height: auto;
    display: inline-table;
}

    .subscriptionCont h2 {
        color: #820000;
    }

    .subscriptionCont table {
        width: 100%;
        max-width: 100%;
        border-collapse: collapse;
        background-color: white;
    }

    .subscriptionCont td, .subscriptionCont th {
        padding: 10px;
        vertical-align: top;
        min-width: 90px;
    }

    .subscriptionCont th {
        font-weight: bold;
        text-align: left;
        border-bottom: solid 1px gray;
    }

    .subscriptionCont td {
        border-bottom: solid 1px lightgray;
    }

.subscriptionComplete h2 {
    color: #820000;
    margin-bottom: 10px;
}

.subscriptionComplete h3 {
    text-align: center;
    margin: 0 0 30px;
    font-weight: 400;
    color: black;
}

/*modal subscription*/
.subscriptionModal {
    background-image: url(_images/modalBack.png);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    z-index: 2000;
    text-align: center;
}

.modalContent {
    width: 600px;
    max-width: 600px;
    margin: 60px auto;
    position: relative;
}

.closeModal {
    position: absolute;
    right: -50px;
    top: -45px;
    display: block;
    cursor: pointer;
}

.whiteCont {
    width: 100%;
    padding: 15px;
    height: 220px;
    display: block;
    background-color: white;
}

    .whiteCont h2 {
        margin-bottom: 15px;
    }

    .whiteCont p {
        text-align: center;
        font-size: 18px;
        margin-bottom: 25px;
    }

.redText {
    color: red;
}
/*mazání vlastního účtu*/
.modalDeleteInfo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    background-image: url(_images/modalBack.png);
    z-index: 1200;
}

    .modalDeleteInfo .whiteCont {
        width: 600px;
        height: auto;
        margin: 20px auto;
        text-align: center;
    }

        .modalDeleteInfo .whiteCont input[type=submit]:nth-child(2n+1) {
            background-color: green;
        }

.buttonRowL {
    text-align: right;
}

    .buttonRowL input {
        margin-right: 50px;
        background-color: red;
    }

        .buttonRowL input:hover {
            background-color: #c20000;
        }

.buttonRowR {
    text-align: left;
}

    .buttonRowR input {
        margin-left: 100px;
    }

.buttonRowL .whiteCont input {
    margin: 0 20px 10px;
}

.whiteCont h3 {
    font-size: 30px;
    line-height: 34px;
}

    .whiteCont h3 span {
        font-size: 22px !important;
        line-height: 18px !important;
    }

/*nové subscriptions tickety*/
/*.subscriptionCont {
    width:100%;
    height:auto;
    display:block;
}*/

.subscriptionCont .TicketClass_1, .subscriptionCont .TicketClass_2,
.subscriptionCont .TicketClass_3, .subscriptionCont .TicketClass_4,
.subscriptionCont .TicketClass_5, .subscriptionCont .TicketClass_6 {
    width: 21%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 1%;
    display: block;
    float: left;
    background-color: white;
    position: relative;
    border-spacing: 0;
    text-align: center;
}

.subscriptionCont .TicketClass_4 {
    margin-right: 0;
}

.subscriptionCont .xcomponent-outlet {
    margin-top: 20px;
}

.ticketName {
    font-size: 36px;
    line-height: 26px;
    font-weight: 700;
    padding-top: 20px;
    display: inline-table;
    width: 100%;
    min-width: 100%;
    font-family: 'Libre Baskerville', serif;
}

.btnSubsTable .ticketName {
    font-size: 28px;
}

.panelPrice {
    display: block;
    margin: 20px 0;
}

.ticketPrice {
    font-size: 18px;
    font-weight: 700;
    padding-top: 15px;
}

.gtPanelPrice {
    margin-bottom: 10px;
}

.btnSubsTable .ticketPrice {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 20px 0;
    margin-bottom: 5px;
}

.ticketDescription {
    font-weight: 600;
}

.btnSubsTable .ticketDescription {
    padding: 10px;
    display: block;
}

.TicketClass_1 {
    background-color: #6b97ea !important;
    color: white;
}

.btnSubsTable td:first-child {
    background-color: #5687e5 !important;
    color: white;
}

    .btnSubsTable td:first-child:hover {
        background-color: green !important;
        color: white;
    }

    .btnSubsTable td:first-child .ticketName,
    .btnSubsTable td:nth-child(2) .ticketName {
        margin-top: 10px;
    }

.TicketClass_2 {
    background-color: #4a76d2 !important;
    color: white;
}

.btnSubsTable td:nth-child(3) {
    background-color: #2c48a1 !important;
    color: white;
}

.TicketClass_3 {
    background-color: #4065c0 !important;
    color: white;
}

.TicketClass_4, .TicketClass_5, .TicketClass_6 {
    background-color: #2c48a1 !important;
    color: white;
}

.TicketClass_5 {
    background-color: #23387d !important;
    color: white;
}

.TicketClass_6 {
    background-color: #082753 !important;
    color: white;
}

.btnSubsTable td:nth-child(2) {
    background-color: #4065c0;
    color: white;
}

    .btnSubsTable td:nth-child(2):hover {
        background-color: #d76504 !important;
        color: white;
    }

.plansHeader {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    display: block;
}

.btnSubsTable {
    width: 100%;
    border-spacing: 10px;
}

    .btnSubsTable td {
        vertical-align: top;
        text-align: center;
        height: 300px;
        max-height: 300px;
        overflow: hidden;
        display: inline-table;
        position: relative;
        width: 30%;
        padding: 1%;
    }

        .btnSubsTable td:first-child {
            margin-right: 1%;
        }

        .btnSubsTable td:nth-child(2) {
            margin-right: 1%;
        }


    .btnSubsTable a {
        color: unset;
        text-decoration: none;
        height: 220px;
        display: block;
        max-height: 300px !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

        .btnSubsTable a:hover {
            background-color: transparent;
        }

.exceedText {
    width: 100%;
    text-align: center;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.exceedTitle.mainTitleMb.contbl {
    font-size: 32px;
}

.myAccountTbl {
    width: 100%;
    min-width: 100%;
}

    .myAccountTbl td {
        width: 47%;
        vertical-align: top;
        text-align: left;
        padding-right: 2%;
    }

.ticketOverviewCont, .accountSetupCont, .groupsPanel {
    background-color: white;
    padding: 4%;
    border: solid 1px lightgray;
    display: block;
    width: 92% !important;
    min-width: 92% !important;
    max-width: 92% !important;
    margin-bottom: 2%
}

.myAccountTbl h2 {
    margin: 0 0 20px;
    text-align: left;
}

.timeRemaining {
    color: #4b85fb;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.ticketTable {
    border-collapse: collapse;
    margin-bottom: 20px;
}

    .ticketTable th {
        background-color: lightgray;
        color: #222222;
    }

    .ticketTable th, .ticketTable td {
        border-bottom: solid 1px gray;
        border-right: solid 1px gray;
        padding: 5px;
    }

    .ticketTable tr:last-of-type td {
        border-bottom: none;
    }

    .ticketTable td:last-child, .ticketTable th:last-child {
        border-right: none;
    }

.expiredPayment td {
    color: gray;
}

.nonexpiredPayment td {
    color: #4b85fb;
    font-weight: 600;
}

.ticketOverviewCont input[type=submit], .blueButt, .btncont .buttonLogout, .groupsPanel input[type=submit] {
    background-color: #4b85fb !important;
}

    .ticketOverviewCont input[type=submit]:hover, .blueButt:hover, .btncont .buttonLogout:hover, .groupsPanel input[type=submit]:hover {
        background-color: #003fa4 !important;
    }

.btncont {
    margin-top: 20px;
}

    .btncont input[type=submit], .groupsPanel input[type=submit] {
        width: 30%;
        margin-right: 2.5%;
    }
/*group ticket*/
.vis {
    visibility: visible;
}

.hid {
    visibility: hidden;
}

.btnProceed {
    width: 100%;
    height: 40px;
    background-color: dodgerblue !important;
    color: white;
}

.yellowBox {
    background-color: #ffb300 !important;
    color: black;
    width: 96%;
    margin: 0 auto;
    text-align: center;
    display: block;
    height: auto;
    font-size: 1.1em;
    padding: 4%;
    position: relative;
    margin-bottom: 60px;
}

.ticketTitle2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 30px;
    margin: 15px 0 10px;
    display: inline-table;
    font-family: 'Libre Baskerville', serif;
}

.ticketPrice2 {
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 10px;
}

.dollarsPrice {
    font-weight: 400;
    font-style: italic;
}

.ticketValid {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
}

.ticketDescription2 {
    font-size: .9em;
    font-weight: 600;
    line-height: 1em;
}

.tblLocation {
    width: 100%;
}

    .tblLocation td:first-child {
        text-align: right;
        width: 50%;
    }

    .tblLocation td:nth-child(2) {
        text-align: left;
        width: 50%;
        font-weight: bold;
    }


.dropDownList {
    width: 100%;
    font-size: 14px;
}


.dateTable {
    width: 100%;
    text-align: left;
    position:relative;
    top:10px;
}


    .dateTable td {
        width: 33%;
    }

    .dateTable select {
        height: 40px;
        font-weight: 500;
    }

.tblLocation {
    border-collapse: collapse;
}

    .tblLocation td {
        border-bottom: solid 1px gray;
        padding: 5px;
    }

    .tblLocation tr:last-of-type td {
        border-bottom: none !important;
    }

    .tblLocation td:first-child {
        border-right: solid 1px gray;
    }

.chkUnderstand input[type=checkbox] {
    width: 25px;
    height: 25px;
    position: relative;
    top: -10px;
}

.chkUnderstand label {
    position: relative;
    left: 10px;
    text-align: left;
    display: inline-block;
    cursor: pointer;
}

.grpBtnCont {
    /*background-color: dodgerblue;*/
    position: relative;
    height: auto;
    /*bottom: -21px;
    left: -5.5%;
    width: 105%;*/
    padding: 20px 3% 0;
}

.codeTable {
    width: 90%;
    text-align: center;
    margin: 0 auto 20px;
}

    .codeTable td {
        background-color: dodgerblue;
        color: white;
        height: 40px;
        padding: 10px;
        margin: 20px;
        width: 31%;
        min-width: 31%;
        margin-right: 1%;
    }


.codeText {
    color: white;
    font-size: 24px;
}

.alignContent {
    width: 97.8%;
    max-width: 97.8%;
    min-width: 97.8%;
    padding: 1%;
    height: auto;
    display: inline-table;
}

.validValue, .confirmSent {
    color: #4b85fb;
    font-weight: 700;
}

.codeInputBox, .codeYellowBox, .directIpBox {
    background-color: #ffffff !important;
    color: black;
    width: 21%;
    min-width: 21%;
    max-width: 21%;
    height: auto;
    min-height: 255px;
    margin: 0 1.75% 2% 0;
    padding: 1%;
    text-align: center;
    display: inline-table;
    text-align: center;
    /*float: left;*/
    position: relative;
}

.codeInputBox {
    top: -7px;
}

    .codeInputBox h3 {
        font-weight: 600;
        font-size: 26px;
        margin: 15px 0 10px;
    }

    .codeInputBox p {
        text-align: center;
        font-size: .9em;
        font-weight: 600;
    }

    .codeInputBox div {
        font-size: 1em;
        line-height: 1.2em;
    }


.code {
    background-color: dodgerblue;
    color: white;
    font-size: 24px;
    width: 100%;
    border: 0px;
    text-align: center;
}

/*.btn {
    width: 100%;
    background-color: #ffb300 !important;
    color: black !important;
    border: 0px;
    height: 40px;
}

    .btn:hover {
        background-color: #ee8a00 !important;
        color: white !important;
    }*/

.directIpBox h2 {
    font-size: 32px;
    margin: 15px 0 0 0;
}

.directIpBox h3 {
    margin: 0 0 10px 0;
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
}

.directIpBox {
    line-height: 1.2em;
    height:283px;
    min-height:283px;
}

    .directIpBox .orangeLink {
        display: inline-table;
        width: 94%;
        /*position: absolute;
        bottom: 4%;
        left: 3%;*/
        margin:10px auto 5px;
    }

.tbl {
    width: 100%;
}


    .tbl td {
        padding: 5px;
    }

.fullWidth {
    width: 100%;
}

.codeYellowBox {
    background-color: #ffb300 !important;
}

.bold {
    font-weight: bold;
}

.lblTicketCode {
    font-weight: 700;
}

.notAllow {
    width: 98%;
    min-width: 98%;
    height: auto;
    background-color: red;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 1%;
}

    .notAllow span:first-child {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.2em;
    }

    .notAllow span:nth-child(2), .notAllow span:nth-child(2n+1) {
        font-size: 1em;
    }

    .notAllow.oneLine {
        padding-top: 15px;
        height: 30px;
    }

.buttonBlue {
    width: 170px;
    height: 40px;
    background-color: dodgerblue !important;
    color: white;
    font-weight: 600;
}

    .buttonBlue:hover {
        background-color: #386cb8 !important;
    }

.ticketTitle {
    font-weight: bold;
    font-size: 32px;
    line-height: 30px;
    font-family: 'Libre Baskerville', serif;
}


.ticketPrice {
    font-weight: bold;
    font-size: 1em;
}

.ticketDescription {
    font-weight: 400;
    font-size: 1em;
}

.subscriptionCont .ticketDescription {
    display: block;
    margin-bottom: 10px;
}

.centered {
    text-align: center;
}

.yellowBox {
    background-color: #ffb300 !important;
    color: black;
    width: 21%;
    max-width: 21%;
    margin: 0 2% 2% 0;
    padding: 1%;
    text-align: center;
    display: inline-table;
}

    .yellowBox .buttonBlue {
        position: relative;
        top: 15px;
        display: inline-table;
        margin-bottom: 20px;
    }

    .yellowBox.oneBox {
        width: 320px;
        min-width: 320px;
        max-width: 320px;
        margin: 20px 0;
        padding: 2%;
    }

.centered {
    width: 100%;
}

.whiteTextBox .contbl {
    background-color: white;
}

.groupTicketsPanel {
    vertical-align: top;
    display: block;
    text-align: left;
    vertical-align: top;
}

    .groupTicketsPanel .codeInputBox, .groupTicketsPanel .directIpBox {
        border: solid 1px gray !important;
    }

    .groupTicketsPanel .yellowBox, .groupTicketsPanel .codeInputBox {
        height: 285px;
        max-height: 285px;
        min-height: 285px;
        float: none;
        margin: 0 1.95% 2% 0;
        display: inline-table;
        /*min-width: 200px;*/
    }

    .groupTicketsPanel .directIpBox {
        min-height: 283px;
    }

    .groupTicketsPanel .yellowBox .ticketTitle {
        margin-top: 20px;
    }

    .groupTicketsPanel .yellowBox .buttonBlue {
        margin-top: 30px;
    }

.accInstitCont .groupTicketsPanel {
    text-align:center;
}

.accInstitCont .groupTicketsPanel .yellowBox {
    margin: 0 1.75% 2% 0;
}

.bootInfoTable {
    width:100%;
    min-width:100%;
    max-width:100%;
}
    .bootInfoTable td {
        width: 50%;
        min-width: 50%;
        max-width: 50%;
        text-align:left;
        box-sizing:border-box;
        padding:0 2.2% 0 0;
        vertical-align:top;
    }
    .grayBox, .editableTextBox {
    width: 96%;
    max-width: 96%;
    min-width: 96%;
    background-color: #eaeaea;
    padding: 2.2%;
    text-align: left;
    height: 100%;
    min-height: 255px;
    margin: 0 2% 2% 0;
    display: inline-table;
    border: solid 1px gray;
    line-height: 1.2em;
}

    .grayBox .ticketTitle {
        font-size: 26px
    }

    .grayBox p, .editableTextBox p {
        margin: 3px 0;
    }
    .editableTextBox {
        background-color:white;
    }


/*responzivita*/
@media (max-width: 800px) {

    body {
        font-size: 1.2em !important;
        line-height: 1.4em !important;
    }

    .btnSubsTable td {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 20px;
    }

        .btnSubsTable td:first-child {
            min-height: 150px;
        }

        .btnSubsTable td:nth-child(2) {
            min-height: 180px;
        }

    .ticketDescription {
        font-size: .85em;
        line-height: 1.2em !important;
    }

    .exceedTitle.mainTitleMb.contbl {
        font-size: 1.1em !important;
    }

    .limitEnd {
        font-size: 1.2em;
    }

    .exceedText {
        font-size: .9em;
    }

    .ticketPrice, .btnSubsTable .ticketPrice {
        font-size: .9em;
    }

    .subscriptionCont .TicketClass_1, .subscriptionCont .TicketClass_2, .subscriptionCont .TicketClass_3, .subscriptionCont .TicketClass_4,
    .subscriptionCont .TicketClass_5, .subscriptionCont .TicketClass_6 {
        width: 50%;
        display: block;
        height: auto;
        min-height: unset;
        margin: 10px 25%;
    }

    .subscriptionCont .ticketName {
        font-size: 1.8em;
        line-height: 1em;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .subscriptionCont .ticketPrice {
        padding-top: 0;
        margin-bottom: 0;
        font-size: 1em;
        line-height: 1.6em;
    }

    .centerMe {
        text-align: left;
    }

    .codeInputBox, .codeYellowBox, .directIpBox {
        display: block;
        width: 50%;
        min-width: 50%;
        margin-bottom: 20px;
        min-height: 280px;
        font-size: 1em;
        line-height: 1.2em;
        margin: 10px 25%;
        display: block;
    }

    .codeInputBox {
        width: 70%;
        min-width: 70%;
        margin: 20px auto;
        flex: none;
    }

    .codeInputBox, .directIpBox {
        min-height: 250px;
        margin-bottom: 20px;
    }

        .codeInputBox h3, .codeYellowBox h3 {
            font-size: 1.45em;
            line-height: 1.2em;
        }

    .yellowBox.oneBox {
        margin: 0 auto !important;
        font-size: 1em;
        line-height: 1.2em;
        margin-bottom: 60px;
    }

    .ticketDescription2 {
        font-size: .8em;
    }

    .chkUnderstand input[type=checkbox] {
        float: left;
        left: 0;
    }

    .chkUnderstand label {
        float: left;
        width: 90%;
        top: -10px;
    }

        .chkUnderstand label br {
            display: none;
        }

    .yellowBox {
        width: 35%;
        min-width: 35%;
        padding-bottom: 5%;
    }

    .whiteTextBox .contbl {
        background-color: #e6f5fe;
    }

    .myAccountTbl .myAccountTd1 {
        display: inline-table;
        float: left;
        width: 100%;
        text-align: left;
    }

    .myAccountTbl .myAccountTd2 {
        width: 100%;
        text-align: center;
        float: left;
        text-align: left;
    }

    .ticketOverviewCont {
        width: 100%;
    }

    .ticketOverviewCont, .ticketTable td {
        font-size: .9em !important;
    }

    .myAccountTbl h2 {
        font-size: 1.6em;
        margin-bottom: 15px;
    }

    .controlPanelCont {
        width: 100%;
        text-align: center;
    }

    .plansHeader br {
        display: none;
    }

    .alignContent {
        margin-top: 0;
    }

    .grpBtnCont {
        width: 100.5%;
        left: -3%;
        bottom: -15px;
    }

    .groupTicketsPanel {
        text-align: center
    }

    .grayBox, .editableTextBox {
        width: 90%;
        min-width: 90%;
        max-width: 90%;
        margin: 0 auto 20px;
        float: none;
    }

    .directIpBox {
        width: 70%;
        min-width: 70%;
        max-width: 70%;
        margin: 0 auto 20px;
        float: none;
    }

    .groupTicketsPanel .directIpBox {
        min-height: 260px;
    }

    .bootInfoTable {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

        .bootInfoTable td {
            display: block;
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            text-align: center;
        }

    .editableTextBox {
        min-height:100%;
    }
}
