﻿#pagina .contenido-conmenu {
    min-height: 800px;
}

input.disabled-normal[disabled=disabled], textarea.disabled-normal[disabled=disabled], select.disabled-normal[disabled=disabled] {
    border-color: unset;
    background-color: unset;
}


#contenido {
    min-height: 300px;
}


.usuario-segex {
    padding: 10px 10px 10px 55px;
    max-width: 250px;
    font-size: 0.63em;
    margin: 0;
    position: relative;
}

    .usuario-segex .logo-certificado {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        margin: 0;
    }

    .usuario-segex .logo-avatar {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        margin: 0;
        border-radius: 18px;
    }

.usuario-interesado {
    border: solid 1px #555;
    padding: 10px 10px 10px 70px;
    background-size: 50px 50px;
    background-position: 10px center;
    background-repeat: no-repeat;
    max-width: 250px;
    margin: 0 auto;
    font-size: 0.9em;
}

.usuario-interesado-seguro {
    background-image: url(imgs/login-concertificado.png);
}

.usuario-interesado-anonimo {
    background-image: url(imgs/login-anonimo.png);
}

.usuario-interesado-email {
    background-image: url(imgs/login-conemail.png);
}

.usuario-interesado-titulo {
}

.usuario-interesado-email {
}

.menu .usuario-interesado {
    font-size: 0.7em;
    margin: 0;
    background-size: 35px 35px;
    padding-left: 55px;
    border: none;
}

.menu-info {
    padding: 0;
}

.tabla-elementos {
    border-collapse: collapse;
    width: 100%;
    border: none;
    overflow-x: scroll;
}

    .tabla-elementos td, .tabla-elementos th {
        border: none;
    }

    .tabla-elementos thead {
    }

    .tabla-elementos td, .tabla-elementos th {
        padding: 5px;
        text-align: left;
    }




.tabla-elementos-noseleccionables {
    border-collapse: collapse;
    width: 100%;
    border: none;
}

    .tabla-elementos-noseleccionables td, .tabla-elementos-noseleccionables th {
        border: none;
        overflow: hidden;
    }

    .tabla-elementos-noseleccionables thead {
    }

    .tabla-elementos-noseleccionables tbody:nth-child(even) {
        background-color: #f5f5ff;
    }

    .tabla-elementos-noseleccionables tbody:nth-child(odd) {
        background-color: #e5e5ff;
    }

    .tabla-elementos-noseleccionables td, .tabla-elementos-noseleccionables th {
        padding: 5px;
        text-align: left;
    }

    .tabla-elementos-noseleccionables > tbody:hover {
        cursor: default;
    }

.tabla-elementos-anidada {
    border-collapse: collapse;
    width: 100%;
    border: none;
}

.tabla-elementos-noseleccionables .tabla-elementos-anidada > tbody, .tabla-elementos .tabla-elementos-anidada > tbody {
    background-color: transparent;
}

.tabla-elementos-anidada td, .tabla-elementos-anidada th {
    border: none;
    padding: 5px;
    text-align: left;
}

.tabla-elementos > tbody:hover > tr > td > .tabla-elementos-anidada > tbody {
    cursor: pointer;
}


/* Estados entrada */

.tabla-elementos tbody.BORRADOR:nth-child(even) {
    background-color: #f2f2f2;
}

.tabla-elementos tbody.BORRADOR:nth-child(odd) {
    background-color: #dadada;
}

.tabla-elementos tbody.CONFIRMADA:nth-child(even) {
    background-color: #f2f2f2;
}

.tabla-elementos tbody.CONFIRMADA:nth-child(odd) {
    background-color: #dadada;
}

.tabla-elementos tbody.REGISTRADA:nth-child(even) {
    background-color: #dbc3b5;
}

.tabla-elementos tbody.REGISTRADA:nth-child(odd) {
    background-color: #d3bba7;
}

.tabla-elementos tbody.COMPLETADA:nth-child(even) {
    background-color: #c2ffc2;
}

.tabla-elementos tbody.COMPLETADA:nth-child(odd) {
    background-color: #baffba;
}




.tabla-elementos > tbody:hover {
    background-color: #ffffbb !important;
    cursor: pointer;
}


.msg-info {
    border: solid 1px #6cb2e4;
    background-color: #dceaf4;
    background-position: 10px center;
    background-size: 20px;
    background-image: url('imgs/mensaje-info.png');
    background-repeat: no-repeat;
    padding: 10px 10px 10px 40px;
    margin: 10px 0;
    color: #0c2f4c;
    min-height: 0;
    font-weight: bold;
    display: block;
}

.multifileuploader {
    margin: 0 0 20px 0 !important;
}

