
div.bilaketa {display: block!important;}
html {overflow-x: hidden!important;} 
#transportes {
  background: #FFF;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11.43px !important;
  color: #666666;
}

#transportes ul{
  padding: 0;
}

#transportes ul,
#transportes ul li {
  list-style: none; 
}
 
nav.menu_webgune_bi h1 + ul{
  display: table;
}
  
#transportes fieldset {
  border: none;
  overflow: hidden;
  min-width: inherit; 
/*   display: table-cell; */
}

#transportes .ui-widget {
  font-size: 0.96em;   
}

#transportes .chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
 
/* Hx */
#transportes #tituloAplicacion {
  color: #000000;
  margin: 0 0 0.5em;
  padding: 0 0 0.3em;
}

#transportes h1 {
  font-size: 2.0em;
}
 
#transportes h2 {
  font-size: 1.7em;
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
}

#transportes h3 {
  font-size: 1.4em;
  display: block;
  margin: 0 0 0.5em 0.5em;
  padding: 0;
}


/* Parrafo */

#transportes p {
  line-height: 1.7em;
  margin: 0;
}
 

/* Input deshabilitado */

#transportes input.disabled {
  background-color: #D3D3D3;
}
 

/* GENERALES */
div.col75 input#simulaciononline_comenzarButton{font-size: 14px;
  font-weight: bold!important;
  text-transform: uppercase!important;
  color: #fff!important;
  text-decoration: none!important;
  text-align: left!important;
  padding-left: 75px!important;
  padding-right: 0!important;
  width: 170px!important;}

#transportes .contenedor {
  width: 90%;
  margin: 0 auto;
  padding: 2em;
  background: #FFFFFF; 
}

#transportes .cabecera {
  margin-bottom: 2em;
  width: 100%;
}
 
#transportes .cabecera a {
  color: #000000;
  text-decoration: none;
}

#transportes .languageHelpContact {
  float: right;
  cursor: pointer;
}

#transportes .languageHelpContact a {
  color: #000000;
}

#transportes .menu {
  margin-top: 1em;
  margin-bottom: 1em;
}

#transportes .footer {
  border-top: 1px solid #DADADA;
  clear: both;
  font-size: 0.9em;
  margin: 2em 0 0;
  padding: 0.7em;
  padding-bottom: 0em;
}

#transportes .footer,
#transportes .footer a {
  color: #000000;
}

#transportes .rup_external_link {
  float: none;
}


/*Posicionamiento a la derecha de los botones*/

#transportes .right_buttons {
  text-align: right;
  margin-bottom: 5px;
}


/* FORMULARIOS */

#transportes .formulario_legend {
  color: #000000 !important;
  font-size: 0.96em;
}

#transportes .formulario_columna_cnt {
  color: #666666;
  float: left;
  width: 99%;
}

#transportes .formulario_linea_izda_float {
  margin-top: 1em;
  margin-left: 2em;
  margin-right: 2em;
  float: left;
}

#transportes .formulario_linea_label {
  float: left;
  width: 8em;
}

#transportes .formulario_linea_input:not(.ui-selectmenu-menu) {
  border: 0.1em solid #D1D1D1;
  color: #666666;
  font-size: 100%;
  height: 16px;
}

#transportes .formulario_required {
  color: #FF0000;
}

#transportes .floating_left_pad_right {
  float: left;
  padding-right: 10px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  text-align: left;
  margin-top: 5px;
}
 
  div .boton_guardar span,
  div .boton_reiniciar span,
  div .boton_completar_todo span {
  color: white;
}

#transportes .ui-state-highlight,
#transportes .ui-widget-content .ui-state-highlight,
#transportes .ui-widget-header .ui-state-highlight {
  background: url("../../rup/custom-theme/images/ui-bg_glass_55_fffeda_1x400.png") repeat-x scroll 50% 50% #FFFEDA;
  border: 1px solid #AAAAAA;
}

#transportes a.ui-selectmenu {
  text-decoration: none;
  color: black;
}


/*********** ESTILOS CREADOS  ********/
  div.fecha_revision + div.row div.col75{
  display: flex!important;
  width: 100%!important;
  justify-content: center;
}

nav.menu_webgune_bi h1{
  cursor:pointer;
}

#transportes  legend {
  font-size: 1px;
  visibility: hidden;
}

#transportes  h2 {
  border-bottom: 4px solid #9FC8DE;
  padding-left: 13px;
  padding-bottom: 6px;
  font-size: 16px;
  color: #1779AE;
  margin-top: 20px;
  float: left;
}

#transportes  h2.total {
  padding-top: 10px;
  color: #fff;
  background: #6FACCD;
  margin-top: 44px;
  border: none;
}

#transportes  label {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  line-height: 14px;
}

#transportes .dato_usuario {
  border: none;
  background: #E6F1F6;
  padding: 7px 1%;
  border-radius: 5px;
  font-size: 14px;
  color: #618A9A;
  outline: none;
  float: left;
  width: 24%;
  margin-right: 1%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  box-sizing: border-box;
}

#transportes .dato_usuario[readonly] {
  background: #ddd;
  color: #888;
}

#transportes .dato_usuario:focus {
  background: rgb(253, 255, 171);
}

#transportes .dato_usuario[readonly]:focus {
  background: rgba(239, 235, 235, 0.36);
}

#transportes .dato_observatorio {
  border: none;
  font-size: 11px;
  color: #fff;
  width: 17%;
  float: left;
  margin-top: 7px;
  margin-left: 3px;
  border-radius: 5px;
  background: #bbb;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
}

#transportes .dato_observatorio_por {
  border: none;
  font-size: 11px;
  color: #fff;
  width: 6%;
  float: left;
  margin-top: 7px;
  margin-left: 3px;
  border-radius: 5px;
  background: #bbb;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  
}

#transportes .titulo_dato {
  float: left;
  width: 35%;
  padding-left: 4%;
  padding-top: 8px;
  padding-right: 1%;
}

#transportes .campo_dato {
  width: 50%;
  float: left;
}

#transportes .descripcion {
  width: 100%;
  float: left;
}

#transportes .descripcion .titulo_dato {
  padding-left: 2%;
  width: 15%;
}

#transportes .descripcion .dato_usuario {
  width: 80%;
  text-align: left;
}

#transportes .row {
  width: 100%;
  border-top: 1px dotted #9FC8DE;
  float: left;
  padding-bottom: 6px;
  padding-top: 6px;
}

#transportes .col50 {
  width: 50%;
  float: left;
}

#transportes .col100 {
  width: 100%;
  float: left;
}

#transportes .col100 .titulo_dato {
  padding-left: 2%;
  width: 22.5%;
}

