﻿/* 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;
}

.btn-label-danger {
    
}

/* 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;*/
}

.delete-clone i.fa-trash-alt {
    font-size: 0.9rem !important;
}

i.fa-trash-alt {
    color: #842029 !important
}

.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 */

.modal-body .form-check-label {
    font-size: 0.85rem;
    text-align: start;
}

    .modal-body .form-check-label.clear {
        font-size: inherit !important;
    }

/* 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;
}

fieldset {
    border: 1px solid #dee2e6;
    border-radius: 7px;
    padding: 0rem 1rem;
}

legend {
    font-size: 1.1rem;
    font-weight: 500;
    position: relative;
    top: -1rem;
    width: auto;
    padding: 0 0.5rem;
    background: #fff;
}

.select2-container {
    display: block !important;
}


    .select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
        height: auto !important;
        min-height: 0 !important;
        line-height: normal !important;
        padding-top: 1.625rem;
        padding-bottom: 0.425rem;
    }

        .select2-container .select2-selection--single .select2-selection__rendered, .select2-container .select2-selection--multiple .select2-selection__rendered {
            padding: 0rem 2.25rem 0rem .75rem;
        }



.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none !important;
    }

.select2-container .select2-search--inline {
    display: none
}

.select2-selection__choice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.select2-selection__choice__remove {
    order: 2;
    margin-left: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none !important
}

button.select2-selection__choice__remove {
    border: none !important;
    background: transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: rgba(230, 239, 253, 0.7) !important
}

.form-floating > .form-control:not(:placeholder-shown) ~ label.label-flatpickr, .form-floating > label.select-tags {
    opacity: 1;
    transform: none;
}

    .form-floating input.flatpickr:focus ~ label.label-flatpickr,
    .form-floating input.flatpickr ~ label.label-flatpickr.floating,
    .form-floating > label.select-tags.floating {
        opacity: .65;
        transform: scale(.85) translateY(-0.5rem) translateX(0.15rem)
    }

/* validacion INPUTS */
.invalid-feedback {
    display: block;
}

.validate-input {
    background-repeat: no-repeat !important;
    background-position: right calc(.375em + .1875rem) center !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important
}

.invalid-input {
    border-color: #dc3545 !important;
    background-image: url("../images/invalid.svg") !important;
}

.valid-input {
    border-color: #198754 !important;
    background-image: url("../images/valid.svg") !important;
}

.invalid-feedback-checkboxes-icon {
    border-color: #dc3545;
}

    .invalid-feedback-checkboxes-icon i {
        color: #dc3545;
    }

.invalid-table {
    font-size: 1rem !important;
    margin-top: inherit;
}

/* END validacion INPUTS */

/* Media Query SM - 576px */
@media (max-width: 768px) {
    .input-group {
        flex-direction: column;
    }

    .form-floating {
        text-align: right;
        width: 100% !important;
    }
}
