/* MODAL POP UP END */

/* DIV WORKING OVERLAY */
.darkClass {
   background-color: white;
   filter: alpha(opacity=50); /* IE */
   opacity: 0.5; /* Safari, Opera */
   -moz-opacity: 0.5; /* FireFox */
   height: 100%;
   width: 100%;
   background-repeat: no-repeat;
   background-position: center;
   /* position: absolute; */
   /* top: 0px;
    left: 0px; */
   pointer-events: none;
   background: transparent url("/assets/images/loader.gif") no-repeat 50% 50%;
   background-size: 50px;
   z-index: 10000000;
}

.darkChildClass {
   filter: alpha(opacity=10); /* IE */
   opacity: 0.1; /* Safari, Opera */
   -moz-opacity: 0.1; /* FireFox */
}
