.menu-navegacao {
    font-weight: bold;
}

object {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.centralizado {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

table.tabela-patrimonial {
    border-color: black;
}

.negrito {
    font-weight: bold;
}

.tab-1 {
    padding-left: 1em;
}

.tab-2 {
    padding-left: 2em;
}

.tab-3 {
    padding-left: 3em;
}

.tab-4 {
    padding-left: 4em;
}

.tab-5 {
    padding-left: 5em;
}

.novo-grupo td {
    padding-top: 2em;
}

.ultimo-grupo td {
    padding-bottom: 2em;
}

/* ********************************************************************** */
/* Configuração do Cabeçalho da Tabela do Balancete */
/* ********************************************************************** */
.tabela-patrimonial {
    font-size: 0.875em;
}

table.tabela-patrimonial>thead {
    border-bottom-width: thin;
    border-top-width: thin;
}

table.tabela-patrimonial>thead>tr>th {
    text-align: center;
    padding: 1.2%;
    border-right-width: thin;
    border-left-width: thin;

}

table.tabela-patrimonial>thead>tr>th:not(:last-child) {
    border-right-width: thin;
}

/* ********************************************************************** */
/* Configuração do Corpo da Tabela do Balancete */
/* ********************************************************************** */
table.tabela-patrimonial>tbody>tr:hover {
    background-color: lightblue;
}

table.tabela-patrimonial>tbody>tr>td {
    text-align: right;
    border-right-width: thin;
    border-left-width: thin;
}

table.tabela-patrimonial>tbody>tr>td:first-child {
    text-align: left;
}

table.tabela-patrimonial>tbody>tr>td:not(:first-child) {
    border-left-width: thin;
    padding-left: 2em;
    padding-right: 0.5em;
}

table.tabela-patrimonial>tbody>tr:last-child>td {
    padding-bottom: 2em;
}

table.tabela-patrimonial>tbody {
    border-bottom-width: thin;
}

/* ********************************************************************** */
/* Configuração do Rodapé da Tabela do Balancete */
/* ********************************************************************** */
table.tabela-patrimonial>tfoot>tr {
    border-top-width: thin;
    border-bottom-width: thin;
}

table.tabela-patrimonial>tfoot>tr>td {
    padding: 1.2%;
    text-align: right;
    border-right-width: thin;
    border-left-width: thin;

}

table.tabela-patrimonial>tfoot>tr>td:first-child {
    border-right-width: thin;
    text-align: left;
}

table.tabela-patrimonial>tfoot>tr>td:nth-child(2) {
    border-right-width: thin;
}

.assinaturas {
    display: flex;
    justify-content: space-between;
}

.assinaturas p {
    width: 30%; 
    text-align: left;
}

.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0, 123, 255);
    font-size: 5em;
    color: white;
}


#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

#pdfPopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 8px;
    z-index: 1000;
    width: 80%;
    height: 80%;
}

#pdfFrame {
    width: 100%;
    height: 95%;
    border: none;
}

#closePopup {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #d9534f;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

button.btn.btn-primary {
    padding: 3px 7px;
    /* Ajusta o tamanho do botão */
    font-size: 10px;
    /* Reduz o tamanho da fonte */
    border-radius: 4px;
    /* Arredonda as bordas */
    cursor: pointer;
    transition: background-color 0.3s;
    /* Efeito suave para mudança de cor */
}

/* Opcional: quando o botão for pressionado */
button.btn.btn-primary:hover {
    background-color: #0056b3;
    /* Cor do botão quando o mouse passar por cima */
}

.fixar-botão {
  position: sticky;
  top: 70px;
  z-index: 999;
  background: white;
  box-shadow: 1px 1px 4px rgb(245, 244, 244);
}
.balancete-header {
    position: sticky;
    top: 0px;
    z-index: 0; 
    background: white; 
    box-shadow: 1px 1px 4px rgba(14, 13, 13, 0.856); 
}


.balancete2-header {
    z-index: 0; 
    background: white; 
    box-shadow: 1px 1px 4px rgba(14, 13, 13, 0.856); 
}

tr.selected {
    background-color: #9be2a7 !important;
  }

.linha-destacada {
    background-color: #fff3cd;
    font-weight: bold;
}

.campo-pesquisa {
  width: 300px;
}

#pesquisar-conta, #limpar-pesquisa {
  height: 30px; /* exemplo de altura */
  line-height: 1; /* ajustar para centralizar o texto verticalmente */
}







