.header {
	color: #000;
	display: block;
	width: 100%;
  	height: 40px;
  	border: 0;
  	position: fixed;
  	top: 0;
}

.order_status {
	width: 20%;
	display: inline-block;
	text-align: center;
	float: left;
	padding: 8px 0;
	font-size: 12px;
}

.order_status .status_content a {
	color : #5C5C5C;
}

.active .status_content a {
	color : #0D89E3;
}

.order_status.active {
	border-bottom: 2px solid #0D89E3;
}

.status_content {
	border-right: 1px solid #EAEAEA;
}

.no_border {
	border: none;
}

.search {
	background-color: #F5F5F5;
	/* margin-top: 42px; */
	height: 7%;
	display: table;
	padding: 5px 0;
	width: 100%;
}

.search_input {
	vertical-align: middle;
	display: table-cell;
}

input[type="text"] {
	margin: 0 0 0 6px !important;
	padding : 5px !important;
	border-radius: 3px !important;
	display: inline-block !important;
	width: 60%;
	float: left;
}

input[type="button"] {
	display: inline-block !important;
	margin: 0 5px !important;
	padding : 2px !important;
	float: right;
}

.order_table tr .order_label {
	width: 24%;
	color: #666666;
	vertical-align: top;
}

.order_margin {
	margin-bottom: 20px;
}

.order_detail {
	padding: 5px 5px;
	margin-bottom: 20px;
  	border-bottom: 1px solid #D2D2D2;
  	padding-bottom: 10px;
  	width: 97%;
}

.product {
	width: 30%;
}

.quantity {
	width: 26%;
}

.money {
	width: 20%;
}

.count_lable {
	display: inline-block;
	background-color: #FF6B6B;
	background-size: 100%;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border-radius: 20px;
	color: #fff;
}
.searchInput{
    width:180px !important;
}
.search_btn {
    display: inline-block;
    margin-left: 3%;
    float: left;
}

.adv_search_btn {
	display: inline-block;
	float: right;
}

.unusal {
	padding: 20px 5px;
  	width: 96%;
  	border: none;
}

.cancel_btn {
	width: 40px;
  	margin: auto;
}

.btn_font_size{
	font-size: 14px;
}
.top_label{
	vertical-align: top;
}

.divHead{
	width: 100%;
}

.headTableTd{
	width: 25%;
	color: #666666;
	vertical-align: top;
}

.headTableTdRight{
	width: 75%;
	vertical-align: top;
}

.cs_order_update {
	position: absolute;
    display: block;
    top: 0;
    right: 10px;
    color: red;
    z-index: 9;
    font-size: 10px;
}