﻿
@font-face {
    font-family: Montserrat;
    font-weight: 400;
    src: url(".../fonts/Montserrat-Regular.eot?") format("eot"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat") format("svg");
}

@font-face {
    font-family: Montserrat;
    font-weight: 700;
    src: url("../fonts/Montserrat-Bold.eot?") format("eot"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat") format("svg");
}

#ajudaSuporteSubmenu li a span {
    width: 10px;
}

.ui-state-full {
    flex: 1;
    display: inline-flex;
    overflow: auto;
    padding: 0px;
    margin: 0px;
    width: 100%;
    overflow-x: auto;
}

.ui-state-default {
    height: 160px;
    display: inline-flex;
    padding: 0px;
    margin: 0px;
}

    .ui-state-default > .draggable {
        border-radius: 10px;
        width: 150px !important;
        height: 150px !important;
        padding: 0em;
        margin: 0px 10px 10px 0px;
        float: left;
        background-color: white;
        border: 1px solid #6E6D70;
        color: #6E6D70;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.form-control > icon-form-control {
    font-family: 'icomoon', 'Second Font name'
}


.table > tbody > tr > td {
    vertical-align: middle;
}

.table > tfoot > tr > td {
    vertical-align: middle;
    padding: 8px 10px;
}

.table > thead > tr > th {
    vertical-align: middle;
    padding: 8px 10px 8px 10px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.container-fluid {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .container-fluid > border {
        border: 1px solid #cecece;
    }

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}
/*Serve para aplicar cor fundo na coluna de nota de entrada na central, apenas é aplicado essa class quando for adicionado a class via JS na função AplicarMercadoria em Central.js*/
.aplicar-fundo-verde {
    background-color: rgb(137, 232, 148) !important; /* Altere para a cor desejada */
}

.aplicar-fundo-vermelho {
    background-color: red !important; /* Cor vermelha */
    color: black !important;
}

.btn-radius {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
/*Estilo para estrela do botão de relatorios*/
.btn-favorito {
    color: #FFD43B;
    min-width: 27px;
    max-width: 27px;
    cursor: pointer;
}
/*Estilo para estrela da aba relatorios*/
.img-star {
    min-height: 19px;
    max-height: 19px;
}

.btn-primary {
    background-color: #f8f9fa;
    border: 1px solid #0366d6;
    border-radius: 1px;
    color: #0366d6;
}

.btn-success {
    background-color: #f8f9fa;
    border: 1px solid #2ea44f;
    border-radius: 1px;
    color: #2ea44f;
}

.btn-danger {
    background-color: #f8f9fa;
    border: 1px solid #e62143;
    border-radius: 1px;
    color: #e62143;
}

.btn-secondary {
    background-color: #f8f9fa;
    border: 1px solid #6E6D70;
    border-radius: 1px;
    color: #6E6D70;
}

.btn-warning {
    background-color: #f8f9fa;
    border: 1px solid #ffbf00;
    border-radius: 1px;
    color: #ffbf00;
}

    .btn-warning:hover {
        color: white;
    }

.btn-info {
    background-color: #f8f9fa;
    border: 1px solid #36A9AE;
    border-radius: 1px;
    color: #36A9AE;
}

.btn-link span {
    color: inherit !important;
}

.btn-link i {
    color: inherit !important;
}
.bg-table-tfoot {
    /*background-color: #8e8d8d;*/
    background-color: #5e5d5d;
    color: white;
    border: 1px solid #6E6D70;
}

.bg-table-thead {
    /*background-color: #8e8d8d;*/
    background-color: #565656;
    color: white;
    border: 1px solid #6E6D70;
}

.bg-table-thead-sub {
    /*background-color: #8e8d8d;*/
    background-color: #938f8f;
    color: white;
    border: 1px solid #6E6D70;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* NAVBAR DETAILS */
.noo-navbar-wrapper {
    width: 100%;
    height: 5vh;
}

.noo-navbar {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .noo-navbar li.noo-navbar-item:not(:first-child) {
        border-left: 2px solid black;
    }

.noo-navbar-item {
    display: inline-block;
    /*padding: 5px 5vw;*/
    font-size: 15px;
}

    .noo-navbar-item a div {
        width: 15vw;
        height: 5vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .noo-navbar-item {
        font-size: 12px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    .noo-navbar-wrapper {
        height: auto
    }

    .noo-navbar-item {
        display: block;
    }

        .noo-navbar-item a div, .noo-navbar img {
            width: 100%;
        }

    .noo-navbar li.noo-navbar-item:not(:first-child) {
        border-left: 0;
        border-top: 2px solid black;
    }
}
/* -------------- */

/* Sticky footer styles
-------------------------------------------------- */

@media (min-width: 768px) {
    .input-group .btn-block {
        width: auto;
    }

    .input-group:has(.btn-block) {
        width: auto;
        display: inline-block;        
    }

    html {
        font-size: 16px;
    }

    .vertical-center {
        min-height: 100%; /* Fallback for browsers do NOT support vh unit */
        min-height: calc(100vh - 65px); /* These two lines are counted as one :-)       */

        display: flex;
        align-items: center;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100vh;
}

body {
    /* Margin bottom by footer height */
    background-image: url('/img/fundo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    overflow-y: hidden;
}

html,
body {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    z-index: 0;
}

.footer {
    background-color: #f4f4f4;
    padding: 5px;
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 40px;
}

#loader {
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 99999;
    background-color: rgb(249,249,249);    
}

.bg-c-blue {
    background: #007bff; /*linear-gradient(45deg, #002D80, #B4ACFF);*/
}

.bg-c-blue2 {
    background: linear-gradient(45deg, #004696, #3DECFF);
}

.bg-c-blue3 {
    background: linear-gradient(45deg, #002249, #00A698);
}

.bg-c-green {
    background: #20e485; /*linear-gradient(45deg, #2BBA26, #19F78C);*/
}

.bg-c-yellow {
    background: #e8b549;
}

.bg-c-brown {
    background: linear-gradient(45deg, #402015, #E65C00);
}

.bg-c-red {
    background: #FF004D;
}

.bg-c-pink {
    background: linear-gradient(45deg, #FF00BB, #FFA5EC);
}

.bg-c-pink2 {
    background: linear-gradient(45deg, #AD336D, #F8997D);
}

.bg-c-purple {
    background: #b65eee;
}

.bg-c-silver {
    background: #9c9999;
}

.bg-c-orange {
    background: #FFA500;
}

.bg-dashboard {
    background: #66577d;
}

.bg-c-carbon {
    background: #808080;
}

.card {
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card-block {
    padding: 25px;
}

.order-card {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-height: 100%;
}

    .order-card:hover {
        animation-duration: 0.25s;
        transform: scale(1.02);
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.expansive-card {
    padding-top: 0 !important;
    height: 0px !important;
    opacity: 0;
    display: none;
    transform: translate(0%, -100%);
}

.multi-button {
    z-index: -1;
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    border-radius: 100%;
    width: 0rem;
    height: 0rem;
    transform: translate(-50%, -50%);
    transition: .25s cubic-bezier(0.25, 0, 0, 1);
}

.draggable:hover .btn-secondary {
    opacity: 1;
}

.draggable > .btn-secondary {
    border: none;
    border-radius: 8px;
    opacity: 0;
    height: 50px;
    width: 50px;
}

.container-button:hover > .multi-button {
    width: 8rem;
    height: 8rem;
    z-index: 0;
}

    .container-button:hover > .multi-button > .single-button {
        opacity: 1;
        transition: opacity .25s ease-in-out;
    }

.single-button {
    display: grid;
    place-items: center;
    position: absolute;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: .25s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0rem -.25rem #000000;
    color: #ffffff;
    opacity: 0;
}

    .single-button:hover {
        box-shadow: 0 0 1rem -.25rem #000000;
    }

    .single-button:first-child:nth-last-child(1) {
        left: 25%;
        top: 25%;
    }

.order-card i {
    font-size: 26px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -9px;
    }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}


.expand-button {
    position: relative;
}

.accordion-toggle .expand-button:after {
    content: '-';
    font-size: 22px;
}

.accordion-toggle.collapsed .expand-button:after {
    content: '+';
    font-size: 22px;
}

.float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding-left: 15px;
    padding-right: 15px;
}

.wpp-float {
    margin-top: 16px;
}

/* ---------------------------------------------------
    FOOTBAR STYLE
----------------------------------------------------- */

.float-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
}

.wpp-footer {
    width: 40px;
    height: 35px;
    position: fixed;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0px;
    cursor: pointer;
    transition: all .4s;
    
    border-radius: 10px;
    z-index: 100;
    bottom: 2px;
    right: 5px;
}

    .wpp-footer .wpp-icon {
        position: absolute;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #25d366;
        
        border-radius: 10px;
        margin-right: 10px;
        transition: all .4s;
    }

    .wpp-footer:hover {
        width: 280px;
        border-radius: 10px;
        color: black;
        background-color: #25d366;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.26);
    }

    .wpp-footer span {
        transform: translate(60px);
        color: white;
        font-weight: bold;
        font-size: medium;
        white-space: nowrap;
    }

    .wpp-footer:hover .wpp-icon {
        background: white;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.26);
        color: rgb(59, 59, 59);
    }

.cookie-footer {
    box-shadow: 0.25rem 0 0.75rem rgb(0 0 0 / 50%);
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
    display: none;
    padding: 0 1rem;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.lista-itens-menu {
    overflow-y: hidden;
    height: calc(100vh - 98px);
    overflow-x:hidden;    
}

    #sidebar {
        width: 70px;
        color: #fff;
        transition: all 0.3s;
    }

@media (max-width: 768px) {
    .lista-itens-menu {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; /* Suaviza o scroll no iOS */
    }
}

    #sidebar.expanded, .sidebar-fixed {
        width: 300px !important;
    }

        #sidebar.expanded span,
        .sidebar-fixed span {
            display: inline-block !important;
        }

        #sidebar:hover .lista-itens-menu {
            overflow-y: auto; /* Ativa o scroll no hover */
        }

    #sidebar a {
        display: inline-block;
        white-space: nowrap;
    }

    #sidebar i {
        width: 50px;
        text-align: center;
        vertical-align: middle;
    }

    #sidebar span {
        display: none;
        vertical-align: middle;
    }

    #sidebar:hover span, .sidebar-fixed span {
        /*display: inline-block !important;

            flavio
        */
    }

    #sidebar.active {
        margin-left: -70px;
    }

    #sidebar .sidebar-header {
        /*
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 8px;
        */
        padding: 7.5px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;        
    }

.sidebar-header #ImgLogoCabecalho {
    margin-left: 12px;
    
}

    #sidebar ul.components {
        border-bottom: 1px solid #563d7c;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
        color: #fff;
    }

        #sidebar ul li a span {
            margin-left: 5px;
            margin-right: 10px;
        }

    #sidebar ul li:hover > a, #sidebar ul li:hover > div {
        color: #fff;        
    }

    #sidebar ul li:focus > a, #sidebar ul li:focus > div {
        color: #fff;
    }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #fff;
    }

