/** Default Class Prefix **/
.ED_Drill_Slider {
  color: #000000;
}

/** Light Theme Class Prefix **/
.mojo-theme-light .ED_Drill_Slider {
  color: #111111;
}

/** Dark Theme Class Prefix **/
.mojo-theme-dark .ED_Drill_Slider {
  color: #FFFFFF;
}

.ED_Drill_Slider .nv-legend-text {
  fill: #777
}

.ED_Drill_Slider .rickshaw_graph .detail {
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  width: 1px;
  transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
}

.ED_Drill_Slider .rickshaw_graph .detail.inactive {
  opacity: 0;
}

.ED_Drill_Slider .rickshaw_graph .detail .item.active {
  opacity: 1;
}

.ED_Drill_Slider .rickshaw_graph .detail .x_label {
  font-family: Arial, sans-serif;
  border-radius: 3px;
  padding: 6px;
  opacity: 0.5;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  position: absolute;
  background: white;
  white-space: nowrap;
}

.ED_Drill_Slider .rickshaw_graph .detail .x_label.left {
  left: 0;
}

.ED_Drill_Slider .rickshaw_graph .detail .x_label.right {
  right: 0;
}

.ED_Drill_Slider .rickshaw_graph .detail .item {
  position: absolute;
  z-index: 2;
  border-radius: 3px;
  padding: 0.25em;
  font-size: 12px;
  font-family: Arial, sans-serif;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-left: 1em;
  margin-right: 1em;
  margin-top: -1em;
  white-space: nowrap;
}

.ED_Drill_Slider .rickshaw_graph .detail .item.left {
  left: 0;
}

.ED_Drill_Slider .rickshaw_graph .detail .item.right {
  right: 0;
}

.ED_Drill_Slider .rickshaw_graph .detail .item.active {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}

.ED_Drill_Slider .rickshaw_graph .detail .item:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;

  content: "";

  border: 5px solid transparent;
}

.ED_Drill_Slider .rickshaw_graph .detail .item.left:after {
  top: 1em;
  left: -5px;
  margin-top: -5px;
  border-right-color: rgba(0, 0, 0, 0.8);
  border-left-width: 0;
}

.ED_Drill_Slider .rickshaw_graph .detail .item.right:after {
  top: 1em;
  right: -5px;
  margin-top: -5px;
  border-left-color: rgba(0, 0, 0, 0.8);
  border-right-width: 0;
}

.ED_Drill_Slider .rickshaw_graph .detail .dot {
  width: 4px;
  height: 4px;
  margin-left: -3px;
  margin-top: -3.5px;
  border-radius: 5px;
  position: absolute;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  background: white;
  border-width: 2px;
  border-style: solid;
  display: none;
  background-clip: padding-box;
}

.ED_Drill_Slider .rickshaw_graph .detail .dot.active {
  display: block;
}

/* graph */

.ED_Drill_Slider .rickshaw_graph {
  position: relative;
}

.ED_Drill_Slider .rickshaw_graph svg {
  display: block;
  overflow: hidden;
}

/* ticks */

.ED_Drill_Slider .rickshaw_graph .x_tick {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0px;
  border-left: 1px dotted rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.ED_Drill_Slider .rickshaw_graph .x_tick .title {
  position: absolute;
  font-size: 12px;
  font-family: Arial, sans-serif;
  opacity: 0.5;
  white-space: nowrap;
  margin-left: 3px;
  bottom: 1px;
}

/* annotations */

.ED_Drill_Slider .rickshaw_annotation_timeline {
  height: 1px;
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
  position: relative;
}

.ED_Drill_Slider .rickshaw_annotation_timeline .annotation {
  position: absolute;
  height: 6px;
  width: 6px;
  margin-left: -2px;
  top: -3px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.25);
}

.ED_Drill_Slider .rickshaw_graph .annotation_line {
  position: absolute;
  top: 0;
  bottom: -6px;
  width: 0px;
  border-left: 2px solid rgba(0, 0, 0, 0.3);
  display: none;
}

.ED_Drill_Slider .rickshaw_graph .annotation_line.active {
  display: block;
}

