div.seatCharts-cell {

	height: 16px;
	width: 16px;
	margin: 3px;
	float: left;
	text-align: center;
	outline: none;
	font-size: 13px;
	line-height: 16px;
	color: blue;

}

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: aqua;
}

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

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

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

ul.seatCharts-legendList {
	list-style: none;
}

li.seatCharts-legendItem {
	margin-top: 10px;
	line-height: 2;
}

.front-indicator {
	width: 95%;
	margin: 5px 32px 15px 32px;
	background-color: #f6f6f6;
	color: #adadad;
	text-align: center;
	padding: 3px;
	border-radius: 5px;
	font-size: 20px;
}

.booking-details {
	float: left;
	text-align: left;
	margin-left: 35px;
	font-size: 12px;
	position: relative;
	height: 560px;
}

.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: 15px;
	width: 15px;
	font-size: 9px;
	line-height: 15px;
	margin: 2px;
}

div.seatCharts-seat {
	color: #FFFFFF;
	cursor: pointer;
}

div.seatCharts-row {
	height: 19px;
}

div.seatCharts-seat.available {
	background-color: #B9DEA0;

}

div.seatCharts-seat.available.floor-class {
	background-color: #A62349;
}

div.seatCharts-seat.available.mezzanine-class {
	background-color: #C55300;
}

div.seatCharts-seat.available.balcony-class {
	background-color: #FF9551;
}
div.seatCharts-seat.available.accesible-class {
	background-color: #2a7edd;
}

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;

	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: 200px;
	overflow-y: scroll;
	overflow-x: none;
	width: 170px;
}

.seat-container{
	margin-bottom: 25px;
  display: inline-block;
}


@media only screen and (max-width: 768px) {
	div.seatCharts-cell {
		height: 11px;
		width: 7px;
		margin: 2px;
	}

	div.seatCharts-container {
		border-right: none;
		padding: 0;
		width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
	}
	.front-indicator {
    width: 100%;
    margin: 0;
		margin-bottom: 15px;
	}
}