/* front indicator */
.front-indicator {
	margin: 15px 32px 15px 127px;
	background-color: #e50b43;
	color: #FEFEFE;
	text-align: center;
	padding: 3px;
	border-radius: 5px;
}

/* container width */
div.seatCharts-container {
	width:100%;
	padding: 5px;
}
/* named row width*/
.seatCharts-row > div.seatCharts-cell:first-of-type {
  width:100px;
}

div.seatCharts-seat.available {
	background-color: #8EB077;
}

div.seatCharts-seat.available.first-class {
	background-color: #DDBA4F;
}

div.seatCharts-seat.available.sideseat-class {
	background-color: #DDBA4F;
}

div.seatCharts-seat.focused {
	background-color: #56793F;
}
div.seatCharts-seat.selected {
	background-color: #EA9887;
}
div.seatCharts-seat.unavailable {
  background-color: #999999;
	cursor: not-allowed;
}
div.seatCharts-seat.disabled {
	background-color: #3A78C3;
}

div.seatCharts-seat.reserved {
  background-color: #DD672E;
}
