* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@-webkit-keyframes TMNT{

    0% {
        left: 0px;
    }
    100% {
        left: -1200px;
    }

}

.tipo_experiencia {
  text-align: left;
}

.tab_experiencias {
  font-size: 12px;
  border: 1px solid #e5e5e5;
  width: 100%;
  border-radius: 4px;
}

.cab_exp {
  font-weight: bold;
  background-color: #E6E6E6;
}

.boton_validacion {
  background-image: url(../pics/boton_validacion.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_validacion:hover {
  background-image: url(../pics/boton_validacion_hover.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_validacion_dissabled {
  background-image: url(../pics/boton_validacion_off.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_misproyectos {
  background: url(../pics/boton_favoritos.png) no-repeat;
  background-position: left 5% center;
  background-size: 18px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

:root {
  --fondo: #ffffff;
  --desv: #909090;
  --borde: #ffffff;
  --anctab: 50%;
  --h: 32px;
  --gap: 6px;
  --pad-x: 14px;
  --punta: 12px;
  --gris-bg: #e6e9ee;
  --gris-texto: #797777;
  --azul-marino: rgb(13,92,171);
  --azul-claro: #C6E2FF;
  --celeste-texto: #3090F0;
}

.tabsNav {
  position: relative;
  font-size: 14px;
  line-height: 150%;
  width: 300px;
  height: 475px;
}

.tabsNav .tab {
  display: block;
  position: absolute;
  width: 100%;
  height: 475px;
}

.tabsNav .tab input[type='radio'] {
  display: none;
}

.tabsNav .tab label {
  display: inline-block;
  position: relative;
  top: 0px;
  width: var(--ancTab);
  text-align: center;
  text-decoration: none;
  color: var(--desv);
  border: 1px solid var(--desv);
  border-bottom: none;
  cursor: pointer;
}

.tabsNav .tab:nth-of-type(1) label {
  left: 0;
}

.tabsNav .tab:nth-of-type(2) label {
  left: var(--ancTab);
}

.tabsNav .tab:nth-of-type(2) .list-especialidades label {
  left: 5%;
  width: auto;
  display: inline;
  color: black;
  border: none;
  background: transparent;
}

.tabsNav .tab:nth-of-type(2) .list-ambitos label {
  left: 5%;
  width: auto;
  color: black;
  border: none;
  background: transparent;
}

.tabsNav .tab:nth-of-type(3) label {
  left: calc(2 * var(--ancTab));
}

.tabsNav .tab input:checked ~ div {
  position: relative;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  min-height: 90% !important;
  background: var(--fondo);
  border: 1px solid #D7D7DA;
  padding: 15px;
  text-align: justify;
}

.tabsNav .tab input:not(:checked) ~ div li {
  position: relative;
  box-sizing: border-box;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: var(--fondo);
  border: 1px solid var(--borde);
  padding: 15px;
  text-align: justify;
}

.tabsNav .tab input:checked + label {
  z-index: 1000;
  color: black;
  border: 1px solid var(--borde);
}

.tabsNav .tab input:not(:checked) + label {
  z-index: 1000;
  border: 1px solid var(--borde);
  background: #D9D9D9;
}

.celda_exp {
  text-align: center;
}

.semaforo_valoracion {
  font-weight: bold;
  color: black;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
  font-size: 8px;
  background-size: 30px;
  text-align: center;
}

.buttons-copy {
  background-image: url(../pics/boton_copy.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  height: 30px;
  width: 30px;
  font-size: 10px;
  color: transparent;
  vertical-align: bottom;
  cursor: pointer;
  border: none;
  background-color: white;
  border-radius: 4px;
}

.buttons-copy:hover {
  background-image: url(../pics/boton_copy_hover.png);
  background-color: #dedede;
}

.buttons-csv {
  background-image: url(../pics/boton_csv.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  height: 30px;
  width: 30px;
  font-size: 10px;
  color: transparent;
  vertical-align: bottom;
  cursor: pointer;
  border: none;
  background-color: white;
  border-radius: 4px;
}

.buttons-csv:hover {
  background-image: url(../pics/boton_csv_hover.png);
  background-color: #dedede;
}

.buttons-pdf {
  background-image: url(../pics/boton_pdf.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  height: 30px;
  width: 30px;
  font-size: 10px;
  color: transparent;
  vertical-align: bottom;
  cursor: pointer;
  border: none;
  background-color: white;
  border-radius: 4px;
}

.buttons-pdf:hover {
  background-image: url(../pics/boton_pdf_hover.png);
  background-color: #dedede;
}

.buttons-excel {
  background-image: url(../pics/boton_excel.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  height: 30px;
  width: 30px;
  font-size: 10px;
  color: transparent;
  vertical-align: bottom;
  cursor: pointer;
  border: none;
  background-color: white;
  border-radius: 4px;
}

.buttons-excel:hover {
  background-image: url(../pics/boton_excel_hover.png);
  background-color: #dedede;
}

.oculto {
  display: none;
}

.control-expandir {
  background-image: url(../pics/expand.png);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center center;
  background-color: #f9f9f9;
  cursor: pointer;
  width: 20px;
  border: none;
}

.control-contraer {
  background-image: url(../pics/collapse.png);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center center;
  cursor: pointer;
  width: 20px;
  border: none;
}

.tbl_lic {
  border-right: 0.4px solid #E5E5E5;
}

.etiqueta_check {
    cursor: pointer;
    display: inline-block;
    white-space: normal;
    line-height: 1.1;      /* MÁS compacto */
    font-size: 8px;        /* mantienes tamaño pequeño */
}

.etiquetaAmbito_check {
  cursor: pointer;
}

.semaforo {
  background-size: 30px;
  font-size: 9px;
  text-align: center;
  vertical-align: middle;
  color: black;
  text-shadow: 2 white;
  background-repeat: no-repeat;
  background-position: center;
}

.semaforo:hover {
  font-weight: bold;
}

.linea {
    cursor: pointer;
    display: flex;
    align-items: center;   /* antes flex-start */
    gap: 4px;
    height: auto;
    min-height: 14px;      /* más pequeño */
    margin-bottom: 2px;    /* menos separación */
}


.linea input[type="checkbox"] {
    margin-top: 0;
    transform: scale(0.8); /* opcional → checkbox más pequeño */
}

.lineaAmbito {
  cursor: pointer;
}

.list-ambitos {
  border-radius: 4px;
  background-color: #FFF;
  text-align: left;
  overflow-y: scroll;
  border: 1px solid #BDBDBD;
  padding: 4px;
}

.list-especialidades {
    font-size: 8px;
    border-radius: 4px;
    background-color: #FFF;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #BDBDBD;
    padding: 4px;
}

.list-experiencias {
  border-radius: 4px;
  background-color: #FFF;
  text-align: left;
  overflow-y: scroll;
  border: 1px solid #BDBDBD;
  padding: 4px;
}

.checklistitem {
  background-color: #FFF;
  width: 100%;
  margin: 0px;
  cursor: arrow;
}

.checklistitem:hover {
  background-color: #E3E3E3;
}

.boton_add_proveedor {
  background: url(../pics/boton_add_proveedor.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_add_proveedor:hover {
  background: url(../pics/boton_add_proveedor.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_licitacion {
  background: url(../pics/boton_licitacion.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_licitacion:hover {
  background: url(../pics/boton_licitacion.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_valoracion {
  background: url(../pics/boton_valoracion.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_valoracion:hover {
  background: url(../pics/boton_valoracion_hover.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_valoracion_off {
  background: url(../pics/boton_valoracion_off.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_inc {
  background: url(../pics/add_dropdown.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_inc:hover {
  background: url(../pics/add_dropdown.png) no-repeat;
  background-size: 18px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_addADD {
  background: url(../pics/boton_addADD.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_addADD:hover {
  background: url(../pics/boton_addADD_hover.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.icono_add {
  background: url(../pics/boton_add.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_add {
  background-position: center center;
  background-size: 20px;
  width: 95px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background-color: #0D5CAB;
  color: white;
  font-size: 14 !important;
  cursor: pointer;
}

.icono_add_off {
  background: url(../pics/boton_add_off.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #e5e5e5;
  cursor: pointer;
}

.boton_add_off {
  background-position: center center;
  background-size: 20px;
  width: 95px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background-color: #0D5CAB;
  color: white;
  cursor: pointer;
}

.icono_add:hover {
  background: url(../pics/boton_add_hover.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_add:hover {
  background-size: 20px;
  width: 95px;
  height: 40px;
  background-position: center center;
  border-radius: 10px;
  background-color: #0D5CAB;
  color: white;
  border: 0;
}

.boton_add_contrato {
  background: url(../pics/boton_add_contrato.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_add_contrato:hover {
  background: url(../pics/boton_add_contrato_hover.png) no-repeat;
  background-size: 20px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_informe {
  background: url(../pics/boton_informe.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_informe:hover {
  background: url(../pics/boton_informe_hover.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_borrar_subcontratista {
  background: url(../pics/boton_borrar.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_borrar_subcontratista:hover {
  background: url(../pics/boton_borrar_hover.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_editar {
  background: url(../pics/boton_editar.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: none !important;
  border-radius: 4px;
  background-color: transparent !important;
  cursor: pointer;
}

.boton_editar:hover {
  background: url(../pics/boton_editar_hover.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: transparent !important;
  border: none !important;
}

.boton_editar_off {
  background: url(../pics/boton_editar_off.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: none !important;
  border-radius: 4px;
  background-color: transparent !important;
}

.boton_borrar_licitadores {
  background: url(../pics/boton_borrar.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_borrar_licitadores:hover {
  background: url(../pics/boton_borrar_hover.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_borrar_licitadores_off {
  background: url(../pics/boton_borrar_off.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: transparent;
}

.boton_editar_nombreanterior {
  background: url(../pics/boton_editar.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_editar_nombreanterior:hover {
  background: url(../pics/boton_editar_hover.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_borrar_nombreanterior {
  background: url(../pics/boton_borrar.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_borrar_nombreanterior:hover {
  background: url(../pics/boton_borrar_hover.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_editar_empresadestacada {
  background: url(../pics/boton_editar.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_editar_empresadestacada:hover {
  background: url(../pics/boton_editar_hover.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_borrar_empresadestacada {
  background: url(../pics/boton_borrar.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_borrar_empresadestacada:hover {
  background: url(../pics/boton_borrar_hover.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_eliminar {
  background-position: center center;
  background-size: 20px;
  width: 95px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background-color: #DEDEDE;
  color: white;
  font-size: 14 !important;
  cursor: pointer;
}

.boton_cancelar {
  background-position: center center;
  background-size: 20px;
  width: 95px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background-color: #DEDEDE;
  color: white;
  font-size: 14 !important;
  cursor: pointer;
}

.boton_borrar {
  background: url(../pics/boton_borrar.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_eliminar:hover {
  background-size: 20px;
  width: 95px;
  height: 40px;
  background-position: center center;
  border-radius: 10px;
  background-color: #DEDEDE;
  color: white;
  border: 0;
}

.boton_borrar:hover {
  background: url(../pics/boton_borrar_hover.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: transparent !important;
  border: none !important;
}

.boton_eliminar_off {
  background-position: center center;
  background-size: 20px;
  width: 95px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background-color: #DEDEDE;
  color: white;
  cursor: pointer;
}

.boton_borrar_off {
  background-position: center center;
  background-size: 20px;
  width: 95px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background-color: #DEDEDE;
  color: white;
  cursor: pointer;
}

.boton_quitar {
  background: url(../pics/boton_cancelar.png) no-repeat;
  background-position: center center;
  background-size: 10px;
  width: 14px;
  height: 14px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_quitar:hover {
  background: url(../pics/boton_cancelar_hover.png) no-repeat;
  background-size: 10px;
  width: 14px;
  height: 14px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.icono_grabar {
  background: url(../pics/boton_grabar.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_grabar {
  background-position: center center;
  background-size: 20px;
  width: 95px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background-color: #0D5CAB;
  color: white;
  font-size: 14 !important;
  cursor: pointer;
}

#boton_editar {
  background-position: center center;
  background-size: 20px;
  width: 95px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background-color: #0D5CAB;
  color: white;
  font-size: 14 !important;
  cursor: pointer;
}

.icono_grabar_off {
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #f1ecec;
  border-radius: 4px;
  background-color: #f1ecec;
  cursor: pointer;
}

.boton_grabar_off {
  background-position: center center;
  background-size: 20px;
  width: 95px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background-color: #0D5CAB;
  color: white;
  cursor: pointer;
}

.icono_grabar:hover {
  background: url(../pics/boton_grabar_hover.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_grabar:hover {
  background-size: 20px;
  width: 95px;
  height: 40px;
  background-position: center center;
  border-radius: 10px;
  background-color: #0D5CAB;
  color: white;
  border: 0;
}

.boton_email {
  background: url(../pics/boton_email.png) no-repeat;
  background-position: center center;
  background-size: 18px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_email:hover {
  background: url(../pics/boton_email_hover.png) no-repeat;
  background-size: 18px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_clave {
  background: url(../pics/boton_clave.png) no-repeat;
  background-position: center center;
  background-size: 18px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_clave:hover {
  background: url(../pics/boton_clave_hover.png) no-repeat;
  background-size: 18px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_limpieza {
  background: url(../pics/boton_limpieza.png) no-repeat;
  background-size: 20px;
  background-position: center center;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_limpieza:hover {
  background: url(../pics/boton_limpieza_hover.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_anterior {
  background: url(../pics/boton_anterior.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_anterior:hover {
  background: url(../pics/boton_anterior_hover.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_filtro {
  background: url(../pics/boton_filtro.png) no-repeat;
  background-size: 20px;
  background-position: center center;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_filtro:hover {
  background: url(../pics/boton_filtro.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_siguiente {
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_siguiente:hover {
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_buscar {
  background: url(../pics/boton_buscar.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_guardar {
  background: url(../pics/boton_buscar.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_avanzada {
  background-position: center center;
  background-size: 10px;
  width: 10px;
  height: 10px;
  border: 0px solid transparent;
  border-radius: 0px;
  margin: 0 5px;
}

.boton_avanzada:hover {
  background-size: 10px;
  width: 10px;
  height: 10px;
  background-position: center center;
  color: transparent;
}

.boton_ocultar {
  background-position: center center;
  background-size: 10px;
  width: 10px;
  height: 10px;
  border: 0px solid transparent;
  border-radius: 0px;
  margin: 0 5px;
}

.boton_ocultar:hover {
  background-size: 10px;
  width: 10px;
  height: 10px;
  background-position: center center;
  border: transparent;
}

.boton_buscar_off {
  background: url(../pics/boton_buscar_off.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
  border-radius: 4px;
}

.boton_buscar:hover {
  background: url(../pics/boton_buscar_hover.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_chart {
  background: url(../pics/chart.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_chart:hover {
  background: url(../pics/chart_hover.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

.boton_excel {
  background: url(../pics/boton_excel.png) no-repeat;
  background-position: center center;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
  cursor: pointer;
}

.boton_excel:hover {
  background: url(../pics/boton_excel.png) no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-color: #DEDEDE;
  border: #DEDEDE;
}

a.prev,
a.next {
  height: 91px;
  position: absolute;
  width: 43px;
  top: 50%;
  margin-top: -30px;
  opacity: 0.6;
  text-indent: -99999px;
  cursor: pointer;
  -webkit-transition: opacity 200ms ease-out;
}

.celda_list {
  border: 0, 1px solid #CCC;
  text-align: left;
}

.campo_busqueda {
  margin: 10px 4px;
  position: relative;
  width: 95%;
  border: 1px solid #8bb0dd;
  border-radius: 4px;
  padding: 4px;
}

.titulo_tabla {
  background-color: #0e52a0 !important;
  border: none;
  border-radius: 4px 4px 0 0!important;
  color: #FFF !important;
  font-weight: bold !important;
}

.campos_busqueda {
  text-align: right !important;
  font-weight: bold !important;
  color: black !important;
}

.contenido_campos {
  text-align: left !important;
  font-weight: normal !important;
  color: black !important;
}

a.prev:hover,
a.next:hover {
  opacity: 1;
}

.prev {
  left: 0;
  background: #000 url('https://lh4.googleusercontent.com/-JN1IZLtuToI/UUoZnMG3C_I/AAAAAAAAAE8/SEbJ9nqXGnY/s226/sprite.png') no-repeat -200px 25px;
}

.next {
  right: 0;
  background: #000 url('https://lh4.googleusercontent.com/-JN1IZLtuToI/UUoZnMG3C_I/AAAAAAAAAE8/SEbJ9nqXGnY/s226/sprite.png') no-repeat -167px 25px;
}

.slider {
  height: 100vh;
  position: relative;
}

.slide {
  position: absolute;
  height: 90%;
  width: 100%;
  opacity: 1;
}

.slideimage {
  max-height: 90%;
  max-width: 100%;
  width: 100%;
  position: fixed;
  left: 0;
}

.fotoportada {
  opacity: 0.6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cuadro_busqueda {
  border-radius: 4px;
  width: 80em;
  position: relative;
  background-color: #FFF;
  box-shadow: 0px 1px 2px 1px #D2D2D2;
  margin: 5px auto 0px auto;
  padding: 0px;
  border-bottom: none !important;
}

.proyectos {
  font-family: 'Open Sans', sans-serif;
  background-color: #CCC;
  opacity: 0.8;
  color: #000;
  font-weight: bold;
  position: fixed;
  width: 300px;
  height: 300px;
  padding: 5px;
  right: 60px;
  top: 300px;
  animation-name: anim_proyectos;
  animation-duration: 2s;
  animation-direction: reverse;
}

@keyframes anim_proyectos{

    100% {
        opacity: 0;
        right: 0px;
        top: 300px;
    }

}

.slider .slide:target {
  z-index: 100;
  opacity: 1;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  //background: #f8f7f3;
  position: relative;
  height: auto;
  min-height: 100%;
}

body.iframed {
  margin-top: 1em;
  overflow-x: hidden;
  background: inherit;
}

ul,
li,
dt,
dl,
dd,
form,
img,
input {
  margin-bottom: 30;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

span.invisible {
  visibility: hidden;
}

.starthidden {
  display: none;
}

div.sep {
  font-size: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  clear: both;
}

img {
  border: 0;
}

small {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

.big {
  font-size: 14px;
}

.b {
  font-weight: bold;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right !important;
}

.floatright {
  position: relative;
  float: right;
}

.floatleft {
  position: relative;
  float: left;
}

.nofloat {
  float: none!important;
}

.center-h {
  margin: auto;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

.top {
  vertical-align: top;
}

.relative {
  position: relative;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.green {
  color: green;
}

.yellow {
  color: yellow;
}

.deleted {
  background-color: #cf9b9b;
}

.separ {
  clear: both;
  visibility: hidden;
}

a,
a:link {
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
}

a.fa,
a.fa:link {
  font-size: inherit;
  font-weight: normal;
}

#page a.fa,
#page a.fa:link,
a .fa {
  color: #222;
}

a:hover {
  color: black;
}

hr {
  border: 1px solid #cccccc;
}

.pointer {
  cursor: pointer;
  opacity: .7;
}

.pager_controls {
  margin-left: .5em;
}

.pager_controls .fa.pointer {
  font-size: 1.7em;
}

.pager_controls label span.fa {
  margin-right: 1em;
}

.invisible {
  display: none;
}

.unselectable {
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#fuzzysearch {
  position: fixed;
  width: 500px;
  min-height: 50px;
  top: 30%;
  left: 50%;
  margin-top: -100px;
  margin-left: -250px;
  background: #FFF;
  z-index: 200;
}

#fuzzysearch input {
  border: 2px solid #CCC;
  font-size: 1.5em;
  border-radius: 3px;
  height: 50px;
  width: calc(100% - 20px);
  margin: 10px;
  box-sizing: border-box;
}

#fuzzysearch .results:not(:empty) {
  width: calc(100% - 20px);
  margin: 10px;
  box-sizing: border-box;
  height: 300px;
  overflow-y: auto;
  overflow-x: none;
}

#fuzzysearch .results li:nth-child(odd) {
  background: #E8E8E8;
}

#fuzzysearch .results li.selected,
#fuzzysearch .results li:hover {
  background: #848484;
  color: #FFF;
}

#fuzzysearch .results a {
  padding: 10px;
  font-size: 1.3em;
  color: inherit;
  font-weight: normal;
  line-height: 100%;
  display: block;
}

#fuzzysearch .fa-close {
  position: absolute;
  top: 0;
  right: -30px;
  color: #848484;
  cursor: pointer;
  background: #FFF;
  width: 30px;
  height: 30px;
  padding: 3px 6px;
  box-sizing: border-box;
}

.alltab {
  font-size: 14px;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}

#page {
  padding: 8px 8px 20px 8px;
  min-height: 80%;
  margin: 30px auto;
}

#page form {
  font-size: 12px;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}

#page .form #page {
  max-width: 1400px;
}

option {
  border: 1px solid #ccc;
  background-color: #ffffff;
}

.submit {
  text-align: center;
}

select {
  font-size: 11px;
  color: black;
  background-color: white;
  line-height: 19px;
  border: 1px solid #bbb;
}

.select2-choice {
  background: #FCFCFC !important;
  border: 1px solid #D3D3D3 !important;
}

.select2-drop {
  max-width: 500px;
  /*word-break: break-all;*/
}

.select2-dropdown-open .select2-choice {
  border: 1px solid #D3D3D3 !important;
}

.select2-arrow {
  background: #FCFCFC !important;
  border: 0 !important;
}


textarea,
input:not([type=submit]):not([type=reset]):not([type=checkbox]):not([type=radio]):not(.select2-input) {
  width: 100%;
  max-width: 100%;
  height: 42px;
  padding: 8px 12px;
  font-size: 14px;
  background: #fff;
  color: #111;
  border: 1px solid #cfd4dc;
  border-radius: 8px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
  box-sizing: border-box;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

textarea,
input:not([type=submit]):not([type=reset]):not([type=checkbox]):not([type=radio]):not(.select2-input):not([disabled]) {
  color: black;
}

textarea:focus,
input:focus {
  border: 1px solid #5897fb;
}

input {
  height: 17px;
  vertical-align: middle;
}

input:required,
.mce-edit-area.required {
  border: 1px rgba(255, 0, 0, .6) solid!important;
  border-left-width: 3px!important;
  padding-right: 0!important;
  box-shadow: none;
}

input:required:valid {
  border: 1px solid RGB(211, 211, 211) !important;
}

span.required {
  color: red;
  margin-left: .2em;
}

.no-wrap {
  white-space: nowrap;
}

.ui-datepicker-trigger {
  cursor: pointer;
}

.ui-datepicker {
  background: #F3F3F3;
}

.ui-datepicker .ui-state-default {
  background: #FFF;
}

.ui-datepicker .ui-state-active {
  background: #CCC;
}

.form-group-checkbox {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

th .form-group-checkbox {
  margin: 4px auto;
}

.label-checkbox {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: block;
}

.label-checkbox span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

input[type=checkbox].new_checkbox {
  display: none;
}

.label-checkbox .box {
  top: 0 !important;
  background-color: #E6E6E6;
  border-radius: 3px;
  height: 16px;
  width: 16px;
}

.subheader .box,
th .label-checkbox .box {
  background-color: #D0D0D0;
  border: 0;
}

.label-checkbox .check {
  top: -5px;
  left: 4px;
  width: 8px;
  height: 16px;
  border: 3px solid #727272;
  border-top: none;
  border-left: none;
  opacity: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

input[type=checkbox]:checked ~ .label-checkbox .box {
  opacity: 0;
}

input[type=checkbox]:checked ~ .label-checkbox .check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

input[type="image"] {
  height: auto;
  background-color: transparent;
  border: 0;
}

input[type="file"] {
  height: 22px;
  border: 1px solid #CCC;
}

input.submit,
span.vsubmit,
a.vsubmit {
  padding: 5px;
  cursor: pointer;
  height: auto;
  font: bold 12px Arial, Helvetica;
  color: #8f5a0a;
  background-color: #FEC95C;
  border: 0;
  white-space: nowrap;
  display: inline-block;
}

input.submitNE,
span.vsubmitNE,
a.vsubmitNE {
  padding: 5px;
  cursor: pointer;
  height: auto;
  font: bold 10px Arial, Helvetica;
  color: #ffffff;
  background-color: #0D5CAB;
  border: 0;
  border-radius: 3px;
  white-space: nowrap;
  display: inline-block;
}

.contenedor {
  display: flex;
  align-items: center;
  height: 10vh;
}

input.submit:hover,
a.vsubmit:hover {
  opacity: .9;
  box-shadow: 0px 1px 1px #999;
}

input.submit[type=reset] {
  background-color: transparent;
  margin-left: .5em;
}

#page .mce-fullscreen {
  top: 105px;
}

#page .mce-btn-group:not(:first-child) {
  border-left: 1px solid #d9d9d9;
  padding-left: 0;
  margin-left: 0;
}

.entity_select:hover {
  opacity: .6;
}

.tree {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #C0CAD4;
}

.jstree.jstree-classic ins {
  background-image: url("../pics/d.png");
}

.jstree .jstree-node:not(.jstree-leaf) {
  position: relative;
}

.jstree .jstree-node:not(.jstree-leaf) > a > i:last-child {
  content: ' ';
  height: 10px;
  width: 10px;
  background: url("../pics/entity_all.png") no-repeat;
  position: absolute;
  top: 8px;
  margin-left: 6px;
  cursor: pointer;
}

.treeroot {
  width: 100%;
  background: url("../pics/treeroot.png") 0 2px no-repeat;
  border: 0;
  font-weight: bold;
}

.tree:hover {
  background-color: #eeeeee;
}

.treeroot:hover {
  background-color: #eeeeee;
}

.preseleccion {
  background-image: url('../pics/preseleccion.png');
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.pointer:hover {
  opacity: 1;
}

.pointer.disabled:hover,
.pointer.disabled {
  opacity: .3;
}

#page .protected {
  padding-right: 50px;
}

#page .disclosablefield {
  position: relative;
}

#page .disclosablefield span {
  position: absolute;
  right: 0;
  top: 0;
}

.layout_classic.form div.navigationheader,
.layout_vsplit.form div.navigationheader {
  margin: 0 auto 10px;
  width: 90%;
}

.layout_classic.form .main_form,
.layout_vsplit.form .main_form {
  width: 950px;
  margin: 0 auto;
}

.layout_classic.form div.ui-tabs,
.layout_vsplit.form div.ui-tabs {
  width: 950px;
}

.layout_classic.form div.ui-tabs-panel,
.layout_vsplit.form div.ui-tabs-panel {
  padding: 1px;
}

.ui-tabs-paging-disabled {
  display: none;
}

.ui-tabs-paging-prev,
.ui-tabs-paging-next {
  height: 25px;
  width: 12px;
  padding: 0 !important;
}

.layout_classic.form div.ui-tabs-panel {
  padding-top: 5px;
}

.layout_vsplit #backtotop {
  display: none;
}

.layout_lefttab .ui-tabs,
.layout_classic .ui-tabs,
.layout_vsplit .ui-tabs {
  border: 0;
}

.ui-tabs {
  background: #FFF repeat-x top left;
  width: 90%;
}

.ui-tabs-anchor {
  height: 18px;
}

.ui-tabs sup.tab_nb {
  border-radius: 50%;
  background-color: #5897fb;
  min-width: 18px;
  margin-left: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 3px 2px 5px;
  box-sizing: border-box;
  margin-right: -5px;
}

.ui-tabs sup.tab_nb:hover {
  background-color: green;
}

.layout_lefttab .ui-tabs sup.tab_nb {
  position: absolute;
  right: 8px;
  top: 5px;
}

.ui-tabs .alltab sup.tab_nb {
  position: relative;
  top: 0;
  right: 0;
  background-color: #F1F1F1;
}

.ui-tabs .ui-state-active sup.tab_nb {
  background-color: #E6E6E6;
}

.layout_vsplit.form .ui-tabs {
  height: 100%;
  width: 100%;
  padding: 0;
}

.debug .ui-tabs-nav,
.layout_lefttab .ui-tabs-nav {
  margin: 5px !important;
  box-sizing: border-box;
}

.debug .ui-tabs-nav,
.layout_lefttab .ui-tabs-nav,
.layout_classic .ui-tabs-nav,
.layout_vsplit .ui-tabs-nav {
  border: 0;
  background: none;
  padding-top: 18px;
}

.layout_classic.form .stNavMain li,
.layout_vsplit.form .stNavMain li {
  border: 1px solid #d3d3d3 !important;
  border-bottom: none !important;
}

.main_form {
  background-color: #FFF;
  box-shadow: 0px 1px 2px 1px #D2D2D2;
}

.main_form .actor_title,
.main_form tr:not(.headerRow):not(.footerRow) th:not(.actor-th) {
  text-align: right;
}

.main_form tr.headerRow th {
  border-bottom: 1px solid #EFEFEF;
  font-size: 1.5em;
  padding: 8px 0;
}

.layout_lefttab .new_form_tabs .ui-tabs-nav {
  width: 100%;
}

.layout_lefttab .new_form_tabs .ui-tabs-panel {
  margin: 0;
  clear: both;
}

table {
  font-size: 11px;
  border: 0;
}

.tab_glpi {
  margin: 0 auto;
}

.tab_cadre {
  margin: 0 auto;
  z-index: 1;
  text-align: left;
  font-size: 14px;
  background-color: #ffffff;
  border-spacing: 0;
  box-shadow: 0px 1px 2px 1px #999;
}

.tab_cadre_central {
  margin: 0 auto;
  z-index: 1;
  text-align: left;
  font-size: 14px;
  width: 90%;
}

.tab_cadre_postonly {
  margin: 0 auto;
  z-index: 1;
  text-align: left;
  font-size: 14px;
  width: 80%;
}

.tab_cadre_navigation {
  margin: 1px;
  padding: 4px;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}

.tab_cadre_fixe,
.tab_cadre_fixehov {
  background: #FFF;
  z-index: 1;
  text-align: left;
  font-size: 14px;
  width: 96%;
  border-spacing: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.tab_cadre_fixehov {
  box-shadow: 0px 1px 2px 1px #999;
}

.ui-tabs .tab_cadre_fixehov {
  box-shadow: inherit;
}

.tab_cadre_fixe img {
  vertical-align: middle;
}

.tab_cadrehov {
  margin: 10px auto;
  border: 0;
  text-align: left;
  font-size: 14px;
  width: 95%;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 1px #D2D2D2;
  border-spacing: 0;
}

.tab_cadre th,
.tab_cadre_fixe th,
.tab_cadre_fixehov th,
.tab_cadrehov th,
h2.header {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
  padding: 10px 5px;
  margin: 0;
  color: #fff;
  background-color: #0D5CAB;
}

.footerRow th {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
  padding: 10px 5px;
  margin: 0;
  color: #000;
  background-color: #F1F1F1;
}

.tab_spaced {
  border-collapse: separate;
  border-spacing: 3px;
}

.tab_cadre_fixehov th,
.tab_cadrehov th {
  background-color: #F8F8F8;
  color: #2E2E2E;
  font-size: 14px;
  border-bottom: 1px solid #EEE;
}

.tab_cadre_fixehov td,
.tab_cadrehov td {
  padding: 8px 5px;
}

.tab_cadre td,
.tab_cadre_fixe td {
  padding: 5px;
}

.tab_cadre td,
.tab_cadre_fixehov td,
.tab_cadrehov td {
  border-bottom: 1px solid #EEE;
}

.tab_cadrehov th.headHover,
.tab_cadre_fixehov th.headHover {
  background-color: #F3F3F3;
}

.tab_cadrehov td.columnHover,
.tab_cadre_fixehov td.columnHover {
  background-color: #F3F3F3;
}

.tab_cadrehov tr.rowHover,
.tab_cadrehov td.rowHover,
.tab_cadre_fixehov tr.rowHover,
.tab_cadre_fixehov td.rowHover {
  background-color: #F7F7F3;
}

.tab_format {
  padding: 0px;
  width: 100%;
  margin: 0px;
  border: 0px;
  border-collapse: collapse;
}

.tabcompact {
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-collapse: collapse;
}

.tab_format td {
  padding: 1px;
  margin: 0px;
}

.tab_bg_1 {
  background-color: #FFF;
}

.tab_bg_1_2 {
  background-color: #cf9b9b;
}

.tab_bg_2 {
  background-color: #FFF;
}

.tab_bg_2_2 {
  background-color: #cf9b9b;
}

.tab_bg_3 {
  background-color: #e7e7e2;
}

.tab_bg_4 {
  background-color: #EBEBEB;
}

.tab_bg_5 {
  background-color: #f2f2f2;
}

.tab_resa {
  border: 1px dashed #cccccc;
  background-color: #d7d7d2;
  font-size: 10px;
}

.tab_resa:hover {
  background-color: #ffffff;
  border: 1px dotted #000000;
}

.tab_date {
  white-space: nowrap;
}

.central {
  padding-top: 15px;
  width: 100%;
}

.central table {
  margin-bottom: 5px;
}

.central .tab_cadre_fixehov th,
.central .tab_cadrehov th {
  background-color: #F1F0F0;
}

div.rss {
  margin-left: 10px;
}

td.numeric {
  text-align: right;
}

td.htmltable_upper_separation_cell {
  border-top: dashed 1px #a0a0a0;
}

td.nopadding {
  padding: 0;
}

td.subheader {
  background-color: #EEEEEE;
  text-align: center;
  font-weight: bold;
}

td.rotate {
  -moz-transform: rotate(-70.0deg);
  -o-transform: rotate(-70.0deg);
  -webkit-transform: rotate(-70.0deg);
  -ms-transform: rotate(-70deg);
  width: 10%;
  height: 80px;
}

.order_DESC:before {
  content: "\25bc";
  color: #B3B3B3;
  font-size: 0.8em;
  padding-right: 5px;
  vertical-align: 1px;
}

.order_ASC:before {
  content: "\25b2";
  color: #B3B3B3;
  font-size: 0.8em;
  padding-right: 5px;
  vertical-align: 1px;
}

.tab_actors {
  display: table;
}

.actor_title {
  width: 13%;
  float: left;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
  font-size: 1.1em;
  padding: 3px 5px;
  background-color: #F1F1F1;
}

.actor-bloc {
  width: 29%;
}

.actor_title,
.actor-bloc {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.actor-head {
  background-color: #F1F1F1;
  margin: 0 0 0 5px;
  padding: 4px 0;
  height: 16px;
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
}

.actor-head .fa {
  padding: 0 .2em;
}

.actor-content {
  margin: 10px 15px;
  padding: 4px 0;
}

.actor_row {
  margin-bottom: 8px;
}

.tab_actors hr {
  border: 0;
}

.add-observer {
  display: block;
}

.actor_single {
  border-top: 1px dashed #AAA;
  padding: 15px 0 8px 0;
  margin-top: 8px;
  background-color: #F5F5F5;
}

.actor_single.first-actor {
  padding-left: 10px;
}

.actor_clear {
  clear: both;
}

.tab_cadre_pager {
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
  width: 950px;
  border-collapse: collapse;
  margin-top: 15px;
}

.tab_cadre_pager tr,
.tab_cadre_pager td {
  background-color: inherit;
}

#searchcriterias .tab_cadre_fixe {
  margin-top: 10px;
  background-color: #FFF;
  width: 80%;
  box-shadow: 0px 1px 2px 1px #D2D2D2;
  border-radius: 5px;
}

#searchcriterias .tab_bg_1 {
  background-color: inherit;
}

#searchcriterias .switch {
  opacity: .7;
}

#searchcriterias .switch:hover {
  opacity: 1;
}

.reset-search,
.reset-search:link {
  color: #ccc!important;
}

.reset-search:hover {
  color: #999;
}

.tab_cadre_pager select,
.tab_cadre_pager span,
.tab_cadre_pager form {
  font-size: 10px;
  margin: 0;
}

.tab_cadre_pager input {
  vertical-align: middle;
}

.tab_cadre_pager th {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.navigationheader {
  margin: 10px auto;
}

.navigationheader .big {
  font-size: 16px;
}

.tab_cadre_pager .pager_controls img {
  padding-right: 10px;
  vertical-align: middle;
}

.showplan {
  font-weight: bold;
  text-decoration: none;
  color: #4A8865;
  cursor: pointer;
}

.qtip {
  max-width: 380px !important;
}

.tooltip {
  font-size: 11px !important;
}

.tooltip:contains(img) {
  white-space: nowrap;
  height: 100px !important;
  border: 10px solid red;
}

.tooltip_picture_border {
  padding: 2px;
  border-radius: 51px;
  border: 5px inset #D0D99D;
  _border: 3px solid #D0D99D;
  width: 72px;
  height: 72px;
  position: absolute;
}

.tooltip_picture {
  width: 71px;
  height: 71px;
  border-radius: 50px;
}

.tooltip_text {
  margin-left: 90px;
  min-height: 85px;
}

.user_picture_border {
  padding: 2px;
  border-radius: 6px;
  border: 5px inset #D0D99D;
  width: 232px;
  height: 232px;
  margin-right: 5px;
  background-color: #FFF;
}

.user_picture {
  margin: 0 auto;
  width: 230px;
  height: 230px;
  border-radius: 5px;
}

.user_picture_border_small {
  padding: 2px;
  border-radius: 6px;
  border: 3px inset #D0D99D;
  width: 72px;
  height: 72px;
  margin-right: 5px;
  background-color: #FFF;
}

.user_picture_small {
  margin: 0 auto;
  width: 71px;
  height: 71px;
  border-radius: 5px;
}

.user_picture_verysmall {
  margin: 0 auto;
  width: 35px;
  height: 35px;
  border-radius: 5px;
}

.very_small_space {
  margin-left: 15px;
}

.small_space {
  margin-left: 38px;
}

.medium_space {
  margin-left: 120px;
}

.big_space {
  margin-left: 250px;
}

.spaced {
  margin-bottom: 15px;
}

.firstbloc {
  margin: 10px 0 20px 0;
}

.ui-datepicker-trigger,
.slt,
#refresh_planning {
  border: none;
  background: none;
  padding: 0;
  font-size: 1.3em!important;
}

.fc button.ui-datepicker-trigger {
  height: auto;
  padding: 0;
}

.fc .fc-toolbar > * > * {
  float: none;
  display: inline-block;
}

.ui-datepicker-trigger .fa {
  padding: 0!important;
}

.calendrier {
  vertical-align: middle;
}

.calendrier:hover {
  cursor: pointer;
}

.calendrier_mois {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
}

.calendrier_jour {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: black;
}

.calendrier_case1 {
  margin-left: 10px;
  padding: 2px;
  border-radius: 5px;
  margin-top: 2px;
  border: 1px solid #666666;
  background-color: white;
}

.calendrier_case2 {
  margin-left: 10px;
  padding: 2px;
  border-radius: 5px;
  margin-top: 2px;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
}

.calendrier_case_white {
  background-color: #ffffff;
}

#contenukb {
  height: 100%;
  width: 600px;
  margin: 0 auto;
}

#contenukb legend {
  font-weight: bold;
}

#contenukb fieldset {
  background-color: #eeeeee;
  border: 1px solid #FFC65D;
  border-radius: 8px;
  padding-bottom: 10px;
  width: 600px;
}

#contenukb textarea {
  width: 550px;
}

#kbanswer ul {
  padding-left: 15px;
  list-style-type: circle;
}

#kbanswer ol {
  padding-left: 15px;
  list-style-type: decimal;
}

#kbanswer p {
  margin: 1.12em 0;
}

#kbanswer h1 {
  font-size: 2em;
  margin: .67em 0;
}

#kbanswer h2 {
  font-size: 1.5em;
  margin: .75em 0;
  font-weight: bolder;
}

#kbanswer h3 {
  font-size: 1.17em;
  margin: .83em 0;
  font-weight: bolder;
}

#kbanswer h4 {
  margin: 1.12em 0;
  font-weight: bolder;
}

#kbanswer h5 {
  font-size: .83em;
  margin: 1.5em 0;
  font-weight: bolder;
}

#kbanswer h6 {
  font-size: .75em;
  margin: 1.67em 0;
  font-weight: bolder;
}

#kbanswer h1:target,
#kbanswer h2:target,
#kbanswer h3:target,
#kbanswer h4:target,
#kbanswer h5:target,
#kbanswer h6:target {
  background-color: #fff2a8;
}

#kbanswer h1 > a,
#kbanswer h2 > a,
#kbanswer h3 > a,
#kbanswer h4 > a,
#kbanswer h5 > a,
#kbanswer h6 > a {
  line-height: 1;
  margin-left: -20px;
  padding-right: 4px;
}

#kbanswer h1 svg,
#kbanswer h2 svg,
#kbanswer h3 svg,
#kbanswer h4 svg,
#kbanswer h5 svg,
#kbanswer h6 svg {
  visibility: hidden;
}

#kbanswer h1:hover svg,
#kbanswer h2:hover svg,
#kbanswer h3:hover svg,
#kbanswer h4:hover svg,
#kbanswer h5:hover svg,
#kbanswer h6:hover svg {
  visibility: visible;
}

#kbanswer address {
  font-style: italic;
}

#kbanswer pre {
  font-family: monospace;
  white-space: pre;
}

.tdkb_result {
  vertical-align: top;
  text-align: left;
  width: 33%;
  padding: 3px 20px 3px 25px;
}

.kb {
  text-align: left;
  padding-top: 5px;
}

.kb_resume {
  text-align: left;
  font-size: 9px;
  line-height: 10px;
  clear: both;
  padding: 5px 0 10px 25px;
}

.tdkb {
  text-align: left;
  font-size: 10px;
  color: #aaaaaa;
}

.baskb {
  position: relative;
  text-align: left;
  font-size: 10px;
  color: #aaaaaa;
}

.baskb_right {
  position: absolute;
  right: 0;
  margin-right: 5px;
}

.code {
  width: 95%;
  border: dotted 2px #ccc;
}

a.knowbase {
  margin-left: 8px;
}

a.pubfaq {
  padding-left: 8px;
  border-left: 5px solid #c9993C !important;
}

a.pubfaq:hover {
  color: black;
}

a.icon_nav_move img {
  padding: 4px;
  margin: 1px;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  border-radius: 5px;
}

a.icon_nav_move:hover img {
  padding: 4px;
  margin: 1px;
  border: 1px solid #999999;
  background-color: #e4e4e4;
  border-radius: 5px;
}

.faqadd_block {
  position: relative;
  display: inline-block;
}

.faqadd_block .display_faq_chkbox {
  display: none;
}

.faqadd_entries {
  background: white;
  border: 1px solid #CCC;
  box-shadow: 0px 1px 2px 1px #D2D2D2;
  position: absolute;
  padding: 5px;
  width: 450px;
  height: 40vh;
  right: -5px;
  z-index: 1000;
  margin-top: 20px;
  border-radius: 2px;
  display: none;
}

.faqadd_block .display_faq_chkbox:checked + .faqadd_entries {
  display: block;
}

.faqadd_entries:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 17.3px 10px;
  border-color: transparent transparent #CCC transparent;
  top: -18px;
  right: 5px;
  position: absolute;
}

.faqadd_entries:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 18.3px 10px;
  border-color: transparent transparent #ffffff transparent;
  top: -16px;
  right: 5px;
  position: absolute;
}

.faqadd_block_content {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
}

.faqadd_entries .tab_cadre_fixe {
  width: 100%;
  padding: 5px;
}

.faqadd_entries tr {
  display: block;
}

.main_form .faqadd_entries table.tab_cadre_fixe th:not(.actor-th) {
  display: block;
  text-align: center;
}

tbody>tr>:nth-child(1) {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 15px;
}

.fileupload {
  text-align: center;
  border: 1px dashed #cccccc;
  min-height: 65px;
  background-color: #fff;
  border-radius: 5px;
  max-width: 950px;
  margin: .5em auto;
  padding: .5em;
  margin-top: 5px;
}

.fileupload_info {
  margin-bottom: 10px;
}

.upload_rich_text {
  display: none;
}

.draghover {
  background: #FBF8DF;
}

#planning_container {
  position: relative;
  padding-left: 310px;
}

#planning_filter {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: left;
  left: 0;
  overflow-y: auto;
  width: 300px;
}

#planning_filter .toggle {
  float: right;
  margin: 8px 8px 0 0;
  height: 18px;
  width: 18px;
  display: block;
  background: url(../pics/toggle-left.png) no-repeat;
}

#planning_filter.folded .toggle {
  float: none;
  background: url(../pics/toggle-right.png) no-repeat;
}

#planning_filter.folded {
  width: 18px;
}

#planning_container.folded {
  padding-left: 28px;
}

#planning_filter h3 {
  background: #e6e6e6;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-weight: normal;
  line-height: 1.3;
  font-size: 13px;
}

#planning_filter ul.filters {
  border: 0;
  padding: 5px;
}

#planning_filter ul.filters > li {
  clear: both;
  padding: 5px 0 5px 5px;
}

#planning_filter ul.filters > li:nth-child(even) {
  background-color: #F3F3F3;
}

#planning_filter ul.filters > li .form-group-checkbox {
  margin-right: 6px;
}

#planning_filter ul.filters > li .actor_icon {
  padding-bottom: 2px;
  vertical-align: middle;
}

#planning_filter ul.filters > li label {
  padding-left: 4px;
  line-height: 16px;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}

#planning_filter ul.filters > li .filter-icon,
#planning_filter ul.filters > li .sp-replacer {
  float: right;
  padding: 0;
  border: none;
}

#planning_filter ul.filters > li .sp-replacer .sp-preview {
  margin-right: 0;
  border: none;
}

#planning_filter ul.filters > li .sp-replacer .sp-dd {
  display: none;
}

#planning_filter ul.filters > li.group_users .toggle {
  width: 14px;
  height: 14px;
  background: url(../pics/expand.png) no-repeat;
  display: inline-block;
  margin: 0 4px 2px 0;
  vertical-align: middle;
  float: right;
}

#planning_filter ul.filters > li.group_users.expanded .toggle {
  background: url(../pics/collapse.png) no-repeat;
}

#planning_filter ul.filters > li.group_users ul.group_listofusers {
  border-left: 1px dashed #D4D4D4;
  margin: 6px 0 0 6px;
  padding: 0;
  display: none;
}

#planning_filter ul.filters > li.group_users.expanded ul.group_listofusers {
  display: block;
}

#planning_filter .planning_link {
  text-align: center;
  display: block;
}

#planning_filter .planning_add_filter {
  float: right;
  margin-right: 3px;
}

#planning_filter .filter_option {
  float: right;
  width: 12px;
  height: 12px;
  margin: 3px 2px;
  display: inline-block;
  position: relative;
  left: 0;
}

#planning_filter .filter_option > img {
  z-index: 1;
}

#planning_filter .filter_option ul {
  display: none;
  position: absolute;
  background: #FFF repeat-x top left;
  box-shadow: 0px 1px 1px #7F7979;
  padding: 5px;
  z-index: 2;
  left: auto;
  right: 0;
  top: 15px;
  margin-right: -10px;
  width: 140px;
  text-align: right;
}

#planning_filter .filter_option ul li {
  padding: 5px;
  cursor: pointer;
  font-size: 13px;
}

#planning_filter .filter_option ul li:hover {
  background-color: #EAEAEA;
}

#planning_filter .filter_option ul li a {
  color: inherit;
  font-size: 13px;
  font-weight: normal;
}

.planning_on_central .ui-widget-content {
  border: none;
}

.planning_on_central .fc-head {
  display: none;
}

.planning_on_central .fc-scroller {
  height: auto!important;
  max-height: 400px;
}

#planning {
  width: auto;
  overflow: hidden;
}

#planning .fc-toolbar h2 {
  font-size: 1.2em;
}

#planning .fc-toolbar h2 .ui-datepicker-trigger {
  margin-left: 4px;
}

#planning .event_past .ui-widget-content,
#planning .event_past .ui-widget-content a {
  color: #CCCCCC;
}

#planning .event_past.event_todo .ui-widget-content,
#planning .event_past.event_todo .ui-widget-content a {
  color: #FF0000;
}

#planning .event_today.event_todo .ui-widget-content,
#planning .event_today.event_todo .ui-widget-content a {
  color: #FFA100;
}

#planning .fc-event {
  font-weight: normal;
}

#planning .fc-event .fc-content {
  margin-right: 8px;
}

#planning .fc-event .fc-time {
  overflow: hidden;
}

#planning .fc-event .fc-title {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#planning .fc-event .content {
  font-weight: normal;
  padding: 0 7px 0 2px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#planning .fc-event .content .event-description {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 2px;
  padding-top: 2px;
}

#planning .fc-event .content .event-description p {
  margin: 0;
}

#planning .fc-event .event_type {
  position: absolute;
  width: 7px;
  bottom: 0;
  top: 0;
  right: 0;
}

#planning .fc-list-item-title .event_type {
  height: 12px;
  width: 6px;
  margin-right: 3px;
  display: inline-block;
}

#planning .event_past .fc-list-item-title .event_type {
  opacity: .5;
}

#planning .planning-select-helper {
  border: 2px solid #3B8CBE;
  background-color: rgba(59, 140, 190, .5);
}

#planning .fc-day-grid-event .fc-resizer {
  width: 10px;
}

#planning .fc-time-grid-event .fc-resizer {
  height: 10px;
}

#planning .fc-divider {
  border: 1px dashed #cccccc;
}

.planning {
  text-align: center;
  border: 1px dashed #cccccc;
  background-color: #d7d7d2;
  font-size: 9px;
}

.planning:hover {
  border: 1px solid #999999;
  background-color: white;
}

.available {
  background-color: green;
}

.notavailable {
  background-color: red;
}

.partialavailableend {
  background-image: linear-gradient(left, red 50%, green 0%);
}

.partialavailablebegin {
  background-image: linear-gradient(left, green 50%, red 0%);
}

#menu_navigate {
  margin: auto;
  z-index: 1;
  font-size: 10px;
  width: 900px;
}

#menu_navigate li {
  margin-left: 2px;
  display: block;
  float: left;
  padding: 2px;
}

#menu_navigate li.info {
  margin-left: 2px;
  display: block;
  float: left;
  font-size: 12px;
  padding: 2px;
}

#tabcontent {
  width: 950px;
  text-align: center;
  margin: 0 auto;
}

.boxnote {
  margin: 0 auto;
  width: 950px;
  text-align: left;
  border-radius: 10px;
  background: #e7e7e2;
  margin-bottom: 5px;
  position: relative;
  overflow: auto;
  font-size: 11px;
}

.boxnoteleft {
  float: left;
  width: 10%;
  min-height: 40px;
  height: 100%;
  padding: 4px;
}

.boxnotecontent {
  float: left;
  padding: 5px 0 5px 0;
  width: 75%;
}

.boxnoteright {
  float: right;
  width: 10%;
  min-height: 40px;
  padding: 1px;
  vertical-align: middle;
}

.boxnotefloatright {
  float: right;
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
}

.boxnotetext {
  padding: 5px;
}

.bytech {
  background: #f2f2f2;
}

.byuser {
  background: #e7e7e2;
}

.ui-widget-content.message_after_redirect {
  font-family: 'Open Sans', sans-serif;
  color: #393939;
  font-size: 11px;
  background: #DFDFDF;
}

.message_after_redirect h3 {
  font-size: 11px;
  font-weight: bold;
  zoom: 1;
}

.ui-widget-content.message_after_redirect.err_msg {
  background-color: #ff9999;
}

.message_after_redirect.err_msg div.ui-widget-header {
  color: white;
  background: rgba(255, 0, 0, .8);
  border-color: rgba(255, 0, 0, 0.8);
}

.ui-widget-content.message_after_redirect.warn_msg {
  background-color: #ffdb99;
}

.message_after_redirect.warn_msg div.ui-widget-header {
  color: white;
  background: rgba(255, 165, 0, .8);
  border-color: rgba(255, 165, 0, 0.8);
}

.message_after_redirect.info_msg div.ui-widget-header {
  color: white;
  background: #A9A9A9;
  border-color: #A9A9A9;
}

#firstboxlogin {
  width: 100%;
  min-height: 100vh;
}

#logo_login {
  padding: 70px 0 0;
  margin: 0 auto 0;
  width: 100%;
  height: 12px;
  background: url(../../pics/logo_login_glpi.png) center no-repeat, #3A5693;
  background-size: 150px auto !important;
  background-position: 20px center !important;
}

#display-login,
#text-login {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20%;
  font-size: 13px;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

#boxlogin {
  padding-top: 10px;
  bottom: 0;
  width: 100%;
}

#boxlogin .login_input {
  position: relative;
  width: 240px;
  margin: 15px auto 5px;
}

#boxlogin input[type=text],
#boxlogin input[type=password] {
  width: 100%;
  height: 30px;
  display: block;
  border: none;
  padding: 3px 0 3px 40px;
  font-size: 1.2em;
  border-radius: 4px;
  box-sizing: border-box;
}

#boxlogin input[type=text]:focus,
#boxlogin input[type=password]:focus {
  border-color: #FFA500;
  background-color: #fff;
  box-shadow: 0 0 3px #FFA500;
}

#boxlogin label {
  color: #FFF;
  font-size: 1.2em;
}

#boxlogin input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
}

#boxlogin input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px white inset;
}

#boxlogin .login_img {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  left: 5px;
  top: 5px;
}

#boxlogin #login_name ~ .login_img {
  background: url(../pics/login_user.png) no-repeat 3% 50%;
}

#boxlogin #login_password ~ .login_img {
  background: url(../pics/login_password.png) no-repeat 3% 50%;
}

#boxlogin input.submit {
  margin-top: 20px;
  width: 100%;
  height: 30px;
  font-size: 1.3em;
}

#boxlogin #forget {
  margin-top: 50px;
  color: #FFF;
  width: 100%;
  display: block;
  text-align: center;
}

#box-faq {
  padding-top: 30px;
  text-align: center;
  margin: auto;
}

#box-faq a {
  color: #CFCFCF;
}

.sous_logo {
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  color: #eeeeee;
  text-decoration: none;
}

.error {
  color: red;
  margin-top: 20px;
  text-align: center;
}

.error a,
.error a:link,
.ui-widget-content .error a {
  font-weight: normal;
  color: red;
  font-size: inherit;
}

.error a:hover {
  text-decoration: underline;
}

#footer-login {
  position: absolute;
  right: 10px;
  bottom: 0px;
  font-size: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

#footer-login.home {
  bottom: 15px;
}

#footer-login.home a {
  color: #FFF;
}

#header {
  height: 96px;
}

#header_top {
  width: 100%;
  height: 20px;
  padding: 10px 0;
}

#c_preference {
  height: 20px;
  text-align: right;
  margin-right: 5px;
  top: 4px;
  font-size: 0.9em;
  display: inline-block;
  float: right;
}

#c_preference a.fa {
  font-size: 1.8em;
  color: white;
}

#c_preference a.fa:hover {
  text-decoration: none;
  color: #ccc;
}

#c_preference ul {
  list-style: none;
}

#c_preference ul li {
  float: right;
  margin: 0 10px;
}

#c_preference a.debugon,
#c_preference a.debugon:hover {
  color: #ff0000!important;
}

#c_preference a {
  text-decoration: none;
  font-size: 0.9em;
}

#c_preference a:hover {
  text-decoration: underline;
}

