.fontColor{
	color: #2E85C2;
}

a.fontColor{
	color: #2E85C2 !important;	
}

a.fontColor:hover{
	color: #065664 !important;	
}

.nav > li:hover{
	background-color: #E7E7E7;	
}


#rootMenu > li:hover{
	background-color: #FFF !important;
}

#rootMenu > li > a:hover{
	background-color: #FFF !important;
}


.aHover{
	cursor: pointer !important;
	text-decoration: none !important;
}

.devide{
	float: left;
	width: 100%;
	margin: 10px 0;
}

#content{
	min-height: 400px;
}

.bodyTitle{
	text-align:left;
	font-size:25pt;
	font-weight:bold;
}

/*xs*/
@media (max-width: 767px){

}

/*sm*/
@media (min-width: 768px){

}

/*md*/
@media (max-width: 992px){

}

/*lg*/
@media (max-width: 1200px){

}