﻿#pagina .contenido-conmenu {
    min-height: 800px;
}

input[type=text], input[type=password], input[type=email], textarea, select {
    padding: 5px;
    border: solid 1px #555;
    border-radius: 3px;
    background-color: #fff;
}

    input[readonly=readonly], textarea[readonly=readonly], select[readonly=readonly] {
        border-color: #888;
        background-color: #ddd;
    }

    input[disabled=disabled], textarea[disabled=disabled], select[disabled=disabled] {
        border-color: #888;
        background-color: #ddd;
    }

    input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus, select:focus {
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        border: 1px solid rgba(81, 203, 238, 1);
    }

    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;
    background-position: 10px center;
    background-repeat: no-repeat;
    max-width: 250px;
    background-image: url(imgs/login-concertificado.png);
    font-size: 0.63em;
    margin: 0;
    background-size: 35px 35px;
}

.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 tbody:nth-child(even) {
        background-color: #f5f5ff;
    }

    .tabla-elementos tbody:nth-child(odd) {
        background-color: #e5e5ff;
    }

    .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;
    }

    .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-anidada td, .tabla-elementos-anidada th {
        border: none;
    }

    .tabla-elementos-anidada thead {
    }

    .tabla-elementos-anidada tbody:nth-child(even) {
        background-color: #e5f8ff;
    }

    .tabla-elementos-anidada tbody:nth-child(odd) {
        background-color: #f5fdff;
    }

    .tabla-elementos-anidada td, .tabla-elementos-anidada th {
        padding: 5px;
        text-align: left;
    }

    .tabla-elementos-anidada > tbody:hover {
    }

.tabla-elementos > tbody:hover > tr > td > .tabla-elementos-anidada > tbody {
    background-color: transparent;
    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('//www.dipualba.es/js/formularios/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;
    }
}


.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;
}


.tabla-elementos-noseleccionables tbody.historico_ALTA:nth-child(even) {
    background-color: #f8e1bd;
}

.tabla-elementos-noseleccionables tbody.historico_ALTA:nth-child(odd) {
    background-color: #ebd8b9;
}

.tabla-elementos-noseleccionables tbody.historico_MEDIA:nth-child(even) {
    background-color: #f9f9c6;
}

.tabla-elementos-noseleccionables tbody.historico_MEDIA:nth-child(odd) {
    background-color: #ebebc3;
}

.tabla-elementos-noseleccionables tbody.historico_BAJA:nth-child(even) {
    background-color: transparent;
}

.tabla-elementos-noseleccionables tbody.historico_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-firmado {
    display: inline-block;
    margin-left: 10px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url('imgs/documento-firmado.png');
    padding-left: 20px;
}

.aviso {
    font-weight: bold;
    background: #fad2a2 url(imgs/aviso.png) no-repeat left center;
    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;
}


.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;
    }

@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;
}

.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.home:hover {
        background-color: #baa567;
    }

    .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;
    width: 400px;
}


.barra-buscador .bfc {
    width: auto;
    overflow:hidden;
}

.barra-buscador input[type=text]{
    width:calc( 100% - 20px );
    margin:0 5px;
}

.barra-buscador button{
    float:right;
    margin-top:3px;
}


@media (max-width:30em) {
    .barra-buscador {
        float:none;
        width:auto;
    }

}

.boton-imagen:hover {
    filter:invert(0.5) sepia(1) saturate(2) hue-rotate(180deg);
}


.tabla-tareas tbody:nth-child(even) {
    background-color: #e7edef;
}

.tabla-tareas tbody:nth-child(odd) {
    background-color: #eef4f6;
}

.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;
}