.documentos-guardados {
    margin: 20px 0 0 0;
}

    .documentos-guardados .btn-mini {
        top: 0;
    }

    .documentos-guardados .tabla-ficheros {
        width: 100%;
        border-collapse: collapse;
    }

        .documentos-guardados .tabla-ficheros tr:nth-child(even) {
            background-color: #ddf;
        }

        .documentos-guardados .tabla-ficheros tr:nth-child(odd) {
            background-color: #cce;
        }

        .documentos-guardados .tabla-ficheros tr.tr-carpeta {
            background-color: #cec;
        }

        .documentos-guardados .tabla-ficheros td {
            border: none;
            padding: 5px;
        }

    .documentos-guardados .td-descripcion {
        padding: 0;
    }

    .documentos-guardados .descripcion {
        width: calc(100% - 35px);
        font-size: 1.1em;
        padding: 5px;
        border-radius: 5px;
        border: none;
        background-repeat: no-repeat;
        background-position: 5px center;
        background-size: 16px;
        padding-left: 30px;
    }

    .documentos-guardados .filesize {
        font-size: 0.9em;
    }

    .documentos-guardados .eliminar {
    }

    .documentos-guardados .abrir {
        display: none;
        margin-right: 10px;
    }

    .documentos-guardados .descargar {
        display: none;
    }

    .documentos-guardados .td-compacto-botones {
        width: 130px;
        padding: 0 !important;
    }

    .documentos-guardados .btn-bar {
        padding: 5px;
    }

    .documentos-guardados .filesize-compacto {
        font-size: 0.6em;
        text-align: right;
        margin-top: 5px;
        display: block;
    }

    .documentos-guardados .tipo-compacto {
        border-radius: 5px;
        border: none;
        margin-left: 5px;
        width: calc(100% - 54px);
    }

    .documentos-guardados .tipo-label {
        font-size: 0.9em;
        display: block;
        margin-bottom: 10px;
    }

.opciones-entrada-nofirmada {
    background-color: #ffd69b;
    padding: 5px 0;
    width: calc(100% - 40px);
    padding: 20px;
}

    .opciones-entrada-nofirmada > .btn-bar-horizontal-centrada {
        background-color: transparent;
    }

.opciones-entrada-firmada {
    background-color: #EEFFEE;
    padding: 5px 0;
    width: calc(100% - 40px);
    padding: 20px;
}

    .opciones-entrada-firmada > .btn-bar-horizontal-centrada {
        background-color: transparent;
    }

.opciones-tasa-nopagada {
    background-color: #ffd69b;
    padding: 5px 0;
    width: calc(100% - 40px);
    padding: 20px;
}

    .opciones-tasa-nopagada > .btn-bar-horizontal-centrada {
        background-color: transparent;
    }

.opciones-tasa-pagada {
    background-color: #EEFFEE;
    padding: 5px 0;
    width: calc(100% - 40px);
    padding: 20px;
}

    .opciones-tasa-pagada > .btn-bar-horizontal-centrada {
        background-color: transparent;
    }

.estado {
    overflow: hidden;
}

    .estado img {
        float: left;
        margin: 0 10px 10px 0;
    }

    .estado .titulo {
        font-weight: bold;
        text-transform: uppercase;
    }

.fila-titulo {
    font-weight: bold;
}

.fila-detalle-derecha {
    font-style: italic;
    font-size: 0.8em;
    display: block;
}

.fila-detalle-izquierda {
    display: block;
}

@media (min-width:30em) {
    .fila-titulo {
        float: left;
        margin: 0 3px 3px 0;
    }

    .fila-detalle-derecha {
        text-align: right;
        float: right;
        margin: 0 0 3px 10px;
        max-width: 250px;
        clear: right;
    }

    .fila-detalle-izquierda {
        clear: left;
        margin: 3px 3px 0 0;
    }

    #pagina .contenido-conmenu {
        min-height: inherit;
    }
}


.etiqueta100 {
    padding-top: 3px;
}

.etiqueta150 {
    padding-top: 3px;
}

.etiqueta200 {
    padding-top: 3px;
}

span.campo {
    padding-top: 3px;
}

@media (min-width:30em) {
    .campo200 {
        max-width: calc(100% - 220px);
    }

    .campo150 {
        max-width: calc(100% - 170px);
    }

    .campo100 {
        max-width: calc(100% - 170px);
    }
}

.complementocampo {
    padding-top: 3px;
    display: inline-block;
    vertical-align: top;
}

.soloimprimir {
    font-weight: bold;
    margin: 20px;
    border: solid 1px #000;
    padding: 20px;
}

@media screen {
    .soloimprimir {
        display: none;
    }
}

.lista-documentos {
    list-style-type: none;
    padding-left: 0;
}

.documentos-expediente .estado-carpeta {
    display: inline-block;
}

.documentos-expediente > .expanded > .descripcion {
    background-image: url(imgs/expanded.png),url(imgs/carpeta.png);
    background-position: 5px 12px,26px 5px;
    background-size: 12px,24px;
}

    .documentos-expediente > .expanded > .descripcion:hover {
        background-image: url(imgs/expanded-res.png),url(imgs/carpeta.png);
    }

.documentos-expediente > .collapsed > .descripcion {
    background-image: url(imgs/collapsed.png),url(imgs/carpeta.png);
    background-position: 10px 10px,26px 5px;
    background-size: 8px 15px,24px;
}

    .documentos-expediente > .collapsed > .descripcion:hover {
        background-image: url(imgs/collapsed-res.png),url(imgs/carpeta.png);
    }

.documentos-expediente > .carpeta {
    background-color: #fff;
}

    .documentos-expediente > .carpeta > .descripcion {
        width: calc(100% - 60px);
        padding-left: 54px;
        background-repeat: no-repeat;
        display: block;
        line-height: 24px;
        border: solid 1px rgba(255, 255, 255, 0);
        margin-bottom: 5px;
        font-weight: bold;
    }

        .documentos-expediente > .carpeta > .descripcion:hover {
            cursor: pointer;
            background-color: rgb(247, 249, 211);
            border: solid 1px rgb(184, 190, 130);
        }

.documentos-expediente .documentos {
    margin-left: 18px;
    min-height: 10px;
}

.documentos-expediente .documento > .descripcion {
    width: calc(100% - 45px);
    padding-left: 38px;
    display: block;
    line-height: 26px;
    border: solid 1px rgba(255, 255, 255, 0);
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: 5px 6px;
    background-size: 24px;
    overflow: hidden;
}

    .documentos-expediente .documento > .descripcion:hover {
        cursor: pointer;
        background-color: rgb(247, 249, 211);
        border: solid 1px rgb(184, 190, 130);
    }

