.loading-indicator {
	height: 100px;
	width: 100px;
	background: url( '../img/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed !important;
	top: calc(50% - 50px) !important;
}

.loading-indicator-overlay {
	background-color: #fff;
	opacity: 0.6;
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	top: 0 !important;
}