#transportes .boton_cambiar input {
  border: none;
  background: #1779AE;
  color: #fff;
  padding: 0px 10px;
  height: 25px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  margin-top: 2px;
}

#transportes .boton_cambiar input:hover {
  background: #004E78;
}

#transportes .subgrupo_dato {
  padding-bottom: 6px;
  padding-left: 4%;
  padding-top: 8px;
}

#transportes .subgrupo_dato label {
  font-size: 14px;
  color: #1779ae;
}

#transportes .paginacion {
  margin-top: 15px;
  float: left;
  width: 100%;
}

#transportes .boton_completar {
  float: left;
  background: url("../images/flecha_izq.png") no-repeat center center;
  border: none;
  color: #FFF;
  margin-top: 6px;
  text-indent: -9em;
  width: 18px;
  height: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  outline: none;
  cursor: pointer;
}

#transportes .boton_completar:hover {
  margin-left: -5px;
}

#transportes .linea_boton_completar {
  float: right;
  margin-bottom: -30px;
  margin-top: 16px;
  margin-right: 8px;
}

#transportes .linea_boton_completar input {
  background: #FFF;
  border: 1px solid #9FC8DE;
  color: #1779AD;
  padding: 10px;
  border-radius: 10px;
}

#transportes .linea_boton_completar input:hover {
  background: #1779AD;
  border: 1px solid #1779AD;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}

#transportes .rup-wizard_prev,
#transportes .rup-wizard_prev:hover {
  background: url("../images/camion_ant.png") no-repeat 15px center #1779AE;
  border-color: #1779AE;
}

#transportes .rup-wizard_prev,
#transportes .rup-wizard_prev:hover,
#transportes .rup-wizard_next,
#transportes .rup-wizard_next:hover {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff!important;
  text-decoration: none;
  text-align: left;
  padding-left: 75px;
  padding-right: 0;
  width: 170px;
}

#transportes .rup-wizard_next,
#transportes .rup-wizard_next:hover {
  background: url("../images/camion_sig.png") no-repeat 15px center #1779AE;
  border-color: #1779AE;
}

#transportes .rup-wizard_prev:hover,
#transportes .rup-wizard_next:hover {
  background-color: #004E78;
  border-color: #004E78;
}


/*** Tabla resultados ***/

#transportes .cabecera_resultados {
  margin: 20px 0;
  overflow: hidden;
}

#transportes .cabecera_resultados h2 {
  border: none;
  margin-top: 0;
  padding: 0;
  float: left;
  width: auto;
}

#transportes .cabecera_resultados p {
  font-size: 12px;
  margin-bottom: 20px;
  float: left;
  clear: left;
  width: 50%;
  max-width: 575px;
  color: #666;
}

#transportes .menu_resultados {
  float: right;
  margin-top: 80px;
  display: flex;
  width: 50%;
}

#transportes .menu_resultados li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 33%;
}

#transportes .menu_resultados li a {
  display: block;
  height: 125px;
  width:  100%;
  border: solid 1px #9FC8DE;
  border-radius: 5px;
  color: #9FC8DE!important;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 5px;
}

#transportes .menu_resultados li.activo a,
#transportes .menu_resultados li a:hover {
  background-color: #1779AE !important;
  color: #fff!important;
  border-color: #1779AE;
}
    
#transportes .menu_resultados .tablas {
  background: url("../images/tabla.png") no-repeat center 80%;
} 
 
#transportes .menu_resultados li.activo .tablas,
#transportes .menu_resultados li .tablas:hover {
  background: url("../images/tabla_active.png") no-repeat center 80%;
}

#transportes .menu_resultados .barras {
  background: url("../images/barras.png") no-repeat center 80%;
}

#transportes .menu_resultados li.activo .barras,
#transportes .menu_resultados li .barras:hover {
  background: url("../images/barras_active.png") no-repeat center 80%;
}
  
#transportes .menu_resultados .tartas {
  background: url("../images/tarta.png") no-repeat center 82%;
}
  
#transportes .menu_resultados li.activo .tartas,
#transportes .menu_resultados li .tartas:hover {
  background: url("../images/tarta_active.png") no-repeat center 82%;
}

#transportes .menu_resultados li.activo:after {
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #1779AE;
  position: absolute;
  left: 40%;
}

#transportes .boton_xls {
  background: #1779AE url("../images/xls_icon.png") no-repeat 15px center;
  background-size: 22px;
  clear: left;
}
  
#transportes .boton_xls,
#transportes .boton_pdf {
  width: 23%;
  float: left;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 7px 10px 7px 50px;
  border-radius: 5px;
  border: none;
}
 
#transportes .boton_pdf {
  background: #1779AE url("../images/pdf_icon.png") no-repeat 15px center;
  background-size: 22px;
  margin-left: 10px;
}

#transportes .boton_xls:hover,
#transportes .boton_pdf:hover {
  background-color: #3B4E6B;
}

#transportes table.resultados { 
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
  overflow-x: auto !important;
} 

.edukiontzia div.r01gContainer #mercancias  table  th{
  background-color:#1779AE!important
}

.edukiontzia div.r01gContainer #mercancias  table thead th,.edukiontzia div.r01gContainer #mercancias  table  th[scope="row"]{
   color:white;
}

.edukiontzia div.r01gContainer #personas  table  th{
  background-color:#5AB843!important
}

.edukiontzia div.r01gContainer #personas  table thead th,.edukiontzia div.r01gContainer #personas  table  th[scope="row"]{
   color:white!important;
}


#transportes table.resultados thead {
  background: #E9F2F8;
}

#transportes table.resultados thead tr:first-child th:first-child {
  width: 30%;
}

#transportes table.resultados thead th,
#transportes table.resultados tr.total th,
#transportes table.resultados tr.total td {
  color: #1779AE;
  font-size: 14px;
} 

#transportes table.resultados tr.total th,
#transportes table.resultados tr.total td {
  padding-top: 10px;
  padding-left: 5px;
}



#transportes table.resultados tbody tr:last-child th,
#transportes table.resultados tbody tr:last-child td {
  border: none;
}

#transportes table.resultados tbody th {
  text-align: left;
  padding-left: 20px;
}

#transportes table.resultados td {
  font-size: 12px;
  text-align: right;
  color: #999;
}

#transportes table.resultados thead th,
#transportes table.resultados thead td {
  padding: 5px;
}

#transportes table.resultados th,
#transportes table.resultados td {
  padding: 8px 5px;
}

#transportes table.resultados thead th {
  padding-left: 10px;
}

/*#transportes table.resultados tr.total {
  padding-top: 20px;
}*/

/*#transportes table.resultados tr.subheader th,
#transportes table.resultados tr.subheader td {
  border-color: #1779AE;
}*/

