.report-table__rednumbers {
  color: red !important;
}

.report-table__subtotal {
  background-color: #002856 !important;
  color: white;
}

.reportes-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reportes-checks > * {
  margin-right: 0.5em;
}

.reportselector__showreport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.reportselector__showreport > * {
  margin-right: 0.5em;
}

.login__rememberme label {
  position: initial;
}
