#legend,#legend ul {
  padding: 0
}

div,p,span,td {
  font-family: Arial,sans-serif;
}

#content {
  width: 1200px
}

#chart path {
  -webkit-transition: opacity .2s linear
}

#preview {
  margin-top: 10px
}

#legend_container {
  position: absolute;
  right: 0;
  bottom: 26px;
  width: 0
}

.rickshaw_graph .detail {
  left: -1000
}

#side_panel {
  padding: 0 20px 20px 0;
  width: 240px;
  display: inline-block;
  vertical-align: top
}

#side_panel section {
  color: #505050;
  font-size: 12px
}

#side_panel section h6 {
  margin: 0 0 1em;
  font-size: 12px;
  font-weight: 400
}

#side_panel .ui-slider-horizontal {
  height: 1px!important;
  border-color: #e0e0e0;
  margin-bottom: 10px
}

#side_panel .ui-slider-handle {
  border-color: #a0a0a0;
  height: 9px!important;
  width: 9px!important;
  top: -5px!important;
  border-radius: 6px;
  outline: 0;
  cursor: pointer
}

#legend {
  margin-left: 31px;
  left: 0;
  position: absolute;
  right: 282px;
  background-color: #4b4c4c3b;
  border-radius: 3px;
  z-index: 99;
}

#legend .label {
  color: #000000;
  -webkit-text-stroke: 2px black;
}

#legend .action {
  color: #000;
  opacity: .5
}

h1 {
  font-family: Franklin Gothic Medium,UnDotum,Helvetica,Arial;
  font-weight: 400;
  font-size: 20px
}

section {
  border: none;
  border-top: 1px solid #eaeaea;
  padding: 15px 0
}

#smoother {
  margin: 5px 0 0 10px;
  width: 90%
}

label.disabled {
  opacity: .4
}

#renderer_form.toggler {
  display: block;
  margin: 0
}

#renderer_form.toggler input[type=radio]:checked {
  outline: #4682b4 solid 2px
}

#renderer_form.toggler input[type=radio] {
  -moz-appearance: button;
  background: #fff;
  margin: 0 7px;
  width: 39px;
  height: 26px;
  position: absolute
}

#renderer_form.toggler label {
  display: inline-block;
  padding: 27px 0 0;
  width: 39px;
  text-align: center;
  font-size: 10px;
  color: grey;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 7px;
  cursor: pointer
}

#interpolation_form,#offset_form {
  vertical-align: top;
  display: inline-block;
  width: 45%
}

#interpolation_form label,#offset_form label {
  display: block;
  background-repeat: no-repeat;
  background-position: 2em center;
  cursor: pointer;
  cursor: hand
}

#interpolation_form label span,#offset_form label span {
  padding-left: 36px
}

.rickshaw_legend {
  font-family: Arial;
  font-size: 12px;
  color: #fff;
  background: #404040;
  display: inline-block;
  padding: 12px 5px;
  border-radius: 2px;
  position: relative
}

.rickshaw_legend:hover {
  z-index: 10
}

.rickshaw_legend .swatch {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0,0,0,.2)
}

.rickshaw_legend .line {
  clear: both;
  line-height: 140%;
  padding-right: 15px
}

.rickshaw_legend .line .swatch {
  display: inline-block;
  margin-right: 3px;
  border-radius: 2px
}

.rickshaw_legend .label {
  margin: 0;
  white-space: nowrap;
  display: inline;
  font-size: inherit;
  /* background-color: #fffdfd1c; */
  color: inherit;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  text-shadow: none;
}

.rickshaw_legend .action:hover {
  opacity: .6
}

.rickshaw_legend .action {
  margin-right: .2em;
  opacity: .2;
  cursor: pointer;
  font-size: 14px
}

.rickshaw_legend .line.disabled {
  opacity: .4
}

.rickshaw_legend ul {
  list-style-type: none;
  padding: 0;
  margin: 2px;
  cursor: pointer;
}

.rickshaw_legend li {
  padding: 0 0 0 2px;
  min-width: 80px;
  white-space: nowrap
}

.rickshaw_legend li:hover {
  background: rgba(255,255,255,.08);
  border-radius: 3px
}

.rickshaw_legend li:active {
  background: rgba(255,255,255,.2);
  border-radius: 3px
}

.rickshaw_graph {
  position: relative;
  /* overflow-y: hidden; */
}

.rickshaw_graph svg {
  display: block;
  overflow: visible;
  margin-top: -20px;
  margin-left: 30p;
}

.rickshaw_graph .x_tick {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  /*border-left:1px dotted rgba(0,0,0,.2)*/
  pointer-events: none
}

.rickshaw_graph .x_tick .title {
  position: absolute;
  font-size: 12px;
  font-family: Arial,sans-serif;
  opacity: .5;
  white-space: nowrap;
  margin-left: 3px;
  bottom: 1px
}

.rickshaw_annotation_timeline {
  height: 1px;
  border-top: 1px solid #c3b9b9;
  margin-top: -1px;
  position: relative;
  /* width: 400px; */
  margin-right: 0px;
  overflow: visible;
  right: 0px;
  /* left: 55px; */
}

