
.bootstrap .timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%
}

.bootstrap .timeline:before {
    background-color: #ddd;
    bottom: 30px;
    content: "";
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: 0;
    width: 6px;
    z-index: 0
}

.bootstrap .timeline .timeline-item {
    display: table-row
}

.bootstrap .timeline .timeline-item .timeline-caption {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.bootstrap .timeline .timeline-item .timeline-caption .timeline-panel {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    display: inline-block;
    margin-left: 42px;
    position: relative;
    text-align: left
}

.bootstrap .timeline .timeline-item .timeline-caption h5 {
    margin: 0
}

.bootstrap .timeline .timeline-item .timeline-caption h5 span {
    color: #999;
    display: block;
    font-size: 12px;
    margin-bottom: 4px
}

.bootstrap .timeline .timeline-item .timeline-caption p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px
}

.bootstrap .timeline .timeline-item .timeline-date {
    left: -220px;
    position: absolute;
    text-align: right;
    top: 10px;
    width: 150px
}

.bootstrap .timeline .timeline-item .timeline-icon {
    background-color: #666;
    border: 2px solid #fff;
    border-radius: 40px;
    height: 40px;
    left: -62px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: -2px;
    width: 40px
}

.bootstrap .timeline .timeline-item .timeline-icon i {
    color: #fff;
    font-size: 20px;
    margin-top: 5px
}

.bootstrap .timeline .timeline-item.alt:after,
.bootstrap .timeline .timeline-item:before {
    content: "";
    display: block;
    width: 50%
}
.bootstrap .timeline:before {
    background-color: #ddd;
    bottom: 30px;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 0;
    width: 6px;
    z-index: 0;
}
.bootstrap .timeline .timeline-item.alt {
    text-align: right
}

.bootstrap .timeline .timeline-item.alt:before {
    display: none
}

.bootstrap .timeline .timeline-item.alt .timeline-panel {
    margin-left: 0;
    margin-right: 40px
}

.bootstrap .timeline .timeline-item.alt .timeline-date {
    left: auto;
    right: -220px;
    text-align: left
}

.bootstrap .timeline .timeline-item.alt .timeline-icon {
    left: auto;
    right: -60px
}

.bootstrap .timeline .timeline-item.active {
    display: table-caption;
    text-align: center
}

.bootstrap .timeline .timeline-item.active:before {
    width: 1%
}

.bootstrap .timeline .timeline-item.active .timeline-panel {
    margin-left: 0
}

.bootstrap .timeline .timeline-item.active .timeline-caption {
    display: inline-block;
    width: auto
}

.bootstrap .timeline .timeline-item.active .timeline-date,
.bootstrap .timeline .timeline-item.active .timeline-icon {
    display: inline-block;
    margin-bottom: 10px;
    position: static;
    width: auto
}
#tracking_shipping{
    margin-bottom: 30px;
}
#tracking_shipping .timeline-tracking{

}
#tracking_shipping .timeline-tracking .timeline-icon{
    height: 16px;
    left: -20px;
    line-height: 16px;
    top: 10px;
    width: 16px;
    z-index: 9;
    background: #bbb;
}
#tracking_shipping .timeline-tracking .timeline-item.alt:after,
#tracking_shipping .timeline-tracking .timeline-item:before{
    display: none;
}
#tracking_shipping .timeline-tracking .timeline-caption{
    display: block;
    width: 100%;
}
#tracking_shipping .timeline-tracking .timeline-panel{
    margin-bottom: 10px !important;
    padding: 0 !important;
    margin-left: 50px !important;
}
#tracking_shipping .timeline-panel-blank:after {
    display: block !important;
    clear: both !important;
    content: "" !important;
}
#tracking_shipping .arrow:after, #tracking_shipping .arrow:before{
    display: none !important;
}
#tracking_shipping .timeline:before{
    left: 40px !important;
    top: 0;
    bottom: 65px;
    background: #eee;
}
#tracking_shipping .timeline .timeline-item-date .timeline-panel{
    margin-left: 0 !important;
    background: #666 !important;
    color: #fff !important;
    padding: 5px 10px !important;
    display: inline-block;
    border-radius: 5px;
}
#tracking_shipping .timeline-tracking .timeline-panel p{
    margin: 0;
}

#tracking_shipping .timeline-hidden{display: none;}
#tracking_shipping .timeline .timeline-item{
    position: relative;
}
#tracking_shipping .timeline .timeline-item:last-child .timeline-hidden{
    background: #fff !important;
    content: "";
    display: none;
    width: 10px;
    position: absolute;
    left: 74px;
    top: 13px;
    bottom: 0;
}
#tracking_shipping .timeline .timeline-content{
    display: block;
}
#tracking_shipping .timeline .timeline-location{
    background: #eee;
    padding: 5px;
    white-space: nowrap;
    border-radius: 5px;
    display: inline-block;
    line-height: 30px;
}
#tracking_shipping .timeline .timeline-time{
    left: -100px;
    top: 5px;
    background: #eee;
    padding: 5px;
    display: inline-block;
    white-space: nowrap;
    border-radius: 5px;
    margin-right: 5px;
    line-height: 30px;
}
#tracking_shipping .timeline .timeline-description{
    padding: 5px;
}

#tracking_shipping  .state-dhl-tracking-error .timeline-time,
#tracking_shipping  .state-dhl-tracking-error .timeline-location{
    background: rgba(200, 0, 0, 0.6);
    color: #fff;
}
#tracking_shipping  .state-dhl-tracking-error .timeline-icon{
    background: rgba(200, 0, 0, 0.6);
}
#tracking_shipping  .state-dhl-tracking-complete .timeline-icon{
    background: rgba(0, 100, 0, 0.6);
}

#tracking_shipping  .state-dhl-tracking-complete .timeline-time,
#tracking_shipping  .state-dhl-tracking-complete .timeline-location{
    background: rgba(0, 100, 0, 0.6);
    color: #fff;
}