﻿:root {
    --primary: #282e38;
    --secondary: #eff3f9;
    --primary-asistencia: #f46f2c;
    --primary-accesos: #0671B8;
    --primary-visitas: #5cad5c;
    --primary-default: #282e38;
    --secondary-default: #eff3f9;
    --grayed-default: #c0c5cd;
    --text-default: #567;
    --mas-claro: rgba(255,255,255,.6);
    --mas-claro-2: rgba(255,255,255,.4);
    --mas-claro-3: rgba(255,255,255,.2);
    --mas-oscuro: rgba(0,0,0,.6);
    --mas-oscuro-2: rgba(0,0,0,.2);
    --mas-oscuro-3: rgba(0,0,0,.05);
    --light: #e2e2e2;
    --light-2: #d2d2d2;
    --light-3: #c2c2c2;
    --white: #ffffff;
    --dark: #2d2d2d;
    --dark-2: #3d3d3d;
    --dark-3: #4d4d4d;
    --black: #111111;
    --siempre-light: #f8f9fa;
    --siempre-dark: #2d2d2d;
    --siempre-white: #ffffff;
    --siempre-black: #111111;
    --siempre-mas-claro: rgba(255,255,255,.6);
    --siempre-mas-claro-2: rgba(255,255,255,.4);
    --siempre-mas-claro-3: rgba(255,255,255,.2);
    --siempre-mas-oscuro: rgba(0,0,0,.6);
    --siempre-mas-oscuro-2: rgba(0,0,0,.2);
    --siempre-mas-oscuro-3: rgba(0,0,0,.05);
}

* {
    color: var(--text-default);
}



input:-webkit-autofill, input:-internal-autofill-selected {
    box-shadow: rgba(241, 241, 241,0) 0px 0px 0px 40px inset;
    -webkit-text-fill-color: var(--black) !important;
    background-color: var(--white) !important;
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s !important;
    }

.tooltip .tooltip-inner {
    max-width: 300px;
}

b {
    font-weight: bold !important;
}

.position-right {
    right: 0px;
}

.height-full {
    height: 100%;
}

.m-v-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.m-h-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.w-auto {
    width: auto !important;
}

.w-min {
    width: min-content !important;
}

.w-calc {
    max-width: calc(var(--wn) * 225px) !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.flex {
    display: flex;
}

.flex-vertical {
    flex-direction: column;
}

.no-shrink {
    flex-shrink: 0 !important;
}

.no-grow {
    flex-grow: 0 !important;
}

.text-no-shrink {
    white-space: nowrap;
}

.text-siempre-dark {
    color: var(--siempre-dark) !important;
}

.text-siempre-light {
    color: var(--siempre-light) !important;
}

.mw-1000 {
    max-width: 1000px;
}

.mw-800 {
    max-width: 800px;
}

.mw-600 {
    max-width: 600px;
}

.mw-400 {
    max-width: 400px;
}

.w-20p {
    min-width: 20px;
    width: 20px !important;
}

.w-30p {
    min-width: 30px;
    width: 30px !important;
}

.w-40p {
    min-width: 40px;
    width: 40px !important;
}

.w-50p {
    min-width: 50px;
    width: 50px !important;
}

.w-60p {
    width: 60px !important;
}

.w-70p {
    width: 70px !important;
}

.w-80p {
    width: 80px !important;
}

.w-90p {
    width: 90px !important;
}

.w-100p {
    width: 100px !important;
}

.w-120p {
    width: 120px !important;
}

.w-150p {
    width: 150px !important;
    flex-shrink: 1;
}

.w-200p {
    width: 200px !important;
}

.w-max-200p {
    max-width: 200px !important;
}

.w-250p {
    width: 250px !important;
}

.w-300p {
    width: 300px !important;
}

.w-350p {
    width: 350px !important;
}

.w-400p {
    width: 400px !important;
}

.h-20p {
    min-height: 20px;
    height: 20px !important;
}

.h-30p {
    min-height: 30px;
    height: 30px !important;
}

.h-40p {
    min-height: 40px;
    height: 40px !important;
}

.h-50p {
    min-height: 50px;
    height: 50px !important;
}

.h-60p {
    height: 60px !important;
}

.h-70p {
    height: 70px !important;
}

.h-80p {
    height: 80px !important;
}

.h-90p {
    height: 90px !important;
}

.h-100p {
    height: 100px !important;
}

.h-120p {
    height: 120px !important;
}

.h-150p {
    height: 150px !important;
    flex-shrink: 1;
}

.h-200p {
    height: 200px !important;
}

.h-250p {
    height: 250px !important;
}

.h-300p {
    height: 300px !important;
}

.h-350p {
    height: 350px !important;
}

.h-400p {
    height: 400px !important;
}

.zoom-7 {
    zoom: 0.7;
}

.bg-primary-light {
    background-color: var(--light);
}

.bg-primary-dark {
    background-color: var(--primary);
    color: var(--secondary);
}

    .bg-primary-dark > * {
        color: inherit;
    }

.bg-light-transparent {
    background-color: var(--mas-claro-3);
}

.bg-light-transparent-1 {
    background-color: var(--mas-claro-2);
}

.bg-dark-transparent {
    background-color: var(--mas-oscuro-3);
}

.bg-dark-transparent-1 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-gray-transparent {
    background-color: rgba(228, 228, 228, 0.9);
}

.bg-asistencia {
    background-color: var(--primary-asistencia) !important;
}

.bg-accesos {
    background-color: var(--primary-accesos) !important;
}

.bg-visitas {
    background-color: var(--primary-visitas) !important;
}

.text-primary-light {
    color: rgb(234, 240, 245) !important;
}

.text-primary-dark {
    color: rgb(22, 47, 74) !important;
}

.text-asistencia {
    color: var(--primary-asistencia) !important;
}

.text-accesos {
    color: var(--primary-accesos) !important;
}

.text-visitas {
    color: var(--primary-visitas) !important;
}

.rounded {
    border-radius: 10px !important;
}

.rounded-2 {
    border-radius: 100px;
}

.rounded-top {
    border-radius: 10px 10px 0px 0px !important;
}

.rounded-bottom {
    border-radius: 0px 0px 10px 10px !important;
}

.rounded-left {
    border-radius: 10px 0px 0px 10px !important;
}

.rounded-2-left {
    border-radius: 100px 0px 0px 100px !important;
}

.rounded-right {
    border-radius: 0px 10px 10px 0px !important;
}

.rounded-2-right {
    border-radius: 0px 100px 100px 0px !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px;
}

.col-septimo-1 {
    width: calc(14.2857%);
}

.col-septimo-2 {
    width: calc(28.5714%);
}

.col-septimo-3 {
    width: calc(42.8571%);
}

.col-septimo-4 {
    width: calc(57.1429%);
}

.col-septimo-5 {
    width: calc(71.4286%);
}

.col-septimo-6 {
    width: calc(85.7143%);
}

.col-septimo-7 {
    width: calc(100%);
}

.offset-septimo-0 {
    margin-left: 0%;
}

.offset-septimo-1 {
    margin-left: 14.28%;
}

.offset-septimo-2 {
    margin-left: 28.57%;
}

.offset-septimo-3 {
    margin-left: 42.85%;
}

.offset-septimo-4 {
    margin-left: 57.14%;
}

.offset-septimo-5 {
    margin-left: 71.42%;
}

.offset-septimo-6 {
    margin-left: 85.71%;
}

.h6, h6 {
    font-size: 14px !important;
    line-height: 16px !important;
}

.h7, h7 {
    font-size: 11px;
    line-height: 13px;
}

.h8, h8 {
    font-size: 9px;
    line-height: 12px;
}

.divider {
    width: 3px;
}

.z-index-100 {
    z-index: 100;
}

.op-2 {
    opacity: 0.2;
    transition: 200ms;
}

.op-5 {
    opacity: 0.5;
    transition: 200ms;
}

.no-op-hover:hover {
    opacity: 1;
    transition: 200ms;
}

.mdl-checkbox__label.h6 {
    font-size: 1rem;
}

.mdl-textfield {
    width: 100%;
}

    .mdl-textfield:has([disabled]:not(option)) {
        box-shadow: none;
        background-color: var(--mas-claro-3);
    }

        .mdl-textfield:has([disabled]:not(option)):before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: inherit;
            border: 1px dotted var(--mas-oscuro-2);
        }

    .mdl-textfield.getmdl-select:has([disabled]:not(option))::after {
        background: transparent;
    }

    .mdl-textfield.mdl-iconed .mdl-textfield__input {
        padding-left: 2em;
    }

    .mdl-textfield.mdl-iconed .mdi {
        position: absolute;
        left: 0px;
    }