#transportes table.resultados tr.subheader th {
  color: #1779AE;
  padding-left: 5px;
}
 
#transportes table.resultados tr.subheader th,
#transportes table.resultados tr.subheader td {
  padding-top: 10px;
}

#transportes table.resultados td.usuario,
#transportes p.texto_imprimir {
  color: #1779AE;
}

#transportes p.texto_imprimir {
  border: solid 1px #D5E7F1;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin: 20px auto 0;
  width: 80%;
  border-radius: 10px;
  line-height: 15px;
}


/*** GRAFICOS BARRAS ***/
 
#transportes .leyenda {
  border: dashed 1px #6FACCD;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%
}

#transportes .leyenda h3 {
  font-size: 14px;
  color: #666;
  float: left;
  margin: 0 60px 0 0;
  line-height: 20px;
}

#transportes .leyenda p {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  float: left;
  margin-right: 40px;
  padding-left: 30px;
  line-height: 20px;
}

#transportes .leyenda p.observatorio {
  background: url("../images/verde.png") no-repeat left center;
}

#transportes .leyenda p.usuario {
  background: url("../images/azul.png") no-repeat left center;
}

#transportes .resultados_barras h4 {
  text-align: center;
  background: #6FACCD;
  color: #fff;
  font-weight: normal;
  padding: 5px;
}

#transportes .resultados_barras .col33 {
  float: left;
  width: 33.33333%;
  box-sizing: border-box;
  padding: 0 4px;
  margin-bottom: 30px;
}

#transportes .resultados_barras .col50 {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 30px;
}

#transportes .resultados_barras .ancho100pc {
  box-sizing: border-box;

}

#transportes .resultados_barras .col33 > div,
#transportes .resultados_barras .col50 > div,
#transportes .resultados_barras .ancho100pc > div {
  border: 1px dashed #ccc;
  margin: 10px 0;
  padding: 5px;
  box-sizing: border-box;
}


/*** GRAFICOS TARTAS ***/

#transportes .leyenda {
  border: dashed 1px #6FACCD;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 20px;
}

#transportes .leyenda h3 {
  font-size: 14px;
  color: #666;
  float: left;
  margin: 0 60px 10px 0;
  line-height: 20px;
}

#transportes .leyenda ul {
  padding-left: 20px;
}

#transportes .leyenda ul li {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  margin-right: 40px;
  padding-left: 30px;
  line-height: 20px;
  margin: 5px 0;
  width: 30%;
  float: left;
}

#transportes .leyenda ul li.color1 {
  background: url("../images/color4.png") no-repeat left center;
}

#transportes .leyenda ul li.color2 {
  background: url("../images/color2.png") no-repeat left center;
}

#transportes .leyenda ul li.color3 {
  background: url("../images/color3.png") no-repeat left center;
}

#transportes .leyenda ul li.color4 {
  background: url("../images/color1.png") no-repeat left center;
}

#transportes .leyenda ul li.color5 {
  background: url("../images/color5.png") no-repeat left center;
}

#transportes .leyenda ul li.color6 {
  background: url("../images/color6.png") no-repeat left center;
}

#transportes .leyenda ul li.color7 {
  background: url("../images/color7.png") no-repeat left center;
}

#transportes .leyenda ul li.color8 {
  background: url("../images/color8.png") no-repeat left center;
}

#transportes .leyenda ul li.color9 {
  background: url("../images/color9.png") no-repeat left center;
}

#transportes .leyenda ul li.color10 {
  background: url("../images/color10.png") no-repeat left center;
}

#transportes .leyenda ul li.color11 {
  background: url("../images/color11.png") no-repeat left center;
}

#transportes .leyenda ul li.leasing {
  background: url("../images/color1.png") no-repeat left center;
}

#transportes .leyenda ul li.amortizacion {
  background: url("../images/color2.png") no-repeat left center;
}

#transportes .leyenda ul li.gastos {
  background: url("../images/color3.png") no-repeat left center;
}

#transportes .leyenda ul li.total_anual {
  background: url("../images/color4.png") no-repeat left center;
}

#transportes .leyenda ul li.dietas {
  background: url("../images/color5.png") no-repeat left center;
}

#transportes .leyenda ul li.seguros {
  background: url("../images/color1.png") no-repeat left center;
}

#transportes .leyenda ul li.fiscales {
  background: url("../images/color6.png") no-repeat left center;
}

#transportes .leyenda ul li.gestion {
  background: url("../images/color7.png") no-repeat left center;
}

#transportes .leyenda ul li.combustible {
  background: url("../images/color8.png") no-repeat left center;
}

#transportes .leyenda ul li.neumaticos {
  background: url("../images/color9.png") no-repeat left center;
}

#transportes .leyenda ul li.mantenimiento {
  background: url("../images/color10.png") no-repeat left center;
}

#transportes .leyenda ul li.reparaciones {
  background: url("../images/color2.png") no-repeat left center;
}

#transportes .leyenda ul li.peajes {
  background: url("../images/color11.png") no-repeat left center;
}

#transportes .leyenda2 ul li.amortizacion {
  background: url("../images/color1.png") no-repeat left 4px;
}

#transportes .leyenda2 ul li.personal {
  background: url("../images/color2.png") no-repeat left 4px;
}

#transportes .leyenda2 ul li.seguros {
  background: url("../images/color3.png") no-repeat left 4px;
}

#transportes .leyenda2 ul li.carburante {
  background: url("../images/color4.png") no-repeat left 4px;
}

#transportes .leyenda2 ul li.tiempo {
  background: url("../images/color1.png") no-repeat left center;
}

#transportes .leyenda2 ul li.distancia {
  background: url("../images/color3.png") no-repeat left center;
}

#transportes .resultados_tartas h4 {
  text-align: center;
  background: #6FACCD;
  color: #fff;
  font-weight: normal;
  padding: 5px;
}

#transportes .resultados_tartas .col50 {
  width: 50%;
}

#transportes .resultados_tartas .col50,
#transportes .resultados_tartas .col33 {
  float: left;
  box-sizing: border-box;

}

#transportes .resultados_tartas .col33 {
  width: 33.333%;
}

#transportes .resultados_tartas .col50,
#transportes .resultados_tartas .col50 {
  float: left;
  box-sizing: border-box;

}

#transportes .resultados_tartas .col50 {
  width: 50%;
}

#transportes .resultados_tartas .leyenda2 {
  background: #F0F7FA;
  padding: 10px;
  position: relative;
  border: none !important;
}

#transportes .resultados_tartas .leyenda2 h3 {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  line-height: 20px;
}

#transportes .resultados_tartas .leyenda2 ul {
  padding-left: 20px;
}

