/* CSS for Venue Layouts */


/* SEAT SELECTOR - Legend Section */

/* Seat Selector Legend - Current Selection */

/* Seat Selector Legend - Seats Code */

/* Seat Selector Legend - Venue Image */



/* SEAT SELECTOR - Main Section */
.container.venue {display: flex !important; flex-wrap: wrap;}

.container.venue > h4 {position: absolute;}
.container.venue > h4+a {position: absolute; margin-top: 50px !important;}

.BOTPickYourSeatsSection {
	font-size: 14px;
	font-weight: bold;
	float: left;
	clear: none;
	width: auto;
	padding-right: 0;
	padding-left: 0;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 110px;
	color: #000;
}

.wng-section-label {
	color: #161616;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #999;
	border: 1px solid #B1B1B1;
}

.BOTPickYourSeatsRow {
	height: 35px;
	margin: 0;
	width: 100%;
	border: 1px solid #B1B1B1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #999;
}

.wng-row-label {
	font-size: 10px;
	text-align: center;
	width: 25px;
	margin: 2px 0 0;
	padding: 0;
	clear: both;
	position: absolute;
	left: 0;
}

.BOTPickYourSeatsSeat {
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0.03em;
	padding: 0;
	height: inherit;
	margin: 0;
	position: relative;
	display: flex;
}

.BOTPickYourSeatsSeat:last-child {margin-right: 5px;}
.BOTPickYourSeatsSeat:first-of-type {margin-left: 28px;}

.wng-seat {
	width: 21px;
	text-align: center;
	font-weight: bold;
	height: 33px;
	margin: 0 1px 0 0;
	border: 1px solid #444;
	border-radius: 4px;
	font-size: 10px;
	background-color: #c3b2a0;
	position: relative;
}

.wng-seat-label {
	height: 33px;
	width: 21px;
	text-align: center;
	line-height: 14px;
	position: absolute;
}

.wng-seat-label input[type="checkbox"] {display: initial;}



/* Venue Section Order */
.container.venue .order-left-1 {order: -1;}
.container.venue .order-left-2 {order: -2;}
.container.venue .order-left-3 {order: -3;}
.container.venue .order-left-4 {order: -4;}
.container.venue .order-left-5 {order: -5;}
.container.venue .order-left-6 {order: -6;}
.container.venue .order-left-7 {order: -7;}
.container.venue .order-left-8 {order: -8;}
.container.venue .order-left-9 {order: -9;}
.container.venue .order-left-10 {order: -10;}

.container.venue .order-right-1 {order: 1;}
.container.venue .order-right-2 {order: 2;}
.container.venue .order-right-3 {order: 3;}
.container.venue .order-right-4 {order: 4;}
.container.venue .order-right-5 {order: 5;}
.container.venue .order-right-6 {order: 6;}
.container.venue .order-right-7 {order: 7;}
.container.venue .order-right-8 {order: 8;}
.container.venue .order-right-9 {order: 9;}
.container.venue .order-right-10 {order: 10;}



/* Venue Seat Section Alignment */
.right-aligned .BOTPickYourSeatsRow {justify-content: flex-end;}
.left-aligned  .BOTPickYourSeatsRow {justify-content: flex-start;}



/* Venue Special Seatings */
.BOTSeatBreak {visibility: hidden; display: flex;}

.BOTPickYourSeatsSeat.wng-aisle-seat .wng-seat {border-color: #FFF;}

.wng-seat-WC {
	background: url(../images/wc.png) no-repeat center center;
	background-color: #A9A9A9;
}

.wng-seat-WCC {
	background: url(../images/wcc.png) no-repeat center center;
	background-color: #A9A9A9;
}

.wng-seat-WCWCC {
	background: url(../images/wcwcc.png) no-repeat center center;
	background-color: #A9A9A9;
}



/* Venue Legend Section */
.BOTPickYourSeatsLegend {
	order: -2;
	flex: 0 1 100%;
	display: flex;
	flex-direction: row;
	padding: 7px;
	background-color: #777;
}

a+.BOTPickYourSeatsLegend {margin-top: 110px;}

.BOTPickYourSeatsLegend ~ .BOTPickYourSeatsSection {
	flex: 0 0 auto;
	margin-top: 40px;
}

.BOTPickYourSeatsLegend > div {
	flex: 1;
	color: #000;
	max-width: 33.33%;
}

.BOTPickYourSeatsLegend .BOTCurrentSeats {
	padding: 10px;
	background-color: #BBB;
	font-size: 11px;
	line-height: 14px;
}

.BOTPickYourSeatsLegend .BOTCurrentSeats div:first-child {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
}

.BOTPickYourSeatsLegend .BOTCurrentSeats div:not(:first-child) {
	margin: 3px 0;
	text-transform: uppercase;
}


.BOTPickYourSeatsLegend .BOTSeatsCode {
	padding: 10px 15px 20px;
	background-color: #A3A3A3;
	font-size: 11px;
	line-height: 14px;
}

.BOTPickYourSeatsLegend .BOTSeatsCode > div:first-child {
	font-weight: 700;
	margin-bottom: 10px;
}

.BOTPickYourSeatsLegend .BOTSeatsCode > div+div {
	font-size: 12px;
	column-count: 2;
	margin-bottom: -20px;
}

.BOTPickYourSeatsLegend .BOTSeatsCode > div+div > div {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 6px;
	margin-bottom: 9px;
	page-break-inside: avoid;
}

.BOTPickYourSeatsLegend .BOTSeatsCode .BOTSeat {
	height: 31px;
	margin-right: 5px;
	margin-top: -9px;
	padding-top: 0;
}

.BOTPickYourSeatsLegend .BOTSeatsCode .BOTPickYourSeatsSeat {margin: 0;}

.BOTPickYourSeatsLegend .BOTVenueImage {
	display: flex;
	justify-content: center;
	align-items: center;
}

.BOTPickYourSeatsLegend .BOTVenueImage img {
	max-height: 160px;
	max-width: 240px;
}



/* Venue - 2nd Layout Option */
.container.venue > .width-100 a+.BOTPickYourSeatsLegend {margin-top: 20px;}

div.main .container.venue .flex {flex-wrap: wrap;}

.container.venue > .width-100 ~ div.flex .BOTPickYourSeatsSection {margin-top: 40px;}

.container.venue > .width-100 div.flex .BOTPickYourSeatsSection {margin-top: 40px;}














/* FORM fix - "Save Seats" button */


