html,
body {
	padding: 0;
	margin: 0;
	margin: 0 auto;
}

body {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #424242;
}

#body_dynamic_css {
	background-color: white;
	margin: 0;
	margin: 0 auto;
	transition: 0.25s linear all;;
}

a img {
	border: none;
}

/* Dont put a width on here for widget purpouses*/
.contain {
	margin: 0 auto;
}

a:link,
a:visited {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #00458C;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text_right {
	text-align: right;
}

.none {
	display: none;
}

hr.spacer {
	border: none;
	border-bottom: 1px solid #D5D5D3;
}

fieldset {
	padding: 15px;
}

#ticket_side {
	width: 680px;
}

.ticket-side-full#ticket_side {
	width: 100%;
}

#info_side {
	width: 300px;
}

#onsite_credit_card {
	width: 600px;
	margin: 20px 0;
	padding: 20px;
	float: left;
	border: 1px solid #DDD;
}

/* 
	Onsite Tweeks 
*/
#onsite_cash {

	width: 600px;
	margin: 20px 0;
	padding: 20px;
	float: left;
	border: 1px solid #DDD;
}

#onsite_cash label {
	font-size: 16px;
	margin-right: 20px;
	width: 150px;
}

#onsite_cash div {
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
	width: 260px;
}

#onsite_payment_selection {
	border: 1px #DDD solid;
	width: 200px;
	margin: 20px;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
}

#onsite_payment_selection span {
	width: 70px;
	margin-right: 5px;
}

#onsite_payment_selection a {
	color: #777;
}

.onsite_payment_type_chosen {
	color: #333 !important;
}

.onsite_payment_selection_head {
	background: #DDD;
	color: #FFF;
	padding: 3px;
	font-size: 13px;
	margin-bottom: 5px;
}

.onsite_note {
	color: #555;
	background: #EEE;
	margin: 5px 35px 0 20px;
	padding: 5px;
}

/* general formatting*/
input[type="text"],
input[type="password"],
textarea {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	font-weight: 300;
	/*height: 30px;*/
	width: 200px;
	padding: 7px 7px;
	margin: 0px 0px 13px 0px;
	color: #333333;
	border: 1px solid #979797;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

	box-shadow: inset 3px 3px 5px -5px #000;
	-webkit-box-shadow: inset 3px 3px 5px -5px #000;
	-o-box-shadow: inset 3px 3px 5px -5px #000;
	-moz-box-shadow: inset 3px 3px 5px -5px #000;
}

input[type="text"][disabled="disabled"],
input[type="text"][disabled="disabled"]:focus,
input[type="text"][disabled="disabled"]:active {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	color: #CCC;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

}

img.more_info {
	display: inline-block;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 20px;
	margin: -10px 0px 0px 5px;
	font-size: 16px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: help;
}

.guest-checkout-modal {
	background-color: #fff;
}

.guest-checkout-modal .ui-dialog-titlebar-close {
	margin-top: 14px;
}

div.ui-dialog.guest-checkout-modal {
	padding: 5px;
	border-radius: 5px;
}

.guest-checkout-modal button.ui-button {
	border-radius: 3px;
	width: 100%;
}

#guest-checkout {
	display: none;
}

#guest-checkout div.content {
	background-color: #f7f7f7;
	padding: 15px;
}

div.module.contact_info {
	border: 1px solid red;
}

div.module.contact_info>.sb-dropdown-title {
	background-color: red;
	color: #fff;
}

/* @group Header */

#body_wrap {
	padding: 13px 0 0 0;
}

#top {
	position: relative;
	margin: 0px;
	padding: 0px;
	min-height: 51px;
	border-bottom: 2px solid #D91132;
	margin-bottom: 10px;
}

#top .left {
	color: #090909;
	font-size: 22px;
	font-weight: bold;
	max-width: 700px;
	/*	margin:13px 0px;
*/
	float: none;
}

#top .right {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px 0px;
	padding: 0px;
	/*	float:none; */
}

/* @end */

/* @group Banner */

#banner {
	/*margin-top: 8px;*/
	margin-bottom: 15px;
	text-align: center;
}



/* @end */

/* @group Footer */
.footer {
	clear: both;
	border-top: 1px solid #D5D5D3;
	width: 100%;
}