#transportes .resultados_tartas .leyenda2 ul li {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  margin-right: 40px;
  padding-left: 30px;
  line-height: 20px;
  margin: 5px 0;
}

#transportes .resultados_tartas .leyenda2:before {
  content: "";
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 30px solid #F0F7FA;
  position: absolute;
  left: -30px;
  top: 40%;
}

#transportes .resultados_tartas ul {
  list-style: none;
  clear: both;
  margin-top: 15px;
}

#transportes .resultados_tartas .col33 > div,
#transportes .resultados_tartas .col50 > div {
  border: 1px dashed #ccc;
  margin: 10px 0;
  padding: 10px;
  box-sizing: border-box;
}

#transportes .bloqueado {
  background-image: url("../images/candado.png") !important;
  background-repeat: no-repeat !important;
  background-position: 8px center !important;
  padding-left: 26px;
  cursor: not-allowed;
}

#transportes .dato_total {
  float: left;
  width: 100%;
  padding: 10px 0px;
  margin: 20px 0 0;
  border: 1px dotted #9FC8DE;
  border-radius: 8px;
}

#transportes .dato_total .titulo_dato {
  width: 20%;
}

#transportes div.fila {
  clear: both;
  float: left;
  width: 100%;
}

#transportes .first_row,
#transportes .last_row {
  border: none;
}


/**** Tooltips ****/

 #transportes .ui-tooltip-default .ui-tooltip-titlebar,
 #transportes .ui-tooltip-default .ui-tooltip-content {
  padding: 10px 10px 10px 30px;
  border-color: #666;
  background: #666 url("../images/info.png") no-repeat 10px 8px;
  color: #fff;
  border-radius: 3px;
  box-shadow: -3px 6px 5px -3px rgba(120, 120, 120, 1);
}

 #transportes .ui-tooltip-tip {
  right: 8px !important;
}


/**** anchos  ****/

 #transportes .ancho4pc {
  width: 4%;
}

 #transportes .ancho6pc {
  width: 6%;
}

 #transportes .ancho8pc {
  width: 8%;
}

 #transportes .ancho13pc {
  width: 13%;
}

 #transportes .ancho15pc {
  width: 15%;
}

 #transportes .ancho18pc {
  width: 18%;
}

 #transportes .ancho30pc {
  width: 30%;
}

 #transportes .ancho45pc {
  width: 45%;
}

 #transportes .ancho100pc {
  width: 100%;
}

 #transportes .ancho100pc,
 #transportes .clear {
  clear: both;
}

 #transportes .izquierda {
  text-align: left;
}

 #transportes .header_simulacion {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d99c4+0,1779ae+31 */
  background: rgb(29, 153, 196);
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(29, 153, 196, 1) 0%, rgba(23, 121, 174, 1) 31%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, rgba(29, 153, 196, 1) 0%, rgba(23, 121, 174, 1) 31%);
  background: linear-gradient(135deg, rgba(29, 153, 196, 1) 0%, rgba(23, 121, 174, 1) 31%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1d99c4', endColorstr='#1779ae', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  float: left;
  width: 100%;
  border-radius: 5px 5px 0 0;
}

 #transportes .header_text {
  float: left;
  width: 50%;
}

 #transportes .header_buttons {
  float: right;
  width: 50%;
}

 #transportes .header_text2 {
  float: left;
  width: 38%;
}

 #transportes .header_buttons2 {
  float: right;
  display: flex;
  justify-content: space-between;
  width: 62%;
}

 div.header_buttons2 div span{
  width: 100%;
  padding-top: 45px;
  display: inline-block;
  text-align: center!important;
 }
    

 #transportes .header_simulacion h1 {
  color: #FFF;
  margin-left: 12px;
  margin-top: 8px;
  font-size: 20px;
  margin-bottom: 0px;
}

 #transportes .header_simulacion p {
  color: #D8E8F1;
  margin-left: 12px;
  margin-bottom: 5px;
  line-height: 14px;
}

 #transportes .boton_reiniciar {
  width: 33.33%;
  height: 103.13px!important;
  float: right;
  background: url("../images/refresh_icon.png") no-repeat;
  margin-right: 10px;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 9px;
  background-position-x: 50%;
  background-position-y: 10%;
  margin-top: 4px;
  margin-bottom: 3px;
  background-size: 3.5em;
  cursor: pointer;
  height: 77px;
}
 
#transportes .boton_reiniciar:hover {
  background-color: #3B4E6B;
  border: none;
  border-radius: 5px;
  margin-right: 11px;
}

#transportes .boton_completar_todo {
  color: #fff;
  width: 33.33%;
  float: right;
  background: url("../images/completar_todo.png") no-repeat;
  margin-right: 10px;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 9px;
  background-position-x: 50%;
  margin-top: 4px;
  margin-bottom: 3px;
  background-size: 5em;
  cursor: pointer;
}

#transportes .boton_completar_todo:hover {
  background-color: #3B4E6B;
  border: none;
  border-radius: 5px;
  margin-right: 11px;
}


#transportes .boton_guardar {
  color: #fff;
  width: 33.33%;
  float: right;
  background: url("../images/xls_icon.png") no-repeat;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 10px;
  background-position-x: 50%;
  background-position-y: 10%;
  margin: 4px 15px 3px 7px;
  background-size: 3em;
  cursor: pointer;
  /*border: 1px dotted #ccc;*/
}

#transportes .boton_guardar:hover {
  background-color: #3B4E6B;
  border: none;
  border-radius: 5px;
}


/*** ruta de pasos **/

#transportes #steps {
  background: #D5E7F1;
  width: 100%;
  height: auto;
}

#transportes #steps li {
  width: 11.111%;
  float: left;
  background: url("../images/white_line.png") repeat-x;
  background-position: center;
}

#transportes .rup-wizard_stepDesc a {
  background: none;
  font-family: arial, helvetica, sans-serif !important;
  cursor: pointer;
  color: #95C2DB;
  float: none;
  text-decoration: none;
  height: 36px;
  font-size: 1.09em;
  display: block;
  font-style: normal;
  background: url("../images/step.png");
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: center 42px;
  padding-top: 70px;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

#transportes .rup-wizard_stepDesc a span.numero_wizard {
  position: absolute;
  top: 8px;
  font-size: 18px;
  left: 50%;
  margin-left: -5px;
}

#transportes .rup-wizard_stepDesc.current a {
  color: #1779AE;
  background: url("../images/current_step.png");
  background-repeat: no-repeat;
  background-position: center 15px;
  text-decoration: none;
  cursor: default;
  animation: carrera 1s ease;
  -webkit-animation: carrera 1s ease;
}

