<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pivot-report-table table.pvtTable tr td.pvtVal {
    color: #3D3D3D;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #ddd;
    vertical-align: top;
    text-align: right;
    float: none;
    width: auto;
    margin: auto;
}

/* Customizing CSS for PivotTable */
table.pvtUi {
  max-width: 100%;
  border-collapse: separate;
}

table.pvtUi td:first-child {
    width: 20%;
    overflow: hidden;
}

table.pvtUi td:last-child {
    width: 80%;
}

.pvtAxisContainer li span.pvtAttr {
    height: auto;
}

th.pvtAxisLabel, th.pvtRowLabel, th.pvtColLabel {
    text-transform: none;
}

.pvtAttrDropdown {
    width: 191px;
}

.pvtRendererArea {
    overflow-x: scroll;
}

select.pvtAggregator {
  margin: 0;
  width: 80%;
}

.pvtHorizList li {
    display: inline-block;
}

#pivot-report-preloader.hidden {
  display: none;
}

.pvtFilterBox input[type=text].inner_date {
  width: 7em;
}

.pvtFilterBox div.inner_date_filters {
  text-align: center;
}

select.relativeFilter {
  width: 14em;
}

/* Pivot Table configuration block */

#pivot-report-config {
  padding: 10px 0px;
  margin-top: 12px;
}

#pivot-report-config .form-item {
  display: inline-block;
  vertical-align: middle;
}

#pivot-report-config .hidden {
  display: none;
}

#pivot-report-filters {
  display: none;
}

#pivot-report-config select.report-config-select {
  width: 26em;
}

#pivot-report-type select.pvtRenderer {
  width: 14em;
}

.pvtAxisContainer li span.pvtAttr {
  background: none;
  border: none;
  padding: 0px;
  white-space: normal;
}

.pvtAxisContainer li.ui-sortable-handle {
  background: #F3F3F3;
  border: 1px solid #DEDEDE;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

span.pvtTriangle {
  background:url(../resources/icons/filter-icon-1.png) 0 1px no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
  float: right;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

td.pvtVals {
  width: 20%;
  padding: 20px;
  vertical-align: middle;
}

#cols_help_msg, #rows_help_msg {
  margin: 20px;
  color: #aaa;
  font-size: small;
}

table.pvtUi td.pvtVertList {
  height: 38em;
  overflow-y: scroll;
  display: inline-block;
  width: 190px;
}

div.pivot-report-output-config div.pivot-report-export-button {
  margin-left: 1em;
}

/* Pivot Table progress bar */

#pivot-report-preloader .progress .progress-bar {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#pivot-report-preloader .progress .progress-value {
  position: absolute;
  width: 100%;
  text-align: center;
}

div.right-align {
  float: right;
}</pre></body></html>