.footer .contain {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* @end */

/* @group Misc */

.online_purchase {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #DD0000;
	margin-top: 20px;
	margin-bottom: 15px;
}

/* @end */

/* @group Modules */

.module,
table.tickets_listing {
	background: white;
	border: 1px solid #D5D5D3;
	margin-bottom: 13px;
}

.module .title,
table.tickets_listing thead tr {
	background: url("/assets/shared/stylesheets/images/module_bg.png") repeat-x;
	height: 42px;
	line-height: 22px;
	font-size: 16px;
}

.module .title span,
.tickets ul.header {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}

.tickets ul.header {
	margin: 0px;
	padding: 0px;
}

.module .title span {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}

.tickets ul.ticket_row.header li.ticket_type {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	line-height: 15px;
}

.tickets ul.ticket_row.header li.ticket_type {
	text-align: left;
}

.module .content {
	padding: 7px 10px;
	overflow: auto;
	*overflow: hidden;
	/* This rule is for IE 7 only. Do not take off the * from the beggining of the rule. This is NOT a syntax error. */
	line-height: 15px;
}

/* @end */

/* @group Right Modules */

.module.event_date {
	min-width: 258px;
}

.event_date .label {
	text-align: right;
}

.event_date .date {
	margin-left: 7px;
	font-weight: bold;
}

.venue span {
	font-weight: bold;
}

.buy_with_confidence .content img.thawte {
	margin-left: 40px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* @end */

/* @group Tickets */

.tickets .content {
	position: relative;
	padding: 0px;
}

.tickets .content ul.ticket_row {
	padding: 0px 10px;
}

.tickets .content ul.ticket_row.child-ticket {
	border-bottom: 1px solid #D5D5D3;
	background-color: #f0f2f4;
}

ul.ticket_row {
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.ticket_row td em {
	line-height: 18px;
}

.tickets ul.ticket_row li {
	/*	float: left; */
	clear: both;
	display: inline-block;
	margin: 10px;
}

.tickets .content .ticket_row {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #D5D5D3;
	/*	border: 1px solid red;*/
}

.tickets .content .ticket_row li {
	position: relative;
	top: 0px;
}

.tickets .content .section_label {
	font-size: 1.2em;
	margin-top: 5px;
	font-weight: bold;
	font-size: 17px;
}

.tickets ul.ticket_row li.ticket_type {
	width: 42%;
	margin-top: 6px;
	text-align: left;
}

.tickets ul.ticket_row.attendee li.ticket_type {
	width: 400px;
	text-align: left;
}

.tickets ul.ticket_row li.ticket_type input {
	/*	float:right; */
	text-align: left;

}

.tickets ul.ticket_row.attendee li.ticket_type .fieldwrap {
	width: 260px;
}

.tickets ul.ticket_row.attendee li.ticket_type input {
	text-align: left;
}

.tickets ul.ticket_row li.price {
	width: 60px;
	text-align: center;
}

.tickets ul.ticket_row li.fee {
	width: 55px;
	text-align: center;
}

.tickets ul.ticket_row li.quantity {
	width: 70px;
	text-align: center;
}

.tickets ul.ticket_row li.quantity.download,
.tickets ul.ticket_row li.download {
	width: 160px;
}

.tickets ul.attendee li.quantity {
	width: 70px;
	text-align: center;
	float: right;
	margin-right: 10em;
}

.tickets ul.ticket_row li.total {
	width: 100px;
	text-align: center;
}

.tickets ul.ticket_row li.payment {
	width: 280px;
	margin-top: 6px;
	min-height: 50px;
	text-align: left;
	clear: none;
}

.tickets ul.ticket_row li.payment.right {
	border-left: solid 1px #ddd;
	padding-left: 10px;
}

.tickets .section_label {
	padding-bottom: 1.5em;
}

.tickets .section_label.ccinfo {
	text-align: left;
	display: block;
	clear: both;
}

.tickets .section_label.ccinfo:after {
	clear: both;
}

.tickets ul.ticket_row li.payment .fieldwrap {
	padding: 0.2em 0px;
	margin: 0.3em 0px;
	text-align: right;
}

.tickets ul.attendee li .fieldwrap {
	padding: 0em 0px;
	margin: 1px 0px;
	min-height: 30px;
}

.tickets ul.attendee li .radiofield .radio_label {
	padding: 0em 2px;
	margin: 3px 2px;
	line-height: 20px;
	float: left;
}

.tickets ul.attendee li .radiofield input {
	float: left;
}

.tickets ul.attendee li .fieldwrap select {
	padding: 0em 0px;
	margin: -1.5em 0px 0.2em 100px;
	min-width: 150px;
}

.dialogConfirm {
	position: absolute !important;
	top: 25% !important;
	left: 35% !important;
}

button.dialogConfirm {
	color: red;
}

.radiowrap label {}

.radiowrap .radiofield {
	display: block;
	clear: left;
	padding: 0em 0px;
	margin: 1px 0px 0px 100px;
	min-height: 20px;
}

.tickets ul.ticket_row li.payment .fieldwrap input {
	text-align: left;
}

.tickets ul.ticket_row li.payment .fieldwrap.header {
	float: left;
}

.tickets ul.ticket_row li.payment .fieldwrap.header input#pmtype {
	float: left;
	display: block;
	padding: 0em 0px;
	margin: 0px 0px 0px 10px;
}

.tickets select.ticket_type {
	max-width: 180px;
}

.tickets ul.ticket_row li.payment .fieldwrap.header .label {
	float: left;
	display: block;
	padding: 0em 0px;
	margin: 4px 0px;
}

.tickets ul.ticket_row li.payment .fieldwrap.header .label.normal {
	display: inline;
	margin: 4px 0px;
}

.tickets ul.ticket_row li.payment .fieldwrap label,
.tickets ul.ticket_row li.payment .fieldwrap .label {
	float: left;
	clear: both;

}

.tickets .payment input.purchase,
.tickets .fullright {
	float: right;
	text-align: right;
	margin: 0px;
	padding: 0px;
	top: 0;
	line-height: auto;
	clear: none;
	width: 40%;
	/*	border:solid 1px red; */
}

.tickets .payment input.purchase,
.tickets .fullright input.purchase {
	top: 0;
	margin-top: 0px;
	padding-top: 0px;
	padding: 0 1.2em;
	line-height: auto;
}

.tickets input.title:before {
	display: block;
	/*	margin: 0 0 -2.12em 0.15em; */
	padding: 0;
	color: #666666;
}

.tickets input.button {
	line-height: auto;
	min-height: auto;
	border: none;
	border-radius: auto;
	-moz-border-radius: auto;
	/* Firefox 3.6 and earlier */
	-webkit-border-radius: auto;
	/* Safari */
	background: none;
	cursor: pointer;
}

.tickets .ticket_attendee {
	margin: 1em;
	padding: 1em;
}

.tickets .attendee_instructions {
	width: 97%;
}

.tickets #total_price {
	/*	border:solid 1px red; */
	position: relative;
	text-align: right;
	float: right;
	width: 200px;
	display: inline-block;
	margin: 10px 0px 20px 0px;
}

.grandtotal_label {
	font-size: 1.5em;
	font-weight: bold;
}

.tickets #grand_total_label {
	float: none;
	clear: none;
	display: inline;
	margin: 0px 0.5em 0px 0.5em;
	padding: 0px;
}

.tickets #grand_total {
	float: none;
	clear: none;
	display: inline;
	margin: 0px 0.5em 0px 0.5em;
	padding: 0px;
}

