#menu-trigger .line-wrap .line {
  background-color: #333;
}

#menu-trigger{
  padding: 17px 0;

}

.padding_left_30{
  padding-left: 30px;
}

.parcel-status-summary{
	height: 180px;
}

h2.parcel-status-title{
	height: 50px;
	text-align: center;
	vertical-align: middle;
	display: block;
}
span.small_name{
	font-size: 10px;
	display: block;
	color: #000099;
}


/*Tracking Page*/
.table-dark-header thead tr th{
    background-color: #1e5db3;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}


.table-detail tr td{
    padding-left: 0px !important;
    border: none !important;
}

.consolidation__notice_line {
    margin-bottom: 25px ;
}
.tracking_log__table {
    margin-bottom: 30px;
}
.tracking_log__table td.first-col{
    width: 50px;
    color: #808080;
}

.tracking_log__table td {
    position: relative;
    vertical-align: top;
}
.tracking_log__table tr:last-child .tracking_log__item {
    margin-bottom: 0
}
.tracking_log {
    position: relative;
    padding: 4px 10px;
    margin-right: 5px;
    color: #686868;
    font-size: 12px;
    line-height: 14px;
    background-color: #f1f1f1;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
}
.tracking_log._done {
    background-color: #1e5db3;
    color: #fff
}
.tracking_log__item {
    margin: 0 0 30px 6px;
    padding: 0
}
.tracking_log__event {
    list-style: none;
    margin-bottom: 8px
}
.tracking_log__time {
    margin-right: 4px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    color: #808080
}
.tracking_log__event-value {
    font-size: 14px;
    color: #808080;
    line-height: 16px;
    display: block;
    word-wrap: break-word;
}
.tracking_log__event-value._done {
    font-weight: bold;
    color: #202020;
}
.tracking_log_row {
    position: relative;
}
.tracking_log__line {
    position: absolute;
    top: 25px;
    bottom: 0;
    left: 50%;
    height: -webkit-fill-available;
    z-index: 0;
    width: 1px;
    margin-left: -1px;
    border-left: 1px dashed #dadada
}


@media only screen and (min-device-width : 768px) {
    .tracking_log_row {
        overflow: hidden;
    }
    .tracking_log_bar {
        width:13%;
    }
    .tracking_log_details {
        width: 87% ;
    }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {
    .tracking_log_bar {
        margin-right: 10px;
    }
}

/* Large screens ----------- */
@media only screen  and (max-width : 991px) {
    .tracking_log__event-value {
        width: 100%;
    }
    .tracking_log {
        width:100%;
    }
    .tracking_log_bar {
        margin-bottom: 10px;
    }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 991px) and (max-device-width : 1024px) {
    .details__value {
        font-size: 13px;
        float: right;
        margin-left: 10px
    }
    .details__line__lable {
        display: inline-block;
        max-width: 120px;
        word-wrap: break-word;
        font-size: 12px
    }
    .tracking_log_bar {
        width:16%;
    }
}

/* Test2*/
.journey {
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
    height: 140px;
    font-size: 13px;
    line-height: 16px;
    color: #808080
}
.journey__path {
    display: block;
    position: absolute;
    background-color: lightgrey;
    margin: 0;
    padding: 0;
    top: 88px;
    left: 45px;
    right: 50px;
    height: 4px
}
.journey__steps {
    position: absolute;
    /* we need it to hide very long progress span */
    /* but because of it there is a small glitch with dots :( */
    /* i don't know how to fix it yet */
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 50px 0 45px;
    padding: 0
}
.journey__step {
    list-style: none;
    text-align: center;
    color:lightgrey;
}
.journey__step:after {
    display: block;
    content: '●';
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    color: lightgrey
}
.journey__step._done:after, .journey__step._current:after {
    color: #1e5db3
}
.journey__step._done {
    position: relative;
    color: #808080;
}
.journey__step._current {
    position: relative;
    color: #202020;
    font-weight: bold;
}
.journey__step._arrival {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #1e5db3
}
.journey__step:first-child {
    text-align: left
}
.journey__step:first-child:after {
    text-align: left;
    margin-left: -3px
}
.journey__step:last-child {
    text-align: right
}
.journey__step:last-child:after {
    text-align: right;
    margin-right: -3px
}
.journey__step-progress {
    display: block;
    position: absolute;
    bottom: 12px;
    left: -1200px;
    right: 53%;
    height: 4px;
    background: #1e5db3;
}
.journey__step:first-child .journey__step-progress {
    display: none
}
.journey__step:last-child .journey__step-progress {
    right: 0
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width : 767px) {
    .journey {
        height: unset;
        flex-direction: column;
        position: relative;
        background-color: #fff;
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 16px;
        color: #808080
    }
    .journey__path {
        display: block;
        background-color: lightgrey;
        margin: 0;
        padding: 0;
        top: 50px;
        bottom: 50px;
        left: 18px;
        right: unset;
        height: unset;
        width: 4px;
    }
    .journey__steps {
        position: unset;
        display: unset;
        overflow: hidden;
        left: 0;
        right: 0;
        bottom: unset;
        margin: 0 50px 0 45px;
        padding: 0
    }
    .journey__step {
        position: relative;
        list-style: none;
        text-align: left;
        display: flex;
        align-items: center;
        color:lightgrey;
    }
    .journey__step:before {
        display: block;
        content: '●';
        text-align: left;
        font-size: 32px;
        line-height: 35px;
        color: #lightgrey;
        margin: 0px 10px 0px -8px;
    }
    .journey__step:after {
        display: none;
    }
    .journey__step._done:before, .journey__step._current:before {
        color: #1e5db3
    }
    .journey__step._done {
        position: relative;
        color: #808080;
    }
    .journey__step._current {
        position: relative;
        color: #202020;
        font-weight: bold;
    }
    .journey__step._arrival {
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        color: #1e5db3
    }
    .journey__step:first-child {
        text-align: left
    }
    .journey__step:first-child:after {
        text-align: left;
        margin-left: -3px
    }
    .journey__step:last-child {
        text-align: left;
    }
    .journey__step:last-child:after {
        text-align: left;
        margin-right: -3px
    }
    .journey__step-progress {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: unset;
        right: 0;
        width: 4px;
        background: #1e5db3;
    }
    ._done > .journey__step-progress {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: unset;
        right: 0;
        width: 4px;
        background: #1e5db3;
    }

    ._current > .journey__step-progress {
        display: block;
        position: absolute;
        top: -20px;
        bottom: 50%;
        left: 0;
        height: unset;
        right: 0;
        width: 4px;
        background: #1e5db3;
    }

    .journey__step:first-child .journey__step-progress {
        display: block;
        top: 50%
    }
    .journey__step:last-child .journey__step-progress {
        right: unset;
        text-align: unset;
        top: 0;
        bottom: 50%;
    }
}
/*Tracking Page -- END */