﻿@charset "UTF-8";
@import url("../fuentes/stylesheet.css");


body {
    margin: 0px;
    padding: 0px;
    font-family: Segoe UI, Verdana;
    color: #2e6e9e;
    font-size: .8em;
}

select {
    font-family: Arial;
    border: 1px solid #2e6e9e;
    background-color: #F3F3F3;
    color: #2e6e9e;
    height: 18px;
}

    select:focus {
        outline: 0;
    }



input[type=text] {
    font-family: Segoe UI, Verdana;
    
    border: 1px solid #2e6e9e;
    border-radius: 0px;
    -moz-border-radius: 0px; /* Firefox */
    -webkit-border-radius: 0px; /* Safari y Chrome */
    background-color: #FFFFFF;
    color: #2e6e9e;
    padding: 2px 3px 4px 3px;
    margin: 0px;
    height: 17px;
}

    input[type=text]:focus {
        outline: 0;
    }

input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label:before {
    font-size: 1.3em;
    vertical-align: top;
    content: "";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);  
    color: #FFF;
    text-align: center;
    line-height: 15px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-color: #2e6e9e;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    border-radius: 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari y Chrome */
}

input[type=checkbox]:checked + label:before {
    content: "\2713";
}

#divContenedor {
    width: 980px;
    padding: 10px;
    border: 0px solid #000000;
}

.formStep1 h2 {
    margin-top: 0px;
}

.formStep1 h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.formStep2 h2 {
    margin-top: 8px;
    margin-bottom: 5px;
}

.formStep2 h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.step1column1 {
    display: inline-block;
    vertical-align: top;
}

.step1column2 {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #2e6e9e;
    padding-left: 10px;
    margin-left: 10px;
    width: 282px;
}

.step1column3 {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #2e6e9e;
    padding-left: 10px;
    margin-left: 10px;
    width: 272px;
}

.divBotonNextStep1 {
    width: 100%;
    clear: both;
    margin-top: 8px;
}

.boton {
    margin: 0px;
    width: auto;
    padding: 10px 15px;
    background: #2e6e9e;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.boton:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}

.boton:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #356094;
    border: solid 1px #2A4E77;
}
.boton:focus {
        outline: 0;
    }

.divBotonNextStep3 {
    width: 100%;
    clear: both;
}

.fichaReservaIzqStep3 {
    display: inline-block;
    vertical-align: top;
    width: 533px;
    min-height: 200px;
    padding: 5px;
    border: 1px solid #2e6e9e;
}

hr {
    background-color: #2e6e9e;
    height: 1px;
    border: none;
}

.contenedorFichaResumen {
    display: inline-block;
    vertical-align: top;
    width: 405px;
    margin-left: 10px;
    margin-bottom: 5px;
    padding: 10px;
    background-color: #2e6e9e;
}

.fichaResumen {
    background-color: #FFFFFF;
    width: 395px;
    float: left;
    padding: 5px;
}


.divContenedorReserva {
    min-height: 210px;
    margin-bottom: 5px;
    background-color: #FFFFFF;
}

.divImagenVehiculoStep2 {
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}

.divImagenVehiculoStep2 img {
    width: 180px;
    margin: auto;
}

ul.vacio {
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    display: inline-block;
    width: 175px;
}

.vacio li {
    clear: both;
}

.formularioDatosPersonales {
    margin-top: 5px;
    clear: both;
}

.formularioDatosPersonales input[type=text] {
    width: 200px;
}

.ui-datepicker {
    width: 15em;
}

.ui-widget-content {
    background-image: none;
}

.ui-widget {
    font-size: .8em;
}

.tblPreciosStep3 {
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
    width: 100%;
}

.tblPreciosStep3 tr {
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
}

.tblPreciosStep3 td {
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
}

