.tracking-detalle, .tracking-detalle td{
    border-collapse: collapse !important;
    padding: 0;
}

.icono_icon{
    color: #fff;
    margin-left: -9px;
    margin-top: 8px;
}

.vertical_icon{
    height: 80px; 
    width:5px; 
    background-color:#0092CE; 
    float:left; 
    margin-left: 14px;
}

.circle_icon{
    width: 35px; 
    height:35px; 
    background-color:#0092CE; 
    margin-top:25px; 
    border-radius:50%;
}

.info_estado {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
}

label {
    margin-bottom:0;
}


.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #6ebbe7;
}