<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Covered by AvePoint copyright and license agreement*/
.loading-indicator {
    border: 1px solid #e3e3e3;
    box-shadow: 1px 1px 2px #e3e3e3;
    -webkit-box-shadow: 1px 1px 2px #e3e3e3;
    -moz-box-shadow: 1px 1px 2px #e3e3e3;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    height: 24px;
    padding-top: 2px;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}</pre></body></html>