#c_preference .select2-choice {
  color: #3a5693;
}

#c_preference p {
  margin: 0;
}

#c_recherche {
  position: relative;
}

#c_recherche:after {
  width: 16px;
  height: 16px;
  content: '';
  display: block;
  background-image: url(../pics/search.png);
  position: absolute;
  top: 4px;
  right: 4px;
}

#c_recherche form #champRecherche input {
  border: none;
  height: 22px;
  width: 150px;
  padding: 0 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  border-radius: 3px;
  position: relative;
}

#myname {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 .5em .5em;
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  color: #797777;
}

#language_link > a,
#language_link > span {
  display: inline-block;
  padding: .5em 0;
  font-weight: bold;
}

#c_menu_separator {
  height: 10px;
  text-align: center;
  padding-left: 95px;
}

#menu_all_button {
  float: right;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  display: inline-block;
  margin-top: 2px;
  background: url("../pics/menu_all_gris.png");
}

.button-icon:hover {
  opacity: .5;
}

ul#menu ul.ssmenu {
  position: absolute;
  min-width: 135px;
  z-index: 200;
}

#header #c_logo {
  position: absolute;
  z-index: 1000;
  width: 100px;
  height: 50px;
  float: left;
  background: url("../pics/fd_logo.png") 0 0 repeat-x;
  background-size: 100% 100%;
  margin-left: 10px;
  border-radius: 4px;
  padding-left: 50px;
}