.mdl-textfield__input.light {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.mdl-textfield--expandable .mdl-button--icon.min {
    padding: 0px;
    margin: 0px;
    top: 0px;
}

.mdl-textfield.no-label {
    padding: 5px 8px;
}

.getmdl-select.no-label {
    padding: 8px 0px;
}

    .getmdl-select.no-label.mini {
        padding: 4px 0px;
    }

.mdl-textfield.no-label input, .mdl-textfield.no-label select {
    padding-bottom: 7px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
}

.mdl-textfield:not(.no-label) input {
    padding: 0px 10px 5px 10px !important;
}

.mdl-textfield:not(.no-label) select {
    padding: 0px 10px 5px 10px !important;
    padding-right: 35px !important;
}

.mdl-textfield:not(.inputBox):not(.no-label) input.mdl-textfield__input {
    padding-top: 0px !important;
}

.mdl-textfield:not(.no-label) .divTimeSetterContainer input.hours,
.mdl-textfield:not(.no-label) .divTimeSetterContainer input.minutes {
    padding: 5px !important;
}

.mdl-textfield__label::after {
    bottom: 12px;
}

.getmdl-select ~ .mdl-textfield__label {
    margin-bottom: 0px;
    padding-left: 5px;
    margin-top: 3px;
}

    .getmdl-select ~ .mdl-textfield__label::after {
        bottom: 0px !important;
    }

.mdl-textfield.boxed {
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

    .mdl-textfield.boxed .mdl-textfield__input {
        padding: 20px 10px 10px;
        border-radius: 10px;
        border: none;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px inset;
        transition: 200ms;
    }

        .mdl-textfield.boxed .mdl-textfield__input:focus {
            box-shadow: 0px 0px 0px 1px inset;
            transition: 200ms;
        }

    .mdl-textfield.boxed.no-label .mdl-textfield__input {
        padding-top: 10px;
    }

    .mdl-textfield.boxed.no-label .mdl-textfield__label {
        color: transparent;
    }

    .mdl-textfield.boxed .mdl-textfield__label {
        padding: 6px 0px 0px 10px;
        margin: 0px;
        width: auto;
        border-radius: 10px;
    }

        .mdl-textfield.boxed .mdl-textfield__label::after {
            bottom: 0px;
        }

.getmdl-select, .selectExt > div > .mdl-textfield {
    border-radius: 10px;
    transition: 200ms;
}

    .getmdl-select::after {
        content: "\F0140";
        font: 24px / 1 "Material Design Icons";
        position: absolute;
        top: 1px;
        right: 1px;
        padding-right: 5px;
        padding-left: 5px;
        background: linear-gradient(90deg, transparent, var(--mas-oscuro-3) 5%);
        z-index: 1;
        height: calc(100% - 2px);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 10px 10px 0;
        cursor: pointer;
        transition: transform 50ms;
    }

    .getmdl-select.is-focused::after {
        transform: rotateX(180deg);
        transition: transform 50ms;
    }

    .getmdl-select.getmdl-select__fix-height::after {
        top: 14px;
    }

    .selectExt > div > .mdl-textfield.no-label, .selectExt.no-label > div > .mdl-textfield {
        !i;
        !;
        padding: 8px 0px;
    }

    .getmdl-select .mdl-textfield__label, .selectExt > div > .mdl-textfield .mdl-textfield__label {
        margin-bottom: 0px;
        padding-left: 10px;
        margin-top: 0px;
        padding-right: 10px;
        border-radius: 10px;
    }

    .selectExt > div > .mdl-textfield.no-wrap .mdl-textfield__label {
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .selectExt > div > .mdl-textfield.no-label .mdl-textfield__label, .selectExt.no-label > div > .mdl-textfield .mdl-textfield__label {
        display: none;
    }

    .getmdl-select .mdl-textfield__label::after, .selectExt > div > .mdl-textfield .mdl-textfield__label::after {
        bottom: 0px !important;
    }

    .mdl-textfield__input, .selectExt > div > .mdl-textfield .mdl-textfield__input {
        padding-left: 0px;
        padding-bottom: 2px;
        padding-top: 2px;
        outline: none;
        border: 0px;
        font-weight: 600;
        padding: 5px 10px;
        appearance: none;
    }

    .getmdl-select .mdl-textfield__input {
        padding: 2px 10px;
        padding-right: 40px !important;
        !i;
        !;
        appearance: none;
    }

.mdl-textfield:hover, .mdl-textfield.is-focused {
    transition: 200ms;
    box-shadow: var(--primary) 0px 0px 0px 1px inset;
}

    .mdl-textfield:has([disabled]):hover, .mdl-textfield.is-focused:has([disabled]) {
        box-shadow: none;
        transition: none;
        background-color: var(--mas-claro-3);
    }

.mdl-textfield__label {
    margin-bottom: 0px;
}

    .mdl-textfield__label::after {
        bottom: 0px !important;
    }

.mdl-textfield__error {
    bottom: 18px;
    right: 8px;
    width: fit-content !important;
}

.pb-0 .mdl-textfield__error {
    bottom: 8px;
}

.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
    color: var(--text-default);
}

.mdl-textfield__error {
    width: 100%;
    text-align: center;
    font-size: 10px;
    zoom: 1 !important;
}

.mdl-textfield .mdl-checkbox {
    bottom: 0.3em;
    left: 8px;
    height: 22px !important;
    width: unset;
    position: absolute !important;
}

    .mdl-textfield .mdl-checkbox.nolabel > .mdl-checkbox__box-outline {
        left: 0px;
    }

    .mdl-textfield .mdl-checkbox ~ .mdl-textfield__input {
        padding-left: 30px !important;
        !i;
        !;
    }

.mdl-checkbox.nolabel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 29px;
}

    .mdl-checkbox.nolabel > .mdl-checkbox__box-outline {
        left: unset;
    }

.mdl-button {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    transition: 400ms;
    white-space: nowrap;
}

    .mdl-button:not(.qrScanning):hover {
        z-index: 1;
        transition: 400ms;
        box-shadow: 0 0 2px 0px var(--primary) !important;
    }

.mdl-button--primary.mdl-button--primary.mdl-button--raised:hover {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 0 0 1px var(--primary);
}

.mdl-button:first-of-type {
    border-radius: 40px 0px 0px 40px;
}

.mdl-button:last-of-type {
    border-radius: 0px 40px 40px 0px;
    border-right: none;
}

.mdl-button:first-of-type:last-of-type {
    border-radius: 40px;
    border-right: none;
}

.mdl-button.mini {
    padding: 0px 8px;
    height: 25px;
}

.mdl-button[disabled] {
    box-shadow: 0px 0px 0px 1px;
    background-color: var(--secondary) !important;
    color: rgba(0, 0, 0, 0.3) !important;
}

.mdl-button i.mdl-button-icon {
    margin: 0px 5px 0px -8px;
    font-size: 1.5rem;
    line-height: 0;
    color: inherit;
}

    .mdl-button i.mdl-button-icon.h3 {
        line-height: 1em;
    }

.mdl-button.mini i.mdl-button-icon {
    margin: 0px 5px 0px 0px;
    font-size: 1.2rem;
    line-height: 1px;
    color: inherit;
}

.mdl-button.nolabel {
    height: 25px;
}

    .mdl-button.nolabel i.mdl-button-icon {
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.header .mdl-button {
    border-radius: 5px !important;
    margin-left: 10px !important;
}

.mdl-button--icon.min {
    width: 28px;
    min-width: 28px;
    height: 28px;
}

.mdl-chip__text {
    padding-right: 0px;
}

.mdl-textfield .withCheckbox {
    padding-left: 25px;
}

.timePicker.noHour #txtHours, .timePicker.noHour .hourSymbol, .timePicker.noHour .timeDelimiter {
    display: none;
}

.getmdl-select .mdl-icon-toggle__label {
    float: none;
    position: absolute;
    right: 0px;
    background-color: transparent;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
}

    .getmdl-select .mdl-icon-toggle__label::before {
    }

.noselect, .noselect * {
    user-select: none;
}

.celda-imagen {
    width: 40px !important;
    border-right: none !important;
}

.mdl-button--fab.mdl-mini {
    height: 32px;
    width: 32px;
    min-width: 0px;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    margin: 0px;
    flex-shrink: 0;
    text-align: center;
}

    .mdl-button--fab.mdl-mini i {
        margin: 0px;
        color: inherit;
    }

.mdl-chip__contact.squared {
    border-radius: 5px;
}

    .mdl-chip__contact.squared .mdl-chip__contact {
        border-radius: 5px;
        font-size: 16px;
    }

i.mdi.inverted::before {
    transform: rotate(180deg);
}

.mdl-progress-success > .progressbar {
    background-color: rgb(74, 209, 133);
}

.mdl-progress-success > .bufferbar {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, rgb(74, 209, 133), rgb(74, 209, 133));
}

