html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* program detail */
.ticket-kontejner {
    min-height:200px;
}

.seatSelection {
    background: #ece1c2;
    position: fixed;
    width: 500px;
    left: 0;
    bottom: 0px;
    z-index: 999;
}

.detailCont-in h2:first-of-type { margin-top:0; }
.detailCont-in .js-status-soldMsg:first-child .confirm {
    margin-top: 0;
}

@media screen and (max-width: 800px) {
    .seatSelection {
        position: relative;
        width: auto;
    }

    .seatSelection .caption {
        text-indent: 0;
        margin-left: 10px;
    }

    .seatSelection .count {
        margin-left: 40px;
    }

    .message.toast {
        top: 40px;
    }
}

.seatSelection .item {
    display: block;
    padding: 5px 0;
    text-align: left;
    text-indent: 10px;
}

.seatSelection .item .cross {
    text-align: center;
    text-indent: 0;
}

.seatSelection .item .caption {
    display: inline-block;
    margin-right: 20px;
    width: 75%;
}

.seatSelection .item .count {
    text-align: right;
    display: inline-block;
    width: 10%;
}

.loading--on .loading .loader {
    display: block;
}

.no-mobile {
    display: inline-block;
}

.mobile-only {
    display: none;
}

@media screen and (max-width: 650px) {
    .cart table .cartItem td.center {
        text-align: left !important;
    }

    .cart table .cartItem td.cartPrice {
        text-align: right !important;
    }

    .cart .suma td.cartPriceLabel {
        width: 40% !important;
        text-align:left;
    }

    .cart .suma td.cartPrice {
        text-align: right;
    }

    .no-mobile {
        display:none;
    }

    .block-mobile {
        display: block;
    }

    .mobile-only {
        display: block;
    }
}

/* hall */
.hall-section .hc-section-table {
    margin: auto auto;
    background: #343a40;
    border: 1px solid #000000;
    z-index: 10;
    border-radius: 50%;
    display: inline-block;
}

.hall-container__canvas {
    background: white;
}

.hall-container__canvas a.seat {
    cursor: pointer;
}
.hall-container__canvas .seat {
    padding: 0;
    text-align: center;
}
.hall-container__canvas .seat.size10 {
    font-size: 8px;
    line-height: 9px;
}
.hall-container__canvas .seat.off {
    display: block;
    height: 100%;
}

.prehled-kontejner .ticketBuy-simple-table {
    max-width: 700px;
}

.prehled-kontejner .ticketBuy-simple-table td {
    white-space: nowrap;
}

.js-status-caption .available.yellow {
    color: #bf9d34;
}


.js-status-caption .available.red {
    color: #b44c69;
}

/* icons */
.circleBtn.icon-question-small {
    line-height: 20px;
    font-size: 18px;
    width: 24px;
    height: 24px;
    padding: 0;
}

.circleBtn.icon-question-small:before {
    content: "\003F";
}

/* time counter */
.time-counter.checkout .is-countdown {
    display: block;
    background:none;
    border:none;
}
.time-counter.checkout .countdown-row {
    display: inline-block;
    width: 40%;
}
.time-counter.checkout .countdown-row .countdown_section {
    width: 30%;
    float: left;
    margin: auto;
}

/* select2 */
.select2-results__group { font-weight:bold !important; }

/* vouchers */
.voucher .previewText {
    line-break: anywhere;
}

/* messages */
.message.toast.outline {
    background: white;
    border: 5px solid #688816;
    color: #688816;
}

.message.toast.outline:after {
    color: #688816;
}

.message.toast.messageError.outline {
    background: white;
    border: 5px solid #B44C69;
    color: #B44C69;
}

@media screen and (max-width: 650px) {
    .message .purchase-button { display:none; }
}