﻿.Panel-Loading-BG {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8010;
    /*background: url('../image/BG_Overlay.png');*/
    background-color:#a1e3fa;
    opacity:0.4
    
}

#Panel-Loading {
    /*background-image: url('../image/BG_Sprite.png');*/
     background-color:none;
}

#Panel-Loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #Panel-Loading div {
        width: 44px;
        height: 44px;
        background: url('../image/loading.gif') center center no-repeat;
        background-size: 44px;
    }


    



    #dpolicy-Loading-BG {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
     z-index: 1998;
   background-color: white;
opacity: 0.5;
    
}

#dpolicy-Loading {
    background-image: url('../image/BG_Sprite.png');
}

#dpolicy-Loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 1999;
}

    #dpolicy-Loading div {
        width: 44px;
        height: 44px;
        background: url('../image/Loading.gif') center center no-repeat;
    }