.tracking-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tracking-flex.flex-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tracking-flex.flex-vert {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tracking-freight .label {
    font-size: 100%;
}

.event-history-header {
    border-bottom: 2px solid #ddd;
    font-weight: bold;
    background: linear-gradient(#fff, #f7f5f5);
    color: #048abb;
}

.event-history-header .event-history {
    border: 0;
    min-height: auto
}

.event-history-row {
    position: relative;
}

.event-history-row:last-child .event-history {
    border: 0
}

.tracking-event-history {
    border-bottom: 2px solid #ebf1f0;
    font-size: 1.5rem;
    line-height: 1.7;
}

.event-history {
    padding: 12px 0;
    padding: 1.10rem 0;
    border-bottom: 2px solid #ebf1f0
}

/* timeline icon with date*/
.event-date {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
    left: -webkit-calc(5% - 25px);
    left: calc(5% - 25px);
    text-align: center;
    color: white;
    background-color: #28a745;
    border-radius: 100%;
    padding: 6px;
    padding: .595rem;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5
}

.event-date.future,
.event-date.small.future {
    background-color: #3d85c6;
}


/* timeline icon small no date*/
.event-date.small {
    position: absolute;
    width: 24px;
    height: 24px;
    top: -webkit-calc(50% - 12px);
    top: calc(50% - 12px);
    left: -webkit-calc(5% - 12px);
    left: calc(5% - 12px);
    background-color: #28a745;
    border-radius: 100%;
    padding: 6px;
    padding: .595rem;
}


.event-date span {
    display: block
}

.event-date.complete {
    padding-top: 12px;
    font-size: 1.2em;
}
/* timeline line */
.event-date:not(.last):before {
    content: '';
    position: absolute;
    width: 4px;
    height: 82px;
    left: 50%;
    margin-left: -2px;
    background-color: #28a745;
    visibility: visible;
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
    z-index: -1;
}

/* timeline line small */
.event-date.small:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 76px;
    left: 50%;
    margin-left: -2px;
    background-color: #28a745;
    visibility: visible;
    top: -webkit-calc(50% - 12px);
    top: calc(50% - 12px);
    z-index: -1;
}

.event-date.future:before,
.event-date.small.future:before {
    background-color: #3d85c6;
}

.event-date.no-visibility {
    visibility: hidden;
}

.event-datetime {
    max-width: 200px;
    line-height: 3.4;
}

.event-status-description {
    font-style: italic;
}

.event-history-header .event-datetime {
    max-width: 200px;
    line-height: 1.7;
}

@media screen and (min-width:0) and (max-width:64em) {
    .event-history {
        margin-left: 2%;
    }
    .event-history,
    .event-history.future {
        line-height: 1.5;
    }
    .event-datetime {
        width: 30%;
        line-height: 1.5;
    }
    .event-history-header .event-datetime {
        line-height: 1.5;
    }
    .event-status {
        width: 55%
    }
    .event-date {
        display: none
    }
    .tracking-event-history {
        font-size: 1.3rem;
        line-height: 1.5em;
    }
}

@media screen and (min-width:64.0625em) {
    .event-history {
        margin-left: 10%;
    }
    .event-datetime {
        width: 25%;
    }
    .event-status {
        width: 60%
    }
}
.parcel-details{
    margin-bottom:0
}
.parcel-details li{
    margin-bottom: 12px;
    margin-bottom: .75rem;
}
.parcel-details li:last-child{
    margin-bottom: 0;
}
.detail-key {
    font-weight: bold;
}
@media screen and (min-width: 40.0625em){
    .parcel-details li {
        clear: left;
    }
    .parcel-details .detail-key {
        width: 20%;
        min-width: 180px;
        float: left;
    }
}
@media screen and (max-width: 40em) and (min-width: 0){
    .parcel-details span {
        display: block;
    }
    .parcel-details span.label {
        display: inline;
    }
}
@media screen and (max-width:768px){
    .parcel-details.mb-sm-10{
        margin-bottom:10px
    }
}