/*@font-face {
	font-family: 'Telex';
	src: url('fonts/Telex.eot?') format('eot'), 
	     url('fonts/Telex.woff') format('woff'), 
             url('fonts/Telex.ttf')  format('truetype'),
	     url('fonts/Telex.svg#Telex') format('svg');
}

@font-face {
	font-family: 'LinotypeVeto-Medium';
	src: url('fonts/LinotypeVeto-Medium.eot?') format('eot'), 
	     url('fonts/LinotypeVeto-Medium.woff') format('woff'), 
             url('fonts/LinotypeVeto-Medium.ttf')  format('truetype'),
	     url('fonts/LinotypeVeto-Medium.svg#LinotypeVeto-Medium') format('svg');
}*/

#login{
    width: 340px;
    height: 310px;
    margin: 50px auto;
}

#login input{
    margin-bottom: 10px;
}

#login .logo{
    text-align: center;
}

#login .error-message{
    color: red;
    margin-bottom: 5px;
}

#header #lang_row{
    background: url(img/background_row_lang.png) repeat-x;
    height: 24px;
    padding-top: 4px;
    clear: both;
}

#lang_row .select{
    background: url(img/select_arrow_01.png) no-repeat scroll right 0 #f3f4f0;
    float: left;
    height: 17px;
    position: relative;
    width: 100%; 
    border: 1px solid #a8e4f9;
    margin-right:5px;
}
#lang_row .select div{
    background:none;
    display: block;
    font:normal 11px/16px Verdana, Geneva, sans-serif;
    height: 17px;
    padding-left: 5px;
    padding-right: 20px;
    color:#61bfd5;
}
#lang_row .select select{
    font:normal 11px/16px Verdana, Geneva, sans-serif;
    height: 16px;
    left: 0;
    opacity: 0;
    filter:alpha(opacity=0);
    position: absolute;
    top: 0;
    width: 100%; 
    color:#61bfd5;
    border: 1px solid #a8e4f9;
    background-color: #f3f4f0;
}

#lang_row a.logout, #lang_row a.logout:hover, #lang_row a.logout:visited{
    color: white;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    display: block;
    padding-top: 2px;
}

#header #titulo{
    height: 110px;
    background-color: #80dcff;
    border-bottom: 1px solid #2ca3ed;
    clear: both;
}

#header #titulo h1{
    margin: 0px;
    width: 152px;
}

#header #titulo h1 a{
    text-indent: -9999999px;
    background: url(img/background_logo_cleanc0.png) no-repeat;
    display: block;
    height: 110px;
}

#menu_productos{
    /*min-height: 57px;*/
    clear: both;
}

#menu_productos ul.menu{
    list-style: none;
    /*min-height: 30px;*/
    float: left;
    margin: 0;
    padding-top: 11px;
    padding-bottom: 11px;
}
#menu_productos ul.menu li{
    color: #2ca3ec;
    float: left;
    font-family: Telex;
    font-size: 16px;
    margin-right: 15px;
    margin-left: 0px;
    padding: 5px 0;
    text-transform: capitalize;
}
#menu_productos ul.menu li a{
    color:#2ca3ec;
    padding:0 3px;
    text-decoration: none;
}
#menu_productos ul.menu li a:hover,
#menu_productos ul.menu li a.active{ 
    color: #0074b0; 
    font-family: Telex;
    font-weight: bold;
}

#menu_opco2{
    /*min-height: 57px;*/
    clear: both;
}

#menu_opco2 ul.menu{
    list-style: none;
    /*min-height: 30px;*/
    float: left;
    margin: 0;
    padding-top: 11px;
    padding-bottom: 11px;
}
#menu_opco2 ul.menu li{
    color: #2ca3ec;
    float: left;
    font-family: Telex;
    font-size: 14px;
    margin-right: 15px;
    margin-left: 0px;
    padding: 5px 0;
    text-transform: capitalize;
}
#menu_opco2 ul.menu li a{
    color:#2ca3ec;
    padding:0 3px;
    text-decoration: none;
}
#menu_opco2 ul.menu li a:hover,
#menu_opco2 ul.menu li a.active{ 
    color: #0074b0; 
    font-family: Telex;
    font-weight: bold;
}

#inicio{
    /*padding-top: 56px;*/
    padding-bottom: 49px;
    clear: both;
}

#inicio .section{
    margin-top: 9px;
    margin-bottom: 9px;
    margin-left: 18px;
    margin-right: 18px;
    height: 306px;
}

