body {
	font-family: 'Lato', sans-serif;
}
a {
	color: #b71a4c;
}
.front-indicator {
	width: 145px;
	margin: 5px 32px 15px 32px;
	background-color: #f6f6f6;	
	color: #adadad;
	text-align: center;
	padding: 3px;
	border-radius: 5px;
}
.booking-details {
	float: left;
	text-align: left;
	margin-left: 5px;
	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: 150px;
	width: 200px;
	line-height: 4px;
	
}
div.seatCharts-seat {
	color: #FFFFFF;
	cursor: pointer;	
}
div.seatCharts-row {
	height: 95px;
}
div.seatCharts-seat.available {
	background-color: #B9DEA0;

}
div.seatCharts-seat.available.atype-class {
/* 	background: 空室; */
	background-color: #3a78c3;
}
div.seatCharts-seat.available.btype-class {
	/* 	background:  等待入室中; */
	background-color: #19a85a;
}
div.seatCharts-seat.available.ctype-class {
	/* 	background: 休息中; */
	background-color: #adadad;
}
div.seatCharts-seat.available.dtype-class {
	/* 	background: 宿泊; */
	background-color:#182C4E;
}
div.seatCharts-seat.available.etype-class {
	/* 	background: 清扫; */
	background-color: #472B34;
}
div.seatCharts-seat.available.ftype-class {
	/* 	background: 延长中; */
	background-color:#b71a4c;
}
div.seatCharts-seat.available.gtype-class {
	/* 	background: 预约中; */
	background-color: rebeccapurple;
}
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: 100%;
	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: 30px;
}
.checkout-button {
	display: block;
	margin: 10px 0;
	font-size: 14px;
}
#selected-seats {
	max-height: 90px;
	overflow-y: scroll;
	overflow-x: none;
	width: 170px;
}
