#module-ps_customreport-customreport #inner-wrapper {
  max-width: 95%;
}

.report-container .report-header .report-form {
  box-sizing: border-box;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.report-container .report-header .report-form > * {
  display: block;
}
.report-container .report-header .report-form > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 5px;
}
.report-container .report-header .report-form > div > * {
  margin: 0 0 0 0;
}
.report-container .report-header .report-form .input-wrapper {
  background-color: lightgray;
  margin-right: 10px;
}
.report-container .report-header .report-form input {
  background-color: lightgray;
  border: none;
  color: black;
  padding: 5px 10px;
  font-size: 1em;
}
.report-container .report-header .report-form button {
  box-sizing: border-box;
  border: 1px darkgray solid;
  padding: 0 10px;
  color: white;
  background-color: black;
}
.report-container .report-body .report-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px lightgray solid;
}
.report-container .report-body .report-table tr th, .report-container .report-body .report-table tr td {
  padding: 3px 10px;
  border: 1px lightgray solid;
  white-space: pre-line;
}
.report-container .report-body .report-table tr th.col-type-NUMERIC, .report-container .report-body .report-table tr th.col-type-CURRENCY, .report-container .report-body .report-table tr td.col-type-NUMERIC, .report-container .report-body .report-table tr td.col-type-CURRENCY {
  text-align: right;
}
.report-container .report-body .report-table tr th > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.report-container .report-body .report-table tr th > div span {
  display: block;
}
.report-container .report-body .report-table tr th > div i {
  display: none;
}
.report-container .report-body .report-table tr th.NONE > div i.NONE {
  display: block;
}
.report-container .report-body .report-table tr th.ASC > div i.ASC {
  display: block;
}
.report-container .report-body .report-table tr th.DESC > div i.DESC {
  display: block;
}
.report-container .report-body .report-table tr th {
  background-color: gray;
  color: white;
}
.report-container .report-body .report-table tr th.col-sortable {
  cursor: pointer;
}
.report-container .report-body .report-table tr:nth-child(2n) td {
  background-color: lightgray;
}
.report-container .report-body .report-table tr:hover td {
  background-color: black;
  color: white;
  border-color: darkgray;
}
.report-container .report-body .report-table tr.hovery td {
  background-color: rgb(64, 64, 64);
  color: white;
  border-color: darkgray;
}/*# sourceMappingURL=report.css.map */