.etron-add-info-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.etron-add-info-icon {

}

.etron-add-info {
  visibility: hidden;
  background-color: #000000;
  color: white !important;
  text-align: left;
  padding: 10px;
  border-radius: 10px;
  width: 250px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}

.etron-add-info::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}

.etron-add-info-container:hover .etron-add-info {
  visibility: visible;
  opacity: 1;
}


@media only screen and (max-width: 1068px) {
	#perfselectholder {
		display:block;
	}
	#perfcalholder {
		display:none;
	}
}

.tixreq {
	
	font-size: 14px;
	
}

.tixreqhighlight {
	
	color: red;
	
}

@media only screen and (min-width: 1069px) {
	#perfselectholder {
		display:none;
	}
	#perfcalholder {
		display:block;
	}
}


#tandclink {
	
	text-decoration: underline;
	font-wieght: bold;
	
}

#tandcmessage {
	
	
}

.tandccontainer {
	
	
}


.etron-transfer-message {
	
	font-size: smaller;
	line-height: 1.4em;
	margin-top: 6px;
	margin-bottom: 10px;
	
}

.etron-recipient {
	
	width: 70%;
	height: 40px;
	padding: 10px;
}

.etron_sales_suspended_message {
	
	margin-top:40px;
	font-size:18px;
	
}

.etron-ticket-message {
	
	font-size:12px;
	
}


.etron-list {
	margin-left: 0px !important;
	list-style: none;
	
}

.etron-list-node {
	display: inline-block;
	min-width: 150px;
	margin-right: 30px;
	
}

.etron-sold-out {
	
	color:red;
}


.etron-not-available-message{
	
font-size: 12px;
margin-top:4px; 
color:grey;	
	
}

.etron-not-available-dboard-message{
	
font-size: 12px;
margin-top:2px; 
color:grey;	
	
}

.etron-cancelled-dboard {
	
	color:red;
	
}

.etron-sold-out-dboard {
	
	color:red;
}

.etron-unticketed-dboard {
	
	
}

.etron-dboard-button {
	
	margin: 0;
	outline: none;
	box-sizing: border-box;
	padding: 12px 18px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	transition-duration: 0.4s;
	cursor: pointer;
	background: #000000;
	color: white;
	border-color: #000000;
	border-width: 1px;
	border-radius: 10px;
	
}

.etron-dboard-off {
	
	background-color: #b9b8b8 ;
	border-color: #b9b8b8 ;
	
	
}

.etron-dboard-button:hover {
	
	background: white;
	color: #000000;
	border-color: #000000;
	border-width: 1px;
	
}	

.etron-dboard-container {
	
	max-height: 600px;
	overflow-y: scroll;
	
}

.etron-dboard-column {
  float: left;
  padding: 4px;


  overflow-y:none;

  
}

.etron-dboard-column-one {
  width: 25%; 
}

.etron-dboard-column-two {
  width: 15%;
}

.etron-dboard-column-three {
  width: 40%;

}


.etron-dboard-column-four {
  width: 20%;
  text-align: right;
  
}

.etron-dboard-row {
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: #cacaca;
	border-bottom-style: solid;
	border-bottom-width: .5px;


}

.etron-dboard-row:after {
  content: "";
  display: table;
  clear: both;
}

.etron-dboard-image {
	

}

.etron-dboard-venue {
	font-size: .8em;
	line-height: 1em;
}

.etron-dboard-title {
	font-weight: bold;
	font-size: .9em;
	line-height: 1.4em;
	margin-bottom: 4px;
}

.etron-dboard-genre {
	font-size: .8em;
	line-height: 1.1em;
}

.etron-dboard-duration {
	font-weight: lighter;
	font-size: .6em;

}

.etron-dboard-time {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
	
	.etron-cancelled-dboard {
		font-size: .6em;
		font-wieght: bold;
		
	}
	
	.etron-sold-out-dboard {
		
		font-size: .6em;
		font-wieght: bold;
	}
	
	.etron-unticketed-dboard {
		
		font-size: .6em;
		font-wieght: bold;
		
	}
	
	
	.etron-not-available-dboard-message{
		
	font-size: .5em;
	margin-top:1px; 
	line-height: .8em;
	
		
	}
	
	.etron-dboard-button {
		
		margin: 0;
		outline: none;
		box-sizing: border-box;
		padding: 3px 3px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: .7em;
		font-weight: bold;
		border-radius: 5px;
		
	}
	
	.etron-dboard-duration {
	
		display:none;
		
	}	
	
	.etron-dboard-time {
		font-weight: bold;
		font-size: .9em;
		line-height: 1.1em;
		margin-bottom: 3px;
	}
	
	.etron-dboard-genre {
		font-size: .6em;
		line-height: 1em;
	}
	
	.etron-dboard-title {
		font-weight: bold;
		font-size: .8em;
		line-height: 1.3em;
		margin-bottom: 2px;
	}
	
	.etron-dboard-venue {
		font-size: .6em;
		line-height: 1.2em;
	}
	
}	