.documentos-expediente .descripcion .btn-bar {
    display: none;
}

.documentos-expediente .descripcion:hover .btn-bar {
    display: inline-block;
    padding: 0;
    float: right;
    margin: 0 0 0 10px;
}

.documentos-expediente .mover {
    cursor: move;
    opacity: 0.5;
    width: 24px;
    height: 24px;
}

    .documentos-expediente .mover:hover {
        opacity: 1;
    }

.documentos-expediente .placeholder {
    border: 1px dotted black;
    margin: 0;
    height: 70px;
    background-color: #888;
}


.progressbarscroll {
    overflow-x: scroll;
    height: 110px;
}

#progressbar {
    height: 120px;
    margin-top: -40px;
}


.progressbarscroll::-webkit-scrollbar {
    width: 5px; /* for vertical scrollbars */
    height: 5px; /* for horizontal scrollbars */
}

.progressbarscroll::-webkit-scrollbar-track {
    background: #fff;
}

.progressbarscroll::-webkit-scrollbar-thumb {
    background: #ccc;
}

.info-aceptar {
    background: #EEFFEE url(imgs/aceptar.png) no-repeat 10px center;
    background-size: 24px;
    line-height: 24px;
    border: solid 1px #005500;
    text-align: left;
    padding: 10px 5px 10px 44px;
    margin: 10px 0;
    font-weight: bold;
    display: block;
}

.btn-campo {
    margin-top: 3px;
}


tbody.importancia_alta:nth-child(even) {
    background-color: #f8e1bd;
}

tbody.importancia_alta:nth-child(odd) {
    background-color: #ebd8b9;
}

tbody.importancia_media:nth-child(even) {
    background-color: #f9f9c6;
}

tbody.importancia_media:nth-child(odd) {
    background-color: #ebebc3;
}

tbody.importancia_baja:nth-child(even) {
    background-color: transparent;
}

tbody.importancia_baja:nth-child(odd) {
    background-color: transparent;
}

.tabla-elementos-noseleccionables tbody.leido {
    opacity: 0.5;
}

    .tabla-elementos-noseleccionables tbody.leido:hover {
        opacity: 1;
    }

.tabla-elementos tbody.entrada_REGISTRADA:nth-child(even) {
    background-color: #f5e5a9;
}

.tabla-elementos tbody.entrada_REGISTRADA:nth-child(odd) {
    background-color: #f3ebcc;
}

.tabla-elementos tbody.entrada_COMPLETADA:nth-child(even) {
    background-color: #d3e5a6;
}

.tabla-elementos tbody.entrada_COMPLETADA:nth-child(odd) {
    background-color: #d2dbb9;
}


.tabla-elementos tbody.autoliquidacion_PENDIENTE:nth-child(even) {
    background-color: #f5f5ff;
}

.tabla-elementos tbody.autoliquidacion_PENDIENTE:nth-child(odd) {
    background-color: #e5e5ff;
}

.tabla-elementos tbody.autoliquidacion_NO_POSIBLE:nth-child(even) {
    background-color: #f5a9a9;
}

.tabla-elementos tbody.autoliquidacion_NO_POSIBLE:nth-child(odd) {
    background-color: #f3cccc;
}

.tabla-elementos tbody.autoliquidacion_PAGADA:nth-child(even) {
    background-color: #d3e5a6;
}

.tabla-elementos tbody.autoliquidacion_PAGADA:nth-child(odd) {
    background-color: #d2dbb9;
}

.resultadosbusqueda tbody.expediente_BORRADOR:nth-child(even) {
    background-color: #e1e1e1;
}

.resultadosbusqueda tbody.expediente_BORRADOR:nth-child(odd) {
    background-color: #d2d2d2;
}

tbody.expediente_FINALIZADO:nth-child(even) {
    background-color: #d3e5a6;
}

tbody.expediente_FINALIZADO:nth-child(odd) {
    background-color: #d2dbb9;
}


.tabla-elementos tbody.requerimiento_PENDIENTE_ENPLAZO:nth-child(even) {
    background-color: #f5f5ff;
}

.tabla-elementos tbody.requerimiento_PENDIENTE_ENPLAZO:nth-child(odd) {
    background-color: #e5e5ff;
}

.tabla-elementos tbody.requerimiento_PENDIENTE_FUERAPLAZO:nth-child(even) {
    background-color: #fff5f5;
}

.tabla-elementos tbody.requerimiento_PENDIENTE_FUERAPLAZO:nth-child(odd) {
    background-color: #ffe5e5;
}

.tabla-elementos tbody.requerimiento_CANCELADO:nth-child(even) {
    background-color: #f5c3a9;
}

.tabla-elementos tbody.requerimiento_CANCELADO:nth-child(odd) {
    background-color: #f3d7cc;
}

.tabla-elementos tbody.requerimiento_PRESENTADO_ENPLAZO:nth-child(even) {
    background-color: #a9f5a9;
}

.tabla-elementos tbody.requerimiento_PRESENTADO_ENPLAZO:nth-child(odd) {
    background-color: #ccf3cc;
}

.tabla-elementos tbody.requerimiento_PRESENTADO_FUERAPLAZO:nth-child(even) {
    background-color: #c8f5a9;
}

.tabla-elementos tbody.requerimiento_PRESENTADO_FUERAPLAZO:nth-child(odd) {
    background-color: #d7f3cc;
}


