
a {
	color: #b71a4c;
}
.front-indicator {
	width: 75%;
	margin: 0 auto;
	margin-bottom: 25px;
	background-color: #f6f6f6;	
	color: #adadad;
	text-align: center;
	padding: 3px;
	border-radius: 5px;
}
.wrapper {
	width: 100%;
	text-align: center;
}
.container {
	margin: 0 auto;
	width: 350px !important;
	text-align: left;
}
.booking-details {
	float: left;
	text-align: left;
	position: relative;
	
}
.booking-details h2 {
	margin: 25px 0 20px 0;
}
.booking-details h3 {
	margin: 5px 5px 0 0;
}
div.seatCharts-cell {
	color: #182C4E;
	height: 18px;
	width: 18px;
	line-height: 18px;
	
}
div.seatCharts-seat {
	color: #FFFFFF;
	cursor: pointer;	
}
div.seatCharts-row {
	height: 25px;
}
div.seatCharts-seat.available {
	background-color: #B9DEA0;

}
div.seatCharts-seat.available.men-class {
/* 	background: url(vip.png); */
	background-color: #ded3a0;
}
div.seatCharts-seat.available.women-class {
	/* 	background: url(vip.png); */
		background-color: #d6dea0;
	}
div.seatCharts-seat.focused {
	background-color: #76B474;
}
div.seatCharts-seat.selected {
	background-color: #76B474;
}
div.seatCharts-seat.unavailable {
	background-color: #000000;
}
div.seatCharts-container {
	/* width: 200px; */
	padding: 10px;
	float: left;
}
div.seatCharts-legend {
	padding-left: 0px;
	font-size: 13px;
}
ul.seatCharts-legendList {
	padding-left: 0px;
}
span.seatCharts-legendDescription {
	margin-left: 5px;

}
#selected-seats {
	overflow-y: scroll;
	overflow-x: none;
}
.alert-tempat{
	margin-left: 10px !important;
	width: calc(100% - 20px) !important;
}