.bg-white{
	background-color: white;

}
.mg-top{
	margin-top: 20px;
}
.groupCheck{

	border-style: solid;
	border-color: lightGrey;
	border-radius: 5px;
	border-width: thin;
	padding: 15px;	
}
.border1{
	border-style: solid;
	border-radius: 5px;
	border-width: thin;
	padding: 15px;
	border-color : #3097D1;
	color: #3097D1;
}
.borderreport{
	border-style: solid;
	border-radius: 5px;
	border-width: thin;
	padding: 15px;
	border-color : #d3e0e9;
	color: #3097D1;
	background-color: white;
}
.width-xs{
	width: 40px;
}
.width-md{
	width: 100%;
}
.text-center {
   text-align:center
}
.font-twelve{
	font-size: 12px;
	font-weight: normal;
}