  
	.z-apply-mask, .z-modal-mask {
	    background: black !important;
	    opacity: 0.5 !important;
		 
	}
    .z-loading {
			background-color: transparent;
			cursor: wait;
			white-space: nowrap;
			padding:13px;
			border: none; 
		    top: 2px;
		    font-size:1px;
	}
	
	
   .z-loading-icon  {
		background: transparent center;
		background-image: url(metric2.gif);
	    background-repeat: no-repeat;
	    background-size: 60px 60px;
		width: 60px; 
		height: 60px; 
		 
		
			position: absolute;
		    color: red !important;
		    transform: translate(-50%, -50%);
	        text-align: center;
	        top: 50%;
 			left: 50%;
 			 
	 }
		
	  .z-loading-indicator {
			background-color: transparent;
			border:none;
			padding:22px; 
		    color: transparent !important;
		    font-family: verdana, arial !important;
			width: 40px; height: 40px;

	 }
		 
		 
 