
.left-content .col-lg-3{
    background:#F8F8F8;
}
.left-content .title{
    font-size:16px;
    font-weight:bold;
}

.left-content .title span{
    display:inline-block;
    padding:5px;
    border-radius:5px;
}
.flex-box {
    display:inline-flex;
}
.left-content .step-list .item-rows .icon {
    position:relative;
}
.left-content .step-list .item-rows .text {
    padding-left:15px;
}
.tracking-box {
    max-width: 600px;
    width: 100%;
    margin: auto;
}
.tracking-box .row {
    display: flex;
}
.tracking-box .step-list .action-truck,.tracking-box .step-list .action-truck8, .dl_dashboard .action-truck i, .dl_dashboard .action-truck8 i{
    transform: scale(-1, 1);
}
.dl_dashboard .dashboard_history a.list-action-enable {
    border-radius: 5px;
    padding: 6px;
    color:#fff
}
.row {
    margin: inherit;
}
.row-info {
    border-bottom: 1px solid #ffffff;
    background-color: #eeedf1;
    min-height: 35px;
    line-height: 35px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.header-info {
    border: none;
    background-color: #0d0366;
    text-align: center;
    min-height: 45px;
    line-height: 45px;
    color: white;
}
.status {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    min-height: 45px;
    line-height: 45px;
}
.carrier-name {
    float: right;
    width: 85%;
    line-height: normal;
}
.carrier img {
    max-width: 15%;
    padding-right: 3px;
}

.action-truck {
    background:
    #499FFE !important;
}
.time {
    font-size: 12px;
    color: #afacac;
    margin-left: 5px;
}
.date {
    font-size: 12px
}
.step-list .item-rows {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 300px;
    max-width: 90%;
    padding: 14px;
    margin: 0 20px;
    display: inline-block;
}
.step-list .item-rows .icon {
    position:relative;
    display: inline-block;
    float: left;
}
.step-list .item-rows .icon img{
    max-width: 35px;
    max-height: 40px;
    vertical-align: baseline;
    padding: 5px;
}
.step-list .item-rows .icon span {
    display: flex;
    justify-content: center;
    align-items: center;
    width:45px;
    height:45px;
    line-height:45px;
    border-radius:50%;
    border:1px solid #ebebeb;
    position:relative;
    background:#808285;
    z-index:2;
}
.step-list .item-rows .icon:before {
    content:"";
    position:absolute;
    top:-15px;
    left:21px;
    height:calc(100% + 30px);
    width:4px;
    display:block;
    background:#ebebeb;
    z-index:1;
}
.step-list .item-rows .text {
    display: inline-block;
    padding-left:15px;
    padding-top: 5px;
}

.step-list .action-truck,.tracking-box .step-list .action-truck8, .dl_dashboard .action-truck i, .dl_dashboard .action-truck8 i{
    transform: scale(-1, 1);
}
.action-barcode {
    background:
    #99CCFF !important;
}
.status {
    text-align: center;
    color:
    #fff;
    font-size: 16px;
    min-height: 45px;
    line-height: 45px;
}
.row-info {
    background-color: #eeedf1;
    min-height: 35px;
    line-height: 35px;
}
.header-info {
    border: none;
    background-color: #0d0366;
    text-align: center;
    min-height: 45px!important;
    line-height: 45px!important;
    color: white;
}
.header-row {
    min-height: 45px!important;
    line-height: 45px!important;
}
.step-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.orderdetail_form {
    margin-bottom: 30px;
}

.more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion {
    margin: auto;
    max-width: 600px;
}
.show {
    padding: 0;
    background-color: #eee;
    min-height: 45px;
    width: 100%;
    border: none;
    outline: none;
}
button.show div {
    pointer-events: none;
}