
html {
    font-size: 14px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    background-color: #c0a37f !important;
    /* background: url(../img/wood.jpg) center; */
    /* background-size: cover; */
    font-family: 'Roboto',sans-serif !important;
    background-repeat: repeat;
}

@media (max-width: 992px) {
    #progress-title {
        position: relative !important;
        margin-bottom: 5px;
    }
}

@media (min-width: 375px) {
    .container {
        max-width: 100%;
    }

    #svgWrap {
        max-height: 370px !important;
        text-align: center;
        margin: 0 auto;
        width: unset !important;
        height: 370px !important;
    }

    #selected-seats-wrapper {
        min-height: 74px;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 321px;
        margin: 0px;
    }

    .seat-booking {
        width: unset !important;
        display: block !important;
    }

    #selected-seats {
        position: relative !important;
        text-align: center;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    #selected-seats.expanded {
        position: absolute !important;
    }

    #panelPerformance button.btn {
        margin: 0 !important;
    }

    #svgPlaceholder {
        padding: 0;
        margin: 10px;
        border: 1px solid #a2a2a2!important;
    }

    #event-descrption {
        /* width: 60% !important; */
    }

    .seat-booking .close {
        padding: 5px !important;
    }

    #panelPerformance .card-body {
        padding-left: 10px;
        padding-right: 5px;
    }

    #booking-timer {
        top: 35px !important;
        right: 20px !important;
    }

    #ticketsInfo {
        padding: 0px !important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}


footer {
    background-color: rgba(255, 255, 255, .8);
}

.h4, h4 {
    font-size: 1.3rem;
}

.ticket-label,
.ticket-value {
    display: inline-block;
    /* width: 34px; */
    font-size: 49%;
    white-space: nowrap;
    margin-left: 4px;
}

.ticket-value {
    width: 30px;
    font-size: 80%;
    text-align: left;
}

.pricing-header {
    max-width: 700px;
}

.card-deck .card {
    min-width: 219px;
    max-width: 380px;
}

.header-logo {
    height: 45px;
    margin: 5px;
}

.card-header h2 {
    font-size: 1.3em;
}
.card-header[aria-expanded="false"] h2 {
    color: #6c757d !important;
    font-size: 1em;
}
.card-header[aria-expanded="false"] small.text-muted {
    display: none;
}

.card-header.collapsed {
    display: none;
}

.event-pic {
    width: 100%;
    /* max-height: 150px; */
}

.bg-black {
    background-color: rgba(255,255,255,.5)!important;
    color: #000 !important;
    box-shadow: unset !important;
    border-bottom: unset !important;
}

.page-title {
    font-family: 'Roboto',sans-serif !important;
    font-weight: 900 !important;
    display: inline-block;
    margin-left: 15px;
    font-size: 19px;
}

.page-subtitle {
    font-weight: normal;
    font-size: 11px;
}

/** SVG related */

#svgWrap {
    position: relative;
    width: 200px;
    background-color: #ffffff!important;
    /*padding: 4px;*/
    /*border-radius: 2px;*/
    /*border: solid 1px darkgrey;*/
    /*-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);*/
    /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);*/
    overflow: hidden;
    /* margin-bottom: 15px; */
}

#svgPlaceholder {
    margin: 0px;
}

.section, #rect468{
    cursor: pointer!important;
    transition: all 0.3s;
}

.sectionback{
    /*display: none;*/
}

.seat{
    cursor: pointer!important;
    transition: all 0.3s;
    display: none;
}

.seat-booking {
    display: inline-block;
    margin: 5px !important;
    padding: 5px 47px 5px 5px;
    max-width: 100%;
    box-shadow: 0 0 2px rgba(0,0,0,.5);
}

.selSeatItemLabel{
    display: block;
    color: #9e9e9e;
    font-size: 12px
}

.selSeatItemLabelVal{
    color: #616161;
    font-weight: bold;
    font-size: 20px;
}

.selSeatItemPrice{
    color: #757575;
    font-size: 17px;
    font-weight: 500;
}

#payment-frame {
    display: none;
    border: none;
    width: 100%;
    height: 550px;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

#loadingDiv {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
}

#busybox.show {
    display: block;
}

.fog_div {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: rgba(30, 30, 30, 0.5);
}


/** taken from materialize */

#ticketsInfo {
    display: block !important;
    padding: 15px;
}

#ticketsInfo .card {
    flex-direction: row;
    -ms-flex-direction: row;
}

#ticketsInfo .col .row {
    margin-left: -.75rem;
    margin-right: -.75rem;
}

#ticketsInfo .card {
    position: relative;
    background-color: #fbffed;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
    /* margin: 1px; */
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.card.horizontal .card-stacked {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.card.horizontal .card-stacked .card-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 24px;
    border-radius: 0 0 2px 2px;
    border-left: solid 1px grey;
}