#sidebar-lock {
    height: 100%;
    color: #212529;
    cursor: pointer;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle i {
    transition: transform 0.3s ease-in-out;
}

.favorito-item a {
    cursor: pointer;
}

    .favorito-item a:hover {
        text-decoration: underline !important;
    }

.modulo-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .modulo-item a {
        width: 90%;
        white-space: nowrap;
    }

    .modulo-item div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 10%;
        cursor: pointer;
        height: 41px;        
    }

        .modulo-item div span {
            font-size: medium;            
        }

        .modulo-item a span {
            width: 10px;
        }

            ul ul a {
    font-size: 1.0em !important;
    padding-left: 30px !important;
    
}

ul ul ul a {
    font-size: 1.0em !important;
    padding-left: 60px !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%; /*calc(100% - 250px);    */
    min-height: 100vh;
    overflow-y: auto; /* Habilitar scroll no conteúdo */
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {

    #ConteudoPrincipal {
        /*left: 0;
        position: fixed;*/
    }

    #sidebar {
        margin-left: -70px;
        z-index: 999;
    }

    #content {
        width: 100%;
        min-height: 100vh;
        transition: all 0.3s;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }

    .fc-toolbar.fc-header-toolbar {
        display: flex;
        flex-direction: column;
    }

        .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
            order: 3;
            margin: 5px;
        }

        .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
            order: 1;
        }

        .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
            order: 2;
        }
}