.mdl-progress-success > .auxbar {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(to right, rgb(74, 209, 133), rgb(74, 209, 133));
}

.mdl-progress-danger > .progressbar {
    background-color: rgb(220, 53, 69);
}

.mdl-progress-danger > .bufferbar {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, rgb(220, 53, 69), rgb(220, 53, 69));
}

.mdl-progress-danger > .auxbar {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(to right, rgb(220, 53, 69), rgb(220, 53, 69));
}

.mdl-progress-warning > .progressbar {
    background-color: rgb(253, 193, 7);
}

.mdl-progress-warning > .bufferbar {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, rgb(253, 193, 7), rgb(253, 193, 7));
}

.mdl-progress-warning > .auxbar {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(to right, rgb(253, 193, 7), rgb(253, 193, 7));
}

.swal2-popup {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
    max-height: 100%;
    max-width: 1366px !important;
    padding: 0px !important;
    border-radius: 10px !important;
    overflow: visible !important;
    background: var(--white) !important;
    !important;
}

    .swal2-popup .swal2-content {
        max-height: calc(-66px + 90vh);
        overflow: visible;
        font-size: 15px !important;
    }

        .swal2-popup .swal2-content #swal2-content {
            flex-direction: column;
            max-height: calc(-66px + 90vh);
            flex-shrink: 1;
            display: flex !important;
        }

            .swal2-popup .swal2-content #swal2-content > div:first-of-type {
                max-height: calc(-66px + 90vh);
                display: flex;
                flex-direction: column;
                overflow: hidden;
            }

                .swal2-popup .swal2-content #swal2-content > div:first-of-type > form {
                    max-height: 71.5vh;
                    overflow: visible;
                }

                    .swal2-popup .swal2-content #swal2-content > div:first-of-type > form.reduced {
                        max-height: 60vh;
                        overflow: hidden;
                        height: 100%;
                    }

.swal2-container {
    border-radius: 10px;
    padding: 20px !important;
    z-index: 100000 !important;
    margin: 55px 10px 10px 70px !important;
    overflow-y: hidden !important;
}

.no-menu ~ .swal2-container {
    margin-top: 0px;
    margin-left: 0px;
}

.menu-opened .swal2-container {
    left: 240px !important;
    margin-left: 0 !important;
    border-radius: 10px 0 0 10px;
}

.notificacionesAncladas .swal2-container {
    right: 370px !important;
    margin-right: 0 !important;
}

#swal2-content > div > div.bg-primary, #swal2-content > div.bg-primary {
    border-radius: 10px 10px 0px 0px;
}

.swal2-popup.form .swal2-header {
    height: 0px;
    min-height: 0px !important;
    display: block !important;
}

.swal2-popup #editForm {
    padding: 10px;
    flex-shrink: 1;
    flex-grow: 0;
    max-height: 100%;
    overflow: visible;
    display: flex;
    flex-direction: column;
}

    .swal2-popup #editForm > #tabs-container {
        height: 100%;
        display: grid;
        grid-template-rows: 1fr auto;
        grid-template-columns: 1fr;
        flex-direction: column;
        flex-shrink: 1;
        flex-grow: 0;
        overflow: hidden;
    }

        .swal2-popup #editForm > #tabs-container .nav-content {
            background: transparent;
            overflow: hidden;
            position: relative;
            height: 37px;
            grid-row: 1;
        }

        .swal2-popup #editForm > #tabs-container .tab-content {
            overflow: auto;
            grid-row: 2;
            height: 100%;
            min-height: 0px !important;
        }

.swal2-popup:not(.form) .swal2-content {
    padding: 20px 30px !important;
}

.swal2-popup .swal2-actions {
    padding: 15px;
    padding-top: 0;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    justify-content: flex-end !important;
    margin-top: 0px !important;
}

    .swal2-popup .swal2-actions button {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        border-radius: 40px !important;
        margin-left: 5px !important;
    }

.actionForbiddenIcon {
    width: 100px;
}

#version-container {
    display: flex;
    justify-content: end;
}

    #version-container span {
        line-height: 20px;
        font-weight: 300;
    }

body {
    font-family: Heebo, sans-serif;
    font-size: 15px;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: var(--white);
    position: relative;
    padding: 0px !important;
}

    body > div {
        flex-shrink: 1;
        flex-grow: 1;
        overflow: hidden;
        align-items: stretch;
        justify-content: stretch;
    }

    html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown), body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        min-height: 100%;
        height: 100% !important;
    }

.body-content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
}

a {
    text-decoration: none;
    color: var(--primary);
}

