@import url('https://fonts.googleapis.com/css2? family= Onest:wght@100;200;300 & display=swap');

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}




body {
    width: 100%;
    height: 100%;
    
}

/*header {
    height: 30%; // altura
    background: green;
    width: 100%;
}*/


main {
    width: 100%;
    height: 100%;
    margin-bottom: 55px;
    
}



/*.footer {
    height: 50px;
    background: white;
    position: absolute;
    bottom: 0;
    text-align: center;
    justify-content: flex-end;
}
.container {
    background: red;
    height: 50px;
    text-align: center;
    position: relative;
    width: 100%;
}*/
/*.footer {
    height: 50px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;*/ /* Adicione essa linha para garantir que o rodapé comece da borda esquerda */
    /*right: 0;*/ /* Adicione essa linha para garantir que o rodapé termine na borda direita */
    /*text-align: center;
    display: flex;
    align-items: center;*/ /* Centralize verticalmente o conteúdo do rodapé */
/*}

.container {
    background: red;
    height: 50px;
    text-align: center;
    line-height: 50px;*/ /* Centralize verticalmente o conteúdo da div interna */
/*}*/

.footer {
    height: 50px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    border-top: 0.1px solid #e1dbdb;
    z-index: 1;
}

.container {
    background: white;
    height: 48px;
    text-align: center;
    line-height: 50px;
    
}




/*
nav.menu-lateral {
    width: 62px;
    height: 100%;
    background-color: white;
    padding: 25px 0 40px 1%;
    box-shadow: 1px 0 0 #808080;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: 1s;
}*/

/*nav.menu-lateral:hover{*/ /*quando coloca o mouse aumenta o menu */
    /*width:245px;
    
}


.btn-expandir {
    width: 100%;
    padding-left: 10px;
 
}

.btn-expandir > i {
    color: #051667;
    font-size: 30px;
    cursor: pointer;
    margin-left: 18px;
    margin-top: 18px;
}*/

/*ul{
    height:100%;
    list-style-type:none;
    padding:0;
    
}*/

/*ul li.item-menu a {
    color: #051667;
    text-decoration: none;
    font-size: 17px;
    padding: 1px 4px;
    display: flex;
    margin-bottom: 8px;
    line-height: 40px;
}*/

/*ul.itens{
    margin-top:90px;
}

ul li.item-menu a .txt-link{
    margin-left:29px;
}

ul li.item-menu a .icon > i {
   font-size:22px;
   margin-left:5px;
}


ul li.item-menu:hover{
    background:#89868631;
}


ul li.item-menu {
    transition: .8s;
}*/



label {
    font-size: 20px;
    font-family: 'Onest', sans-serif;
   
    font-weight: 400;
    color: #092454;
}
.form-control{
    font-size:17px;
}


th {
    font-size: 23px;
    font-family: 'Onest', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #092454;
}

td {
    font-size: 17px;
}

dt {
    font-size: 17px;
    font-family: 'Onest', sans-serif;
    font-size: 20px;
    font-weight: 300;
}
dl {
    font-size: 17px;
}

.max-width-200 {
    max-width: 200px;  /*ou outro tamanho desejado */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
#menu-icon-pqn {
    position: absolute;
    top: 0px;
    left: 0px;
}*/

/*#menu-icon {
    position: absolute;
    top: 10px;
    left: 15px;
    
}


#menu-icon {
    opacity: 0; 
}*/



.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 17%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.3s;
    border-right: 1px solid;
    border-color: #BABEBF;
    background: #d8d8d8;
    margin-left: -17%;
    z-index: 2;
    -webkit-box-shadow: 5px 1px 10px 3px #cccccc;
    -moz-box-shadow: 5px 1px 10px 3px #cccccc;
}


#sidebar .sidebar-header {
    padding: 20px;
    margin-bottom:20px;
    border-bottom:1px solid #cbcbcb

}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #194AB8;
    padding-left:25px;
    text-decoration:none;
}


#sidebar ul li a:hover {
    color: white;
    background: rgb(25,74,184,1);
}

.logo {
    width:100%;
  
}

ul ul a {
    font-size: 1.0em !important;
    padding-left: 50px !important;
}



#conteudo {
/*    margin-top: 1%;
*/   

      margin-left: 1%; /*Margem esquerdfa padrão quando a barra lateral está aberta*/
}

#conteudo.conteudo-expandido {
    margin-left: 17%; /*Margem esquerda expandida quando a barra lateral está fechada */
}


#sidebar.active {
    margin-left: 0;
}


#sidebarCollapse { /*botão abre e fecha */
    margin-left: 10px; /*  Margem à esquerda para afastar do lado esquerdo da barra de navegação */
    padding: 5px 10px; /*Espaçamento interno para melhor aparência */
    background: #d8d8d8;
    border-color: rgb(186,190,191,1);
    
}


.alterar{
    padding-left:12px;
}

.row.buscar {
    align-items: center;
    margin-top: 10px;
}

.titulo{
    margin-top:80px;
    margin-left:8px;
}

.checkbox-container {
    display: flex;
    flex-direction: column;
}

.checkbox-label {
    margin-bottom: 15px;
}

.checkbox {
    padding-left: 60px;
}





