#progressbar {
    width: 100%;
    background-color: black;
	position: fixed;
	z-index: 9999999999;
	top: 0;
	right: 0;
	display: none;
}
#progressbar .progress {
	float: left;
	width: 50%;
	height: 0.42vh;
	background-color: white;
	box-shadow: 0px 2px 2px #fff;
}