@-webkit-keyframes carrera {
  0% {
    background-position: left 15px;
  }
  100% {
    background-position: center 15px;
  }
}

@keyframes carrera {
  0% {
    background-position: left 15px;
  }
  100% {
    background-position: center 15px;
  }
}

#transportes .rup-wizard_stepDesc.current a span.numero_wizard {
  display: none;
}

#transportes #steps .current {
  background: url("../images/working_line.png") repeat-x;
  background-position: center;
}

#transportes #steps .visitada {
  background: url("../images/completed_line.png") repeat-x;
  background-position: center;
}

#transportes #steps .visitada.incompleted {
  background: url("../images/incompleted_line.png") repeat-x;
  background-position: center;
  animation: incompleta 1s ease;
  -webkit-animation: incompleta 1s ease;
}

@-webkit-keyframes incompleta {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes incompleta {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#transportes #steps .visited {
  background: url("../images/completed_line.png") repeat-x;
  background-position: center;
}

#transportes #steps .current.incompleted {
  background: url("../images/working_line_incompleted.png") repeat-x;
  background-position: center;
}

#transportes .rup-wizard_stepDesc.visitada a {
  text-decoration: none;
  cursor: default;
  background: url("../images/step_completed.png") no-repeat;
  background-position: center 42px;
}

#transportes .rup-wizard_stepDesc.visitada.incompleted a,
#transportes .rup-wizard_stepDesc.visited.incompleted a {
  background: url("../images/step.png");
  background-repeat: no-repeat;
  background-position: center 42px;
}

#transportes .rup-wizard_stepDesc.visited a {
  text-decoration: none;
  cursor: default;
  background: url("../images/step_completed.png") no-repeat;
  background-position: center 42px;
}

#transportes .rup-wizard_firstStepDesc {
  background: none!important;
}

#transportes .rup-wizard_lastStepDesc {
  background: url("../images/last_step.png")!important;
  text-decoration: none;
  color: #95C2DB!important;
  background-repeat: no-repeat!important;
  background-position: center -1.8px!important;
  animation: none!important;
  -webkit-animation: none!important;
}

#transportes .rup-wizard_firstStepDesc a {
  background: url("../images/step_home.png")!important;
  text-decoration: none;
  color: #95C2DB!important;
  background-repeat: no-repeat!important;
  background-position: center 5px!important;
}

#transportes .rup-wizard_lastStepDesc a {
  background: none;
}

#transportes .rup-wizard_lastStepDesc a span.numero_wizard,
#transportes .rup-wizard_firstStepDesc a span.numero_wizard {
  display: none;
}

#transportes .rup-wizard_lastStepDesc.current {
  background: none!important;
}

#transportes .rup-wizard_lastStepDesc.current a {
  background: url("../images/step_finished.png") no-repeat!important;
  background-position: center -1.8px!important;
  animation: none!important;
  -webkit-animation: none!important;
}

#transportes .rup-wizard_lastStepDesc.visitada a {
  background: url("../images/step_finished_visited.png") no-repeat!important;
  background-position: center -1.8px!important;
}

#transportes .rup-wizard_StepCosteServicio {
  background: none !important;
}

#transportes .rup-wizard_StepCosteServicio a {
  background: url("../images/costes_step.png") no-repeat !important;
  background-position: -333px -4px!important;
  animation: none!important;
  -webkit-animation: none!important;
  padding-top: 20px;
  padding-bottom: 70px;
} 

#transportes .rup-wizard_StepCosteServicio.current a {
  background-image: url("../images/current_costes_step.png") !important;
}

#transportes .rup-wizard_StepCosteServicio a span.numero_wizard {
  display: none;
}


/***** SELECCION DE SIMULACION  ****/

#transportes .new_route_box {
  background-color: #D5E7F1;
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#transportes .rup-table-filter {
  margin-top: .2em;
  margin-bottom: .3em;
  border: none;
  float: left;
  width: 100%;
}

#transportes .vehiculo_select_box {
  width: 60%;
  margin: 0 auto;
  max-width: 550px;
}

#transportes .vehiculo_select_box .row {
  border: none;
}

#transportes .vehiculo_select_box .col75 {
  float: none;
  display: table;
}

#transportes .fecha_revision {
  border: 1px dashed #ccc;
  float: left;
  text-align: center;
  width: 100%;
  padding: 11px;
  border-radius: 13px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#transportes .fecha_revision label {
  color: #aaa;
}

#transportes .vehiculo_select_box .ui-selectmenu-status {
  background: #E6F1F6;
  color: #1779AE;
  font-weight: bold;
}



#transportes .vehiculo_select_box a.ui-selectmenu {
  text-decoration: none;
  color: black;
  border: none;
  font-size: 13px;
  padding: 14px 12px;
  border-radius: 12px;
  width: 100%!important;
  background: #E6F1F6;
  outline: none;
  display: table-cell;
}

#transportes #tipoVehiculo_filter_table-menu {
  width: 100%;
  height: 237.667px;
  z-index: 1;
  top: 378.094px;
  left: 545px;
  max-width: 550px;
}

#transportes .banner_comienzo {
  width: 20%;
  float: left;
  background: url("../images/banner_simulacion_start.png") no-repeat;
  height: 80px;
  background-position: 15px center;
}

#transportes .banner_central {
  width: 60%;
  float: left;
  text-align: center;
}

#transportes .banner_final {
  width: 20%;
  float: left;
  background: url("../images/banner_simulacion_end.png") no-repeat;
  height: 80px;
  background-position: right center;
}

#transportes .banner_central p {
  color: #1779AC;
  font-weight: bold;
  max-width: 430px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 14px;
}

#transportes .col50 {
  width: 50%;
  float: left;
}

#transportes .col75 {
  width: 75%;
  float: left;
}

#transportes .ancho180px {
  width: 180px!important;
}

#transportes .paddingsup13px {
  padding-top: 18px!important;
}

#tipoVehiculo_filter_table-menu.ui-selectmenu-menu-dropdown, #tipoCalculo_filter_table-menu.ui-selectmenu-menu-dropdown {
/*  width: auto!important;*/
  border: 1px solid #FFF;
  box-shadow: 1px 2px 23px #ccc;
  border-radius: 9px;
  margin-top: 10px;
  padding-left: 15px;
  padding-top: 4px;
  padding-right: 10px;
}

#tipoVehiculo_filter_table-menu.ui-selectmenu-menu-dropdown li a, #tipoCalculo_filter_table-menu.ui-selectmenu-menu-dropdown li a{
  font-size: 13px;
  margin-bottom: 2px;
  margin-top: 2px;
  color: #1779AE;
  font-weight: bold;
  padding: 6px;
}