#inicio #bloque_1{
    background: url('img/background_bloque_1.png') no-repeat 0px 1px,
                url('img/background_section_inicio.png') repeat-x #f4f5f1;
}

#inicio #bloque_2{
    background: url('img/background_bloque_2.png') no-repeat 0px 1px,
                url(img/background_section_inicio.png) repeat-x #f4f5f1;   
}

#inicio #bloque_3{
    background: url('img/background_bloque_3.png') no-repeat 0px 1px,
                url(img/background_section_inicio.png) repeat-x #f4f5f1;   
}

#inicio #bloque_4{
    background: url('img/background_bloque_4.png') no-repeat 0px 1px,
                url(img/background_section_inicio.png) repeat-x #f4f5f1;   
}

#inicio #bloque_5{
    background: url('img/background_bloque_5.png') no-repeat 0px 1px,
                url(img/background_section_inicio.png) repeat-x #f4f5f1;   
}

#inicio #bloque_6{
    background: url('img/background_bloque_6.png') no-repeat 0px 1px,
                url(img/background_section_inicio.png) repeat-x #f4f5f1;   
}

#inicio .sin_margen_izquierdo{
    margin-left: 0px !important;
}

#inicio .sin_margen_derecho{
    margin-right: 0px !important;
}

#inicio_help{
    height: 40px;
    /*padding-top: 7px;*/
    padding-top: 12px;
    text-align: right;
}

#inicio .box{
    width: 162px;
    padding: 111px 14px 0;
    color: #8b8b8b;
}

#inicio .section-abstract{
    height: 120px;
    margin-bottom: 5px;
}

#inicio .box-inner a.boton{
    float: left;
}

#menu{
    clear: both;
    height: 66px;
}

#menu ul{
    list-style: none;
    height: 30px;
    margin: 0;
    padding-top: 14px;
}
#menu li{
    float: left;
    display: block;
    margin: 0;
    text-indent: -9999999px;
}

#menu li a{
    height: 40px;
    display: block;
}

#menu li.menu_separador{
    background: url('img/background_menu_separador.png') no-repeat center center;
    width: 20px;
    height: 40px;
}
#menu a.menu_opt1{
    background: url('img/background_menu_opcion_1.png') no-repeat center center;
    width: 17px;
}
#menu a.menu_opt1.active{
    background: url('img/background_menu_opcion_1_active.png') no-repeat center center;
    width: 25px;
}
#menu a.menu_opt2{
    background: url('img/background_menu_opcion_2.png') no-repeat center center;
    width: 30px;
}

#menu a.menu_opt2.active{
    background: url('img/background_menu_opcion_2_active.png') no-repeat center center;
    width: 36px;
}
#menu a.menu_opt3{
    background: url('img/background_menu_opcion_3.png') no-repeat center center;
    width: 38px;
}
#menu a.menu_opt3.active{
    background: url('img/background_menu_opcion_3_active.png') no-repeat center center;
    width: 43px;
}
#menu a.menu_opt4{
    background: url('img/background_menu_opcion_4.png') no-repeat center center;
    width: 34px;
}

#menu a.menu_opt4.active{
    background: url('img/background_menu_opcion_4_active.png') no-repeat center center;
    width: 43px;
}

#menu a.menu_opt5{
    background: url('img/background_menu_opcion_5.png') no-repeat center center;
    width: 34px;
}

#menu a.menu_opt5.active{
    background: url('img/background_menu_opcion_5_active.png') no-repeat center center;
    width: 43px;
}

#menu div.manual{
    /*padding-top: 13px;*/
    padding-top: 16px;
}

#intro{
    background-color: #f4f5f1;
    width: 100%;
    float: left;
    clear: both;
    padding-top: 20px;
}

#intro ul.submenu{
    list-style: none;
    padding: 25px 0px 0px 0px;
    font-weight: bold;
}

#intro ul.submenu li{
    margin: 5px 0px;
    cursor: pointer;
}

#intro ul.submenu li a,
#intro ul.submenu li a:visited,
#intro ul.submenu li a:hover
{
    display: block;
    color: white;
    text-decoration: none;
    padding: 4px 11px;
}

#intro ul.submenu li a,
#intro ul.submenu li a:visited{
    background-color: #2ca3ec;
}

#intro ul.submenu li a:hover,
#intro ul.submenu li a.active{
    background-color: #0074b0;
}

