@page {
  size: landscape;
}
html, body {
  float: none;
}

.break-page-point {
  clear: both;
  display: block;
  width: 100%;
  page-break-after: always;
}

.sidebar-outer {
  display: none;
}

app-header {
  display: none;
}

.main-content {
  padding-left: 0;
  height: auto !important;
}

.main-content .content-wrapper {
  height: auto !important;
}

.dx-scrollable {
  height: auto !important;
}

.common-filter {
  display: none !important;
}

.dashboard {
  float: none;
}
.dashboard .content-wrapper .top {
  display: none;
}
.dashboard .split-container {
  float: none;
  display: block !important;
  page-break-inside: auto;
}
.dashboard .left-content, .dashboard .right-content {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}
.dashboard .right-content {
  page-break-inside: avoid;
}
.dashboard .chart-outer-wrapper {
  margin-left: 30px;
  transform: scale(1.2);
}
.dashboard #usagePlanPaidChartWrapper {
  margin-top: 100px;
}
.dashboard .mat-group-catg-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.dashboard .mat-group-catg-wrapper .outer-wrapper {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.dashboard .top-5-wrapper {
  position: relative;
  left: -70px;
  transform: scale(0.85);
}
.dashboard .toolbar {
  display: none;
}
.dashboard .export {
  display: none;
}
.dashboard .treelist-toolbar {
  display: none;
}
.dashboard #dataGrid1 {
  max-height: unset;
  height: auto !important;
}
.dashboard .dx-treelist-filter-panel {
  display: none;
}
.dashboard .plan-material-treeList-print {
  display: block;
}/*# sourceMappingURL=print.css.map */