.body
{
  	 font-size: 10px;
  	 font-family: Verdana;
  	 margin: 0px;
  	 margin-top:10px;
  	 margin-bottom:10px;
  	 padding: 0px;
  	 overflow: auto;
  	 background-color: #067ACD;
}
.label
{
	 font-size: 10px;
}
.datalabel
{
	 font-size: 11px;
}
.biglabel
{
	 font-size: 15px;
	 color: #333;
}
.center
{
	text-align:  center;
}
.padding-10px
{
	padding: 10px;
}
.padding-50px
{
	padding: 50px;
}
.maintable
{
	background-color: #067ACD;
}
.subtable
{
	border:1px solid #067ACD;
	background-color: #ffffff;
	border-radius: 8px;
}
.datatable
{
	border: 1px solid #067ACD;
	border-radius: 5px;
}
.datatable th
{
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	background-color: #067ACD;
	color: white;
	text-align: center;
}
.datatable td
{
	font-size: 11px;
	height: 35px;
	padding: 5px;
	color: #333;
}
.greyborder-bottom
{
 	border-bottom:1px solid #9e9e9e;
 	color: #333;
}
.greyborder-top
{
 	border-top:1px solid #9e9e9e;
 	color: #333;
 	font-weight: bold;
 	font-size: 11px;
}

.display-none
{
	display: none;
}

.display-empty
{
	display: '';
}

.table-td-font-width
{
	font-size: 13px;
	min-width: 200px
}

.margin-top-10px
{
	margin-top: 10px;
}

.padding-bottom-0px
{
	padding-bottom: 0px;
}

.margin-bottom-0px
{
	margin-bottom: 0px;
}

.modulespan
{
	border-radius: 6px 6px 6px 6px;
    border: 1px solid rgb(153, 153, 153);
    background: #F9F9F9;
    padding: 3px 5px 4px;
    float: left;
    list-style-type: none;
    margin: 3px 5px 2px 0px;
    white-space: nowrap;
    font-size: 11px;
    box-sizing: border-box;
    vertical-align: middle;
}

#loadContent {
	background-color: white;
	border-radius:4px;	
}

.word-break
{
	word-break: break-word;
}

.logolabeltext
{
	vertical-align: middle;
    font-size: 13px;
    text-transform: uppercase;
    font-family: monteserratregular;
    margin-top: 1px;
    color: #067ACD;
}

#formBodyHeight
{
	padding-bottom: 8px; 
	padding-top: 5px;
	min-height: 250px;
}

.spaceIdBtwnAndLogoResetPwd
{
	min-height: 35px;
}

.captchaImageDiv
{
	padding-left:40px;
}

.cusorpointer
{
	cursor:pointer;
}

.loaderstyle
{
	width: 20px; 
	float: right; 
	height: 20px;
	padding-right:6px;
}

.width30px
{
	width:30px;
}

.aligncenter
{
	text-align: center;
}

.submitloginform
{
	padding-left:0px !important;
	padding-right:0px !important;
}

.loginbtn
{
	padding-left: 20px;
}

.resetPasswordLbl
{
	display:none !important;
	text-align:center !important;
	color: #6e7e88 !important;
	font-family: 'open_sansbold' !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}