/* BUTTON RESET */
#side-menu .modulos > li > .mostrar-modal-menu, .menus-modulos .modal-menu .close-modal, #SubmenuRelatoriosModal .modal-header .close-modal, #SubmenuSecundarioModal .modal-header .close-modal, .menus-modulos .modal-menu .opcoes div > ul > li .abre-submenu {
    appearance: none;
    background-color: transparent;
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
}

    #side-menu .modulos > li > .mostrar-modal-menu:hover, .menus-modulos .modal-menu .close-modal:hover, #SubmenuRelatoriosModal .modal-header .close-modal:hover, #SubmenuSecundarioModal .modal-header .close-modal:hover, .menus-modulos .modal-menu .opcoes div > ul > li .abre-submenu:hover {
        cursor: pointer;
    }

/* Nova largura do menu lateral */
@keyframes aparece {
    100% {
        opacity: 1;
    }
}

@keyframes desaparece {
    100% {
        opacity: 0;
    }
}

@keyframes pan {
    100% {
        transform: translate(0, 0);
    }
}

body.fixed-sidebar .navbar-static-side, body.canvas-menu .navbar-static-side {
    width: 230px;
    z-index: 2031;
    background-color: white;
    border-right: 1px solid #e7eaec;
    position: relative;
    height: 100vh;
    overflow: hidden;
    transition: width 0.2s;
}

    body.fixed-sidebar .navbar-static-side.collapsed, body.canvas-menu .navbar-static-side.collapsed {
        width: 110px;
    }

body.fixed-sidebar #page-wrapper {
    margin-left: 0;
}

body.fixed-nav.fixed-nav-basic .navbar-fixed-top {
    transition: left 0.2s;
    left: 203px;
}

    body.fixed-nav.fixed-nav-basic .navbar-fixed-top.menu-collapsed {
        left: 103px;
    }

.fixed-nav .slimScrollDiv #side-menu {
    padding-bottom: 0;
}

.navbar-fixed-top {
    min-height: 50px;
    display: flex;
    justify-content: flex-start;
}

@media screen and (max-width: 768px) {
    .navbar-fixed-top {
        justify-content: flex-start;
    }
}

.navbar-top-links {
    display: flex;
    flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
    .navbar-top-links {
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.navbar-top-links .navbar-header {
    flex-shrink: 0;
    padding-left: 10px;
    display: none;
}

@media screen and (max-width: 768px) {
    .navbar-top-links .navbar-header {
        display: block;
    }
}

.navbar-top-links .navbar-header .navbar-minimalize {
    margin: 0;
    padding: 3px 12px;
    min-height: 0;
    color: white;
}

.navbar-top-links .navbar-header .navbar-minimalize:hover, .navbar-top-links .navbar-header .navbar-minimalize:focus {
    background-color: #007A85;
}

.navbar-top-links .navbar-header .navbar-minimalize i {
    margin-right: 0;
    line-height: 1;
}

@keyframes deslizarDaEsquerda {
    from {
        transform: translateX(-210px);
    }

    to {
        transform: translateX(0);
    }
}

li.navbar-header {
    position: fixed;
    top: 15px;
}

nav.navbar.menu-collapsed li.navbar-header {
    left: 5px;
}

nav.navbar.menu-expanded li.navbar-header {
    left: 215px;
    animation: deslizarDaEsquerda 0.27s ease-in-out forwards;
}

body.mini-navbar .navbar-static-side.expanded {
    border-right: 1px solid #676a6c99;
    animation: deslizarDaEsquerda 0.25s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
    .navbar-top-links .bemvindo {
        order: 3;
        width: 100%;
        text-align: center;
    }
}

.navbar-top-links .nova-visao {
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid lightgrey;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .navbar-top-links .nova-visao {
        order: 4;
        width: 100%;
        padding-bottom: 10px;
        border-left-width: 0;
    }
}

.navbar-top-links .home-e-logout {
    padding-right: 20px;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .navbar-top-links .home-e-logout {
        order: 2;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.navbar-top-links .bt-home, .navbar-top-links .bt-logout {
    line-height: 1;
    min-height: 0;
    display: inline-block;
    padding: 10px 10px;
    border-left: solid 1px lightgrey;
}

@media screen and (max-width: 768px) {
    .navbar-top-links .bt-home, .navbar-top-links .bt-logout {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.navbar-top-links .bt-home i, .navbar-top-links .bt-logout i {
    margin-right: 3px;
}

@media screen and (max-width: 768px) {
    .navbar-top-links .bt-home {
        border-left-width: 0;
    }

    #side-menu .modulos.expanded {
        margin: 0 auto;
    }
}

#side-menu {
    display: block;
}

    #side-menu .nav-header {
        border-right: none;
    }

body.mini-navbar #side-menu .nav-header {
    background-color: white;
}

#side-menu .nav-header.expanded .img-icon {
    display: none;
}

#side-menu .nav-header.collapsed .img-fluid, #side-menu .nav-header.collapsed .logo-element {
    display: none;
}

