/*ANY CHANGES TO THESE CLASSES MOST LIKELY NEED TO BE REFLECTED IN THE INLINE STYLES FOR LAYOUT.EJS*/
.loadingOverlay{
	background-color:rgba(236,236,236,.8);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	overflow-x: hidden;
	transition: 0.5s;
}

.loadingBar{
	margin-top:10px;
	margin-bottom: 0px;
}

.loadingBar .progress{
	margin-bottom:0px;
	margin-top:20px;
}