
.loading-indicator {
  height: 80px;
  width: 80px;
  background: url( '../images/loading.gif' );
  background-repeat: no-repeat;
  background-position: center center;
}

.loading-indicator::after {
	position: absolute;
	width: 100%;
	top: 80%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	content: 'Loading ...';
}

.loading-indicator-overlay {
  background-color: #FFFFFF;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
