#loader,
#pageLoader{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: block;			
	background: rgba(61, 75, 111, 0.9);
	z-index: 100000;
}
#loader{
	display: none;
}
#g-spinner{
	/*position: fixed !important;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto !important;
}
.loadingHTML{
	overflow: hidden;
}
.pageLoaderText{
	position: relative;
	text-align: center;
	width: 100%;
	display: inline-block;
	font-size: 40px;
	margin-top: 1%;
	margin-bottom: 1%;
	color: #f1f1f2;
	font-family: "Colour Sans";
	line-height: 60px;
}
.pageLoaderContainer{
	text-align: center;
	height: 30%;
	line-height: 800%;
}
#chart_holder{
	opacity: 0;
}
#chart_holder.visibleHolder{
	opacity: 1;
}
.loadingWrapper{
	position: relative;
	height: 50%;
}

@media screen and (max-height: 690px) { 
	.pageLoaderImg{
		display: none;
	}
}

.loadingWrapper .loading{
	background-image: none !important;
}