.tickets input.discount {
	height: 19px;
	width: 73px;
	border: 1px solid #D5D5D3;
	margin: -2px 0 0 6px;
	color: #666666;
}

/*clear both floats*/
.clear {
	clear: both;
}

span.star {
	color: red;
}

/* @end */
/* put loader on top*/
#form_spinning_loader {
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/images/opacity/white_60.png);
}

#form_spinning_loader .centertable {
	display: table;
	width: 100%;
	height: 100%;
}

#form_spinning_loader .centerall {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* this is to force the content on the about to a standard height */
.module.about_this_event .content,
.module.about_this_event .content p,
.module.about_this_event .content p span {
	line-height: 1.2em;
	height: auto;
}

/* step 3*/
.tickets input.title,
.tickets .payment input.purchase,
.tickets .fullright input.purchase {
	/*background: url("/assets/shared/stylesheets/images/module_bg.png") repeat-x;*/
	background: url(images/buttons/grey444444.png) repeat-x;
	color: #fff;
	height: 42px;
	padding-left: 16px;
	padding-right: 16px;
	font: normal 28px/20px helvetica, arial, sans-serif;
	border: 1px solid #D5D5D3;
	font-size: 13px;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	/* Firefox 3.6 and earlier */
	-webkit-border-radius: 4px;
	/* Safari */
	line-height: 1em;
	/* moz shadow */
	white-space: nowrap;
	/* moz shadow */
	cursor: pointer;
}

.tickets .download_button a img,
.tickets .button_refresh a img {
	border: none;
	margin: 0 0 0 4px;
}

#ticket_side a.button {
	font: normal 28px/20px helvetica, arial, sans-serif;
	background: url(images/buttons/grey444444.png) repeat-x;
	display: inline-block;
	color: #fff;
	height: 22px;
	width: auto;
	padding: 2px 8px;
	margin: 4px 20px 15px 20px;
	border: 1px solid #D5D5D3;
	font-size: 12px;
	font-weight: normal;
	border-radius: 4px;
	-moz-border-radius: 4px;
	/* Firefox 3.6 and earlier */
	-webkit-border-radius: 4px;
	/* Safari */
	line-height: 22px;
	cursor: pointer;
}

.tickets .download_button a,
.tickets .button_refresh a {
	font: normal 28px/20px helvetica, arial, sans-serif;
	background: url(images/buttons/green008900.png) repeat-x #008900;
	display: inline-block;
	color: #fff;
	height: 32px;
	width: auto;
	padding: 2px 2px 2px 8px;
	margin: 4px 0px;
	border: 1px solid #036103;
	font-size: 13px;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	/* Firefox 3.6 and earlier */
	-webkit-border-radius: 4px;
	/* Safari */
	line-height: 32px;
}

.content .successcode {
	margin: 1em;
	border: solid 1px #af0000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	/* Firefox 3.6 and earlier */
	-webkit-border-radius: 5px;
	/* Safari */
	padding: 0.5em 0.7em;
	background: url(images/warnings/rede44848.png) repeat-x left bottom #e44848;
	color: #fff;
	line-height: 1.2em;
	font-size: 1.5em;
}

.content .access {
	color: #e44848;
	line-height: 1.2em;
	font-size: 1.5em;
}

.content .successalert {
	display: inline;
	margin: 1.3em;
	border: solid 1px #1c6b85;
	border-radius: 5px;
	-moz-border-radius: 5px;
	/* Firefox 3.6 and earlier */
	-webkit-border-radius: 5px;
	/* Safari */
	padding: 0.4em 0.7em;
	background: url(images/warnings/blue4694ba.png) repeat-x left top #4694ba;
	color: #fff;
	line-height: 1.2em;
	font-size: 1.2em;
}

.social_icons {
	margin-bottom: 8px;
}

/* Large Seating Chart Styling */

/*ul#sections {
margin: 0;
padding: 0;
list-style-type: none;
margin: 0 0 0 9px;
}


ul#sections li {
width: 65px;
float: left;
padding: 4px;
margin: 0 4px;
cursor: default;
text-align: center;
}

.section {
height: 166px;
width: 63px;
float: left;
border: 1px solid #DDDDDD;
padding: 4px;
margin: 0 4px;
cursor: pointer;
background:  #F0F0F0 ;

}

.section:hover {
border: 1px solid #069;
}


.small {
height: 169px;
width: 63px;
}

.small_sun {
height: 169px;
width: 63px;
}

#seating_chart {
margin: 145px 0 0 9px;
}

.choose_section, .choose_seats {
font-family: Verdana, Arial;
font-size: 22px;
}
#availability {
font-family: Verdana, Arial;
font-size: 11px;
}

div.legend {
width: 136px;
height: 74px;
background: #F0F0F0;
border: 1px solid #DDDDDD;
margin: 0 0 13px 13px;
font-family: Verdana, Arial;
font-size: 11px;
padding: 11px 0 0 9px;
}

div.legend div {
height: 15px;
width: 15px;
float: left;
margin: 3px 5px 0 5px;
}

div.legend div.item {
height: 18px;
width: auto;
float: none;
margin: 0;
}*/


div.ticket_updates {
	float: right;
	margin: -130px 15px 0 0;
	width: 365px;
	height: 240px;
	font-size: 13px;
}

div.chosen_sections_wrap {
	float: left;
	width: 178px;
}

div.time {
	width: 99px;
	height: 52px;
	float: right;
	font-family: Verdana, Arial;
	font-size: 15px;
	background: #F0F0F0;
	border: 1px solid #DDDDDD;
	text-align: center;
	padding-top: 5px;
}

div.time span {
	font-size: 23px;
}

/*div.label {
height: 15px;
width: 48px;
background: url(/event/stylesheets/images/legend.png) no-repeat;
margin: 38px 0 2px 15px;
}*/

