﻿body {
    background: Transparent; /*#eee*/
    margin-top: 0px; /*20*/
}

.hori-timeline .events {
    border-top: 3px solid #04405C;
   
}

    .hori-timeline .events .event-list {
        display: block;
        position: relative;
        text-align: center;
        padding-top: 0px; /*70*/
        margin-right: 0;
    }

    .hori-timeline .events .event-list:before {
        content: "";
        position: absolute;
        height: 12px; /*36*/
        border-right: 2px dotted #04405C;
        top: 0;
        margin-right:-2px
    }

.hori-timeline .events .event-list .event-date {
    position: absolute;
    top: 38px; /*38*/
    left: 0;
    right: 0;
    width: 75px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 2px 4px;
}

@media (min-width: 1140px) {
    .hori-timeline .events .event-list {
        display: inline-block;
        width: 24%;
        padding-top: 7px;/*45*/
    }

    .hori-timeline .events .event-list .event-date {
        top: 0px; /*-12*/
    }
}

.bg-soft-primary {
    background-color: rgba(64,144,203,.3) !important;
}

.bg-soft-success {
    background-color: rgba(71,189,154,.3) !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-inactive {
    background-color: #C1CfD6 !important;
}

.bg-soft-active { background-color: #04405C !important; }

.font-active {
    font-size: 12px;
    font-weight: bold;
    color: #04405C;
}

.font-inactive {
    font-size: 12px;
    color: #C1CfD6;
}

.card {
    border: none;
    margin-bottom: 3px; /*24*/
    -webkit-box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
    box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
}



/*Timeline New CSS*/
.timeline-wrap {
    width: 90%;
    margin: 0 auto;
    padding-top: 25px;
    position: relative;
}

@media screen and (min-width: 1024px) {
    .timeline-wrap {
        width: 100%;
        display: flex;
    }
}

@media screen and (min-width: 1024px) {
    .timeline-box {
        width: 21.33%;
        min-width: 320px;
        float: left;
        text-align: left;
        position: relative;

        /*override _timeline.scss*/
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: inline-block;
        margin: 0;
        position: relative;
        padding: 0;
        border-radius: 0;
    }
}

@media screen and (min-width: 1024px) {
    .timeline-box.regis-page {
        min-width: 45%;
    }
}

.tl-text {
    vertical-align: top;
    padding-bottom: 30px;
    position: relative;
    padding-left: 50px;
}

@media screen and (min-width: 1024px) {
    .tl-text {
        padding-left: 0;
    }
}

.tl-desc {
    height: 0px;
    color: var(--edograydark)
}

.tl-circle {
    width: 30px;
    height: 30px;
    background: var(--edogray);
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}

@media screen and (min-width: 1024px) {
    .tl-circle {
        position: relative;
        margin: 0;
        top: -8px;
    }
}

@media screen and (min-width: 1024px) {
    .tl-text.fst:after {
        width: 50%;
    }
}

.tl-text:after {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: var(--edogray);
    position: absolute;
    top: 27px;
    left: 13px;
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    .tl-text:after {
        width: 100%;
        height: 4px;
        top: 6px;
        right: 0;
        left: auto;
    }
}

.timeline-box.-active .tl-text:before, .timeline-box.-waiting .tl-text:before {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: var(--edoblue);
    left: 13px;
    top: -44px;
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    .timeline-box.-active .tl-text:before, .timeline-box.-waiting .tl-text:before {
        width: 100%;
        height: 4px !important;
        left: -302px;
        top: 6px;
    }
}

.tl-text.lst:after {
    display: none;
}

@media screen and (min-width: 1024px) {
    .tl-text.lst:after {
        width: 50%;
        left: 0;
    }
}

.tl-text.fst:before {
    display: none!important;
}

@media screen and (min-width: 1024px) {
    .tl-text.fst:before {
        width: 50%;
        left: 0;
    }
}

.timeline-box {
    color: var(--edogray);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.timeline-box.-active, .timeline-box.-waiting {
    color: var(--edoblue);
}

.-active > .tl-text > .tl-circle, .-waiting > .tl-text > .tl-circle {
    background-color: var(--edoblue);
}

.-active > .tl-text > .tl-circle::before {
    content: "\F012C";
    display: inline-block;
    position: absolute;
    left: 3px;
    top: -1px;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 23px;
    color: #fff;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.-waiting > .tl-text > .tl-circle::before {
    content: "\F0765";
    display: inline-block;
    position: absolute;
    left: 5.9px;
    top: 1px;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 19px;
    color: #fff;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.timeline-wrap .timeline-box:first-child > .tl-text::before {
    display: none;
}

.timeline-wrap .timeline-box:last-child > .tl-text::after {
    display: none;
}

@media screen and (min-width: 1024px) {
    .timeline-box.regis-page.-active > .tl-text::before, .timeline-box.regis-page.-waiting > .tl-text::before {
        left: -474px;
    }
}

@media screen and (max-width: 1350px) {
    .timeline-box.regis-page.-active > .tl-text::before, .timeline-box.regis-page.-waiting > .tl-text::before {
        left: -416px;
    }
}