li {
    list-style: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

a:hover {
    text-decoration: none;
}

.row {
    margin: 0px;
    position: relative;
}

.fixed-top {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 55px;
    border-radius: 0px;
    flex-shrink: 0;
}

.header {
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    flex-flow: initial;
    z-index: 1000000;
}

    .header .header-logo {
        width: 70px;
        min-width: 70px;
        height: 100%;
        padding: 10px;
        text-align: center;
        flex-grow: 0;
        flex-shrink: 1;
    }

        .header .header-logo img {
            opacity: 0.85;
        }

    .header .header-titulo {
        color: var(--primary);
        font-size: 26px;
        font-weight: 300;
        margin-left: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
    }

        .header .header-titulo > span {
            color: var(--primary);
        }

            .header .header-titulo > span:first-of-type {
                flex-shrink: 0;
            }

    .header .page-titulo {
        color: var(--secondary);
        font-size: 30px;
        font-weight: 400;
        animation-duration: 1s;
        animation-name: slidein;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: forwards;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        display: inline-block;
        line-height: 32px;
        opacity: 0;
    }

.header-serverStatus .mdl-chip__contact.mdl-color--green {
    box-shadow: rgb(47, 187, 52) 0px 2px 15px;
}

.header-serverStatus .mdl-chip__contact.mdl-color--blue-800 {
    box-shadow: rgb(0, 19, 255) 0px 2px 15px;
}

.header-serverStatus .mdl-chip__contact .mdl-chip__contact .mdi {
    color: var(--white);
    font-size: 16px;
}

@keyframes slidein {
    0% {
        opacity: 0;
        margin-left: 0px;
        width: 0px;
    }

    100% {
        opacity: 1;
        margin-left: 10px;
        width: 100%;
    }
}

.header .header-logo-empresa {
    position: absolute;
}

    .header .header-logo-empresa img {
        height: 45px;
    }

.menu-lateral {
    height: calc(100% - 55px);
    position: fixed;
    width: 70px;
    min-width: 60px;
    transition: 200ms;
    background: transparent;
    direction: ltr;
    overflow: hidden;
}

.menu-opened .menu-lateral {
}

.menu-lateral .btnPin {
    display: none;
    position: sticky;
    right: 0px;
    left: 0px;
    top: 17px;
    padding: 10px;
    background-color: var(--light);
    border-radius: 20px 0px 0px 20px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) -1px 2px 3px;
    transition: 200ms;
}

.menu-lateral:hover, .menu-lateral.opened, .menu-opened .menu-lateral {
    width: 240px;
    min-width: 240px;
    overflow: auto;
    background-color: var(--light);
    box-shadow: rgba(0, 0, 0, 0.2) 1px 0px 10px;
    transition: 200ms;
}

.menu-opened .menu-lateral {
    background-color: transparent;
    box-shadow: none;
    direction: rtl;
}

    :not(.menu-opened) .menu-lateral:hover:not(.opened) .vertical-tab-menu, .menu-opened .menu-lateral:not(.opened) .vertical-tab-menu {
        margin-top: -30px;
    }

    .menu-lateral:hover .btnPin, .menu-lateral.opened .btnPin, .menu-opened .menu-lateral .btnPin {
        display: flex;
        margin-left: auto;
    }

.menu-lateral .btnPin:hover {
    box-shadow: rgba(0, 0, 0, 0.3) -1px 2px 6px;
    transition: 200ms;
}

.menu-lateral .btnPin .mdi {
}

    .menu-lateral .btnPin .mdi.mdi-pin-outline::before, #NotificacionesContainer .mdi.mdi-pin-outline::before {
        content: "󰤰";
    }

.menu-lateral.opened, .btnPin, .menu-opened .menu-lateral .btnPin {
}

    .menu-lateral.opened .btnPin .mdi.mdi-pin-outline::before, .menu-opened .menu-lateral .btnPin .mdi.mdi-pin-outline::before, .notificacionesAncladas #NotificacionesContainer .mdi.mdi-pin-outline::before {
        content: "󰐃";
    }

.content-wrapper {
    display: flex;
    flex-direction: row;
    bottom: 10px;
    top: 55px;
    left: 70px;
    right: 10px;
    width: auto;
    transition: 200ms;
    flex-grow: 0;
    flex-shrink: 1;
    overflow: hidden;
    background-color: var(--mas-oscuro-3);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: absolute;
}

    .content-wrapper::before {
        content: "";
        position: absolute;
        width: 3px;
        left: -3px;
        top: 0px;
        bottom: 0px;
        background-color: var(--text-default);
    }

    .content-wrapper.no-menu {
        left: 0px;
        top: 0px;
        justify-content: center;
        position: relative;
        margin: 0px;
        border-radius: 0px;
        width: 100%;
        height: 100%;
        border: none;
    }

.menu-opened .content-wrapper {
    left: 240px;
    transition: 200ms;
}

.vertical-tab-container {
    z-index: 1000000;
    background-clip: padding-box;
    padding: 0px !important;
}

.vertical-tab-menu {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    direction: ltr;
    overflow-x: hidden;
}

    .vertical-tab-menu .list-group {
        margin-bottom: 10px;
        margin-top: 10px;
    }

        .vertical-tab-menu .list-group > .list-group-item {
            margin: 5px calc(14px) 0px;
            border-width: 0px;
            border-style: initial;
            border-color: initial;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
            transition: 200ms;
            background-color: transparent;
            padding: 10px;
            border-radius: 22px;
            max-width: 42px;
            min-width: 42px;
        }

menu-divisor {
    height: 20px;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    padding: 0px;
}

    menu-divisor::after {
        content: "";
        width: 100%;
        background-color: transparent;
        height: 20px;
    }

.menu-lateral:hover .vertical-tab-menu .list-group > .list-group-item span, .menu-opened .menu-lateral .vertical-tab-menu .list-group > .list-group-item span, .menu-lateral.opened .vertical-tab-menu .list-group > .list-group-item span {
    display: block;
}

.menu-lateral:hover .vertical-tab-menu .list-group > .list-group-item .opener, .menu-opened .menu-lateral .vertical-tab-menu .list-group > .list-group-item .opener, .menu-lateral.opened .vertical-tab-menu .list-group > .list-group-item .opener {
    opacity: 1;
}

.vertical-tab-menu .list-group > .list-group-item:hover {
    background-color: var(--secondary-default);
}

    .vertical-tab-menu .list-group > .list-group-item:hover span, .vertical-tab-menu .list-group > .list-group-item:hover .mdi {
        color: var(--primary-default);
    }

.vertical-tab-menu .list-group > .list-group-item#Accesos_padre span, .vertical-tab-menu .list-group > .list-group-item#Accesos_padre .mdi {
    color: var(--primary-accesos);
    font-weight: bolder;
}

.vertical-tab-menu .list-group > .list-group-item#Asistencia_padre span, .vertical-tab-menu .list-group > .list-group-item#Asistencia_padre .mdi {
    color: var(--primary-asistencia);
    font-weight: bolder;
}

.vertical-tab-menu .list-group > .list-group-item#Visitas_padre span, .vertical-tab-menu .list-group > .list-group-item#Visitas_padre .mdi {
    color: var(--primary-visitas);
    font-weight: bolder;
}

.vertical-tab-menu .list-group > .list-group-item span {
    opacity: 0;
    transition: 200ms;
}