#header #c_logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#c_ssmenu1 {
  background: #D0D99D;
  height: 24px;
  clear: both;
  font-size: 0.8em;
}

#c_ssmenu1 ul {
  position: relative;
  top: 4px;
  left: 0px;
  list-style: none;
}

#c_ssmenu1 ul li {
  float: left;
  padding: 0 10px;
}

#c_ssmenu1 ul li a {
  text-decoration: none;
  color: #666;
}

#c_ssmenu1 ul li a:hover {
  text-decoration: underline;
}

#c_ssmenu2 {
  min-height: 34px;
  padding: 3px 0;
  box-sizing: border-box;
  background-color: #FFF;
}

#c_ssmenu2 ul {
  left: 0px;
  list-style: none;
}

#c_ssmenu2 ul li {
  float: left;
  padding: 5px 10px 0 10px;
}

#c_ssmenu2 ul li a {
  text-decoration: none;
  color: #000;
}

#c_ssmenu2 a.here {
  font-size: 14px;
}

.profile-selector {
  float: right top !important;
  height: 28px;
  line-height: 24px;
  z-index: 40;
  position: relative;
}

.icons_block {
  margin-left: 10px;
  height: 28px;
  float: inherit !important;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 40;
}

.icons_block span {
  padding: 0 8px;
  min-width: 20px;
  display: inline-block;
  line-height: 23px;
}