#side-menu .area-link-home.active {
    border-left: 4px solid #19aa8d;
    background: #293846;
}

    #side-menu .area-link-home.active a {
        color: white;
    }

#side-menu .area-link-home a {
    color: #a7b1c2;
    font-weight: 600;
    padding: 14px 20px 14px 25px;
    display: block;
}

#side-menu .modulos {
    list-style: none;
    padding: 0;
}

    #side-menu .modulos.expanded {
        width: 200px;
        margin: 0 auto;
    }

    #side-menu .modulos.collapsed {
        width: 65px;
        margin: 0 auto;
    }

        #side-menu .modulos.collapsed .nav-label {
            display: none;
        }

    #side-menu .modulos > li {
        margin: 8px 8px;
    }

        #side-menu .modulos > li > .mostrar-modal-menu {
            display: block;
            width: 100%;
            text-align: left;
            border-radius: 6px;
            border: 1px solid;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.2) 51%, rgba(0, 0, 0, 0) 100%);
            background-color: black;
            padding: 11px 11px 11px 11px;
            color: white;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
            box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
            font-size: 1.1em;
            font-weight: bold;
            line-height: 1;
            vertical-align: middle;
            transition: all 0.2s ease-out;
            transition-property: box-shadow;
            box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0);
        }

            #side-menu .modulos > li > .mostrar-modal-menu .icon-modulo {
                height: 1.6em;
                vertical-align: middle;
                color: white;
                filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6));
            }

                #side-menu .modulos > li > .mostrar-modal-menu .icon-modulo + span {
                    margin-left: 0.5em;
                }

            #side-menu .modulos > li > .mostrar-modal-menu span.arrow {
                display: none;
            }

            #side-menu .modulos > li > .mostrar-modal-menu:hover {
                box-shadow: inset 0px 0px 2px 2px rgba(255, 255, 255, 0.5);
            }

            #side-menu .modulos > li > .mostrar-modal-menu.ativo {
                box-shadow: inset 0px 0px 3px 2px white;
            }

        #side-menu .modulos > li:nth-child(1) > .mostrar-modal-menu {
            background-color: #DABB0B;
            border-color: #DABB0B;
        }

        #side-menu .modulos > li:nth-child(2) > .mostrar-modal-menu {
            background-color: #95b300;
            border-color: #95b300;
        }

        #side-menu .modulos > li:nth-child(3) > .mostrar-modal-menu {
            background-color: #008f18;
            border-color: #008f18;
        }

        #side-menu .modulos > li:nth-child(4) > .mostrar-modal-menu {
            background-color: #007A85;
            border-color: #007A85;
        }

        #side-menu .modulos > li:nth-child(5) > .mostrar-modal-menu {
            background-color: #0088CC;
            border-color: #0088CC;
        }

        #side-menu .modulos > li:nth-child(6) > .mostrar-modal-menu {
            background-color: #0c2985;
            border-color: #0c2985;
        }

        #side-menu .modulos > li:nth-child(7) > .mostrar-modal-menu {
            background-color: #4C009E;
            border-color: #4C009E;
        }

        #side-menu .modulos > li:nth-child(8) > .mostrar-modal-menu {
            background-color: #c51894;
            border-color: #c51894;
        }

        #side-menu .modulos > li:nth-child(9) > .mostrar-modal-menu {
            background-color: #a9000e;
            border-color: #a9000e;
        }

        #side-menu .modulos > li:nth-child(10) > .mostrar-modal-menu {
            background-color: #e34b00;
            border-color: #e34b00;
        }

        #side-menu .modulos > li:nth-child(11) > .mostrar-modal-menu {
            background-color: #cc8f00;
            border-color: #cc8f00;
        }