/*div.legend div#avail {
background: #CCCCCC;
}
div.legend div#taken {
background: #CC1C35;
}
div.legend div#selected {
background: #79BCFF;
}*/


.soldout,
.comingsoon {
	background: #BED5FD;
	border: 1px solid #97AFD6;
	color: #CD1F31;
	width: 180px;
	text-align: center;
	margin-left: 10px;
}

.comingsoon {
	font-size: 12px;
}

/* Large Seating Chart Styling */

/*div.section_style{
	padding-top:6px;
	padding-bottom:3px;
	position: absolute;
	left: 390px;
	z-index: 10;
	width: 209px;
	background: #F0F0F0;
	border: 1px solid #DDDDDD;
	margin: -475px auto 5px auto;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

div.section_style ul{
	margin:0;
	padding:0;
	float:left;
	position: relative;
	margin-left:6px;
}

div.section_style ul li {
	list-style-type:none;
	background: #CCCCCC;
	height:19px;
	width:22px;
	float:left;
	margin-bottom:3px;
	margin-right:3px;
	cursor:pointer;
	position: relative;
	font-size:11px;
	text-align:center;
	padding-top:3px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

div.section_style ul li:hover {
	-moz-box-shadow: 0px 0px 5px #0066FF;
	-webkit-box-shadow: 0px 0px 5px #0066FF;
	box-shadow: 0px 0px 5px #0066FF;
}


div.section_style ul li.res {
	background: #CC1C35;
	cursor:default;
}

div.section_style ul li.sel {
	background: #79BCFF;
}*/

/*.cont_button{/*
	text-decoration:  none;
	padding:15px 0 0 0;
	margin:140px 10px 10px 0px;

	text-align:center;
	float:right;
	color:#000000;
	text-decoration:none;
	*/
/*	background-color:#FFC924;
	background: -moz-linear-gradient(center top , #FFC924 0%, #EAAF00 100%) repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 7px 7px 7px 7px;
    cursor: pointer;
    font-family: Verdana,Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 0.6em 1.4em;
    position: absolute;
    bottom: 2em;
    right: 2em;
    line-height: 40px;
}*/

.gray_back {
	margin-left: 5px;
	padding: 3px;
	background: #CCCCCC;
}

/*.seat_taken{
	background-color:#FCB2B1;
	margin-left: 5px; 
	padding:3px;
	
}

.section_title{
	margin-left: 5px; 
	padding:3px;
	width:150px;
	float:left;
}

.close_section{
	margin:0px 10px 10px 0px;
	padding:2px;

	text-align:center;
	float:right;
	color:#B2B2B2;
	text-decoration:none;
}
	.close_section:hover{
		color:#000000;
	}

.spinner{
	background: #DDD url('/assets/shared/images/ajax-loader.gif') no-repeat 3px 2px !important; 
}
*/
.noscript {
	display: none;
}

.purchase_summary {
	margin: 10px;
}

#status_message {
	background: #CE2031;
	color: #FFFFFF;
	width: 960px;
	margin: 10px 0 10px 0;
	font-weight: bold;
}

#status_message p {
	margin: 20px 0 20px 20px;
	padding: 20px 0 20px 20px;
}

.clear_cart {
	/*	float:left;*/
	margin: 23px 0px 0 0px;
}

a#terms-link {
	text-decoration: underline;
}

.termswrap {
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #fffe00;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.buy_tickets {
	background: white;
	margin: -13px 0px 13px;
	padding: 10px 0;
	/*border:1px solid #D5D5D3; */
	border-top: none;
}

.step_one_tabs {
	background: white;
	margin: -13px 0px 13px;
	padding: 10px;
	border: 1px solid #D5D5D3;
	border-top: none;
}

table.tickets_listing {
	width: 100%;
}

table.tickets_listing thead tr td {
	font-weight: bold;
}

table.tickets_listing tbody tr td {
	border-bottom: 1px solid #D5D5D3;
}

table.tickets_listing tr td {
	padding: 3px 10px;
}

table.tickets_listing {
	border-bottom: none;
}

.discount {
	width: 300px;
}

input[type="text"].discount {
	display: inline;
	width: 88px;
}

.discount_wait {
	margin-left: -23px;
	padding: 8px;
	background: url('/assets/shared/images/ajax-loader.gif') no-repeat 0 5px;
}

label {
	line-height: 1.2em;
	font-size: 15px;
	display: block;
	font-weight: bold;
}

/*Buttons*/
.buttonPro {
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font: bold 12px/1em HelveticaNeue, Arial, sans-serif;
	padding: 8px 11px;
	color: #555;
	text-shadow: 0 1px 0 #fff;

	background: #f5f5f5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0));
	background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);

	border: 1px solid #dedede;
	border-color: #dedede #d8d8d8 #d3d3d3;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb;
	-moz-box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb;
	box-shadow: 0 1px 2px #eaeaea, inset 0 1px 0 #fbfbfb;
}

.buttonPro:hover,
.buttonPro:focus {
	color: #555;
	background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e9e9e9));
	background: -moz-linear-gradient(top, #f9f9f9, #e9e9e9);
	border-color: #ccc;
	-webkit-box-shadow: 0 2px 1px #e0e0e0, inset 0 1px 0 #fbfbfb;
	-moz-box-shadow: 0 2px 1px #e0e0e0, inset 0 1px 0 #fbfbfb;
	box-shadow: 0 1px 2px #e0e0e0, inset 0 1px 0 #fbfbfb;
	text-decoration: none;
}

.buttonPro:active {
	position: relative;
	top: 1px;

	color: #555;
	background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f4f4f4));
	background: -moz-linear-gradient(top, #eaeaea, #f4f4f4);
	border-color: #c6c6c6;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 0 5px #ddd;
	-moz-box-shadow: 0 1px 0 #fff, inset 0 0 5px #ddd;
	box-shadow: 0 1px 0 #fff, inset 0 0 5px #ddd;
}