.icons_block a > img,
.icons_block i.fa {
  font-size: 1.7em;
  vertical-align: top;
}

#show_all_menu {
  font-size: 11px;
  text-align: left;
  min-width: 150px;
  column-count: 3;
  -moz-column-count: 3;
}

#show_all_menu dl {
  padding-bottom: .5em;
  break-inside: avoid-column;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

#show_all_menu a {
  display: block;
  padding: .2em .5em;
}

#show_all_menu dt a {
  color: white;
}

#show_all_menu dt a:hover {
  background: #8BAADA;
}

#show_all_menu a:hover {
  background-color: #3A5693;
  color: #C7DBF5;
}

.iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  border-width: 0px;
}

.iframe.hidden {
  height: 0;
  width: 0;
}

#footer {
  bottom: 0;
  width: 100%;
  font-size: 9px;
  color: #000;
  background-color: #E2E1DE;
  padding: 10px;
  height: 18px;
}

#footer > table {
  width: 100%;
}

a.copyright {
  font-size: 10px;
  color: #000;
}

#dbslave-float {
  top: 0px;
  left: 300px;
  position: absolute;
  z-index: 100;
}

#dbslave-float a {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  text-decoration: none;
  text-align: center;
  margin: 0;
  padding: 1px .5em;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #fff;
  color: blue;
}

#debug-float {
  top: 0px;
  left: 80px;
  position: absolute;
  z-index: 100;
}

#maintenance-float {
  top: 0px;
  left: 280px;
  position: absolute;
  z-index: 100;
}

#debug-float a,
#maintenance-float a {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  text-decoration: none;
  text-align: center;
  margin: 0;
  padding: 1px .5em;
  font-family: helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #fff;
  color: red;
}

#debug-float a:hover,
#maintenance-float a:hover {
  background-color: #fc3;
  border-bottom: 2px solid #36f;
}

#debugajax {
  margin: auto;
  text-align: center;
}

.debug .ui-tabs {
  border: 10px solid #dadada !important;
  display: none;
  position: fixed !important;
  left: 0 !important;
  bottom: 0 !important;
  top: inherit !important;
  height: 300px !important;
  z-index: 100 !important;
  width: 98%;
}

.debug h1,
#debugajax h1 {
  font-size: 18px;
  text-align: center;
  padding: 5px;
}

.debug h2,
#debugajax h2 {
  font-size: 14px;
  padding-left: 10px;
  border-left: 4px solid #FFC65D;
  border-bottom: 2px solid #FFC65D;
}

.debug table,
#debugajax table {
  margin: 0;
}

.debug .ui-tabs .close {
  right: 14px;
  position: absolute;
  width: 20px;
  top: 1px;
}

.debug .ui-tabs .tab_cadre {
  width: 100%;
}

.debug .ui-tabs .tab_cadre td:nth-child(2) {
  word-break: break-all;
}

#see_debug,
#backtotop {
  position: fixed;
  bottom: 35px;
  right: 10px;
  cursor: pointer;
  color: white;
  z-index: 99;
}

#c_preference a.fa:hover,
#see_debug:hover,
#backtotop:hover {
  opacity: .8;
}

#see_debug.wbttop {
  right: 40px;
}

#see_debug.on a:hover {
  color: #ff0000;
}

.debug_ajax .ui-tabs {
  position: relative !important;
  height: inherit !important;
  display: block;
}

#page .debug_ajax div.ui-tabs {
  width: 98%;
}

.debug_ajax .see_debug {
  display: none;
}

.debug .ui-tabs-panel {
  height: 273px;
  overflow: auto;
}

.debug_ajax .ui-tabs .ui-tabs-panel {
  height: auto;
}

.debug .tab_cadre {
  box-shadow: none;
}

:focus {
  outline-width: 0;
}

.nostyle:focus {
  outline-width: 5px;
}

.timeline_box {
  text-align: left;
  padding: 4px 8px;
  margin-top: -10px;
  font-family: 'Open Sans', sans-serif;
}

.timeline_box .break {
  clear: both;
}

.timeline_box h2 {
  font-size: 16px;
}

.timeline_box textarea {
  resize: vertical;
  width: 97%;
}

.timeline_form {
  width: 100%;
  padding-left: 4px;
}

.timeline_choices h2 {
  display: inline-block;
  margin: 1em 1em 0 0;
}

.timeline_choices li {
  display: inline-block;
  min-width: 90px;
  text-align: center;
  padding: .5em .5em;
  margin-right: 3%;
  cursor: pointer;
  font-weight: bold;
}

.timeline_choices li i {
  margin-right: 1em;
  font-size: 1.2em;
  vertical-align: bottom;
}

.timeline_choices li:before {
  margin-right: 1em;
  font-weight: normal;
}

.timeline_choices li:hover {
  box-shadow: 0px 1px 1px #999;
}

.timeline_choices li.followup {
  background-color: #E0E0E0;
  color: #535353;
}

.timeline_choices li.task {
  background-color: #FEDA90;
  color: #535353;
}

.timeline_choices li.document {
  background-color: #80CEAD;
  color: #3A5D4E;
}

.timeline_choices li.solution {
  background-color: #9FD6ED;
  color: #425B64;
}

.timeline_box .tab_cadre_fixe {
  width: 930px;
}

.timeline_history {
  border-top: 1px dashed #3C5874;
  overflow: hidden;
  font-size: 12px;
  width: 100%;
}

.timeline_history > h2 {
  float: left;
}

.timeline_history .filter_timeline {
  opacity: 0.2;
  text-align: right;
  margin-top: .2em;
  float: right;
}

.timeline_history .filter_timeline > * {
  vertical-align: middle;
}

.timeline_history .filter_timeline:hover {
  opacity: 1;
}

.timeline_history .filter_timeline h3,
.timeline_history .filter_timeline ul,
.timeline_history .filter_timeline ul li {
  display: inline-block;
}

.timeline_history .filter_timeline h3 {
  font-weight: bold;
  font-size: 1em;
  margin: 0 .5em 0 0;
  padding: 0;
}

.timeline_history .filter_timeline a {
  font-size: 1.5em;
  display: inline-block;
  padding: 0 .2em;
}

.filter_timeline a.h_active {
  color: green!important;
}

.timeline_history .h_item {
  clear: both;
  padding-top: 8px;
  border-top: 1px dashed #D2D2D2;
}

.timeline_history .h_hidden {
  display: none;
}

.timeline_history .h_info {
  float: left;
  width: 25%;
  max-width: 140px;
}

.timeline_history .right .h_info {
  float: right;
}

.timeline_history .h_user,
.timeline_history .h_date {
  background-repeat: no-repeat;
  padding-left: 24px;
  padding-top: 1px;
  text-transform: capitalize;
  text-align: center;
}

.timeline_history .h_date i {
  font-size: 1.8em;
  margin-right: .3em;
  opacity: .7;
  vertical-align: -15%;
}

.timeline_history .h_date {
  white-space: nowrap;
  margin-bottom: 10px;
  text-align: left;
  line-height: 20px;
  padding-left: 0!important;
}

