@charset "utf-8";
/* CSS Document */


.hori-timeline .events {
    border-top: 2px solid #afafaf;
}
.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: 15px;
    height: 15px;
    margin: 0 auto;
    border-radius: 15px;
	
}
@media (min-width: 1140px) {
    .hori-timeline .events .event-list {
        display: inline-block;
        width: 8%;
        padding-top: 45px;
    }
    .hori-timeline .events .event-list .event-date {
        top: -12px;
    }
}
.bg-soft-primary {
    background-color:#bdbdbd!important;
}
.bg-soft-success {
    background-color:#4c80a7!important;
}
.bg-soft-danger {
    background-color: #ffbbc3!important;
}
.bg-soft-warning {
    background-color: #bdbdbd!important;
}
.card {
    border: none;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
    box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
}