[data-page='dashboardPDFView'] {
  background: none;

  right-view {
    background: none;
  }

  ui-view {
    padding: 0 16px;
  }
}

page-dashboard-pdf-view {
  display: block;

  dashboard-panel {
    height: 50vh;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 6px 24px;

    &[x-type='event'] {
      height: auto;
    }

    .box {
      background: white;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1) !important;
    }

    .field-config {
      display: none;
    }
  }

  .hold-box {
    height: 50vh;
  }

  .chart-part {
    height: 100%;
    display: flex;
    flex-direction: column;

    .chart-wrap {
      flex: 1;
    }
  }

  .form-inline {
    span {
      display: none;
    }
  }

  .select-fields-box {
    display: none;
  }

  th:not([x-order]) {
    .sortby-indicator {
      display: none;
    }
  }

  .record-list-line {
    max-height: none !important;
  }
}