.ED_Drill_Slider .rickshaw_graph .annotation_range {
  background: rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  top: 0;
  bottom: -6px;
}

.ED_Drill_Slider .rickshaw_graph .annotation_range.active {
  display: block;
}

.ED_Drill_Slider .rickshaw_graph .annotation_range.active.offscreen {
  display: none;
}

.ED_Drill_Slider .rickshaw_annotation_timeline .annotation .content {
  background: white;
  color: black;
  opacity: 0.9;
  padding: 5px 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  position: relative;
  z-index: 20;
  font-size: 12px;
  padding: 6px 8px 8px;
  top: 18px;
  left: -11px;
  width: 160px;
  display: none;
  cursor: pointer;
}

.ED_Drill_Slider .rickshaw_annotation_timeline .annotation .content:before {
  content: "\25b2";
  position: absolute;
  top: -11px;
  color: white;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
}

.ED_Drill_Slider .rickshaw_annotation_timeline .annotation.active,
.ED_Drill_Slider .rickshaw_annotation_timeline .annotation:hover {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: none;
}

.ED_Drill_Slider .rickshaw_annotation_timeline .annotation .content:hover {
  z-index: 50;
}

.ED_Drill_Slider .rickshaw_annotation_timeline .annotation.active .content {
  display: block;
}

.ED_Drill_Slider .rickshaw_annotation_timeline .annotation:hover .content {
  display: block;
  z-index: 50;
}

.ED_Drill_Slider .rickshaw_graph .y_axis,
.ED_Drill_Slider .rickshaw_graph .x_axis_d3 {
  fill: none;
}

.ED_Drill_Slider .rickshaw_graph .y_ticks .tick line,
.ED_Drill_Slider .rickshaw_graph .x_ticks_d3 .tick {
  stroke: rgba(0, 0, 0, 0.16);
  stroke-width: 2px;
  shape-rendering: crisp-edges;
  pointer-events: none;
}

.ED_Drill_Slider .rickshaw_graph .y_grid .tick,
.ED_Drill_Slider .rickshaw_graph .x_grid_d3 .tick {
  z-index: -1;
  stroke: rgba(0, 0, 0, 0.20);
  stroke-width: 1px;
  stroke-dasharray: 1 1;
}

.ED_Drill_Slider .rickshaw_graph .y_grid .tick[data-y-value="0"] {
  stroke-dasharray: 1 0;
}

.ED_Drill_Slider .rickshaw_graph .y_grid path,
.ED_Drill_Slider .rickshaw_graph .x_grid_d3 path {
  fill: none;
  stroke: none;
}

.ED_Drill_Slider .rickshaw_graph .y_ticks path,
.ED_Drill_Slider .rickshaw_graph .x_ticks_d3 path {
  fill: none;
  stroke: #808080;
}

.ED_Drill_Slider .rickshaw_graph .y_ticks text,
.ED_Drill_Slider .rickshaw_graph .x_ticks_d3 text {
  opacity: 0.5;
  font-size: 12px;
  pointer-events: none;
}

.ED_Drill_Slider .rickshaw_graph .x_tick.glow .title,
.ED_Drill_Slider .rickshaw_graph .y_ticks.glow text {
  fill: black;
  color: black;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.1),
  1px -1px 0 rgba(255, 255, 255, 0.1),
  1px 1px 0 rgba(255, 255, 255, 0.1),
  0px 1px 0 rgba(255, 255, 255, 0.1),
  0px -1px 0 rgba(255, 255, 255, 0.1),
  1px 0px 0 rgba(255, 255, 255, 0.1),
  -1px 0px 0 rgba(255, 255, 255, 0.1),
  -1px -1px 0 rgba(255, 255, 255, 0.1);
}

.ED_Drill_Slider .rickshaw_graph .x_tick.inverse .title,
.ED_Drill_Slider .rickshaw_graph .y_ticks.inverse text {
  fill: white;
  color: white;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.8),
  1px -1px 0 rgba(0, 0, 0, 0.8),
  1px 1px 0 rgba(0, 0, 0, 0.8),
  0px 1px 0 rgba(0, 0, 0, 0.8),
  0px -1px 0 rgba(0, 0, 0, 0.8),
  1px 0px 0 rgba(0, 0, 0, 0.8),
  -1px 0px 0 rgba(0, 0, 0, 0.8),
  -1px -1px 0 rgba(0, 0, 0, 0.8);
}

