.form-control{
    
}
.order-reminder {
    color: #1A7292;
}
.no-order {
    padding: 20px 0 40px;
    text-align: center;
    border-bottom: 1px dashed #bbb;
    margin: 0;
}
.order-table td {
    min-width: 40px;
}
.order-table thead th {
    padding: 8px 12px;
}
.order-table .num-link {
    color: #197292;
    font-size: 15px;
    font-weight: bold;
}
.order-table .num-link:hover {
    text-decoration: underline;
}
.order-table .btn-holder {
    padding: 10px 5px;
}
.table .btn.order-use {
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid transparent;
    color: #777;
    font-size: 14px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    border-radius: 10px;
    margin: 3px;
}
.table .btn.new-msg {
    color: #FF7373;
    box-shadow: none;
    background: none;
    padding: 0;
}
.table .btn.new-msg:hover {
    color: #197292;
}
.table .btn.detail {
    border-color: #FBCFC7;
}
.table .btn.inform,
.table .btn.go-msg {
    border-color: #297E9C;
    width: 136px;
}
.table .btn.detail:hover,
.table .btn.inform:hover,
.table .btn.go-msg:hover {
    background: #F8FAD3;
    border-color: #DAE51E;
}
.table .btn.new-msg .icon,
.table .btn.go-msg .icon {
    width: 25px;
    height: 25px;
    margin: 0 5px 3px 0;
}
.table .btn.detail .icon,
.table .btn.inform .icon {
    width: 20px;
    height: 20px;
    margin: 0 5px 2px 0;
}
.table .btn.new-msg .icon {
    background-position: -75px -62px;
}
.table .btn.go-msg .icon,
.table .btn.new-msg:hover .icon {
    background-position: -100px -62px;
}
.table .btn.detail .icon {
    background-position: -100px -87px;
}
.table .btn.inform .icon {
    background-position: -120px -87px;
}

.order-detail {
    border: 4px solid #E8E8E8;
}
.order-detail .btn-holder {
    display: inline-block;
}

#order-message {
    padding-top: 10px;
}
.message-box {
    border: 4px solid #DDD;
    background: #F4F4F4;
    padding: 0 25px;
}
.message-form {
    padding: 15px 0;
    border-bottom: 1px solid #CACACA;
    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 {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    width: 120px;
    border-radius: 6px;
    margin: 0;
}
.message-form .btn.send i {
    vertical-align: middle;
    font-size: 22px;
    margin: 0 0 5px 3px;
}
.message-item {
    margin: 20px 0;
    padding-top: 35px;
}
.message-txt {
    border: 1px solid #DDD;
    border-radius: 6px;
    background: #fff;
    padding: 0 15px;
    cursor: pointer;
}
.message-txt:hover {
    background: #FFFFBF;
}
.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;
    pointer-events: none;
}
.message-question .date:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/common/icons.png') -240px -32px no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.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: #FF4D4D;
}
.message-question .new-tag {
    color: #FF4C4C;
    line-height: 27px;
}
.message-answer {
    display: none;
    border-top: 1px solid #DCDCDC;
    padding: 10px 0;
}
.message-answer .editor {
    padding: 3px 0;
    color: #FF4D4D;
}
/***************拆單運送***************/

.table td .shopping_way{
    margin-left: 20px;
    display: inline-block;
}
.table td .shopping_way span{
	width: 100px;
	color: #fff;	
}
.table td .post  {
    color: #000000;
	display: inline-block;
}
.form-control.messages-order{
    height: auto;
}
/**************************************/
/*---- 新增物流icon ---*/
.table-v td a{
   color:#108fbb;
   text-decoration:underline;
}
.table-v td a:hover{
   color:#009e5f;
   text-decoration:none;
}
/*---- 新增物流icon end ---*/

/*-- 訂單取消 --*/
.lightbox-wrapper .pd-id {
text-align: center;
}
.lightbox-wrapper .btn.simple.bg2{
        display: block;
    margin: 20px auto 0;
        position: relative;
}

@media screen and (max-width: 1000px) {
     #order-message {
        padding-top: 0px;
       
    }
    .table-v th,
    .table-v td {
        padding: 5px 8px;
        font-size:12px;
    }
    .message-form {
    padding: 5px 0;
}
.message-form .control-label {
    font-size: 14px;
}
.message-form .btn.send {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    width: 120px;
}
.message-form {
    border-bottom:none;
}
 .message-question .title {
        padding-top: 3px;
    }
      .message-question .status,
    .message-question .new-tag {
        float: none;
        margin: 0 10px 0 0;
         font-size:12px;
    }
     .message-item {
          margin: 2px 0;
          font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    .order-table .btn-holder {
        display: inline-block;
        padding: 3px;
    }
    .order-table .msg-holder {
        float: right;
    }
    .message-box {
        padding: 0 15px;
    }

.message-question {
    padding: 5px 0;
}
   
}
@media screen and (max-width: 640px) {
.table .btn.order-use {
    height: 30px;
    line-height: 30px;
     font-size: 12px;
}
.table .btn.inform,
.table .btn.go-msg {
    width: 120px;
}
}
@media screen and (max-width: 400px) {
.order-detail .btn-holder .icon{
    display:none;
}
.table .btn.inform,
.table .btn.go-msg {
    width: 95px;
}
}