.noVisible {
    display: none;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.resumenDatosCol1 {
    padding: 5px;
    width: 30%;
    min-width: 150px;
    text-align: right;
    background-color: #2e6e9e;
    font-weight: bold;
    color: #FFF;
}

.resumenDatosCol2 {
    padding: 5px;
    width: auto;
    text-align: left;
    background-color: #EEE;
}

.noWrap {
    white-space: nowrap;
}

.trPrecioDescuento {
    background-color: #EEE;
}

.trPrecioDescuento td {
    color: #0e8600;
    padding: 5px;
}
.trPrecioReserva {
    background-color: #DDD;
}

.trPrecioReserva td {
    padding: 5px;
}

.trPrecioPendiente {
    background-color: #2e6e9e;
    color: #FFF;
}

.trPrecioPendiente td {
    padding: 5px;
    color: #FFF;
}

.trPrecioPendiente h3 {
    color: #FFF;
}

.imgVehiculo {
    max-width: 160px;
    max-height: 102px;
}

.clearBoth {
    clear: both;
}

.imgPrintBooking {
    border: none;
}

a:focus {
    outline: 0;
}

.ddlDropOff {
    margin-top: 10px;
}
.time-box {
    margin-top: 4px;
}
.step3FormColumn1 {
    float: left;
    clear: left;
    padding-right: 15px;
    margin-top: 5px;
}

.step3FormColumn2 {
    float: left;
    margin-top: 5px;
}

.contenedorExtrasEquipamientos table {
    width: 100%;
}
.contenedorExtrasEquipamientos td {
    height: 20px;
}

.contenedorExtrasSeguros td {
    height: 20px;
}

.tblTipoVehiculo td {
    height: 24px;
}

.iconCarDetails {
    height: 16px;
}

.tableCarDetails {
    border: 0;
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.tableCarDetails tr {
    padding: 0px;
    margin: 0px;
    height: 20px;
}

.tableCarDetails td {
    padding: 0;
    margin: 0;
    height: 24px;
}

.textarea:focus {
    outline: 0;
}

.textarea {
    font-family: Segoe UI, Verdana;
    font-size: .8em;
    border: 1px solid #2e6e9e;
    border-radius: 0px;
    -moz-border-radius: 0px; /* Firefox */
    -webkit-border-radius: 0px; /* Safari y Chrome */
    background-color: #FFFFFF;
    color: #2e6e9e;
    padding: 3px;
    margin: 0px;
    vertical-align: top;
    width: 423px;
    height: 48px;
}

.tblDatosStep3 {
    width: 100%;
    border: 1px solid #333;
    margin-bottom: 10px;
}
.divDialogDatosStep3 {
    padding: 10px !important;

}
.calendar {

}
a.aMap {
    cursor: pointer;
    height: 24px;
    color: transparent; /* hides the link text */

    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;

    background: url(/images/map_marker-24-blue.png) no-repeat center center;
    background-size: 16px 16px;
}
a.aMap:hover {
    background: url(/images/map_marker-24-dark-blue.png) no-repeat center center;
    background-size: 16px 16px;
}
.tblRentalLocations {
    width: 100%;
}
.tblRentalLocations th {
    text-align: left;
    width: 50%;
}
.tblRentalLocations td {
vertical-align: top;
}


/* NUEVAS CLASES */
.calendarContainer {
    display: inline-block; 
    vertical-align: top;
}

/* NUEVAS CLASES CSS RESPONSIVE */
@media only screen and (max-width : 1024px) {
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #divContenedor {
        width: 95%;
        max-width: 768px;
        padding: 0;
        margin: 0 auto;
        border: 0;
    }
    .step1column1 {
        padding: 0;
        margin: 1ex 0 0 0;
        width: 100%;
        border: 0 !important;
    }
    .step1column2 {
        padding: 0;
        margin: 1ex 0 0 0;
        width: 100%;
        border: 0 !important;
    }
    .step1column3 {
        padding: 0;
        margin: 1ex 0 0 0;
        width: 100%;
        border: 0 !important;
    }
    .calendarContainer {
        width: 100%;
    }
    .ui-datepicker {
        width: 100%;
    }
    .ui-datepicker td span, .ui-datepicker td a {
        height: 6ex;
    }


    /* STEP 2*/
    .contenedorFichaResumen {
        margin: 0;
        padding: 0;
        border: 0;
        width: 99%;
    }
    .fichaReservaIzqStep3 {
        border: 0 !important;
        width: 100%;
        padding: 0;
    }
    .formularioDatosPersonales input[type=text] {
        width: 98%;
    }
    .step3FormColumn1 {
        width: 100%;
        padding: 0;
    }
    .step3FormColumn2 {
        width: 100%;
    }
    .fichaResumen {
        width: 100%;
    }
    .textarea {
        width: 98%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
        
}