#porcentaje {
    font-size: 3em;
    font-weight: lighter;
}

#progreso {
    font-size: 1.3em;
}

.tituloConCargando {
    display: flex;
    align-items: center;
}

    .tituloConCargando > h1 {
        flex: 1;
    }

.tituloConCargando > cargando {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-items: flex-end;
    margin-bottom: 10px;
    margin-top: 10px;
}

.filtros {
    margin-top: 20px;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 5px;
}

.filtrosDialogo {
    margin-top: 0px;
}

    .filtrosDialogo > div {
        background-color: var(--color-fondo);
    }

        .filtrosDialogo > div > input {
            background-color: var(--color-fondo);
        }

    .filtrosDialogo > button {
        margin-top: 0px;
    }

.filtroFechas {
    flex: 1 0 200px;
    display: flex;
    background-color: white;
    border-radius: 15px;
    height: 30px;
    justify-content: space-evenly;
}

    .filtroFechas input[type=date] {
        color: var(--color-textonormal);
        border: 0px;
        padding: 5px 10px;
        background-color: transparent;
        font-size: 1em;
        margin: 0px;
        text-align: center;
    }

.filtroPorAgenda {
    display: flex;
    margin: 0px 10px;
}

.filtroEmpresa {
    background: white;
    border-radius: 15px;
    height: 30px;
    flex: 1 0 250px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    overflow: hidden;
    padding: 0px 10px;
    gap: 5px;
}

    .filtroEmpresa select {
        margin: 0px;
        background-color: white;
        border: 0px;
        font-size: 1em;
        padding: 5px;
        color: var(--color-textonormal);
    }

    .filtroEmpresa::before {
        content: '';
        background-image: url(../images/home.png);
        background-size: 18px 18px;
        background-repeat: no-repeat;
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
        filter: invert(47%) sepia(3%) saturate(589%) hue-rotate(131deg) brightness(99%) contrast(86%);
    }

.filtroBusqueda {
    background: white;
    height: 30px;
    border-radius: 15px;
    flex: 1 0 250px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    overflow: hidden;
    padding-left: 5px;
}

    .filtroBusqueda::before {
        content: '';
        background-image: url(../images/search.png);
        background-size: 22px 22px;
        background-repeat: no-repeat;
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
        filter: invert(47%) sepia(3%) saturate(589%) hue-rotate(131deg) brightness(99%) contrast(86%);
    }

    .filtroBusqueda input[type=text] {
        color: var(--color-textonormal);
        border: 0px;
        padding: 5px 10px;
        font-size: 1em;
        margin: 0px;
    }

.filtroCliente {
    margin: 0px 5px 0px 10px;
    flex: 1;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

    .filtroCliente::before {
        content: '';
        background-image: url(../images/user.png);
        background-size: 16px 16px;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        filter: invert(47%) sepia(3%) saturate(589%) hue-rotate(131deg) brightness(99%) contrast(86%);
    }

.filtroDocumento {
    margin: 0px 10px 0px 5px;
    flex: 1;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

    .filtroDocumento::before {
        content: '';
        background-image: url(../images/notes.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        filter: brightness(0) saturate(100%) invert(47%) sepia(3%) saturate(589%) hue-rotate(131deg) brightness(99%) contrast(86%);
    }

.lista {
    padding: 0px 20px;
    flex: 1;
    overflow-y: auto;
    margin-top: 20px;
}

.lista2 {
    padding: 0px;
    flex: 1;
    overflow-y: auto;
}

#cabeceraUsuarios > div:first-of-type {
    display: flex;
    align-items: center;
}

    #cabeceraUsuarios > div:first-of-type > h1 {
        flex: 1;
    }

#cabeceraUsuarios > div:last-of-type {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-items: flex-end;
    margin-bottom: 10px;
    margin-top: 10px;
}

    #cabeceraUsuarios > div:last-of-type > div:first-of-type {
        flex: 1;
    }

.contenidoSolicitud {
    overflow-y: auto;
    flex: 1;
    margin: 10px 0px;
}

#cabeceraSolicitud {
    background-color: white;
    border-radius: 5px;
    margin: 0px 20px;
    display: flex;
    flex-flow: column nowrap;
}

    #cabeceraSolicitud > div:first-of-type {
        padding: 15px;
        border-bottom: 1px solid var(--color-fondobotonesTransparente);
        margin: 0px 5px;
        text-align: center;
    }

        #cabeceraSolicitud > div:first-of-type > h1 {
            font-size: 1.1em;
            color: var(--color-highlight);
        }

        #cabeceraSolicitud > div:first-of-type > h2 {
            font-size: 0.9em;
        }

    #cabeceraSolicitud .seguimientoAnclado {
        font-size: 0.8em;
        margin-top: 5px;
        max-height: 50px;
        overflow-y: auto;
        word-break: break-all;
    }

        #cabeceraSolicitud .seguimientoAnclado img {
            filter: invert(48%) sepia(40%) saturate(740%) hue-rotate(317deg) brightness(103%) contrast(102%);
            width: 13px;
            height: 13px;
            margin-right: 2px;
            margin-bottom: 3px;
            display: inline-block;
            vertical-align: middle;
        } 

