/*status-70764-start*/
				.widefat .column-order_status mark.waiting-for-pay{
					background-color:#bf6e05;
					border: 1px solid #bf6e05;
					color: #fff;
				    display: block;
				    border-radius: 16px;
				    font-size: 0px;
				    font-weight: normal;
				    line-height: 0px;
				    min-width: 80px;
				    padding: 0;
				    text-align: center;
				    width: auto;
				    height: auto;
				}
				.widefat .column-order_status mark.waiting-for-pay:after{
					content: "waiting-for-pay";
				    display: block;
				    font-size: 9px;
				    line-height: 17px;
				    text-transform: uppercase;
				    font-weight: bold;
				    text-indent: 1px !important;
				}
				.widefat tr .column-order_status{
					width: 80px;
				}
				
					#woocommerce_dashboard_status .wc_status_list li.waiting-for-pay-orders a:before{
						color: #bf6e05;
						content: "\e0d4";
						font-family: 'WC-SA-Icons' !important;
						font-size: 12px;
						color:#bf6e05;
						border: 1px solid #bf6e05;
						width: 18px;
	    				height: 18px;
	    				line-height: 18px;
	    				padding: 3px;
	    				border-radius: 100%;
	    				text-align: center;
					}/*status-70764-end*/