#saveDialog_blocker {
	display: none;
	top: 0px;
	left: 0px;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	z-index: 1000;
}
#saveDialog_flex {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#activityIndicator{
	
	background-image: url('../images/oval.svg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 200px;
	height: 200px;
	margin-bottom: 40px;
	color: rgba(255,255,255, 0.5);
	
	text-align: center;
}