﻿body
{
	
}

/* Layout */
#lay_container 
{
	width: 960px;
	margin: 0 auto;
}

#lay_header
{
	height: 100px;
}

#lay_header_ext
{
}


#lay_primary {
	float: left;
}

#lay_content {
	float: left;
	width: 100%;
}

#lay_footer 
{
	clear: both;
	text-align:right;
}

#lay_menu
{
}

.lay_formLeft
{
}

.lay_formRight
{
}

.lay_formLayout
{
	width: 100%;
}

br
{
	clear: left;
}

.ErrorMessages
{
	color: Red;
	height: 20px;
}

/*MODAL POPUP*/

.confirm-dialog { 
    background: url(../Images/box.png) no-repeat left top; 
    width: 330px;padding-top: 14px; 
    position: absolute; z-index:-3;
}
.confirm-dialog .inner { 
    padding-right: 20px;padding-left: 20px; width:700px;
    padding-bottom: 11px;background: url(../Images/box.png) no-repeat left bottom; 
    float: left;margin: 0px 0px -20px 0px;width: 290px;padding-top: 0px;
} 
.confirm-dialog .base { 
    border-top: #ddd 1px solid;background: url(../Images/base.png) no-repeat left bottom; 
    padding-bottom: 4px;margin-left: -11px;margin-right: -11px; 
    padding-top: 4px;text-align: center;
}
.confirm-dialog H2 { 
    font-weight: bold;font-size: 1.25em;color: #f60;text-align: center;
} 
.confirm-dialog input { 
    width:50px;
}     
.close { 
    display: block;background: url(../Images/close.png) no-repeat 0px 0px; 
    left: -5px;width: 26px;text-indent: -1000em;position: absolute; 
    top: -7px;height: 26px; 
}   
/*FIN MODAL POPUP*/     

/*MODAL POPUP PERSNALIZADO*/
.modalBackground {
    background-color:Gray; filter:alpha(opacity=70);opacity:0.7;
}    
.modalTextBoxError 
{
	display:block;
    background-color:Gray; filter:alpha(opacity=70);opacity:0.7;
	font-weight:bold; 
	color:Green;
    border: none; 
    width:300px; 
    overflow:auto; 
    resize:none; 
    height:80px;
    background-color:Transparent;
}
.Modal_textbox300 
{
	display:block;
	height: 23px;
	width:90%;
	outline: none;
	border-style:solid; 
	border-color:#6cbefd; 
	border-width: 1px; 
	background-color:Transparent;
	color: black;	
	text-indent: 5px;
	vertical-align:top;
}

.Modal_Command_Buttons
{
    border-radius: 15px;
    color: Black;
    background-color: transparent;
    outline: none;
    border: 1px solid #6cbefd;
    height: 22px;
    font-weight: bold;
    cursor:pointer;
}
/*JQUERY POPUP*/
#divjQueryPopUpPrivacidad { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width:400px;
    min-height: 180px;
}
#divjQueryPopUp { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width:400px;
    min-height: 180px;
}
.b-close{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
}
.b-Modal_textbox 
{
	height: 500px;
	width:500px;
	outline: none;
	border-style:solid; 
	border-color:#6cbefd; 
	border-width: 1px; 
	background-color:Transparent;
	color: black;	
	text-indent: 5px;
	vertical-align:top;
	resize:none;
	text-align:justify;
}
.b-Modal_Command_Buttons
{
    border-radius: 15px;
    color: Black;
    background-color: transparent;
    outline: none;
    border: 1px solid #6cbefd;
    height: 22px;
    font-weight: bold;
    cursor:pointer;
}

.paxMessagesWrapperClass
{
	border-right: 1px dotted gray;
	border-bottom: 1px dotted gray;
	background-color: White;
	margin-bottom: 10px;
	padding: 10px;
}

/* ------------------------------------- eCommerce */
.eCommerceBusqueda
{
	width: 100%;
}

.eCommerceBusquedaTitle
{
	font-size: 18px;
	background-color: #CCCCCC;
	padding: 10px;
	margin-bottom: 0px;
}

.eCommerceBusquedaForm
{
	padding: 10px;
	background-color: #E8E8E8;
	font-size: 15px;
}

.eCommerceBusquedaForm #divBusquedaBoton
{
	float: Right;
}

