body .doughnutChart {
  position: relative;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  display: inline-block;
  cursor: default;
}
body .doughnutChart path:hover {
  opacity: 0.65;
}
body .doughnutChart .arcTitle {
  font-size: 11px;
  font-weight: 800;
}
body .doughnutChart.doughnutShadow {
  -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15));
}
body .doughnutChart .doughnutSummary .doughnutSummaryTitle {
  font-size: 20px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
body .doughnutChart .doughnutSummary .doughnutSummaryNumber {
  font-size: 40px;
  font-weight: bold;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
body .doughnutChart .doughnutIndicatorShadow {
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
}
body .doughnutChart .labels {
  color: #fff;
}
body .doughnutTip {
  position: absolute;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 1px;
  background: #02394d;
  color: #ddd;
  font-size: 17px;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.06em;
  pointer-events: none;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
body .doughnutTip:after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.7);
  line-height: 0;
}
body .doughnutChartBox {
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
body .doughnutChartBox .doughnutChartTitle {
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.01em;
}
body .doughnutChartBox .doughnutChartItems {
  text-align: center;
}
body .doughnutChartBox .doughnutChartItems .doughnutChartItem {
  display: block;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
body .barChart, body .verticalBarChart {
  position: relative;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  display: inline-block;
}
body .barChart .barLabel, body .verticalBarChart .barLabel {
  text-transform: uppercase;
  font-weight: 600;
}
body .barChart .barValue, body .verticalBarChart .barValue {
  font-weight: 600;
}
body .barChart .barMask, body .verticalBarChart .barMask {
  font-weight: 800;
}
body .barChart.barShadow, body .verticalBarChart.barShadow {
  -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15));
}
body .barChart, body .verticalBarChart {
  position: relative;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  display: inline-block;
}
body .barChart .barLabel, body .verticalBarChart .barLabel {
  text-transform: uppercase;
  font-weight: 600;
}
body .barChart .barValue, body .verticalBarChart .barValue {
  font-weight: 600;
}
body .barChart .barMask, body .verticalBarChart .barMask {
  font-weight: 800;
}
body .barChart.barShadow, body .verticalBarChart.barShadow {
  -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15));
}