.menu-lateral:hover .list-group > .list-group-item span, .menu-opened .menu-lateral .list-group > .list-group-item span {
    opacity: 1;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.list-group-item.bottom {
    position: absolute;
    bottom: 30px;
    right: 0px;
    width: 100%;
}

.vertical-tab-menu .list-group > .list-group-item span {
    font-size: 15px;
    font-weight: normal;
    margin-left: 8px;
    color: var(--text-default);
    display: none;
    zoom: 1 !important;
}

.vertical-tab-menu .list-group > .list-group-item .glyphicon, .vertical-tab-menu .list-group > .list-group-item .fa, .vertical-tab-menu .list-group > .list-group-item .mdi {
    color: var(--text-default);
    font-size: 23px;
    height: 22px;
}

.vertical-tab-menu .list-group > .list-group-item .mdi {
    font-size: 22px;
    line-height: 22px;
}

    .vertical-tab-menu .list-group > .list-group-item .mdi.opener {
        position: absolute;
        right: 1px;
        font-size: 22px;
        line-height: 22px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        transition: 100ms;
        opacity: 0;
    }

        .vertical-tab-menu .list-group > .list-group-item .mdi.opener:hover {
            background-color: rgba(0, 0, 0, 0.1);
        }

.menu-lateral .list-group > .list-group-item {
    margin-left: 11px;
    margin-right: 11px;
    width: 50px;
    max-width: none;
    padding-left: calc(14px);
    padding-right: calc(14px);
    z-index: 10;
    cursor: pointer;
    transition: border-radius 100ms 350ms;
}

    .menu-lateral .list-group > .list-group-item.opened {
        background: var(--secondary);
        border-radius: 20px 20px 0px 0px;
        transition: border-radius 10ms;
    }

    .menu-lateral .list-group > .list-group-item.active.opened {
        border-radius: 25px 25px 0px 0px;
    }

    .menu-lateral .list-group > .list-group-item.opened span {
        font-weight: bold;
    }

    .menu-lateral .list-group > .list-group-item.opened .opener {
        transform: rotate(180deg);
        transition: 100ms;
    }

.menu-lateral.opened .list-group > .list-group-item, .menu-lateral:hover .list-group > .list-group-item, .menu-opened .menu-lateral .list-group > .list-group-item {
    width: auto;
}

.menu-lateral .list-group > .list-group-item.active {
    color: var(--secondary);
    background-color: var(--primary);
    border-radius: 25px;
    z-index: 10;
    height: 50px;
}

.menu-lateral .list-group > .list-group-item#Inicio.active, .menu-lateral .list-group > .list-group-item#Reportes_padre.active, .menu-lateral .list-group > .list-group-item#Tareas_padre.active {
    border-radius: 25px;
}

.menu-lateral:hover .list-group > .list-group-item.active .mdi, .menu-lateral .list-group > .list-group-item.active .mdi {
    color: var(--secondary) !important;
}

.menu-lateral:hover .list-group > .list-group-item.active span, .menu-lateral .list-group > .list-group-item.active span {
    color: var(--secondary) !important;
}

.menu-lateral:hover .list-group > .list-group-item.active {
}

.nav-item {
    overflow: hidden;
    background-color: var(--secondary);
}

    .nav-item:first-of-type, .nav-item:first-of-type .nav-link {
        border-top-left-radius: 10px;
    }

    .nav-item:last-of-type, .nav-item:last-of-type .nav-link {
        border-top-right-radius: 10px;
        border-right: none;
    }

.nav-tabs .nav-link {
    border-radius: 0px;
    color: var(--primary);
    padding: 11px 16px;
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: transparent !important;
}

    .nav-tabs .nav-link.active {
        background-color: var(--primary) !important;
    }

    .nav-tabs .nav-link, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border: none;
    }

.nav-item:focus .nav-link, .nav-item:hover .nav-link {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 200px 0px inset;
}

.nav-tabs .nav-link:focus.active, .nav-tabs .nav-link:hover.active {
    background-color: var(--primary) !important;
}

.nav-tabs .nav-link i {
    font-size: 20px;
    margin: 0px 10px 0px 0px;
    color: inherit;
    display: flex;
}

.vertical-tab-content {
    background-color: var(--white);
    padding: 0px;
}

.tab-item {
    width: 100%;
}

    .tab-item a {
        padding: 0.75rem;
        display: block;
    }

        .tab-item a:hover {
            background-color: black;
        }

.vertical-tab {
    padding: 0px;
    overflow: visible;
    width: auto;
    display: none;
    margin-bottom: 50px;
    min-width: 220px;
}

.navVertical {
    float: left;
}

.menu-lateral:hover #sidenav, .menu-opened .menu-lateral #sidenav, .menu-lateral.opened #sidenav {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    max-width: none;
}

.sidenav-second-level {
    padding-left: 0px;
}

    .sidenav-second-level > li a {
        padding-left: 40px;
    }

.menu {
    display: flex;
    flex-direction: column;
    background: var(--secondary);
    height: auto;
    flex-shrink: 0;
    z-index: 1000;
    padding: 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
    border-radius: 0px 0px 10px 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 50px;
    max-width: none;
}

    .menu a {
        color: var(--text-default);
    }

    .menu#sidenav {
        padding-left: 1px;
        padding-right: 1px;
        z-index: 1;
        border-radius: 0px 0px 10px 10px;
        overflow: hidden;
    }

        .menu#sidenav:not(.destacados) {
            display: none;
        }

.opened + ul.menu#sidenav {
}

.sub-menu-box a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.sub-menu-box i {
    margin: 0px !important;
}

.sub-menu-box span {
    font-weight: 500 !important;
}

.subMenuActive {
}

    .subMenuActive i, .subMenuActive a, .subMenuActive span {
        font-weight: bold;
        text-shadow: 0px 0px;
        color: var(--primary) !important;
    }

    .subMenuActive a {
        background-color: var(--mas-claro);
    }

#panelDestacados {
    position: fixed;
    top: 55px;
    width: 400px;
    min-width: 400px;
    right: -400px;
    flex-shrink: 0;
    flex-grow: 1;
    overflow: visible;
    transition: 200ms;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 6px 12px;
    z-index: 1000;
    height: calc(100% - 55px) !important;
}

    #panelDestacados.opened {
        right: 0px;
        transition: 200ms;
    }

    #panelDestacados .btnOpen {
        position: absolute;
        left: -40px;
        width: 40px;
        height: 40px;
        background-color: rgb(229, 229, 229);
        border-radius: 5px 0px 0px 5px;
        box-shadow: rgba(0, 0, 0, 0.2) -2px 1px 3px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px;
        transition: 600ms;
        cursor: pointer;
    }

        #panelDestacados .btnOpen:hover {
            background-color: var(--white);
        }

        #panelDestacados .btnOpen .mdi {
            transition: 600ms;
        }

    #panelDestacados.opened .btnOpen .mdi {
        transition: 600ms;
        transform: rotate(180deg);
    }

.tree-menu-box span {
    font-weight: 600;
}

.tree-menu-box > a {
    position: relative;
}

    .tree-menu-box > a span {
        padding-right: 15px;
    }

    .tree-menu-box > a::after {
        content: "󰅃";
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-size-adjust: none;
        font-kerning: auto;
        font-optical-sizing: auto;
        font-feature-settings: normal;
        font-variation-settings: normal;
        font-weight: normal;
        font-stretch: normal;
        font-family: "Material Design Icons";
        font-size: 19px;
        text-rendering: auto;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        right: 10px;
        top: 9px;
        transition: 200ms;
        opacity: 0;
        color: var(--mas-oscuro);
    }

.menu-lateral:hover .tree-menu-box > a::after, .menu-opened .tree-menu-box > a::after, .menu-lateral.opened .tree-menu-box > a::after {
    opacity: 1;
    transition: 100ms;
}

.tree-menu-box > a.collapsed::after {
    transform: rotate(180deg);
    transition: all;
}

.menu-box {
    font-size: 12px;
    padding: 0px;
    text-align: center;
    display: none;
    position: relative;
}

    .menu-box:not(.subMenuActive) a:hover {
        background: var(--mas-claro);
        color: var( --mas-oscuro);
    }

    .menu-box.sub-menu-box a:hover {
        background: var(--mas-claro);
        color: var(--mas-oscuro);
    }

    .menu-box:hover i, .menu-box:hover a {
    }

    .menu-box a {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 0 2px;
        transition: 200ms;
        width: 100%;
    }