#tipoVehiculo_filter_table-menu.ui-selectmenu-menu-dropdown li, #tipoCalculo_filter_table-menu.ui-selectmenu-menu-dropdown li {
  background: none!important;
  border: none!important;
}

#tipoVehiculo_filter_table-menu.ui-selectmenu-menu-dropdown li:hover, #tipoCalculo_filter_table-menu.ui-selectmenu-menu-dropdown li:hover{
  background: #FFFFE0!important;
  border-radius: 10px;
}

#transportes .linea_boton_completar input {
  outline: none;
}


/******* pagina presentacion ***/

#transportes  .presentacion_box {
  background: url("../images/logo_transportes.png") no-repeat;
  padding-left: 200px;
  height: 120px;
  background-position: 23px center;
  padding-top: 19px;
}

#transportes  .presentacion_box h2 {
  color: #FFF;
  border: none;
  margin-top: 16px;
  margin-left: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#transportes  .presentacion_box p {
  color: #D5E7F1;
  font-size: 12px;
  max-width: 590px;
  line-height: 18px;
  margin-bottom: 20px;
  margin-top: 0px;
  font-weight: normal;
  margin-left: 20px;
}

#transportes  .cuerpo_presentacion h3 {
  border-bottom: 4px solid #9FC8DE;
  padding-left: 13px;
  padding-bottom: 6px;
  font-size: 16px;
  color: #1779AE;
  margin-top: 20px;
  float: left;
  width: 96%;
  margin-bottom: 15px;
}

#transportes  .cuerpo_presentacion p {
  color: #777;
  margin-left: 25px;
  font-size: 12px;
  margin-bottom: 10px;
  float: left;
  width: 95%;
  margin-top: 10px;
}

#transportes  .nota_presentacion {
  border: 1px dotted #9FC8DE;
  padding: 11px;
  border-radius: 13px;
  font-weight: bold;
  color: #1779AE!important;
  width: 60%!important;
  margin-left: 20%!important;
  margin-right: 20%!important;
  margin-bottom: 20px!important;
}

#transportes  .boton_ayuda {
  border: none;
  background: #1779AE;
  color: #fff;
  padding: 0px 10px;
  height: 25px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  margin-top: 2px;
}

#transportes  .last_p {
  margin-bottom: 50px!important;
}


/******* ESTILOS PARA TRANSPORTE DE PERSONAS *******/

#transportes #personas .presentacion_box {
  background: url("../images/logo_viajeros.png") no-repeat 20px;
}


#transportes  #personas .header_simulacion {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a1d88c+0,83cb71+100 */
  background: rgb(161, 216, 140);
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(161, 216, 140, 1) 0%, rgba(131, 203, 113, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, rgba(161, 216, 140, 1) 0%, rgba(131, 203, 113, 1) 100%);
  background: linear-gradient(135deg, rgba(161, 216, 140, 1) 0%, rgba(131, 203, 113, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a1d88c', endColorstr='#83cb71', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

#transportes  #personas .header_simulacion p,
#transportes  #personas .presentacion_box p {
  color: #fff;
}

#transportes  #personas .cuerpo_presentacion h3 {
  border-bottom: 4px solid #A1D88C;
  color: #83CB71;
}

#transportes  #personas .boton_ayuda {
  background: #5AB843;
}

#transportes  #personas .new_route_box {
  background: #E8F5E4;
}

#transportes  #personas .banner_central p {
  color: #5AB843;
}

#transportes  #personas .vehiculo_select_box a.ui-selectmenu {
  background: #E8F5E4;
}

#transportes  #personas .vehiculo_select_box .ui-selectmenu-status {
  background: #E8F5E4;
  color: #5AB843;
  font-weight: bold;
}

#transportes  #personas .ui-selectmenu-menu-dropdown li a {
  color: #5AB843;
}

#transportes  #personas .rup-wizard_next {
  border-color: #5AB843;
  background: url("../images/bus_sig.png") no-repeat 15px center #5AB843;
  padding-left: 85px;
}

#transportes  #personas .banner_comienzo {
  width: 20%;
  float: left;
  background: url("../images/banner_simulacion__viajeros_start.png") no-repeat;
  height: 80px;
  background-position: 15px center;
}

#transportes #personas .row {
  border-color: #5AB843;
}

#transportes #personas .dato_usuario {
  border: none;
  background: #E8F5E4;
}

#transportes #personas .subgrupo_dato label {
  color: #4FB736;
}

#transportes #personas fieldset h2 {
  border-bottom: 4px solid #BAE1AE;
  color: #4FB736;
}

#transportes #personas .cabecera_resultados h2 {
  border: none;
}

#transportes #personas .dato_usuario {
  color: #596949;
}

#transportes #personas .rup-wizard_prev {
  border-color: #83CB71;
  background: url("../images/bus_ant.png") no-repeat 15px center #83CB71;
  padding-left: 85px;
}

#transportes #personas .boton_completar {
  float: left;
  background: url("../images/flecha_izq_viajeros.png") no-repeat center center;
}

#transportes #personas .dato_total {
  border-color: #83CB71;
}


/***** viajeros steps ***/

/*li#stepDesc8 a span.titulo_wizard{
  position: absolute;
  bottom: -24px;
  text-decoration: underline;
}*/

span.titulo_wizard{display: none;}

#transportes  #personas #steps {
  background-color: #E8F5E4;
}

#transportes  #personas .rup-wizard_stepDesc.current a {
  color: #12AD2B;
}

#transportes  #personas .rup-wizard_stepDesc a {
  color: #8ACE79;
}

#transportes  #personas .rup-wizard_stepDesc.current a {
  background: url("../images/current_step_viajeros.png") no-repeat center 15px;
}

#transportes  #personas .rup-wizard_stepDesc a {
  background: url("../images/step_viajeros.png");
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: center 42px;
}

#transportes #personas li#stepDesc7 a {
  background-position: center 24px!important;
}

#transportes  #personas #steps .visitada {
  background: url("../images/completed_line_viajeros.png") repeat-x;
  background-position: center;
}

#transportes #personas li#stepDesc7.rup-wizard_lastStepDesc.current a {
  background: url(../images/step_finished_viajeros.png) no-repeat!important;
  background-position: center -2.1px!important;
}


#transportes #personas li#stepDesc7.rup-wizard_lastStepDesc.visitada a {
  background: url(../images/step_finished_viajeros_visited.png) no-repeat!important;
  background-position: center -2.1px!important;
}

#transportes  #personas #steps .current {
  background: url("../images/working_line_viajeros.png") repeat-x;
  background-position: center;
}

#transportes  #personas #steps .current.incompleted {
  background: url("../images/working_line_incompleted_viajeros.png") repeat-x;
  background-position: center;
}

