/* line 11, ../sass/snapShotChart.scss */
.snapshot-chart {
  height: 100%;
  width: 100%;
  position: relative;
}
/* line 15, ../sass/snapShotChart.scss */
.snapshot-chart .no-med {
  position: absolute;
  font-size: 16px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 4px;
}
/* line 23, ../sass/snapShotChart.scss */
.snapshot-chart .axis path, .snapshot-chart .axis .tick line {
  stroke: #ccc;
  stroke-width: 1;
  stroke-dasharray: 2.5;
}
/* line 29, ../sass/snapShotChart.scss */
.snapshot-chart .axis.x .domain {
  stroke-dasharray: 0;
}
/* line 32, ../sass/snapShotChart.scss */
.snapshot-chart .axis.x .tick line {
  stroke-dasharray: 0;
}
/* line 37, ../sass/snapShotChart.scss */
.snapshot-chart .axis.y.right .tick line {
  display: none;
}
/* line 40, ../sass/snapShotChart.scss */
.snapshot-chart .axis.y .domain {
  display: none;
}
/* line 43, ../sass/snapShotChart.scss */
.snapshot-chart .axis.y text.lbl {
  font-size: 12px;
  fill: #444;
}
/* line 49, ../sass/snapShotChart.scss */
.snapshot-chart .bar-g rect.active {
  stroke: #000;
}
/* line 52, ../sass/snapShotChart.scss */
.snapshot-chart .key {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  text-align: left;
  color: #000;
}
/* line 60, ../sass/snapShotChart.scss */
.snapshot-chart .key .swatch {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 4px;
}
/* line 66, ../sass/snapShotChart.scss */
.snapshot-chart .key .circle-tap {
  margin-top: 15px;
}
/* line 68, ../sass/snapShotChart.scss */
.snapshot-chart .key .circle-tap svg {
  margin-right: 4px;
}
/* line 76, ../sass/snapShotChart.scss */
.snapshot-chart .tt {
  position: absolute;
  max-width: 200px;
  min-width: 50px;
  line-height: 1.3;
  background-color: #FFF;
  border: 1px solid #ccc;
  display: none;
  top: 0;
  left: 0;
  padding: 4px;
  text-align: left;
  color: #333;
  z-index: 3;
  font-size: 12px;
  opacity: 0.75;
}
/* line 92, ../sass/snapShotChart.scss */
.snapshot-chart .tt.active {
  display: inherit;
}
/* line 96, ../sass/snapShotChart.scss */
.snapshot-chart .tt span {
  display: block;
}
/* line 99, ../sass/snapShotChart.scss */
.snapshot-chart .tt span.close-x {
  position: absolute;
  top: -7px;
  right: -7px;
  padding: 3px;
  text-align: center;
  color: #777;
  font-size: 9px;
  display: none;
  border: 1px solid #ccc;
  border-radius: 100%;
  background-color: #fff;
}
/* line 113, ../sass/snapShotChart.scss */
.snapshot-chart .tt span.med {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
  margin-bottom: 2px;
}
/* line 120, ../sass/snapShotChart.scss */
.snapshot-chart .tt span.time {
  font-size: 11px;
  color: #999;
}
/* line 130, ../sass/snapShotChart.scss */
.snapshot-chart.is-mobile .tt {
  padding: 4px 15px 4px 4px;
}
/* line 133, ../sass/snapShotChart.scss */
.snapshot-chart.is-mobile .tt span.close-x {
  display: inherit;
}
