
.hori-timeline .events {
    border-top: 2px solid #23272b;
}
.hori-timeline .events .event-list {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 70px;
    margin-right: 0;
}
.hori-timeline .events .event-list:before {
    position: absolute;
    height: 40px;
    border-right: 2px dashed #dee2e6;
    top: 0;
}
.hori-timeline .events .event-list .event-date {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 2px 4px;
}
@media (min-width: 800px) {
    .hori-timeline .events .event-list {
        display: inline-block;
        width: 20%;
        padding-top: 15px;
    }
    .hori-timeline .events .event-list .event-date {
        top: -12px;
    }
}
.bg-soft-primary {
    background-color: rgba(64,144,203,1.9)!important;
}
.bg-soft-success {
    background-color: rgba(60, 214, 78 ,.99)!important;
}
.bg-soft-danger {
    background-color: rgba(231,76,94,.3)!important;
}
.bg-soft-warning {
    background-color: rgba(249,213,112,.3)!important;
}
.bg-soft-gray {
    background-color: rgba(236,236,241,.99)!important;
}
.Timeline {
  display: flex;
  align-items: center;
  height: 160px;
}
.event1,
.event2, .event3 {
  position: relative;
}
.event1Bubble {
  position: absolute;
  background-color: rgba(158, 158, 158, 0.2);
  width: 150px;
  height: 80px;
  top: -90px;
  left: -65px;
  border-radius: 9px;
}
.event2Bubble {
  position: absolute;
  background-color: rgba(158, 158, 158, 0.2);
  width: 150px;
  height: 60px;
  left: -65px;
  top: 33px;
  border-radius: 5px;
  box-shadow: inset 0 0 2px rgba(158, 158, 158, 0.90)
}
.event1Bubble:after,
.event1Bubble:before,
.event2Bubble:after,
.event2Bubble:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}
.event1Bubble:before {
  bottom: -12px;
  left: 63px;
  border-top-color: rgba(222, 222, 222, 0.66);
  border-width: 12px;
}

.event2Bubble:before {
  bottom: 60px;
  left: 63px;
  border-top-color: rgba(222, 222, 222, 0.66);
  border-width: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.eventTime {
  display: flex;
}
.DayDigit {
  font-size: 20px;
  font-family: Lato, Gadget, sans-serif;
  margin-top: 4px;
  margin-left: 8px;
  color: #4C4A4A;
}

.DayDigitnNull {
    font-size: 20px;
    font-family: Lato, Gadget, sans-serif;
    align-items: center;
    margin-top: 8px;
    color: #4C4A4A;
}
.Day {
  font-size: 14px;
  margin-left: 5px;
  font-weight: bold;
  margin-top: 10px;
  font-family: Lato, Helvetica, sans-serif;
  color: #4C4A4A;
}
.MonthYear {
  font-weight: 600;
  line-height: 10px;
  color: #9E9E9E;
  font-size: 9px;
}
.eventTitle {
    font-family: "Lato", Gadget, sans-serif;
    color: #23272b;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    flex: 1;
    align-items: center;
    font-weight: bold;
    justify-content: center;
}

.eventTitleDanger {
    font-family:"Lato", Gadget, sans-serif;
    color: rgba(231,76,94,.85);
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    flex: 1;
    align-items: center;
    font-weight: bold;
    justify-content: center;
}

.eventSuccess {
    font-family: "Lato", Gadget, sans-serif;
    color: rgba(60, 214, 78 ,.99);
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    flex: 1;
    align-items: center;
    font-weight: bold;
    justify-content: center;
}
.time {
  position: absolute;
  font-family: "Lato", Helvetica, sans-serif;
  width: 50px;
  font-size: 1px;
  margin-top: -3px;
  margin-left: -5px;
  color: #9E9E9E;
}
.eventAuthor {
  position: absolute;
  font-family: Lato, Helvetica, sans-serif;
  color: #9E9E9E;
  font-size: 8px;
  width: 100px;
  top: -8px;
  left: 63px;
}
.event2Author {
  position: absolute;
  font-family: Lato, Helvetica, sans-serif;
  color: #9E9E9E;
  font-size: 10px;
  width: 100px;
  top: 96px;
  left: -32px;
}
.time2{
  position: absolute;
  font-family: Lato, Helvetica, sans-serif;
  width: 50px;
  font-size: 12px;
  margin-top: -31px;
  margin-left: -5px;
  color: #9E9E9E;
}
.now{
  background-color: #1f5da1;
  color: white;
  border-radius: 7px;
  margin: 5px;
  padding: 4px;
  font-size: 10px;
  font-family: Lato, Helvetica, sans-serif;
  border: 2px solid white;
  font-weight: bold;
  box-shadow: 0 0 0 2px #1f5da1;
}
.futureGray{
  filter: grayscale(1);
  -webkit-filter: grayscale(1);

}
.futureOpacity{
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
