.single-order {
    margin: 5px 5px 15px 5px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.single-order li {
    padding: 5px;
    display: block;
}

.order-head {
    color: #fff;
    background: #5BC0DE;
    border-radius: 5px 5px 0 0;
}

.single-order img {
    height: 50px;
}

.number {
    font-size: 18px;
    color: #5BC0DE;
}

.head-number {
    font-size: 18px;
}

.color-size {
    color: #fff;
    background: #5BC0DE;
    padding: 3px;
    border-radius: 5px;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #5BC0DE;
}

.message-div {
    width: 200px;
    height: 50px;
    background: #666;
    position: absolute;
    z-index: 100;
    top: 200px;
    left: 50%;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: relative;
    display: none;
}

#postagecheckDiv {
    display: none;
}

.postagecheck-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    position: fixed;
    z-index: 999;
    opacity: 0.1;
}

.postagecheck-content {
    z-index: 1000;
    position: fixed;
    background: #fff;
    border-radius: 3px;
    padding: 30px;
    text-align: center;
    left: 50%;
    width: 400px;
    top: 50%;
    margin-left: -200px;
    margin-top: -80px;
}

.postagecheck-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    margin-top: -20px;
    margin-right: -10px;
    cursor: pointer;
}

#refuseDiv {
    display: none;
}

.refusecheck-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    position: fixed;
    z-index: 999;
    opacity: 0.1;
}

.refusecheck-content {
    z-index: 1000;
    position: fixed;
    background: #fff;
    border-radius: 3px;
    padding: 30px;
    text-align: center;
    left: 50%;
    width: 400px;
    top: 50%;
    margin-left: -200px;
    margin-top: -80px;
}

.refusecheck-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    margin-top: -20px;
    margin-right: -10px;
    cursor: pointer;
}

#customDiv {
    display: none;
}


.custom-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    position: fixed;
    z-index: 999;
    opacity: 0.1;
}

.custom-content {
    z-index: 1000;
    position: fixed;
    background: #fff;
    border-radius: 3px;
    padding: 30px;
    text-align: center;
    left: 50%;
    width: 400px;
    top: 50%;
    margin-left: -200px;
    margin-top: -80px;
}

.custom-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    margin-top: -20px;
    margin-right: -10px;
    cursor: pointer;
}


.custom-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    position: fixed;
    z-index: 999;
    opacity: 0.1;
}

.custom-content {
    z-index: 1000;
    position: fixed;
    background: #fff;
    border-radius: 3px;
    padding: 30px;
    text-align: center;
    left: 50%;
    width: 400px;
    top: 50%;
    margin-left: -200px;
    margin-top: -80px;
}

.custom-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    margin-top: -20px;
    margin-right: -10px;
    cursor: pointer;
}