/***BEGIN TestInsightsReportView.css***/
.new-testinsights-analytics-report-view {
  width: 100%;
  height: 100%;
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 ); }
  .new-testinsights-analytics-report-view .testinsights-configuration-commandbar {
    background-color: rgba( 255, 255, 255 ,  1 );
    background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }
    .new-testinsights-analytics-report-view .testinsights-configuration-commandbar .testinsights-configuration-item {
      display: flex;
      max-width: 50%; }
      .new-testinsights-analytics-report-view .testinsights-configuration-commandbar .testinsights-configuration-item:hover {
        background-color: transparent; }
    .new-testinsights-analytics-report-view .testinsights-configuration-commandbar .testinsights-configuration-tooltiphost {
      width: 100%; }
      .new-testinsights-analytics-report-view .testinsights-configuration-commandbar .testinsights-configuration-tooltiphost .testinsights-configuration-label {
        margin: 0px;
        color: rgba( 0, 0, 0 ,  1 );
        color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 ); }
    .new-testinsights-analytics-report-view .testinsights-configuration-commandbar .testinsights-configuration-separator:hover {
      background-color: transparent; }
    .new-testinsights-analytics-report-view .testinsights-configuration-commandbar .testinsights-configuration-button {
      display: flex; }
      .new-testinsights-analytics-report-view .testinsights-configuration-commandbar .testinsights-configuration-button .testinsights-configuration-backButton {
        background-color: transparent;
        border: none; }
        .new-testinsights-analytics-report-view .testinsights-configuration-commandbar .testinsights-configuration-button .testinsights-configuration-backButton:active {
          color: rgba( 0, 0, 0 ,  1 );
          color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 ); }
  .new-testinsights-analytics-report-view .testinsights-analytics-overlay-panel-component {
    height: calc(100% - 41px);
    width: 100%; }
  .new-testinsights-analytics-report-view .overlay-panel-close-button {
    position: absolute;
    top: 0px;
    right: 5px;
    height: 30px; }
  .new-testinsights-analytics-report-view .overlay-right-section {
    float: left;
    height: 100%;
    width: 100%; }
  .new-testinsights-analytics-report-view .details-panel {
    box-shadow: -10px 8px 30px 0px rgba( 200, 200, 200 ,  1 );
    box-shadow: -10px 8px 30px 0px rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
    z-index: 1;
    background-color: rgba( 255, 255, 255 ,  1 );
    background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }
  .new-testinsights-analytics-report-view .testinsight-aggregatereports-trendchart {
    min-height: 480px;
    height: 500px;
    margin: 30px; }
  .new-testinsights-analytics-report-view .scrollable-container {
    overflow: auto;
    height: calc(100vh - 12rem); }
/***END TestInsightsReportView.css***/