#intro .porcentaje_compensado {
    color: #3c93c0;
    font-size: 26pt;
    text-align: center;
}

#intro h3{
    color: #3c93c0;
    font-family: Telex;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
}

#tabs_gestiona h3{
    color: #3c93c0;
    font-family: Telex;
    margin-top: 20px;
}

#filtro{
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
}

#filtro .boton_busqueda_linea{
    padding-top: 4px;
}

#filtro h3{
    color: #3c93c0;
    font-family: Telex;
}

#filtro h4{
    margin-bottom: 10px;
    font-size: 14px;
}

#filtro .search-filter {
    float: left;
    margin-bottom: 10px;
}

#filtro .search-filter:last-child{
    margin-bottom: 0px;
}

span.blue{
    color: #2ca3ec;
}

.linea{
    clear:both;
    border-bottom: 1px solid #8b8b8b;
    width: 100%;
}

.etiqueta{
    margin-bottom: 4px;
    float: left;
    clear: both;
}

input[type=text], input[type=password]{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: #f9f9f9;
    color: #61bad0;
    padding: 7px;
    width: 100%;
}

input[type=radio].css-radio {
    display:none;
}

input[type=radio].css-radio + label.css-label-radio {
    background-repeat: no-repeat;
    background-position: 0px -17px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-bottom: 4px;
    padding-left: 22px;
    vertical-align: middle;
    color:black;

}

input[type=radio].css-radio:checked + label.css-label-radio {
    background-position: 0 0;
}

input[type=checkbox].css-checkbox {
    display:none;
}

input[type=checkbox].css-checkbox + label.css-label {
    background-repeat: no-repeat;
    background-position: 0 -17px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-bottom: 4px;
    padding-left: 22px;
    vertical-align: middle;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 0;
}

label.css-label {
    background-image:url('img/checkbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.css-label-radio {
    background-image:url('img/radio.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.label_inline {
    margin-top: 7px !important;
    display: block;
}

a.boton, a.boton:hover, a.boton:visited{
    text-decoration: none;
}

a.boton,
button.boton{
    border: none;
    background: url('img/background_boton.png') no-repeat right center #0074b0;
    padding: 5px 26px 5px 14px;
    text-transform: uppercase;
    font-family: Telex;
    font-size: 13px;
    color: white;
}

.boton_encuesta{
    padding: 9px 26px 9px 14px !important
}

a.button, a.button:hover, a.button:visited{
    border: none;
    background-color: #0074b0;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 13px;
    color: white !important;
    text-decoration: none;
}

button{
    background-color: #0074b0;
    color: white;
    border: none;
    padding: 5px 15px;
    font-size: 13px !important;
}

.button_disabled, .button_disabled_lock{
    background-color: silver !important;
}

.contenedor_datatable, .form_flota{
    background-color: #f4f5f1;
    padding: 15px 0px 30px 0px;
}

.contenedor_datatable_flota, .contenedor_datatable_enquestes{
    padding: 15px 0px 30px 0px;
}

.dataTables_length{
    padding-top: 27px;
}

.contenedor_thanks{
    padding: 60px 0px;
    float: left;
}

.contenedor_thanks_center{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.data-table{
    margin-top: 15px;
    margin-bottom: 15px;
}

.data-table td, .data-table th{
    padding: 10px 3px;
    vertical-align: middle;
}

.data-table th a, .data-table th a:hover, .data-table th a:visited{
    text-decoration: none;
    color: #8b8b8b;
}

.data-table td.check, .data-table th.check{
    background-color: #F4F5F1;
    vertical-align: middle;
}

.data-table td.check input.css-checkbox[type="checkbox"] + label.css-label,
.data-table th.check input.css-checkbox[type="checkbox"] + label.css-label{
    margin: 0px;
}

.data-table td.botones{
    border-left: 4px solid #F4F5F1;
}

#enquestes td.botones{
    border-left: 4px solid white;
}

.data-table tr.odd{
    background-color: #ececec;
    color: black;
}
.data-table tr.even{
    background-color: white;
    color: black;
}

.edit, .delete, .clonar, .view, .unlock, .lock, .edit_pdf, .recalculate{
    text-indent: -9999px;
    display: block;
    height: 24px;
    width: 24px;
    float: left;
}

.excel_factores_encuestas{
    float: left !important;
    margin-right: 10px;
}

.delete_producto_sistema{
    float: right;
    margin-bottom: 10px;
}

.edit{
    background: url('img/icono_editar.png') no-repeat center center;
    margin-right: 5px;
}

.edit_pdf{
    background: url('img/icono_edit_pdf.png') no-repeat center center;
    margin-right: 5px;
}

.delete{
    background: url('img/icono_borrar.png') no-repeat center center;
}

.lock{
    background: url('img/icono_lock.png') no-repeat center center;
}

.unlock{
    background: url('img/icono_unlock.png') no-repeat center center;
}

.recalculate{
    background: url('img/ico_refresh.png') no-repeat center center;
    margin-right: 5px;
}

.clonar{
    background: url('img/icono_clonar.png') no-repeat center center;
    margin-right: 5px;
}

.view{
    background: url('img/icono_view.png') no-repeat center center;
    margin-right: 5px;
    width: 32px !important;
}

.view_encuesta{
    text-indent: -9999px;
    display: block;
    float: right;
    height: 24px;
    background: url('img/icono_view.png') no-repeat center center;
    width: 32px;
}

td.botones{
    width: 90px;
}

.boton_secundario, 
.boton_secundario:hover, 
.boton_secundario:visited{
    padding: 4px 11px;
    display: block;
    color: white !important;
    text-decoration: none;
    background-color: #2ca3ec;
}

#compensa_view, #comunica_view{
    padding-top: 20px;
    background-color: #f4f5f1;
    float: left;
}

#compensa_view .data-table td,
#compensa_view .data-table th{
    border-left: 5px solid #F4F5F1;
}

