/*
This script is the sole property of AD-EX International
It may not be copied for any reason
*/
/* 
    Created on : May 5, 2022, 9:34:55 AM
    Author     : floydresler
*/

#loading-block {
	display: none;
	border: 1px solid #000;
	padding: 10px;
	border-radius: 10px;
    position: fixed;
	background-color:rgba(255, 255, 255, 0.75);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
	z-index: 10000;
	width: 200px;
  }