#loadingWindow{
	/*display: none;*/
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba( 192, 192, 192, 0.3 );
	display: none;
	/*url(loading-gears-red.gif) 50% 50% no-repeat;*/
}
#loadingWindow div.loadingInner {
	position: relative;
	display: inline-block;
	top: 50%;
	left: 50%;
	max-width: 80%;
	transform: translate( -50%, -50% );
	/*background: rgba(221, 75, 57,0.75);*/ /*red*/
	/*background: rgba(96, 92, 168, 0.75);*/ /*purple*/
	/*background: rgba( 204, 204, 204, 0.75 );*/ /*lightgray*/
	/*background: white url(/images/stickfigure_1.png) 50% 29% no-repeat;*/
	background: white;
	/*padding: 40px 40px 60px 40px;*/
	padding: 40px 40px 20px 40px;
	border-radius: 4px;
	box-shadow: 2px 2px 4px 1px silver;
	color: black;
	font-size: large;
	font-weight: bold;
	text-shadow: 1px 1px 1px white;
}
#loadingWindow div.loadingInner div.progress {
	margin-top: 20px;
}
.progress-bar-striped,.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0px 0
    }

    to {
        background-position: 40px 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0px 0
    }

    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 0px 0
    }

    to {
        background-position: 40px 0
    }
}
.progress-bar.active,.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s ease-in-out infinite;
    -o-animation: progress-bar-stripes 2s ease-in-out infinite;
    animation: progress-bar-stripes 2s ease-in-out infinite
}
.tooltip-inner {
	font-family: 'Open Sans';
}