#proyectos{
    padding: 34px 0px;
}

.proyecto{
    margin-top: 14px;
    margin-bottom: 14px;
    width: 197px;
    float: left;
}

.proyecto.alpha{
    margin-right: 18px;
}

.proyecto.omega{
    margin-left: 18px;
}

.proyecto div.img img{
    width: 197px;
    height: 137px;
}

.proyecto div.text{
    background-color: white;
    padding: 8px;
    margin-bottom: 8px;
    height: 137px;
}

.proyecto div.title{
    font-weight: bold;
}

.proyecto div.title,
.proyecto div.subtitle{
    color: #0074b0;
}

.proyecto div.text div{
    margin-bottom: 5px;
    
}

#footer{
    background-color: #3a3a3a;
    border-top: 1px solid #b9b9b9;
    height: 21px;
    padding-top: 10px;
    clear: both;
    color: white;
    text-decoration: none;
}


#footer a, #footer a:hover, #footer a:visited{
    color: white;
    text-decoration: none;
}

.footer_bottom{
    position: absolute;
    bottom: 0px;
}

.footer_bottom p{
    margin: 0px;
}

.text_left{
    text-align: left !important;
}
.text_center{
    text-align: center !important;
}
.text_right{
    text-align: right !important;
}

#projecte_view{
    padding-top: 20px;
    background-color: #f4f5f1;
    float: left;   
}

#projecte_view > div > div{
    margin-bottom: 10px;
}

#projecte_view .foto img{
    width: 510px;
    height: 247px;
}

#projecte_view .datos dl{
    float: left;
}

#projecte_view .datos dt, #projecte_view .datos dd{
    height: 12px;
    margin-bottom: 10px;
    padding: 18px;
    float: left;
}

#projecte_view .datos dt{
    width: 274px;
    margin-right: 5px;
    color: white;
    background-color: #2ca3ec;
    text-align: left;
}

#projecte_view .datos dd{
    width: 154px;
    margin-left: 5px;
    color: #0074b0;
    background-color: #80dcff;
    font-weight: bold;
    text-align: right;
}

#projecte_view .localizacion li{
    margin: 0px 0px 3px 0px;
}

#projecte_view .localizacion ul{
    margin: 0px;
    list-style: none;
}

h2{
    color: #3c93c0;
    font-family: Telex;
    margin-bottom: 12px;
}

#calcula form{
    
}

form h2, .dialogo h2{
    font-size: 20px;
}

form h3, form #dias h4, .dialogo h3{
    color: #3c93c0;
    padding-bottom: 4px;
    border-bottom: 1px solid #3c93c0;
    font-size: 11px;
}

h4.datos_encuestas{
    margin-bottom: 0px;
}

form #propiedades_producto h3{
    height: 20px;
}

form h4, form #dias h3, .dialogo h4{
    font-size: 11px;
    color: black;
}

