@charset "utf-8";
/* Copyright 2016 VMware, Inc. All rights reserved. VMware Confidential */
.advperfcharts-view .chart-title-bar {
  text-align: right;
  line-height: 20px;
  flex-shrink: 0;
}
.advperfcharts-view .chart-title-bar .chart-title {
  font-weight: bold;
  padding-right: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.advperfcharts-view .chart-title-bar .switch-to {
  margin-left: auto;
  padding-right: 7px;
  padding-left: 7px;
}
.advperfcharts-view .chart-container {
  overflow: hidden;
}
.advperfcharts-view .chart {
  height: calc(100% - 250px);
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #ffffff;
}
.advperfcharts-view .chart-legend {
  height: 230px;
}
.advperfcharts-view .chart-legend > span {
  font-weight: bold;
  height: 20px;
}
.advperfcharts-view .chart-legend div[vui-datagrid] {
  height: 210px;
}
.advperfcharts-view .chart-legend div[vui-datagrid] .legend-color-block {
  width: 16px;
  height: 16px;
  display: block;
}
