﻿.lodingParentElement {
    z-index: 2147483647;
     background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
     left: 0;
     top:0;
     width: 100%;
     position: absolute;
     height: 100%;
     display: none;
}
.lodingParentElement.dsgnr{display: flex;}
 .alwaysCenterVerticallyHorizontally{
    width: 200px;
    padding:20px;
    position: absolute;
    left: 50%;
    top: 15%;
    margin: -75px 0 0 -135px;
    background-color: #ffffff;
     box-shadow: 0 0 47px #FFF;
    border-radius: 4px;
}
 .onPageLoader {
    background-image: url(../images/loading.gif);
     background-repeat: no-repeat;
    text-align: center;
     vertical-align: middle;
     background-color: Black;
     left: 0px;
     width: 100%;
     position: absolute;
     top: 0px;
    height: 100%;
    z-index: 100;
     background-position: center center;
     opacity: 0.4;
     filter: alpha(opacity=40);
}
 .label {
     text-align: right;
}
 