.rickshaw_annotation_timeline .annotation {
  position: absolute;
  height: 6px;
  width: 6px;
  margin-left: -2px;
  top: -3px;
  border-radius: 5px;
  background-color: rgb(143, 255, 0);
}

.rickshaw_graph .annotation_line {
  position: absolute;
  top: 10px;
  bottom: 1px;
  width: 0;
  border-left: 2px solid rgb(115, 253, 0);
  display: none;
}

.rickshaw_graph .annotation_line.active {
  display: block;
  position: absolute;
  bottom: 0px;
  top: 17px;
}

.rickshaw_graph .annotation_range {
  background: rgba(0,0,0,.1);
  display: none;
  position: absolute;
  top: 0;
  bottom: -6px
}

.rickshaw_graph .annotation_range.active {
  display: block
}

.rickshaw_graph .annotation_range.active.offscreen {
  display: none
}

.rickshaw_annotation_timeline .annotation .content {
  background: #fff;
  color: #000;
  opacity: 1;
  box-shadow: 0 0 2px rgba(0,0,0,.8);
  border-radius: 3px;
  position: relative;
  z-index: 200;
  font-size: 12px;
  padding: 2px 3px 1px 3px;
  top: 16px;
  left: -8px;
  width: 160px;
  display: none;
  cursor: pointer;
  overflow: visible;
}


.rickshaw_annotation_timeline .annotation .content:nth-child(even) {
  top: 23px;
  overflow: visible;
}


.rickshaw_annotation_timeline .annotation .content:before {
  content: "\25b2";
  position: absolute;
  top: -11px;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0,0,0,.8)
}

.rickshaw_annotation_timeline .annotation.active,.rickshaw_annotation_timeline .annotation:hover {
  background-color: #1aa903;
  cursor: none;
  z-index: 1;
}

.rickshaw_annotation_timeline .annotation .content:hover {
  z-index: 50
}

.rickshaw_annotation_timeline .annotation.active .content {
  display: block
}

.rickshaw_annotation_timeline .annotation:hover .content {
  display: block;
  z-index: 9999;
}

.rickshaw_graph .x_axis_d3,.rickshaw_graph .y_axis {
  fill: none
}

.rickshaw_graph .x_ticks_d3 .tick,.rickshaw_graph .y_ticks .tick line {
  stroke: rgba(255, 251, 251, 0);
  stroke-width: 2px;
  shape-rendering: crisp-edges;
  pointer-events: none
}

.rickshaw_graph .x_grid_d3 .tick,.rickshaw_graph .y_grid .tick {
  z-index: -1;
  stroke: rgba(169, 13, 13, 0);
  stroke-width: 1px;
  stroke-dasharray: 1 1
}

.rickshaw_graph .y_grid .tick[data-y-value="0"] {
  stroke-dasharray: 0 0
}

.rickshaw_graph .x_grid_d3 path,.rickshaw_graph .y_grid path {
  fill: none;
  stroke: none
}

.rickshaw_graph .x_ticks_d3 path,.rickshaw_graph .y_ticks path {
  fill: none;
  stroke: #fffdfd
}

.rickshaw_graph .x_ticks_d3 text,.rickshaw_graph .y_ticks text {
  opacity: .5;
  font-size: 12px;
  pointer-events: none
}
.rickshaw_graph .detail .item,.rickshaw_graph .detail .x_label {
  font-size: 12px;
  font-family: Arial,sans-serif;
  white-space: nowrap;
  position: absolute
}

.rickshaw_graph .detail .item.left,.rickshaw_graph .detail .x_label.left {
  left: 0
}

.rickshaw_graph .detail .item.right,.rickshaw_graph .detail .x_label.right {
  right: 0
}

.rickshaw_graph .detail {
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 2;
  background: rgba(0,0,0,.1);
  bottom: 0;
  width: 1px;
  transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -webkit-transition: opacity .25s linear
}

.rickshaw_graph .detail.inactive {
  opacity: 0
}

.rickshaw_graph .detail .item.active {
  opacity: 1
}

.rickshaw_graph .detail .x_label {
  border-radius: 3px;
  padding: 6px;
  opacity: .5;
  border: 1px solid #ffefef;
  background: #fff
}

.rickshaw_graph .detail .item {
  z-index: 2;
  border-radius: 3px;
  padding: .25em;
  opacity: 0;
  background: rgba(167, 154, 154, 0.4);
  color: #fff;
  border: 1px solid rgba(0,0,0,.4);
  margin-left: 1em;
  margin-right: 1em;
  margin-top: -1em
}

.rickshaw_graph .detail .item.active {
  background: rgba(0,0,0,.8)
}

.rickshaw_graph .detail .item:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 5px solid transparent
}

.rickshaw_graph .detail .item.left:after {
  top: 1em;
  left: -5px;
  margin-top: -5px;
  border-right-color: rgba(0,0,0,.8);
  border-left-width: 0
}

.rickshaw_graph .detail .item.right:after {
  top: 1em;
  right: -5px;
  margin-top: -5px;
  border-left-color: rgba(0,0,0,.8);
  border-right-width: 0
}

.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,.6);
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  background: #fff;
  border-width: 2px;
  border-style: solid;
  display: none;
  background-clip: padding-box
}