.tabla-elementos tbody.notificacion_pendiente_de_lectura:nth-child(even) {
    background-color: #eeeeff;
}

.tabla-elementos tbody.notificacion_pendiente_de_lectura:nth-child(odd) {
    background-color: #ddddee;
}

.tabla-elementos tbody.notificacion_aceptada:nth-child(even) {
    background-color: #eeffee;
}

.tabla-elementos tbody.notificacion_aceptada:nth-child(odd) {
    background-color: #ddeedd;
}

.tabla-elementos tbody.notificacion_rechazada:nth-child(even) {
    background-color: #ffeeee;
}

.tabla-elementos tbody.notificacion_rechazada:nth-child(odd) {
    background-color: #eedddd;
}

.tabla-elementos tbody.notificacion_expirada:nth-child(even) {
    background-color: #ffeeee;
}

.tabla-elementos tbody.notificacion_expirada:nth-child(odd) {
    background-color: #eedddd;
}


.scombobox {
    width: 600px;
    margin: 0;
}



.documento-enlace {
    display: inline-block;
    padding: 2px 2px 2px 30px;
    text-transform: none;
    text-decoration: underline;
    text-align: left;
    background: no-repeat 2px center;
    background-size: 24px;
}


.documento-pdf {
    background-image: url('imgs/documento-pdf.png');
}

.documento-doc {
    background-image: url('imgs/documento-doc.png');
}

.documento-jpg {
    background-image: url('imgs/documento-jpg.png');
}

.documento-zip {
    background-image: url('imgs/documento-zip.png');
}

.documento-xls {
    background-image: url('imgs/documento-xls.png');
}

.documento-otro {
    background-image: url('imgs/documento-otro.png');
}

.documento-segra {
    background-image: url('imgs/documento-segra.png');
}

.documento-sefycu {
    background-image: url('imgs/documento-sefycu.png');
}

.documento-info {
    display: block;
    margin-left: 10px;
    background-position: left .2em;
    background-repeat: no-repeat;
    background-size: 1em;
    padding-left: 1.4em;
    font-size: 0.9em;
    margin-top: .1em;
}

    .documento-info.fecha-firma {
        background-image: url('imgs/documento-firmado.png');
    }

    .documento-info.fecha {
        background-image: url('imgs/calendario.svg');
    }

    .documento-info.resumen-busqueda-contenido {
        background-image: url('imgs/resumen-busqueda-contenido.svg');
        font-style: italic;
    }

        .documento-info.resumen-busqueda-contenido strong {
            background-color: lightgoldenrodyellow;
        }

.aviso {
    font-weight: bold;
    background: #fad2a2 url(imgs/aviso.png) no-repeat left center;
    background-size: 32px;
    padding-left: 36px;
    line-height: 32px;
    display: block;
    margin: 10px 0;
}

.treeview a:hover {
    background-color: transparent !important;
    color: #000;
    text-decoration: none;
}

.treeview a {
    color: #000 !important;
    font-weight: normal;
}

.oculto {
    display: none;
}


.menu-contador-tareas {
    background-color: #5555cc;
}

.menu-contador-elementos {
    background-color: #55cc55;
}

.acceso-interesados {
    width: 24px;
}

.external_link {
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
}

/* NOTIFICACIONES */

.notificacion-cabecera-icono {
    width: 150px;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
}

.notificacion-cabecera {
    padding: 10px 5px;
    margin-bottom: 15px;
}

.notificacion-cabecera-enviada {
    background-color: #eeeeff;
}

.notificacion-cabecera-aceptada {
    background-color: #eeffee;
}

.notificacion-cabecera-rechazada {
    background-color: #ffeeee;
}

.notificacion-cabecera-expirada {
    background-color: #ffeeee;
}


.notificacion-adjunto {
    width: 300px;
    max-width: 100%;
    height: 100px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    overflow: hidden;
    border: solid 1px #888888;
    position: relative;
    opacity: 0.8;
}

.notificacion-adjunto-icono {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 80px;
    height: 80px;
}