#stripeerrormessage {
	
	background:rgb(239, 114, 114);
	font-wieght:bold;
	color:white;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	border-radius: 10px;
	font-family: sans-serif;
	
}

.venue-link {
	
	overflow: hidden;
	white-space: nowrap;
}

#spticketpopup {
	position: absolute;
	display: none;
	z-index: 100;
	background-color: #FFFFFF;
	width: 600px;
	padding: 8px;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
}

.selectedseat {
	
	background:#000000 !important;
	
}

#spholder {
	
	background: #ffffff;
	border-style: none;
	border-width: 0px;
	border-color: #5a5a5a;
	width: 100%;
	min-height: 200px;
	max-height: 700px;
	padding: 5px;
	overflow: scroll;
	
}

@media screen and (max-width: 767px) {
	
	#spholder {
		

		height: 400px;

		
	}
	
	#spmain {
		
	
		background-image: none !important;
	
		
	}
	

}

.unavailableseat {
	
	background: #dcdcdc;
	border-style: none;
	width: 20px;
	height: 20px;
	margin: 1px;
	display:inline-block;
	position: relative;
	
}



.noseat {
	
	background: none;
	border-style: none;
	width: 20px;
	height: 20px;
	margin: 1px;
	display:inline-block;
	position: relative;
	
}


.seatbasket {
	
	background: #df11e1 !important;
	
}


.seathighlight {
	
	background: #000000 !important;
	
}
.seat {
	
	background: #83ddf5;
	border-style: none;
	border-width: .5px;
	border-radius: 2px;
	border-color: #5a5a5a;
	width: 20px;
	height: 20px;
	margin: 1px;
	display:inline-block;
	position: relative;
}

.sptable {
	
	background: #c5c5c5;
	border-style: solid;
	border-width: 0px;
	border-radius: 20px;
	border-color: #c5c5c5;
	width: 40px;
	height: 40px;
	margin: 1px;
	display:inline-block;
	position:absolute;
	z-index: 2;
}

.spstage {
	
	background: #c5c5c5;

	border-width: 0px;

	width: 100px;
	height: 40px;
	margin: 0px;
	display:inline-block;
	position:absolute;
	z-index: 2;
}

.spstagel {
	
	background: #c5c5c5;
	padding-top: 8px;
	border-width: 0px;
	color:#000000;
	width: 100px;
	height: 40px;
	margin: 0px;
	display:inline-block;
	position:absolute;
	z-index: 100;
	font-weight: bold;
	font-size:22px;
	text-align: center;
	
}

.spstagel:before {
  content: "STAGE";
}

.spblock {
	
	background: #c5c5c5;
	border-style: solid;
	border-width: 0px;
	border-color: #c5c5c5;
	width: 44px;
	height: 44px;

	display:inline-block;
	position:absolute;
	z-index: 2;
}

.hidelegend {
	
	color:#ffffff;
	
}

.seat:hover {
	
	background: #e88f39;
	
}

.sprowlegend {
	
	background: #ffffff;
	border-style: none;

	width: 24px;
	height: 24px;
	margin: 1px;
	display:inline-block;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
	
}

.spcollegend {
	
	background: #ffffff;
	border-style: none;

	width: 20px;
	height: 20px;
	margin: 1px;
	display:inline-block;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	vertical-align: text-bottom;

	
}

.spblank {
	
	background: #ffffff;
	border-style: none;

	width: 20px;
	height: 20px;
	margin: 1px;
	display:inline-block;
	text-align: center;
	font-size: 10px;
	font-weight: bold;

	
}

.sprow {
	
	height:24px;
	white-space: nowrap;
	
}

.spcolumnlegendrow {
	
	height:24px;
	white-space: nowrap;
	
}

#spmain {
	

	

}

.etron-spchooser-close {
  color: #000;
  float: right;
  font-size: 20px;
  font-weight: bold;
}

