.timeline {
    margin: 20px 0;
    padding: 0;
    border-top: 2px solid transparent;
    list-style: none;
}

.timeline__step {
  float: left;
  width: 20%;
  /*width:13%;*/
  /* padding-top: 120px; */
  padding-top: 140px;
  position: relative;
}
.timeline__step .timeline__step-label,
.timeline-vertical .timeline__step-label
 {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  height: auto;
  padding: 5px 10px;
  font-size: 12px;
  border-width: 1px;
  bottom: 100%;
}

.timeline__step-label {
  /*opacity: 0;*/
  height: 0;
  padding: 0;
  font-size: 0;
  border-width: 0;
  width: 110px;
  margin: 0 0 45px -55px;
  border-style: solid;
  border-color: #428bca;
  background: #fff;
  font-weight: normal;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: bottom 0.1s ease-in-out, opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.timeline__step-content {
  display: block;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.timeline__step-title {
  display: block;
  width: 100%;
  padding: 30px 0 0;
  font-size: 12px !important;
  text-align: center;
  position: absolute;
  top: 0;
}

.timeline__step-marker {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #fff;
  border: 4px solid #428bca;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #fff;
  text-align: center;
  line-height: 50px -10;
  color: #428bca;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
}
.timeline .done {
	border-top: 2px solid #54b07d!important;
}
.timeline .done .timeline__step-marker {
  background: #54b07d!important;
  color: #fff;
  border-color: #54b07d!important;
}
.timeline .done .timeline__step-label,
.timeline-vertical .done .timeline__step-label {
	background-color: #54b07d!important;
    color: white;
	border-color: #54b07d!important;
}
.timeline .current {
	border-top: 2px solid #EB5E28!important;
}
.timeline .current .timeline__step-marker {
	background: #EB5E28!important;
    color: #716b66;
    border-color: #EB5E28!important;
}
.timeline .current .timeline__step-label {
	background-color: #EB5E28!important;
    color: white;
	border-color : #EB5E28!important;
}
.timeline .todo {
	border-top: 2px solid #cfcdc8;
}
.timeline .todo .timeline__step-marker {
	background: #cfcdc8;
    color: #716b66;
    border-color: #cfcdc8;
}
.timeline .todo .timeline__step-label {
	background-color: #cfcdc8;
    color: white;
	border-color : #cfcdc8;
}
.timeline__step-radio {
  display: none;
  /**
   * not needed for now,
   * because markers won't be clicked in horz version
   */
}

.timeline--summary {
  width: 100%;
  border-width: 2px;
}
.timeline--summary .timeline__step-label {
  margin-bottom: 15px;
}
.timeline--summary .timeline__step-title {
  padding: 10px 0 0;
  font-size: 8px;
  font-weight: bold;
}
.timeline--summary .timeline__step-marker {
	width: 20px;
    height: 20px;
    margin-left: -6px;
    border-width: 2px;
    text-indent: -999em;
    box-shadow: 0 0 0 3px #fff;
    top: -10px;
}
.timeline__step-label:before, .timeline__step-label:after {
  display: none;
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.timeline__step-label:before {
  border-top-color: #428bca;
  border-width: 8px;
  margin-left: -8px;
}
.timeline__step-label:after {
  border-top-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

/*VERTICAL*/

input[type="button"] {
    margin-top: 20px;
}
.node {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display:inline-block;
    transition: all 1000ms ease;
}

.timeline-vertical p{
  padding: 4px;
  font-size : 13px;
  width: 40%;
}

.activated {
    box-shadow: 0px 0px 3px 2px rgba(194, 255, 194, 0.8);
}

.divider {
    height: 15px;
    width: 2px;
    margin-left: 42%;
    transition: all 800ms ease;
}

.timeline-vertical li p {
    display:inline-block;
    margin-left: 25px;
}

/*li {
    list-style: none;
    line-height: 1px;
}*/


.blue { background-color: rgba(82, 165, 255, 1); }
.green{ background-color: rgba(92, 184, 92, 1) }
.red { background-color: rgba(255, 148, 148, 1); }
.grey { background-color: rgba(201, 201, 201, 1); }

.timeline-vertical .done .node,
.timeline-vertical .done .divider {
    background-color: #54b07d!important;
}


.timeline-vertical .current .node,
.timeline-vertical .current .divider {
    background-color: #EB5E28!important;
}

.timeline-vertical .todo .node,
.timeline-vertical .todo .divider {
    background-color: #cfcdc8;
}

.timeline-vertical{
  width: 100%;
  margin: auto;
}

.timeline-vertical .done p {
    background-color: #54b07d!important;
    color: white;
    text-align: center;
}

.timeline-vertical .current p {
    background-color: #EB5E28!important;
    color: white;
    text-align: center;
}

.timeline-vertical .todo p {
    background-color: #cfcdc8;
    color: white;
    text-align: center;
}
.timeline-vertical .info{
    display: inline-block;
    font-size: 12px !important;
    text-align: center;
    width: 40%;
}


/* CTA OVERRIDE */

.timeline__step-content {
  white-space: initial!important;
}