.menu .menu-box a {
    padding: 2px 2px 2px 12px;
}

.tree-menu-box ul {
    background-color: rgba(0, 0, 0, 0.15);
}

.comunes {
}

.menu-lateral .menu-box a {
}

.menu-box i {
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    color: inherit;
}

    .menu-box i.mdi-pin, .menu-box i.mdi-pin-outline, .menu-box i.mdi-trash-can {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        padding: 20px 10px;
        margin: 0px;
        border-radius: 0px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: inherit;
        font-size: 16px !important;
        transition: 200ms !important;
    }

        .menu-box i.mdi-pin:hover, .menu-box i.mdi-pin-outline:hover, .menu-box i.mdi-trash-can:hover {
            background-color: rgba(255, 255, 255, 0.2) !important;
            transition: 200ms !important;
        }

.menu-box a:hover ~ i.mdi-pin, .menu-box a:hover ~ i.mdi-pin-outline, .menu-box a:hover ~ i.mdi-trash-can {
    color: var(--white);
}

.sub-menu-box {
    display: block;
}

    .sub-menu-box span {
        white-space: pre-wrap;
        text-overflow: initial;
    }

.menu-box span {
    display: block;
    align-items: center;
    margin: 0px 10px 0px 5px;
    font-size: 12px;
    padding: 7px 0px 7px 5px;
    line-height: 16px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
    color: inherit;
    zoom: 1 !important;
}

.menu-lateral:hover .menu-box span, .menu-opened .menu-box span, .menu-lateral.opened .menu-box span {
    opacity: 1;
}

.sub-menu-box {
    transition: 200ms;
}

#menu-index {
    display: flex;
    width: 100%;
    flex-grow: 0;
    flex-shrink: 1;
    height: 100%;
    flex-flow: wrap;
    align-items: flex-start;
}

.menu-index-column {
    flex-shrink: 1;
    flex-grow: 1;
    width: min-content;
    min-width: 250px;
    display: none;
    overflow: auto;
    margin: 0px 10px 20px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 0px;
}

    .menu-index-column:first-of-type {
        border-radius: 0 0 10px 10px;
    }

    .menu-index-column:not(:last-of-type) {
    }

    .menu-index-column ul {
        /* padding: 2px; */
    }

    .menu-index-column .menu-index-column {
        background-color: transparent;
        width: auto;
    }

.menu-index-header {
    font-size: 18px;
    line-height: 21px;
    padding: 20px 10px;
    margin-top: 0px;
    display: flex;
}

    .menu-index-header:first-of-type {
        margin-top: 0px;
        display: flex;
    }

    .menu-index-header:nth-of-type(2) {
        margin-top: 2px;
    }

    .menu-index-header a {
        display: flex;
        align-items: center;
        padding: 0px 10px;
    }

        .menu-index-header a .mdi {
            margin-right: 10px;
            font-size: 36px;
            padding: 0px;
            color: var(--primary);
        }

        .menu-index-header a span {
            color: var(--primary);
            font-size: 20px;
        }

#menu-index ul .menu-box {
    display: none;
    border: none;
}

#menu-index ul .menu-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 35px 0px 12px;
    margin: 1px 0px;
    background: var(--secondary);
    cursor: pointer;
    transition: 200ms;
}

    #menu-index ul .menu-box:first-of-type {
        border-radius: 10px 10px 0px 0px;
    }

#menu-index .bloqueBody ul .menu-box:first-of-type {
    border-radius: 0px;
}

#menu-index ul .menu-box:last-of-type {
    border-radius: 0px 0px 10px 10px;
}

#menu-index ul .menu-box:first-of-type:last-of-type {
    border-radius: 10px;
}

#menu-index ul .menu-box:hover {
    background: var(--primary);
    transition: 200ms;
}

    #menu-index ul .menu-box:hover a, #menu-index ul .menu-box:hover i {
        background-color: transparent;
        color: var(--white);
    }

#menu-index ul .menu-box a:hover {
    background-color: transparent;
    color: var(--light);
}

#menu-index ul .menu-box {
    color: inherit;
    padding: 0px;
    width: 100%;
    overflow: hidden;
}

    #menu-index ul .menu-box a, #menu-index ul .sub-menu-box a {
        color: inherit;
        padding: 10px 30px 10px 10px;
    }

#menu-index ul .sub-menu-box a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#menu-index ul .menu-box a i {
    font-size: 36px;
    line-height: 36px;
    max-height: 36px;
    color: inherit;
}

#menu-index ul .sub-menu-box a i {
    display: none;
}

#menu-index ul .menu-box a span {
    display: block;
    opacity: 1;
    font-size: 15px;
    line-height: 17px;
    text-align: left;
    margin: 0px;
    white-space: pre-wrap;
    text-overflow: clip;
    width: auto;
    min-width: 0px;
    color: inherit;
}

#menu-index ul .menu-box a:hover span, #menu-index ul .menu-box a:hover i {
    color: inherit;
}

#menu-index ul {
    align-self: stretch;
}

    #menu-index ul .sub-menu-box a span {
        white-space: pre-wrap;
        padding: 0px;
    }

.menu.destacados {
    margin-top: 10px;
}

    .menu.destacados, .menu.destacados > li {
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        background-color: transparent;
        padding-bottom: 0px !important;
        box-shadow: none !important;
    }

        .menu.destacados > li > a {
            margin: 0px;
            border-width: 0px;
            border-style: initial;
            border-color: initial;
            border-radius: 20px;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
            transition: 200ms;
            padding-top: 6px !important;
            padding-bottom: 6px !important;
            padding-left: 12px !important;
        }

            .menu.destacados > li > a[aria-expanded="true"] {
                background-color: var(--primary-default);
                border-radius: 20px 20px 0px 0px;
            }

                .menu.destacados > li > a[aria-expanded="true"] i, .menu.destacados > li > a[aria-expanded="true"] span, .menu.destacados > li > a[aria-expanded="true"]::after {
                    color: var(--secondary-default) !important;
                }

            .menu.destacados > li > a > span {
                margin: 0px;
                font-size: 14px;
                opacity: 0;
                transition: 1ms;
            }

        .menu.destacados .tree-menu-box > a::after {
            top: 11px;
        }

        .menu.destacados .tree-menu-box ul {
            border-radius: 0px 0px 20px 20px;
            overflow: hidden;
            background-color: var(--mas-claro) !important;
        }

        .menu.destacados .tree-menu-box .collapse.show ul {
            box-shadow: rgba(0, 0, 0, 0.3) 0px -1px 3px inset;
        }

        .menu.destacados .menu-box.sub-menu-box a:hover {
            background-color: rgba(0, 0, 0, 0.1);
        }

.menu-opened .menu-lateral .menu.destacados > li > a > span, .menu-lateral:hover .menu.destacados > li > a > span, .menu-lateral.opened .menu.destacados > li > a > span {
    opacity: 1;
    transition: 1ms;
}

.menu.destacados > li > div > ul > li > a {
    overflow: hidden;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 5px !important;
    padding-left: 12px !important;
}

    .menu.destacados > li > div > ul > li > a > div {
        flex-shrink: 1;
        flex-grow: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        overflow: hidden;
        padding-left: 7px !important;
    }

        .menu.destacados > li > div > ul > li > a > div > div {
            line-height: 15px;
            display: inline-block;
            margin: 0px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            opacity: 0;
            transition: 1ms;
            flex-grow: 0;
            flex-shrink: 1;
            width: 100%;
            text-align: left;
        }