form h5, .dialogo h5{
    margin: 0px;
    font-size: 1em;
    color: black;
    font-weight: normal;
}

.sala h5.grid_22{
    border-bottom: 1px solid black;
}

form h5.pyme, .dialogo h5.pyme{
    color: #3c93c0;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 11px;
}

form h4.pyme, .dialogo h4.pyme{
    font-size: 13px;
}

form .bloque, .dialogo .bloque{
    float:left;
    padding-top: 20px;
    padding-bottom: 20px;
}

form .gris, .dialogo .gris{
    background-color: #f4f5f1;
}

form .row, .dialogo .row{
    margin-bottom: 15px;
    float: left;
    clear: both;
}

form .row_etiqueta,
form .row_etiqueta_left{
    display: table;
    margin-bottom: 5px;
    float: left;
    clear: both;
}

form .row_etiqueta div.etiqueta,
form .row_etiqueta_left div.etiqueta{
    display: table-row;
    height: 100%;
}

form .row_etiqueta div.etiqueta > div.alpha,
form .row_etiqueta_left div.etiqueta > div.alpha{
    padding-left: 0;
}

form .row_etiqueta div.etiqueta > div.omega,
form .row_etiqueta_left div.etiqueta > div.omega{
    padding-right: 0;
}

form .row_etiqueta div.etiqueta > div{
    float: none !important;
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    padding: 0 5px 0 5px;
}

form .row_etiqueta_left div.etiqueta > div{
    float: none !important;
    display: table-cell;
    vertical-align: bottom;
    padding: 0 5px 0 5px;
}

form .select, .dialogo .select{
    background: url(img/select_arrow_02.png) no-repeat scroll right center #f3f4f0;
    float: left;
    height: 31px;
    position: relative;
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: #f9f9f9;
    color: #61bad0;
    width: 100%;
}

form .select div, .dialogo .select div{
    background:none;
    display: block;
    font:normal 11px/16px Verdana, Geneva, sans-serif;
    height: 17px;
    color:#61bfd5;
    
    overflow: hidden;
    padding: 7px 30px 7px 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

form .select select, .dialogo .select select{
    font:normal 11px/16px Verdana, Geneva, sans-serif;
    height: 31px;
    left: 0;
    opacity: 0;
    filter:alpha(opacity=0);
    position: absolute;
    top: 0;
    width: 100%; 
    color:#61bfd5;
    border: 1px solid #a8e4f9;
    background-color: #f3f4f0;
}

form span.unit, .dialogo span.unit, form span.unit_gris, .dialogo span.unit_gris{
     display: block;
    padding-top: 7px;
    margin-left: -3px;
}

form span.unit, .dialogo span.unit{
    color: black;
}

form span.help, .dialogo span.help {
    font-style: italic;
}

.hide{
    display: none;
}

.map{
    background: url('img/background_mapa.png') no-repeat;
    width: 550px;
    height: 266px;
    position: relative;
}

.map .location{
    position: absolute;
}

.map .tooltip{
    display: none;
    position: absolute;
    background: url('img/background_tooltip.png') no-repeat 0px -10px;
    width: 173px;
    height: 42px;
    padding: 8px;	
}

.tooltip.auto {
  background: #0074b5;
  height: auto;
  border-color: #0073b5 transparent transparent transparent;
  z-index: 10;
}
.tooltip.auto:after { 
  content: " "; position: absolute; bottom: -12px; left: 16px;
  width: 0; height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: inherit;
}
.tooltip.auto.tooltip-right:after { left: inherit; right: 16px; }

.map .tooltip a, 
.map .tooltip .a:hover, 
.map .tooltip .a:visited{
    text-decoration: none;
    color: white;
    display: block;
    
}

.map .tooltip ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.map .tooltip ul li{
    margin: 0px;
}

.map .tooltip ul li.title{
    color: #80dcff;
}

.map .tooltip .puntero{
    width: 12px;
    height: 12px;
    left: 12px;
    bottom: -2px;
    background-color: #0074b5;
    border: 1px solid #3c94c4;
}

#comunica_view .datos dl{
    float: left;
    margin-top: 10px;
}

#comunica_view .datos dl.embedded{
    margin-bottom: 10px;
}

#comunica_view .datos dl.embedded dt, #comunica_view .datos dl.embedded dd{
    margin-bottom: 0px;
}

