﻿/* Styles for progress Bar */
.progresBarContainer
{
	display: none; 
	left: 315px; 
	top: 320px; 
	width: 250px; 
	height: 80px; 
	z-index: 1000; 
	position: absolute; 
	background-color: white;
	border: solid 2px #b1b2b2;
}
.progressBarText
{
	color: #6f7171;
	font-size: 16px;
	font-weight: bold;
}
.progressBarObject
{
	width: 250px;
	margin: 10px;
}
.loaderContent
{
	color: #69b1fa;
	font-size: 18px;
	text-align: center;
}