.timeline {
  list-style: none;
  width: calc( 100% - 55px );
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #999999;
  left: 25px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc( 100% - 55px );
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  padding: 0 10px 10px 10px;
  position: relative;
  -webkit-box-shadow: rgb(153, 153, 153) 2px 3px 4px 0px;
  box-shadow: rgb(153, 153, 153) 2px 3px 4px 0px;
}
.timeline > li > .timeline-panel.success {
  background-color: #5CB85C;
  border-color: #5CB85C;
}
.timeline > li > .timeline-panel.milestone {
  background-color: #F0AD4E;
  border-color: #F0AD4E;
}
.timeline > li > .timeline-panel.error {
  background-color: #D9534F;
}
.timeline > li > .timeline-panel.inactive {
  background-color: #B0B0B0;
  border-color: #B0B0B0;
}
.timeline > li > .timeline-panel.editor {
  background-color: #EEEEEE;
}
.timeline > li > .timeline-panel.editor_task {
  background-color: #EEEEEE;
  border-color: #5CB85C;
}
.timeline > li > .timeline-panel.editor_milestone {
  color: #FFFFFF;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.timeline > li > .timeline-panel.editor.empty {
  background-color: #ffcccc;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
}
.timeline > li > .timeline-badge {
  color: #FFFF99;
  width: 37px;
  height: 36px;
  line-height: 36px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 6px;
  
  background-color: #666666;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  
  -webkit-box-shadow: rgb(153, 153, 153) 2px 3px 4px 0px;
  box-shadow: rgb(153, 153, 153) 2px 3px 4px 0px;
}
.timeline-badge.start {
  color: #FFFFFF  !important;
  width: 65px  !important;
  font-size: 1em  !important;
  top: -35px  !important;
  left: -8px  !important;
}
.timeline-badge.end {
  color: #FFFFFF  !important;
  width: 65px  !important;
  font-size: 1em  !important;
  top: 6px  !important;
  left: -8px  !important;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  right: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #337AB7  !important;
  font-size: 1em  !important;
}
.timeline-badge.up {
  color: #FFFFFF  !important;
  background-color: #5CB85C !important;
  font-size: 1em  !important;
}
.timeline-badge.down {
  color: #FFFFFF  !important;
  background-color: #D9534F !important;
  font-size: 1em  !important;
}
.timeline-badge.actual {
  color: #000000 !important;
  background-color: #EEEEEE !important;
  font-size: 1em  !important;
  border: 1px solid #d4d4d4;
}
.timeline-badge.neutral {
  background-color: #999999 !important;
  font-size: 1em  !important;
  color: #FFFFFF !important;
}
.timeline-badge.editor {
  color: #FFFFFF !important;
  background-color: #999999 !important;
  font-size: 1em  !important;
}
.timeline-badge.editor_task {
  color: #FFFFFF !important;
  background-color: #5cb85c !important;
  font-size: 1em  !important;
}
.timeline-badge.editor_milestone {
  color: #FFFFFF !important;
  background-color: #f0ad4e !important;
  font-size: 1em  !important;
}
.timeline-badge.editor.empty {
  color: #000000 !important;
  background-color: #ffcccc !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

