/* flot chart : tooltip z-index fix : fullscreen mode */
#flotTip {
  z-index: 999999 !important; }

/* RTL is not supported */
.flot-chart {
  direction: ltr !important; }

.legend > svg.legendLayer {
  fill: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 25px rgba(140, 152, 164, 0.1); }

.legend > svg.legendLayer text,
.legend > svg.legendLayer text > tspan {
  fill: #121212;
  stroke: none; }
