﻿/*
// --------------------------------------------------------------------------------------
// Loader style definitions.
// --------------------------------------------------------------------------------------
*/
.dynDivLoaderStyle
{
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    background-color: White;
    z-index:2001;
    filter: alpha(opacity=65);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
	opacity:0.65;
	-moz-opacity: 0.65; 
	overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
	/*zoom: 1;*/
}

.progressBarLoading {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 3000;
}