.timeline_history .h_user .h_user_name {
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.timeline_history .h_user a:hover {
  text-decoration: underline;
}

.timeline_history .h_user .tooltip_picture_border {
  padding: 2px;
  border-radius: 50%;
  border: 3px inset #E7E7E7;
  _border: 3px solid #E7E7E7;
  width: 51px;
  height: 51px;
  position: relative;
  margin: 0 auto;
}

.timeline_history .h_user .user_picture {
  width: 51px;
  height: 51px;
  border-radius: 50%;
}

.timeline_history .users_id_tech img {
  vertical-align: middle;
}

.timeline_history .left .h_user,
.timeline_history .left .h_date,
.timeline_history .middle .h_user,
.timeline_history .middle .h_date {
  padding-left: 24px;
  padding-right: 0;
  padding-top: 2px;
}

.timeline_history .left .h_date,
.timeline_history .middle .h_date {
  margin: 0 auto;
}

.timeline_history .h_user,
.timeline_history .middle .h_user,
.timeline_history .left .h_user {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}

.timeline_history img.group_assign {
  vertical-align: bottom;
}

.timeline_history .h_content {
  max-width: 50%;
  min-width: 200px;
  padding: 5px 5px 5px 8px;
  margin-bottom: 10px;
  min-height: 70px;
  position: relative;
  margin-right: 0;
  margin-left: 160px;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.timeline_history .right .h_content {
  margin-left: 0;
  margin-right: 20px;
  float: right;
  text-align: left;
}

.timeline_history .middle .h_content {
  max-width: inherit;
  width: 69%;
}

.timeline_history .h_content:after,
.timeline_history .h_content:before {
  right: 100%;
  top: 53px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.timeline_history .h_content:after {
  border-width: 8px;
  margin-top: -15px;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

.timeline_history .right .h_content:after,
.timeline_history .right .h_content:before {
  left: 100%;
}

.timeline_history .left .h_content:after {
  border-left-color: transparent !important;
}

.timeline_history .left .h_content:before {
  border-left-color: transparent !important;
}

.timeline_history .right .h_content:after {
  border-right-color: transparent !important;
}

.timeline_history .right .h_content:before {
  border-right-color: transparent !important;
}

.timeline_history .TicketFollowup:after {
  border-color: #E0E0E0;
}

.timeline_history .TicketTask:after {
  border-color: #FEDA90;
}

.timeline_history .Solution:after {
  border-color: #9FD6ED;
}

.timeline_history .TicketValidation.status_3:after {
  border-color: #A1D7A2;
}

.timeline_history .TicketValidation:after {
  border-color: #FFFFFF;
}

.timeline_history .TicketValidation.status_4:after {
  border-color: #D3A4A4;
}

.timeline_history .right .h_content p {
  margin: 2px 0 0;
}

.timeline_history .private {
  width: 30px;
  float: right;
  padding-top: 18px;
  background: url(../pics/timeline/private.png) no-repeat center top;
  color: #A2A2A2;
  font-size: .75em;
  text-align: center;
  white-space: nowrap;
}

.timeline_history .right .private {
  float: left;
}

.timeline_history .left .h_content.timeline_active {
  border-right: 8px solid #3C5874;
}

.timeline_history .right .h_content.timeline_active {
  border-left: 8px solid #3C5874;
}

.timeline_history .h_content.edited {
  max-width: inherit;
  text-align: center;
}

.timeline_history .h_content.edited .tab_cadre_fixe {
  width: 100%;
  margin: 0;
}

.timeline_history .h_content .edit_item_content {
  display: none;
  border: 1px dotted #C0C0C0;
}

.timeline_history .h_content .cancel_edit_item_content {
  display: none;
  background-image: url(../pics/close.png);
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: .5;
  position: absolute;
  top: 12px;
  right: 12px;
}

.timeline_history .h_content .cancel_edit_item_content:hover {
  opacity: 1;
}

.timeline_history .h_content.TicketFollowup {
  background-color: #E0E0E0;
  color: #535353;
  background-image: url(../pics/timeline/followup.png);
  background-repeat: no-repeat;
}

.timeline_history .h_content.TicketTask {
  background-color: #FEDA90;
  color: #38301F;
  background-image: url(../pics/timeline/task.png);
  background-repeat: no-repeat;
}

.timeline_history .h_content.Solution {
  background-color: #9FD6ED;
  color: #425B64;
  background-image: url(../pics/timeline/solution.png);
  background-repeat: no-repeat;
}

.timeline_history .h_content.Document_Item,
.timeline_history .h_content.Assign {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
}

.timeline_history .h_content.TicketContent {
  background-color: #B2E0B6;
  color: #093806;
  background-repeat: no-repeat;
}

.timeline_history .h_content.TicketContent .ticket_title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 5px;
}

.timeline_history .h_content.TicketContent img {
  max-width: 100%;
}

.timeline_history span.buttons {
  opacity: 0.1;
  vertical-align: middle;
}

.timeline_history span.buttons:hover {
  opacity: 1;
}

.edit_document,
.delete_document {
  font-size: 1.5em!important;
  margin-left: .5em;
}

.timeline_history .timeline_img_preview img {
  width: 100px;
  border: 3px solid #4A8865;
  border-radius: 3px;
}

.timeline_history a:hover .timeline_img_preview img {
  border: 3px solid black;
}

.timeline_history .h_content.TicketValidation {
  background-color: #FFFFFF;
  border-color: #BECADD;
  color: #030F21;
  padding: 5px 5px 5px 8px;
}

.timeline_history .h_content.TicketValidation.status_3 {
  background-color: #A1D7A2;
  border-color: #385139;
}

.timeline_history .h_content.TicketValidation.status_4 {
  background-color: #D3A4A4;
  border-color: #5E3232;
}

.timeline_history .h_content img.h_requesttype {
  float: right;
  height: 20px;
}

.timeline_history .h_content .edit_item {
  display: block;
  float: right;
  opacity: .5;
  font-size: 1.5em;
}

.timeline_history .h_content .edit_item:hover {
  opacity: 1;
  cursor: pointer;
}

.timeline_history .h_content .long_text {
  max-height: 350px;
  position: relative;
  overflow: hidden;
}

.timeline_history .h_content .read_more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0;
}

.timeline_history .h_content .read_more a {
  bottom: 5px;
  position: absolute;
}

.timeline_history .h_content.TicketFollowup .read_more {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(241, 244, 227, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f1f4e3', GradientType=0);
}

.timeline_history .h_content.TicketTask .read_more {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(240, 228, 181, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0e4b5', GradientType=0);
}

.timeline_history .h_content.Solution .read_more {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(233, 241, 255, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e9f1ff', GradientType=0);
}

.timeline_history .b_right {
  margin-right: 3px;
  font-style: italic;
  color: #7E7E7E;
  text-align: right;
  bottom: 2px;
}

.timeline_history .b_right .actiontime {
  padding-left: 15px;
  background-image: url(../pics/timeline/actiontime.png);
  background-repeat: no-repeat;
  margin-right: 6px;
}

.timeline_history .state {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.timeline_history .state.state_0 {
  background-image: url(../pics/timeline/information.png);
}

.timeline_history .state.state_1 {
  cursor: pointer;
  background-image: url(../pics/timeline/todo.png);
}

.timeline_history .state.state_2 {
  cursor: pointer;
  background-image: url(../pics/timeline/done.png);
}

.timeline_history .b_right .planification {
  padding-left: 17px;
  background-image: url(../pics/timeline/planification.png);
  background-repeat: no-repeat;
}

.timeline_history .approbation_separator {
  margin-bottom: 55px;
}

.assign_la {
  float: left;
  white-space: nowrap;
  margin-top: 4px;
}

.displayed_content a .fa {
  font-size: 1.5em;
}

.x-split-button {
  position: relative;
  width: 250px;
  left: 40%;
  word-wrap: normal;
  white-space: normal;
}

.x-button {
  position: relative;
  margin: 0;
  float: left;
  outline: none;
  padding: 5px;
  cursor: pointer;
  font: bold 12px Arial, Helvetica;
  color: #8f5a0a;
  background-color: #FEC95C;
  border: none;
  border-radius: 0;
}

.x-button:hover {
  cursor: pointer;
  background-color: #fddb6f;
  box-shadow: 0px 1px 1px #999;
}

.x-button.x-button-main {
  width: 100px;
  height: 26px;
}

.x-button.x-button-drop {
  border-left: 0;
  width: 15px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.x-button.x-button-drop:after {
  content: '\25BC';
}

.open .x-button.x-button-drop:after {
  content: '\25B2';
}

.x-button.x-button-drop.new {
  background-image: url(../pics/new.png);
}

.x-button-drop.new:after {
  content: ' ' !important;
}

.x-button.x-button-drop.assign {
  background-image: url(../pics/assign.png);
}

.x-button-drop.assign:after {
  content: ' ' !important;
}

.x-button.x-button-drop.plan {
  background-image: url(../pics/plan.png);
}

.x-button-drop.plan:after {
  content: ' ' !important;
}

.x-button.x-button-drop.waiting {
  background-image: url(../pics/waiting.png);
}

.x-button-drop.waiting:after {
  content: ' ' !important;
}

.x-button.x-button-drop.solved {
  background-image: url(../pics/solved.png);
}

.x-button-drop.solved:after {
  content: ' ' !important;
}

.x-button.x-button-drop.closed {
  background-image: url(../pics/closed.png);
}

.x-button-drop.closed:after {
  content: ' ' !important;
}

.open > .x-button-drop-menu {
  display: block;
}

.x-button-drop-menu {
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 136px;
  list-style: none;
  border: 0;
  text-align: left;
}

.x-button-drop-menu li input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.x-button-drop-menu li label {
  background-color: #fddb6f;
  padding: 4px;
  color: #8f5a0a;
  cursor: pointer;
  display: block;
  font-weight: bold;
}

.x-button-drop-menu li:hover label {
  background-color: #ffb94b !important;
}

.x-button-drop-menu li input[type="radio"]:checked + label {
  background-color: #FEC95C;
}

.dates_timelines {
  width: 100%;
  max-width: 950px;
  font-size: 11px;
  margin: 0 auto;
  text-align: left;
}

.dates_timelines ul {
  position: relative;
}

.dates_timelines ul:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 163px;
  width: 3px;
  background-color: #A8A8A8;
}

.dates_timelines li {
  margin: 5px 0 25px 0;
  display: block;
}

.dates_timelines time {
  height: 30px;
  position: absolute;
  left: 0;
  text-align: right;
  width: 145px;
  color: #999;
}

.dates_timelines .dot {
  position: absolute;
  left: 156px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  background-color: #FFF;
  border: 2px solid #696969;
}

.dates_timelines .dot:before {
  color: #929292;
  font-family: 'FontAwesome';
  padding-left: 2px;
}

.dates_timelines .now,
.dates_timelines .now time {
  font-weight: bold;
  color: inherit !important;
}

.dates_timelines .now .dot {
  background-color: #49BAF6;
  border-color: #4A9BC5;
}

.dates_timelines .creation .dot {
  border: 0;
  font-size: 15px;
  height: 18px;
}

.dates_timelines .creation .dot:before {
  content: '\f069';
}

.dates_timelines .passed time,
.dates_timelines .passed label,
.dates_timelines .passed .dot {
  border-color: #FF0014;
  color: #FF0014;
}

.dates_timelines .passed .dot:before {
  content: '\f12a';
  padding-left: 6px;
  color: #E54E5A;
}

.dates_timelines .checked .dot:before {
  content: '\f00c';
  padding-left: 2px;
}

.dates_timelines .end .dot {
  border: 0;
  font-size: 15px;
}

.dates_timelines .end .dot:before {
  content: '\f024';
}

.dates_timelines label {
  position: absolute;
  left: 180px;
  text-align: right;
}

.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.switch {
  padding: 4px;
  display: inline-block;
}

.switch img {
  padding-right: 10px;
}

.grey_border {
  border: 1px dotted #E2E2E2;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type=checkbox]:checked ~ .lever {
  background-color: #E8AEAE;
}

.switch label input[type=checkbox]:checked ~ .fa {
  color: #E8AEAE;
}

.switch label input[type=checkbox]:checked ~ .lever:after {
  background-color: #cf9b9b;
  left: 8px;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 15px;
  height: 10px;
  background-color: #B8B8B8;
  border-radius: 15px;
  margin-right: 5px;
  transition: background 0.3s ease;
}

.switch label img {
  vertical-align: middle;
}

.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -7px;
  top: -2px;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.3s ease;
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(89, 89, 89, 0.08627450980392157);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] ~ .lever {
  cursor: default;
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD;
}

.queuemail_preview .tab_cadre {
  width: inherit !important;
}

.comments,
.comments ul {
  margin: 0 0 0 1em;
  padding: 0;
  list-style: none;
  position: relative;
}

.comments ul {
  margin-left: 3em;
  clear: both;
}

.comments:before,
.comments ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid #CECECE;
}

.comments li {
  margin: 0;
  padding: 0;
  line-height: 2em;
  position: relative;
  clear: left;
}

.comments li:before {
  content: "";
  display: block;
  width: 20px;
  height: 0;
  border-top: 1px solid #CECECE;
  margin-top: -1px;
  position: absolute;
  top: 5em;
  left: 0;
}

.comments li:last-child:before {
  background: white;
  height: auto;
  top: 5em;
  bottom: 0;
}

.comments .h_content {
  position: relative;
}

.comments .h_info {
  padding-left: 20px;
}

.comments .add_answer {
  background-image: url(../pics/answer.png);
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  opacity: .5;
}

.comments .add_answer:hover {
  opacity: 1;
  cursor: pointer;
}

.comments .h_item {
  border: none;
}

.forcomments.timeline_history {
  border: none;
}

.comments hr {
  border: none;
  border-top: 1px #222 dotted;
  margin-top: 2px;
}

.comment_form textarea {
  width: 100%;
  min-height: 70px;
}

input[type=checkbox].toggle_comments {
  display: none;
}

input[type=checkbox].toggle_comments + .toggle_label {
  cursor: pointer;
  position: absolute;
  left: -6px;
  top: calc(5em - 8px);
  background: #FFF url("../pics/expand.png") no-repeat;
  width: 14px;
  height: 14px;
}

input[type=checkbox].toggle_comments:checked + .toggle_label {
  background: #FFF url("../pics/collapse.png") no-repeat;
}

input[type=checkbox].toggle_comments ~ ul {
  display: none;
}

input[type=checkbox].toggle_comments:checked ~ ul {
  display: block;
}

.copy_to_clipboard_wrapper,
.copy_to_clipboard_wrapper * {
  cursor: pointer;
}

.copy_to_clipboard_wrapper:after {
  font-family: 'FontAwesome';
  position: relative;
  left: -15px;
  top: 1px;
  content: "\f0ea";
  color: #7F7F7F;
  transition: color 0.3s ease-in-out;
}

.copy_to_clipboard_wrapper.copied:after {
  content: "\f00c";
  color: green;
}

.copy_to_clipboard_wrapper.copyfail:after {
  content: "\f071";
  color: red;
}

.documentation {
  background-color: white;
  max-width: 700px;
  margin: 0 auto;
  padding: 10px 20px;
}

.documentation h1 {
  color: #300000;
}

.documentation > ul:nth-child(2) {
  list-style-type: disc;
  margin-top: 40px;
}

.documentation > ul:nth-child(2) > li {
  margin-left: 30px;
}

.documentation h2 {
  color: #940000;
  margin-top: 70px;
  border-bottom: 1px solid #A87A7A;
}

.documentation li {
  margin-left: 10px;
  padding: 5px 0 5px 5px;
}

.documentation > ul > li > ul > li {
  border-left: 1px solid grey;
}

.documentation > ul > li > ul > li > ul > li {
  list-style-type: disc;
  margin-left: 35px;
}

.documentation pre {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
}

.documentation dt {
  font-weight: bold;
  margin-top: 20px;
}

.documentation dd {
  margin-left: 20px;
}

td.diff ins {
  color: green;
  text-decoration: none;
}

td.diff del {
  color: red;
  text-decoration: none;
}

.planning_on_central .fc-view-container *,
.planning_on_central .fc-view-container *::before,
.planning_on_central .fc-view-container *::after {
  min-height: 1em;
}

.loadingindicator {
  background: #fff url(../pics/spinner.48.gif) no-repeat center .5em;
  padding: 60px .5em .5em;
  text-align: center;
  max-width: 350px;
  margin: auto;
  border: none;
}

.small {
  width: 1%;
}

.slidepanel {
  z-index: 100;
  position: absolute;
  width: 30em;
  max-width: 40%;
  background: white;
  top: 0;
  min-height: 100vh;
  height: calc(100% - 28px);
  border: none;
  overflow: auto;
}

.slidepanel a.fa,
.slidepanel a.fa:link {
  font-size: 1.5em;
  color: #ccc;
}

.fa.bookmark_record,
.fa.bookmark_record:link {
  font-size: 1.5em;
  color: #ccc!important;
}

.fa.bookmark_default,
.fa.bookmark_default:link {
  font-size: 1.5em;
  color: #f3b51f!important;
}

.fa.reset-search:hover,
.fa.bookmark_record.save:hover {
  color: #999!important;
}

.slidepanel a .count .fa {
  color: white;
}

.drag {
  display: inline-block;
  height: 18px;
  padding-right: 1em;
  cursor: move;
}

.slidepanel .header {
  border-bottom: 1px solid #ccc;
  min-height: 2.4em;
}

.slidepanel .header > h3 {
  margin: 0;
  padding-top: .3em;
  text-align: center;
}

.slidepanel .header .icon {
  margin-top: .5em;
  margin-right: .5em;
}

.slidepanel .contents {
  clear: both;
}

.layout_lefttab .slidepanel .new_form_tabs .ui-tabs-nav,
.slidepanel .ui-tabs {
  width: auto;
}

.slidepanel.onleft {
  left: 0;
  border-right: 1px solid #ccc;
}

.slidepanel.onleft .close {
  float: right;
}

.slidepanel.onleft .icon {
  float: left;
}

.slidepanel.onright {
  right: 0;
  border-left: 1px solid #ccc;
}

.slidepanel.onright .close {
  float: left;
}

.slidepanel.onright .icon {
  float: right;
}

.slidepanel .tab_cadre_fixehov {
  box-shadow: none;
}

.slidepanel .default {
  display: inline-block;
  width: 18px;
  height: 18px;
}

.slidepanel td * {
  vertical-align: middle;
}

.slidepanel .toggle {
  font-size: 1.5em;
  position: absolute;
  right: .2em;
}

a.savedsearchlink {
  display: block;
  padding: .4em 0;
}

span.count {
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  padding: .2em .5em;
  float: right;
  margin-top: -0.2em;
  margin-left: .5em;
  font-weight: bold;
}

span.count img {
  vertical-align: -10%;
}

.primary-bg {
  background: #3A5693;
}

.primary-bg-inverse {
  background: white;
}

.primary-fg,
.primary-fg:link,
.primary-fg:hover {
  color: white;
}

.primary-fg-inverse,
.primary-fg-inverse:hover {
  color: #3A5693;
}

.tab_cadre_fixe .fa {
  padding: 0 .3em;
}

button.unstyled {
  background: none;
  border: none;
  margin: none;
}

.warning {
  padding: .5em;
  cursor: pointer;
  font: bold 12px Arial, Helvetica;
  color: #8f5a0a;
  background-color: #FEC95C;
  border: 0;
  text-align: center;
}

.warning li {
  margin-bottom: .5em;
}

.warning li:last-child {
  margin-bottom: 0;
}

.warning .fa {
  color: white;
  float: left;
  margin-right: .2em;
}

tr.linked-template td:not(.top) {
  background-color: #ffb4b4;
}

.notifs_setup {
  display: table;
  margin: 0 auto;
  border-spacing: 1em 0;
}

.notifs_setup > form,
.notifs_setup > table {
  display: table-cell;
}

.massiveactions {
  padding: .5em;
  width: 90%;
}

.massiveactions input.submit {
  margin-top: .5em;
}

.missing {
  color: orange;
}

.ok {
  color: green;
}

input#ADDincidencia {
  -moz-appearance: textfield;
}

input#ADDfrecuencia {
  -moz-appearance: textfield;
}

input#ADDgravedad {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tag-input-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 400px;
  margin-bottom: 10px;
}

#tagInput {
  flex: 1;
  border: none;
  outline: none;
  min-width: 100px;
}

.tag {
  background-color: #e0f0ff;
  border: 1px solid #007bff;
  padding: 5px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.tag .remove {
  cursor: pointer;
  font-weight: bold;
  color: #007bff;
}

.menuCSS3 ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1;
}

.menuCSS3 a {
  display: block;
  padding: 1em 1em 1em 1em;
  background-color: transparent;
  text-decoration: none;
  color: #797777;
  font-size: 1.4em;
  z-index: 1;
  border-radius: 5px;
}

.menuCSS3 a:hover {
  z-index: 1;
}

.menuCSS3 ul li ul {
  display: none;
  z-index: 1;
}

.menuCSS3 ul li a:hover + ul, .menuCSS3 ul li ul:hover {
  display: block;
  z-index: 1;
}

ul#menu > li:hover > a > img,
ul#menu > li:hover > a > img {
  content: url('../pics/boton_contraer_azul.png');
}

div.glpi_tabs .new_form_tabs > ul.ui-tabs-nav .ui-helper-reset .ui-helper-clearfix .ui-widget-header .ui-corner-all > li > a {
  //color: white !important;
}

.tags-input {
  display: grid;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.tags-input ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.tags-input li {
  display: inline-block;
  background-color: #D9D9D9;
  color: #333;
  border-radius: 13px;
  padding: 10px;
  margin-right: 5px;
  text-align: left;
}

.tags-input input[type="text"] {
  border: none;
  outline: none;
  padding: 5px;
  font-size: 14px;
}

.tags-input input[type="text"]:focus {
  outline: none;
}

.tags-input .delete-button {
  background-color: transparent;
  border: none;
  color: #797777;
  cursor: pointer;
  padding-left: 5px;
}

.breadcrumbs {
  display: flex;
  font-family: sans-serif;
  font-size: 15px;
  margin: 10px 0;
  flex-wrap: wrap;
  overflow: hidden;
}

.breadcrumbs a,
.breadcrumbs span {
  position: relative;
  padding: 10px 40px 10px 40px;
  color: #797777;
  background: #D9D9D9;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  margin-right: -5px;
  clip-path: polygon(
    0% 0%,                
    calc(100% - 12px) 0%, 
    100% 50%,             
    calc(100% - 12px) 100%, 
    0% 100%,             
    12px 50%             
  );
  white-space: nowrap;
  //z-index: 1;
}

.breadcrumbs a:first-child,
.breadcrumbs span:first-child {
  margin-left: 20px;
  clip-path: polygon(
    0% 0%,
    calc(100% - 12px) 0%,
    100% 50%,
    calc(100% - 12px) 100%,
    0% 100%
  );
}

.breadcrumbs span {
  background-color: #C6E2FF;
  font-weight: bold;
  color: #3090F0;
}

#IdCategorias:disabled {
  color: grey;
}

