/* HTML css */
svg {
  font: 12px "Open Sans", sans-serif;
  margin: 5px;
}
svg:not(:root) {
  overflow: hidden;
}
.condensed {
	font-family: "Open Sans Condensed", sans-serif;
}
.bold {
  font-weight: bold;
}
.chartGroup {
  font: 24px "Open Sans", sans-serif;
}
.chartGroup span {
  display: block;
}

/* MULTIPLE WIDGETS */
text {
  fill: #656462
}
.axis text {
  font-size: 9px;
}
.axis path, .axis line, line.tableLine {
  fill: none;
  stroke: #656462;
  shape-rendering: crispEdges;
}
.tick line {
  stroke-dasharray: 3,6;
  stroke: #BBBAB9;
  stroke-linecap: round;
}
text.title2 {
  font-size: 12px;
}
text.title1 {
  font-size: 15px;
}
text.xAxisLabel {
  font-size: 10px;
}
text.yAxisLabel {
  font-size: 10px;
}
rect.widgetBorder {
  fill: none;
  stroke: #656462;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}

/* SUMMARY WIDGET */
.summaryIndBackground {
  stroke: none;
}
.summaryIndBackground.positive, .summaryMetric.positive, .summaryMaxPoint {
  fill: #85B183;
}
.summaryIndBackground.negative, .summaryMetric.negative, .summaryMinPoint {
  fill: #B28888;
}
text.summaryTitle {
  font-size: 32px;
}
text.summaryIndicatorText {
  fill: white;
  font-size: 22px;
}
text.summaryIndicatorSuffix {
  fill: white;
  font-size: 12px;
}
tspan.summaryMetricPrefix {
  font-size: 26px;
}
tspan.summaryMetricValue {
  font-size: 64px;
}
text.summaryMetricDesc {
  font-size: 10px;
}
path.summarySparkLine {
  stroke: #656462;
  fill: none;
}
circle.summaryFirstPoint, circle.summaryLastPoint {
  fill: #656462;
}

/* LINE WIDGET */
path.lineSeries {
  stroke: #656462;
  fill: none;
  stroke-width: 2px;
}
g.linePointGroup circle {
  stroke: #656462;
  stroke-width: 2px;
  fill: white;
}

/* BAR WIDGET */
rect.barGoalLine, text.goal {
  fill: #964747;
  stroke: none;
}
rect.legendGoalLine {
  display: none;
}
text.legendText {
  font-size: 9px;
}

/* BULLET WIDGET */
.textBig, .bulletGroup.big {
  fill: #cccccc;
  font-weight: bold;
}
.textMid, .bulletGroup.mid {
  fill: #969696;
  font-weight: bold;
}
.textSmall, .bulletGroup.small {
  fill: #525252;
  font-weight: bold;
}

/* TABLE WIDGET */
.row.header {
  font-size: 10px;
}
.column.header{
  font-size: 10px;
}
.data {
  font-size: 9px;
}