.checkout-button
{
	display: block;
	margin: 10px 0;
	font-size: 14px;
}
span.seatCharts-legendDescription
{
	margin-left: 2px;
	margin-right: 2px;
	line-height: 30px;
}
div.seatCharts-legend
{
	padding-right: 0px;
	padding-left: 0px; /*position: absolute; */
	bottom: 16px;
}
div.seatCharts-container
{
	width: 99%;
	float: left;
	outline: 0;
}

div.seatCharts-cell
{
	height: 24px;
	width: 24px;
	margin: 3px;
	float: left;
	text-align: center;
	outline: none;
	font-size: 13px;
	line-height: 24px;
	color: #182C4E;
	font-size: 10px;
}
div.seatCharts-seat
{
	background-color: green;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
div.seatCharts-seat:focus
{
	border: none;
}
/*
.seatCharts-seat:focus {
	outline: none;
}
*/

div.seatCharts-space
{
	background-color: white;
}
div.seatCharts-row
{
	height: 30px;
}

div.seatCharts-row:after
{
	clear: both;
}

div.seatCharts-seat.selected
{
	background-color: #76B474;
	text-decoration: underline;
	font-weight: bold;
	font-size: 9px;
	width: 28px;
	margin-right: 1.5px;
	margin-left: 0.5px;
}

div.seatCharts-seat.focused
{
	background-color: #76B474;
	width: 28px;
	margin-right: 1.5px;
	margin-left: 0.5px;
	font-size: 9px;
}

div.seatCharts-seat.available
{
	background-color: #B9DEA0;
}

div.seatCharts-seat.unavailable
{
	background-color: #472B34;
	cursor: not-allowed;
}

div.seatCharts-seat.available-hide
{
	background-color: White;
	border: 1px solid black;
	color: Black;
}

div.seatCharts-seat.palco
{
	background-color: Black;
	height: 24px;
    width: 24px;
    border-radius: 5px;
    margin: 3px;
    cursor: not-allowed;
}

div.seatCharts-seat.pne
{
	background-color: #5DBCD2;
	height: 24px;
    width: 24px;
    border-radius: 5px;
    margin: 3px;
    cursor: not-allowed;
}

div.seatCharts-seat.outros
{
	background-color: Gray;
	height: 24px;
    width: 24px;
    border-radius: 5px;
    margin: 3px;
    cursor: not-allowed;
}

div.seatCharts-seat.unavailable-for-dontShow
{
	background-color: #CCCBB4;
	opacity: 0.2;
	cursor: not-allowed;
}

div.seatCharts-seat.unavailable-for-dontShow-unavailable
{
	background-color: #CCCBB4;
	opacity: 0.2;
	cursor: not-allowed;
}

ul.seatCharts-legendList
{
	list-style: none;
	margin-bottom: 0px;
}
li.seatCharts-legendItem
{
	margin-top: 0px;
	line-height: 2;
	padding-left: 0px;
	padding-right: 0px;
}
.front-indicator
{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #f6f6f6;
	color: #adadad;
	text-align: center;
	padding: 3px;
	border-radius: 5px;
}
.front-indicator-modal
{
	width: 98%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #f6f6f6;
	color: #adadad;
	text-align: center;
	padding: 3px;
	border-radius: 5px;
}
.booking-details
{
	width: 97%;
	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;
}
#selected-seats
{
	max-height: 90px; /*width: 300px;*/
}
#myModalSeats .modal-open .modal
{
	overflow-x: hidden;
	overflow-y: hidden;
}
#myModalSeats .modal-dialog
{
	position: relative;
	width: auto;
	margin: 0px;
}

@media screen and (max-width: 768px)
{
	li.seatCharts-legendItem
	{
		font-size: 10px;
	}
	li.seatCharts-legendItem > div.seatCharts-cell
	{
		width: 20px;
		height: 20px;
		margin: 5px;
	}
}
