html,
main#main {
  overflow-y: hidden;
}

#table-statistics tbody td:not(:first-child) {
  text-align: right;
}

#table-col .ui-jqgrid-bdiv {
  overflow-x: hidden;
  overflow-y: scroll;
}

#btn-go-top {
  transform: rotate(180deg);
  right: calc(var(--bs-body-font-size) * 2.5);
  bottom: calc(var(--bs-body-font-size) * 2.5);
}
#btn-go-top:not(:hover) {
  opacity: 0.1;
}

#table-config-column .pvtVals.pvtUiCell *,
#table-config-column table.pvtUi > tr:first-child *,
#table-config-column .pvtVal,
.pvtTotal,
.pvtTotalLabel,
.pvtGrandTotal,
.pvtTriangle {
  display: none;
}

#table-col {
  /*th, td {
     font-size: $font-size-base;
  }

  thead {
      background: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity);
  }*/
  /*table {
          overflow-x: hidden;
          overflow-y: scroll;
      }
  */
}
#table-col th, #table-col td {
  font-size: 1rem;
  text-wrap: nowrap;
}
#table-col thead th {
  background: inherit;
}
#table-col .pvtRowLabel {
  background: unset;
}

[data-period-type="1"] .container-period-settings:not(.show-year) option[value$="-00-00"], [data-period-type="1"] .container-period-settings:not(.show-month) option:not([value$="-00-00"]),
[data-period-type="2"] .container-period-settings:not(.show-year) option[value$="-00-00"],
[data-period-type="2"] .container-period-settings:not(.show-month) option:not([value$="-00-00"]),
[data-period-type="3"] .container-period-settings:not(.show-year) option[value$="-00-00"],
[data-period-type="3"] .container-period-settings:not(.show-month) option:not([value$="-00-00"]) {
  display: none;
}

.display-level-spacer {
  display: inline-block;
  width: 1em;
}

/*# sourceMappingURL=display.css.map */