input.buttonPro,
button.buttonPro {
	*width: auto;
	/* IE7 Fix */
	*overflow: visible;
	/* IE7 Fix */
}

.buttonPro img {
	border: none;
	vertical-align: bottom;
}

/* ----- ---- --- -- -  Large buttons - -- --- ---- ----- */

.buttonPro.large {
	padding: 10px 12px;
	font-size: 16px;
	font-weight: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* ----- ---- --- -- -  Green - -- --- ---- ----- */

.buttonPro.green {
	background: #7fbf4d;
	background: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f));
	background: -moz-linear-gradient(top, #7fbf4d, #63a62f);
	border-color: #63a62f;
	color: #fff;
	text-shadow: 0 1px 0 #53961e;
	-webkit-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #96d865;
	-moz-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #96d865;
	box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #96d865;
}

.buttonPro.green:hover,
.buttonPro.green:focus {
	background: #76b347;
	background: -webkit-gradient(linear, left top, left bottom, from(#86c755), to(#5ea12a));
	background: -moz-linear-gradient(top, #86c755, #5ea12a);
	border-color: #53961e;
	-webkit-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #96d865;
	-moz-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #96d865;
	box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #96d865;
}

.buttonPro.green:active {
	background: #7fbf4d;
	border-color: #53961e;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 0 5px #53961e;
	-moz-box-shadow: 0 1px 0 #fff, inset 0 0 5px #53961e;
	box-shadow: 0 1px 0 #fff, inset 0 0 5px #53961e;
}

/* ----- ---- --- -- -  Red - -- --- ---- ----- */

.buttonPro.red {
	background: #e6433d;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8674b), to(#d54746));
	background: -moz-linear-gradient(top, #f8674b, #d54746);
	border-color: #d1371c #d1371c #9f220d;
	color: #fff;
	text-shadow: 0 1px 1px #961a07;
	-webkit-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #ff9573;
	-moz-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #ff9573;
	box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #ff9573;
}

.buttonPro.red:hover,
.buttonPro.red:focus {
	background: #dd3a37;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff7858), to(#cc3a3b));
	background: -moz-linear-gradient(top, #ff7858, #cc3a3b);
	border-color: #961a07;
	-webkit-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #ff9573;
	-moz-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #ff9573;
	box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #ff9573;
}

.buttonPro.red:active {
	background: #e6433d;
	border-color: #961a07;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 0 5px #961a07;
	-moz-box-shadow: 0 1px 0 #fff, inset 0 0 5px #961a07;
	box-shadow: 0 1px 0 #fff, inset 0 0 5px #961a07;
}

/* ----- ---- --- -- -  Light Blue - -- --- ---- ----- */

.buttonPro.light_blue {
	background: #92dbf6;
	background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#6fcef3));
	background: -moz-linear-gradient(top, #abe4f8, #6fcef3);
	border-color: #7cbdd5;
	color: #444;
	text-shadow: 0 1px 0 #b6e6f9;
	-webkit-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #c0ebfa;
	-moz-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #c0ebfa;
	box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 0 #c0ebfa;
}

.buttonPro.light_blue:hover,
.buttonPro.light_blue:focus {
	background: #85d6f5;
	background: -webkit-gradient(linear, left top, left bottom, from(#b1e9fd), to(#66c6ea));
	background: -moz-linear-gradient(top, #b1e9fd, #66c6ea);
	border-color: #66a8bf;
	-webkit-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
	-moz-box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
	box-shadow: 0 0 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
}

.buttonPro.light_blue:active {
	background: #92dbf6;
	border-color: #66a8bf;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 0 5px #66a8bf;
	-moz-box-shadow: 0 1px 0 #fff, inset 0 0 5px #66a8bf;
	box-shadow: 0 1px 0 #fff, inset 0 0 5px #66a8bf;
}

/* ----- ---- --- -- -  Blue - -- --- ---- ----- */

.buttonPro.blue {
	background: #377ad0;
	background: -webkit-gradient(linear, left top, left bottom, from(#52a8e8), to(#377ad0));
	background: -moz-linear-gradient(top, #52a8e8, #377ad0);
	border-color: #4081af #2e69a3 #20559a;
	color: #fff;
	text-shadow: 0 1px 1px #4081af;
	-webkit-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 1px #72b9eb;
	-moz-box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 1px #72b9eb;
	box-shadow: 0 1px 2px #d6d6d6, inset 0 1px 1px #72b9eb;
}

.buttonPro.blue:hover,
.buttonPro.blue:focus {
	background: #206bcb;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e9ee5), to(#206bcb));
	background: -moz-linear-gradient(top, #3e9ee5, #206bcb);
	border-color: #2a73a6 #165899 #07428f;
	-webkit-box-shadow: 0 1px 0 0 #fff, inset 0 1px 0 0 #62b1e9;
	-moz-box-shadow: 0 1px 0 0 #fff, inset 0 1px 0 0 #62b1e9;
	box-shadow: 0 1px 0 0 #fff, inset 0 1px 0 0 #62b1e9;
}

.buttonPro.blue:active {
	background: #3282d3;
	border-color: #154c8c #154c8c #0e408e;
	text-shadow: 0 -1px 1px #1d62ab;
	-webkit-box-shadow: 0 1px 0 0 #fff, inset 0 0 6px 3px #1657b5;
	-moz-box-shadow: 0 1px 0 0 #fff, inset 0 0 6px 3px #1657b5;
	box-shadow: 0 1px 0 0 #fff, inset 0 0 6px 3px #1657b5;
}

/* ----- ---- --- -- -  Small buttons - -- --- ---- ----- */

.buttonPro.small {
	padding: 5px 11px;
	font-size: 11px;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: auto;
	width: auto;
}

.buttonPro.small.rounded {
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}


/* ----- ---- --- -- -  Inactive - -- --- ---- ----- */

.buttonPro.inactive {
	background: #DDD;
	border-color: #DDD;
	color: #999;
	cursor: default;
}

.buttonPro.inactive:hover,
.buttonPro.inactive:focus {
	background: #DDD;
	border-color: #DDD;
	color: #999;
}

.buttonPro.inactive:active {
	background: #DDD;
	border-color: #DDD;
	color: #999;
}

/*.buttonPro.support{
	position:relative;
	top:-7px;
	margin-bottom:-7px;
}*/

input[type="text"].tiny {
	width: 65px;
}

input[type="text"].small {
	width: 100px;
}

input[type="text"].medium {
	width: 150px;
}

input[type="text"].big {
	width: 220px;
}

input[type="text"].large {
	width: 380px;
}

input[type="text"].larger {
	width: 390px;
}


/*hide things*/
.hide {
	display: none !important;
}

.buy_tickets_button {
	margin-bottom: 20px;
}

/* Specific Reserved Seat CSS */

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

div.reserved_seats {
	width: 2700px;
	font-family: Arial, Helvetica, Geneva;
}

div.screen {
	float: left;
	color: black;
	font-family: Arial, Helvetica, Geneva;
	position: relative;
	width: 900px;
	height: 605px;
}

div.venue_screen {
	height: 650px;
}

div.layout {
	margin: 5px 5px 0px;
	overflow: hidden;
}

div.venue_layout {
	text-align: center;
}

div.reserved_seats .nav_bar {
	font-family: Arial, Helvetica, Geneva;
	font-weight: bold;
	font-size: 24px;
	border: 1px solid #456F9A;
	background: url(/assets/shared/images/nav-bar-bg.png) repeat-x;
	height: 34px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	text-shadow: 1px 1px 1px #000;
}

div.reserved_seats .nav_bar .left,
div.reserved_seats .nav_bar .title,
div.reserved_seats .nav_bar .right {
	float: left;
}

div.reserved_seats .nav_bar .left {
	text-align: left;
	width: 224px;
}

div.reserved_seats .nav_bar .right {
	width: 224px;
	text-align: right;
}

div.reserved_seats .nav_bar .title {
	width: 450px;
	text-align: center;
}

div.back_button {
	position: relative;
	margin: 0px 0 0 20px;
	height: 26px;
	width: 50px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#9fb3cc), to(#5b80ab), color-stop(0.5, #6b8bb2), color-stop(0.51, #597eaa));
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 1px 1px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

div.back_button div {
	position: absolute;
	z-index: 1;
	top: 4px;
	left: -7px;
	-webkit-transform: rotate(51deg);
}

div.back_button span {
	-webkit-transform: skew(15deg);
	display: block;
	width: 15px;
	height: 16px;
	background: -webkit-gradient(linear, left top, right bottom, from(#9fb3cc), to(#5b80ab), color-stop(0.5, #6b8bb2), color-stop(0.51, #597eaa));
	-webkit-border-radius: 1px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-right: 0;
	border-top: 0;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

div.back_button p {
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 5px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

div.selected_seats {
	float: right;
	position: relative;
	margin: 0px 10px 0 0px;
	height: 26px;
	width: 115px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#9fb3cc), to(#5b80ab), color-stop(0.5, #6b8bb2), color-stop(0.51, #597eaa));
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 1px 1px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

div.selected_seats p {
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 5px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

div.close_modal {
	float: right;
	position: relative;
	margin: 0px 10px 0 0px;
	height: 26px;
	width: 53px;
	border: 1px solid black;
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#000000), color-stop(0.5, #333333), color-stop(0.51, #000000));
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 1px 1px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

div.close_modal p {
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 5px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

div.loading_screen {
	z-index: 2000;
	background: #000;
	opacity: 0.85;
	position: relative;
	margin-top: -650px;
	height: 650px;
	width: 900px;
	text-align: center;
}

div.loading_screen span {
	color: #FFFFFF;
	font-size: 30px;
}

div.seat {
	position: absolute;
	z-index: 24;
	text-decoration: none;
	font-family: Arial, Helvetica, Geneva;
	font-size: 12px;
	border-radius: 999px;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
}

div.seat:hover {
	z-index: 1000;
}

div.seat span.tooltip {
	display: none;
}

.astooltip {
	background-color: #333 !important;
	color: #fff !important;
	border-color: #333 !important;
}

.astooltip div.qtip-titlebar {
	background-color: #333;
	border-bottom: 1px solid #8c8c8c;
}

div.seat:hover span.tooltip {
	display: block;
	position: absolute;
	top: 80%;
	left: 80%;
	min-width: 120px;
	background-color: #333;
	color: #fff;
	text-align: left;
	padding: 5px;
	overflow: auto;
	white-space: nowrap;
}

span.tooltip span.title {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #8c8c8c;
}

div.seat span.tooltip:hover {
	visibility: hidden;
}

div.preload_images {
	display: none;
}

.view_all_tickets_div {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 10px;
	font-size: 18px;
}

/* END Specific Reserved Seat CSS */

div.credit_card_field {
	margin: 10px 0px 10px 22px;
}

hr.seperator {
	border: none;
	border-top: 1px solid #D5D5D3
}

hr.seperator_bold {
	border: none;
	border-top: 3px solid #D5D5D3
}

.page_info {
	margin: 20px 65px 20px 65px;
	background: #F3F3F3;
	padding: 7px;
	border: solid #E3E3E3 1px;
	font-size: 12px;
}

.page_info_wide {
	margin: 20px 0px 20px 0px;
	background: #F3F3F3;
	padding: 7px;
	border: solid #E3E3E3 1px;
	font-size: 12px;
}

/* Tabs Override */

#three_step_tabs.ui-tabs .ui-tabs-panel {
	border: 1px solid #D5D5D3;
	border-top: none;
	padding: 15px;
	word-wrap: break-word;
	margin-top: -10px;
}

#video_access_error {
	height: 550px;
	width: 900px;
}

#video_access_error a#video_access_error_retry {
	margin: 0 0 0 435px;
	background: url('/assets/shared/images/refresh-update-3.png') no-repeat;
	padding: 0 16px 16px 16px;
}

#video_access_error p#video_error_notice {
	margin: 200px 0 50px 120px;
	font-size: 18px;
}

#video_access_error p#video_error_retry {
	margin: 20px 0 0 441px;
}

.ui-widget-content p a {
	color: #0066CC !important;
	text-decoration: underline;
}

.page_info_wide,
.page_error_wide {
	margin-bottom: 10px;
	background: #FAFFB5;
	padding: 7px;
	border: solid #FFCF00 1px;
	font-size: 14px;
}

.page_error_wide {
	border: solid #EED3D7 1px;
	background-color: #F2DEDE;
	border-left: 2px solid red;
}

#email_marketing {
	width: 646px;
	height: 140px;
	margin: 10px auto;
}

#email_marketing>div.form_wrapper {
	float: right;
	padding: 4px;
	padding-right: 8px;
}

#email_marketing_form>div {
	height: 10px;
	margin: 5px 0 15px 0;
}

#email_marketing div.errors {
	background-color: pink;
	border: 1px solid red;
	padding: 4px;
	display: none;
}

#email_marketing .success {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.95;
	font-size: 32px;
	padding: 40px 0;
	text-align: center;
}

#email_marketing label {
	color: #fff;
}

.contact-button {
	text-align: center;
}

.copy-fields {
	padding: 20px;
}

div.event-description ol>li {
	list-style: decimal;
}

div.event-description ul>li {
	list-style: disc;
}

div#up-sells {
	display: none;
}

div.up-sell-button {
	text-align: center;
}

ul.up-sells {
	margin: 0;
	padding: 0;
}

ul.up-sells li {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.nav-arrows {
	position: absolute;
	top: 50%;
}

.nav-arrows-prev {
	left: 2%;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid black;
	border-bottom: 20px solid transparent;
}

.nav-arrows-next {
	right: 2%;
	width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid black;
    border-bottom: 20px solid transparent;
}

div.ticket-multi-select-status {
	background-color: #f8d7da;
	padding: 10px;
	color: #58151c;
	margin: 10px 0;
	border: 1px solid #f1aeb5;
}
div#payment-element {
	padding: 20px;
}

.reserved_seating.fl-btn {
	padding: 12px 15px;
}

.boxoffice-tickets-section .ticket-price.divTableCell {
	width: 35%;
}

.boxoffice-tickets-section .ticket-quantity.divTableCell, .boxoffice-tickets-section .ticket-fee.divTableCell, .boxoffice-tickets-section .ticket-discount.divTableCell {
	width: 30%;
}

.boxoffice-payment-info label {
	display: inherit;
} 


.boxoffice-payment-info .edit-tickets {
	margin-left: 10px;
}

span.radio_span {
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	
}

span.radio_span input {
	visibility: hidden;
}

span.radio_span label {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
	font-size: 16px;
    font-weight: 600 !important;
}

span.radio_span input:checked + label:before {
    box-shadow: inset 0 0 0 0.4375em #b2293d;
}

span.radio_span label:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #b2293d;
}

.js-transaction-success-kiosk {
	margin: 20px 0px;
    text-align: center;
    color: unset;
    padding: 6px 0px;
    display: flex;
    align-items: center;
	justify-content: center;
}

.js-transaction-success-kiosk .section-right {
	text-align: left;
	margin-left: 20px;
}

.js-transaction-success-kiosk .section-right h2 {
	margin-bottom: 10px;
	margin-top: 0px;
}

.js-transaction-success-kiosk .section-right h3 {
	margin-bottom: 10px;
	margin-top: 0px;
}

.js-transaction-success-kiosk .section-right p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#purchase_form .kiosk-attendee-info .attendee_field label{
	font-size: 16px;
    font-weight: bold;
}

#purchase_form .kiosk-attendee-info .attendee_field input[type="text"]{
	font-size: 16px;
    font-weight: bold;
	padding: 10px;
}

.kisk-res-seat {
	width: 100vw !important;
	height: 100vh !important;
}

.kisk-res-seat div.reserved_seats {
	width: 300vw;
}

.kisk-res-seat div.venue_screen {
	width: 100vw;
	height: 100vh;
}

.kisk-res-seat div.reserved_seats .nav_bar .title {
	width: calc(100vw - 460px);
}

.kisk-res-seat div.loading_screen {
	margin-top: -100vh;
	height: 100vh;
    width: 100vw;
}

.kisk-res-seat div.screen {
	height: 100vh;
    width: 100vw;
}

.kisk-res-seat #legend {
	top: calc(100vh - 45px);
}

.kisk-res-seat div.layout {
    overflow-y: auto;
    height: calc(100vh - 92px);
    position: relative;
}

.kisk-res-seat div.layout .seating-chart {
	top: -50px;
	position: absolute;
	width: 100%;
}

.kisk-res-seat div.layout .seating-chart.seating-chart-listing {
	top: 0px;
}

.kisk-res-seat div.layout .nav-arrows {
    position: fixed;
    top: calc(50% - 50px);
}

.kiosk-overflow-hidden {
	overflow: hidden;
} 

.dark-mode#body_dynamic_css {
	background-color: #000;
	color: #ddd;
	transition: 0.25s linear all;
}

.dark-mode .buy_tickets {
	background: #000;
}

.dark-mode .module, .dark-mode table.tickets_listing {
	background: #000;
}

.dark-mode .purchase-tbl .purchase-tbl-head {
	background: #222;
}

.dark-mode #purchase_form .module.attendee-info {
	background-color: #000;
}

.dark-mode #purchase_form .title ul li.section_header {
	color: #ddd;
}

.dark-mode #purchase_form .content {
	background-color: #000;
}

.dark-mode #purchase_form input, .dark-mode #purchase_form select, .dark-mode input, .dark-mode select, .dark-mode .ticket-quantity select {
	background: #222;
	color: #ddd;
}

.dark-mode span.radio_span label:before {
	background: #222;
}

.dark-mode #top .left {
	color: #ddd;
}