.notificacion-adjunto-titulo {
    position: absolute;
    left: 100px;
    top: 10px;
    width: 160px;
    max-height: 80px;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.notificacion-adjunto-descargar {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

    .notificacion-adjunto-descargar img {
        width: 20px;
        height: 20px;
        opacity: 0.5;
    }

        .notificacion-adjunto-descargar img:hover {
            opacity: 1;
        }


.notificacion-boton {
    width: 220px;
    max-width: 100%;
    height: 70px;
    margin-left: 5px;
    margin-bottom: 5px;
    float: left;
    overflow: hidden;
    border: solid 1px #888888;
    position: relative;
    opacity: 0.8;
}

.notificacion-boton-icono {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
}

.notificacion-boton-titulo {
    position: absolute;
    left: 60px;
    top: 5px;
    width: 135px;
    max-height: 60px;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 0.9em;
}

.notificacion-boton-descargar {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

    .notificacion-boton-descargar img {
        width: 15px;
        height: 15px;
        opacity: 0.5;
    }

        .notificacion-boton-descargar img:hover {
            opacity: 1;
        }

.checkbox-accesible > input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    padding: 10px;
    margin: 10px;
    vertical-align: middle;
}


.paginacion {
    margin-top: 10px;
    padding: 10px;
    overflow: hidden;
    background-color: #e9e9e9;
    font-size: 0.8em;
}

    .paginacion .titulo {
        font-style: italic;
        float: left;
        margin-right: 10px;
        padding: 5px 0;
    }

@media (max-width:30em) {
    .paginacion .titulo {
        display: none;
    }
}

.paginacion .paginas {
    float: left;
}

.paginacion .pagina {
    display: inline-block;
    margin-left: 5px;
}

.paginacion .pagina-enlace {
    padding: 5px;
    border: solid 1px #777777;
    cursor: pointer;
}

.paginacion .pagina-actual {
    font-weight: bold;
    padding: 5px;
    background-color: #baa567;
    color: #ffffff;
}

.sin-elementos {
    background: url(imgs/vacio.png) left center no-repeat #e8e8e8;
    background-size: 32px;
    padding-left: 42px;
    display: block;
    min-height: 52px;
    line-height: 52px;
    font-style: italic;
}

.ruta-carpetas {
    display: block;
    font-size: 0.9em;
    margin: 10px 0;
    padding: 10px;
    background-color: #ddd;
}

    .ruta-carpetas .home {
        height: 1em;
    }

    .ruta-carpetas input {
        cursor: pointer;
    }

        .ruta-carpetas .home {
            border: solid 1px rgb(113, 113, 113);
            border-radius: 5px;
            padding: 2px 4px;
            background-color: rgb(233, 233, 237);
            vertical-align: middle;
            position: relative;
            top: -1px;
        }

            .ruta-carpetas .clickable .home:hover {
                background-color: rgb(208, 208, 215);
            }

    .ruta-carpetas a:hover {
        color: #000;
    }

/*.ruta-carpetas a:first-child::ho{
    display: block;
}
*/

.tabla-elementos tbody.trash {
    background-color: #eedddd;
}

.contenedor-barra-buscador {
    overflow: hidden;
}

.barra-buscador {
    margin: 10px;
    float: right;
    overflow: hidden;
    max-width: 500px;
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: right;
}

    .barra-buscador .bfc {
        width: auto;
        overflow: hidden;
    }

    .barra-buscador > input[type=text] {
        width: 100%;
        margin-right: 5px;
        min-width: 100px;
        flex: 1;
    }

    .barra-buscador button {
        margin-top: 3px;
    }

    .barra-buscador > .btn-bar {
        margin: 0;
        padding: 0;
    }

.barra-orden {
    margin: 10px;
    overflow: hidden;
    font-size: 0.8em;
    min-width: 360px;
}

    .barra-orden > span {
        margin-right: 5px;
    }

@media (max-width:30em) {
    .barra-buscador {
        float: none;
    }

    .barra-orden > span {
        display: block;
        margin-left: 5px;
    }
}

.boton-imagen:hover {
    filter: invert(0.5) sepia(1) saturate(2) hue-rotate(180deg);
}

.oposicion-interoperabilidad {
    cursor: help;
}

.sin-oposicion-interoperabilidad {
    cursor: help;
}

.caja-documentos {
    padding: 5px;
    border: solid 1px #fff;
    border-radius: 3px;
    background-color: #fff;
    margin-top: 5px;
}

.btn-seccion-expediente > input {
    width: 16px;
    height: 16px;
}

.btn-seccion > input {
    width: 16px;
    height: 16px;
}

.tabla-configuracionavisos th {
    text-align: center;
    overflow: hidden;
    background-color: #cccccc;
    border: solid 1px #ffffff;
    vertical-align: middle;
}

    .tabla-configuracionavisos th.categoria {
        background-color: #dddddd;
    }

.tabla-configuracionavisos td {
    overflow: hidden;
}

th.vertical-column-header {
    writing-mode: sideways-lr;
    width: 1em;
    vertical-align: bottom;
}

#calendar .inhabil {
    background-color: #aeaeae;
}

.fc-h-event .fc-event-main {
    color: inherit;
}

tr.gitemdifferent td {
    background-color: rgba(255, 0, 0, 0.08);
}

#calendar h2 {
    background-color: transparent;
    text-transform: none;
}

#calendar a.recordatorio .fc-daygrid-event-dot, #calendar tr.recordatorio .fc-list-event-graphic .fc-list-event-dot {
    border: none;
}

#calendar a.recordatorio {
    padding-left: 12px;
    background-image: url(imgs/recordatorio.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

#calendar tr.recordatorio .fc-list-event-graphic {
    background-image: url(imgs/recordatorio.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 10px;
}

#calendar tr.tarea .fc-list-event-graphic .fc-list-event-dot {
    border: none;
}

#calendar a.tarea {
    padding-left: 23px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 2px center;
    border: solid 1px;
}

#calendar a.tarea_pendiente {
    background-image: url(imgs/tarea_pendiente.png);
    background-color: #fdfdd4;
    border-color: #baa567;
}

#calendar a.tarea_comenzada {
    background-image: url(imgs/tarea_comenzada.png);
    background-color: #b7d6ec;
}

#calendar a.tarea_finalizada {
    background-image: url(imgs/tarea_finalizada.png);
    background-color: #cafdca;
}

#calendar a.tarea_retrasada {
    background-image: url(imgs/tarea_retrasada.png);
    background-color: #f7d2d2;
}

#calendar a.tarea_rechazada {
    background-image: url(imgs/tarea_rechazada.png);
    background-color: #f1c2e8;
}

#calendar tr.tarea .fc-list-event-graphic {
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 10px;
}

#calendar tr.tarea_pendiente .fc-list-event-graphic {
    background-image: url(imgs/tarea_pendiente.png);
}

#calendar tr.tarea_comenzada .fc-list-event-graphic {
    background-image: url(imgs/tarea_comenzada.png);
}

#calendar tr.tarea_finalizada .fc-list-event-graphic {
    background-image: url(imgs/tarea_finalizada.png);
}

#calendar tr.tarea_retrasada .fc-list-event-graphic {
    background-image: url(imgs/tarea_retrasada.png);
}

