/*
 * Todos los comentarios fueron realizados por Muchticket
*/
.front-indicator {
/*	width: 145px; */ /* Comentando esto hace que el escenario siempre esté centrado en el contenedor */
	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: 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;
}
div.seatCharts-seat {
	color: #FFFFFF;
	cursor: pointer;
}
div.seatCharts-row {
	height: 1px; /* El espacio entre cada fila */
}
div.seatCharts-cell {

	height: 12px;
	width: 12px;
	margin: 1px;
	float: left;
	text-align: center;
	outline: none;
	font-size: 13px;
	line-height:25px;
	color: #182C4E;

}
div.seatCharts-seat {
	background-color: #4CAF50;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: default;
}
div.seatCharts-seat.available {
	background-color: #4CAF50;
}
div.seatCharts-seat.available.first-class {
	background-color: #3a78c3;
}
div.seatCharts-seat.available.discapacidad {
	background-color: #3a78c3;
}
div.seatCharts-seat.unavailable {
	background-color: #4CAF50;
}
div.seatCharts-seat.occupied {
    background-color: #F44336;
}
div.seatCharts-seat.focused {
	background-color: #009688;
}
div.seatCharts-seat.selected {
	background-color: #795548;
}
div.seatCharts-container {
/*	border-right: 1px dotted #adadad; */ /* Borde punteado */
	width: auto; /* Ancho del contenedor de las butacas */
	padding: 0px;
	float: right;
}
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;
}

.btn-discap {
	background-color: #3a78c3;
	font-weight: bold;
	color: #fff;
}

input:required:invalid {
    border: 1px solid red;
}

input:required:valid {
    border: 1px solid green;
}
.jumbotron {
    padding-top: 18px !important;
    padding-bottom: 38px !important;
}

html.select-active { cursor: crosshair; }
#save { float:right; }
#volver { float:right; }
#agregar-entrada { float:right; }

#editor_footer {
    background-color: #333;
    margin-top: 50px;
    padding-top: 25px;
	padding-bottom: 25px;
	color: #9d9d9d;
	position:absolute;
	width: 100%;
}
.options-botones {
	margin-top: 70px;
}
