﻿.box {
    margin-top: 20px;
    background: #fff;
}

.track-box {
    border-bottom: none;
    position: relative;
}



.row .span {
    float: left;
    display: inline;
    margin: 0;
}

    .row .span:first-child {
        margin-left: 0;
    }

.track-box .bill-query .span9 {
    position: relative;
}

.track-box .bill-query .textarea {
    background: white;
    padding: 5px;
    height: 100px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    overflow: hidden;
}

    .track-box .bill-query .textarea .code-wrap {
        float: left;
        width: 10px;
        margin: 5px;
        width: 98%;
    }

.query_txt {
    display: inline-block;
    line-height: 25px;
    width: 380px;
    height: 100%;
    border: 0;
    font-size: 14px;
    vertical-align: top;
    color: #666;
    resize: none;
    float: left;
}

.query_txt {
    font-size: 16px;
    width: 100%;
}

button.wide, a.wide {
    padding-left: 30px;
    padding-right: 30px;
}

button.blue, a.blue {
    border: none;
    background: #0085ff;
    color: #fff;
}

.track-box .bill-query .span3 {
    width: 150px;
}

#history span {
    cursor: pointer;
}

.font-blue {
    color: #0085ff;
}

@media screen and (min-width: 981px) {
    .track-box .bill-query .span9 {
        width: 800px;
        padding: 10px;
    }
}

@media screen and (max-width: 980px) {
    .track-box .bill-query .span9 {
        width: 100%;
        padding: 10px;
    }

    .track-box .bill-query .span3 {
        margin-left: 10px;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.boxitem {
    margin-top: 10px;
    border: 1px solid #d2d2d2;
    padding-top: 10px;
}

    .boxitem h4 {
        font-size: 18px;
        line-height: 30px;
        font-weight: bold;
    }

    .boxitem hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.card {
    position: relative;
    display: block;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 0.143rem;
}

.routes-wrapper {
    margin: 25px 0;
}

    .routes-wrapper .route-list {
        width: 100%;
        position: relative;
    }

        .routes-wrapper .route-list .dashed-line {
            position: absolute;
            height: 65%;
            border-right: 2px dotted #f1f1f1;
            left: 4.9%;
            top: 30px;
        }

        .routes-wrapper .route-list .route {
            font-size: 14px;
            color: #333;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin-top: 10px;
        }

        .routes-wrapper .route-list .first {
            color: #333;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .routes-wrapper .route-list .first .route-status-text {
                font-size: 16px;
            }

        .routes-wrapper .route-list .route .route-status-text {
            width: 10%;
            text-align: right;
        }

        .routes-wrapper .route-list .route .route-status-icon {
            width: 10%;
            min-width: 10%;
            text-align: center;
        }

        .routes-wrapper .route-list .route .route-status-text .signed {
            color: #dc1e32;
        }

        .routes-wrapper .route-list .route .route-status-icon img {
            width: 11.3px;
            height: 11.3px;
            display: inline-block;
            position: relative;
        }

        .routes-wrapper .route-list .first .route-status-icon img {
            width: 28px;
            height: 28px;
            position: relative;
        }

        .routes-wrapper .route-list .route .route-date-time {
            width: 15%;
            min-width: 140px;
            color: #333;
        }

        .routes-wrapper .route-list .route .route-desc {
            max-width: 800px;
        }

@media screen and (max-width: 980px) {
    .boxitem h4 {
        font-size: 16px;
    }

    .routes-wrapper .route-list .route {
        flex-wrap: wrap;
    }

        .routes-wrapper .route-list .route .route-desc {
            max-width: 100%;
            width: 100%;
            margin-left: 12%;
            display: table-row;
        }
}