.dark-mode div.reserved_seats .nav_bar {
	background: #000;
	border: 1px solid #000;
	border-bottom: 2px solid #222;
}


.dark-mode .res-seat {
	background-color: #000 !important;
	color: #ddd;
}

.dark-mode .seating-chart-listing table {
	background-color: #000 !important;
	color: #ddd;
}

.dark-mode .seating-chart-listing tr:hover {
	background: #222;
}

.dark-mode #legend {
	background: #000;
	color: #ddd;
	border: 1px solid #000;
	border-top: 1px solid #222;
}

.dark-mode div.back_button {
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333), color-stop(0.5, #333), color-stop(0.51, #333));
}

.dark-mode div.back_button span {
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333), color-stop(0.5, #333), color-stop(0.51, #333));
}

.dark-mode div.selected_seats {
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333), color-stop(0.5, #333), color-stop(0.51, #333));
}

.light-dark-mode-section {
	position: fixed;
    bottom: 10px;
    right: 10px;
}

.dark-mode .nav-arrows-prev {
	border-right: 20px solid white;
}

.dark-mode .nav-arrows-next {
	border-left: 20px solid white;
}

.dark-mode .modal-content {
	background-color: #000;
}

.dark-mode #facebox div.content {
	background-color: #222;
}

.dark-mode #facebox a.close {
	background-color: #222;
}

