/* CSS Document */
.divBorder{
 border: 2px solid black;
}
.dropdownColor{
 background-color: lightblue;
 color: red
}
.tableTr { 
 line-height: 0.8; 
}
.helpText{
 border: 2px solid black;
 font-size: 80%;
}
.horizontalGap{
 line-height: 0.2;   
}
.figBorderCenter{
 border: 2px solid black;
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.alignRight{
 text-align: right;
}
/*  when using Bootstrap, this will add row borders to the table in dcc.Markdown
 *   Table
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
    border-collapse: collapse;
  }
  th:not(.CalendarDay),
  td:not(.CalendarDay) {
    padding: 6px 8px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1; }
  th:first-child:not(.CalendarDay),
  td:first-child:not(.CalendarDay) {
    padding-left: 0; }
  th:last-child:not(.CalendarDay),
  td:last-child:not(.CalendarDay) {
    padding-right: 0; }

img[src*="#figuras_grandes"] {
      width:1153px;
      height:648px;
}

/* Torna a borda da aba inativa mais visível */
.nav-tabs .nav-link {
    border: 2px solid #dee2e6 !important; 
    margin-right: 2px; /* Pequeno espaço entre as abas */
}

/* Destaca a aba ativa com bordas mais fortes e uma cor de destaque */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 2px solid #00AEF9 !important; /* Cor da borda ativa */
    border-bottom-color: transparent !important; /* Mantém o efeito de "aba aberta" */
    font-weight: bold;
}
