
@page-background-color: #F0F0F5;

.t-track-detail {
  background: @page-background-color;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;

  .bodyIphone {
    .topNavPage {
        margin-top: 20px;
    }
}

.bodyIphoneX {
    .topNavPage {
        margin-top: 20px;
    }
    .tab_footer_box {
        padding-bottom: 20px;
    }
    .labelSave{
        padding-bottom: 20px;
    }
}


.ticon {
    // width: 1em;
    // height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
  }

  .ticon-s {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
  }
.iconfont{
    font-size: 16px;
}

.t-fontsize-24{
    font-size: 24px;
}
.t-fontsize-100{
    font-size: 100px;
}
.t-fontsize-50{
    font-size: 50px;
}
.t-marginr6{
    margin-right: 6px;
}
.t-fright{
    float: right;
}

.t-lm-portal .am-calendar .content{
    height: 80%;
    top: 20%;
}

.am-action-sheet-message{
    color: #666;
    font-size: 14px;
    margin: 16px 0;
}
.t-steps{
    .t-step-icon{
        width: 18px;
        height: 18px;
    }
}

.sticky-container{
    >div.am-list-item:first-child{
        min-height: 22px;
        padding: 0 !important;
        background-color:  #f5f5f5;
        .am-list-line{
            padding: 0 !important;
            .am-list-content{
                padding: 2px 0;
            }
        }
    }
    .sticky{
        z-index: 3;
        color: #999;
        padding: 0 20px;
        font-size: 12px;
    }
    .list-view-section-body{
        .am-list-item{
            background-color:  #fff;
        }
    }
}


.t-empty-center{
    display: flex;
    align-items: center;
    justify-content: center;
    svg{
        font-size: 150px;
    }
    .t-text{
        text-align: center;
        font-size: 16px;
        color: #999;
    }
}

.am-search{
    height: 48px;
    background: #fff;
    .am-search-input{
        height: 32px;
        border-radius: 32px;
        background: #fff;
        border: solid 1px #ddd;
        .am-search-synthetic-ph{
            height: 32px;
            line-height: 32px;
            text-align: left;
            padding-left: 16px;
        }
        .am-search-synthetic-ph-icon{
            color: #666;
        }
    }
    .am-search-input input[type="search"]{
        height: 32px;
    }
}

.am-action-sheet{
    max-height: 60%;
}


  .t-lm-name{
    font-size: 16px;
    padding: 16px 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    div>span{
        margin-right: 12px;
    }
}
.t-lm-user{
    font-size: 15px;
    padding: 12px 0;
    border-bottom: solid 8px #f5f5f5;
    div>span{
        margin-right: 12px;
    }
    .t-right >div{
        margin: 4px 0;
    }
}
.t-left{
    float: left;
}
.t-right{
    margin-left: 40px;
}
.t-lm-voucher{
    padding: 16px 0;
    border-bottom: solid 1px #eee;
    .t-label{
        margin-right: 12px;
    }
}
.t-center{
    margin: 20px auto;
    text-align: center;
}

.t-empty-center{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    svg{
        font-size: 150px;
    }
    .t-text{
        text-align: center;
        font-size: 16px;
        color: #999;
    }
}


.t-fontsize-24{
    width: 24px;
    height: 24px;
}
.t-fontsize-100{
    font-size: 100px;
}
.t-fontsize-50{
    font-size: 50px;
}
.t-marginr6{
    margin-right: 6px;
}

.t-step-icon{
    width: 18px;
    height: 18px;
}

.t-pickers{
    display: flex;
    border-bottom:solid 1px #f5f5f5;
    background-color: #F5F5F5;
    .am-list-item .am-list-line .am-list-extra{
        flex-basis: 100%;
    }
    .t-picker-item{
        width: 100%;
        padding: 9px 0;
        text-align: center;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        .t-item-text{
            display: inline-flex;
            align-items: center;
        }
    }
    .t-left{
        width: 120px;
    }
    .t-right{
        width: calc(~"100% - 120px");
    }
    .t-border-left{
        border-left: solid 1px #eee;
    }
}
.t-order{
    font-size: 14px;
    .t-order-item{
        .t-empty-center svg{
            font-size: 60px;
        }
        .t-empty-center .t-text{
            font-size: 12px;
            color: #999;
        }

        .t-wingbglank_m{
            padding: 8px 10px;
        }
        .t-gray-bg{
            background-color:  #F9F7F7;;
        }
        .t-voucher-type{
            padding: 3px 14px;
            background: #f5f5f5;
            border-radius: 1px;
            font-size: 14px;
            text-align: center;
            color: #333;
            margin-right: 10px;
            display: inline-block;
        }
        .t-row{
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding: 4px 0;
            font-size: 14px;
            color: #999;
            .t-title{
                margin-right: 6px;
            }
        }
        .t-text-impl{
            font-size: 15px;
            color: #333;
        }
        .t-text-impl1{
            font-size: 16px;
            color: #000;
            font-weight: bold;
        }
        .t-text-red{
            color: #FF4E4E;
            font-size: 16px;
        }
        .t-text-link{
            font-size: 13px;
            color: #999;
            text-align: center;
        }
        
    }

    .t-cols{
        width: 100%;
        border-bottom: 1px solid #EEEEEE;
        .t-col8{
            float: left;
            width: 66.66666%;
            >*{
                height: 24px;
            }

            .t-height32{
                height: 28px;
            }
        }
        .t-col4{
            float: left;
            width: 33.33333%;
            text-align: right;
            >*{
                height: 24px;
            }
        }
        .t-btn-downlist{
            // float: right;
            width: 92px;
            height: 32px;
            font-size: 14px;
            height: 32px;
            line-height: 1;
            padding: 8px 0;
            border-radius: 16px;
            margin: 0;
            border: solid 1px #ddd;
        }
    }
    .t-clear{
        clear: both;
    }

    
    .t-border-right{
        border-right: solid 1px #ddd;
        padding: 1.4px;
    }
    .t-link-center{
        display:inline-flex;
        align-items: center;
        .am-icon{
            font-size: 18px;
        }
    }

    background-color: #F5F5F5;
}
.t-orderlistview{
    background-color: #fff;
    .sticky-container > div.am-list-item{
        background-color: #fff !important;
    }
    .am-list-body{
        border-top: none;
        border-top:1px solid #eee !important;
    }
}
.t-timeline{
    padding-top: 10px;
    color: #999;
    line-height: 1.5;
    .am-steps-item-process{
        .am-steps-item-title{
            color: #3788ff;
        }
    }
    .am-steps-item-title{
        display: inline-block;
        width: 64px;
        font-size: 13px;
        color: #999;
        vertical-align:top;
    }
    .am-steps-item-description{
        vertical-align:top;
        display: inline-block;
        color: #666 !important;
    }
    .t-step-notitle{
        .am-steps-item-title{
            width: 0;
            display: none;
        }
    }
    .t-step-desc{
        .left{
            vertical-align:top;
            display: inline-block;
            width: 70px;
        } 
        .right{
            vertical-align:top;
            display: inline-block;
            margin-left: 10px;
            width: calc(~'100% - 80px');
        }  
    }
    .am-steps-small .am-steps-item-custom .am-steps-item-icon > .am-steps-icon{
        top: 1px;
    }
}

}