.eCommerceBusquedaForm #divBusquedaBoton input
{
	font-size: 19px;
	float: right;
	padding: 10px;
	width: 100px;
}

.eCommerceInput
{
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 18px;
	padding: 5px;
}

.eCommerceGeography
{
	width: 400px;
}

.eCommerceDate
{
	width: 150px;
}

.lay_ECommerceSearchWrapper
{
	width: 100%;
	height: 400px;
}

.lay_ECommerceSearchCol1
{
	width: 500px;
	float: left;
}

.lay_ECommerceSearchCol2
{
	float: right;
	width: 450px;
}

div.ui-datepicker{
	font-size:15px;
}

.eCommerceStep1Table
{
	border: 0;
	padding: 15px;
	font-size: 15px;
	border-collapse: collapse;
	margin-bottom: 20px;
	/* background-color: #FDF4EC; */
	border: 1px solid black;
	border-collapse: collapse;
}

.eCommerceStep1TableBorder
{
	border: 1px dotted gray;
}

.eCommerceStep1ColumnHighlight
{
	background-color: #EAEAEA;
}

.eCommerceStep1Titles
{
	font-size: 15px;
	/* font-weight: bold; */
	text-align: center;
	background-color: #CCCCCC;
}

.eCommerceStep1ColumnHighlightHeader
{
	font-weight: bold;
	font-size: 18px;
	background-color: #B9B9B9;
}

.eCommerceStep1Table td {
   text-align: center;
}

.eCommerceStep1Table td 
{
   padding: 5px;
}

.eCommerceStep1ColumnCalidad
{
	width: 200px;
}

.eCommerceStep1ColumnFecha
{
	width: 150px;
}

.eCommerceStep1Importes
{
	/* text-align: right; */
	/* font-weight: bold; */
}

.eCommerceStep1ColumnEmpresas
{
	width: 150px;
	text-align: center;
}

.eCommerceStep1Empresas
{
	/* width: 150px; */
	text-align: center;
	margin-bottom: 5px;
}

.eCommerceStep1LogoEmpresas
{
	width: 120px;
	/* height: 30px; */
}

.eCommerceStep1HeaderIdaVuelta
{
	/* background-color: #E47009;*/
	background-color: #808080;
	color: #FFFFFF;
	border: 1px solid black;
	font-size: 16px;
}

.eCommerceDivInfo
{
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	/* border: 1px dotted gray; */
	text-align: center;
}

.eCommerceSelectableCell
{
	cursor: pointer;
}

.eCommerceSelectableCell:hover
{
	background-color: #FDDFC4;
}

.eCommerceSelectableCellSelected
{
	background-color: #F78F33;
	border: 2px solid black;
	font-weight: bold;
	font-size: 20px;
}

.divStep1Instrucciones
{
	font-size: 18px;
	background-color: #E4F1FC;
	border: 1px dotted #C0C0C0;
	padding: 5px;
}

.eCommerceStep1Botones
{
	font-size: 15px;
}

.eCommerceStep1Botones input
{
	padding: 10px;
}

.eCommerceStep2HoraServicio
{
	font-size: 18px;
	font-weight: bold;
}

.eCommerceStep2FechaServicio
{
	font-size: 12px;
	font-weight: lighter;
}

.eCommerceStep2Importes
{
	font-size: 18px;
	font-weight: bold;
	color: #808080;
}

.eCommerceStep2MuyPronto
{
	font-size: 22px;
	font-weight: bold;
	color: #666666;
}

.eCommerceStep2Table
{
	border: 0;
	padding: 15px;
	font-size: 15px;
	border-collapse: collapse;
	margin-bottom: 20px;
	border: 1px solid black;
	border-collapse: collapse;
	width: 80%;
}

.eCommerceStep2Table td {
   text-align: center;
   padding: 5px;
}

.eCommercePopupButacas
{
	background-color: #EBEBEB;
	padding: 1px;
	width: 100%;
	height: 100%;
}

/* Form Taquilla */
.eCommerceFormTaquillaTableLayout
{
	border: 1px dotted Gray;
	font-family: Arial;
	font-size: 14px;
	width: 100%;
	height: 520px;
}