#enable-dark-mode, #enable-light-mode { 
	padding: 0px;
	height: 30px;
    width: 30px;
	border-radius: 5px;
}

#enable-light-mode {
	background-color: #222;
	border: 2px solid #222;
}

#enable-dark-mode {
	background-color: #fff;
	border: 2px solid #000;
}

#enable-dark-mode img, #enable-light-mode img{
	width: 30px;
}

.ticket_remain_alert.divTableRow {
    color: #fff;
    background: #ce2031;
	width: fit-content;
    padding: 5px 7px;
    font-size: 14px;
	margin-bottom: 15px;
}
.tickets-wrapper {
	position: relative;
}
.sold-out-banner {
	position: absolute;
	right: 10px;
	top: 0px;
}
.collapse {
	display: none;
}

/* 05-03-23 | FIX MOBILE STYLING */
@media screen and (max-width: 991px) {
    .tickets ul.ticket_row li.ticket_type {
        width:100%
    }
    .social_icons {
        position: relative;
    }
	.sold-out-banner {
		max-width: 100px;
		position: relative;
		left: 10px;
		top: 10px;
	}
}
/* 05-03-23 | CSS ADDITIONS TSP TABLE ENHANCEMENTS */
.tickets .content .ticket_row.cancel .download, 
.tickets .content .ticket_row.refund .download, 
.order-table.tickets ul.ticket_row.refund li.action, 
.order-table.tickets ul.ticket_row.cancel li.action {
	visibility:hidden;
}