table.scroll {
  width: 20%;
  border-spacing: 0;
  border: 2px solid black;
}

table.scroll tbody,
table.scroll thead tr {
  display: block;
}

table.scroll tbody {
  height: 100px;
  overflow-y: auto;
  overflow-x: scroll;
}

table.scroll tbody td,
table.scroll thead th {
  width: 140px;
  border: 1px solid black;
}

table.scroll thead th:last-child {
  width: 156px;
}

thead tr th {
  height: 30px;
  line-height: 30px;
}

tbody td:last-child, thead th:last-child {
  border-right: none !important;
}

.ui-dialog .ui-dialog-content {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.ui-widget-overlay {
  background: rgba(0,0,0,.45) !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 99998 !important;
}

.dataTables_filter {
  margin-bottom: 10px;
  margin-right: 10px;
}

.dataTables_filter label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dt-buttons {
  width: auto;
  display: inline;
  margin-left: 0px;
  float: left;
}

div.dataTables_wrapper {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700;800&display=swap');

.titulo-login{

  position: fixed;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Poppins', sans-serif;
  font-size: 44px;
  color: #0D5CAB;
  font-weight: 600; 
  letter-spacing: 0.5px;
  text-shadow: 0 2px 6px rgba(255,255,255,0.6);
  z-index: 10;

}

.bovis-upload__dropzone {
  position: relative;
  height: 150px;
  border: 2px dashed #2b6cb0;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  padding: 12px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/*#bovisPreview {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: inherit;
  z-index: 1;
  margin: 10px auto 0;
  max-width: 100%;
  max-height: 180px;
}*/

.bovis-upload__dropzone.has-image .dz-title,
.bovis-upload__dropzone.has-image .dz-or,
.bovis-upload__dropzone.has-image .dz-hint,
.bovis-upload__dropzone.has-image label[for="bovisFile"] {
  display: none;
}

.bovis-remove-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,0.6);
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.25s ease, background 0.25s ease, transform 0.2s ease;
  padding: 6px;
}

.bovis-remove-btn svg {
  width: 22px;
  height: 22px;
  fill: white;
  pointer-events: none;
}

.bovis-upload__dropzone.has-image:hover .bovis-remove-btn {
  opacity: 1;
}

.bovis-remove-btn:hover {
  background: rgba(0, 0, 0, 0.75);
  transform: translate(-50%, -50%) scale(1.1);
}

.bloque-proveedor {
  background: #f5f7fa;
  border: 1px solid #d0d6e2;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
}

.triple {
  display: flex;
  gap: 30px;
  padding: 10px 15px;
}

.triple__col {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.triple__col label {
  display: block;
  margin-bottom: 6px;
  text-align: left;
  font-weight: 600;
}

.triple__col input,
.triple__col select,
.triple__col textarea {
  width: 100%;
}

.triple__col + .triple__col {
  border-left: none !important;
}

.bloque-top > td {
  background: #D9D9D9;
  padding: 10px 14px;
}

table.tab_cadre_fixe {
  border-collapse: separate !important;
  border-spacing: 0 0;
  background: #fff;
  border-radius: 12px;
  padding: 0;
  margin: 0 12px 30px 12px; /* top right bottom left */
    width: calc(100% - 24px);
}

table.tab_cadre_fixe > tbody > tr.bloque-top > td {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.boton_val {
  background-position: center center;
  background-size: 25px;
  width: 130px;
  height: 45px;
  border: 0;
  border-radius: 10px;
  background-color: #0D5CAB;
  color: white;
  font-size: 14 !important;
  cursor: pointer;
}

.boton_contrato {
  background-position: center center;
  background-size: 25px;
  width: 130px;
  height: 45px;
  border: 0;
  border-radius: 10px;
  background-color: #0D5CAB;
  color: white;
  font-size: 14 !important;
  cursor: pointer;
}

.marco_gral span {
  margin-left: 20px;
}

.ui-tabs-nav {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
}

.ui-tabs-nav li {
  position: relative;
  list-style: none;
  margin-right: var(--gap) !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.ui-tabs-nav li > a {
  display: block;
  position: relative;
  height: var(--h);
  line-height: var(--h);
  padding: 0 calc(var(--pad-x) + var(--punta)) 0 var(--pad-x);
  /*background: var(--gris-bg) !important;*/
  background: #D9D9D9;
  color: var(--gris-texto) !important;
  font-size: 13px;
  /*font-weight: 700 !important;*/
  text-decoration: none !important;
  border-radius: 0 !important;
}

.ui-tabs-nav li > a::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-1 * var(--punta));
  width: 0;
  height: 0;
  border-top: calc(var(--h) / 2) solid transparent;
  border-bottom: calc(var(--h) / 2) solid transparent;
  border-left: var(--punta) solid var(--gris-bg);
}

.ui-tabs-nav li > a::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: calc(-1 * var(--punta) - 1px);
  width: 1px;
  background: #ffffff;
}

.ui-tabs-nav li:last-child > a::after,
.ui-tabs-nav li:last-child > a::before {
  display: none;
}

.ui-tabs-nav li:hover > a {
  background: var(--azul-marino) !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.ui-tabs-nav li:hover > a::after {
  border-left-color: var(--azul-marino) !important;
}

.ui-tabs-nav li.ui-tabs-active > a {
  background: var(--azul-claro) !important;
  color: var(--celeste-texto) !important;
  font-weight: 700 !important;
}

.ui-tabs-nav li.ui-tabs-active > a::after {
  border-left-color: var(--azul-claro) !important;
}

.ui-tabs-nav li.ui-tabs-active:hover > a {
  color: var(--celeste-texto) !important;
}

.ui-tabs-nav li > a:focus {
  outline: 0;
}

.tab_nb {
  display: none !important;
}

div.horizontal.ui-tabs .ui-tabs-nav {
  display: none !important;
}

div.horizontal.ui-tabs {
  background: transparent !important;
  margin-top: 0 !important;
}

body.layout_lefttab form input[type="file"] {
  width: auto !important;
  max-width: none !important;
  display: block !important;
  margin: 0 auto !important;
}

body.layout_lefttab form .fileupload_draghoverable {
  text-align: center !important;
}

.boton_actualizacion {
  background-position: center center;
  background-size: 25px;
  width: 150px;
  height: 45px;
  border: 0;
  border-radius: 10px;
  background-color: #0D5CAB;
  color: white;
  font-size: 14 !important;
  cursor: pointer;
}

#tablaContratos_wrapper .qtip {
  display: none !important;
}

.select2-container-disabled .select2-choice,
.select2-container-disabled .select2-choice:hover,
.select2-container-disabled .select2-choice:focus,
.select2-container-disabled .select2-choice:active {
  box-shadow: none !important;
  outline: none !important;
  border-color: inherit !important;
  background-image: none !important;
}

.select2-container-disabled {
  pointer-events: none;
  cursor: not-allowed;
}

input[readonly],
textarea[readonly] {
  background-color: #f2f2f2 !important;
  color: #666 !important;
  cursor: not-allowed !important;
}

input[readonly] {
  pointer-events: none;
}

table.tab_cadre_fixehover th,
table.tab_cadre_fixehover td {
  vertical-align: middle !important;
}

.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.bovis-upload.disabled {
  opacity: 0.5;
  pointer-events: none;
}

input:disabled,
select:disabled,
textarea:disabled {
  background-color: #f2f2f2 !important;
  color: #999 !important;
  font-weight: 400 !important;
  cursor: not-allowed;
}

.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choice .select2-chosen {
  color: #999 !important;
  background-color: #f2f2f2 !important;
  cursor: not-allowed !important;
}

.select2-container--disabled .select2-selection--single,
.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #999 !important;
  background-color: #f2f2f2 !important;
  cursor: not-allowed !important;
}

form[name^="documentitem_form"] input.submit,
form[name^="documentitem_form"] input.submit:hover {
  background-color: #0D5CAB !important;
  border: none !important;
}

input.submit,
input.submit:hover,
a.vsubmit,
a.vsubmit:hover,
a.vsubmit:focus,
a.vsubmit:active {
  background-color: #0D5CAB !important;
  border: none !important;
}

.bovis-upload__dropzone.is-disabled {
  opacity: 1;
}

.bovis-upload__dropzone.is-disabled label[for="bovisFile"] {
  pointer-events: none;
  cursor: not-allowed;
}

.bovis-upload__dropzone.is-disabled #bovisRemoveBtn {
  display: none;
}

div[id^="add_dropdown"].ui-dialog-content {
  height: 30vh !important;
  min-height: 200px !important;
  overflow: hidden !important;
}

div[id^="add_dropdown"].ui-dialog-content iframe {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  border: 0 !important;
}

.ui-dialog:has(> div[id^="add_dropdown"]) {
  position: fixed !important;
  top: 120px !important;
  left: 55% !important;
  transform: translateX(-50%) !important;
  width: 900px !important;
  max-width: 92vw !important;
}

.ui-dialog:has(> div[id^="add_dropdown"]) .ui-dialog-content {
  width: 100% !important;
}

.presupuesto-wrap {
  display: inline-flex !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 420px;
}

.presupuesto-wrap input.presupuesto {
  width: 100% !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.presupuesto-wrap .presupuesto-sufijo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px !important;
  padding: 0 12px !important;
  border: 1px solid #cbd5e1 !important;
  border-left: 0 !important;
  background: #f3f4f6 !important;
  color: #111827 !important;
  font-weight: 600 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  user-select: none !important;
  white-space: nowrap !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.presupuesto-wrap .presupuesto-sufijo::before {
  content: '' !important;
}

body td .presupuesto-wrap > .presupuesto-sufijo,
body td .presupuesto-wrap > .presupuesto-sufijo::before,
body td .presupuesto-wrap > .presupuesto-sufijo::after {
  font-family: "DejaVu Sans","Noto Sans","Liberation Sans",Arial,Helvetica,sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  speak: none !important;
}

body td .presupuesto-wrap > .presupuesto-sufijo::before,
body td .presupuesto-wrap > .presupuesto-sufijo::after {
  content: "" !important;
}

body td .presupuesto-wrap > .presupuesto-sufijo::before {
  content: "\20AC" !important;
  font-family: "DejaVu Sans","Noto Sans","Liberation Sans",Arial,Helvetica,sans-serif !important;
  font-weight: 600 !important;
}

#nombre_lic::placeholder {
  font-size: 16px;
}

#cif_lic::placeholder {
  font-size: 16px;
}

.tablas-internas {
  display: flex !important;
  gap: 20px;
  align-items: flex-start;
}

.columna-derecha {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: auto !important;
  min-width: 0 !important;
}

.tabla-interna {
  border-collapse: collapse;
  width: 100%;
}

.tabla-interna td,
.tabla-interna th {
  border: none !important;
  padding: 6px 10px;
}

.ui-dialog-buttonpane .ui-dialog-buttonset button:first-child {
  background-position: center center;
  background-size: 20px;
  width: 95px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background-color: #0D5CAB;
  color: white;
  font-size: 14 !important;
  cursor: pointer;
}

.ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
  background-position: center center;
  background-size: 20px;
  width: 95px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background-color: #DEDEDE;
  color: white;
  font-size: 14 !important;
  cursor: pointer;
}

#mainformtable .tablas-internas,
#mainformtable td > div {
  overflow: visible !important;
  max-height: none !important;
}

table.dataTable {
  border-collapse: collapse !important;
}

table.dataTable thead th {
  border-bottom: 1px solid #aaa !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 10pt;
  border: 0px;
}

table.dataTable thead tr {
  border-bottom: 0 !important;
}

div.dataTables_scrollBody thead {
  visibility: collapse !important;
}

div.dataTables_scrollBody thead tr {
  height: 0 !important;
}

#tblLicitadores td:nth-child(3),
#tblLicitadores th:nth-child(3) {
  text-align: center !important;
}

#tblLicitadores a {
  color: #0D5CAB !important;
  font-weight: 700 !important;
  text-decoration: none;
}

#tblLicitadores a:hover {
  color: #083d73 !important;
  text-decoration: underline;
}

a.link-adjudicataria {
  color: #0D5CAB !important;
  font-weight: 700 !important;
}

a.link-adjudicataria:hover {
  color: #083d73 !important;
  text-decoration: underline;
}

.dataTables_scrollHead thead th {
  border-top: none !important;
  border-left: none !important;
}

#tblLicitadores tbody tr.odd {
  background-color: #f2f2f2 !important;
}

#tblLicitadores tbody tr.even {
  background-color: #ffffff !important;
}

#tblLicitadores tbody tr:hover {
  background-color: #dbeaf7 !important;
}

table.tabla-interna {
  table-layout: fixed !important;
  width: 100% !important;
  max-width: 100% !important;
}

td.lic-dd-td {
  width: 300px !important;
  max-width: 300px !important;
  overflow: hidden !important;
}

td.lic-dd-td .select2-container {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.tablas-internas > table.tabla-interna {
  flex: 0 0 50% !important;
  width: 50% !important;
}

.tablas-internas > .columna-derecha {
  //flex: 0 0 50% !important;
  width: 50% !important;
}

.columna-derecha > table {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');


#supplier_nombre_lic:focus option[value=""]{

    display: none;

}

.select2-selection__rendered.is-placeholder {
  color: #999 !important;
}


#mainformtable.tab_cadre_fixe.tabsbody td:first-child {
  padding-top: 6px !important;
  padding-left: 10px !important;
}


#tblLicitadores_wrapper {
  width: 100%;
  margin: 0 0;
}

#tblLicitadores_wrapper .dataTables_scroll,
#tblLicitadores_wrapper .dataTables_scrollHead,
#tblLicitadores_wrapper .dataTables_scrollBody,
#tblLicitadores_wrapper table.dataTable {
  width: 100% !important;
}

#mainformtable .tablas-internas {
  display: flex !important;
  gap: 20px;
  align-items: flex-start;
}

#mainformtable .tablas-internas > * {
  min-width: 0 !important;
}

#mainformtable .tablas-internas > table.tabla-interna {
  flex: 0 0 50% !important;
  width: 50% !important;
  max-width: 50% !important;
}

#mainformtable .tablas-internas > .columna-derecha {
  //flex: 0 0 50% !important;
  width: 50% !important;
  max-width: 50% !important;
  overflow-x: auto !important;
}

#mainformtable .tablas-internas > .columna-derecha > table,
#mainformtable .tablas-internas > .columna-derecha .dataTables_wrapper,
#mainformtable .tablas-internas > .columna-derecha .dataTables_scroll,
#mainformtable .tablas-internas > .columna-derecha .dataTables_scrollHead,
#mainformtable .tablas-internas > .columna-derecha .dataTables_scrollBody,
#mainformtable .tablas-internas > .columna-derecha table.dataTable {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.tabla-interna th:nth-child(1),
.tabla-interna td:nth-child(1) {
  width: 30%;
}

.tabla-interna th:nth-child(2),
.tabla-interna td:nth-child(2) {
  width: 70%;
}

.acciones-derecha {
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
}

.acciones-derecha .vsubmitNE {
  display: inline-block;
}

td.lic-campo {
  padding-right: 10px;
}

td.lic-campo .fila-campo-boton {
  display: flex !important;
  align-items: center;
  width: 100% !important;
}

td.lic-campo .fila-campo-boton .select2-container,
td.lic-campo .fila-campo-boton input,
td.lic-campo .fila-campo-boton select {
  flex: 1 1 auto;
  min-width: 0;
}

td.lic-campo .fila-campo-boton .vsubmitNE {
  margin-left: auto !important;
  white-space: nowrap;
}

.modo-edicion {
  display: none;
}

.modo-vista {
  display: inline-block;
  color: #6b7280;
  font-weight: 700;
}

.supplier-logo-cell {
  width: 220px;
  vertical-align: top;
  padding: 12px;
  background: #f5f5f5;
  border-left: 1px solid #dcdcdc;
}

.comentario-texto {
  color: #6b7280;
  font-weight: 400;
}

.direccion-tier {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .evaluaciones-tab {
  margin-top: 200px;
}

.form-buttons-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  align-items: center;
}

.form-buttons-wrapper input[type="submit"] {
  justify-self: center;
}

.botones-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 0;
  align-items: center;
}

.botones-grid-2 .col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bovis-upload__dropzone.has-image .dz-title,
.bovis-upload__dropzone.has-image .dz-or,
.bovis-upload__dropzone.has-image .dz-hint,
.bovis-upload__dropzone.has-image label.btn {
  display: none !important;
}

.bovis-upload__dropzone.has-image .bovis-remove-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bovis-upload {
  min-height: 180px;
  height: 180px;
}

table.tab_cadre_fixe td,
table.tab_cadre_fixe th {
  overflow-wrap: anywhere;
}

table.bovis-3cols {
  width: 100% !important;
  table-layout: fixed !important;
}

table.bovis-3cols col {
  width: 33.33% !important;
}

#update_row td {
  text-align: center !important;
}

#update_row input[type="submit"] {
  display: inline-block;
  margin: 0 auto;
}

#bovisDropzone.is-disabled {
  opacity: 1;
  pointer-events: none;
}

#bovisChooseBtn.is-disabled {
  opacity: .6;
  pointer-events: none;
  cursor: not-allowed;
}

div[id^="s2id_dropdown_suppliertypes_id"] .select2-choice .select2-chosen {
  float: none !important;
  direction: ltr !important;
  text-overflow: clip !important;
  font-size: 11px !important;
  /*line-height: 1.2 !important;*/
}

div[id^="s2id_dropdown_suppliertypes_id"] .select2-choice {
  text-align: left !important;
}

