                
body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:0px;
    padding:0px;
    color:#666;
}
a{
    text-decoration:none;
    cursor: pointer;
}

#carForm label  {
    float:left;
    display:block;
    width:175px;
    text-align:right;
    margin-right:10px;
}
#carForm div {

}

input[type=file]{
    float:left;
}



.header {
    background:url(/images/admin/logo.gif) no-repeat 35px 35px;
    position:relative;

    height:140px;

}
.login {
    float:right;
    margin: 20px;

}
/*.login a {
    float:right;
    display: block;
    width:80px;
    padding: 5px;
    background-color: #439ae0;
    color: #FFF;

}*/
.login .userName {
    margin-top:5px;
    display: block;
    text-align: right;


}

.menu {
    position:absolute;
    width:100%;
    bottom:0px;
    background-color: #439ae0;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    display: block;
    float: left;
    padding: 10px 15px;
}
.menu a.active {
    background-color: #2476b5;
    font-weight: bold;

}
.content {
    padding:40px;
}



.table {
    width: 100%;
    cursor:default;
    max-width: 900px;
    margin: auto;
    padding-top: 10px;
}

.table .col {
    float:left;
    position: relative;
}
.table td.col {
    float:none;
    position: relative;
}

.table .tableHeaders {
    background-color: #EAEAEA;
    font-weight:bold;
    text-transform:uppercase;
    font-size:11px;
}
.table .row {
    position:relative;
    padding:10px;
    /* border-bottom:1px solid #CCC;*/
    text-align:center;
}
.table tr.row {
    height: 40px;
}
.table .row input {
    /*
    position:absolute;
    right:6px;
    top:6px;
    */
    float: right;
    /* margin-right: 5px;*/
}
.table .row:hover,  .table .row.impar:hover {
    border:2px solid #1a75ce;
    background-color:#e5f3ff;
    color:#333;
}
.table .row .descripcion {
    font-family: "Helvetica";
    font-size: 13px;
    background-color: #F2F2F2;
    color: #999;
    padding: 5px;
    border: 1px solid #CCC;
    min-height: 48px;
    overflow: hidden;
    position: relative;
}

.table .row:hover .descripcion,  .table .row.impar:hover .descripcion {
    background-color: white;
    color: black;
}

.table .row.tableHeaders:hover {
    border:none;
    border-bottom:1px solid #CCC;
    background-color:#EAEAEA;
    font-size:11px;
    color: #666;

}

.table .row.unavailable {
    opacity:0.5;
}
.table .row.webPriceList {
    background-color: aliceblue ;
}
.table .row.vipPriceList {
    background-color: lightyellow;
}
.table .row input[type=text] {
    width: 80%;
    margin-left: 10%;
}


/*---- Tabla de ocupacion -----*/

.table.stock {
    width: 400px;
    float:left;
    padding: 1px;
    margin: 10px;
    height:547px;
}
.table.stock .row.tableHeaders {
    font-size: 9px;
    background-color: #1a75ce;
    color: #FFF;
}
.table.stock .row.tableHeaders td {
    padding: 0px;
}

.table.stock .row.tableHeaders:hover {
    font-size: 9px;
}
.table.stock .row.values {
    /*  background: url(/images/admin/stock/bkgRow.gif) repeat-y 45px top;*/
}
.table.stock .row.values:hover {
    /*background: #F2F9FF url(/images/admin/stock/bkgRowOver.gif)  repeat-y 45px top;*/
}
.table.stock  tr.row{
    height: auto;
}
.table .row.impar {
    background-color: #F7FBDA;
}
.table .row .cajaOculta td {
    border-top: 1px solid #CCC;
    padding: 10px;
    background-color: #fbfbf1 ;
    text-shadow: 1px 1px 0px white;
}




.table.stock .date {
    padding: 5px 10px;

    float: left;
    font-weight: bold;
    background-color: #f17c00;
    color: #FFF;
}

