﻿#pagina .contenido-conmenu {
    min-height: 850px;
}
.lista-elementos-alternos {
    border-collapse:collapse;
}

.lista-elementos-alternos > tbody {
    border-bottom:solid 20px #fff;
}
.lista-elementos-alternos > tbody:nth-child(odd) {
    background-color: #eee;
}

.lista-elementos-alternos td{
    border:none;
    padding:2px;
}

.treeview a:hover {
    background-color: transparent !important;
    color: #000;
    text-decoration: none;
}

.treeview a {
    color: #000 !important;
    /*font-weight: normal;*/
}


.ayuda-lista {
    padding: 0;
    margin: 10px 0 10px 0;
    background-color: #cccccc;
}

    .ayuda-lista > li {
        padding: 0;
        margin: 0;
        list-style-type: none;
        font-size: 0.95em;
    }

.ayuda-titulo {
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 3px;
    padding-left: 30px;
    background: url('imgs/seccion-mas.png') no-repeat 5px center #efe8e7;
}

    .ayuda-titulo:hover {
        background-color: #e7d7d5;
    }

.ayuda-contenido {
    margin: 10px 0 10px 14px;
    padding: 0 5px 5px 14px;
    border-left: 2px solid #555555;
}

.ayuda-seleccionado {
    background-color: #ffffff;
}

    .ayuda-seleccionado .ayuda-lista {
        background-color: #ffffff;
    }

.ayuda-expandido > .ayuda-titulo {
    background-color: #a28b88;
    color: #ffffff;
    padding-left: 35px;
    background-image: url('imgs/seccion-menos.png');
}

    .ayuda-expandido > .ayuda-titulo:hover {
        background-color: #C7AEAB;
    }

.ayuda-completa {
    text-align: right;
    font: 0.9em;
}


.usuario .nombre {
    font-weight: bold;
    margin-bottom:5px;
}

.usuario .tipo {
    font-size: 0.8em;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.usuario .rol {
    color: #9F7778;
    font-size: 0.8em;
}


#div-completado {
    background-color: #EEFFEE;
    text-align: center;
    padding: 5px 0;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

#div-completado-texto {
    font-weight: bold;
    margin: 10px;
}

.detalle-estado {
    margin: 5px;
    display: block;
    padding: 5px 5px 5px 26px;
    font-style: italic;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.detalle-estado-borrador {
    background-image: url(imgs/estado-borrador.png);
}

.detalle-estado-pendiente {
    background-image: url(imgs/estado-pendiente.png);
}

.detalle-estado-completado {
    background-image: url(imgs/estado-completado.png);
}

.detalle-estado-rechazado {
    background-image: url(imgs/estado-rechazado.png);
}

.color-estado-borrador {
    background-color: #EEEEEE;
}

.color-estado-pendiente {
    background-color: #EEEEFF;
}

.color-estado-completado {
    background-color: #EEFFEE;
}

.color-estado-rechazado {
    background-color: #FFEEEE;
}



.urgente {
    margin: 5px;
    display: block;
    padding: 5px 5px 5px 34px;
    font-style: italic;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: #FFFFEE;
    background-image: url(imgs/urgente.png);
    background-size: 24px;
}

.especial {
    margin: 5px;
    display: block;
    padding: 5px 5px 5px 34px;
    font-style: italic;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: #FFFFEE;
    background-image: url(imgs/especial.png);
    background-size: 24px;
}

.firma-antigua {
    margin: 5px;
    display: block;
    padding: 5px 5px 5px 34px;
    font-style: italic;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: #FFFFEE;
    background-image: url(imgs/firma-antigua.png);
    background-size: 24px;
}


.botonera-derecha {
    width: 300px;
    max-width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

@media (min-width:1000px) {
    .botonera-derecha {
        float: right;
        margin-left: 10px;
    }
}

/* Botón para abrir PDF en detalle_docufirma.aspx */
.docufirma {
    width: calc(100% - 2px);
    height: 100px;
    margin-bottom: 10px;
    border: solid 1px #888888;
    background-color:#f0f0f0;
    position: relative;
    opacity: 0.8;
    overflow: hidden;
}

.docufirma-icono {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 80px;
    height: 80px;
}

.docufirma-titulo {
    text-overflow: ellipsis;
    position: absolute;
    left: 100px;
    top: 10px;
    width: calc(100% - 110px);
    height: 80px;
    overflow: hidden;
}

.docufirma-descargar {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

    .docufirma-descargar img {
        width: 20px;
        height: 20px;
        opacity: 0.5;
    }

        .docufirma-descargar img:hover {
            opacity: 1;
        }


.anexos {
    background-color:#f0f0f0;
    width: calc(100% - 2px);
    height: 52px;
    border: solid 1px #888888;
    position: relative;
    opacity: 0.8;
    overflow: hidden;
}

.anexos-icono {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
}

.anexos-titulo {
    text-overflow: ellipsis;
    position: absolute;
    left: 52px;
    top: 15px;
    width: calc(100% - 62px);
    height: 20px;
    overflow: hidden;
}



#div-inicializando {
    background-color: #FFFFDD;
    text-align: center;
    padding: 5px 0;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

.div-inicializando-texto {
    font-weight: bold;
    margin: 10px;
    color: #403f30;
}

.div-inicializando-barra-ext {
    max-width: 500px;
    width: 100%;
    border: solid 1px #005500;
    height: 20px;
    position: relative;
    margin: 10px auto 20px auto;
}

.div-inicializando-barra-int {
    background-color: #80ce80;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}


.div-inicializando-barra-texto {
    max-width: 500px;
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    color: #000000;
}

.a_externallink {
    display: inline-block;
    padding: 2px 2px 2px 30px;
    text-transform: none;
    text-decoration: underline;
    text-align: left;
    background: url(imgs/external_link.png) no-repeat 7px center;
}

.external_link {
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
}

.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;
}

.fila-titulo {
    font-weight: bold;
}

.fila-linea {
    display: block;
}

.fila-izquierda {
    display: block;
}

.fila-derecha {
    display: block;
}

.fila-detalle {
    font-style: italic;
    font-size: 0.8em;
}

@media (min-width:30em) {
    .fila-izquierda {
        float: left;
        clear: left;
        margin: 3px 3px 0 0;
    }

    .fila-derecha {
        text-align: right;
        float: right;
        margin: 0 0 3px 10px;
        max-width: 250px;
        clear: right;
    }
}
