/* 배송기사 선택 */
.popup-order-detail-layer {
    width: 550px;
}

.popup-order-detail-layer .popup_layer__inner {
    box-sizing: border-box;
    min-height: 720px;
    max-height: 720px;
    overflow-y:auto;
}

.popup-order-detail-layer .popup-order-detail {
    padding: 20px;
    min-height: 100%;
    box-sizing: border-box;
}

.popup-order-detail-layer .popup-order-detail .popup-order-detail-box {
    height: 100%;
    min-height: 409px;
}

.popup-order-detail-layer .popup-order-detail .order-detail-category {
    margin-top:20px;
    margin-bottom:20px;
}

.popup-order-detail-layer .popup-order-detail .order-detail-category span.tag {
    display:block;
    margin-bottom:10px;
}

.popup-order-detail-layer .popup-order-detail .order-detail-category span.value {
    display:block;
    margin-bottom:10px;
}

.popup-order-detail-layer .popup-order-detail .order-detail-category span.value.order-pay-method-value {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 0;
}

.popup-order-detail-layer .popup-order-detail .order-detail-category span.value.order-pay-method-value button {
    display: block;
    width:100%;
    height:100%;
    background-color:#fff;
    border:0;
    cursor:pointer;
}

.popup-order-detail-layer .popup-order-detail .order-detail-category span.value.order-pay-method-value:hover {
    background-color:#ccc;
}

.popup-order-detail-layer .popup-order-detail .order-detail-category span.value.order-pay-method-value:hover button {
    background-color:#ccc;
}

.popup-order-detail-layer .popup-order-detail .order-detail-category span.value.order-receiving-method-value button {
    display: block;
    width:100%;
    height:100%;
    background-color:#fff;
    border:0;
    cursor:pointer;
}

.popup-order-detail-layer .popup-order-detail .order-detail-category span.value.order-receiving-method-value {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    border: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 0;
}

.popup-order-detail-layer .popup-order-detail .order-detail-category span.value.order-receiving-method-value button {
    display: block;
    width:100%;
    height:100%;
    background-color:#fff;
    border:0;
    cursor:pointer;
}

.popup-order-detail-layer .popup-order-detail .order-detail-category span.value.order-receiving-method-value:hover {
    background-color:#ccc;
}

.popup-order-detail-layer .popup-order-detail .order-detail-category span.value.order-receiving-method-value:hover button {
    background-color:#ccc;
}

.popup-order-detail-layer .popup-order-detail .order-detail-agent {
    position: absolute;
    top: 10px;
    right: 10px;
    margin-top: 3px;
}

.popup-order-detail-layer .popup-order-detail .order-detail-agent .btn {    
    display: inline-block;
    text-align: center;
    border: 0;
    background-color: #a4a9ab;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    color: #7c7c7c;
    font-size: 18px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 10px;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 3px;
}

.popup-order-detail-layer .popup-order-detail .order-detail-agent .btn.order-delivery-cancel {
    float: left;
}

.popup-order-detail-layer .popup-order-detail .order-detail-agent .btn.order-driver-modify {
    float: right;
}

.popup-order-detail-layer .popup-order-detail .popup-order-detail-remote {
    box-sizing: border-box;
    width: 100%;
}

.popup-order-detail-layer .popup-order-detail .popup-order-detail-remote .btn.order-detail-confirm {
    display: inline-block;
    width: 100%;
    height: 40px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #ebebeb;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    margin: 0 3px;
    color: #5a5959;
    margin-top: 10px;
    cursor: pointer;
}

.popup-order-detail-layer .popup-order-detail .order-detail-category .current-info-value-list-tag {
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #dddddd;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
}

.popup-order-detail-layer .popup-order-detail .order-detail-category .current-info-value-list-value {
    display: none;
    width: 100%;
    padding: 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.popup-order-detail-layer .popup-order-detail .order-detail-category .current-info-value-list-value span.tag {
    display: block;
    margin-bottom: 0;
    background-color: #eeeeee;
    padding: 15px;
}

.popup-order-detail-layer .popup-order-detail .order-detail-category .current-info-value-list-value span.value {
    display: block;
    margin-bottom: 10px;
    padding-top: 17px;
    padding-left: 15px;
}

.popup-order-detail-layer .popup-order-detail .order-detail-category .current-info-value-list-value .current-info-image {
    width:100%;
}

.popup-order-detail-layer .popup-order-detail .order-detail-category .current-info-value-list-value .current-info-image img {
    width:100%;
}

.popup-order-detail-layer .popup-order-detail .order-detail-category .current-info-value-list-value hr {
    border-top: 0.5px solid #ccc;
}

@media (max-width: 800px) {
    .popup_layer.popup-order-detail-layer {
        width: 550px;
        height: 520px;
        min-height: 520px;
        max-height: 520px;
        overflow: auto;
    }

    .popup-order-detail-layer .popup_layer__inner {
        height: 90%;
        min-height:initial;
        max-height:initial;
        overflow-y: auto;
    }
}

@media (max-width: 500px) {
    .popup_layer.popup-order-detail-layer {
        width: 90%;
        height: 90%;
        min-height: auto;
        max-height: initial;
        overflow: auto;
    }

    .popup-order-detail-layer .popup_layer__inner {
        height: 90%;
        min-height:initial;
        max-height:initial;
        overflow-y: auto;
    }
}

@media (max-width: 420px) {
    .popup_layer.popup-order-detail-layer {
        width: 90%;
        height: 90%;
        min-height: auto;
        max-height: initial;
        overflow: auto;
    }

    .popup-order-detail-layer .popup_layer__inner {
        height: 90%;
        min-height:initial;
        max-height:initial;
        overflow-y: auto;
    }
}