
dy {
	font-family: 'Lato', sans-serif;
}
a {
	color: #b71a4c;
}
.wrapper {
	width: 100%;
	text-align: center;
}
.container {
	margin: 0;
	text-align: left;
}
.banner{
	width: 100%;
	text-align: center;
	background:white;
	height:79px;
	position:fixed;
	margin: 0;
	border-bottom: 1px solid #adadad;
	top: 0;
	display:flex;
}
.banner-main {
	width:75%
}
.banner-right {
	width:25%
	flex:1;
	background-color:#FB6604;
	padding:10px 10px 10px;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 12px;
}

iframe {
  display: block; /* iframes are inline by default */
  width: 100vw; /* Occupy 100% of the viewport width */
  height: 100vh; /* Occupy 100% of the viewport height (for fullscreen) */
  border: none;
}

div.seatCharts-legend {
	padding-left: 32px;
	padding-right: 32px;
	width:15%;
	font-size: 12px;
	border-right: 1px dotted #adadad;
}
ul.seatCharts-legendList {
	padding-left: 0px;
	display:flex;
	flex-wrap: wrap;
}
li.seatCharts-legendItem {
	padding-left: 10px;
}
span.seatCharts-legendDescription {
	margin-left: 5px;
	line-height: 30px;
}
.checkout-button {
	display: block;
	margin: 10px 0;
	font-size: 14px;
}
.reset-button {
	display: block;
	margin: 10px 0;
	font-size: 14px;
}
#selected-seats {
	max-height: 90px;
	overflow-y: scroll;
	overflow-x: none;
	width: 290px;
	display: flex;
	flex-wrap: wrap;
}

#selected-seats li {
	display: flex;
}

#payee-details {
	padding-left: 32px;
	max-width:200px;
}
#payee-details form fieldset{
	background-color:skyblue;
}
#payee-details form fieldset label {
	margin-top: 5px;
	margin-bottom: 5px;
}
#payee-details form fieldset input {
	margin-top: 5px;
	margin-bottom: 5px;
}
.content {
	margin-top:90px;
	top:90px;
	padding:32px;
}
.special {
	padding: 32px;
	text-align: center;
}

.booking-details {
	text-align: left;
	margin: 0;
	/*margin-left: 35px; */
	/*padding-left: 35px; */
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 12px;
	position: fixed;
	top:80px;
	height: 290px;
	background:white;
	width:100%;
	display:flex;
	border-bottom: 1px dotted #adadad;
}
.booking-details h2 {
	margin: 25px 0 20px 0;
	font-size: 17px;
}
.booking-details h3 {
	margin: 5px 5px 0 0;
	font-size: 14px;
}
#booking-box {
	padding-left: 32px;
	max-height: 250px;
	overflow-y: scroll;
	overflow-x: none;
	width:350px;
}

.front-indicator {
	margin: 10px 32px;
	background-color: #f6f6f6;	
	color: #adadad;
	text-align: center;
	padding: 3px;
	border-radius: 5px;
}

div.seatCharts-cell {
	color: #182C4E;
	height: 25px;
	width: 25px;
	line-height: 25px;
	
}
div.seatCharts-seat {
	color: #FFFFFF;
	cursor: pointer;	
}
div.seatCharts-row {
	height: 35px;
}
div.seatCharts-seat.available {
	background-color: #B9DEA0;

}
div.seatCharts-seat.available.clergy-class {
/* 	background: url(vip.png); */
	background-color: salmon;
}
div.seatCharts-seat.available.donor-class {
/* 	background: url(vip.png); */
	background-color: brown;
}
div.seatCharts-seat.available.premier-class {
/* 	background: url(vip.png); */
	background-color: #3a78c3;
}
div.seatCharts-seat.available.reg-class {
/* 	background: url(vip.png); */
	background-color: purple;
}
div.seatCharts-seat.available.balcony {
/* 	background: url(vip.png); */
	background-color: orange;
}
div.seatCharts-seat.focused {
	background-color: #76B474;
}
div.seatCharts-seat.selected {
	background-color: #E6CAC4;
}
div.seatCharts-seat.unavailable {
	background-color: #472B34;
}
div.seatCharts-container {
	/*
	border-right: 1px dotted #adadad;
	width: 930px;
	min-width:970px;
	*/
	margin:390px auto 0;
	min-width:1300px;
	padding: 20px;
	float: left;
}

