/*** ESTILOS DE LOS EXPEDIENTES ***/

/* BOTONES DE ACCION EN EXPEDIENTES */
.exp-action-button {
    display: inline-block;
    padding: 10px;
    margin-left: 10px;
    border-radius: 5px;
    color: #fff !important;
    background-color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    cursor: pointer;
}

img.attachment-img.disabled {
    filter: grayscale(100%) opacity(0.5);
    cursor: not-allowed;
}

img.attachment-img.enabled {
    cursor: pointer;
}