#calendar tr.tarea_rechazada .fc-list-event-graphic {
    background-image: url(imgs/tarea_rechazada.png);
}

#calendar tr.tarea_pendiente {
    background-color: #ffffde;
    border-color: #baa567;
}

#calendar tr.tarea_comenzada {
    background-color: #d4dfe7;
}

#calendar tr.tarea_finalizada {
    background-color: #d3f0d3;
}

#calendar tr.tarea_retrasada {
    background-color: #fadede;
}

#calendar tr.tarea_rechazada {
    background-color: #f1c2e8;
}

.avatar-nodo {
    margin: 0 auto 20px auto;
    max-width: 200px;
    max-height: 200px;
    border-radius: 100px;
    cursor: pointer;
    display: block;
}

.avatar-nodo-mini {
    max-width: 50px;
    border-radius: 25px;
}

.tabla-direccionescontacto .descripcion {
    font-weight: bold;
}

button.ui-dialog-titlebar-close {
    padding: .4em;
    text-indent: -9999999px;
    overflow: hidden;
}

.icono-lista {
    width: 32px;
    vertical-align: middle;
}


    .icono-lista.avatar-nodo-mini {
        border-radius: 16px;
    }

.tabla-avisos-nuevo-comentario .icono-lista {
    vertical-align: middle;
}

.tabla-avisos-nuevo-comentario .icono-lista {
    vertical-align: middle;
}

.tabla-avisos-nuevo-comentario a.nombre-usuario {
    text-decoration: none;
}

    .tabla-avisos-nuevo-comentario a.nombre-usuario:hover {
        color: inherit;
        background-color: inherit;
    }

.tabla-elementos-noseleccionables tbody.comentario-eliminado {
    background-color: #dddddd;
}

.selector-iconos {
    overflow: hidden;
    text-align: center;
}

    .selector-iconos .opcion {
        display: inline-block;
        vertical-align: middle;
        width: 150px;
        height: 150px;
        border: solid 1px #bbb;
        border-radius: 10px;
        padding: 5px;
        margin: 5px;
        box-shadow: #eee 5px 5px;
    }

        .selector-iconos .opcion.opcion-ancha {
            width: 300px;
        }

        .selector-iconos .opcion:hover {
            cursor: pointer;
            background-color: #c4dbeb;
        }

        .selector-iconos .opcion img {
            height: 100px;
            margin: 5px auto 10px auto;
            display: block;
            filter: drop-shadow(3px 3px 3px #b0aeae);
        }

        .selector-iconos .opcion .texto {
            text-align: center;
            line-height: 40px;
        }

            .selector-iconos .opcion .texto span {
                display: inline-block;
                vertical-align: middle;
                line-height: normal;
            }

img.opcion-seleccionada {
    height: 100px;
    float: right;
    margin: 0 0 10px 10px;
    filter: drop-shadow(3px 3px 3px #b0aeae);
}

.opcion-seleccionada-descripcion {
    display: block;
    margin: 20px 0;
    width: 550px;
}

.treeview-selector-formulario {
    padding: 10px;
    max-height: 200px;
    overflow: scroll;
    border: solid 1px #555;
    border-radius: 5px;
}

.treeview img {
    width: 20px;
}

.icono-detalledocumento {
    height: 200px;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.icono-detalletarea {
    height: 200px;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}


.linea-formulario-con-imagen {
    max-width: calc(100% - 200px);
}

.etiqueta-tabla {
    display: block;
    font-weight: bold;
    font-size: 0.8em;
}

.campo-tabla {
    display: block;
}

.editorhtml-dropoverlay {
    position: absolute;
    z-index: 2;
    border: dashed 3px #555;
    background-color: #fff;
    background-image: url(imgs/upload.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 48px;
    opacity: 0.9;
    text-align: center;
    padding: 5px 10px;
    font-style: italic;
    font-size: 1.2em;
    font-weight: bold;
}

.htmleditado img {
    max-width: 100%;
}

.htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"] {
    display: block;
    margin: 10px;
    padding: 10px 10px 10px 50px;
    border-radius: 5px;
    width: 500px;
    height: 30px;
    background-color: #b7ccc9;
    background-position: 10px center;
    background-image: url(imgs/documento-otro.png);
    background-size: 30px;
    background-repeat: no-repeat;
    line-height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"]:hover {
        background-color: #abdad3;
    }

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"][href*="extension=PDF"] {
        background-image: url(imgs/documento-pdf.png);
    }

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"][href*="extension=DOC"] {
        background-image: url(imgs/documento-doc.png);
    }

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"][href*="extension=DOCX"] {
        background-image: url(imgs/documento-doc.png);
    }

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"][href*="extension=WPD"] {
        background-image: url(imgs/documento-doc.png);
    }

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"][href*="extension=ODT"] {
        background-image: url(imgs/documento-doc.png);
    }

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"][href*="extension=JPG"] {
        background-image: url(imgs/documento-jpg.png);
    }

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"][href*="extension=JPEG"] {
        background-image: url(imgs/documento-jpg.png);
    }

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"][href*="extension=GIF"] {
        background-image: url(imgs/documento-jpg.png);
    }

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"][href*="extension=PNG"] {
        background-image: url(imgs/documento-jpg.png);
    }

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"][href*="extension=TIFF"] {
        background-image: url(imgs/documento-jpg.png);
    }

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"][href*="extension=JPG"] {
        background-image: url(imgs/documento-jpg.png);
    }

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"][href*="extension=XLS"] {
        background-image: url(imgs/documento-xls.png);
    }

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"][href*="extension=ODS"] {
        background-image: url(imgs/documento-xls.png);
    }

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"][href*="extension=XLSX"] {
        background-image: url(imgs/documento-xls.png);
    }

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"][href*="extension=CSV"] {
        background-image: url(imgs/documento-xls.png);
    }

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"][href*="extension=ZIP"] {
        background-image: url(imgs/documento-zip.png);
    }

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"][href*="extension=RAR"] {
        background-image: url(imgs/documento-zip.png);
    }

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"][href*="extension=Z0"] {
        background-image: url(imgs/documento-zip.png);
    }

    .htmleditado a[href*="ficheroadjuntoeditorhtml.aspx?"][href*="extension=Z1"] {
        background-image: url(imgs/documento-zip.png);
    }