.dataTables_scrollHeadInner, .table {
    width: 100% !important;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    overflow-x: clip;
}


.login-cadastro-container {
    max-width: 400px;
    margin: auto;
    margin-top: 50px;
    padding: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#ConteudoPrincipal {
    overflow-x: hidden;
    margin-top: -10px;
}

input.form-control {
    border-color: #ccc; /* Cor da borda */
}

input.form-control {
    border-radius: 5px; /* Borda arredondada */
}

input.form-control {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); /* Sombra sutil */
}

input.form-control {
    transition: border-color 0.2s ease-in-out; /* Transição suave */
}

    input.form-control:focus {
        border-color: #007bff; /* Cor da borda ao focar */
    }

select.form-control {
    border-color: #ccc; /* Cor da borda */
    border: 1px solid #ccc; /* Cor da borda */
}

select.form-control {
    border-radius: 5px; /* Borda arredondada */
}

select.form-control {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); /* Sombra sutil */
}

select.form-control {
    transition: border-color 0.2s ease-in-out; /* Transição suave */
}

    select.form-control:focus {
        border-color: #007bff; /* Cor da borda ao focar */
    }


.btn {
    border-radius: 5px; /* Borda arredondada */
}

.btn {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra sutil */
}

.btn {
    transition: background-color 0.2s ease-in-out; /* Transição suave */
}

    .btn:hover {
        background-color: #8cc0f5; /* Cor de fundo ao passar o mouse */
    }


