.btnExcel{	
	margin-left: 20px;
	font-weight: bold;
    color: #1d8656;
}
.btnExcel2{	
	margin-right: 40px;
	font-weight: bold;
    color: #1d8656;
    text-align: end;
}

.jqx-loader{
	position: fixed!important;
	left: 0!important;
	top: 0!important;
	width: 100%!important;
	height: 100%!important;
}

@media screen and (max-width: 992px) {
	.btnExcel2{margin-right:15px!important;}
}