.js_product_result {
	width: 100%;
	position: absolute;
	margin-top: -5px;
	background-color: #fff;
	border: 1px solid #ddd;
	z-index: 10;
	box-shadow: 0px 2px 5px 1px #ccc;
	-webkit-box-shadow: 0px 2px 5px 1px #ccc;
	-moz-box-shadow: 0px 2px 5px 1px #ccc;
	-o-box-shadow: 0px 2px 5px 1px #ccc;
}
/*----------------//------------------*/
.calll ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.calll ul li {
	padding: 5px;
	border-bottom: 1px solid #e5e5e5;
}
.calll .mCSB_inside > .mCSB_container {
	margin-right: 5px;
}
.calll .mCSB_scrollTools {
	width: 5px;
}
.s-close {
	position: absolute;
	width: 15px;
	line-height: 16px;
	background-color: #FDBEBF;
	display: block;
	text-align: center;
	top: -24px;
	right: 8px;
	z-index: 20px;
	cursor: pointer;
}
.group_new {
	border-bottom: 1px solid #e5e5e5;
}
/*--------add-spinner------*/
.group_new .spinner-box {
	padding-right: 0px;
	margin-right:3px;
	width: 50px;
	float:left;
}
.group_new .spinner-box .form-control {
	border-radius: 0;
	font-size: 12px;
	height: 24px;
	z-index: 0;
}
.spinner-width {
	width:auto;
	float:right;
}
.bt-n {
	padding: 2px 8px !important;
	font-size: 12px;
	height: 24px;
}
.btn_orange{color:#fff;background-color:#f68f3b;border-color:#f68f3b;border-radius:0;padding:3px 15px;line-height:20px}