.no-order {
    padding: 20px 0 40px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
}

.order-table {
    margin: 0 auto;
    border-bottom: 1px solid #dcdcdc;
}

.order-table td {
    min-width: 40px;
}

.order-table .num-link {
    color: #F7AC18;
    font-size: 15px;
    font-weight: bold;
}

.order-table .num-link:hover {
    text-decoration: underline;
}

.order-table .btn-holder {
    padding: 10px 5px;
    width: 15%;
}

.table .btn.order-use {
    height: 30px;
    line-height: 28px;
    border: 1px solid transparent;
    font-size: 15px;
    margin: 3px 0;
    padding: 0 12px;
    border-radius: 6px;
}

.table .btn.order-use:hover {
    background: #333;
    color: #fff;
}

.table .btn.new-msg {
    color: #03A1B8;
    box-shadow: none;
    background: none;
    padding: 0;
    border: 0;
    width: auto;
    font-size: 14px;
}

.table .btn.new-msg:hover {
    color: #F99602;
    text-decoration: underline;
    background: none;
}

.table .btn.detail,
.table .btn.go-msg {
    color: #333;
    border-color: #ccc;
    transition: all .2s;
}

.table .btn.detail:hover,
.table .btn.go-msg:hover {
    color: #F7AC18;
    border-color: #F7AC18;
    background: transparent;
}

.table .btn.inform {
    background: rgb(137, 136, 137);
    border-color: rgb(137, 136, 137);
    transition: all .2s;
    color: #fff;
}

.table .btn.inform:hover {
    background: #F7AC18;
    border-color: #F7AC18;
}

.table .btn.order-use .ic {
    vertical-align: middle;
    font-size: 16px;
    margin: 0 3px 3px 0;
}

.order-form {
    border: 3px solid #BBB;
    position: relative;
    padding: 30px;
}

.order-form:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3px;
    border: 1px solid #ccc;
}

.order-form .form-box {
    max-width: 500px;
    border: 0;
}

.order-form .form-group {
    border: 0;
    padding: 2px 0;
}

.order-form .control-label {
    float: none;
    padding-left: 4px;
}

.order-form .control-box {
    margin-left: 0;
}

.order-detail {
    border: 1px solid #DCDCDC;
    max-width: 890px;
    margin: 0 auto 30px;
}

.order-detail .btn-holder {
    display: inline-block;
}

#order-message {
    padding-top: 10px;
}

.message-box .form-box {
    padding-top: 0;
}

.message-box .form-group {
    border-bottom: 0;
}

.message-box .control-label {
    float: none;
    padding-left: 4px;
}

.message-box .control-box {
    margin-left: 0;
}

.message-form {
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
    max-width: none;
}

.message-form .control-label {
    color: #666;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 8px;
}

.message-form .btn-box {
    text-align: right;
    padding: 5px 0 0;
}

.message-form .btn.send {
    width: 140px;
    text-align: left;
    margin: 0;
    padding: 0 40px 0 12px;
}

.message-form .btn.send .ic {
    vertical-align: middle;
    font-size: 12px;
    margin: 0 0 5px 3px;
}

.message-item {
    margin: 20px 0;
    padding-top: 35px;
    background: rgba(0,0,0,0.03);
}

.message-txt {
    border-radius: 6px;
    background: #fff;
    color: #666;
    padding: 0 15px;
    cursor: pointer;
}

.message-txt:hover {
    border-color: #666;
}

.message-question {
    position: relative;
    padding: 10px 0;
}

.message-question .date {
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 100%;
    margin-bottom: 4px;
    color: #999;
    font-size: 14px;
    letter-spacing: 0.05em;
    pointer-events: none;
}

.message-question .date .ic {
    vertical-align: middle;
    margin-right: 8px;
    color: #FAA419;
    font-size: 20px;
}

.message-question .status,
.message-question .new-tag {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin: -2px 0 -2px 10px;
    font-size: 14px;
}

.message-question .status {
    background: #C0C0C0;
    color: #fff;
    line-height: 27px;
    padding: 0 10px;
    border-radius: 15px;
}

.message-question .status.replied {
    background: #FAA419;
}

.message-question .new-tag {
    color: #FAA419;
    line-height: 27px;
}

.message-answer {
    display: none;
    border-top: 1px solid #DCDCDC;
    padding: 10px 0;
}

.message-answer .editor {
    padding: 3px 0;
    color: #333;
}

@media screen and (max-width: 1120px) {
    .order-table .btn-holder {
        width: auto;
    }
    .table .btn.order-use {
        width: auto;
        font-size: 14px;
    }
    .order-detail .table .btn.order-use {
        width: 150px;
    }
}

@media screen and (max-width: 1000px) {
    #order-message {
        padding-top: 50px;
        margin-top: -40px;
    }
}

@media screen and (max-width: 767px) {
    .order-table .btn-holder {
        display: inline-block;
        padding: 0;
    }
    .order-table .msg-holder {
        float: right;
    }
    .order-id-table tr {
        display: block;
    }
    .order-id-table th,
    .order-id-table td {
        display: inline-block;
        vertical-align: middle;
        padding: 10px 20px;
    }
    .order-id-table .btn-holder {
        padding: 5px 20px;
    }
    .order-detail .row:before {
        display: none;
    }
    .order-detail .col {
        width: 100%;
    }
    .order-detail .col2 .table-v tr:nth-child(2n) {
        background: #fff;
    }
    .order-detail .col2 .table-v tr:nth-child(2n+1) {
        background: #E0FBFE;
    }
    .message-box {
        padding: 5px 15px;
    }
    .message-item {
        margin: 15px 0;
    }
    .message-question .status,
    .message-question .new-tag {
        float: none;
        margin: 0 10px 0 0;
    }
    .message-question .title {
        padding-top: 10px;
    }
}

@media screen and (max-width: 500px) {
    .order-detail .col .table-v th {
        background: #E0FBFE;
    }
    .order-detail .col .table-v tr:nth-child(n) {
        background: none;
    }
    .order-detail .col .table-v th:after {
        display: none;
    }
}
