#ss_datatables_fluxo_caixa_wrapper, #ss_datatables_logs_wrapper {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: fit-content;
  margin: 0 auto;
}

#ss_datatables_fluxo_caixa_wrapper .dt-buttons, #ss_datatables_logs_wrapper .dt-buttons {
  position: absolute;
  /* right: 30px; */
  right: 15px;
  top: 20px;
}
#ss_datatables_fluxo_caixa_wrapper .dt-buttons button, #ss_datatables_logs_wrapper .dt-buttons button {
  border: none;
  outline: none;
  background: none;
  width: fit-content;
  padding: 0;
  margin: 0;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#ss_datatables_fluxo_caixa_wrapper .dt-buttons button span, #ss_datatables_logs_wrapper .dt-buttons button span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#ss_datatables_fluxo_caixa_wrapper .dt-buttons button:active, #ss_datatables_logs_wrapper .dt-buttons button:active {
  border: none;
  outline: none;
  background: none;
  width: fit-content;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
#ss_datatables_fluxo_caixa_wrapper .dataTables_filter, #ss_datatables_logs_wrapper .dataTables_filter {
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* width: calc(100% - 1rem); */
  width: 100%;
  padding: 10px 0 10px 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#ss_datatables_fluxo_caixa_wrapper .dataTables_filter label, #ss_datatables_logs_wrapper .dataTables_filter label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 6rem);
  margin-left: 15px;
}
#ss_datatables_fluxo_caixa_wrapper .dataTables_filter label input, #ss_datatables_logs_wrapper .dataTables_filter label input {
  height: 25px;
  border: 1px solid #ccc;
  padding: 20px 15px !important;
  width: 100%;
}
#ss_datatables_fluxo_caixa_wrapper table, #ss_datatables_logs_wrapper table {
  /*  */
  margin: 0;
  width: 100% !important;
}
#ss_datatables_fluxo_caixa_wrapper table thead, #ss_datatables_logs_wrapper table thead {
  border-right: 1px solid #ccc !important;
  /*  */
}
#ss_datatables_fluxo_caixa_wrapper table thead tr, #ss_datatables_logs_wrapper table thead tr {
  /*  */
}
#ss_datatables_fluxo_caixa_wrapper table thead tr th, #ss_datatables_logs_wrapper table thead tr th {
  background-color: #fff;
  /* font-size: 14.9px; */
  font-size: 15.3px;
  text-align: center;
  position: relative;
}
#ss_datatables_fluxo_caixa_wrapper .dataTables_info, #ss_datatables_logs_wrapper .dataTables_info {
  background-color: #fff;
  padding-left: 15px;
  padding-bottom: 15px;
  width: 100%;
}
#ss_datatables_fluxo_caixa_wrapper table tbody, #ss_datatables_logs_wrapper table tbody {
  /*  */
}
#ss_datatables_fluxo_caixa_wrapper table tbody tr, #ss_datatables_logs_wrapper table tbody tr {
  /*  */
  transition: 0.3s all ease-in-out;
}
.shown {
  /* transition: 0.3s all ease-in-out !important; */
}
.shown td {
  /* border-width: 0 !important; */
}

/* .table-bordered>:not(caption)>*>*{
  border-width: 0 1% !important;
} */

#ss_datatables_fluxo_caixa_wrapper table tbody td,
#ss_datatables_fluxo_caixa_wrapper table tbody th {
  /* font-size: 13px; */
  font-size: 0.8rem;
  text-align: center;
}
#ss_datatables_fluxo_caixa_wrapper table tbody tr:nth-child(odd) td {
background-color: #fff;
}
#ss_datatables_fluxo_caixa_wrapper table tbody tr:not(:nth-child(odd)) td {
  background-color: #fff;
}

#ss_datatables_logs_wrapper{
  border: 0;
}

#ss_datatables_logs_filter{
  border: 0 !important;
}