.hori-timeline .events {
    XXborder-top: 3px solid #e9ecef;
	font-size: x-small;
}
.hori-timeline .events .event-list {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 70px;
    margin-right: 0;
}
.hori-timeline .events .event-list:before {
    content: "";
    position: absolute;
    height: 36px;
    border-right: 2px dashed #dee2e6;
    top: 0;
}
.hori-timeline .events .event-list .event-date {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    width: 100px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 2px 4px;
}


.bg-soft-showcaseActiveStep {
    background-color: #4285f4!important;
	color: white!important;
}
.bg-soft-showcaseNotActiveStep {
    background-color: #A0A0A0!important;
	color: #FCFCFC!important;
}

.bg-soft-current {
    background-color: green!important;
	color: white!important;
}
.bg-soft-pastHappened {
    background-color: #ccffdd!important;
	color: #404040!important;
}
.bg-soft-pastDidnotHappen {
    background-color:#F5F5F5!important;
	color: #B8B8B8!important;
}
.bg-soft-future {
    background-color:#F5F5F5!important;
	color: #B8B8B8!important;
}

.bg-exit-success {
    background-color: green!important;
	color: white!important;
}
.bg-exit-negative {
    background-color: red!important;
	color: white!important;
}

p.text-muted {
	margin: 0 0 2px;
}