/*------------ no-order ------------*/

.no-order {
    padding: 20px 0;
    text-align: center;
    margin: 20px 0 0 0;
    border: 1px solid #eee;
    color: #ccc;
    font-size: 18px;
}

#order-message {
    margin: 50px 0 0;
}




/*------------ form ------------*/

.form-wrap {
    padding: 0;
    max-width: 100%;
}





/*------------ order ------------*/

.order-table {
    max-width: 1000px;
    margin: 40px auto 0;
}

.order-table thead th {
    border-color: #8DC220;
}

.order-table .num-link {
    color: #F15101;
    font-size: 15px;
    font-weight: bold;
}

.order-table .btn-holder {
    text-align: right;
}

.table .btn.new-msg {
    color: #8DC220;
    font-size: 14px;
    transition: all .2s;
}

.table .btn.new-msg i {
    color: #6A6A6A;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.table .btn.new-msg:hover {
    transition: all .2s;
    color: #6A6A6A;
}





/*------------ form ------------*/

.order-form {
    margin: 30px auto 0;
    max-width: 650px;
    padding: 30px 60px;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
}





/*------------ detail-main ------------*/

.order-detail {
    max-width: 890px;
    box-sizing: border-box;
    margin: 0 auto;
    border: 5px solid #EEEEEE;
    padding: 5px;
}

.order-detail td {
    padding: 12px 30px;
}

.order-info {}

.order-detail .btn-holder {
    display: inline-block;
}

.order-detail b {
    font-size: 15px;
    color: #F15100;
}

.order-detail .order-table {}





/*------------ order-message ------------*/

.message-form {
    padding: 0;
    max-width: none;
    font-size: 15px;
    color: #858585;
    background: transparent;
    border: 0;
}

.message-form .control-label {
    margin: 0 0 10px 0;
    padding: 0;
}

.message-form .btn-box {
    margin: 0 0 40px;
    padding: 0 0 10px 0;
}

.message-item {
    margin: 20px 0 25px;
    padding-top: 15px;
}

.message-txt {
    background: rgba(255, 255, 255, 0.10);
    padding: 5px 18px;
    cursor: pointer;
    font-size: 15px;
    box-sizing: border-box;
    color: #666;
    border: 1px solid #ccc;
    transition: all .2s;
}

.message-txt:hover,
.message-item.active .message-txt {
    border: 1px solid #F29800;
    transition: all .2s;
}

.message-question {
    position: relative;
    padding: 12px 0;
}

.message-question .date {
    position: absolute;
    left: -17px;
    bottom: 100%;
    margin-bottom: 7px;
    color: #999999;
    font-size: 14px;
    pointer-events: none;
}

.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 {
    color: #fff;
    line-height: 27px;
    padding: 0 10px;
    border-radius: 15px;
    background: #C0C0C0;
}

.message-question .status.replied {
    background: #72A711;
    border: 0;
}

.message-item.active .message-question .status.replied {
    background: #F29800;
}

.message-item.active .message-question .new-tag {
    color: #F29800;
}

.message-question .new-tag {
    color: #72A711;
    font-weight: bold;
    line-height: 27px;
}

.message-answer {
    display: none;
    border-top: 1px dashed #EDD5C7;
    padding: 10px 15px;
    margin: 0 -15px;
}

.message-answer .date {
    color: #666666;
    font-size: 14px;
}

.message-answer .editor {
    padding: 5px 0 0;
    color: #F29800;
    font-weight: bold;
}

.form-control.messages-order {
    height: 150px;
}

.order-detail {
    margin: 0 auto 50px;
}

.arrival-box textarea.form-control {
    height: 65px;
}

.arrival-box .pd-id {
    padding: 5px 10px;
    margin: 0 0 5px;
}

.delivery-list {
    margin-bottom: 50px;
}

.arrival-box .pd-name {
    font-size: 18px;
    margin: 0px;
}

.arrival-box .form-box .form-group {
    padding: 0px 0 10px;
}

.btn.style04 {
    margin: 0 2px;
    text-decoration: none;
}

.btn.style04:hover {
    color: #fff;
}

.shopping_way .general,
.shopping_way .cold,
.shopping_way .freezing {
    bottom: 0;
}

.shopping_way {
    display: inline-block;
}

.table-v td a {
    color: #108fbb;
    text-decoration: underline;
}

.table-v td a:hover {
    color: #009e5f;
    text-decoration: none;
}

.shopping-title.order {
    margin: 0px;
}

.table-v th {

    min-width: 180px;
}



/*------------ rwd ------------*/

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1000px) {
    .message-form {
        padding: 0;
    }
    #order-message {
        padding-top: 50px;
        margin-top: -40px;
    }
    #order-message {
        margin-top: 20px;
        padding: 0px;
    }
    .message-form .control-label {
        margin: 10px 0 0px 0;
        padding: 0;
    }
    .btn-box.has-border {
        margin: -10px 0 0;
        padding: 0px 0 10px;
    }
    .shopping-title-up {
        cursor: inherit;
    }
    .shopping-title-up:after {
        display: none;
    }
    .shopping_way {

        padding: 5px 0;
    }
    .delivery-list {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 900px) {
    .order-form {
        padding: 20px 15px;
    }
    .table .btn.new-msg {
        margin: 0 0 10px;
        text-align: left;
    }
    .order-table .btn-holder {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .order-detail .btn-holder {
        margin: 0px 0;
    }
    .btn.style04 {
        margin: 0 5px;
    }
    .message-item {
       margin: 5px 0 18px;
        padding: 5px;
    }
    .message-question .status,
    .message-question .new-tag {
        float: none;
        margin: 0 10px 0 0;
    }
    .message-question .title {
        padding-top: 5px;
        font-size: 14px;
    }
    .no-order {
        padding: 5px 0;
        margin: 10px 0 0 0;
        font-size: 14px;
    }
    .table .btn.new-msg {
        margin: 0px;
    }
    .order-table {
        margin: 0px;
    }
    .order-table .num-link {
        font-size: 14px;
    }
    .order-form {
        margin: 10px auto 0;
    }

    .message-question {
        padding: 2px 0;
    }
    .message-question .status,
    .message-question .new-tag {
        font-size: 14px;
        line-height: 25px;
    }
    .message-txt {
        padding: 2px 18px;
        margin-bottom: 15px;
        cursor: pointer;
        font-size: 14px;
    }
    .form-control.messages-order {
        height: auto;
    }
    .order-detail {
       margin: 0 auto 35px;
    }
}

@media screen and (max-width: 600px) {
    .order-detail td {
        padding: 5px;
    }
}
