#loading-status,
#zoom-level{
	position:fixed;
	top  :99px;
	right:55px;
	color:#fff;
	background:#000;
	font-size:14px;
	padding:2px 5px;
	border:1px solid #777;
}

#zoom-level{
	top:auto;
	right :10px;
	bottom:10px;
}

#loading-status *{
	display:inline-block;
}

#loading-spinner{
	position:fixed;
	display:none;
	top  :68px;
	right:0;
	z-index:0;
}

#loading-spinner img{
	width:64px;
}

#intermediate-loading{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width :100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:999;
}

#intermediate-loading img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}

#progress-bar{
	display:none;
	width:100%;
	position:fixed;
	bottom:0px;
	left:0;
	right:0;
	margin:auto;
	z-index:9999;
}

#progress-bar .progress{
	padding:3px;
	background:#ffbe65;
	box-sizing:border-box;
	transition:width 1s;
}

#cancel-loading{
	display:none;
	position:fixed;
	background:#900;
	color:#fff;
	width :50px;
	height:50px;
	box-sizing:border-box;
	text-align:center;
	padding:6px;
	z-index:9999;
	font-size:28px;
	border-radius:100%;
	border:1px solid rgba(255,255,255,0.25);
	cursor:pointer;
}

#cancel-loading:hover{
	background:#e80101;
}
