﻿.menu-button {
    border-radius: 0;
    border: none;
    height: 100%;
    line-height: 55px;
    font-size: 25px;
    padding: 0 10px;
    background-color: rgba(255,255,255,.0);
    cursor: pointer;
}

    .menu-button:hover {
        background-color: rgba(255,255,255,.1);
    }

    .menu-button .mdi {
        color: var(--primary-default);
    }

.mobile-no-hidden {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .wrap-mobile {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 600px) {

    #swal2-content > div > div.bg-primary, #swal2-content > div.bg-primary {
        padding-top: 20px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        text-align: center !important;
    }

    .header .page-titulo {
        font-size: 24px;
        font-weight: 400;
        white-space: wrap;
        text-overflow: ellipsis;
        width: 100%;
        display: inline-block;
        line-height: 24px;
        opacity: 0;
    }

    .section-index > .p-4 {
        padding: 0 !important;
    }

    /******* MENU ******/
    .menu-lateral {
        left: -100%;
        width: 260px;
        min-width: 260px;
        overflow: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        transition: none;
        box-shadow: none !important;
    }

        .menu-lateral.opened {
            width: 100%;
            min-width: 100%;
            overflow: hidden;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            background-color: transparent;
            direction: ltr;
        }

        .menu-lateral:hover, .menu-lateral.opened, .menu-opened .menu-lateral {
            transition: none;
        }

    .menu-opened .content-wrapper {
        margin-left: 0px;
        width: 100%;
    }

    .menu-lateral .btnPin {
        display: none !important;
    }

    .menu-lateral .vertical-tab-menu {
        background-color: var(--white);
        flex-shrink: 0;
        flex-grow: 1;
        max-width: 280px;
        width: 280px;
        overflow: auto;
    }

        .menu-lateral .vertical-tab-menu .list-group > a span {
            display: block;
        }

    .menu-lateral .list-group > a span {
        opacity: 1;
    }

    .menu-lateral #sidenav {
        padding-left: 0px;
    }

    .menu-lateral .tree-menu-box > a::after {
        opacity: 1;
    }

    .menu-lateral .menu-box a {
        padding-left: 19px;
    }

    .menu-lateral .menu.destacados > li > a > span {
        opacity: 1;
        transition: all 1ms;
    }

    .menu-lateral .menu.destacados > li > div > ul > li > a > div > div {
        opacity: 1;
        transition: all 1ms;
    }

    .menu-lateral:after {
        content: '';
        background-color: rgba(0,0,0,.2);
        opacity: 0;
        transition: all 500ms;
        transition-delay: 100ms;
        width: 100%;
        height: 100%;
        flex-shrink: 1;
        flex-grow: 0;
        opacity: 0;
        backdrop-filter: blur(1px);
    }

    .menu-lateral.opened:after {
        opacity: 1;
    }

    /*******************/

    .header-logo {
        padding-left: 0 !important;
        min-width: 0 !important;
        width: auto !important;
    }

    .content-wrapper {
        margin: 0;
        border-radius: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .contenedor {
        padding: 0 !important;
        overflow: auto;
    }

    .mobile-flex {
        flex-direction: column;
        align-items: center;
    }

    .mobile-hidden {
        display: none !important;
    }

    .mobile-no-hidden {
        display: flex !important;
    }

    span.mobile-no-hidden {
        display: inline !important;
    }

    .vertical-tab-menu .list-group > .list-group-item span {
        opacity: 1;
        transition: 200ms;
    }

    .mvc-grid {
        overflow-x: auto;
    }

    .mobile-text-white {
        color: #fff !important;
    }

    .mobile-bg-primary {
        background-color: var(--primary);
    }

    .mobile-bg-primary-alt {
        background-color: var(--primary);
        filter: saturate(2)
    }

    .swal2-container {
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        border-radius: 0;
    }

    .swal2-container {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        margin-left: 0px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #MasterLoader.loader {
        width: 100%;
        height: calc(100% - 85px);
        margin-left: 0;
        margin-top: 5px;
        border-radius: 0px;
    }

    .section-title {
        top: 0;
    }

    .section-content {
        padding: 10px;
    }

    .section-title h6 {
        margin: 0px;
        line-height: 13px !important;
        mix-blend-mode: color-burn;
        color: var(--text-default);
        font-size: 12px !important;
    }
}