div[id^="s2id_dropdown_proveedortypes_id"] .select2-choice .select2-chosen {
  float: none !important;
  direction: ltr !important;
  text-overflow: clip !important;
}

div[id^="s2id_dropdown_proveedortypes_id"] .select2-choice {
  text-align: left !important;
}

.tabsnav .tab input:checked ~ div {
  height: auto !important;
}

.tabsnav .tab > div {
  height: auto !important;
  min-height: unset !important;
}

body .tabsNav .tab > label {
  line-height: normal !important;
  height: auto !important;
}

body .tabsNav .tab input:checked ~ div {
  height: auto !important;
}

@media screen and (max-width: 700px) {
  #fuzzysearch {
    width: 85%;
    top: 20%;
    left: 0;
    margin: 0 5%;
  }
}

@media screen and (min-width: 1300px) {
  html,
      body.layout_vsplit {
    height: 100%;
  }
  
  body.layout_vsplit {
    overflow: hidden;
  }
  
  .layout_vsplit #page {
    max-width: inherit;
    min-height: 0;
    position: absolute;
    top: 105px;
    bottom: 15px;
    width: 100%;
    padding: 0;
    overflow: auto;
  }
  
  .layout_vsplit.form #page {
    overflow: hidden;
  }
  
  .layout_vsplit #page .glpi_tabs {
    height: 96%;
    position: relative;
    z-index: 1;
  }
  
  .layout_vsplit #page .main_form.create_form {
    width: 950px;
    margin: 0 auto;
  }
  
  .layout_vsplit.form table.tab_cadre_pager,
      .layout_vsplit.form table.tab_cadre_fixe,
      .layout_vsplit.form table.tab_cadre_fixehov,
      .layout_vsplit.form .dates_timelines {
    width: 100%;
    margin: 0;
  }
  
  .layout_vsplit div.navigationheader,
      .layout_vsplit.form table.tab_cadre_pager {
    margin: 0;
    border: 0;
    min-width: 150px;
  }
  
  .layout_vsplit.form .ui-tabs-panel table.tab_cadre_pager {
    width: 100%;
  }
  
  .layout_vsplit.form .form_content {
    position: relative;
    width: 46%;
    float: left;
    height: 96%;
    z-index: 2;
  }
  
  .layout_vsplit.form div.main_form:not(.no_tab) {
    width: 100%;
    margin: 0 15px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  
  .layout_classic #tabspanel + div.ui-tabs:not(.horizontal),
      .layout_vsplit #tabspanel + div.ui-tabs {
    height: 100%;
    box-sizing: border-box;
  }
  
  .layout_vsplit.form #tabspanel + div.ui-tabs:not(.horizontal) {
    width: 50% !important;
    margin: 0 15px;
    float: right;
    border: none;
    box-shadow: 0px 1px 2px 1px #D2D2D2;
  }
  
  .layout_vsplit.form .ui-tabs {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 52%;
    margin: 0;
    right: 0;
  }
  
  .layout_vsplit > #page > div > .ui-tabs > .ui-tabs-panel {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 32px;
    bottom: 2px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .layout_vsplit .ui-tabs-panel .tab_cadre_fixehov th {
    background-color: #E6E6E6;
  }
  
  .layout_vsplit.form .main_form input[type=text]:not([size]) {
    width: 74%;
    min-width: 175px;
  }
  
  .layout_vsplit.form .main_form textarea {
    resize: vertical;
    width: 97%;
    min-height: 125px;
  }
  
  .layout_vsplit.form input.submit,
      .layout_vsplit.form span.vsubmit,
      .layout_vsplit.form a.vsubmit {
    white-space: nowrap;
  }
  
  .layout_vsplit.form .boxnote {
    width: 100%;
  }
  
  .layout_vsplit .debug:not(.debug_ajax),
      .layout_vsplit #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
  }
  
  .layout_vsplit .debug_ajax {
    width: 100% !important;
  }
}

@media screen and (max-width: 1055px) {
  #c_menu ul#menu,
      #language_link,
      #help_link,
      #myname {
    display: none;
  }
}

@media screen and (max-width: 490px) {
  #show_all_menu .top {
    display: block;
    float: left;
    height: 370px;
    border-bottom: 2px solid #DDD;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 700px) {
  #header {
    transition: top 0.2s ease-in-out;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  
  #c_ssmenu2 {
    overflow: auto;
    border-bottom: 1px solid #DDD;
  }
  
  #header.nav-up {
    top: -150px;
  }
  
  #page {
    padding-top: 130px;
  }
  
  .nav-up ~ #page {
    padding-top: 50px;
  }
  
  #firstboxlogin {
    overflow-y: auto;
  }
  
  #display-login,
      #text-login {
    padding: 1px 2%;
  }
  
  #footer-login {
    display: none;
  }
  
  .icons_block {
    margin-left: 0;
  }
  
  .profile-selector {
    padding: 4px 2px !important;
    max-width: 95px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
  }
  
  .profile-selector .select2-container {
    max-width: 90px;
  }
  
  .ui-dialog {
    max-width: 100%;
  }
  
  #page .pointer {
    zoom: 1.1;
  }
  
  .layout_classic.form .main_form,
      .layout_vsplit.form .main_form {
    width: 100%;
  }
  
  .responsive_hidden {
    display: none !important;
  }
  
  .search_page > form > .center {
    width: 100%;
    overflow-y: auto;
  }
  
  .ui-tabs {
    width: 100% !important;
  }
  
 .ui-tabs-vertical .ui-tabs-nav {
    height: calc(100vh - 220px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
  
  .ui-tabs-vertical .ui-tabs-nav li {
    clear: none;
    width: initial;
    border-bottom-width: 1px !important;
    border-right-width: 0 !important;
    margin: 1px .2em 0 0;
  }
  
  .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 1px;
  }
  
  .ui-tabs-vertical .ui-tabs-nav li a {
    width: inherit;
  }
  
  .ui-tabs-panel,
      .ui-tabs .ui-tabs-panel .ui-tabs-vertical .ui-tabs-panel {
    padding: 2px !important;
    overflow-y: auto;
  }
  
  .ui-tabs-vertical .ui-tabs-panel {
    margin-left: 0;
  }
  
  .tab_cadre_pager {
    width: 100%;
  }
  
  .tab_cadre_pager .big {
    display: none;
  }
  
  .main_form tr:not(.headerRow) th:not(.actor-th),
      .tab_cadre_fixe:not(.tab_actors),
      .tab_cadre_fixe:not(.tab_actors) > tbody,
      .tab_cadre_fixe:not(.tab_actors) > tbody > tr,
      .tab_cadre_fixe:not(.tab_actors) > tbody > tr > th,
      .tab_cadre_fixe:not(.tab_actors) > tbody > tr > td,
      .tab_actors tr,
      .tab_actors tr:first-child th:first-child {
    display: block;
    width: 100%;
    text-align: left;
    padding: 30px;
  }
  
  .tab_cadre_fixe input[type=text],
      .tab_cadre_fixe textarea {
    max-width: 95%;
  }
  
  .tab_cadrehov {
    margin: 0;
    width: 100%;
  }
  
  table.tab_cadre_postonly,
      table.tab_cadre_postonly > tbody,
      table.tab_cadre_postonly > tbody > tr,
      table.tab_cadre_postonly > tbody > tr > td,
      table.tab_cadre_postonly table.central .tab_cadrehov > tbody > tr,
      table.tab_cadre_postonly table.central .tab_cadrehov > tbody > tr:first-child > th,
      table.central,
      table.central > tbody,
      table.central > tbody > tr,
      table.central > tbody > tr > th,
      table.central > tbody > tr > td,
      table.central > tbody > tr > td > .tab_cadrehov,
      table.central > tbody > tr > td > .tab_cadrehov > tbody {
    display: inline-block;
    width: 100%;
  }
  
  table.tab_cadre_postonly table.central .tab_cadrehov > tbody > tr > th,
      table.tab_cadre_postonly table.central .tab_cadrehov > tbody > tr > td {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
  }
  
  #searchcriterias table {
    border-collapse: collapse;
  }
  
  #searchcriterias .tab_cadre_fixe {
    width: 100%;
    display: block;
  }
  
  .mceToolbar,
      #image_paste {
    display: none;
  }
  
  #searchcriterias .metacriteria td,
      #searchcriterias .normalcriteria td {
    display: inline-block;
    float: left;
    white-space: nowrap;
    width: initial !important;
  }
  
  #searchcriterias .metacriteria,
      #searchcriterias .normalcriteria {
    clear: left;
    display: block;
    width: 100%;
    margin-bottom: 6px;
    overflow: auto;
  }
  
  .timeline_history .h_date {
    background-image: none;
    padding-left: 0;
  }
  
  .timeline_history .h_info {
    font-size: .7em;
  }
  
  .tab_cadre_central .top {
    display: block;
    width: 100%;
  }
  
  #page .tab_actors,
      #page .actor-bloc {
    display: block;
  }
  
  .actor-bloc {
    width: initial;
    float: none;
  }
  
  .actor-dropdown {
    display: block;
  }
  
  .select2-focusser,
      .select2-search,
      .select2-search input {
    display: none !important;
  }
  
  #planning_container {
    padding-left: 10px;
  }
  
  #planning_filter {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  
  #c_preference #debug_mode {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .documentation {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 900px) {
  .documentation #summary {
    position: fixed;
    top: 40px;
    left: 15px;
    margin-top: 0;
  }
  
  .documentation #summary + ul {
    width: 200px;
    position: fixed;
    top: 70px;
    left: 10px;
    bottom: 0;
    overflow: auto;
  }
}

@media screen and (max-width: 1100px) {
  .documentation {
    margin-left: 200px;
  }
}




/***********************05/03/2026*************************/

/* Asegura fondo sólido en la celda del logo */
/* Cuando hay imagen, ocultamos el contenido "de fondo" */
#bovisDropzone.has-image .dz-title,
#bovisDropzone.has-image .dz-or,
#bovisDropzone.has-image .dz-hint{
  display: none !important;
}

/* Si QUIERES mantener el botón para cambiar logo, NO lo ocultes.
   Si lo quieres ocultar también, añade esto:
#bovisDropzone.has-image label[for="bovisFile"]{ display:none !important; }
*/

/* cuando hay imagen */
#bovisDropzone.has-image{
  display:flex;
  align-items:center;      /* centra vertical */
  justify-content:center;  /* centra horizontal */
}

.bovis-upload__dropzone.has-image {
  border: 0;
  /*background: transparent;*/
}

/* el logo */
/*#bovisPreview{
  max-width:90%;
  max-height:160px;
  width:auto;
  height:auto;
  object-fit:contain;
  margin:0 auto;
}*/

#bovisDropzone{
  position: relative;
  min-height: 0px;
}

/* centrado absoluto */
/*#bovisDropzone.has-image #bovisPreview{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  max-width:90%;
  max-height:180px;
  width:auto;
  height:auto;
  object-fit:contain;
  margin:0;
}*/

/* por defecto oculto */
#bovisRemoveBtn{
  opacity: 0 !important;
  transition: opacity .2s ease;
}

/* aparece al pasar por el recuadro */
#bovisDropzone:hover #bovisRemoveBtn{
  opacity: 1 !important;
}

/* 1) El contenedor del contenido de cada tab (lo que queda debajo del label) */
#cuadroBusquedaPr .tabsNav .tab input:checked ~ div{
  height: auto !important;
  min-height: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* 2) Por si dentro hay tablas con height forzado */
#cuadroBusquedaPr .tabsNav .tab input:checked ~ div table{
  height: auto !important;
  min-height: 0 !important;
}

/* 3) Por si hay un <br> que “empuja” espacio */
#cuadroBusquedaPr .tabsNav .tab input:checked ~ div br{
  display: none;
}

/* Asegura que los paneles no se solapan y que el alto se adapta al tab activo */
#cuadroBusquedaPr td.tab > div {
  display: none;              /* por defecto, ocultos */
  height: 0 !important;
  overflow: hidden !important;
}

#cuadroBusquedaPr td.tab input:checked ~ div {
  display: block;             /* solo el activo se ve */
  height: auto !important;    /* y crece lo que necesite */
  overflow: visible !important;
}

/* Opcional: quita el <br> que te añade aire al final del tab 1 */
#cuadroBusquedaPr td.tab input:checked ~ div br {
  display: none;
}

/* Oculta contenido de tabs no activos */
#cuadroBusquedaPr td.tab > div{
  display:none;
}

/* Muestra solo el tab seleccionado */
#cuadroBusquedaPr td.tab > input:checked + label + div{
  display:block;
}





  .ui-progressbar {
    position: relative;
    border: 1px solid #444;
    margin:4px;
  }
  .progress-label {
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
  }
  .esperaResultado{
    background-image: url(../pics/spinner48.gif);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    margin-top: 4%;
    display: inline-block;
    vertical-align: middle;
  }

  .tabs .panel{
    display:none;
  }

  #pes1:checked ~ .panel1{
    display:block;
  }

  #pes2:checked ~ .panel2{
    display:block;
  }

  #pes3:checked ~ .panel3{
    display:block;
  }

.contenedor-tabs{
  width:70%;
  margin:0 auto;
  background:#fff;
  border-radius:4px;
  box-shadow:0px 1px 2px 1px #D2D2D2;
  overflow:hidden;
}

.cabecera-busqueda{
  background:#0D5CAB;
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:20px;
  padding:16px;
}

.tabs{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
}

.tabs input[type="radio"]{
  display:none;
}

.tabs label{
  flex:1;
  text-align:center;
  padding:12px 22px;
  cursor:pointer;
  font-size:15px;
  font-weight:bold;
  background:#e9e9e9;
  border-right:1px solid #d5d5d5;
}

#pes1:checked + label,
#pes2:checked + label{
  background:#ffffff;
  color:#000000;
}

.tabs .panel{
  display:none;
  width:100%;
  padding:20px;
  background:#fff;
}

#pes1:checked ~ .panel1{
  display:block;
}

#pes2:checked ~ .panel2{
  display:block;
}

#pes3:checked ~ .panel3{
  display:block;
}

#IdAmbitos {
  background: #fff !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 4px !important;
  padding: 8px !important;
  overflow-y: auto;
  font-size: 13px;
}

#IdAmbitos * {
  box-shadow: none !important;
}

#IdAmbitos label,
#IdAmbitos span,
#IdAmbitos div,
#IdAmbitos li {
  background: transparent !important;
  background-color: transparent !important;
  font-size: 13px;
  font-weight: normal;
}

#IdAmbitos input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 8px;
}

#IdAmbitos label {
  display: inline-block;
  width: auto;
  padding: 2px 0;
  border: 0 !important;
}

.ui-tabs-vertical .ui-tabs-nav li:nth-last-child(2) {
    margin-top: 40px;
}

.ui-tabs-vertical .ui-tabs-nav li:nth-last-child(2) {
    margin-top: 60px;
    position: relative;
}







/* Estilos comunes */
.ui-tabs-vertical .ui-tabs-nav li:nth-last-child(2)::before {
    display: block;
    position: absolute;
    top: -34px;
    left: 0;
    width: 90%;
    padding: 6px 10px;
    background: #1f5fa8;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    border-radius: 4px;
}

/* SOLO proveedores */
body.page-supplier .ui-tabs-vertical .ui-tabs-nav li:nth-last-child(2)::before {
    content: "Servicios prestados";
}

/* SOLO proyectos */
body.page-project .ui-tabs-vertical .ui-tabs-nav li:nth-last-child(2)::before {
    content: "Seguimiento";
}

body:not(.page-projecttask) .ui-tabs-vertical .ui-tabs-nav li:first-child {
    margin-top: 42px;
}

body.page-projecttask .ui-tabs-vertical .ui-tabs-nav li:first-child {
    margin-top: 8px;
}

body.page-projecttask .ui-tabs-vertical .ui-tabs-nav li:nth-last-child(2) {
    margin-top: 0 !important;
}

.ui-tabs-vertical .ui-tabs-nav li:first-child::before {
    display: block;
    position: absolute;
    top: -34px;
    left: 0;
    width: 90%;
    padding: 6px 10px;
    background: #1f5fa8;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    text-transform: none;
    border-radius: 4px;
}

/* SOLO proveedores */
body.page-supplier .ui-tabs-vertical .ui-tabs-nav li:first-child::before {
    content: "Información del proveedor";
}

/* SOLO proyectos */
body.page-project .ui-tabs-vertical .ui-tabs-nav li:first-child::before {
    content: "Información del proyecto";
}

#capital_social {
  width: 320px !important;
}

#importeExperiencia .presupuesto-wrap {
  max-width: 220px;
}

#importeExperiencia #importe {
  width: 150px !important;
}


.bovis-upload__dropzone {
  position: relative;
  opacity: 1;
}

.bovis-upload__dropzone.is-disabled:not(.has-image) {
  opacity: 0.65;
}

.bovis-upload__dropzone.has-image {
  opacity: 1;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs-vertical .ui-tabs-nav li.ui-state-active a,
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a span,
.ui-tabs-vertical .ui-tabs-nav li.ui-state-active a span {
    text-transform: uppercase !important;
}


.tab_cadre_fixe td {
    font-size: 14px;
}

.titulo-proyecto {
   font-size: 16px !important;
   font-weight: 600;
}

.campo-bloque {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.campo-titulo {
   font-weight: bold;
   margin: 0 0 6px 0;
   padding: 0;
   line-height: 1.2;
}

.campo-bloque .modo-vista,
.campo-bloque .modo-edicion {
  margin: 0;
  padding: 0;
}

.campo-bloque textarea,
.campo-bloque input,
.campo-bloque select {
  margin-top: 0 !important;
}

.bovis-upload {
  display: flex;
  align-items: flex-start;
  /*height: 100%;*/
}

.bovis-upload__dropzone {
  margin-top: 0;
}

td[rowspan] {
  vertical-align: top;
}

#codigo-titulo {
    margin-top: 10px; /* Ajusta el valor según lo que necesites */
}

.tab_cadre_fixe td {
  margin: 0;
  padding: 8px; /* Ajusta según sea necesario */
  width: 25%;
}

#edit_plan_start select,
#edit_plan_end select {
  box-sizing: border-box;
}

