/**********************************

Use: Main Screen Import

***********************************/

/* @import "reset.css";
@import "core.css";

@import "cmxformTemplate.css";
@import "cmxform.css"; */
.error{
	color: red;
	margin-left: 5px;
}
input.error { 
	border-color:  red; 
	margin-left: 0px;
}
select.error { 
	border-color:  red; 
	margin-left: 0px;
}
span>span.error{
	margin-left: 5px;
}

/* xuyang base css */
.radioAdd{
	text-align: left!important;
	width: auto!important;
}
.checkAdd{
	text-align: left!important;
	width: auto!important;
}
.pageAddProduct label{
	/* width: 116px; */
	width: 180px;
}
.text-center{
	text-align: center;
}
.pageAddProduct .glyphicon-plus{
	vertical-align: bottom;
}
.ml215{
	margin-left: 125px;
}
/* ztree */
.treeDropBtn{
	width: 22px;
	height: 28px;
}
span.glyphicon-plus-flag{
	min-width: auto;
	vertical-align: bottom;
}
span.glyphicon-remove-flag{
	/* width: 12px;
	height: 17px; */
	min-width: auto;
	vertical-align: bottom;
}
ul.ztree {margin-top: 10px;border: 1px solid #eee;background: #fff;width:300px;overflow-y:scroll;overflow-x:auto;}