#transportes  #personas #steps .visitada.incompleted {
  background: url("../images/incompleted_line_viajeros.png") repeat-x;
  background-position: center;
  animation: incompleta 1s ease;
  -webkit-animation: incompleta 1s ease;
}

#transportes  #personas #steps .visited.incompleted a,
#transportes  #personas #steps .visitada.incompleted a {
  background: url("../images/step_viajeros.png") no-repeat;
  background-position:  center 42px;
}

#transportes  #personas .rup-wizard_firstStepDesc a {
  color: #8ACE79!important;
  background: url("../images/step_home_viajeros.png")!important;
  background-position: center 5px!important;
  background-repeat: no-repeat!important;
}

#transportes  #personas .rup-wizard_stepDesc.visitada a {
  text-decoration: none;
  cursor: default;
  background: url("../images/step_completed_viajeros.png") no-repeat;
  background-position: center 42px;
}

#transportes  #personas .rup-wizard_lastStepDesc,
#transportes  #personas .rup-wizard_lastStepDesc.current a {
  animation: none!important;
  -webkit-animation: none!important;
}

#transportes  #personas .rup-wizard_lastStepDesc.current a {
  background: url("../images/step_finished_viajeros.png") no-repeat!important;
  background-position: center -1.8px!important;
}

#transportes  #personas .rup-wizard_StepCosteServicio.current a {
  background-image: url("../images/current_costes_step_viajeros.png") !important;
}

#transportes  #personas .rup-wizard_lastStepDesc.visitada a {
  background: url("../images/step_finished_viajeros_visited.png") no-repeat!important;
  background-position: center -1.8px!important;
}

#transportes  #personas .dato_usuario[readonly] {
  background: #ddd;
  color: #888;
}

#transportes  #personas .dato_usuario:focus {
  background: rgb(253, 255, 171);
}

#transportes  #personas .dato_usuario[readonly]:focus {
  background: #ddd;
}


/*** Pagina resultados ***/

#transportes #personas .menu_resultados li a {
  border: solid 1px #BAE1AE;
  color: #BAE1AE;
}

#transportes #personas .menu_resultados li.activo a,
#transportes #personas .menu_resultados li a:hover {
  background-color: #5AB843 !important;
  color: #fff;
  border-color: #5AB843;
}

#transportes #personas .menu_resultados .tablas {
  background: url("../images/tabla_viajeros.png") no-repeat center 80%;
}

#transportes #personas .menu_resultados .tartas {
  background: url("../images/tarta_viajeros.png") no-repeat center 80%;
}

#transportes #personas .menu_resultados .barras {
  background: url("../images/barras_viajeros.png") no-repeat center 80%;
}

#transportes #personas .menu_resultados li.activo .tablas,
#transportes #personas .menu_resultados li .tablas:hover {
  background: url("../images/tabla_active.png") no-repeat center 80%;
}

#transportes #personas .menu_resultados li.activo .barras,
#transportes #personas .menu_resultados li .barras:hover {
  background: url("../images/barras_active.png") no-repeat center 80%;
}

#transportes #personas .menu_resultados li.activo .tartas,
#transportes #personas .menu_resultados li .tartas:hover {
  background: url("../images/tarta_active.png") no-repeat center 82%;
}

#transportes #personas .menu_resultados li.activo:after {
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #5AB843;
  position: absolute;
  left: 35%;
}

#transportes #personas .boton_costes {
  background: url("../images/bus_sig.png") no-repeat 18px center #5AB843;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border-color: #5AB843;
  text-decoration: none;
  text-align: left;
  padding: 12px 0 11px 90px;
  width: 204px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

#transportes #personas .resultados_barras .leyenda {
  border-color: #7ECD6F;
}

#transportes #personas .header_buttons2 div:hover {
  background-color: #3A8029;
}

#transportes #personas .resultados_barras h4,
#transportes #personas .resultados_tartas h4 {
  background-color: #91D17E;
}

#transportes #personas .boton_xls {
  background-color: #5AB843;
}

#transportes #personas .boton_xls:hover {
  background-color: #3A8029;
}

#transportes #personas .boton_pdf {
  background-color: #5AB843;
}

#transportes #personas .boton_pdf:hover {
  background-color: #3A8029;
}


/**** Tabla resultados ****/

#transportes #personas table.resultados thead {
  background: #EBF3E8;
}

#transportes #personas table.resultados thead th,
#transportes #personas table.resultados tr.total th,
#transportes #personas table.resultados tr.total td {
  color: #4FB736;
}



/*#transportes #personas table.resultados tr.subheader th,
#transportes #personas table.resultados tr.subheader td {
  border-color: #5AB843;
}*/

#transportes #personas table.resultados tr.subheader th {
  color: #5AB843;
  padding-left: 5px;
}

#transportes #personas table.resultados td.usuario {
  color: #5AB843;
}

#transportes #personas p.texto_imprimir {
  color: #4FB736;
  border: solid 1px #DAF1D5;
}

#transportes .linea_boton_completar input {
  background: url("../images/completar_todo_btn.png") no-repeat!important;
  background-position: 10px center!important;
  padding-left: 35px;
  cursor: pointer;
}

#transportes .linea_boton_completar input:hover {
  background: url("../images/completar_todo_btn.png") no-repeat #1779AE!important;
  background-position: 10px center!important;
  padding-left: 35px;
  cursor: pointer;
}

#transportes #personas .linea_boton_completar input {
  background-image: url("../images/completar_todo_btn_viajeros.png")!important;
  color: #5AB843;
  border: solid 1px #5AB843;
}

#transportes #personas .linea_boton_completar input:hover {
  background-image: url("../images/completar_todo_btn_viajeros.png")!important;
  background-color: #5AB843 !important;
  color: #fff;
}

#transportes .ancho70pc {
  width: 70%!important;
}

#transportes .separa_12inf {
  margin-bottom: 12px;
}

#transportes .acciones_costes {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

#transportes .boton_costes {
  background: url("../images/camion_sig.png") no-repeat 22px center #1779AE;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border-color: #1779AE;
  text-decoration: none;
  text-align: left;
  padding: 12px 0 11px 80px;
  width: 204px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

#transportes .boton_costes:hover {
  background-color: #13587D;
  border-color: #13587D;
}

#transportes .dato_usuario {
  text-align: right;
}

#transportes .dato_usuario[readonly] {
  /*background: rgba(239, 235, 235, 0.36);*/
  font-weight: bold;
  color: #8FBD83;
}


#transportes .presentacion_box {
  height: auto!important;
}

#transportes .cuerpo_presentacion p a{padding: 0;}



@media all and (max-width:1120px) {
  #transportes .header_text2 {
    width: 25%;
  }
  #transportes .header_buttons2 {
    width: 75%;
    margin-top: 1%;
  }
}


