.each_e{
	width:100%;
	display:inline-block;
	background:#eee;
	cursor: pointer;
	padding:10px;
}
.each_e:hover{
	background:#b5b5b5;
}
.each_e p{
	float:left;
	margin-bottom:0px;
	width:100%;
}
.new_enq_form{width:100%;float: left;}
.new_enquiry{
	margin-bottom:10px;
}
.l_pag .alist_pagination, .l_pag .alist_psize_cont, .l_pag .alist_pnum_cont{width:100%;}
.l_pag span.alist_psize_text{margin-top:0px;}
.l_pag .alist_psize_wrap select{
	padding: 7px 4px;
    font-size: 14px;
}
.l_pag .alist_psize_cont{display:flex;}
.show_full_content{
	width:100%;
	display:inline-block;
	background:#eee;
	padding:15px;
}
.show_full_content p.p_title{
	font-weight:bold;
	font-size:16px;
	margin-bottom: 0;
}
.l_cont{
	float:left;
	padding-left:0;
}
.show_full_content p{
	float:left;
	margin-bottom:5px;
	width:100%;
}
.each_b{
	width:100%;
	display:inline-block;
	background:#eee;
	cursor: pointer;
	padding:10px;
}
.each_b:hover{
	background:#b5b5b5;
}
.each_b p{
	float:left;
	margin-bottom:0px;
	width:100%;
}
.full_width{
	width:100%;
	display:inline-block;
}
.py_left{
	float:left;
}
.py_right{
	float:right;
}
.show_order_information {
    font-size: 26px;
    cursor: pointer;
}
.py_seperator span {
	background-color: rgba(8,8,13,.73);
    color: #fff;
	padding: 5px 40px 5px 20px;
    font-size: 15px;
	float: left;
    display: block;
}
.py_fr{
    margin-bottom: 10px;
	width:100%;
	float:left;
}
.py_seperator{
	width:100%;
	display:inline-block;
	margin-bottom:15px;
	border-bottom: solid 1px #4b4b50;
}
.show_order_information{
	float:right;
}
.show_order_details{
	float:right;
}
.view_pdt_tbl th{
	padding:20px 7px;
}
.view_pdt_tbl td{
	padding: 10px 5px;
	font-size:13px;
	/*text-align: center;*/
}
.unit_select{
	width: 50px;
    min-height: 30px;
}
.new_en{
	font-weight: 1000;
}.uk-modal {	z-index: 1050;}.uk-notification{	z-index: 1051;}
.fixed{
    position: sticky;
    top: 0;  
    z-index: 1;
    background-color: #fff;
}