.gradi{
	    background-color: rgba(128, 128, 128, 0.25);
}

.overflowY {
	overflow-y:auto;
}
.tostmsg {
    
    height: 30px;
    position: fixed;
    bottom: 10px;
    right: 5px;
    font-size: medium;
    color:#C42B3E;
} 
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 75px;
    right: 5px;
    display: none;
    font-size: xx-large;
    color:#C42B3E;
} 
.fg-button ui-button ui-state-default first ui-state-disabled{
	cursor: crosshair;
}
.red{
	color: red;
}
.validationMsg {
	color: red;
	font-size: 14px;
	font-weight: 300;
	position: absolute;
}
.pull-right{
	float: right;
}
.pull-left{
	float: left;
}
.lightgreen{
	background:lightgreen;border:1px solid #374850;
}
.lightgray{
	background:#d8dcd5;border:1px solid #374850;
}
.nowrap{
	white-space: nowrap;
}
.successMsg{
	color: green;
}
.errorMsg{
	color: red;
}
.mouseHand{
	cursor: pointer;
}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.bold{
	font-weight:bold;
}
.row{
	margin-bottom: 0px;
}
.form-group{
	margin-bottom:24px;	
}