#page-overlay1{position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 999999;background-color:  #ffffff;opacity: 0.8;background-position: center center;background-repeat: no-repeat;
}

#ajax-loader{
	display: block;
	border-radius: 60px;   
	position: fixed;
	top: 40%;
	left: 45%;
	z-index: 1000005;
	opacity: 1 !important;
}

.overlay {
  z-index: 50;
  background: rgba(255,255,255,0.7);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay>.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
div.dataTables_wrapper div.dataTables_processing {
border: 1px solid #13b4e5;
  background: white;
  border-radius: 4px;
  box-shadow: rgb(136, 136, 136) 0px 5px 90px;
}