/* line 1, /opt/genieacs-gui/app/assets/stylesheets/report.css.scss */
.reportTable {
  position: absolute;
  display: block;
  overflow: auto;
  width: 1000px;
}

/* line 8, /opt/genieacs-gui/app/assets/stylesheets/report.css.scss */
.reportbox {
  display: inline-block;
  width: 500px;
  height: 400px;
}

/* line 14, /opt/genieacs-gui/app/assets/stylesheets/report.css.scss */
.chartWrapper {
  position: relative;
}

/* line 18, /opt/genieacs-gui/app/assets/stylesheets/report.css.scss */
.chartWrapper > canvas {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* line 25, /opt/genieacs-gui/app/assets/stylesheets/report.css.scss */
.chartAreaWrapper {
  width: 800px;
}