.menu-opened .menu-lateral .menu.destacados > li > div > ul > li > a > div > div, .menu-lateral:hover .menu.destacados > li > div > ul > li > a > div > div, .menu-lateral.opened .menu.destacados > li > div > ul > li > a > div > div {
    opacity: 1;
    transition: 1ms;
}

.menu.destacados .sub-menu-box div, .menu.destacados .sub-menu-box i {
    color: var(--primary-default);
}

.menu.destacados .sub-menu-box.asistencia div, .menu.destacados .sub-menu-box.asistencia i {
    color: var(--primary-asistencia);
}

.menu.destacados .sub-menu-box.accesos div, .menu.destacados .sub-menu-box.accesos i {
    color: var(--primary-accesos);
}

.menu.destacados .sub-menu-box.visitas div, .menu.destacados .sub-menu-box.visitas i {
    color: var(--primary-visitas);
}

.section-title {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 60px;
    padding: 10px 16px;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    overflow: visible;
    margin: 0px;
    transition: 100ms;
}

    .section-title i {
        font-size: 40px;
        line-height: 32px;
        padding-top: 2px;
        margin-right: 10px;
        mix-blend-mode: color-burn;
    }

    .section-title h1 {
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0px;
        line-height: 35px;
        font-size: 28px !important;
    }

.section-subtitle {
    padding: 0px;
}

.section-subtitle {
    margin: -10px auto 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 20px 5px;
    border-radius: 0px 0px 10px 10px;
    background-color: var(--primary);
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 100px inset;
    color: var(--secondary);
    flex-shrink: 0;
    width: calc(100%);
    max-width: 1000px;
}

.section-title h6 {
    margin: 0px;
    line-height: 18px;
    mix-blend-mode: color-burn;
    color: var(--text-default);
    font-size: 14px !important;
}

.conSelector .section-title, .conSelector .section-subtitle {
    max-width: unset;
}

.section-index .section-title, .section-index .section-subtitle {
    max-width: unset;
}

.section-content {
    max-width: 1000px;
    margin: 0px auto;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

    .section-content.sinTitulo {
        height: 100%;
    }

    .section-content.conSelector {
        max-width: 100000px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        overflow: hidden;
    }

    .section-content.fullScreen {
        max-width: 100000px;
        padding: 0px;
        height: 100%;
    }

    .section-content.conSelector > div {
        max-height: 100%;
    }

    .section-content h4 {
        color: var(--text-default);
        margin-top: 0px;
    }

    .section-content h5 {
        color: var(--text-default);
        margin-top: 0px;
        line-height: initial !important;
    }

.contenedor.flex .section-content {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.controles {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    align-self: center;
}

.mdl-switch.is-checked .mdl-switch__track {
    background: var(--primary);
}

.mdl-switch.is-checked .mdl-switch__thumb {
    background: var(--primary);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 1000px inset;
}

.mdl-switch.is-upgraded {
}

.mdl-switch.no-label {
    margin-left: 0px !important;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin-top: 57px;
    padding-top: 54px;
    border-top-width: 56px;
}

nav::-webkit-scrollbar {
    width: 6px;
    height: 12px;
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 4px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 4px solid transparent;
}

:hover::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--primary);
    border: 4px solid transparent;
}

.mvc-grid::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 4px;
    margin-top: 57px;
    padding-top: 54px;
    border-top-width: 56px;
}

.mvc-grid::-webkit-scrollbar-track {
    border-radius: 4px;
    background: transparent;
    margin-top: 48px;
    margin-bottom: 3px;
}

.mvc-grid::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 4px solid transparent;
}

.mvc-grid:hover::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--primary);
    border: 4px solid transparent;
}

.contenedor {
    flex: 1 1 0%;
    overflow: hidden;
    background: transparent;
    position: relative;
    padding: 0;
}

    .contenedor::before {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        margin: 0px;
        left: 0px;
        top: 0px;
        z-index: -1;
        background-color: var(--secondary);
        background-image: url("../images/bg.png");
        background-blend-mode: luminosity;
        background-size: cover;
        background-position: center bottom;
        overflow: hidden;
        opacity: 0.6;
    }

.menu-opened .contenedor {
    padding: 0px;
}

.no-menu .contenedor {
    margin-left: 0px;
    padding: 0px;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .no-menu .contenedor.d-block {
        display: block !important;
    }

.contenedor.flex {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: stretch;
    justify-content: stretch;
    position: relative;
}

.section-index {
    overflow-y: auto;
    height: 100%;
}

.tablaCrud {
    position: relative;
    margin-top: 20px;
    max-height: 100%;
    min-height: 93px;
    flex-grow: 0;
    flex-shrink: 1;
    overflow: hidden;
    border-radius: 10px;
}

.empleadoInactivo {
    color: rgb(228, 159, 159);
    background-color: rgb(240, 240, 240);
}

.centrado {
    text-align: center;
}

.lineaBitacora {
    font-size: 12px;
}

.listSquare {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    line-height: 19px;
    margin-right: 10px;
    border-width: 1px 1px 2px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.2);
    border-image: initial;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 9px;
    font-weight: bold;
    color: var(--white);
    flex-shrink: 0;
}

    .listSquare.mini {
        width: 21px;
        height: 21px;
        line-height: 16px;
        font-size: 8px;
    }

.animated {
    animation-duration: 0.3s;
}

.datePicker {
}

    .datePicker button {
        width: 30px;
    }

    .datePicker input {
        width: calc(100% - 30px);
        float: left;
    }

.textoAyuda {
    margin-bottom: 20px;
}

    .textoAyuda p {
        padding: 0px;
        margin: 0px;
        text-align: left;
        font-size: 13px;
        font-style: italic;
        line-height: 100%;
        color: var(--dark-3);
    }

.e-separator {
    width: 100%;
    height: 5px;
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, 0.05);
}

.combobox {
    max-height: 150px;
    position: absolute;
    top: -20px;
    min-width: 100%;
    text-align: left;
    border-right: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    border-left: 1px solid rgb(221, 221, 221);
    border-image: initial;
    border-top: none;
    background: rgb(250, 250, 250);
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 999;
}

    .combobox::-webkit-scrollbar {
        width: 12px;
    }

    .combobox .itemList:hover {
        background-color: lightgrey;
        cursor: pointer;
    }

.box-combobox {
    display: none;
    position: relative;
}

.mdl-switch-pers {
    width: auto;
    vertical-align: baseline;
}

.sinCampos {
    text-align: center;
}

.swal2-popup .swal2-validationerror {
    width: calc(100%);
    text-align: left;
    position: relative;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px inset;
    padding-left: 50px !important;
    margin: 0px !important;
}

    .swal2-popup .swal2-validationerror::before {
        position: absolute;
        left: 0px;
        top: 0px;
        font-size: 24px;
        border-radius: 0px !important;
        width: 40px !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

.dropdown-org {
    right: 0px;
    left: auto;
    padding-top: 0px;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 15px;
}

.dropdown-item {
    line-height: 25px;
    height: 35px;
}

    .dropdown-item:hover {
        background-color: rgba(150, 150, 150, 0.1);
        transition: 200ms;
        cursor: pointer;
    }

    .dropdown-item.active {
        background-color: var(--secondary);
        color: black;
    }

        .dropdown-item.active:hover {
            background-color: var(--secondary);
            color: black;
            cursor: not-allowed !important;
        }

.dropdown-header {
    color: white;
    background-color: var(--text-default);
    font-size: 1em;
}

.mdl-no-padding {
    padding: 0px;
}

    .mdl-no-padding label {
        margin: 0px;
    }

        .mdl-no-padding label::after {
            bottom: 0px;
        }

.rowAdd {
    padding: 0px;
}

.col-no-padding {
    padding: 0px !important;
}

input:disabled, select:disabled {
    background-color: transparent;
    border: none;
}

.hide {
    display: none;
}

.gridError {
    width: 100%;
    z-index: 10;
    display: none;
    padding: 10px;
    background-color: rgb(255, 222, 222);
    border-radius: 10px;
    box-shadow: 0px 2px 10px;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 12px !important;
}

    .gridError h1, .gridError h2, .gridError h3 {
        line-height: 14px;
        font-size: 12px !important;
    }

    .gridError #errorText {
        padding-left: 10px;
        width: calc(100% - 25px);
        flex-shrink: 1;
        flex-grow: 0;
        white-space: break-spaces;
        font-size: 15px !important;
        line-height: 25px !important;
    }