#comunica_view .datos #texto_tooltip{
    height: 44px;
    padding-top: 4px;
    margin-bottom: 20px;
}

#comunica_view .datos #texto_tooltip.show{
    height: 38px;
    border: 3px solid #777779;
}

#comunica_view .datos #texto_tooltip.show ul{
    list-style: none;
}

#comunica_view .datos #texto_tooltip.show ul li{
    margin-left: 15px;
}

#comunica_view .datos dt, #comunica_view .datos dd{
    height: 12px;
    margin-bottom: 10px;
    padding: 18px;
    float: left;
}

#comunica_view .datos dt{
    width: 313px;
    margin-right: 5px;
    color: white;
    background-color: #2ca3ec;
    text-align: left;
}

#comunica_view .datos dd{
    width: 154px;
    margin-left: 5px;
    color: #0074b0;
    background-color: #80dcff;
    font-weight: bold;
    text-align: right;
}

.input_error{
    border: 1px solid red !important;
    background-color: #FCF2F2 !important;
}

.error-message{
    clear: both;
    color: red;
    margin-bottom: 5px;
}


/*Estilos incorporados de product0*/
img.img_producto {
    height: 166px;
    width: 166px;
}

#archivo {
    display: none;
}

#botonUpload{
    float: left;
    margin-top: 2px;
}
.ajax_loader{
    float: left;
    margin-top: 5px;
    display: none;
}

a.afegir{
    background-color: #0074B0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 13pt;
    font-weight: bold;
    /*margin-top: 5px;*/
    margin-top: 1px !important;
    /*padding: 2px 9px;*/
    padding: 3px 10px 3px 9px;
    text-align: center;
    text-decoration: none;
}

div.caja_fases{
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    float: left;
    width: 100%;
    padding-top: 5px;
    background-color: #f9f9f9;
    color: #61bad0;
}

div.caja_fases .row{
    margin-bottom: 5px;
}

#contenido_fase, 
#contenido_fase_final, 
#informe_producto,
#gestionar_datos{
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
}

#contenido_fase .tlt_fase{
    color: #3c93c0;
    padding-bottom: 4px;
    font-size: 11px;
    margin: 0px;
}

#contenido_fase .boton_secundario, 
#contenido_fase .boton_secundario:hover, 
#contenido_fase .boton_secundario:visited{
    padding: 4px 11px;
    color: white;
    text-decoration: none;
    background-color: #2ca3ec;
    display: inline;
    margin-right: 5px;
}

#contenido_fase table caption{
    color: #3c93c0;
    padding-bottom: 4px;
    border-bottom: 1px solid #3c93c0;
    font-size: 11px;
}

#contenido_fase tr:nth-child(odd) td,
#informe_producto tr:nth-child(odd) td,
#gestionar_datos tr:nth-child(odd) td{
    background-color: #ececec;
    color: black;
}

#contenido_fase tr:nth-child(even) td,
#informe_producto tr:nth-child(even) td,
#gestionar_datos tr:nth-child(even) td{
    background-color: white;
    color: black;
}

#contenido_fase td.botones{
    border-left: 4px solid white;
    background-color: white !important;
    width: 60px;
    text-align: center;
}

#contenido_fase .anidado{
    padding-left: 25px;
}

#botones_fase{
    float:left;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f4f5f1;
    width: 100%;
}

#contenido_fase_final td input{
    width: 56px;
}

#contenido_fase_final tr.bg_producto{
    background-color: #ececec;
}

#contenido_fase_final td{
    color: black;
}

#contenido_fase_final tr.bg_fase td{
    background-color: #b5b5b5;
    color: white !important;
}

#contenido_fase_final td{
    padding: 3px 0px;
}

#contenido_fase_final td.titulo_elemento, 
#contenido_fase_final td.perc_total{
    vertical-align: middle;
}

#contenido_fase_final tr.bg_fase td.titulo_fase{
    padding-left: 15px;
}

#contenido_fase_final tr.componente td.titulo_elemento,
#contenido_fase_final tr.material td.titulo_elemento{
    padding-left: 30px;
}

#contenido_fase_final tr.componente_material td.titulo_elemento{
    padding-left: 45px;
}

td.botones_producto {
    width: 100px !important;
}

.view_informes_producto{
    text-indent: -9999px;
    display: block;
    height: 28px;
    /*background: url('img/icono_view.png') no-repeat center center;*/
    background: url('img/icono_view_informe_producto.png') no-repeat center center;
    width: 22px;
    margin: auto;
}