.etron-spchooser-close:hover,
.etron-spchooser-close:focus {
  color: #aaaaaa;
  text-decoration: none;
  cursor: pointer;
}

.ticketpickerline:hover {
	
	background:#eaeaea;
	
}


.etrontable {
	
	border-width: 0px 0px 0px 0px !important;
}

#addonsummary {
	
	margin-left: 20px;
}

.etron-info-button {
	
font-size: 22px;
color: #A4A4A4;
cursor:pointer;
	
}

.etron-info-button:hover {
	

color: black;
	
}


.etron-addon-image-cell {
	
	text-align: center;
	
}

.etron-ticket-table-image {
	
transition: .5s;
}

.etron-ticket-table-image:hover {
	
	scale:2;

}

.etron-addon-price {
	
	font-weight:bold;
}

.etron-addon-selector{
	
	border-style: solid;
	border-color: black;
	border-width: 3px;
	font-size: 18px;
	padding: 4px;	
	
	width: 70px;
	min-width: 70px;
	
}

.etron-addon-details-title {
	
	width:50%
	
	
}

.etron-addon-image-title {
	
	width:20%;
	
}


.etron-addon-quantity-title {
	
	width:20%;
	text-align: right;
	
}



@media screen and (max-width: 780px) {

	.etron-addon-selector{
		
		width:50px !important;
		max-width:50px !important;
		
	}
	
	.etron-addon-title {
		
		font-size: 12px;
		line-height: 17px;
		
	}
	
	.etron-addon-details-title {
		
		width:50%
		
		
	}
	
	.etron-addon-image-title {
		
		width:20%;
		
	}
	
	
	.etron-addon-quantity-title {
		
		width:30%;
		text-align: right;
		
	}
	
}	

#etron-advanced-search-holder {

	display:nones;
	
}	

#etron-toggles-holder {
	
	margin-top:10px;
	margin-bottom:10px;
	display: grid;
	grid-template-columns: 16.5% 16.5% 16.5% 16.5% 16.5% 16.5%;

}


@media screen and (max-width: 780px) {
   #etron-toggles-holder {
	  display: block ;
   }
   .etron-toggle-group-header {
   min-height: 0px;
   display:none;

   }

}


#etron-advanced-search {

}

#etron-advanced-search-button {
  font-size: 16px;
   line-height: 22px; 
   font-family: sans-serif;
  font-weight: bold;
	margin-top:10px;
	margin-bottom:10px;
	cursor: pointer;

}



.etron-toggle-group {

}

.etron-toggle-group-header {
min-height: 20px;
  font-size: 14px;
   line-height: 20px; 
   font-family: sans-serif;
  font-weight: bold;
}

.etron-toggle-container {

}

.etron-toggle-checkbox {

	vertical-align: middle;

}

.etron-toggle-label {

	vertical-align: middle;
	font-size: 12px;
	   line-height: 14px; 
	   font-family: sans-serif;


}




.etron_voucher_reminder {
	
	margin-top:10px;
	margin-bottom:10px;
	
	
}

.etronbuttondisabled {
	
	cursor:not-allowed ;
	opacity:.3;
	
}

.etroncustdata {
	display:none;
	cursor:pointer;
	
}

#donationdeclarationholder {
	
	margin-top:10px;
	font-size:14px;	
	
}

#declarationagreement {
	
	float: left;
	font-size: 20px;
	padding-top: 20px;
	margin-top: 4px;
	margin-right: 10px;
	transform: scale(1.5);
	
}

.pinalert {
	
	color: rgb(255, 28, 28);
	font-weight: bold;
	
}

#pinagreementholder {
	
	margin-top:10px;
	font-size:14px;	
	
}

#pinagreement {
	
	float: left;
	font-size: 20px;
	padding-top: 20px;
	margin-top: 4px;
	margin-right: 10px;
	transform: scale(1.5);
	
}

.etrondeclarationimage {
	
	width:100px;
	float:right;
	margin: 15px;
	
}

.etronsalesp {
	
	margin-top:10px;
	margin-bottom:10px;
	
}

.etronsalestable {
	
	margin-top:10px;
	margin-bottom:10px;

	
}

.etronsalesrrow {
	font-size: 12px;
	border-collapse:collapse;
	cursor: pointer;
}

.etronsalesrow:hover td {
	background: #e9e9e9;
}