.htmleditado > p:first-child {
    margin-top: 3px;
}


.tabla-elementos-noseleccionables.tabla-comentarios > tbody {
    background-color: transparent;
}

    .tabla-elementos-noseleccionables.tabla-comentarios > tbody.vermas:hover {
        background-color: #ffffbb;
        cursor: pointer;
    }

.tabla-comentarios > tbody.comentario-eliminado {
    font-style: italic;
}

.tabla-comentarios > tbody.comentario-nuevo .speech-bubble {
    background-color: #d5dec0;
}

    .tabla-comentarios > tbody.comentario-nuevo .speech-bubble .tox-tinymce {
        border: 0;
    }

.tabla-comentarios > tbody.comentario-propio .speech-bubble {
    background-color: #d3e5a6;
}

.tabla-comentarios > tbody.comentario-otro .speech-bubble {
    background-color: #c3daeb;
}

.tabla-comentarios > tbody.comentario-eliminado .speech-bubble {
    background-color: #b0b0b0;
}



.tabla-comentarios > tbody.comentario-nuevo .speech-bubble::after {
    border-color: transparent #d5dec0;
}

.tabla-comentarios > tbody.comentario-propio .speech-bubble::after {
    border-color: transparent #d3e5a6;
}

.tabla-comentarios > tbody.comentario-otro .speech-bubble::after {
    border-color: transparent #c3daeb;
}

.tabla-comentarios > tbody.comentario-eliminado .speech-bubble::after {
    border-color: transparent #b0b0b0;
}


.tabla-comentarios .nombre-usuario {
    font-size: 0.7em;
    text-decoration: unset;
    color: #1b43a4;
}

    .tabla-comentarios .nombre-usuario:hover {
        background-color: transparent;
    }

.tabla-comentarios .icono-lista {
    cursor: pointer;
}

.speech-bubble {
    position: relative;
    padding: 5px 10px;
    margin: 15px 0 0 20px;
    border-radius: 10px;
    font-size: 0.9em;
}

    .speech-bubble::after {
        content: "";
        position: absolute;
        border-style: solid;
        display: block;
        width: 0;
        top: 0;
        left: -20px;
        bottom: auto;
        border-width: 20px 30px 0 0;
        transform: scale(1, -1);
    }

.comentario .btn {
    width: 40px;
    height: 40px;
    color: transparent;
    border-radius: 20px;
    overflow: hidden;
}

    .comentario .btn .btn-icono-after {
        border-radius: 20px;
        background-size: 25px;
        left: 0;
        top: 0;
        margin-top: 0;
        width: 40px;
        height: 40px;
    }

.tabla-comentarios .col-botonera {
    width: 40px;
    padding: 5px 0;
}

@media (max-width:30em) {
    .speech-bubble {
        margin-left: 5px;
    }

        .speech-bubble::after {
            left: -10px;
            border-width: 20px 20px 0 0;
        }
}

.comentario-evento {
    position: relative;
    margin: 10px;
    overflow: hidden;
}

    .comentario-evento > img.avatar-nodo-mini {
        position: absolute;
        top: 0;
        left: 0;
    }

    .comentario-evento .speech-bubble {
        background-color: #afccfc;
        margin-left: 60px;
    }

        .comentario-evento .speech-bubble::after {
            border-color: transparent #afccfc;
        }

.speech-bubble .tox .tox-toolbar-overlord {
    background-color: #d5dec0;
}

.speech-bubble .tox .tox-toolbar, .speech-bubble .tox .tox-toolbar__overflow, .speech-bubble .tox .tox-toolbar__primary {
    background-color: #d5dec0;
}

.speech-bubble .tox .tox-tbtn {
    background-color: #d5dec0;
}

    .speech-bubble .tox .tox-tbtn.tox-tbtn--enabled {
        background: #a6ccf7;
    }

.speech-bubble .tox .tox-edit-area__iframe {
    background-color: #d5dec0;
}

.speech-bubble .tox:not(.tox-tinymce-inline) .tox-editor-header {
    background-color: transparent;
}

.textbox-comentario .tox .tox-edit-area::before {
    margin: 1px;
}

.tabla-elementos-noseleccionables > tbody.vermas:hover {
    background-color: #ffffbb;
    cursor: pointer;
}

.eventos a.elemento-asociado {
    display: block;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    height: 20px;
    background-color: #abdad3;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    font-size: 0.9em;
    max-width: 500px;
    white-space: nowrap;
    float: left;
}

    .eventos a.elemento-asociado:hover {
        background-color: #bef1ea;
    }