.card .card-content .card-title {
    display: block;
    line-height: 32px;
    margin-bottom: 8px;
}

.card .card-title {
    font-size: 24px;
    font-weight: 300;
}

.input-field {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.input-field label {
    font-size: 14px;
    color: grey;
    margin-left: 5px;
}

.input-field.custom-radio {
    text-align: center;
}

input:not([type=checkbox]):not([type=radio]), select {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #9e9e9e !important;
    border-radius: 0 !important;
    outline: none !important;
    width: 100%;
    margin: 0 0 8px 0 !important;
    padding: 4px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    -webkit-appearance: none;
    -moz-appearance: none;

}

input, select {
    font-size: .875rem !important;
    line-height: 1.5 !important;
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
    margin-bottom: 15px;
}


@media only screen and (min-width: 993px) {
    .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
        padding: 0 .75rem;
        margin-bottom: 15px;
        display: inline-block !important;
    }
}

.container {
    padding: 0px;
}



/** Colors **/

#svgWrap {
    background-color: #e5e5e5!important;
}

#bgfloor {
    fill: none !important;
}

.section, #rect468{
    cursor: pointer!important;
    transition: all 0.3s;
    fill: transparent !important;
    stroke: rgba(0,0,0, .3) !important;
    stroke-width: .5px !important;
}

.section.disabled{
    fill: #b2b2b2!important;
}

/*.section:hover{*/
/*fill: #4090b3!important;*/
/*}*/

.section.disabled:hover{
    fill: #868686!important;
}

.sectionback.white{
    fill: #ffffff!important;
}

.sectionsText {
    fill: rgba(0,0,0,.2) !important;
    stroke-width: 1px !important;
}

.seat {
    fill: #92ebff !important;
    stroke-width: 0.3px;
    stroke: rgba(0,0,0,.3) !important;
    display: block !important;
}



.seat.limited {
    fill: rgba(0,0,255,.5) !important;
}

.seat.disabled{
    fill: rgba(255,0,0,.5) !important;
}

.seat.selected{
    fill: rgba(21, 255, 5, 0.84) !important;
    stroke-width: 1px !important;
    stroke: #000 !important;
}

.seat.selected:hover{
    fill: #c7b505!important;
}

.seat.disabled:hover{
    fill: #dadcde!important;
}

.seat:hover{
    fill: #2574a2!important;
}

.card-header[data-toggle=collapse] {
    background-color: #3d3d3d;
    color: #000;
    border: none;
    background: #3d3d3d;
    background: linear-gradient(90deg, #c4c4c4 0%, #fff 100%);
}

.accordion>.card {
    border-color: rgba(0,0,0,.5);
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0;
    margin: 0;
    padding: 0;
    min-height: 0;
}

.btn {
    margin: 6px 5px;
    font-size: 15px;
}

.btn:disabled {
    background-color: rgba(61, 61, 61, 0.05) !important;
    color: rgba(0, 0, 0, 0.3) !important;
    border: none;
}

.btn-outline-primary {
    background-color: #3d3d3d !important;
    color: #fff !important;
    border-color: rgba(0,0,0,.5) !important;
}

.btn-outline-primary:hover:enabled {
    background-color: #e1880a !important;
    color: #fff !important;
    border-color: rgba(225, 136, 10, 0.5);
}

#progress {
    background-color: #3d3d3d !important;
    color: rgba(255, 255, 255, 0.7)!important;
    text-align: center;
    position: relative;
    vertical-align: middle;
    /* margin: auto; */
    /* width: 38%; */
    padding: 15px 20px 2px 20px;
}

#progress-steps {
    border-top: solid 1px rgba(255,255,255,.5);
    width: auto;
    display: inline-block;
    margin-top: 10px;
    height: 13px !important;
}

.progress-step {
    width: 14px;
    height: 15px;
    border: solid 1px rgba(255,255,255,.5);
    display: inline-block;
    background: #3d3d3d;
    margin: -8px 28px 11px 0px;
    padding: 5px;
    position: relative;
    border-radius: 8px;
}

.progress-step:first-child {
    margin-left: -7px;
}

.progress-step:last-child {
    margin-right: 0;
}

.progress-step.enabled{
    background-color: #30b447;
}

.progress-step.current{
    background-color: #fff;
    animation: pulse 3s infinite;
}

@keyframes pulse {
    0% {
        background-color: #3d3d3d;
    }
    50% {
        background-color: #fff;
    }
    100% {
        background-color: #3d3d3d;
    }
}

.event-pic-holder {
    background: url(../img/ticketcore-logo.svg) center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100px;
}

.event-card i {
    color: rgba(0,0,0,.5);
}

#event-pic {
    max-width: 100%;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.relative {
    position: relative;
}

.select {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-size: 12pt;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    margin: 5px 5px 5px 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white!important;
    box-sizing: border-box;
}