.ED_Drill_Slider .rickshaw_legend {
  font-family: Arial;
  font-size: 12px;
  color: white;
  background: #404040;
  display: inline-block;
  padding: 12px 5px;
  border-radius: 2px;
  position: relative;
}

.ED_Drill_Slider .rickshaw_legend:hover {
  z-index: 10;
}

.ED_Drill_Slider .rickshaw_legend .swatch {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.ED_Drill_Slider .rickshaw_legend .line {
  clear: both;
  line-height: 140%;
  padding-right: 15px;
}

.ED_Drill_Slider .rickshaw_legend .line .swatch {
  display: inline-block;
  margin-right: 3px;
  border-radius: 2px;
}

.ED_Drill_Slider .rickshaw_legend .label {
  margin: 0;
  white-space: nowrap;
  display: inline;
  font-size: inherit;
  background-color: transparent;
  color: inherit;
  font-weight: normal;
  line-height: normal;
  padding: 0px;
  text-shadow: none;
}

.ED_Drill_Slider .rickshaw_legend .action:hover {
  opacity: 0.6;
}

.ED_Drill_Slider .rickshaw_legend .action {
  margin-right: 0.2em;
  font-size: 10px;
  opacity: 0.2;
  cursor: pointer;
  font-size: 14px;
}

.ED_Drill_Slider .rickshaw_legend .line.disabled {
  opacity: 0.4;
}

.ED_Drill_Slider .rickshaw_legend ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 2px;
  cursor: pointer;
}

.ED_Drill_Slider .rickshaw_legend li {
  padding: 0 0 0 2px;
  min-width: 80px;
  white-space: nowrap;
}

.ED_Drill_Slider .rickshaw_legend li:hover {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
}

.ED_Drill_Slider .rickshaw_legend li:active {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

/**************************
* Tool Tip Styles
***************************/

.ED_Drill_Slider .d3tooltip {
  position: absolute;
  padding: 8px;

  z-index: 10000;

  color: #FFF;
  background-color: #333;
  border: none;

  font-size: 10px;
  line-height: 1.3;
  text-align: center;
  pointer-events: none;

  white-space: nowrap;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ED_Drill_Slider .d3tooltip h4 {
  margin: 0;
  padding-bottom: 6px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: bold;
}

.ED_Drill_Slider .d3tooltip p {
  margin: 0;
  padding: 4px 6px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 300;
}

.ED_Drill_Slider .d3tooltip-pending-removal {
  position: absolute;
  pointer-events: none;
}

.ED_Drill_Slider .arrow-tooltip-down:not(.no-arrow):after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #333 transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -8px;
  bottom: -8px;
  left: 50%;
}

.ED_Drill_Slider .arrow-tooltip-up:not(.no-arrow):after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: #333 transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -8px;
  top: -8px;
  left: 50%;
}

.ED_Drill_Slider .arrow-tooltip-left:not(.no-arrow):after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #333;
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -8px;
  left: -7px;
  top: 50%;
}

.ED_Drill_Slider .arrow-tooltip-right:not(.no-arrow):after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent #333;
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -8px;
  right: -7px;
  top: 50%;
}

.ED_Drill_Slider .mojo-theme-dark .d3tooltip {
  color: #444;
  background-color: #f1f1f1;
}

.ED_Drill_Slider .mojo-theme-dark .arrow-tooltip-down:not(.no-arrow):after,
.ED_Drill_Slider .mojo-theme-dark .arrow-tooltip-up:not(.no-arrow):after {
  border-color: #f1f1f1 transparent;
}

.ED_Drill_Slider .mojo-theme-dark .arrow-tooltip-left:not(.no-arrow):after,
.ED_Drill_Slider .mojo-theme-dark .arrow-tooltip-right:not(.no-arrow):after {
  border-color: transparent #f1f1f1;
}