.tabOpciones {
    display: flex;
    gap: 5px;
    padding: 5px;
    flex-flow: row wrap;
}

    .tabOpciones > button {
        flex: 1 1 80px;
        background-color: white;
        color: var(--color-textonormal);
        height: 60px;
        font-size: 0.9em;
        border: 0px;
        border-radius: 10px;
        transition: none;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3px;
        padding: 5px;
        overflow-x: hidden;
    }

        .tabOpciones > button > span {
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .tabOpciones > button:hover {
            background-color: var(--color-fondo);
        }

        .tabOpciones > button.activa {
            background-color: var(--color-verde);
            color: white;
        }

            .tabOpciones > button.activa:before {
                filter: invert(100%) sepia(2%) saturate(2%) hue-rotate(320deg) brightness(109%) contrast(101%);
            }

        .tabOpciones > button:before {
            filter: invert(49%) sepia(7%) saturate(281%) hue-rotate(131deg) brightness(94%) contrast(88%);
            background-size: contain;
            display: inline-block;
            width: 20px;
            height: 20px;
            content: "";
        }

    .tabOpciones > .detalle:before {
        background-image: url('../images/info.png');
    }

    .tabOpciones > .equipamiento:before {
        background-image: url('../images/equipment.png');
    }

    .tabOpciones > .checklist:before {
        background-image: url('../images/checklist.png');
    }

    .tabOpciones > .actividad:before {
        background-image: url('../images/activity.png');
    }

    .tabOpciones > .adjuntos:before {
        background-image: url('../images/attachment.png');
    }

    .tabOpciones > .imputaciones:before {
        background-image: url('../images/imputations.png');
    } 

.detalleSolicitud {
    padding: 10px 25px;
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}

#tabDetalle a {
    color: var(--color-coral);
    font-size: 0.9em;
} 

#tabDetalle > div {
    display: flex;
    flex-direction: column;
    flex: 1 0 300px;
}

#tabDetalle h1 {
    font-size: 1.1em;
    margin-top: 5px;
    color: var(--color-highlight);
}

#tabDetalle h2 {
    font-size: 0.8em;
    color: var(--color-coral);
}

#tabDetalle label {
    color: var(--color-textonormal);
    font-size: 0.9em;
    margin-top: 3px;
    font-weight: normal;
    font-style: normal;
    align-items: center;
    white-space: pre-wrap;
}

#tabDetalle #domicilioIntervencion {
    display: flex;
    flex-direction: row;
}

    #tabDetalle #domicilioIntervencion > div {
        display: flex;
        flex-direction: column;
    }

    #tabDetalle #domicilioIntervencion:before {
        background-image: url(../images/big_city.png);
        background-size: 16px 16px;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        content: "";
        margin-top: 3px;
        margin-right: 10px;
        filter: invert(48%) sepia(7%) saturate(269%) hue-rotate(131deg) brightness(96%) contrast(93%);
    }

    #tabDetalle #domicilioIntervencion > div > label:last-of-type::before {
        background-image: url(../images/location.png);
        background-size: 16px 16px;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        content: "    ";
        margin-top: 3px;
        margin-right: 5px;
    } 

#tabDetalle #envio:before {
    background-image: url(../images/office.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: -0.1em;
    filter: invert(48%) sepia(7%) saturate(269%) hue-rotate(131deg) brightness(96%) contrast(93%);
}

#tabDetalle #idioma:before {
    background-image: url(../images/language.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: -0.2em;
    filter: invert(48%) sepia(7%) saturate(269%) hue-rotate(131deg) brightness(96%) contrast(93%);
}

#tabDetalle #contacto {
    margin-top: 15px;
}

    #tabDetalle #contacto:before {
        background-image: url(../images/contact.png);
        background-size: 16px 16px;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        content: "";
        margin-right: 10px;
        display: inline-block;
        vertical-align: -0.2em;
        filter: invert(48%) sepia(7%) saturate(269%) hue-rotate(131deg) brightness(96%) contrast(93%);
    }

#tabDetalle #mail:before {
    background-image: url(../images/mail.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: -0.2em;
    filter: invert(48%) sepia(7%) saturate(269%) hue-rotate(131deg) brightness(96%) contrast(93%);
}

