.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0.8;
	background: url(gif/loading.gif) center no-repeat #fff;
}

.form-group-cust {
  margin-bottom: 5px;
}



@media (min-width: 1100px) {
	.modal-xlg {
	  width: 1500px;
	  /* height: 1080; */
	}
  }
 

.no-activity {
    position: fixed;
    left: 90%;
    top: 80%;
    width: 10%;
    height: 30%;
    z-index: 10000;
    /* opacity: 0.8; */
    background: url(../img/noactivity.gif) center no-repeat;
	/* mix-blend-mode: screen; */
}
 

 