#plan_start_date_month,
#plan_end_date_month {
  width: calc(100% - 92px) !important;
  max-width: none !important;
  margin-right: 8px !important;
}

#plan_start_date_MES,
#plan_start_date_ANIO,
#plan_end_date_MES,
#plan_end_date_ANIO {
  height: 38px !important;
  min-height: 38px !important;
  line-height: 38px !important;
  box-sizing: border-box !important;
}

.presupuesto-caja {
  display: flex;
  width: 100%;
  height: 46px;
  border: 1px solid #d5dbe3;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.presupuesto-caja #importe_visible {
  flex: 1;
  height: 100%;
  border: none !important;
  border-right: 1px solid #d5dbe3 !important;
  padding: 0 14px;
  box-sizing: border-box;
  border-radius: 8px 0 0 8px !important;
}

.presupuesto-euro {
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f5f8;
  font-weight: 600;
  border-radius: 0 8px 8px 0;
}

.fecha-wrap{
   display: inline-flex;
   width: 100%;
   max-width: 275px; /* ajústalo si hace falta */
   gap: 4px;
}

.fecha-wrap select{
   box-sizing: border-box;
}

.fecha-wrap select:first-child{
   flex: 1 1 auto;
   min-width: 0;
}

.fecha-wrap select:last-child{
   flex: 0 0 90px;
}






#grid-datos-superior{
   row-gap: 25px !important;
}

#grid-datos-superior .campo-bloque{
   display: flex;
   flex-direction: column;
   align-self: start;
   gap: 6px;
   margin: 0 !important;
}

#grid-datos-superior .campo-titulo{
   margin: 0 !important;
   line-height: 1.2;
}

#grid-datos-superior .modo-edicion,
#grid-datos-superior .modo-vista{
   margin: 0 !important;
   padding: 0 !important;
}

body:not(.modo-edicion-activo) #grid-datos-inferior{
  margin-top: -45px !important;
}

body.modo-edicion-activo #grid-datos-inferior{
  margin-top: 0 !important;
}

#grid-fechas-presupuesto{
  margin-top: -12px !important;
  row-gap: 16px !important;
}

#grid-fechas-presupuesto > div{
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 !important;
}

#grid-fechas-presupuesto .campo-titulo{
  margin: 0 !important;
  line-height: 1.2;
}

#IdEspecialidades ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#IdEspecialidades li,
#IdEspecialidades .linea {
    margin: 0 !important;
    padding: 2px 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#IdEspecialidades label,
#IdEspecialidades .etiqueta_check {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 11px !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
    cursor: pointer;
}


#tblLicitadores td.col-edicion {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}

#tblLicitadores td.col-edicion .icono-edicion {
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
    cursor: pointer;
}

.presupuesto-caja {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #d2d6dc;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.presupuesto-caja input {
  flex: 1;
  min-width: 0;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: #fff !important;
}

.presupuesto-euro {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  padding: 0 12px;
  border-left: 1px solid #d2d6dc;
  background: #f3f4f6;
  font-weight: 600;
}

.input-dialogo {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 8px 12px;
}

/* Para que el input del importe tenga la misma altura */
.presupuesto-caja input {
  height: 40px;
  padding: 8px 12px;
}

/* Opcional: mismo ancho visual para ambos */
#dialogo td:nth-child(2) {
  width: 320px;
}

#dialogo table {
  width: 100%;
}

#dialogo td:first-child {
  width: 160px; /* ancho fijo para etiquetas */
}

#dialogo td:last-child {
  width: auto;
}

#dialogo table{
  width:100%;
  table-layout:fixed;
  border-collapse:collapse;
}

#dialogo td{
  vertical-align:middle;
  padding:6px 0;
}

.campo-dialogo-wrap{
  width:100%;
}

.input-dialogo{
  width:100%;
  height:42px;
  box-sizing:border-box;
  padding:8px 12px;
}

.presupuesto-caja{
  display:flex;
  align-items:stretch;
  width:100%;
  height:42px;
  border:1px solid #d2d6dc;
  border-radius:8px;
  overflow:hidden;
  background:#fff;
  box-sizing:border-box;
}

.input-dialogo-importe{
  flex:1;
  min-width:0;
  height:100%;
  box-sizing:border-box;
  padding:8px 12px;
  border:0 !important;
  outline:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  background:#fff !important;
}

.presupuesto-euro{
  display:flex;
  align-items:center;
  justify-content:center;
  width:50px;
  flex:0 0 50px;
  border-left:1px solid #d2d6dc;
  background:#f3f4f6;
  font-weight:600;
}

.textarea-dialogo{
  width:100%;
  box-sizing:border-box;
  padding:8px 12px;
  border-radius:8px;
  border:1px solid #d2d6dc;
  resize:none;
  font-family:inherit;
}

.input-valor{
  width:60px;
  height:42px;
  text-align:center;
  font-size:24px;
  font-weight:bold;
  border-radius:8px;
  border:1px solid #d2d6dc;
  background:#f3f4f6;
}

.lic-alta-proveedor .alta-proveedor-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    width:100%;
}

.lic-alta-proveedor .alta-proveedor-texto{
    flex:1;
    font-size:12px;
    line-height:1.35;
    text-align:left;
}

.lic-alta-proveedor .alta-proveedor-boton{
    flex:0 0 auto;
    display:flex;
    align-items:center;
}

.lic-alta-proveedor .alta-proveedor-boton .vsubmitNE{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    white-space:nowrap;
    color:white !important;
    margin:0;
}

.td-logo .bovis-upload {
    width: 100%;
    height: 100%;
}

.td-logo .bovis-upload__dropzone {
    width: 100%;
    min-height: 100%;
    height: 100%;
    box-sizing: border-box;
}

#maintable {
    width: 1200px !important;   /* o el ancho que quieras */
    margin: 0 auto;             /* centrado */
}


body.page-supplier .td-logo .bovis-upload {
  width: 100%;
  height: 180px !important;
}

body.page-supplier .td-logo .bovis-upload__dropzone,
body.page-supplier #bovisDropzone,
body.page-supplier #bovisDropzone.has-image {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 180px !important;
  min-height: 180px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  padding: 12px !important;
  border: 2px dashed #2b6cb0 !important;
  border-radius: 10px !important;
  background: #fff !important;
}

body.page-supplier #bovisPreview,
body.page-supplier #bovisDropzone.has-image #bovisPreview {
  position: absolute !important;
  inset: auto !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: auto !important;
  height: auto !important;
  max-width: 90% !important;
  max-height: 160px !important;
  object-fit: contain !important;
  margin: 0 !important;
  display: block !important;
}

#bovisDropzone {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Icono por defecto SOLO en modo vista y sin imagen */
body.page-supplier #bovisDropzone.is-view-mode:not(.has-image)::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background-image: url("/pics/no_imagen.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px 100px;
    opacity: 0.32;
    pointer-events: none;
    z-index: 1;
}

/* En modo edición sin imagen, NO mostrar icono por defecto */
body.page-supplier #bovisDropzone:not(.is-view-mode):not(.has-image)::before {
    content: none !important;
}

/* En vista, ocultar textos y botón si no hay imagen */
#bovisDropzone.is-view-mode:not(.has-image) .dz-title,
#bovisDropzone.is-view-mode:not(.has-image) .dz-or,
#bovisDropzone.is-view-mode:not(.has-image) .dz-hint,
#bovisDropzone.is-view-mode:not(.has-image) label[for="bovisFile"] {
  display: none !important;
}

/* El input file siempre oculto visualmente */
#bovisFile {
  display: none;
}

/* La preview por encima del icono */
#bovisPreview {
  position: relative;
  z-index: 2;
  max-width: 100%;
  max-height: 210px;
  object-fit: contain;
}

/* Botón eliminar también por encima */
#bovisRemoveBtn {
  position: relative;
  z-index: 3;
}

body.page-supplier #bovisDropzone {
  position: relative !important;
}

body.page-supplier #bovisRemoveBtn {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
  width: 44px !important;
  height: 44px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30 !important;
}

/* SOLO mostrar punteado en MODO EDICIÓN y SIN imagen */
body.page-supplier #bovisDropzone:not(.is-view-mode):not(.has-image) {
  border: 2px dashed #cfd6dd !important;
}

/* Quitar borde en modo vista */
body.page-supplier #bovisDropzone.is-view-mode {
  border: none !important;
}

/* Quitar borde cuando hay imagen */
body.page-supplier #bovisDropzone.has-image {
  border: none !important;
}

/* ===== PROYECTOS: icono en modo vista sin imagen ===== */

body.page-project #bovisDropzone {
  position: relative !important;
  overflow: hidden !important;
}

/* En vista y sin imagen: ocultar textos y botón */
body.page-project #bovisDropzone.is-view-mode:not(.has-image) .dz-title,
body.page-project #bovisDropzone.is-view-mode:not(.has-image) .dz-or,
body.page-project #bovisDropzone.is-view-mode:not(.has-image) .dz-hint,
body.page-project #bovisDropzone.is-view-mode:not(.has-image) label[for="bovisFile"] {
  display: none !important;
}

/* En vista y sin imagen: mostrar icono centrado */
body.page-project #bovisDropzone.is-view-mode:not(.has-image)::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background-image: url("../pics/no_imagen.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px 100px;
  opacity: .32;
  pointer-events: none;
  z-index: 1;
}

/* La imagen queda por encima */
body.page-project #bovisPreview {
  position: relative;
  z-index: 2;
}

/* Solo en edición y sin imagen: borde punteado */
body.page-project #bovisDropzone:not(.is-view-mode):not(.has-image) {
  border: 2px dashed #cfd6dd !important;
}

/* En vista: sin borde */
body.page-project #bovisDropzone.is-view-mode {
  border: none !important;
}

/* Con imagen: sin borde */
body.page-project #bovisDropzone.has-image {
  border: none !important;
}

body.page-project .bovis-upload {
  width: 100%;
  height: 240px;
}

body.page-project #bovisDropzone {
  position: relative !important;
  width: 100% !important;
  height: 240px !important;
  min-height: 240px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

body.page-project #bovisPreview {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: auto !important;
  height: auto !important;
  max-width: 90% !important;
  max-height: 190px !important;
  object-fit: contain !important;
  margin: 0 !important;
  display: block !important;
  z-index: 2 !important;
}

body.page-project #bovisRemoveBtn {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  width: 44px !important;
  height: 44px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30 !important;
  opacity: 0 !important;
}

body.page-project #bovisDropzone.has-image:hover #bovisRemoveBtn {
  opacity: 1 !important;
}

body.page-project #bovisDropzone:not(.has-image) #bovisRemoveBtn {
  display: none !important;


html, body {
  height: 100%;
  margin: 0;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-content {
  flex: 1;
  display: flex;
  min-height: 0;
}

.sidebar {
  width: 260px;
  overflow-y: auto;
  height: 100%;
}

.main-content {
  flex: 1;
  overflow: auto;
}

/* Asegurando que el checkbox esté centrado en su celda */
.tab_cadre_fixehov td {
   vertical-align: middle;  /* Alinea verticalmente los contenidos de la celda */
}

.tab_cadre_fixehov input[type="checkbox"] {
   vertical-align: middle;  /* Alinea el checkbox verticalmente */
   margin: 0;                /* Elimina márgenes extra que puedan interferir */
}

/* Contenedor principal más bajo */
.tags-input {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px; /* Espacio mínimo entre etiquetas */
    padding: 2px 5px; /* Relleno vertical mínimo */
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    min-height: 32px; /* Altura de una sola línea estándar */
}

#tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tags li {
    background: #0D5CAB;
    color: white;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 11px;
    display: flex;
    align-items: center;
}

#input-tag {
    border: none;
    outline: none;
    font-size: 12px;
    padding: 4px;
    flex: 1;
    min-width: 100px;
}

.dropdown-etiquetas {
    position: relative;
    width: 300px;
    text-align: left !important;
}

#nombre_etiqueta {
    width: 300px;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    padding-left: 28px;
    box-sizing: border-box;
}

.dropdown-etiquetas:before {
    content: "⌕";
    position: absolute;
    top: 7px;
    left: 9px;
    color: #777;
    z-index: 2;
}

#lista_etiquetas_dropdown {
    display: none;
    position: absolute !important;
    top: 34px !important;
    left: 0 !important;
    width: 300px !important;
    max-height: 180px !important;
    overflow-y: auto !important;
    background: #e9e9e9 !important;
    border: 1px solid #d5d5d5 !important;
    border-top: 0 !important;
    z-index: 99999 !important;
    padding: 6px 0 !important;
    text-align: left !important;
    box-sizing: border-box !important;
}

#lista_etiquetas_dropdown .item-etiqueta-dropdown {
    display: block !important;
    width: 100% !important;
    min-height: 28px !important;
    line-height: 28px !important;
    padding: 0 10px !important;
    margin: 0 !important;
    text-align: left !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

#lista_etiquetas_dropdown .item-etiqueta-dropdown input {
    margin: 0 6px 0 0 !important;
    vertical-align: middle !important;
}

#lista_etiquetas_dropdown .item-etiqueta-dropdown:hover {
    background: #f0f0f0 !important;
}

#etiquetas_seleccionadas .etiqueta-chip {
    display: inline-flex !important;
    align-items: center !important;
    background-color: #0D5CAB !important;
    color: #00d5e8 !important;
    border-radius: 999px !important;
    padding: 6px 14px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    margin: 4px !important;
}

#etiquetas_seleccionadas .etiqueta-chip .quitar-etiqueta {
    border: 0 !important;
    background: transparent !important;
    color: #00d5e8 !important;
    font-weight: bold !important;
    margin-left: 8px !important;
    cursor: pointer !important;
    padding: 0 !important;
}

.contenedor-botones {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.bloque-gris {
    background-color: #e6e6e6;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 20px;
}

.panel2 {
  padding-bottom: 0 !important;
  min-height: auto !important;
}

.tabs .panel2 {
  min-height: 0 !important;
  height: auto !important;
  padding-bottom: 20px !important;
}

.tabs .panel2 table {
  margin-bottom: 0 !important;
}

.tabs .panel2 tbody {
  height: auto !important;
}

.tabs .panel {
  min-height: 0 !important;
}

#show_all_menu {
   width: 180px !important;
}

#show_all_menu dl {
   display: block !important;
   width: 100% !important;
   margin: 0 !important;
   padding: 0 !important;
}

#show_all_menu dd {
   display: block !important;
   width: 100% !important;
   margin: 8px 0 !important;
   padding: 0 !important;
}

/* PROVEEDORES: en vista sin logo, ocultar todo lo de subir imagen */
body.page-supplier #bovisDropzone.is-view-mode:not(.has-image) .dz-title,
body.page-supplier #bovisDropzone.is-view-mode:not(.has-image) .dz-or,
body.page-supplier #bovisDropzone.is-view-mode:not(.has-image) .dz-hint,
body.page-supplier #bovisDropzone.is-view-mode:not(.has-image) label[for="bovisFile"] {
  display: none !important;
}

/* PROVEEDORES: en modo vista el logo/no-imagen no debe parecer seleccionable */
body.page-supplier #bovisDropzone.is-view-mode,
body.page-supplier #bovisDropzone.is-view-mode:hover,
body.page-supplier #bovisDropzone.is-view-mode:focus,
body.page-supplier #bovisDropzone.is-view-mode:focus-within {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: default !important;
}

body.page-supplier #bovisDropzone.is-view-mode * {
  pointer-events: none !important;
}

body.page-supplier #bovisDropzone.is-view-mode:not(.has-image) {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* PROVEEDORES: en edición sin logo NO mostrar imagen de no_imagen */
body.page-supplier #bovisDropzone:not(.is-view-mode)::before {
  content: none !important;
  display: none !important;
  background-image: none !important;
}

/* PROVEEDORES: en edición mostrar textos/botón de subida */
body.page-supplier #bovisDropzone:not(.is-view-mode) .dz-title,
body.page-supplier #bovisDropzone:not(.is-view-mode) .dz-or,
body.page-supplier #bovisDropzone:not(.is-view-mode) .dz-hint,
body.page-supplier #bovisDropzone:not(.is-view-mode) label[for="bovisFile"] {
  display: block !important;
}

/* El label/botón que siga como botón */
body.page-supplier #bovisDropzone:not(.is-view-mode) label[for="bovisFile"] {
  display: inline-flex !important;
}

/* ===== FIX FINAL LOGO PROVEEDORES ===== */

body.page-supplier #bovisDropzone:not(.is-view-mode):not(.has-image)::before {
  content: none !important;
  display: none !important;
  background-image: none !important;
}

body.page-supplier #bovisDropzone:not(.is-view-mode):not(.has-image) .dz-title,
body.page-supplier #bovisDropzone:not(.is-view-mode):not(.has-image) .dz-or,
body.page-supplier #bovisDropzone:not(.is-view-mode):not(.has-image) .dz-hint {
  display: block !important;
  position: relative !important;
  z-index: 5 !important;
}

body.page-supplier #bovisDropzone:not(.is-view-mode):not(.has-image) label[for="bovisFile"] {
  display: inline-flex !important;
  position: relative !important;
  z-index: 6 !important;
}

body.page-supplier #bovisDropzone:not(.is-view-mode):not(.has-image) #bovisPreview {
  display: none !important;
}

.modo-vista {
    display: inline-block;
}