
body {
	font-family: 'Roboto', sans-serif;
 overflow-x: hidden;
}
a {
	color: #b71a4c;
}
.front-indicator {
	width: 245px;
	margin: 5px 32px 15px 32px;
	background-color: #cccccc;	
	color: #adadad;
	text-align: center;
	padding: 3px;
	border-radius: 5px;
}
.wrapper {
	text-align: center;
  	margin-top:150px;
  	
  	margin: 0 auto;
  	
}
.container {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	
}
.booking-details {
	float: left;
	text-align: left;
	margin-left: 35px;
	font-size: 12px;
	position: relative;
	height: 401px;
}
.booking-details h2 {
	margin: 25px 0 20px 0;
	font-size: 17px;
}
.booking-details h3 {
	margin: 5px 5px 0 0;
	font-size: 14px;
}
div.seatCharts-cell {
	color: #182C4E;
	height: 25px; /*stoel hoogte en breedte*/
	width: 25px;
	line-height: 25px;
	font-size:10px;
	
}
div.seatCharts-seat {
	color: #FFFFFF;
	cursor: pointer;
}
div.seatCharts-row {
	height: 35px; /*rij hoogte*/
}
div.seatCharts-seat.available {
	background-color: #B9DEA0;font-size:0pt;

}
div.seatCharts-seat.available.first-class {
/* 	background: url(vip.png); */
	background-color: #3a78c3; font-size:0pt;
}


div.seatCharts-seat.available.DarkGreen {
	background-color: DarkGreen; font-size:0pt;
}
div.seatCharts-seat.available.DarkBlue {
	background-color: DarkBlue; font-size:0pt;
}
div.seatCharts-seat.available.OrangeRed {
	background-color: OrangeRed; font-size:0pt;
}
div.seatCharts-seat.available.Red {
	background-color: Red; font-size:0pt;
}
div.seatCharts-seat.available.DeepPink {
	background-color: DeepPink; font-size:0pt;
}
div.seatCharts-seat.available.DarkKhaki {
	background-color: DarkKhaki; font-size:0pt;
}
div.seatCharts-seat.available.DimGray {
	background-color: DimGray; font-size:0pt;
}
div.seatCharts-seat.available.MediumOrchid {
	background-color: MediumOrchid; font-size:0pt;
}
div.seatCharts-seat.available.SaddleBrown {
	background-color: SaddleBrown; font-size:0pt;
}




div.seatCharts-seat.focused {
	background-color: #76B474;font-size:0pt;
}
div.seatCharts-seat.selected {
	background-color: #E6CAC4;
}
div.seatCharts-seat.unavailable {
	background-color: #472B34;;font-size:0pt;
}
div.seatCharts-container {
	width: 100%;
	padding: 20px;
}
div.seatCharts-legend {
	padding-left: 0px;
	
	bottom: 16px;
}
ul.seatCharts-legendList {
	padding-left: 0px; 
}
span.seatCharts-legendDescription {
	margin-left: 3px;
	line-height: 30px;
}
.checkout-button {
	display: block;
	margin: 10px 0;
	font-size: 14px;
}
#selected-seats {
	max-height: auto;
	overflow-y: scroll;
	overflow-x: none;
	width: 100%;
}
