body {
  color: #03a69e;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
input{
  font-family: 'Montserrat', sans-serif;
}

a{
  font-family: 'Montserrat', sans-serif;
  outline: none;
  text-decoration: none;
  color: #999999;
}

.header{
  border-bottom: 1px solid rgba(34,36,38,.15);
}

.documentacao{
  padding-left: 75px;
  padding-top: 3rem;
  background-color: #03a69e;
  height: 100px;
  color: white;
}

.container{
  height: 100%;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 2%;
}

.filtroArea{
  padding-top: 1rem;
  position: relative;
  display: flex;
  height: 100px;
  width: 90%;
  align-items: center;
  justify-content: flex-end;
}

.subMenu{
  cursor: pointer; 
  padding-left: 3rem;
  color: #999999;
  font-weight: bold;
  padding-top: 10px;
}

#filtro {
  background-color: #e2e2e2;
  color: #999999;
  width: 200px;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  border-radius: 15px;
  outline: 0;
  position: absolute;
}

#PesquisaIcone{
  position: absolute;
  right: 34px;
  top: 46px;
  height: 25px;
  width: 25px;
}

#PesquisaIcone:hover{
  cursor: pointer;
}


.AgenteDeCobrança {
  display: none;
}

.CentrosDeResultados{
  display: none;
}

.ConsultaDeSaldos{
  display: none;
}

.HistoricoContabil{
  display: none;
}

.Integracoes{
  display: none;
}

.Lancamentos{
  display: none;
}

.PeriodoLancamentoContabil{
  display: none;
}

.PlanoDeContas{
  display: none;
}

.PlanoPorEstabelecimento{
  display: none;
}

.PrevisaoOrcamentaria{
  display: none;
}
.RelatoriosCTB{
  display: none;
}

.TransferênciaResultado {
  display: none;
}


.Sped {
  display: none;
}


.seta-cima {
  justify-content: end;
  width: 10px;
  height: 10px;
}