.etroncustomertable {
	
	margin-top:10px;
	margin-bottom:10px;

	
}

.etroncustomerrow {
	font-size: 12px;
	border-collapse:collapse;
	cursor: pointer;
}




.etroncustomerrow:hover td {
	background: #e9e9e9;
}

.etronpromorow {
	font-size: 11px;
	border-collapse:collapse;
	cursor: pointer;
	background: #dfdfdf;

}

.etronpromorow:hover td {
	background: #323232;
	color: #ffffff;
}


.etron_account_notice {
	
	margin-bottom:20px;
	
}

.etron_user_email {
	
	font-weight: bold;
}

.etron_ticketchooser_logout_button {
	
	font-weight: bold;
	cursor: pointer;
	
}

.etron_ticketchooser_login_button {
	
	font-weight: bold;
	cursor: pointer;
	
}

.etron_basket_logout_button {
	
	font-weight: bold;
	cursor: pointer;
	
}

.etron_basket_login_button {
	
	font-weight: bold;
	cursor: pointer;
	
}

.etron_checkout_logout_button {
	
	font-weight: bold;
	cursor: pointer;
	
}

.etron_checkout_login_button {
	
	font-weight: bold;
	cursor: pointer;
	
}

.etron-tooltip {

position: relative;

display: inline-block;


}

.etron-tooltip .etron-tooltiptext {

visibility: hidden;

width: 200px;

background-color: black;

color: #fff;

font-size: 12px;
line-height: 16px;
border-radius: 6px;

padding: 10px;

/* Position the etron-tooltip */

position: absolute;
top: -30px;
right: 80px;
z-index: 1;
white-space: normal;
}

.etron-tooltip:hover .etron-tooltiptext {

visibility: visible;

}

.etron-tooltip:hover .etron-tooltiptext {

visibility: visible;

}

.etron-clear {
	
	max-width:20px;
	cursor: pointer;
	
}

.etron_sort_icon {
	
	
}

.etron_sort_icon:hover {
	
	opacity:1 !important;
}

.etron_checkout_title {
	
	width:200px;
	display: inline-block;
}

.etrontimeselect {
    border:1px solid #000000;
    padding: 10px;
 font-size: 18px;
   -moz-appearance: none;
  -webkit-appearance: none;
}

.MultiCheckBox {
    border:1px solid #e2e2e2;
    padding: 5px;
    border-radius:4px;
    cursor:pointer;
}


.MultiCheckBoxDetail {
    display:none;
    position:absolute;
    border:1px solid #000000;
    overflow-y:hidden;
    padding:7px;
	min-width: 230px; background: #ffffff; z-index: 9999999; 
}

.MultiCheckBoxDetailBody {
    overflow-y:scroll;
}

.MultiCheckBoxDetail .cont  {
    clear:both;
    overflow: hidden;
    padding: 2px;
}

.MultiCheckBoxDetail .cont:hover  {
    background-color:#cfcfcf;
}

.MultiCheckBoxDetailBody > div > div {
    float:left;

}

.MultiCheckBoxDetailHeader {
    overflow:hidden;
    position:relative;
    height: 28px;
    background-color:#3d3d3d;
}

.MultiCheckBoxDetailHeader>input {
    position: absolute;
    top: 4px;
    left: 3px;
}

.MultiCheckBoxTerm {
	
	padding-right:10px;
	padding-left:5px;
	font-size: small;
	
}

.sidebartitle { 
   font-size: 20px;
   line-height: 22px; 
   font-family: sans-serif;
   font-weight: bold;
   margin-bottom:10px;
}

.etronsidebaritem {
   font-size: 18px;
   line-height: 22px; 
   font-family: sans-serif;

}

.etronheaderitem {
   font-size: 22px;
   line-height: 28px; 
   font-family: sans-serif;
  font-weight: bold;
}
.etronheaderprice {
float: left;
   font-size: 22px;
   line-height: 28px; 
   font-family: sans-serif;
  font-weight: bold;
}

.etronthumbnail {
	
	max-width:100%;
}

.etron-ticket-table {
	table-layout: fixed;
	width:100%;
}

.etron-ticket-table-type {
	
	text-align: left;
}

.etron-ticket-table-price {
	
	text-align: left;
}

.etron-ticket-table-quantity {
	
	text-align: right;
}

.etron-alert {
	
    color: #444;


    outline: 0;
    background: #ececec;
    border: 1px solid #ccd0d4;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    padding: 1px 12px;
    border-left-color: #d01f6c;
    margin: 5px 0 15px;

	
}

