/* jquery-timeline v0.3.1 | (c) 2015 Sergey Mashentsev <d.ashesss@gmail.com> | MIT License */
.jquery-timeline,
.jquery-timeline-tooltip {
  color: #333;
}
.jquery-timeline {
  background-color: #F7F7F7;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
  cursor: move;
}
.jquery-timeline.dragging * {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  cursor: move;
}
.jquery-timeline > .background {
  height: 100%;
  position: absolute;
}
.jquery-timeline > .background .period {
  border-left: 1px dashed #CCCCCC;
  vertical-align: top;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.jquery-timeline > .background .period.solid {
  border-left-style: solid;
}
.jquery-timeline > .background .period .label {
  position: absolute;
  bottom: 0;
  line-height: 100%;
  font-size: .9em;
  opacity: .7;
}
.jquery-timeline > .content {
  z-index: 1;
  position: relative;
  padding: 1em 0;
  margin-bottom: 1em;
  vertical-align: top;
}
.jquery-timeline > .content .line .row {
  height: 3.75em;
}
.jquery-timeline > .content .line .event {
  display: inline-block;
  position: absolute;
  cursor: pointer;
}
.jquery-timeline > .content .line .event > * {
  vertical-align: top;
}
.jquery-timeline > .content .line .event:hover.range .marker,
.jquery-timeline > .content .line .event:hover.single .marker {
  box-shadow: 0 0 1px #000;
  opacity: .9;
}
.jquery-timeline > .content .line .event.range .marker {
  height: 1.75em;
}
.jquery-timeline > .content .line .event.range .marker.border {
  border: 1px solid #000;
}
.jquery-timeline > .content .line .event.single {
  margin-left: -0.5em;
}
.jquery-timeline > .content .line .event.single .marker {
  border: 1px solid #000;
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  margin: .5em 0;
}
.jquery-timeline > .content .line .event .marker {
  box-sizing: border-box;
  opacity: .8;
}
.jquery-timeline > .content .line .event .label {
  display: inline-block;
  padding: 0 5px;
  line-height: 2em;
}
.jquery-timeline-tooltip {
  background-color: #EEE;
  position: fixed;
  display: none;
  border: 1px solid #CCC;
  z-index: 100;
  border-radius: 1px;
  box-shadow: 0 1px 1px 0 #AAA;
}
.jquery-timeline-tooltip .title {
  padding: 7px 10px;
}
.jquery-timeline-tooltip .content {
  background-color: #FFF;
  padding: 10px;
}

/*# sourceMappingURL=timeline.css.map */