.menus-modulos {
    position: fixed;
    display: none;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    animation: aparece 0.2s linear 0s 1 normal forwards;
    top: 0;
    left: 229px;
    width: calc(100% - 229px);
    height: 100%;
    padding: 24px;
    z-index: 2031;
}

    .menus-modulos.menu-collapsed {
        left: 108px;
        width: calc(100% - 108px);
    }

@media screen and (max-width: 767px) {
    .menus-modulos {
        width: 100%;
        left: 0;
    }
}

@media screen and (max-width: 576px) {
    .menus-modulos {
        padding: 16px;
    }
}

.menus-modulos.visivel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menus-modulos .modal-menu {
    display: none;
    background-color: #fff;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    position: relative;
}

    .menus-modulos .modal-menu.visivel {
        display: block;
    }

    .menus-modulos .modal-menu .icone-fundo {
        position: absolute;
        bottom: 24px;
        right: 24px;
        height: 8em;
        opacity: 0.2;
        pointer-events: none;
        animation: desaparece 0.2s linear 0s 1 reverse forwards;
    }

    .menus-modulos .modal-menu .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
    }

    .menus-modulos .modal-menu .close-modal {
        position: absolute;
        top: 24px;
        right: 24px;
        font-size: 2em;
        line-height: 1;
        color: #191919;
        opacity: 0;
        animation: aparece 0.3s linear 0s 1 normal both;
        z-index: 2;
    }

#SubmenuRelatoriosModal .modal-header .close-modal,
#SubmenuSecundarioModal .modal-header .close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px;
    line-height: 1;
    color: #191919;
    opacity: 0;
    animation: aparece 0.3s linear 0s 1 normal both;
    z-index: 2;
}

.menus-modulos .modal-menu h2 {
    margin: 0;
    line-height: 1;
    font-size: 2em;
    font-weight: normal;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    padding: 36px 24px 72px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    opacity: 0;
    animation: aparece 0.3s linear 0s 1 normal both;
}

    .menus-modulos .modal-menu h2 .icon-modal {
        height: 1em;
        margin-right: 0.25em;
        color: white;
        filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6));
        vertical-align: middle;
    }

.menus-modulos .modal-menu .opcoes {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3em 2em;
    padding: 0 24px 24px;
}