.etron-event-title {
   font-size: 60px;
   margin-bottom: 10px;
   line-height: 60px; 
   font-family: sans-serif;
  font-weight: bold;
}

.etron-description {
   font-family: sans-serif;
   font-size: 20px;
   line-height: 1.8em !important;
   margin-bottom: 30px;
}

.etron-column {
  float: left;
  padding: 0px;
}

.etron-left {
  width: 65%;
}

.etron-right {
  width: 35%;
}

.etron-danger {
    border-style: solid !important;
    border-color: #c70a0a !important;
    border-width: 3px !important;
	background: #F7D3DA;
    font-size: 18px;
    padding: 4px;
    min-width: 200px;
}

@media screen and (max-width: 780px) {
   .etron-column {
      width: 100%;
   }
}

#eventcontainer {
	
	max-width:70%;
	margin-left:15%;
	margin-right:15%;
	margin-top:20px;
	
	
}

@media screen and (max-width: 780px) {
#eventcontainer {
	
	max-width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:10px;
	
	
}
}

#etron-where-options{
	
	margin-top:40px;
	
}


#etron-when-options{
	
	margin-top:40px;
	
}


#etron-login-button{
	
	cursor: pointer;
	
}

.etron-basket-button{
	
	cursor: pointer;
	
}

.etron-filter-option-off {
	
	margin-left:30px;
	
	
}

.etron-cal-column {
  float: left;
  padding: 0px;
}



@media screen and (max-width: 780px) {
   .etron-cal-column {
      width: 100% !important;
   }
}

.etron-filter-option-on {
	
	margin-left:30px;

	
}

.etron-smallprint {
	
	font-size: small;
	color: #959595;
	
}

.etron-select {
	-webkit-appearance: none;
	border-style: solid;
	border-color: black;
	border-width: 3px;
	font-size: 18px;
	padding: 4px;	
	min-width: 100px;
		
}

@media screen and (max-width: 780px) {
   .etron-select {
      width: 100% !important;
      margin-top: 10px;
   }
}

.etron-location {
	
	border-style: solid;
	border-color: #adadad;
	border-width: 1px;
	background: #e6e6e6;
	color: #626262;
	font-size: 20px;
	padding: 12px;	
	min-width: 400px;
		
}

.etron-cross {
	
	color:#b5b5b5;
	font-size: 20px;
	
	
}

.etron-cross :hover {
	
	color:#000000;
	transform: scale(1.2);
	transition-duration: 0.4s;
	
	
}
	
.etron-header-message {
	
	float:right;
	font-size:24px; 
	vertical-align: bottom; 
	margin-top: 16px;
}	

@media screen and (max-width: 780px) {
	.etron-header-message {
		display: block;
		float:none;
		font-size:24px; 
		vertical-align: bottom; 
		margin-top: 25px;
	}	
}


@media screen and (max-width: 780px) {
	#etron-search-results {
	
		font-size: 22px;
	
	}
	
	#etron-filter-title {
	
		display:none;
	
	}

}

.etron-input {
	
	border-style: solid;
	border-color: black;
	border-width: 3px;
	font-size: 18px;
	padding: 10px;	
	min-width: 300px;
		
}


.etron-input-sm {
	
	border-style: solid;
	border-color: black;
	border-width: 2px;
	font-size: 14px;
	padding: 5px;	
	min-width: 150px;
		
}

.etron-filter-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-right: 5px;
    vertical-align: top;

}

.etron-cal-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-right: 5px;
    vertical-align: top;

}

.etrontabable {
	
	
}

.etrontabable:focus {
  background-color: #cacaca;
}

@media screen and (max-width: 780px) {
   .etron-cal-column {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  margin-top: 20px;
  margin-bottom: 12px;
  margin-right: 5px;
  vertical-align: top;
  width: 100%;
   }
}

#etronmyfiltersholder {
	font-family: sans-serif;
	font-size: 18px;

	margin-bottom: 10px;
	
}

.etronfiltercrumb {
	
	margin-left:15px;

}

.etroncross {
	
	cursor: pointer;
}

.etron-filter-text {
	
  cursor: pointer;
  font-size: 22px;	
  font-weight: bold;
	
}

.etron-radio-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-right: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.etron-radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: white;
  border-color:  #b5b5b5;
  border-style: solid;
  border-radius: 50%;
}