/****** menu provisional  ****/

#transportes .columna_menus {
  width: 250px;
  float: left;
}

#transportes .menu_prov {
  border: 1px solid #CCC;
  float: left;
  margin-left: 8px;
  margin-bottom: 20px;
  width: 95%;
}

#transportes .menu_prov li {
  list-style: none;
  border-bottom: 1px dotted #CCC;
  padding: 3px;
}
  
#transportes .menu_prov li a {
  text-decoration: none;
  color: #1779AE;
}

#transportes .buscador {
  background: #DEEFF6;
  border: 2px solid white!important;
}

#transportes .buscador input[type=text] {
  width: 150px;
}
 
#transportes .buscar_gv {
  border: 1px solid #fff;
  color: #FFF;
  background: #1779AE;
  padding: 1px 6px;
  font-size: 12px;
  margin-left: 5px;
  margin-bottom: 8px;
}
 
#transportes .buscar_gv,
#transportes .buscar_gv p {
  margin-top: 8px;
}

#transportes .contenedor {
  width: 100%;
  margin: 0 auto;
  padding: 2em 0;
  background: #FFFFFF;
}

#transportes #personas,
#transportes #mercancias {
  background: #FFF;
}
#transportes 
#transportes .rup-breadCrumb_root {
  width: 99%;
  float: left;
  margin-bottom: .5em;
  border-top: 1px solid #ddd;
  padding-left: 10px;
}

#transportes .rup-language_root {
  font-family: Arial, Helvetica, sans-serif;
  border-top: 1px solid #DADADA;
  position: relative;
  width: 98%;
  line-height: 2em;
  float: left;
  margin-bottom: .7em;
  padding-left: 10px;
  padding-right: 10px;
}


/********* autofill inicio *******/

#transportes .opcion_fill {
  background: #FFFFE0;
  float: left;
  width: 100%;
  padding: 11px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#transportes .opcion_fill p {
  width: 100%;
  float: left;
  color: #A39218;
  padding-left: 8px;
  font-weight: bold;
}

#transportes #rb-button {
  float: right;
}

#transportes #rb-button label {
  float: left;
  margin: 0 .4em;
  width: 5em;
}
 
#transportes #rb-button label span {
  padding: 15px;
  display: block;
  background: none;
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
  color: #EBDD78;
  border: 1px solid #EBDD78;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  text-transform: uppercase;
}

#transportes #rb-button label input {
  position: absolute;
  top: -7320px;
}

#transportes #rb-button input:checked+span {
  background: #1779AE;
  color: white;
  border: 1px solid #1779AE;
}

#transportes #personas #rb-button input:checked+span {
  background: #89CE76;
  color: white;
  border: 1px solid #89CE76;
}

#transportes .col25 {
  width: 25%;
  float: left;
}

/* cargando... */

.blockUI.blockMsg.blockPage, .blockUI.blockMsg.blockElement{
	width: 10% !important;
	left: 45% !important;
}


.imgLoadMessage{
	width: 35px;
	height: 35px;
}
.h1LoadMessage{
  color: #fff;
  font-size: 12px;
}

/************* DISABLE HEAD TOP BUTTONS **********/

#transportes .disable_top {
  opacity: .3;
  pointer-events: none;
}


/** desktop low resolutions **/

@media (min-width:800px) and (max-width:1150px) {
  #transportes .rup-wizard_stepDesc a {
    font-size: 1em; 
    padding-left: 5px;
    padding-right: 5px;
  }
 #transportes  #steps li {
    width: 10.7%;
  }
  /*#transportes .rup-wizard_StepCosteServicio a {
    background-position: 69% 45px!important;
  }*/
  #transportes .titulo_dato {
    float: left;
    width: 35%;
    padding-left: 2%;
    padding-top: 8px;
    padding-right: 1%;
  }
  #transportes .descripcion .titulo_dato {
    padding-left: 1%;
    width: 15%;
  }
  #transportes .dato_observatorio {
    width: 15%;
    font-weight: normal;
  }
  
  #transportes fieldset label {
    font-size: 11px;
    font-weight: normal;
  }
  #transportes .dato_usuario {
    font-size: 12px
  }
  #transportes .dato_usuario[readonly] {
    font-weight: normal;
  }
  #transportes .linea_boton_completar input {
    background: #FFF;
    border: 1px solid #9FC8DE;
    color: #1779AD;
    padding: 8px 8px 8px 30px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: bold;
  }
  #transportes .linea_boton_completar input:hover {
    padding: 8px 8px 8px 30px;
  }
  #transportes .cabecera_resultados p {
    font-size: 12px;
    margin-bottom: 40px;
    float: left;
    clear: left;
    width: 50%;
    max-width: 575px;
    color: #666;
  }
  #transportes .boton_completar {
    float: left;
    background: url(../images/flecha_izq.png) no-repeat center center;
    background-size: contain;
    border: none;
    color: #FFF;
    margin-top: 8px;
    text-indent: -9em;
    width: 14px;
    height: 14px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    outline: none;
    cursor: pointer;
  }
  
}

select.select_versiones, select.select_Opciones {
  display: none!important;
}

select.select_versiones option,select.select_Opciones option{
  font-size: 14px!important;

}

#tabla28 .versionesOcultar,#tabla29 .versionesOcultar{
  display: none
}

.versionSeleccionada{
    display: flex!important;
    justify-content: center;
    align-items: center;
    width: 60%!important;
    text-align: center!important;
    float: right;
}
 
#transportes #contenidoResultados table td,
#transportes #contenidoResultados table th
 {text-align:center}


 #transportes #contenidoResultados table th{
  word-break: break-word;
  overflow: hidden;
  border: 1px dotted white;
  font-size: 1.25em;
 }

#tabla24 .opcionOculta , #tabla25 .opcionOculta ,#tabla26 .opcionOculta, #tabla26 .opcionOculta
{display:none;}

#tabla24 .opcionSeleccionda , #tabla25 .opcionSeleccionda ,#tabla26 .opcionSeleccionda, #tabla26 .opcionSeleccionda{
  display: flex!important;
  justify-content: center;
  align-items: center;
  width: 30%!important; 
  float: left!important;}

 
  #tabla24 .datosTabulados1, #tabla25 .datosTabulados1, #tabla26 .datosTabulados1, #tabla26 .datosTabulados1 {
    width: 15%;
    display: flex!important;
    justify-content: center;
    align-items: center;  
  }


  #tabla28 .datosTabulados2, #tabla29 .datosTabulados2 {
    width: 200px;
    min-width: 200px;
    display: flex; 
    justify-content: center;
    align-items: center;
  }


 