.button,
button {
    background-color:#439ae0;
    padding: 10px;
    color:#FFF;
    margin:10px;
    margin-right: 0px;
    display:block;
    float:right;
    font-weight:normal;
    border: 0px;
    font-family: Arial;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}
input.button{
    font-size: 11px;
    margin: 0px;

}
.button:hover{
    background-color: #2476b5;

}
input.button:hover{
    background-color: #2476b5;

}

select option[selected=selected]{

    color:#FFF;
    display: block;
    font-weight: bold;
    background-color: #439ae0;

}

.groupPriceMonths {
    width: 350px;
    float: right;
    margin:20px 0px;
}
.groupPriceMonths a {
    float:left;
    margin:1px;
    font-size: 11px;
    font-weight: normal;
}






/*---------- Wrap -------------*/
.wrap:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
#wrap:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
* html .wrap {
    height:1%;
}
.wrap {
    display:block;
}
.wrap {
    display:inline-block;
}
.wrap {
    display:block;
}
.loginAdmin{
    position: fixed;
    width:300px;
    height:200px;


    padding: 15px;
    margin-left:-150px;
    margin-top: -100px;
    left:50%;
    top:50%;

}
.loginAdmin .boxForm{
    background-color: #fafafa;
    border: 1px solid #EAEAEA;
    padding: 20px 20px;
}
.loginAdmin  .boxForm input{
    width:150px;
    float: left;
    margin-bottom: 5px;
}

.loginAdmin form label{
    width:75px;
    float: left;
    color:#000;
    text-align: right;
    margin-right: 10px;
}

.order {
    color: #439ae0;
}


.order.active i {
    background: url(/images/admin/arrowsOrder.gif) left top;
    width: 8px;
    height: 7px;

    display: inline-block;
    margin-left: 5px;
}
.order.active.ASC i {
    background: url(/images/admin/arrowsOrder.gif) right top;
}
.pricesMonths {
    padding: 40px;
    width: 600px;
    height:450px;
    margin:auto;

}
.pricesMonths a {
    float: left;
    display: block;
    width: 23%;
    height: 33%;
    background-color: #f3f3f3;
    border: 1px solid #FFF;
}
.pricesMonths a b {
    display: block;
    padding-top: 45%;

    color: #439ae0;
    font-size: 18px;
    text-align: center;
}
.pricesMonths a:hover {
    background-color: #439ae0;
}
.pricesMonths a:hover b {
    color: #FFF;
}

.calendarIco {
    float: left;
    background: url(/images/admin/buttons/expressCalendarIco.gif) left top;
    width: 24px;
    height:24px;
    margin-right: 10px;
}
.expressCalendar {
    position: absolute;
    z-index: 100;
    padding: 10px;
    padding-top: 0px;
    border: 2px solid #439ae0;
    top: 30px;
    /*left: -210px;*/
}
.expressCalendar .bkg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    left: 0px;
    top: 0px;
}
.expressCalendar .closeBtn {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    background: url(/images/admin/buttons/close.gif) no-repeat center center;
    right: 0px;
    top:0px;
    z-index: 200;
}
.done {
    display: block;
    width: 22px;
    height: 22px;
    background: url(/images/icons/done.gif) no-repeat right top;
    cursor: pointer;
    margin: auto;
}
.done.no {
    background-position: left top;
}

.button.edit,
.button.delete {
    margin: 0px;
}


.button.edit {

    background: url(/images/buttons/editIconsOrange.png) left top;
    width: 37px;
    height: 37px;
    font-size: 0px;
    padding: 0px;
    margin-right: 0px;
}
.button.edit:hover {
    background-color: transparent;
    background-position: left -38px;
}