.eCommerceFormTaquillaColCompra
{
	width: 400px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

/* Fin Form Taquilla */

/* Taquilla */
.eCommerceTaquillaPlaceholder
{
	width: 30px;
	height: 27px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	font-size: 12px;
}

.eCommerceTaquillaPiso
{
	display: inline-block;
	padding: 5px;
	margin-right: 20px;
	text-align: center;
	background-color: #F8F8F8;
	border: 1px dotted #999999;
	height: 495px;
	width: 160px;
}

.eCommerceTableTaquillaPiso
{
	border: 0px;
}

.eCommerceTaquillaWrapper
{
	width: 400px;
	text-align: center;
	min-height: 200px;
	/* border: 1px dotted gray; */
}

.eCommerceTaquillaEstados
{
	width: 30px;
	height: 27px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	font-family: Arial;
	font-size: 14px;
	cursor: default;
}

.eCommerceTaquillaSeleccionable
{
	cursor: pointer;
}

.eCommerceTaquillaEstadoLibre
{
	background: url(../Images/Taquilla/taquilla_Libre.gif) center no-repeat;
}

.eCommerceTaquillaEstadoSeleccionado
{
	background: url(../Images/Taquilla/taquilla_Elegido.gif) center no-repeat;
}


.eCommerceTaquillaEstadoNoDisponible
{
	background: url(../Images/Taquilla/taquilla_NoDisponible.gif) center no-repeat; filter:alpha(opacity=50);opacity:0.5;
	color: Gray;	
}

.eCommerceTaquillaEstadoOcupado
{
	background: url(../Images/Taquilla/taquilla_Ocupado.gif) center no-repeat;
	color: White;
}

.eCommerceTaquillaButacaAsiento
{
/*
	width: 27px;
	height: 29px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*/
}

.eCommerceTaquillaElementoTV
{
	background: url(../Images/Taquilla/taquilla_TV.gif) center no-repeat;
	filter:alpha(opacity=50);opacity:0.5;
}

.eCommerceTaquillaElementoBano
{
	background: url(../Images/Taquilla/taquilla_Toilette.gif) center no-repeat;
	filter:alpha(opacity=50);opacity:0.5;
}

.eCommerceTaquillaElementoTelefono
{
	background: url(../Images/Taquilla/taquilla_Telefono.gif) center no-repeat;
	filter:alpha(opacity=50);opacity:0.5;
}

.eCommerceTaquillaElementoEscaleras
{
	background: url(../Images/Taquilla/taquilla_Escalera.gif) center no-repeat;
	filter:alpha(opacity=50);opacity:0.5;
}

.eCommerceTaquillaElementoPuerta
{
	background: url(../Images/Taquilla/taquilla_Puerta.gif) center no-repeat;
	filter:alpha(opacity=50);opacity:0.5;
}

.eCommerceTaquillaElementoBar
{
	background: url(../Images/Taquilla/taquilla_Bar.gif) center no-repeat;
	filter:alpha(opacity=50);opacity:0.5;
}

.eCommerceTaquillaElementoAuxiliar
{
	background: url(../Images/Taquilla/taquilla_Bar.gif) center no-repeat;
	filter:alpha(opacity=50);opacity:0.5;
}
/* Fin Taquilla */

/* ----------- eCommerceCheckout */

.eCommerceCheckoutWrapper
{
	width: 100%;
    /* min-height: 200px; */
    /* height: 500px; */
    margin: auto;
    padding: 10px;
    overflow: hidden;
}

.eCommerceCheckoutPasajeros
{
	float: left;
	width: 45%;
	overflow: hidden;
	line-height: 25px;
	margin-right: 30px;
}

.eCommerceCheckoutCompra
{
	padding: 10px;
	width:45%;
	overflow:hidden;
	margin-top: 40px;
	background-color: #D7D7D7;
	border: 2px solid black;
	font-size: 15px;
}

.eCommerceCheckoutPasajerosRepeater
{
	padding: 10px;
	margin-bottom: 10px;
	background-color: #F5F5F5;
	border: 1px solid gray;
}

.eCommerceCheckoutBotonCompra
{
	font-size: 25px;
	font-weight: bold;
	padding: 15px;
}

.eCommerceCheckoutLogoEmpresas
{
	width: 100px;
}

.eCommerceWrapperRG3450
{
	border: 1px solid gray;
	background-color: #FFFFCC;
	padding: 5px;
}



/* ----------- Fin eCommerceCheckout */
/* ------------------------------------- Fin eCommerce */