
a.print-tickets {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: right;
	text-transform:uppercase;
	background:#eee;
	border:1px solid #ccc;
	padding:25px 50px;
	margin:-45px 0 0 75px;
	color:#444;
	border-radius: 5px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
        text-decoration: none;
}

a.print-tickets:hover {
	background:#de5021;
	border:1px solid #de5021;
	color: #fff;
}

.readonly {
    background-color: #f4f4f4 !important;
    border-color: #ddd !important;
}

.progressbar {
    position: relative;
    height: 15px;
    margin: 15px 0 0;
    max-width: 200px;
    display: none;
}
.progressbar .progress-label {
    font-size: 11px;
    font-weight: bold;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.progressbar .ui-progressbar-value {
    background: #88bfe8; /* Old browsers */
    background: -moz-linear-gradient(top,  #88bfe8 0%, #70b0e0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #88bfe8 0%,#70b0e0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #88bfe8 0%,#70b0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */
}

.upload_info > .files {
    display: block;
    margin: 15px 0 0;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
}
.upload_info > .files .file {
    display: block;
    padding: 4px 0;
}
.upload_info > .files .file .view {
    display: inline-block;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 10px;
    margin:  0 5px 0 0;
    color: #000;
    text-decoration: none;
}
.upload_info > .files .file .view:hover {
    text-decoration: underline;
}
.upload_info > .files .file .delete {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}
.upload_info > .files .file .delete:hover {
    text-decoration: underline;
}


#main {
    padding: 1rem 0 2rem;
    min-height: 200px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.hidden {
    display: none !important;
}

.custom-control-label {
    padding: 0.6rem 0.3rem;
}

.custom-radio .custom-control-label::before {
    transform: scale(1.4);
    top: 0.85rem !important;
}

.custom-radio .custom-control-label::after {
    transform: scale(1.4);
    top: 0.85rem !important;
}

.badge.disabled {
    opacity: 0.4;
}

a.disabled {
    cursor: default !important;
}

.asterisk {
    font-size: 100%;
    color: red;
}

#header a.client img {
    margn-left: 1.4rem;
}

#topnav a.nav-link {
    font-size: 1.4rem;
    padding: 1.2em 2rem;
}

.product_grid {}

.product_grid .product_info {
    padding: 15% 0;
    font-size: 4rem;
    text-transform: uppercase;
    background-color: #eee;
    display: block;
    text-align: center;
    cursor: pointer;
    color: #222;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 2rem;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.product_grid .product_info:hover {
    background-color: #222 !important;
    color: #fff !important;
}

.product_grid .product_info.floor_a {
    background-color: #1c3c79;
    color: #fff;
}

.product_grid .product_info.floor_b {
    background-color: #a22008;
    color: #fff;
}

.product_grid .product_info.floor_c {
    background-color: #00aac9;
    color: #fff;
}

.product_grid .product_info.floor_d {
    background-color: #eb9500;
    color: #fff;
}

.product_grid .product_info.floor_ga {
    background-color: #9700c9;
    color: #fff;
}

.product_grid .product_info.floor_ga2 {
    background-color: #9700c9;
    color: #fff;
}

.product_grid .product_swap {
    padding: 15% 0;
    font-size: 4rem;
    text-transform: uppercase;
    background-color: #eee;
    display: block;
    text-align: center;
    cursor: pointer;
    color: #222;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 2rem;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.product_grid .product_swap:hover {
    background-color: #222 !important;
    color: #fff !important;
}

.product_grid .product_swap.floor_a {
    background-color: #1c3c79;
    color: #fff;
}

.product_grid .product_swap.floor_b {
    background-color: #a22008;
    color: #fff;
}

.product_grid .product_swap.floor_c {
    background-color: #00aac9;
    color: #fff;
}

.product_grid .product_swap.floor_d {
    background-color: #eb9500;
    color: #fff;
}

.product_grid .product_swap.floor_ga1 {
    background-color: #9700c9;
    color: #fff;
}

.product_grid .product_swap.floor_ga2 {
    background-color: #9700c9;
    color: #fff;
}

#product_swap_dialog .buttons .checkout {
    display: none;
}

.ui-dialog .ui-button {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
    outline: none;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    border-radius: 0;
    padding: 0;
}

.ui-dialog-titlebar {
    background-color: #444;
    color: #fff;
}

.ui-dialog-content {
    padding: 1.4rem 2rem !important;
}

#product_qty {
    min-width: 100px;
    text-align: center;
}

.cart_items {
    margin-bottom: 1rem;
}

.cart_items td, .cart_items th {
    padding: .45rem;
    vertical-align: middle;
    border-top: none;
}

.cart_totals {
    margin-bottom: 0.2rem;
}

.cart_totals td, .cart_totals th {
    padding: .05rem;
    vertical-align: middle;
    border-top: none;
}