.button.delete {
    background: url(/images/buttons/editIconsOrange.png) -37px top;
    width: 37px;
    height: 37px;
    font-size: 0px;
    padding: 0px;
    margin-right: 0px;
}
.button.delete:hover {
    background-color: transparent;
    background-position: -37px -38px;
}
.button.vehicle {
    background: url(/images/buttons/editIconsOrange.png) -74px top;
    width: 37px;
    height: 37px;
    font-size: 0px;
    padding: 0px;
    margin-right: 0px;
}
.button.vehicle:hover {
    background-color: transparent;
    background-position: -74px -38px;
}
.button.done {
    background: url(/images/buttons/editIconsOrange.png) -111px top;
    width: 37px;
    height: 37px;
    font-size: 0px;
    padding: 0px;
    margin-right: 0px;
}
.button.done:hover {
    background-color: transparent;
    background-position: -111px -38px;
}
.button.removeVehicle {
    background: url(/images/buttons/editIconsOrange.png) -148px top;
    width: 37px;
    height: 37px;
    font-size: 0px;
    padding: 0px;
    margin-right: 0px;
}
.button.removeVehicle:hover {
    background-color: transparent;
    background-position: -148px -38px;
}
.button.conductor {

    background: url(/images/buttons/editIconsOrange.png) -183px top;
    width: 37px;
    height: 37px;
    font-size: 0px;
    padding: 0px;
    margin-right: 0px;
}
.button.conductor:hover {
    background-color: transparent;
    background-position: -183px -38px;
}
.button.contrato {
    background: url(/images/buttons/editIconsOrange.png) -218px top;
    width: 37px;
    height: 37px;
    font-size: 0px;
    padding: 0px;
    margin-right: 0px;
}
.button.contrato:hover {
    background-color: transparent;
    background-position: -218px -38px;
}

.button.ver {
    background: url(/images/buttons/editIconsOrange.png) -255px top;
    width: 37px;
    height: 37px;
    font-size: 0px;
    padding: 0px;
    margin-right: 0px;
}
.verMas {
    background-color: #777;
    color: white;
    padding: 2px 5px;
    font-weight: bold;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 12px;
    border-bottom: 1px solid #333;
    text-shadow: 0px -1px 0px #333;

}

.tituloTareaModificacion {
    font-weight: normal;
    color: #439ae0;
    margin-top: 30px;
}

.filaTareaModificacion {
    border-radius: 5px; 
    padding: 10px;
}
.filaTareaModificacion:nth-child(2n){
    background-color: #f2f2f2;
}

.campoTareaModificacion {
    margin: 0px;
    font-weight: normal;
}

.valor {
    font-weight: bold;
    margin-top: 5px;
    font-size: 14px;
}

.valor.anterior {
    color: crimson;
}
.valor.nuevo {
    color: green;
}


/******/

.wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    margin: 50vh auto 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.switch_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*max-width: 200px;*/
    /*min-width: 200px;*/
    /*height: 200px;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* Switch 1 Specific Styles Start */

.box_1{
    background: #eee;
}