.eventos .elemento-asociado img {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.eventos .recordatorio .descripcion {
    margin: 10px 0;
    display: block;
    font-weight: bold;
}

.eventos .recordatorio .htmleditado {
    margin: 10px 0;
    display: block;
}

.tabla-tareas .destacar {
    background-color: #cc5555;
}

.tooltip {
    overflow: hidden;
    font-size: 0.7em;
}

.JSGanttToolTipcont .tooltip {
    font-size: 1em;
}

.tooltip.tarea {
    width: 500px;
}

.tooltip .mas-info {
    font-size: 0.9em;
    text-align: right;
    margin-top: 20px;
}

.tooltip .icono-detalletarea {
    height: 100px;
}

.tooltip .linea-formulario-con-imagen {
    max-width: calc(100% - 100px);
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start {
    margin-left: 10px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end {
    margin-right: 10px;
}

.enlace-icono-lista > img {
    width: 32px;
}

.aviso-numero {
    display: inline-block;
    background-color: #cc5555;
    color: #ffffff;
    padding: 0 5px;
    font-size: 0.9em;
    margin-left: 10px;
}

.aviso-titulo {
    font-weight: bold;
}

.barra-encabezado {
    border: solid 1px #333377;
    font-style: italic;
    padding: 10px 10px 10px 40px;
    background: 5px center #eeeeff url(imgs/usuario.png) no-repeat;
    background-size: 20px 20px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .barra-encabezado > div {
        float: right;
    }

.icono-elemento-carpeta {
    width: 32px;
    vertical-align: middle;
    margin: 0 10px;
}

.tabla-primera-columna-icono > tbody > tr > td:first-child, .tabla-primera-columna-icono > thead > tr > th:first-child {
    width: 40px;
    text-align: center;
}

.btn-mini-loading {
    height: 1em;
    margin-left: 20px;
}

.grafico-tarta {
    margin: 20px auto;
    width: 700px;
    height: 400px;
    overflow: hidden;
}

.grafico-tarta-nodo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 2px #000;
    background-color: #667752;
    font-size: 0.8em;
    text-align: center;
    line-height: 50px;
}

.grafico-tarta-nodo-loading {
    width: 50px;
    height: 50px;
    background: url(imgs/loading.svg) center center no-repeat;
    background-size: 50px;
}

.icono-detalle-evento {
    float: right;
    width: 100px;
    height: 100px;
}

.avatar-nodo-detalle {
    border-radius: 50%;
    cursor: pointer;
}

.progreso-tarea {
    border-radius: 15px;
    border: solid 1px #555;
    padding: 5px 10px;
}

.progreso-tarea-detalle {
    border-radius: 15px;
    border: solid 1px #555;
    padding: 2px 20px;
    text-align: center;
}

.modo-marco .icono-detalletarea, .modo-marco .icono-detalledocumento {
    width: 100px;
    height: 100px;
}

.modo-marco .linea-formulario-con-imagen {
    max-width: calc(100% - 100px);
}

.campo-opcional button.eliminar-campo {
    float: right;
    background-image: url(imgs/delete.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: .3;
    border: none;
}

.campo-opcional:hover button.eliminar-campo {
    opacity: 1;
}

.campo-opcional:has(button.eliminar-campo:hover) {
    background-color: #fafafa;
    border-radius: 5px;
}

.treeview .node.user > label {
    background-image: url(imgs/treeview/user.svg);
}

.treeview .node.folder > label {
    background-image: url(imgs/treeview/folder.svg);
}

.treeview .node.document-folder > label {
    background-image: url(imgs/treeview/document-folder.svg);
}

.treeview .node.home > label {
    background-image: url(imgs/treeview/home.svg);
}

.treeview .node.form > label {
    background-image: url(imgs/treeview/form.svg);
}

.treeview .node.user > span.no-selectable {
    /*display: table-cell;*/
    display: inline-block;
    vertical-align: top;
    width: 1em;
    height: 1em;
    margin: .25em .5em;
}

.calculador-fechas .calin td {
    border: solid 3px #fff;
}

.calculador-fechas .calin-container {
    overflow: hidden;
    position: relative;
}

.calculador-fechas .calin {
    height: auto;
}

    .calculador-fechas .calin td.calin-festivo.clickable:hover {
        background-color: #f55;
        filter: brightness(90%);
    }

    .calculador-fechas .calin td.fecha-computo {
        background-color: #4ca5e2;
        border: solid 3px #4ca5e2;
        color: #fff;
    }

        .calculador-fechas .calin td.fecha-computo.clickable:hover {
            background-color: #4ca5e2;
            filter: brightness(90%);
        }


    .calculador-fechas .calin td.fecha-referencia {
        background-color: #88b67e;
        border: solid 3px #88b67e;
    }

        .calculador-fechas .calin td.fecha-referencia.clickable:hover {
            background-color: #88b67e;
            filter: brightness(90%);
        }

    .calculador-fechas .calin td.fecha-calculada {
        background-color: #428ec2;
        border: solid 3px #428ec2;
    }

        .calculador-fechas .calin td.fecha-calculada.clickable:hover {
            background-color: #428ec2;
            filter: brightness(90%);
        }

    .calculador-fechas .calin td.calin-festivo {
        border: solid 3px #f55;
    }

.calculador-fechas .loader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('imgs/loading2.svg') 50% 50% no-repeat rgb(249,249,249);
    opacity: 0.5;
    display: none;
}

#grafica {
    margin: 20px;
    height: 350px;
    overflow: hidden;
}

.orden-documentos-plantilla {
    overflow: hidden;
    width: 65px;
    font-size: 0.8em;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.select2 {
    width: 100%;
    max-width: 600px;
}

@media (max-width:30em) {
    .diagrama-gantt {
        min-width: calc(100% + 150px);
    }

        .diagrama-gantt .gmainleft {
            flex: 1 1 150px;
            min-width:150px;
        }
}
