/* Estilo personalizado para el botón */
.CrearManual {
    /* Estilos generales del botón de Bootstrap */
    padding: .25rem .5rem !important;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    display: inline-block !important;
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    user-select: none !important;
    border: 1px solid transparent !important;
    line-height: 1.5 !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}
    /* Cambio de estilos al pasar el ratón sobre el botón */
    .CrearManual:hover {
        color: #fff !important;
        background-color: #0056b3 !important;
        border-color: #0056b3 !important;
    }

.ManualEdicion {
    /* Estilos generales del botón de Bootstrap */

    padding: .25rem .5rem !important;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    /* Cambio de estilos al pasar el ratón sobre el botón secundario */
    .ManualEdicion:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }
/* Estilo Bootstrap para el botón danger */
/* Estilo Bootstrap para el botón danger */
.ManualEliminar {
    /* Estilos generales del botón de Bootstrap */


    padding: .25rem .5rem !important;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    /* Cambio de estilos al pasar el ratón sobre el botón danger */
    .ManualEliminar:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

.ManualRechazada {
    /* Estilos generales del botón de Bootstrap */


    padding: .25rem .5rem !important;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #36b9cc;
    border-color: #36b9cc;
}

    /* Cambio de estilos al pasar el ratón sobre el botón danger */
    .ManualRechazada:hover {
        color: #fff;
        background-color: #2e9dae;
        border-color: #2e9dae;
    }

.bg-gradient-vista {
    background-color: #ffffff;
    background-size: cover;
    color: black;
    width: 1.75rem;
    height: 1.75rem;
    font-size: .8rem;
    min-width: 34px !important;
}