#tabDetalle #telefono:before {
    background-image: url(../images/phone.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: -0.2em;
    filter: invert(48%) sepia(7%) saturate(269%) hue-rotate(131deg) brightness(96%) contrast(93%);
}

#tabDetalle > div:first-of-type > div {
    word-break: break-all;
}

#tabDetalle > div:first-of-type > div:last-of-type {
    margin-top: 15px;
    border: 1px solid var(--color-fondobotones);
    border-radius: 5px;
    padding: 10px;
}

    #tabDetalle > div:first-of-type > div > h1 {
        border-bottom: 1px solid var(--color-fondobotones);
        margin-bottom: 10px;
    }

#tabDetalle > div:last-of-type > div {
    display: flex;
}

    #tabDetalle > div:last-of-type > div > label {
        flex: 1;
    }

        #tabDetalle > div:last-of-type > div > label:first-of-type {
            color: var(--color-highlight);
            margin-right: 10px;
        }

#tabDetalle #advertenciaImputacionesBloqueo > label {
    color: var(--color-coral);
    animation: textoImportante 2s infinite;
}

    #tabDetalle #advertenciaImputacionesBloqueo > label::before {
        background-image: url(../images/warning.png);
        background-size: 16px 16px;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        content: "";
        margin-right: 10px;
        display: inline-block;
        vertical-align: -0.3em;
        filter: invert(56%) sepia(95%) saturate(1914%) hue-rotate(323deg) brightness(100%) contrast(94%);
    } 

#tabDetalle #advertenciaImputaciones > label {
    color: var(--color-verde);
    animation: textoImportante 2s infinite;
}

@keyframes textoImportante {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#tabDetalle #advertenciaImputaciones > label::before {
    background-image: url(../images/warning.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: -0.3em;
    filter: invert(98%) sepia(70%) saturate(767%) hue-rotate(71deg) brightness(90%) contrast(86%);
} 

#tabDetalle .separadorGrupo, #tabEquipamiento .separadorGrupo {
    margin-top: 20px;
}

#tabDetalle .separadorGrupo2, #tabEquipamiento .separadorGrupo2 {
    margin-top: 7px;
}

#tabEquipamiento {
    flex-direction: column;
}

    #tabEquipamiento > div:first-of-type {
        text-align: center;
    }

    #tabEquipamiento .divisorSeccion {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        font-size: 0.7em;
        font-weight: bold;
        color: var(--color-textonormal);
        margin-top: 20px;
        margin-bottom: 10px;
    }

        #tabEquipamiento .divisorSeccion::before, .divisorSeccion::after {
            content: "";
            flex-grow: 1; /* Hace que las líneas crezcan uniformemente */
            height: 1px;
            background-color: var(--color-fondobotones);
        }

        #tabEquipamiento .divisorSeccion::before {
            margin-right: 10px;
        }

        #tabEquipamiento .divisorSeccion::after {
            margin-left: 10px;
        }

    #tabEquipamiento label {
        color: var(--color-textonormal);
        font-size: 0.9em;
    }

    #tabEquipamiento > div > div {
        display: flex;
        flex-direction: column;
    }

        #tabEquipamiento > div > div > label:first-of-type {
            color: var(--color-highlight);
            margin-top: 5px;
        }

    #tabEquipamiento > h1 {
        color: var(--color-highlight);
        font-size: 1.2em;
        margin-top: 20px;
    } 

#tabAdjuntos .listaAdjuntos {
    display: flex;
    flex-flow: row wrap;
    margin-top: 10px;
    gap: 15px;
    overflow: hidden;
    overflow-y: hidden;
}

    #tabAdjuntos .listaAdjuntos > a > div {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 200px;
        height: 125px;
        min-width: 48px;
        border-radius: 5px;
        background-color: var(--color-fondobotones);
        cursor: pointer;
        position: relative;
    }

    #tabAdjuntos .listaAdjuntos > a > .noImage {
        background-size: 64px;
        background-image: url(../images/file.png);
    }

    #tabAdjuntos .listaAdjuntos > a > div > label {
        position: absolute;
        font-size: 0.8em;
        padding: 2px 0px;
        bottom: 0;
        width: 100%;
        text-align: center;
        border-radius: 0px 0px 5px 5px;
        background-color: var(--color-fondoLabelTransparente);
        color: white;
    }

    #tabAdjuntos .listaAdjuntos > a > label {
        color: var(--color-textonormal);
        font-size: 0.8em;
        width: 200px;
        display: inline-block;
    }

#pieSolicitud {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 15px;
}

#ImagenVisor {
    overflow: scroll;
}

#tabCheckList {
    display: flex;
    flex-direction: column;
}

.listaCheckList {
    overflow-y: auto;
    flex: 1;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

#tabCheckList button {
    width:150px;
    align-self: center;
} 
