.elementoLista {
    background-color: white;
    display: flex;
    flex-flow: row nowrap;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    transition: box-shadow 0.5s;
    align-items: center;
    width: 100%;
}

    .elementoLista:hover {
        box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
    }

    .elementoLista::after {
        background-image: url(../images/arrow_right.png);
        background-size: 32px 32px;
        width: 32px;
        height: 32px;
        content: "";
        filter: invert(47%) sepia(3%) saturate(589%) hue-rotate(131deg) brightness(99%) contrast(86%);
    }

    .elementoLista h1 {
        color: var(--color-highlight);
        font-size: 1em;
        font-weight: normal;
    }

    .elementoLista h2 {
        color: var(--color-verde);
        font-size: 0.7em;
        font-weight: normal;
    }

    .elementoLista h3 {
        color: var(--color-coral);
        font-size: 0.7em;
        font-weight: normal;
    } 

.elementoLista2 {
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 15px;
    width: 100%;
}

/*#region ElementoSolicitud*/
.no-select {
    -webkit-user-select: none;
    user-select: none;
}

.elementoSolicitud > div {
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    margin: 0px 10px;
}

    .elementoSolicitud > div > * {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .elementoSolicitud > div > div {
        display: flex;
        align-items: center;
    }

        .elementoSolicitud > div > div > h1:last-of-type {
            font-size: 0.8em;
            margin-left: 20px;
            color: var(--color-highlight);
        }

        .elementoSolicitud > div > div > h2 {
            font-size: 0.7em;
            margin-left: 20px;
            color: var(--color-verde);
            text-align: right;
            flex: 1;
        }

.elementoSolicitud p {
    color: var(--color-textonormal);
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    align-items: center;
}

    .elementoSolicitud p:last-of-type {
        font-size: 0.8em;
    }

.elementoSolicitud::before {
    background-image: url(../images/request.png);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    content: "";
    align-self: flex-start;
    margin-top: 2px;
    filter: invert(98%) sepia(23%) saturate(7409%) hue-rotate(163deg) brightness(85%) contrast(96%);
}
/*#endregion ElementoSolicitud*/

/*#region ElementoUsuario*/
.elementoUsuario > img:first-of-type {
    width: 32px;
    height: 32px;
    align-self: flex-start;
    margin-top: 5px;
    border-radius: 50%;
}

.elementoUsuario > div {
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    margin: 0px 10px;
}

.elementoUsuario p {
    color: var(--color-textonormal);
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
}

.elementoUsuario > img:last-of-type {
    filter: invert(56%) sepia(68%) saturate(1469%) hue-rotate(320deg) brightness(96%) contrast(102%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 10px;
}
/*#endregion ElementoUsuario*/

/*#region ElementoActividad*/
.elementoActividad > img:first-of-type {
    width: 32px;
    height: 32px;
    align-self: flex-start;
    margin-top: 5px;
    border-radius: 50%;
}

.elementoActividad > div {
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    margin: 0px 10px;
}

.elementoActividad p {
    color: var(--color-textonormal);
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
}

.elementoActividad > img:last-of-type {
    filter: invert(56%) sepia(68%) saturate(1469%) hue-rotate(320deg) brightness(96%) contrast(102%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 10px;
}
/*#endregion ElementoActividad*/

/*#region ElementoSeguimiento*/
.elementoSeguimiento > div:first-of-type {
    background-color: var(--color-fondobotonesTransparente);
    border-radius: 20px;
    padding: 5px 2px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 5px;
}

    .elementoSeguimiento > div:first-of-type > div {
        display: flex;
        flex-direction: column;
        margin-left: 10px;
        flex: 1;
    }

.elementoSeguimiento label {
    font-size: 0.9em;
}

    .elementoSeguimiento > div:first-of-type label {
        font-size: 0.8em;
    }

.elementoSeguimiento > div:first-of-type > img:last-of-type {
    filter: invert(48%) sepia(40%) saturate(740%) hue-rotate(317deg) brightness(103%) contrast(102%);
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.elementoSeguimiento > div:first-of-type > img:first-of-type {
    filter: invert(79%) sepia(49%) saturate(351%) hue-rotate(155deg) brightness(87%) contrast(91%);
    width: 20px;
    height: 20px;
    align-self: center;
    margin-left: 10px;
}

.elementoSeguimiento > div:last-of-type {
    display: flex;
    flex-direction: row;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    word-break: break-all;
}

    .elementoSeguimiento > div:last-of-type > label {
        flex: 1;
        color: var(--color-highlight);
        margin-right: 10px;
        font-size: 0.8em;
    }

    .elementoSeguimiento > div:last-of-type > div {
        flex: 2;
        display: flex;
        flex-direction: column;
    }

        .elementoSeguimiento > div:last-of-type > div > label:first-of-type {
            color: var(--color-highlight);
            font-size: 0.8em;
        }

        .elementoSeguimiento > div:last-of-type > div > label:last-of-type {
            white-space: pre-wrap;
            color: var(--color-textonormal);
            font-size: 0.8em;
        }

.adjunto > a > .noImage {
    background-size: 64px;
    background-image: url(../images/file.png);
}

.adjunto > 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;
    margin: 5px 0px;
    position: relative;
}

    .adjunto > 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;
    }

/*#endregion ElementoSeguimiento*/

/*#region ElementoCheckList*/
.elementoCheckList > div {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
    color: var(--color-textonormal);
}

.elementoCheckList .switch {
    margin-right: 10px;
}

.elementoCheckList > div > div:last-of-type {
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .elementoCheckList > div > div:last-of-type > label:last-of-type {
        font-size: 0.8em;
    }

/*#endregion ElementoCheckList*/

/*#region ElementoImputacion*/
.elementoImputacion > div:first-of-type {
    background-color: var(--color-fondobotonesTransparente);
    border-radius: 20px;
    padding: 5px 2px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 5px;
}

    .elementoImputacion > div:first-of-type > div:first-of-type {
        display: flex;
        flex-direction: column;
        margin-left: 10px;
        flex: 1;
    }

.elementoImputacion label {
    font-size: 0.8em;
}

.elementoImputacion > div:first-of-type > img:last-of-type {
    filter: invert(48%) sepia(40%) saturate(740%) hue-rotate(317deg) brightness(103%) contrast(102%);
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.elementoImputacion > div:first-of-type > img:first-of-type {
    filter: invert(79%) sepia(49%) saturate(351%) hue-rotate(155deg) brightness(87%) contrast(91%);
    width: 20px;
    height: 20px;
    align-self: center;
    margin-left: 10px;
}

.elementoImputacion > div:first-of-type > .numeroImagenes {
    background-color: var(--color-fondobotones);
    margin-right: 5px;
    border-radius: 30px;
    align-items: center;
    display: flex;
    padding: 5px;
    cursor: pointer;
}

    .elementoImputacion > div:first-of-type > .numeroImagenes > img {
        filter: invert(50%) sepia(6%) saturate(312%) hue-rotate(130deg) brightness(92%) contrast(89%);
        width: 15px;
        height: 15px;
        margin-left: 5px;
        cursor: pointer;
    }

    .elementoImputacion > div:first-of-type > .numeroImagenes > label {
        color: var(--color-coral);
        margin: 0px 5px;
        cursor: pointer;
    } 

.elementoImputacion > div:last-of-type {
    display: flex;
    flex-direction: row;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    word-break: break-word;
}

    .elementoImputacion > div:last-of-type > label {
        flex: 1;
        color: var(--color-textonormal);
        margin-right: 10px;
        flex-wrap: wrap;
    }

    .elementoImputacion > div:last-of-type > .descripcionImputacion {
        flex: 2;
        color: var(--color-textonormal);
        margin-right: 10px;
        white-space: pre-wrap;
        display: flex;
        flex-direction: column;
    }

    .elementoImputacion > div:last-of-type > label:last-of-type {
        width: 20px;
        color: var(--color-highlight);
        text-align: right;
    }

    .elementoImputacion > div:last-of-type > img {
        height: 15px;
        width: 15px;
        margin-right: 5px;
        filter: invert(50%) sepia(6%) saturate(312%) hue-rotate(130deg) brightness(92%) contrast(89%);
    }

/*#endregion ElementoImputacion*/