/*.cart_items .remove-product {
    font-size: 75%;
    padding: .2rem .2rem;
    line-height: 1;
    vertical-align: middle;
    margin-left: 0.6rem;
}*/

.cart_items .remove-product {
    vertical-align: middle;
    margin-left: 0.6rem;
}

#order-signature {
    background-color: rgb(238, 238, 238);
    border: 1px solid #ddd;
/*    width: 100%;
    height: 150px;*/
}

#order-signature-container {
    width: 100%;
    text-align: center;
}

#order-signature-buttons {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}

#footer .copyright {
    text-align: center;
    font-size: 0.8rem;
    padding: 2rem;
}

/*#cart-timer {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    margin: 0;
    padding: 1rem 2rem;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}*/

#cart-timer {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    margin: 0;
    padding: 0;
    background-color: transparent;
    text-align: center;
    border: none;
}

#cart-timer .btn {
    display: none;
    margin-top: 0.8rem;
}

body.home #cart-timer .btn.checkout {
    display: inline-block;
}

/*body.checkout #cart-timer .btn.home {
    display: inline-block;
}*/

body.receipt #topnav {
    display: none !important;
}


#card_test {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 3rem;
    margin: 2rem auto;
}


#pagecontent.scanning {
  -webkit-filter: blur(1px) grayscale(50%);
}
.data {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 80%;
}
form ul {
  list-style: none;
}
.dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    padding: 20px;
    border: 1px solid #999;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  font-size: 150%;
  font-weight: bold;
  width: auto;
  transform: translate(-50%,-50%);
}
#overlay {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  z-index: 999;
}
#scanning {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    padding: 20px;
    border: 1px solid #999;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 150%;
    font-weight: bold;
    width: auto;
    z-index: 1000;
    color: #fff;
    background-color: #3bbeea;
  transform: translate(-50%,-50%);
}
#success {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    padding: 20px;
    border: 1px solid #999;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  font-size: 150%;
  font-weight: bold;
  width: auto;
  display: none;
    color: #fff;
    background-color: #097c00;
  transform: translate(-50%,-50%);
}
#failure {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    padding: 20px;
    border: 1px solid #999;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  font-size: 150%;
  font-weight: bold;
  width: auto;
  display: none;
    color: #fff;
  background-color: #7c0000;
  transform: translate(-50%,-50%);
}
#pagecontent,
#background {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/*# sourceMappingURL=demo-events.css.map */


#product_info_dialog {
    position: relative;
    overflow: scroll;
}
.section-map {
    margin: 0 0 50px;
}
.section-map tr {
    border: none;
}
.section-map td {
    border: none;
    padding: 2px;
}
.section-map td.row {
    color: #999;
    padding: 2px 6px;
    min-width: 150px;
    vertical-align: middle;
    line-height: 3;
}
.section-map td.seat a, 
.section-map td.seat a:visited {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    margin: 0;
    display: block;
    width: 30px;
    height: auto;
    text-align: center;
    line-height: 1.7;
    font-size: 16px;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    font-family: Arial, sans-serif;
}
.section-map td.seat a:hover {
    background-color: #f00 !important;
    color: #fff;
    text-decoration: none;
}
.section-map td.seat a.selected,
.section-map td.seat a.selected:visited {
    background-color: #f00 !important;
    color: #fff;
    font-weight: bold;
}
.section-map td.seat a.sold-out,
.section-map td.seat a.sold-out:visited,
.section-map td.seat a.sold-out:active,
.section-map td.seat a.sold-out:hover {
    background-color: #ccc !important;
    color: #888 !important;
    cursor: not-allowed !important;
}
.section-map td.seat .filler {
    background-color: #fff;
    color: #fff;
    font-weight: normal;
    margin: 0;
    display: block;
    width: 20px;
    height: auto;
    text-align: center;
    line-height: 1.7;
    font-size: 12px;
    padding: 0;
    text-decoration: none;
    font-family: Arial, sans-serif;
}
#product_info_dialog .stage {
    background-color: #ffcccf;
    color: #ff000f;
    font-weight: bold;
    display: block;
    position: absolute;
    height: 30px;
    width: 50%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 46px;
    text-align: center;
    line-height: 2;
}
#product_info_dialog > .buttons {
    display: block;
    text-align: right;
    clear: both;
}
#product_info_dialog > .buttons button {
    margin: 4px 0 16px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    background-color: #0da4af;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 10px;
    text-decoration: none;
}
#product_info_dialog > .buttons button:hover {
    background-color: #f00;
    color: #fff;
}
#product_info_dialog > .buttons button[disabled],
#product_info_dialog > .buttons button[disabled]:hover {
    cursor: default;
    background-color: #eee;
    color: #ccc;
}

