/** Automatically converted from QueryCharts.css **/
.query-charts-view > .chart-hosts-list {
  position: absolute;
  top: 38px;
  bottom: 0;
  overflow: auto;
  width: 100%;
}

.query-charts-view .query-chart-toolbar .bowtie-icon.bowtie-math-plus {
  color: rgba( 16, 124, 16 ,  1 );
  color: rgba( var(--palette-accent2-dark,16, 124, 16) ,  1 );
}

.query-charts-info-bar .charts-title {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
  padding-right: 10px;
}

.ui-dialog .ui-dialog-content.advertisement-dialog {
  overflow: hidden;
}

.advertisement-dialog IFrame,
.advertisement-dialog div {
  width: 100%;
  height: 100%;
  border: 0px;
}

.new-queries-view .query-charts-view {
  height: 100%;
  /* for IE11, otherwise the container doesn't fill the entire space */
}

.new-queries-view .query-charts-view .query-charts-zero-data-container {
  flex: 1;
}

.new-queries-view .query-charts-view > .chart-hosts-list {
  top: 0px;
}

.new-queries-view .query-charts-view > .chart-hosts-list .chart-hosts-list-items {
  display: flex;
  flex-wrap: wrap;
  margin: 15px;
}
