.wait_delivery_order {
	width: 95%;
    margin: 5px 0 5px 10px;
    background: #fff;
    border-bottom: 1px solid #E2E2E2;
    display: inline-block;
    background: #fff url("../../img/static/images/arrow03.png") no-repeat scroll 95% center / 7px auto;
}

.wait_delivery_order p {
    /*padding: 2px 0;*/
    margin: 0 auto;
    font-size: 0.8em;
    
}

.operate_btns {
   width: 100%;
   text-align: center;
}

.operate_btn {
    margin-right: 10%;
    padding: 2px 5px 2px 5px;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    font-size: 1.2em;
    background: brown;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.btn_disabled {
    background: #CCC;
}

.search_table {
	background: white;
    padding: 10px 0px 5px 0px;
    display: flex;
    border-bottom: 1px solid #CCC;
    line-height: 35px;
}

#orders_content {
	/*margin-top: 55px;*/
	margin-bottom: 20px;
}

.pay-status-div{
	width:100%;margin:1px 0 0 0;
}
.select-menu{
	width:50%;height:40px;background-color: #C55560;float: left;color:#FFFFFF;text-align: center;line-height:40px;
}
.un-select-menu{
	width:50%;height:40px;background-color: #020202;float: left;color:#FFFFFF;text-align: center;line-height:40px
}
#datePage{
	position: fixed!important;
}
.common-span{float: left;width:100%;margin:0 auto}
/*.cart-number{width: auto!important;}*/