#product_swap_dialog .stage {
    background-color: #ffcccf;
    color: #ff000f;
    font-weight: bold;
    display: block;
    position: absolute;
    height: 30px;
    width: 50%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 46px;
    text-align: center;
    line-height: 2;
}
#product_swap_dialog > .buttons {
    display: block;
    text-align: right;
    clear: both;
}
#product_swap_dialog > .buttons button {
    margin: 4px 0 16px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    background-color: #0da4af;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 10px;
    text-decoration: none;
}
#product_swap_dialog > .buttons button:hover {
    background-color: #f00;
    color: #fff;
}
#product_swap_dialog > .buttons button[disabled],
#product_swap_dialog > .buttons button[disabled]:hover {
    cursor: default;
    background-color: #eee;
    color: #ccc;
}

    
    /* body .seat a.price-60,
    body #legend tr.price-60 .color {
        background-color: #fdb100 !important;
    }

    body .seat a.price-80,
    body #legend tr.price-80 .color {
        background-color: #0012ff !important;
    }

    body .seat a.price-85,
    body #legend tr.price-85 .color {
        background-color: #0e7a00 !important;
    }

    body .seat a.price-100,
    body #legend tr.price-100 .color {
        background-color: #0e7a00 !important;
    }

    body .seat a.price-125,
    body #legend tr.price-125 .color {
        background-color: #a6d6ff !important;
    }

    body .seat a.price-150,
    body #legend tr.price-150 .color {
        background-color: #a800ff !important;
    }

    body .seat a.price-200,
    body #legend tr.price-200 .color {
        background-color: #a800ff !important;
    } */

    
body .seat a:hover {
    background-color: #0da4af !important;
    color: #fff !important;
    text-decoration: none;
}

#topnav .nav-link.clear-order {
    cursor: pointer;
}

#topnav .nav-link.clear-order:hover .badge {
    color: #fff;
    background-color: #ff7070;
}

.flashing-bg-yellow {
	animation: flashing-bg-yellow 2.6s infinite;
        border-radius: .25rem;
}
@keyframes flashing-bg-yellow {
	0%{		background-color: #f5ff51; border-color: #000; color: #000;	}
	50%{	background-color: #f7ffd2; border-color: #ced4da; color: #495057;	}
	100%{	background-color: #f5ff51; border-color: #000; color: #000;	}
}

.flashing-bg-green {
	animation: flashing-bg-green 2.6s infinite;
        border-radius: .25rem;
}
@keyframes flashing-bg-green {
	0%{		background-color: #28a745; border-color: #28a745; color: #fff;	}
	50%{	background-color: #e9ecef; border-color: #ced4da; color: #000;	}
	100%{	background-color: #28a745; border-color: #28a745; color: #fff;	}
}



#legend {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    max-width: 400px;
    margin-top: 25px;
}

#legend h1 {
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
}

#legend .color {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

#legend table {
    width: 100%;
}

#legend table tr th {
    text-align: center;
}

#legend table tr td {
    text-align: center;
    padding: 3px;
}

img.sold-out-floor {
    position: absolute;
    left: 0;
    top: 0;
    width: 64.6052%;
    height: auto;
}

#map .section-vipbooths {
    display: none;
}

.svg-container {
    height: 700px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    border: solid 1px #006fbd;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.textcenter {
    text-align: center;
}

.svg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: move;
}

.svg-scrim {
    pointer-events: none;
    z-index: 5;
}

.proxy {
    fill: none;
    stroke: none;
}

.controls {
    position: relative;
    top: 0;
    left: 0;  
    padding: 12px;  
    z-index: 10;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.controls-button {
    font-weight: 700;
}

.zoom-buttons {
    position: absolute;
    top: 10px;
    left: 5px;
    margin: 10px;
    z-index: 11;
}

.zoom-buttons .fa {
    color: #006fbd;
    margin: 5px;
}

#zoomIn, #zoomOut {
    cursor: pointer;
}

.info {  
    user-select: none;
    pointer-events: none;
}

ul {
    font-size: 13px;
    list-style-type: none;
    padding: 0;    
    line-height: 20px;    
    margin-top: 0;
}

.svg-background {
    fill: none;
    stroke: none;
}

.selected {
    fill: yellow !important;
}

.taken {
    /*fill: grey !important;*/
    opacity: 0.3 !important;
}

.booth-fill:hover {
    fill: #ccc;
}

.booth > text {
    pointer-events: none;
}

#submit,
#submit2 {
	background-color: #AF3A2F;
	cursor: pointer;
	border: none;
	margin-top: 15px;
	color: #fff;
	font-weight: bold;
	padding: 1em 1.5em;
}

#submit:disabled {
    opacity: 0.3;
    cursor: default;
}

@media only screen and (max-width: 600px) {
    #svg{
        margin: -222px 0 0 -450px!important;
    }
}

@media only screen and (min-width: 600px) {
    #home-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

#standing-seats {
	text-align: center;
	padding: 2em;
}