.etron-radio-checkmark-checked {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  border-color:  #b5b5b5;
  border-style: solid;
  border-radius: 50%;
}

.etron-radio-checkmark-dot {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 18px;
  width: 18px;
  border-color:  white;
  border-style: solid;
  border-radius: 50%;
}

.etron-radio-container:hover  .etron-radio-checkmark {
  background-color: #ccc;
}





.etron-cal-month {
	color: black;
	font-weight: bold;
	
}

.etron-today {
	
    border-style: solid;
    border-radius: 10px;

	
}

.etron-cal-year {
	color:  #b5b5b5;
	font-weight: bold;
	
}

.etron-calholder {
	display:none;
	position: absolute;
	padding: 20px 10px 10px 10px;
	width:400px;
	min-height:400px;
	background: white;
	border: 1px solid #c5c5c5;
	z-index: 20;

}

.etron-cal {
	
	width:400px;
}


.etron-month {

  width: 100%;
  background: white;
  text-align: center;
}


.etron-month ul {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
      
}

.etron-month ul li {

  font-size: 20px;
  
}


.etron-month .prev {
  padding-left: 10px;
  float: left;
  font-weight: bold;
  cursor: pointer;

}


.etron-month .next {
	padding-right: 10px;
	float: right;
	font-weight: bold; 
	cursor: pointer;	
}


.etron-weekdays {
  padding: 5px 0px;
  background: white;
  margin: 0px;
}

.etron-weekdays li {
  list-style-type: none;
  display: inline-block;
  width: 48px;
  text-align: center;
  margin-bottom: 0px;
  font-size:12px;
  color: #c8c8c8;
  padding: 0px;
}


.etron-days {
  padding: 5px 0px;
  background: white;
  margin: 0px;
}

.etron-days li {
  list-style-type: none;
  display: inline-block;
  width: 48px;
  text-align: center;
  margin-bottom: 5px;
  font-size:16px;
  color: #c8c8c8;
  padding: 5px;
}

.etronhasperf {
	
	font-weight: 900;
	color: #777 !important;
	cursor: pointer;
	
}

.etron-day-selectable {



	
}

.etron-day-selected {

background: #d6d6d6;
  color: #ffffff !important;
  border-radius:5px;
	
}

.etron-day:hover {
	
background-color: #b5b5b5 !important;

	
}

.etron-day-selectable:hover {
	
background-color: #dbdbdb;
border-radius:5px;	
	
}


.ee_h2 {

margin-bottom:2px;	
	
}



hr.etron-hr {
  border: 2px solid black;
  margin-top: 20px;
  margin-bottom: 30px;
}

hr.etron-hr-third {
  border: 6px solid black;
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 120px;
}

hr.etron-archive-hr {
  border: 4px solid #d7d7d7;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 110px;
}

#etron-results-header {
	
	font-size: 40px;
	font-family: sans-serif;
	font-weight: bold;
	margin-bottom: 30px;
	min-height: 50px;
}

#etron-results-view {
	font-size: 20px;
	float:right;
	font-family: sans-serif;
	font-weight: bold;
}

.etron-archive-title {
	margin-top: 20px;
	margin-bottom: 40px;	
	font-size: 60px;
	font-family: sans-serif;
	font-weight: bold;
}	


.etron-nearby-title-container {
	margin-top:30px;
	padding:40px 0px 0px 0px;

	font-size:32px;
	font-weight: bold;
	font-family: sans-serif;

	
}

.etron-nearby-container {
	margin-top:0px;
	padding:40px 0px 0px 0px;

	display: grid;
	grid-template-columns: 33% 33% 33%;

	
}

.etron-related-title-container {
	margin-top:20px;
	margin-bottom:10px;	
	padding:10px 0px 0px 0px;
	font-size:30px;
	font-weight: 700;
	font-family: sans-serif;

	
}

.etron-related-container {
	margin-top:0px;
	padding:0px;

	display: grid;
	grid-template-columns: 33% 33% 33%;

	
}


.etron-archive-container {
	
	display: grid;
	grid-template-columns: 33% 33% 33%;
	margin-top: 10px;
	
}

.etron-archive-item-venues {
	
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 29px;
	
}

.etron-archive-item-dates {
	
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 29px;
	
}

.etron-archive-item-meta {
	
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 29px;
	
}


.etron-nearby-item {

	padding:15px;	
	
}

.etron-related-item {

	padding:15px;
  
	
	
}

