﻿
.form_busqueda_traslados
{
    width: 90%;
    max-width: 1170px;
    height: auto;
    background-color: rgb(255,255,255);
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin: auto;
    padding:10px 40px;
    border: solid 1px #1976D2;
}


.btn-buscar-rezbed{
	width: 150px;
	height: 41px;
	margin-top: -5px;
	background-color: #FCBF00;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	color:#1976D2;
	border:1px solid #FCBF00;
	font-size: 18px;
	letter-spacing: 1px;
	border-radius: 25px;
}

.btn-buscar-rezbed:hover{
	background-color: #1976D2;
	color:white;
	border:1px solid #FFFFFF;
}


.contenttraslados
{
    /*background: #e2e2e2;*/
    width:100%;
    max-width: 1180px;
    margin:0 auto;    
    margin-bottom:10px;
    /*padding:16px 20px;*/
    font-family:Roboto, helvetica, sans serif; 
}

ul.top
{
    margin: 12px 0 !important;
    color:#005891;
    list-style:none;
    width:100%;
    display: block;
    padding:0;  
    list-style: none outside;    
}


ul.top li
{
    padding-top:6px;
    padding-bottom:5px;
    text-align:center;
    background-color:#FFFFFF;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
    margin:0;
    line-height: 30px;
    display:inline-block;
    position:relative;
    margin-right:4px;
    width:24%;
}


ul.top li:first-child
{
    border-left:solid 10px #FFF;
}

ul.top li::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-left: 15px solid #E2E2E2;
    border-bottom: 21px solid transparent;
    
    z-index: 1;
}

ul.top li:first-child::before
{
    border:0;
}

ul.top li::after
{
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 21px solid transparent;
    z-index: 99;
    background: transparent;
    
}

ul.top li:last-child
{
    margin-right:0px;     
    border-right:solid 10px #FFF;
}

ul.top li.act:last-child
{
    border-right:solid 10px #005891;
}

ul.top li:last-child::after
{
    border:0 !important;    
}


ul.top li a
{
    color:#005891;
    text-decoration:none;
}

ul.top li.act
{
    background-color:#005891;
    color:#FFFFFF;
}

ul.top li.act::after
{
    border-top: 21px solid transparent;
    border-left: 15px solid #005891;
    border-bottom: 21px solid transparent;
}

ul.top li.act a
{
     text-decoration:none;
    color:#FFFFFF;
}

ul.top li.ok
{
    background-image:url(../../img/icoVisto14.png);
    background-repeat:no-repeat;
    background-position:95% center;    
}


.contenttraslados .lateral
{
    float:left;
    min-height:100px;    
    width: 23.6054%; 
    position:relative;
}

.contenttraslados .lateral h5
{
    margin:0;
    background: #F8F8F8;
    border-bottom: 1px solid #E2E2E2;
    padding-left: 1.846em;
    line-height: 1.4em;
    font-weight: bold;
    padding: 1.1em 0;
    background: #F8F8F8;
    border-bottom: 1px solid #E2E2E2;
    padding-left: 1.846em;
    font-size:14px;
}
.contenttraslados .lateral .box
{
    background-color:#FFFFFF;
    padding:12px;
    font-size:12px;
    padding-left:20px;
    -webkit-font-smoothing:antialiased;
    box-sizing: border-box;
}

.contenttraslados .lateral .box div
{
    padding:5px 20px;
    position:relative;
    font-size:13px;
}

.contenttraslados .lateral .box div span.gris
{
    color:#888888;
}

.contenttraslados .lateral hr
{
    background-color:#f1f1f1;
    height:2px;
    border:0;
}

.contenttraslados .lateral .box a
{
    float:right;
    color:#005891;        
}

.contenttraslados .lateral i
{
    width:13px;
    height:13px;
    float:left;
    background-position:center center;    
    background-repeat:no-repeat;
    position:absolute;
    left:0px;
    top:7px;
}
.contenttraslados .lateral i.loc{background-image:url(../../img/icoLoc12.png);}
.contenttraslados .lateral i.tic{background-image:url(../../img/icoTic12.png);}
.contenttraslados .lateral i.cal{background-image:url(../../img/icoCal12.png);}
.contenttraslados .lateral i.pax{background-image:url(../../img/icoPax12.png);}


.contenttraslados .lateral .box .tra
{
}

.contenttraslados .lateral .box .tra img
{
    width:100%;
}

.contenttraslados .lateral .box .pre
{
    text-align:center;
    font-size:22px;
    font-weight:bold;
}

.contenttraslados .contenido
{
    float:right;
    min-height:100px;    
    width: 75%;
}


.traslado
{
    background-color:#FFFFFF;
    margin-bottom:10px;
    -webkit-font-smoothing:antialiased;
    box-sizing: border-box;
}

.traslado h2
{
    width:100%;
    border-bottom: 1px solid #e2e2e2;
    font-size:18px;
    font-weight:bold;
    margin:0;
    padding:10px 10px;
    padding-top:5px;
    color:#000000;
}

.traslado h2 small
{
    display:block;
    color:#333333;
    font-size:13px;
    line-height:13px;    
    font-weight:normal;
}