input[type="checkbox"].switch_1{
    font-size: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 3.5em;
    height: 1.5em;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked{
    background: #0ebeff;
}

input[type="checkbox"].switch_1:after{
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
    box-shadow: 0 0 .25em rgba(0,0,0,.3);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after{
    left: calc(100% - 1.5em);
}

/* Switch 1 Specific Style End */


/* Switch 2 Specific Style Start */

.box_2{
    background: #666;
}

input[type="checkbox"].switch_2{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100px;
    height: 8px;
    background: #444;
    border-radius: 5px;
    position: relative;
    outline: 0;
    cursor: pointer;
}

input[type="checkbox"].switch_2:before,
input[type="checkbox"].switch_2:after{
    position: absolute;
    content: "";
    -webkit-transition: all .25s;
    transition: all .25s;
}

input[type="checkbox"].switch_2:before{
    width: 40px;
    height: 40px;
    background: #ccc;
    border: 5px solid #666;
    border-radius: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

input[type="checkbox"].switch_2:after{
    width: 30px;
    height: 30px;
    background: #666;
    border-radius: 50%;
    top: 50%;
    left: 10px;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

input[type="checkbox"].switch_2:checked:before{
    left: calc(100% - 35px);
}

input[type="checkbox"].switch_2:checked:after{
    left: 75px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* Switch 2 Specific Style End */


/* Switch 3 Specific Style Start */

.box_3{
    background: #19232b;
}

.toggle_switch{
    width: 100px;
    height: 45px;
    position: relative;
}

input[type="checkbox"].switch_3{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: 0;
    z-index: 1;
}

svg.checkbox .outer-ring{
    stroke-dasharray: 375;
    stroke-dashoffset: 375;
    -webkit-animation: resetRing .35s ease-in-out forwards;
    animation: resetRing .35s ease-in-out forwards;
}

input[type="checkbox"].switch_3:checked + svg.checkbox .outer-ring{
    -webkit-animation: animateRing .35s ease-in-out forwards;
    animation: animateRing .35s ease-in-out forwards;
}

input[type="checkbox"].switch_3:checked + svg.checkbox .is_checked{
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
}

input[type="checkbox"].switch_3:checked + svg.checkbox .is_unchecked{
    opacity: 0;
    -webkit-transform: translateX(-200%) rotate(180deg);
    transform: translateX(-200%) rotate(180deg);
}


svg.checkbox{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

svg.checkbox .is_checked{
    opacity: 0;
    fill: yellow;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateX(200%) rotate(45deg);
    transform: translateX(200%) rotate(45deg);
    -webkit-transition: all .35s;
    transition: all .35s;
}

svg.checkbox .is_unchecked{
    opacity: 1;
    fill: #fff;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    -webkit-transition: all .35s;
    transition: all .35s;
}

@-webkit-keyframes animateRing{
    to{
        stroke-dashoffset: 0;
        stroke: #b0aa28;
    }
}

@keyframes animateRing{
    to{
        stroke-dashoffset: 0;
        stroke: #b0aa28;
    }
}

@-webkit-keyframes resetRing{
    to{
        stroke-dashoffset: 0;
        stroke: #233043;
    }
}

@keyframes resetRing{
    to{
        stroke-dashoffset: 0;
        stroke: #233043;
    }
}

/* Switch 3 Specific Style End */


/* Switch 4 Specific Style Start */

.box_4{
    /*background: #eee;*/
    transform: scale(0.55);
}

.input_wrapper{
    width: 80px;
    height: 40px;
    position: relative;
    cursor: pointer;
}

.input_wrapper input[type="checkbox"]{
    width: 80px;
    height: 40px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: crimson;
    border-radius: 2px;
    position: relative;
    outline: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.input_wrapper input[type="checkbox"]:after{
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    width: 34px;
    height: 34px;
    background: white;
    z-index: 2;
    border-radius: 2px;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.input_wrapper svg{
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    fill: #fff;
    -webkit-transition: all .35s;
    transition: all .35s;
    z-index: 1;
}

.input_wrapper .is_checked{
    width: 18px;
    left: 18%;
    -webkit-transform: translateX(190%) translateY(-30%) scale(0);
    transform: translateX(190%) translateY(-30%) scale(0);
}

.input_wrapper .is_unchecked{
    width: 15px;
    right: 10%;
    -webkit-transform: translateX(0) translateY(-30%) scale(1);
    transform: translateX(0) translateY(-30%) scale(1);
}

/* Checked State */
.input_wrapper input[type="checkbox"]:checked{
    background: limegreen;
}

.input_wrapper input[type="checkbox"]:checked:after{
    left: calc(100% - 37px);
}

.input_wrapper input[type="checkbox"]:checked + .is_checked{
    -webkit-transform: translateX(0) translateY(-30%) scale(1);
    transform: translateX(0) translateY(-30%) scale(1);
}

.input_wrapper input[type="checkbox"]:checked ~ .is_unchecked{
    -webkit-transform: translateX(-190%) translateY(-30%) scale(0);
    transform: translateX(-190%) translateY(-30%) scale(0);
}

/* Switch 4 Specific Style End */