.etron-subtitle {
	
	font-size: 24px;
	font-family: sans-serif;
	font-weight: bold;

	
	
}

.etron_venue_map_container {

    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray; 	
	
}

.etron-link {
	
	font-weight: bold;
	text-decoration: underline;
}

.etron-link :hover {
	
	font-weight: bold;
	text-decoration: underline;

}

.etron-info-icon {
	
	margin-left:10px;
}

.etron-info-label {
	
	margin-left: 20px;
	margin-bottom: 35px;
	font-family: sans-serif;
	font-size: 20px;
	
}

.etron-detail-block {
	
	margin-left: 35px;
	font-size: 14px;
	
}

.etron-archive-item {

	padding:15px;
	transition: transform .2s;	  
	
	
}

@media screen and (max-width: 780px) {
   .etron-nearby-container {
	  grid-template-columns: unset;
   }

   .etron-related-container {
	  grid-template-columns: unset;
   }
}

.etron-archive-item:hover {

  background: white;
  border: #bfbfbf;
  border-style: solid;
  border-width: 1px;

}

.etron-archive-item-title {
	
	margin-top: 25px;
	margin-bottom: 10px;	
	font-size: 24px;
	font-family: sans-serif;
	font-weight: bold;

}

.etron-distance {
	
	margin-bottom: 10px;	
	font-size: 18px;
	font-family: sans-serif;
	color: #848484;
	
}

.etron-archive-item-title > a {
	

}

.etron-archive-item-book {
	
	margin-top: 10px;
	margin-bottom: 10px;	
	font-size: 24px;
	font-family: sans-serif;
	font-weight: bold;

	
}

.etron-archive-item-book > a {
	

	
}

.etron-filter {

	margin-top: 30px;
	margin-bottom: 30px;	
	font-size: 30px;
	font-family: sans-serif;
	font-weight: bold;    
}

#etron-filter-bar {

	margin-top: 10px;
	margin-bottom: 30px;	
 
}

.etron-perf-column {
  float: left;
  padding: 12px;

  height: 120px;
  max-height: 120px; 
}

.etron-perf-column-one {
  width: 40%; 
}

.etron-perf-column-two {
  width: 20%;
}

.etron-perf-column-twothree {
  width: 40%;
}


.etron-perf-column-three {
  width: 20%;
}


.etron-perf-column-four {
  width: 20%;
  text-align: right;
  vertical-align: bottom;
}



.etron-perf-access-item {

	font-size: smaller;
	color: #3f3f3f;	

	
}

.etron-perf-date {
	font-family: sans-serif;	
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;	
}

.etron-perf-venuename {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 18px;
	margin-bottom: : 5px;	
}

.etron-perf-price {
	font-family: sans-serif;
	font-size: 18px;	
	margin-bottom: : 5px;	
}

.etron-perf-time {	
	font-family: sans-serif;
	font-size: 18px;	
	margin-bottom: : 5px;
}

.etron-perf-access {
	font-family: sans-serif;
	font-weight: bold;	
}

.etron-perf-venueaddress {
	
	font-family: sans-serif;
	font-size: smaller;
	color: #666666;
	line-height: 18px;	

	
}

.etron-perf-row:after {
  content: "";
  display: table;
  clear: both;
}

.etron-perf-venuemaplink {
	
	font-family: sans-serif;
	font-size: smaller;
	color: #666666;
	line-height: 18px;	

	
}

.etron-perf-venuemaplink>a {	
	font-family: sans-serif;
	color:  !important;

}

.etron-perf-accessitems {
	font-family: sans-serif;	
	font-size: smaller;
	color: #666666;
	line-height: 18px;
}



#etron-event-detail-block {
	
	padding-left: 6%;
	
}


/* Clear floats after the columns */
.etron-row:after {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 10px;
}

.etron-perf-row {
	margin-top: 20px;
	padding-bottom: 0px;
	border-bottom: black;
	border-bottom-style: solid;
	border-bottom-width: 4px;
background: rgba(256, 256, 256, 0.2);	

}



/


.etron-social-icon {
	
	margin-bottom: 10px;
	
}

#etron-social-block {

	text-align: right;
	
}

#etron-title-block {
	
}

#etron-event-content-block {
	
}

#etron-event-content {
	
}

#etron-event-details {
	
}




.etron-event-detail {
	
}

.etron-perf-venueimage {
	
	
	
}