.traslado .info img
{
    float:left;    
    width:25%;
    margin:0 10px;
    max-height:160px;
}


.traslado .info
{
    padding:5px;     
    font-size:18px;
    border-bottom: 1px solid #e2e2e2;
    min-height:160px;
    margin-top:10px;
    
}

.traslado .info .txt
{
    float:left;
    width:50%;
    padding:10px;
    font-size:14px;
}

.traslado .info .btn
{
    float:right;
   
    text-align:right;
}

.traslado .info .btn .pre
{
    font-weight: 700;
    line-height: inherit;
    padding: 0;
    margin: 0;
    font-size:25.6px;
    color:rgb(51, 51, 51);
}



.traslado .info .btn .tip
{
    color:rgb(136, 136, 136);
    font-size:13px;
}

.traslado .info .btn .btnGenerico
{
    margin-top:40px;
    position:static  !important;
    background-color:#005891;
    max-width:100px;
    float:none;
    font-size: 15.6px;
    padding-top:4;
    padding: 0.2em 0.75em;
}


.traslado .pie
{
    padding:10px;    
    min-height:30px;
}

.traslado .pie span
{
    float:left;
    padding:0 5px;
    font-size:12px;    
}

.traslado .pie span img
{ 
    margin-right:5px;
    position:relative;
    top:3px;
}


.detpax
{
    background-color:#FFFFFF;
    padding:15px;
    -webkit-font-smoothing:antialiased;
    box-sizing: border-box;
    padding-top:25px;
}

.detpax h3
{
    margin:0;
    padding:0;
    font-size:16px;
    color:#333;
    float:left;
    width:30%;
}

.detpax .form
{
    float:left;
    width:70%;    
}

.detpax input[type=text],.detpax textarea
{
    background: none;
    border: 1px solid;
    border-radius: 4px;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    line-height: inherit;
    margin: 0;
    outline: none;
    padding: 1.1em 1em .75em;
    position: relative;
    width: 80%;
    z-index: 1;
}

.detpax .inputlabel
{
    position:relative;
}

.detpax .inputlabel label {
  position: absolute;
  left:15px;
  top: 15px;
  line-height:15px;
  transition: all 0.5s;
  overflow: hidden;
  color:#AAAAAA;
  font-size:12px;
  white-space: nowrap;
  z-index: 10;
  opacity: 0;
}

.detpax .inputlabel input:focus + label, .detpax .inputlabel textarea:focus + label { opacity: 1; top: 4px;  }
.detpax .inputlabel input[value]:not([value=""]){ opacity: 1; top: 3px;  }


.detpax input:focus, .detpax textarea:focus {
  outline: none;
  border-color:#005891;
}


.detpax input[type=text]::placeholder, .detpax textarea::placeholder { color:#AAAAAA;}
.detpax input[type=text].inputerror::placeholder, .detpax textarea.inputerror::placeholder { color:#FF0000;}
.detpax input[type=text]::-ms-input-placeholder, .detpax textarea::-ms-input-placeholder{ color:#AAAAAA;}

.detpax small
{
    display:block;
    margin-top:3px;
    margin-bottom:15px;
    color: rgba(0,0,0,0.54);
    font-weight:400;
    font-size:11px;
}

.detpax span.small
{
    color: rgba(0,0,0,0.54);
    font-size:10px;
}

.contenttraslados .detpax span.aer{background-image:url(../../img/icoAvion16.png); width:16px !important;height:16px !important;background-repeat:no-repeat;background-position:center center;margin-right:10px;}

.btnContinuar
{
    position:static;
}

.accordioncontent
{
    padding:15px;    
}

.accordion h3
{
    padding:15px;
    margin:0;
    cursor:pointer;
    cursor:hand;
    border-bottom: 1px solid #e2e2e2;
}

.accordion div
{
   padding:15px;   
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{background:#005891 !important}

div.tabsconfirmacion ul
{
    list-style:none;
    height:31px;
    padding-left: 10px;
    margin:0;
}

div.tabsconfirmacion ul li
{
    float:left;
    margin:0 5px;
    border-bottom:0;
    height: 30px;
    background-color:#eeeeee;
}

div.tabsconfirmacion ul li a
{
    display:block;
     -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: solid 1px #e2e2e2;
    text-decoration:none;
    height: 20px;
    padding:5px 10px;  
    color:#333333;
}


exdiv.tabsconfirmacion ul li a.sel
{
    background-color:#FFFFFF;   
     height: 22px; 
     border-bottom:0;
}
div.tabsconfirmacion ul li a.sel
{
    background-color:#005891;
    color: White;
    font-weight:bolder;
     height: 22px; 
     border-bottom:0;
}

div.tabsconfirmacion 
{
    padding:10px;
}

div.tabsconfirmacion div.tabscontent
{
    padding:10px;
    border: 1px solid #e2e2e2;
      -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


 .infotraslado input[type=text],  .infotraslado input[type=password]
 {
    border: 1px solid;
    border-radius: 4px;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    line-height: inherit;
    margin: 0;
    outline: none;
    padding: 7px;
    position: relative;
    width: 100%;
    z-index: 1;
 }