.botones_version_informe{
    float: left;
    margin-left: 40px;
}

.tabla_comparativa{
    width: 100%;
    height: 200px;
    overflow: auto;
}

#intro ul.submenu_informe{
    list-style: none;
    font-weight: bold;
    float: left;
}

#intro ul.submenu_informe li{
    margin: 5px;
    cursor: pointer;
    display: block;
    float: left;
}

#intro ul.submenu_informe li a,
#intro ul.submenu_informe li a:visited,
#intro ul.submenu_informe li a:hover
{
    display: block;
    color: white;
    text-decoration: none;
    padding: 4px 11px;
}

#intro ul.submenu_informe li a,
#intro ul.submenu_informe li a:visited{
    background-color: #2ca3ec;
}

#intro ul.submenu_informe li a:hover,
#intro ul.submenu_informe li a.active{
    background-color: #0074b0;
}

#informe_producto .datos dl{
    float: left;
    margin-top: 10px;
}

#informe_producto .datos dt, #informe_producto .datos dd{
    height: 12px;
    margin-bottom: 10px;
}

#informe_producto .datos dt{
    width: 51%;
    color: black;
    font-weight: bold;
    text-align: left;
    float: left;
}

#informe_producto .datos dd{
    width: 49%;
    color: black;
    text-align: right;
    float: right;
}

#informe_producto h2{
    font-size: 20px;
}

#informe_producto h3{
    color: #3c93c0;
    padding-bottom: 4px;
    font-size: 13px;
}

#informe_producto .cnt_inf_completo h3.tlt_fase{
    border-bottom: 1px solid #3c93c0;
}

#informe_producto .cnt_inf_completo h4{
    color: black;
    font-size: 13px;
}

#informe_producto .data-table table{
    margin: 0px;
}

#informe_producto .cnt_informe_resumen{
    overflow-x: scroll;
}

#informe_producto textarea{
    resize: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: #f9f9f9;
    color: #61bad0;
    padding: 7px;
    width: 100%;
}

#informe_producto tr.total_informe td{
    background-color: white !important;
}

#informe_producto tr.total_informe td.total_izquierdo{
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-weight: bold;
}

#informe_producto tr.total_informe td.total_derecho{
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-weight: bold;
}

/*CERTIFICADO PUBLICO*/
#certificado_publico{
    width: 100%;
    float: left;
    clear: both;
    padding: 40px 0;
    font-size: 12px;
}

#certificado_publico .bloque{
    float: left;
    padding: 10px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#certificado_publico .gris{
    background-color: #f4f5f1;
}

#certificado_publico p{
    float: left;
    margin: 5px 0;
    width: 100%;
}

#certificado_publico p span.titulo{
    color: #3c93c0;
    font-weight: bold;
}

#info_adicional #projecte_view{
    padding: 40px 0px;
    width: 100%;
}

#info_adicional #projecte_view .foto img{
    width: 100%;
    height: auto;
}

#certificado_publico span.info_adicional{
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}

/*Innovi*/
#logo_innovi{
    padding-top: 8px;
}

#innovi_submenu{
    background-color: #f4f5f1;
    float: left;
    padding-top: 11px;
    width: 100%;
}

#innovi_submenu ul{
    height: 30px;
    list-style: none outside none;
    margin: 0;    
}

#innovi_submenu ul li{
    float: left;
    font-family: Telex;
    font-size: 13px;
    margin-left: 0;
    margin-right: 15px;
}

#innovi_submenu ul li a{
    color: #2ca3ec;
    text-decoration: none;
}

#innovi_submenu ul li a:hover, #innovi_submenu ul li a.active {
    color: #0074b0;
    font-weight: bold;
}

#innovi_ancho_especial .grid_5{
    width: 210px;
}

#innovi_vinedos #innovi_ancho_especial .grid_7{
    width: 280px;
}

#innovi_vinedos #innovi_ancho_especial .grid_4{
    width: 170px;
}

#innovi_vinedos #innovi_ancho_especial .grid_2{
    width: 60px;
}

img.img_innovi {
    height: 166px;
    width: 166px;
    padding-top: 5px;
}

#innovi_vinedos h4{
    margin-bottom: 10px;
}

.innovi_opcion{
    padding-top: 5px;
    padding-left: 5px;
    float: left;
    margin-left: 5px;
}

.innovi_opcion.alpha {
    margin-left: 0px;
    padding-left: 0px;
}