@media screen and (max-width: 1170px) {
    .menus-modulos .modal-menu .opcoes {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1000px) {
    .menus-modulos .modal-menu .opcoes {
        grid-template-columns: repeat(2, 1fr);
    }

    .wrapper-content {
        max-height: 70vh !important;
        overflow: auto;
    }
}

@media screen and (max-width: 576px) {
    .menus-modulos .modal-menu .opcoes {
        grid-template-columns: repeat(1, 1fr);
    }
}

.menus-modulos .modal-menu .opcoes div {
    margin-top: 1em;
    opacity: 0;
    animation: aparece 0.3s linear 0s 1 normal both;
}

    .menus-modulos .modal-menu .opcoes div:nth-child(1) {
        animation-delay: 0.15s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(2) {
        animation-delay: 0.2s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(3) {
        animation-delay: 0.25s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(4) {
        animation-delay: 0.3s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(5) {
        animation-delay: 0.35s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(6) {
        animation-delay: 0.4s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(7) {
        animation-delay: 0.45s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(8) {
        animation-delay: 0.5s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(9) {
        animation-delay: 0.55s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(10) {
        animation-delay: 0.6s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(11) {
        animation-delay: 0.65s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(12) {
        animation-delay: 0.7s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(13) {
        animation-delay: 0.75s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(14) {
        animation-delay: 0.8s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(15) {
        animation-delay: 0.85s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(16) {
        animation-delay: 0.9s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(17) {
        animation-delay: 0.95s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(18) {
        animation-delay: 1s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(19) {
        animation-delay: 1.05s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(20) {
        animation-delay: 1.1s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(21) {
        animation-delay: 1.15s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(22) {
        animation-delay: 1.2s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(23) {
        animation-delay: 1.25s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(24) {
        animation-delay: 1.3s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(25) {
        animation-delay: 1.35s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(26) {
        animation-delay: 1.4s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(27) {
        animation-delay: 1.45s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(28) {
        animation-delay: 1.5s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(29) {
        animation-delay: 1.55s;
    }

    .menus-modulos .modal-menu .opcoes div:nth-child(30) {
        animation-delay: 1.6s;
    }

    .menus-modulos .modal-menu .opcoes div h3 {
        margin: 0;
        font-size: 1.5em;
        line-height: 1;
        color: black;
    }

        .menus-modulos .modal-menu .opcoes div h3:before {
            content: "\f04b" " ";
            font-family: "FontAwesome";
        }

    .menus-modulos .modal-menu .opcoes div > ul {
        list-style: none;
        padding-left: 0;
        margin-top: 1.5em;
    }

        .menus-modulos .modal-menu .opcoes div > ul > li {
            margin-top: 1em;
            line-height: 1.2em;
        }

            .menus-modulos .modal-menu .opcoes div > ul > li a {
                color: #06494b;
                cursor: pointer;
            }

                .menus-modulos .modal-menu .opcoes div > ul > li a:hover {
                    text-decoration: underline;
                }

            .menus-modulos .modal-menu .opcoes div > ul > li .abre-submenu {
                color: #06494b;
            }

                .menus-modulos .modal-menu .opcoes div > ul > li .abre-submenu:hover {
                    text-decoration: underline;
                }

                .menus-modulos .modal-menu .opcoes div > ul > li .abre-submenu:after {
                    content: " " "\f0d7";
                    font-family: "FontAwesome";
                }

            /*.menus-modulos .modal-menu .opcoes div > ul > li .abre-submenu.aberto:after {
    content: " " "\f0d8";
}*/

            .menus-modulos .modal-menu .opcoes div > ul > li ul.submenu {
                display: none;
                list-style: none;
                padding-left: 1em;
            }

                .menus-modulos .modal-menu .opcoes div > ul > li ul.submenu li {
                    padding-left: 1.5ch;
                    line-height: 1.2;
                    margin-top: 1em;
                    position: relative;
                }

                    .menus-modulos .modal-menu .opcoes div > ul > li ul.submenu li:before {
                        content: "\f0da" " ";
                        font-family: "FontAwesome";
                        color: #06494b;
                        position: absolute;
                        left: 0;
                    }

                    .menus-modulos .modal-menu .opcoes div > ul > li ul.submenu li a {
                        font-size: 11px;
                    }

.menus-modulos .modal-menu:nth-child(1) .icone-fundo {
    color: #DABB0B;
}

.menus-modulos .modal-menu:nth-child(1) h2 {
    background: linear-gradient(180deg, rgba(218, 187, 11, 0.8) 0%, rgba(218, 187, 11, 0) 100%);
}

.menus-modulos .modal-menu:nth-child(1) .opcoes div h3:before {
    color: #DABB0B;
}

.menus-modulos .modal-menu:nth-child(2) .icone-fundo {
    color: #95b300;
}

.menus-modulos .modal-menu:nth-child(2) h2 {
    background: linear-gradient(180deg, rgba(149, 179, 0, 0.8) 0%, rgba(149, 179, 0, 0) 100%);
}

.menus-modulos .modal-menu:nth-child(2) .opcoes div h3:before {
    color: #95b300;
}

.menus-modulos .modal-menu:nth-child(3) .icone-fundo {
    color: #008f18;
}

.menus-modulos .modal-menu:nth-child(3) h2 {
    background: linear-gradient(180deg, rgba(0, 143, 24, 0.8) 0%, rgba(0, 143, 24, 0) 100%);
}

.menus-modulos .modal-menu:nth-child(3) .opcoes div h3:before {
    color: #008f18;
}

.menus-modulos .modal-menu:nth-child(4) .icone-fundo {
    color: #007A85;
}

.menus-modulos .modal-menu:nth-child(4) h2 {
    background: linear-gradient(180deg, rgba(0, 122, 133, 0.8) 0%, rgba(0, 122, 133, 0) 100%);
}

.menus-modulos .modal-menu:nth-child(4) .opcoes div h3:before {
    color: #007A85;
}

.menus-modulos .modal-menu:nth-child(5) .icone-fundo {
    color: #0088CC;
}

.menus-modulos .modal-menu:nth-child(5) h2 {
    background: linear-gradient(180deg, rgba(0, 136, 204, 0.8) 0%, rgba(0, 136, 204, 0) 100%);
}

.menus-modulos .modal-menu:nth-child(5) .opcoes div h3:before {
    color: #0088CC;
}

.menus-modulos .modal-menu:nth-child(6) .icone-fundo {
    color: #0c2985;
}

.menus-modulos .modal-menu:nth-child(6) h2 {
    background: linear-gradient(180deg, rgba(12, 41, 133, 0.8) 0%, rgba(12, 41, 133, 0) 100%);
}

.menus-modulos .modal-menu:nth-child(6) .opcoes div h3:before {
    color: #0c2985;
}

.menus-modulos .modal-menu:nth-child(7) .icone-fundo {
    color: #4C009E;
}

.menus-modulos .modal-menu:nth-child(7) h2 {
    background: linear-gradient(180deg, rgba(76, 0, 158, 0.8) 0%, rgba(76, 0, 158, 0) 100%);
}

.menus-modulos .modal-menu:nth-child(7) .opcoes div h3:before {
    color: #4C009E;
}

.menus-modulos .modal-menu:nth-child(8) .icone-fundo {
    color: #c51894;
}

.menus-modulos .modal-menu:nth-child(8) h2 {
    background: linear-gradient(180deg, rgba(197, 24, 148, 0.8) 0%, rgba(197, 24, 148, 0) 100%);
}

.menus-modulos .modal-menu:nth-child(8) .opcoes div h3:before {
    color: #c51894;
}

.menus-modulos .modal-menu:nth-child(9) .icone-fundo {
    color: #a9000e;
}

.menus-modulos .modal-menu:nth-child(9) h2 {
    background: linear-gradient(180deg, rgba(169, 0, 14, 0.8) 0%, rgba(169, 0, 14, 0) 100%);
}

.menus-modulos .modal-menu:nth-child(9) .opcoes div h3:before {
    color: #a9000e;
}

.menus-modulos .modal-menu:nth-child(10) .icone-fundo {
    color: #e34b00;
}

.menus-modulos .modal-menu:nth-child(10) h2 {
    background: linear-gradient(180deg, rgba(227, 75, 0, 0.8) 0%, rgba(227, 75, 0, 0) 100%);
}

.menus-modulos .modal-menu:nth-child(10) .opcoes div h3:before {
    color: #e34b00;
}

.menus-modulos .modal-menu:nth-child(11) .icone-fundo {
    color: #cc8f00;
}

.menus-modulos .modal-menu:nth-child(11) h2 {
    background: linear-gradient(180deg, rgba(204, 143, 0, 0.8) 0%, rgba(204, 143, 0, 0) 100%);
}

.menus-modulos .modal-menu:nth-child(11) .opcoes div h3:before {
    color: #cc8f00;
}

.cursos-pointer {
    cursor: pointer;
}

.footer.fixed {
    transition: margin-left 0.2s;
}

    .footer.fixed.menu-expanded {
        margin-left: 194px;
    }

    .footer.fixed.menu-collapsed {
        margin-left: 104px;
    }

#page-wrapper {
    margin: 0px !important;
    padding: 0px;
    width: 100%;
}

.navbar {
    margin-top: 0px !important;
    width: 100%;
}

body {
    height: 100vh;
    overflow: hidden;
}

.content {
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    overflow-x: hidden;
}

.btn-breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
}

.breadcrumb-container {
    margin-top: -1px;
    margin-right: -0.1%;
    margin-left: -0.1%;
}

.form-group {
    margin-bottom: 5px;
}

.dataTables_scroll {
    max-height: 94%;
    overflow-x: auto;
    margin-bottom: 3px;
}

/*
.dataTables_scrollBody {
    max-height: calc(100% - 35px) !important;
    overflow-x: hidden;
}
*/
.dataTables_wrapper {
    max-height: 100%;
    padding: 0px !important;
}

.input-preffix {
    position: absolute;
    top: 0;
    border-color: #e7eaec;
    background-color: #fafcff;
    font-size: 0.9em;
    /* width: -webkit-fill-available; */
    border: 1px solid darkgray;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    border-radius: 5px 0 0 5px;
}

input.have-preffix {
    border-radius: 0 5px 5px 0;
    width: calc(100% - 30px);
    margin-left: 29px;
}

.modal-header {
    justify-content: center;
    background: linear-gradient(to right, #06494b, #007A85);
    color: white;
    border: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    .modal-header .modal-title {
        font-size: 1rem;
        margin: auto;
    }

    .modal-header .close {
        margin: -1rem -1rem -1rem 0px;
        color: white;
        padding-left: 0;
    }

        .modal-header .close:hover {
            color: white !important;
            opacity: .75 !important;
        }

.modal-dialog {
    max-height: calc(100vh - 56px);
}

.modal-content {
    max-height: 100%;
}

.modal-body {
    padding: 20px 30px 20px;
    overflow: auto;
}

.modal-footer button {
    background-color: #007A85 !important;
    border-color: transparent !important;
    padding: 5px 12px;
    min-width: 52px;
}

.modal-footer button:hover {
    background-color: #007A85 !important;
    border-color: transparent !important;
    opacity: .9 !important;
}

#btnLogarModal,
#btnCancelaSessao,
#btnNaoModalLogout,
#btnExibirPecasModalValidacao {
    border-color: #007A85 !important;
}

#btnLogoutModal,
#btnCancelaSessao,
#btnNaoModalLogout,
#btnExibirPecasModalValidacao {
    color: #007A85;
    background-color: #fefefe !important;
    background-image: none;
    border-color: #007A85 !important;
}

#btnLogoutModal:hover,
#btnCancelaSessao:hover,
#btnNaoModalLogout:hover,
#btnExibirPecasModalValidacao:hover {
    background-color: #007A85 !important;
    color: #fefefe;
    background-image: none;
    border-color: #007A85;
}

.btn-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/*.table > thead:first-child > tr:first-child > th {
    padding-right: 25px;
}*/

.table.dataTable thead .sorting:before, .table.dataTable thead .sorting_asc:before, .table.dataTable thead .sorting_desc:before, .table.dataTable thead .sorting_asc_disabled:before, .table.dataTable thead .sorting_desc_disabled:before, .table.dataTable thead .sorting:after, .table.dataTable thead .sorting_asc:after, .table.dataTable thead .sorting_desc:after, .table.dataTable thead .sorting_asc_disabled:after, .table.dataTable thead .sorting_desc_disabled:after {
    top: 0;
}

.table.dataTable {
    margin-top: 0 !important;
}

table.dataTable td {
    padding: 2.8px 6px !important;
    text-align: center !important;
    height: 20.58px !important;
}

table.dataTable th {
    text-align: center !important;
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
}

/*.select2-container--open .select2-dropdown--below {
    width: auto !important;
    text-wrap: nowrap;
}*/

.wrapper-content {
    margin-bottom: 0;
}

.btn-primary:hover, .btn-primary:focus {
    width: fit-content;
}

.min-vh-80 {
    min-height: 80vh;
}

.min-vh-60 {
    min-height: 60vh;
}

@media screen and (min-width: 768px) {
    .wrapper-a4 {
        max-width: 960px !important;
        margin-top: 0.5rem;
    }

    #page-wrapper.collapsed {
        width: calc(100% - 103px);
    }

    #page-wrapper.expanded {
        width: calc(100% - 230px);
    }

    .modal-sessao {
        width: 20vw;
    }
}

.-mt-2 {
    margin-top: -8px;
}

.hidden {
    display: none;
}

.search-btn-mt {
    margin: 0 -21px 5px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-wrap {
    text-wrap: wrap;
}

label.rel:has(.icheckbox_square-green), label.rel:has(.iradio_square-green) {
    display: inline-flex;
}

.rel > .icheckbox_square-green, .rel > .iradio_square-green {
    align-self: center;
    min-width: 15.399999999999999px;
    margin-right: 5px;
}

.card {
    height: 100%;
}

.wrapper-content {
    padding: 0px 15px;
}

.wrapper-a4 .ibox-content.min-vh-60 {
    margin-top: 0;
}

.ibox-content {
    margin-top: 0px;
}

.w-80 {
    width: 80%;
}

@media screen and (max-width: 1200px) {
    .mobile-transparent {
        background-color: transparent;
        border: none;
    }

    button.mobile-transparent:active {
        background-color: rgba(0, 0, 0, 0.125);
    }
}

.footer .btn {
    min-width: 100px;
    width: auto !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #111;
}

/*.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}*/

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ddd;
}

.swal-footer {
    display: flex;
    justify-content: center;
}

.swal-button--confirm {
    background-color: #007A85 !important;
}

.swal-button--cancel {
    color: #555 !important;
    background-color: #efefef !important;
}

.swal-button--confirm:not([disabled]):hover {
    background-color: #007a85 !important;
    opacity: .9;
}

.swal-button--cancel:not([disabled]):hover {
    background-color: #e5e5e5 !important;
    opacity: .9;
}

.swal-button:focus {
    box-shadow: none;
}
