@import url('geral.css');
@import url('icons.css');
@import url('pop-up.css');
@import url('tabelas.css');
@import url('forms.css');
@import url('style_login.css');
@import url('style_home.css');

.container-side-menu{
    position: relative;
    height: auto;
    opacity: 1;
    padding-bottom:75px;
}
.side-menu-itens{
    display: flex;
    margin-top: 30%;
    padding-left: 9px;
    font-family: system-ui;
    cursor: pointer;
}
.side-menu-itens ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.side-menu-itens ul li{
    padding: 3px;
    background-color: #1B2430;
}
.side-menu-itens ul li a{
    text-decoration: none;
    text-align: left;
    letter-spacing: 0px;
    color: #fff;
    /*text-transform: uppercase;*/
    opacity: 1;
    font-size: 0.82em;
}
.side-menu-itens ul li a:hover{
      transition: 0.5s;
      color: #E53935;
}
.side-menu-itens .sidebar-text{
    color: #E53935;
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
}
.side-menu-itens .sidebar-text:hover{
    cursor: default;
    color: #E53935;
}
.linha{
    width: 80%;
    height: .1%;
    margin-top: 1%;
    margin-bottom: 1%;
    background-color: #721514;
}
.icone-menu{
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 15px;
    border-color: transparent transparent transparent #ffffff;
    line-height: 0px;
    position: absolute;
    margin-top: 1%;
    transition: all .5s;    
}
.seta-menu, .seta-menu2, .seta-menu3, .seta-menu4{ left: 13.2vw;}
.seta-menu:hover{ color: #E53935;}
.submenu{
    overflow: hidden;
    height: 0;
    transform: translateY(-50%);
    transition: all .5s;
    opacity: 0;
}
.submenu2{
    overflow: hidden;
    height: 0;
    transform: translateY(-50%);
    opacity: 0;
}
.submenu3{
    overflow: hidden;
    height: 0;
    transform: translateY(-50%);
    opacity: 0;
}
.submenu4{
    overflow: hidden;
    height: 0;
    transform: translateY(-50%);
    opacity: 0;
}
.submenu-active{
    transition: all .5s;
    overflow: auto;
    height: auto;
    transform: translateY(0%);
    opacity: 1;
}
.seta-menu-activated{
    transition: all .5s;
    transform: rotate(90deg);
}
/* FIM SIDE MENU
-----------------------------------------------*/
section.body-conteudo{
    position: fixed;
    width: 84.5vw;
    height: 91.9vh;
    top: 8vh;
    right: 0;
    overflow-y: scroll;
}
section.conteudo{
    position: relative;
    width: auto;
    margin: 1vh 2vw; 
}

/* FIM TOPO MENU
-------------------------------------*/

.sessao-dados{
    width: 100%;
    overflow: hidden;
    animation: fade 1s ease-in;
}
.container-dados{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 4%;
}
.box_dados{
    position: relative;
    width: auto;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
}

/*ELEMENTOS COMPLEMENTARES
-----------------------------------*/
.controle-acao{
    clear: both;
    display: block;
    width: 100%;
    height: 50px;
}

/*PLANO DE CONTAS 
-----------------------------------*/
.box-centrocusto{
    width: 42%;
    float: left;
}
.box-planocontas{
    width: 50%;
    left: 15px;
}
.plano-contas{
    width: 80%;
    left: calc(calc(100% - 80%) / 2);
}
.tblPlanocontas{
    font-size: 11.5px;
    background-color: #fff;
    width: 100%;
}

.tblCentroCusto{
    font-size: 11.5px;
    width: 100%;
}

/* pagina banco
-----------------------------------*/
.banco{
    width: 90%;
    left: calc(calc(100% - 90%) / 2);
}
.tblBancos{
    width: 100%;
    font-size: 0.82em;
}

/* pagina clientes
-----------------------------------*/
.clientes{
    width: 90%;
    left: calc(calc(100% - 90%) / 2);
    display: inline-block;
}
.tblClientes{ width: 100%; }
/* pagina usuarios
-----------------------------------*/
.usuario{
    width: 90%;
    left: calc(calc(100% - 90%) / 2);
}

/* pagina hospedagens Mensal/Anual
-----------------------------------/
.hospedagem{
    width: 90%;
    left: calc(calc(100% - 90%) / 2);
}
.tblHospedagens{}

/* pagina hospedagens Mensal/Anual
-----------------------------------*/
.projetosWeb{
    width: 90%;
    left: calc(calc(100% - 90%) / 2);
}
.relatorio{
    display: inline-block;
}

.box_valor_total{
    position: relative;
    top: -8vh;
    display: block;
    float: right;
    padding: 10px;
    background: #0bb2ef;
    color:#fff;
    border-radius: 3px;
    box-shadow: 2px 2px 4px 0px #9ab6b7e0;
}