/* Add here all your CSS customizations */

section.timeline .timeline-box.right:after{
    top: 15px; 
       background:#edeff2;
        left: -7px;

}
section.timeline .timeline-box.left:after{
    top: 15px; 
       background:#edeff2;
       right:-7px;
}

section.timeline .timeline-box{
    background:#edeff2;
    margin:inherit;
}

section.timeline .timeline-box.right:before{
    top: 18px;
}


section.timeline .timeline-date{
    top:10px; 
    margin-top: 35px;
    margin-bottom:35px;
}
 

#Destination{
    width:200px;
}

#EstimatedDeliveryDate{
    float:left;
}
#Origin{
    width:200px;
}

#PickupDate{
    float:left;
}

#tracking-footer{
    float:left;
}

#tracking-footer-header{
    float: left;
}

#tracking-footer-header  small 
{
    width:100px;
    padding-left: 10px;
}

#tracking-footer-body{
     
}

#tracking-footer-body #TotalQuantity{
    width:100px;
    float:left;
    text-align:center;
    padding-left: 10px;
}

#tracking-footer-body #TotalWeight{
    width:100px;
    float:left;
    text-align: center;
 }

#trackingModal .modal-dialog .modal-content .modal-body {
    position: relative;
    padding: 0px;
}

.phone {
    color: #008c53;
    font-size: 1.9em;
    font-style: normal;
    padding: 5px 160px 20px 0;
    float: right;
    font-family: "Open Sans", Arial, sans-serif;
}


