/**
 * The modal overlay of the progress panel.
 */
.ov_busyOverlayAnimation {
	display: none;
	position: absolute;
	width:100%;
	height:100%;
	opacity:0.6;
	z-index: 10;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:20px;
	background-image: url(/ws/jakarta.faces.resource/images/animated/preloader.svg.jsf?ws=w35.028_ovt_ci);
	background-color: var(--ov_color_default_bg); /* probably use transparent or none at all? */ 
}