.etron-button {


  padding: 12px;
  text-align: center;
  text-decoration: none;
  display: inline;
  font-size: 16px;
  font-weight: bold;
  transition-duration: 0.4s;
  cursor: pointer; 
  }

.etron-button:hover {

	  background-color: white; 
  color: black;

}

.etron-button-sm {


  padding: 6px;
  text-align: center;
  text-decoration: none;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  transition-duration: 0.4s;
  cursor: pointer; 
  }

.etron-button-sm:hover {
  background-color: white; 
  color: black;

}

.etron-button-book {

  padding: 16px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  transition-duration: 0.4s;
  cursor: pointer; 
  }
  


.etron-button-book:hover {
  background-color: white; 
  color: black;
}

.etron-button-tickets {


  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  transition-duration: 0.4s;
  cursor: pointer;
  }
  


.etron-button-tickets:hover {
  background-color: white; 

  color: black;
}  


.etron_complete_payment_button {
	

  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  transition-duration: 0.4s;
  cursor: pointer;
  width: 100%;
	
	
}

.etron_complete_payment_button:hover {
  background-color: white; 

  color: black;
}  


.etron-qsection-button {


  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  transition-duration: 0.4s;
  cursor: pointer;
  width: 100%;
  background-color: black; 
	color: white;
	border-color: black;
	border-radius: 10px;
	border-width: 1px;
  }
  


.etron-qsection-button:hover {
  background-color: white; 
  color: black;
}  


.etron-pay-button {


  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  transition-duration: 0.4s;
  cursor: pointer;
  width: 100%;
  }
  


.etron-pay-button:hover {
  background-color: white; 
  color: black;
}  

#etron-event-image {
	
	margin-bottom: 40px;
	
}

.etron-tix-eventimage {
	
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width:80px; 
}


.etron-tix-venueimage {
	
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width:70px; 
}

.etron-video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.etron-video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#etron-quote-block {
	
	margin-top: 20px;
	margin-bottom: 20px;
	
}

.etron-quote {
		
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 7px;
	font-family: sans-serif;
	line-height: 35px;
	
}

.etron-quote-source {
	
	
	
}


.etron-modal {
  display: none; 
  position: fixed; 
  z-index: 10000000;
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.8);
}


.etron-splash {
  display: none; 
  position: fixed; 
  z-index: 20000000;
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
}


.etron-splash-content {

  margin: auto;
  border: 0px; 
  width: 750px;
  min-width: 750px;
  min-height: 600px;
  border-style: none;

}

.etron-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  border: 1px solid #888;
  width: 740px;
  min-width: 740px;
  min-height:600px;
  border: black;
  border-style: solid;
  border-width: 1px;

}


.etron-close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.etron-close:hover,
.etron-close:focus {
  color: #aaaaaa;
  text-decoration: none;
  cursor: pointer;
}

.etron-splash-close {
  color: #fff;
  float: right;
  margin-right:20px;
  font-size: 28px;
  font-weight: bold;
}

.etron-splash-close:hover,
.etron-splash-close:focus {
  color: #aaaaaa;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 780px) {

.etron-tix-venueimage {
	
	display: none;
	
	}

.etron-tix-eventimage {
	
	display: none;
	
	}
	
.etron-archive-container {
	
	display: grid;
	grid-template-columns: auto;
	margin-top: 10px;
	
}	

.etron-modal {

  padding-top: 20px; 

}

.etron-modal-content {

	padding: 10px;
	width: 100%;
	border-width: 3px;
	min-width: 300px;

}

.etron-splash {

  padding-top: 0px; 

}

.etron-splash-content {


  width: 95%;
  min-width: 300px;  

}

#etron-results-view {
	font-size: 20px;
	float: none;
	font-family: sans-serif;
	font-weight: bold;
	margin-top: 20px;
}
	  
	.etron-perf-column {
	    width: 100%;
	    height: auto;
	}

	.etron-column {
	    width: 100%;
	}
	  
	.etron-social-icon { 
		 float:left;
	}  
	
	.etron-perf-venueimage {
	
		display: none;
	
		}
		  
	#etron-event-detail-block {
			
		padding-left: 0px;
		margin-bottom: 20px;
		margin-top: 20px;	
			
	}
	
	#etron-social-block {
	
		margin-top: 20px;
		
	}
	
	.etron-button-tickets {
		 
		 width:100%
		  
	}  
	
	.etron-button-book {
		 
		 width:100%
		  
	} 
	

}