.innovi_opcion label{
    color: #8b8b8b !important;
}

#bloque_vinedos{
    width: 100%;
    float: left;
}

div.odd{
    background-color: #fff;
}

div.even{
    background-color: #f4f5f1;
}

div.odd .row, div.even .row{
    margin-top: 7px;
    margin-bottom: 8px;
}

div.row.innovi_botones_material{
    margin-top: 7px;
}

/*Telecomunicaciones*/
.main_corporativa div.bloque:first-child{
    padding-top: 20px;
    padding-bottom: 10px;
}

.main_corporativa div.bloque{
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
}

.main_corporativa div.bloque:last-child{
    padding-top: 10px;
    padding-bottom: 20px;
}

.main_corporativa .data-table .row:last-child{
    margin-bottom: 0px;
}

.fl_right{
    float: right !important;
}

.fl_left{
    float: left !important;
}

#form_transporte_bienes_global .transport:nth-child(even),
#form_viajes_global .viaje:nth-child(even),
#form_abast2 .indirecte:nth-child(even){
    background-color: #f4f5f1;
}

#form_transporte_bienes_global .transport,
#form_viajes_global .viaje,
#form_abast2 .indirecte{
    margin: 0px -5px;
    padding: 5px;
}

#modal_import_teleco .ajax_loader{
    margin-left: 10px;
}

.tabs_cleanco2.ui-widget-content{
    border: none;
    background: none;
    padding: 0px;
    margin: 0px;
}

.tabs_cleanco2 ul{
    border-radius: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 1px;
    border-right: 0px;
    border-color: #2CA3EC;
    border-style: solid;
    background: none;
}

.tabs_cleanco2 ul li{
    border: none !important;
}

.tabs_cleanco2 div.ui-tabs-panel{
    padding: 0px;
    margin: 0px;
}

.tabs_cleanco2 .ui-widget-content{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    color: #8b8b8b;
}

.tabs_cleanco2 .ui-tabs-anchor,
.tabs_cleanco2 .ui-icon-close{
    float: left;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-front {
    z-index: 100000 !important;
}

/*Sistemas*/
.img_logo img{
    height: 53px;
    margin-top: -8px;
}

/*select2*/
.select_for_select2{
    width: 100%;
}

li.select2-selection__choice,
li.select2-results__option,
li.select2-search{
    margin-left: 0px;
}

.select2-container {
    z-index: 9999;
}

/* =========================================================
  LOADING / LOADER
============================================================ */
.loading {
  background: rgba(255,255,255,0.8) url(img/spin.svg) 50% 50% no-repeat;
  position: fixed; left: 0; top: 0; right: 0; bottom: 0; display: none;
  z-index: 99999; 
}

/* ==========================================================
   Informe disgregado
   ========================================================== */
span.total_fase_disgregado{
    float: right;
}

/* ==========================================================
   Paginación gestiona
   ========================================================== */
#paginacion_gestiona{
    text-align: center;
    float: none;
    clear: both;
    margin-bottom: 20px;
}

#paginacion_gestiona a,
#paginacion_gestiona a:hover,
#paginacion_gestiona a:visited{
    text-decoration: none;
    color: #61bfd5;
}

/* ==========================================================
   Productos (calcula agrupado)
   ========================================================== */
#tabs_grupos{
    min-height: 350px;
}

.btn_add_fase{
    margin-top: 1px !important;
    color: white !important;
}

#btn_add_grupo{
    margin-top: 3px !important;
}

.icon_disabled{
    opacity: 30% !important;
}

.non_cursor{
    cursor: not-allowed !important;
}

/* SWITCH */
.wrapper_switch{
    padding-top: 4px;
}

.label_switch{
    padding-right: 10px;
    padding-top: 4px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch.sm {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider.sm:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/* SWITCH */

.d-none {
  display: none !important;
}

/* COLLAPSE */
/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .collapsedActive class with JS), and when you move the mouse over it (hover) */
.collapsedActive, .collapsible:hover {
  background-color: #ccc;
}

.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.collapsedActive:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.collapsible, .collapsible_wo_icon:after {
  content: ''; /* Unicode character for "plus" sign (+) */
}

.collapsedActive, .collapsedActive_wo_icon:after {
  content: ""; /* Unicode character for "minus" sign (-) */
}

.ui-progressbar {
    position: relative;
    display: flex;
}

.progress-label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}