
div.seatCharts-cell {

	height: 35px;
	width: 30px;
	margin: 3px;
	float: left;
	text-align: center;
	outline: none;
	font-size: 13px;
	line-height:16px;
	color: blue;
	padding: 5px;
}
div.seatCharts-seat {
	background-color: green;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: default;

}
div.seatCharts-seat:focus {
	border: none;
}
/*
.seatCharts-seat:focus {
	outline: none;
}
*/

div.seatCharts-space {
	background-color: white;
}
div.seatCharts-row {
	height: 50px;
}

div.seatCharts-row:after {
	clear: both;
}

div.seatCharts-seat.selected {
	background-color: #FF8500;
}

div.seatCharts-seat.focused {
	background-color: #757575;
}

div.seatCharts-seat.available {
	background-color: green;
}

div.seatCharts-seat.unavailable {
	background-color: #e53935;
	cursor: not-allowed;
}

ul.seatCharts-legendList {
	list-style: none;
}
li.seatCharts-legendItem {
	margin-top: 10px;
	line-height: 2;
}

/*custom*/

.front-indicator {
	width: 90%;
	margin: 5px 32px 15px 32px;
	background-color: #bdbdbd;	
	color: #616161;
	text-align: center;
	padding: 3px;
	border-radius: 5px;
}

/*.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-container {
	border-right: 1px dotted #adadad;
	/*width: 350px;*/
	padding: 20px;
	float: left;
}
div.seatCharts-legend {
	padding-left: 0px;
	/*position: absolute;*/
	bottom: 16px;
}
ul.seatCharts-legendList {
	padding-left: 0px;
}
span.seatCharts-legendDescription {
	margin-left: 5px;
	line-height: 50px;
}
.checkout-button {
	display: block;
	margin: 10px 0;
	font-size: 14px;
}
#selected-seats {
	/*max-height: 90px;*/
	overflow-y: none;
	overflow-x: none;
	width: 170px;
}

div.seatCharts-seat.available.business-class {
/* 	background: url(vip.png); */
	background-color: #1e88e5;
}

div.seatCharts-seat.business-locked {
	background-color: #1e88e5;
	cursor: not-allowed;
}

div.seatCharts-seat.available.economy-class {
/* 	background: url(vip.png); */
	background-color: #2e7d32;
}

div.seatCharts-seat.economy-locked {
	background-color: #2e7d32;
	cursor: not-allowed;
}

div.seatCharts-seat.available.first-class {
/* 	background: url(vip.png); */
	background-color: #673ab7;
}

div.seatCharts-seat.first-locked {
	background-color: #673ab7;
	cursor: not-allowed;
}

.wrapper {
	width: 100%;
	text-align: center;
}