.tickets .content .ticket_row.cancel {
  background: rgb(255,56,56);
  background: -moz-linear-gradient(111deg, rgba(255,56,56,0.11386561460521705) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(111deg, rgba(255,56,56,0.11386561460521705) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(111deg, rgba(255,56,56,0.11386561460521705) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3838",endColorstr="#ffffff",GradientType=1);
  overflow: hidden;
  margin: 2px auto 5px;
  border-left: 4px solid #ba0000;
  border-bottom: 1px solid #E29B9B;
  border-top: 1px solid #E29B9B;
  border-right: 1px solid #E29B9B;
  border-radius: 5px;
  padding: 2px 5px 2px 10px;
}
.tickets .content .ticket_row.cancel::after {
  content: "Canceled";
  display: inline-block;
  position: relative;
  left: -10px;
  background: #F9D1D1;
  padding: 1px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.5px;
  top: 2px;
  width: 100%;
  border-top: 1px solid #E29B9B;
  color: #B40000;
  opacity: 1;
}
.tickets .content .ticket_row.refund {
  border-radius: 5px;
  padding: 2px 5px 2px 10px;
  border-left: 4px solid #747474;
  border-bottom: 1px solid #ADADAD;
  border-top: 1px solid #ADADAD;
  border-right: 1px solid #ADADAD;
  background: rgb(105,105,105);
  background: -moz-linear-gradient(111deg, rgba(105,105,105,0.11386561460521705) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(111deg, rgba(105,105,105,0.11386561460521705) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(111deg, rgba(105,105,105,0.11386561460521705) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#696969",endColorstr="#ffffff",GradientType=1);
  margin: 2px auto 5px;
  overflow: hidden;
}
.tickets .content .ticket_row.refund::after {
  content: "Refunded";
  display: inline-block;
  position: relative;
  left: -10px;
  background: #EBE4E4;
  padding: 1px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.5px;
  top: 2px;
  width: 100%;
  border-top: 1px solid #A0A0A0;
  color: #2F2F2F;
  opacity: 1;
}

.purchase-tbl .purchase-tbl-row .package-tickets {
    margin-top: 10px;
}

.purchase-tbl .purchase-tbl-row .child-ticket-item {
    font-size: 14px;
	line-height: 1.2;
}
.clickable {
	cursor: pointer;
}

.order-timer {
	border: 1px solid #f7eca0;
	background-color: #fefea5;
	padding: 10px;
	border-radius: 4px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
}
.order-timer span.time {
	font-size: 18px;
}
.order-timer .time-info {
	margin-left: 5px;
	font-size: 16px;
	vertical-align: middle;
}