#selected-seats {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

#collapseSeating label {
    color: rgba(0,0,0,.5);
}

.section.limited,
.sectionback.limited {
    fill: rgba(0,0,255,.1) !important;
}

#invoice-details {
    display: none;
}

.tooltipster-content {
    overflow: hidden;
}

.seat-tooltip {
    border-bottom: solid 1px grey;
    padding-bottom: 8px;
    margin-bottom: 8px;
    text-align: center;
}

.seat-tooltip .selSeatItemLabel {
    font-size: 10px !important;
}

.seat-tooltip .selSeatItemLabelVal {
    font-size: 17px !important;
}

.tooltipster-content .selSeatItemPrice {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    padding: .25rem .125rem;
    text-align: center !important;
}

#booking-timer {
    position: absolute;
    right: 25px;
    top: 17px;
    padding-left: 18px;
    display: none;
    margin-top: -21px;
}

.summary-table {
    font-size: 13px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    border-spacing: 0;
    /*     border: solid 1px rgba(0, 0, 0, 0.08); */
}

.summary-table td {
    color: #000000ad;
    border: solid 1px rgba(0, 0, 0, 0.02);
    padding: 0.1rem 0.5rem;
    font-size: 14px;
    font-family: 'Roboto',sans-serif !important;
}

.summary-table td:nth-child(4) {
    text-align: right;
    font-family: monospace !important;
}

.summary-table td:nth-child(3) {
    font-size: 14px;
    color: rgba(0,0,0,.5);
}

.summary-table tr:last-child td:nth-child(2) {

    color: #000000ad;
    text-align: right;
    font-weight: bold;
    font-family: monospace !important;
}

.summary-table th {
    background-color: rgba(0, 0, 0, 0.07);
    padding: 0.1rem 0.5rem;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 22px;
}

.summary-table th:last-child {
    text-align:right;
}

.summary-table thead tr:nth-child(1) th,
.summary-table thead tr:nth-child(2) th {
    padding: 0 0.5rem;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    background-color: #fff;
    line-height: 18px
}

.summary-table thead tr:nth-child(2) th {
    font-size: 14px;
    color: rgba(0,0,0,.5);
}

#map-controls {
    display: block;
    position: absolute;
    top: 0;
    right: -2px;
    padding: 5px;
}

#map-controls li {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    padding: 2px;
    cursor: pointer;
    margin: 4px 0;
}

#map-controls ul, li {
    list-style: none url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

#map-controls li:hover {
    background-color: #a6b7c6;
}

#map-limit {
    position: absolute;
    border: solid 1px red;
}

#svgWrap.expanded {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: unset !important;
    max-width: unset !important;
    width: 100% !important;
    height: 100vh !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#selected-seats.expanded {
    /* left: 10px; */
    bottom: 10px;
    height: auto;
    width: 195px;
    top: unset !important;
    left: unset !important;
    position: fixed !important;
    margin-bottom: 44px;
}

.summary-table td.number {
    font-family: monospace !important;
    text-align: right;
}

.select-seat.expanded {
    position: fixed;
    right: 1px;
    bottom: 10px;
    width: auto;
}

.tooltip-select-seat {
    font-size: 12px;
}

#progress-title {
    display: block;
    color: rgb(255, 255, 255);
    position: absolute;
}

body.sticky_header #progress {

    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
}

body.sticky_header #progress-title {
    /* display: inline-block; */
}

.seat-booking table tr td {
    text-align: left;
    vertical-align: middle;
}

.seat-booking table tr td:nth-child(2) {
    /* width: 70px; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
    text-align: left;
}

.card-header {
    display: none;
}

#terms-accept {
    width: 150px !important;
}

footer {
    font-size: 13px;
}

/** No seating support **/
#seating-prices div {
}

#seating-prices .ticket-price-row {
    display: flex;
}

.ticket-price-name {
    flex-basis: 20%;
    flex-grow: 100;
}

.ticket-price {
    flex-basis: 80px;
    flex-grow: 16;
}

.price-qty-down,
.price-qty-up {
    border-radius: 18px;
    background-color: rgb(218, 218, 218);
    width: 24px;
    color: black;
    margin: 0 9px;
    cursor: pointer;
    text-align: center;
    vertical-align: super;
}

.price-qty-input {
    width: 65px;
    font-size: 27px;
}

.price-qty-input select {
    text-align: center;
    background-color: #e1880a !important;
    border: none !important;
    color: white;
    border-radius: 2px !important;
    padding-left: 22px !important;
    font-size: 18px !important;
}

#seating-prices-sum {
    text-align: right;
    font-size: 25px;
    font-weight: bold;
    padding-right: 19px;
}

.ticket-price-qty {
    flex-basis: 169px;
    flex-grow: 19;
    min-width: 169px;
    text-align: right;
}

.ticket-price-qty div {
    display: inline-block;
}