@CHARSET "UTF-8";
.broderE{
	border: 1px solid #eee;
}
.displayNone{
	display:none;
}
.borderNode{
	border:none;
}
.tableBreak{
	word-break:break-all; 
	word-wrap:break-all;
}
.width15{
	width: 15%;
}
.width35{
	width: 35%;
}
.lineHeight{
	line-height: 1.5;
}
.content-body{
    padding: 20px;
    background: #f7f7f7;
}
.margin-top-10{
	margin-top:10px;	
}
.regionSelectButton {
	cursor: pointer;
	color: rgb(255, 255, 255);
	border-left: 0px;
	background: #37c6d4;
}

.input-group-addon > i {
	color: rgb(255, 255, 255);
}
