/*SERVIDORES*/

.listagem{
    background-color: white;
}

.houseicon{
    width:20px;
    height: 22px;
    color: var(--verde-escuro);
}

.head{
    font-size: 18px;
    min-height: 48px;
    border-radius: 5px;
}

.backhead{
    background-color:#E9ECEF;
}

.dark .backhead{
    background-color: #343A40;
    color: white;
}

.dark .backhead select{
    background-color: #343A40;
    color: white;

}

.dark #conteudo{
    background-color: #343A40;
    color: white;

}

.dark .listagem .form-select{
    background-color: #343A40;
    color: white;
}

.dark .tabela{
    color: white!important;
}

.dark #datalhamentoDados{
    color: white;
}

.dark #receitas-economicas{
    color: white!important;
}

.dark #tabela-receitas-economicas{
    color: white!important;
}

.dark #head-despesas-instituicao{
    color: white!important;
}

.dark .table-striped{
    color: white!important;

}

.dark #treePane .node{
    color: white!important;
}
.dark .iframedark{
    color: white!important;
}
.dark h5{
    color: white!important;
}

.dark .conteudo-internas{
    color: #343A40!important;
}

.dark .menu-lateral{
    color: white!important;
    background-color: #393939!important;
}
.botaoPesquisa{
    background-color: var(--verde-escuro)!important;
    color: white!important;
    border: none!important;
}

.botaoReset{
    background-color: var(--verde-escuro)!important;
    color: white!important;
    border: none!important;
}
.anoSelect{
    padding: 10px;
    font-size: 18px;
	border-bottom: 4px solid var(--verde-escuro);
    border-radius: 5px;
}



.filecard{
    background-color: var(--verde-escuro);
    color: white;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor:pointer;
    height: 2em;
}

.submitbutton{
    background-color: var(--verde-escuro)!important;
    color: white!important;
}

.filecard:hover{
    background-color: var(--my--primary-hover-color);
}
.listagem select{
    border: none;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 1px solid #000000;
    outline: none;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
}

/* .listagem select:focus{
    outline: none;
} */

/* .listagem select:focus + label{
    transform: translateY(-1.5em);
    font-size: 14px;
    transition: transform 0.2s ease;
} */


.listagem label{
    pointer-events: none;
    font-size: 18px;
    /* position: absolute; */
    padding-top: 15px;
}

.listagem h6{
    font-weight: bold;
}

.anexoOrcamento{
    text-decoration: none;
    color: var(--verde-escuro)!important;
}

.anexoOrcamento:hover{
    text-decoration: underline;
}

.tituloExecutivo{
    text-decoration: none;
    color: var(--verde-escuro)!important;
}
.tituloExecutivo:hover{
    text-decoration: underline;
}
  /* Estilização do dropdown de opções 
  .listagem select::-webkit-scrollbar {
    width: 8px;
  }
  
  .listagem select::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
  }
  
  .listagem select::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
  */
