.gradi{
	    background-color: rgba(128, 128, 128, 0.25);
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 5px;
    display: none;
    font-size: xx-large;
    color:#eb6450;
} 
.fg-button ui-button ui-state-default first ui-state-disabled{
	cursor: crosshair;
}
.red{
	color: red;
}
.validationMsg {
/* 	height:25px; */
    color:rgb(255, 0, 0);
    float:left;
    position:relative;
    font-size:14px;
}
.validationdisable {
	height:25px;
    color:rgb(255, 0, 0);
    float:left;
    position:relative;
    font-size:14px;
}
.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;
}
table.dataTable thead th {
  vertical-align: top;
  border-width: 1px;
}
/* .row{ */
/* 	margin-bottom: 2px; */
/* } */