.lista-dados,
.lista-dados-financeiro {
  background-color: #fff;
  min-height: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 13px -4px #000;
  box-shadow: 0 1px 13px -4px #000;
  padding: 20px 15px;
  margin-top: 40px;
}

.lista-dados-fechar,
.lista-dados-fechar-financeiro {
  position: absolute;
  right: 0;
  font-size: 40px;
  top: 10px;
  color: #a20b0b;
  cursor: pointer;
}

.dataTables_wrapper > .row:nth-child(1) > div[class^="col-"]:nth-child(1) {
  display: none !important;
}

.dataTables_filter {
  float: left !important;
}

#dataTables_Financeiro_wrapper {
}
#dataTables_Financeiro_wrapper thead th {
  font-size: 0.8rem;
  white-space: nowrap;
  text-align: center;
}
#dataTables_Financeiro_wrapper tbody td {
  text-align: center;
  font-size: 0.8rem;
  white-space: nowrap;
}