.nav-link {
    color: black; /* Cor do texto dos links */
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #555; /* Cor do texto dos links ao passar o mouse ou focar */
}

.select2-container {
    border-color: #ccc; /* Cor da borda */
    border: 1px solid #ccc; /* Cor da borda */
    border-radius: 5px; /* Borda arredondada */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); /* Sombra sutil */
}

.bg-table-thead {
    background-color: #747171;
}


.nav-tabs-container {
    overflow-x: auto; /* Adiciona rolagem horizontal */
    white-space: nowrap; /* Impede que os itens quebrem em várias linhas */
    scroll-behavior: smooth;
}

.nav-tabs {
    display: flex; /* Altera para um layout flexível */
    flex-wrap: nowrap; /* Impede que os itens quebrem em várias linhas */
    overflow-x: auto; /* Adiciona rolagem horizontal */
    overflow-y: hidden;
}

    .nav-tabs .nav-item {
        flex: 0 0 auto; /* Permite que os itens tenham largura automática */
    }

.font-weight-bold {
    color: #666567;
}

.bg-table-thead {
    color: white;
}

.borda-grafico {
    padding: 5px;
    height: 100%;
    border: 1px solid #ccc; /* Cor e espessura da borda */
}

#dbReceitasFinanceiro .apexcharts-canvas {
    border: 0px; /* Cor e espessura da borda */
}

#dbDespesasFinanceiro .apexcharts-canvas {
    border: 0px; /* Cor e espessura da borda */
}

@media (max-width: 576px) {
    #DREFinanceiroTabela th, #DREFinanceiroTabela td {
        min-width: 100px; /* Defina o tamanho mínimo desejado */
    }
}

.custom-file, .custom-file-input, .custom-file-label {
    cursor: pointer;
}

.custom-file-label::after {
    content: '...';
    background-color: white;
    border: 0.5px solid black;
    cursor: pointer;
}

@keyframes slideInRightBounce {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    60% {
        transform: translateX(-30px);
        opacity: 1;
    }

    80% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0);
    }
}

.slide-in-right {
    animation: slideInRightBounce 0.6s ease-out;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