.mensajeErrorContainer {
    width: 100%;
    z-index: 10;
    align-items: center;
    padding: 10px;
    background-color: rgb(255, 222, 222);
    color: darkred;
}

    .mensajeErrorContainer span {
        vertical-align: super;
        margin-left: 10px;
    }

option[disabled="disabled"] {
    opacity: 0.2;
    color: rgba(0, 0, 0, 0.3);
}

.config-section {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.05) 3px 3px 10px;
    border-radius: 10px;
}

    .config-section .subchecks {
        margin-left: 40px;
    }

.bloqueBody .config-section {
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: none;
    margin: 5px;
}

#qrcode_datos img {
    margin: auto;
    padding: 20px 0px;
}

.bitacoraContainer {
    position: absolute;
    left: 13px;
    text-align: left;
    background: rgb(246, 246, 246);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
    border-radius: 3px;
    padding: 0px;
    cursor: pointer;
}

.botonGuardar .bitacoraContainer {
    position: relative;
    display: inline-block;
    margin-right: 0px;
    left: 0px;
}

    .botonGuardar .bitacoraContainer span {
        line-height: 18px;
    }

    .botonGuardar .bitacoraContainer .bitacoraUser, .botonGuardar .bitacoraContainer .bitacoraDate {
        line-height: 9px;
    }

.bitacoraContainer span {
    font-size: 11px;
    display: block;
    background-color: rgb(213, 221, 230);
    padding: 0px 5px;
}

.bitacoraContainer > div {
    padding: 2px 5px;
    justify-content: space-between;
}

.bitacoraContainer i {
    margin-right: 5px;
    font-size: 17px;
}

.bitacoraContainer .bitacoraUser {
    color: var(--text-default);
    font-size: 11px;
    line-height: 14px;
}

.bitacoraContainer .bitacoraDate {
    color: rgb(119, 119, 119);
    font-size: 9px;
    line-height: 14px;
    margin-top: 2px;
    margin-left: 4px;
}

span.tabulacion {
    margin-left: 20px;
}

.beforeDisabled::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.05);
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

@media only screen and (max-width: 1366px) {
    * {
    }

    span:not(.mdi):not(.swal2-x-mark):not(.swal2-x-mark-line-left):not(.swal2-x-mark-line-right) {
        zoom: 0.9;
    }

    .p-5 {
        padding: 1em !important;
    }

    .menu-index-header {
        font-size: 15px;
        line-height: 20px;
        padding: 15px 0px;
    }

    #menu-index ul .menu-box {
        padding: 0px;
        margin: 0px;
    }

        #menu-index ul .menu-box a i {
            font-size: 24px;
            line-height: 24px;
        }

    .menu-box i.mdi-pin, .menu-box i.mdi-pin-outline, .menu-box i.mdi-trash-can {
        line-height: 0;
        padding: 0px 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .flex-mobile {
        flex-direction: column;
        grid-gap: 20px;
    }

        .flex-mobile > * {
            max-width: 100%;
        }

        .flex-mobile > .w-50 {
            width: 100% !important;
        }
}

@media only screen and (max-width: 700px) {
    .flex-mobile-2 {
        flex-direction: column;
    }

        .flex-mobile-2 > * {
            max-width: 100%;
        }
}

@media only screen and (max-height: 768px) {
    .section-title {
        height: 50px;
        padding-top: 0;
        padding-bottom: 0;
    }

        .section-title .mdi {
            font-size: 30px;
        }

        .section-title h6 {
            font-size: 13px !important;
            line-height: 14px;
        }

    .section-content {
        padding: 10px;
    }

    .section-subtitle {
        padding-bottom: 10px;
    }

    #filtrosSelector {
        padding: 0px !important;
    }
}

.datetimepick .datepick {
    max-width: initial !important;
}

.tab-content > .overflow-hidden {
    overflow: hidden !important;
}

@media screen and (max-width: 600px) {
    .menu-lateral {
        width: auto;
    }

    .vertical-tab-menu .list-group > .list-group-item span {
        display: block;
    }

    #menu-index {
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-grow: 0;
        flex-shrink: 1;
    }

    .menu-index-column {
        flex-shrink: 1;
        flex-grow: 0;
        width: 100%;
        display: none;
        overflow: auto;
        margin-left: 0px;
        margin-right: 0px;
    }

    .mr-4 {
        margin-right: 0.5em !important;
    }
}

.mensajeLicenciaVencida {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: rgb(241, 0, 0);
    padding: 15px 30px;
    color: var(--white);
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    opacity: 0.7;
    box-shadow: rgb(226, 18, 6) 0px 4px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mensajeLicenciaVencida .mdi {
        font-size: 30px;
        margin: 0px 10px 0px 0px;
    }

    .mensajeLicenciaVencida span {
        margin-right: 20px;
        cursor: pointer;
    }

    .mensajeLicenciaVencida .mdi:last-of-type {
        cursor: pointer;
        right: 5px;
        top: 5px;
        margin-right: -15px;
        font-size: 20px;
    }

.licenciaDatos .modulos .mdi {
    background-color: rgb(238, 238, 238);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

#botonActualizarLicencia.loading::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: var(--primary);
    box-shadow: rgba(0, 0, 0, 0.1) 1px 0px 3px;
    animation-name: actualizarButtonAnimation;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.01, 0.72, 0.18, 0.75);
}

@keyframes actualizarButtonAnimation {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.cargando {
    position: relative;
    color: transparent;
    transition: 200ms;
}

    .cargando::after {
        content: "";
        position: absolute;
        left: -5%;
        top: -25%;
        width: 100%;
        height: 150%;
        background-image: url("../images/cargando.gif");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        transition: 200ms;
    }

    .cargando.left::after {
        background-position: left center;
    }

    .cargando.right::after {
        background-position: right center;
        left: 0%;
    }

    .cargando.center::after {
        background-position: center center;
    }

select {
    background-color: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 0px 10px;
    color: var(--black);
}

i.funcionLector {
    padding: 1px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.1);
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}

#listaCampos .itemCampo .table-row-column.col-7 {
}

    #listaCampos .itemCampo .table-row-column.col-7 > .col-2 > div {
        border-radius: 0;
        background-color: transparent;
    }

        #listaCampos .itemCampo .table-row-column.col-7 > .col-2 > div input,
        #listaCampos .itemCampo .table-row-column.col-7 > .col-2 > div label {
            padding-left: 0px !important;
            padding-right: 0px !important;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
            text-align: center !important;
        }

@media screen and (max-height: 700px) {
    .swal2-popup #editForm > #tabs-container {
        overflow: auto;
    }
}
