﻿/* Botones */
.btn-mvct {
    background-color: #004686;
    border-color: #044686;
    color: #fff;
    width: 100%;
    padding: 0.85rem
}

.btn-buscar {
    box-shadow: 0 2px 6px 0 rgb(114 124 245 / 50%);
    width: 50%;
}

    .btn-mvct:hover, .btn-mvct:focus, .btn-mvct:active {
        background-color: #147ab6 !important;
        border-color: #147ab6 !important;
        color: #fff !important;
    }

.btn.suspend-user, .btn.active-user {
    width: 100%;
    background: #fad6d6 !important;
    color: #ea5455 !important;
    border-color: rgba(0, 0, 0, 0) !important;
    font-weight: 500;
}

    .btn.suspend-user:hover {
        background: #dc3545 !important;
        color: #fff !important;
    }

    .btn.suspend-user i, .btn.active-user i{
        font-size: 1.25rem;
    }

.btn.active-user {
    background: #b8ffdf !important;
    color: #198754 !important;
}

    .btn.active-user:hover {
        background: #198754 !important;
        color: #fff !important;
    }

.btn-generar-resolucion {
    background: #068460 !important;
    width: 100%;
    color: #fff !important;
    border-color: #068460 !important;
    padding: 0.85rem;
}

/* END Botones */

/* iconos de Bootstrap */
i.eye-psw {
    position: relative;
    top: -42px;
    left: 85%;
    cursor: pointer;
    color: #adb5bd91;
    font-size: 1.25rem;
}

i.fa-solid, i.fas, i.fa-regular, i.bi {
    font-size: 1.2rem;
    /*color: #004686;*/
}

.content-page i.fa-solid, .content-page i.fas, .content-page i.fa-regular {
    color: #004686;
}

.content-page i.clear {
    color: inherit !important;
    font-size: inherit !important;
}

i.eye-psw {
    position: relative;
    top: -42px;
    left: 85%;
    cursor: pointer;
    color: #adb5bd91;
}

.iconfirm, .iadd, .idownload{
    color: inherit !important;
}

.btn-add > i{
    vertical-align: -2px
}

.text-icon {
    font-size: 0.8rem
}

i.valid-icon {
    color: #198754 !important;
}

i.invalid-icon {
    color: #dc3545 !important;
}

i.plus {
    font-size: 1.5rem;
    color: #004686;
}

    i.plus:hover {
        color: #91afd8;
    }

i.dash {
    font-size: 1.5rem;
    color: #f42f2f;
}

    i.dash:hover {
        color: #e97474;
    }

i.pdf {
    color: #842029;
}

i.question-popovers {
    color: #dc3545 !important;
    cursor: pointer;
}

/* END iconos de Bootstrap */
/* validacion INPUTS */
.invalid-feedback {
    display: block;
}

.validate-input {
    
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.invalid-input {
    border-color: #dc3545;
    background-image: url("../images/invalid.svg");
    
}

.valid-input {
    border-color: #198754;
    background-image: url("../images/valid.svg");
}

.invalid-feedback-checkboxes-icon {
    border-color: #dc3545;
}

.invalid-feedback-checkboxes-icon i {
    color: #dc3545;
}

/* END validacion INPUTS */
.modal-body .form-check-label {
    font-size: 0.85rem;
    text-align: start;
}

/* Modal */
/* END Modal */
.form-floating {
    width: 100%;
}

input {
    overflow: visible;
}

    input:hover, select:hover, .form-check-label:hover {
        cursor: pointer;
    }


.input {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.mostrar_pass {
    cursor: pointer;
}


/* Media Query SM - 576px */
@media (max-width: 768px) {
    .input-group{
        flex-direction: column;
    }

    .form-floating {
        text-align: right;
        width: 100% !important;
    }
}