@CHARSET "UTF-8";
.fullcustomloader{
    position:absolute;
	width:100%;
	height:100%;
    top:0px;
    left:0px;
	background:#000000;
	background-color:#000000;
    z-index:999989;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.customloader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #8b8b8b; /* color */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    z-index:999999;
    position:absolute;
    top:0px;
    left:0px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.jqGridSelected{
	font-weight:bold !important;background:#eaf8ff !important;
}
.jqGridInserted{
	color:#65b92f !important;
}
.jqGridUpdated{
	color:#c79350 !important;
	text-decoration:none !important;
}
.jqGridDeleted{
	color:#db6879 !important;
	text-decoration:line-through !important;
}
