.lds-dual-ring {
  display: inline-block;
  width: 120px;
  height: 120px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 104px;
  height: 104px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*https://loading.io/css/*/




div#processingOverlayOuter{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
	background-color: rgba(0,0,0,.80);
	text-align: center;
	box-sizing: border-box;
	display: none;
}

div#processingOverlayText{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 160px;
	font-size: 22px;
	color: #fff;
}

