

/*Below is the style for datagrid tables and divisions for ajax files*/
img {
	border:none;
	outline:none;
}
a {
	text-decoration:none;
}



.grid_heading {
	display:block;
	padding:8px 4px;
}

.grid_sno {
	width:auto;
}

.grid_content.editable {
	/*width:110px;*/
}
.grid_editable{
	width:60%;max-width:60%;
	}
.grid_content{
	/*width:60%;max-width:60%;*/
	}
	
.grid_table_header{
	text-align:center;
	}
.grid-top-toolbar{
	margin-bottom:10px;
/*	width:100%;
	height:50px;
	padding-top:10px;*/
	}
/*.grid-top-toolbar .pull-left{
	padding-left:20px;
	}*/
/*.grid-top-toolbar .pull-right{
	padding-right:20px;
	}*/
/*.grid-top-toolbar .limit{
	width:80px;
	}*/
/*.grid-top-toolbar .grid-search-box-table{
	width:400px;
	max-width:50%;
	}*/
/*.grid-top-toolbar .grid-search-wrapper{
	width:280px;
	}*/
        
/*.grid_search_btn{
     height:31px;
     padding-top: 2px;
     width:40px;
        }	
	*/
	
	
.grid-bottom-toolbar{
	margin:0px;
	width:100%;
	height:50px;
	padding-top:10px;	
	}
	
/*.grid-bottom-toolbar .pull-left{
	padding-left:20px;
	}
.grid-bottom-toolbar .pull-right{
	padding-right:20px;
	}*/
        
/*.grid_limit{
     max-height:31px;
     padding-top: 2px;
     border-radius: 0px;
     margin-left: 20px;       
        }*/


.grid_no_data{
    align-content: center;
    width: 100%;
    color:red;
    font-weight: bold;
}

.no-data-found{
    text-align: center;
   align-content: center;
    width: 100%;
    color:red;
    font-weight: bold;  
}
/*Datagrid class ends*/





