#nbpf_shield{
    background: rgba(255,255,255,.7);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 6666;
    margin-top: 0px;
    top: 0px;
}
#nbpf_shield-mask {
    background: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70)\9;
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 6667\9;
}
#loading-center-new{
    width: 95px;
    height: 95px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -48px;
    margin-left: -48px;
    z-index: 6668\9;
}
#loading-center-new img{width: 100%}
#loading_mask{
    position: absolute;
    width: 71px;
    height: 17px;
    top: 20px;
    left: -7px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: transparent;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-animation: light 0.6s infinite;
    -moz-animation: light 0.6s infinite;
    animation: light 0.6s infinite;
    animation-delay: 0s;
}
#loading_mask::before{
    content: '';
    position: absolute;
    width: 43px;
    height: 42px;
    top: 29px;left: -1px;
    border-bottom-left-radius: 6px;
    background-color: transparent;
    -webkit-animation: light 0.6s infinite;
    -moz-animation: light 0.6s infinite;
    animation: light 0.6s infinite;
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#loading_mask::after{
    content: '';
    position: absolute;
    width: 17px;
    height: 42px;
    top: 29px;
    left: 54px;
    border-bottom-right-radius: 6px;
    background-color: transparent;
    -webkit-animation: light 0.6s infinite;
    -moz-animation: light 0.6s infinite;
    animation: light 0.6s infinite;
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
@keyframes light{
    0%{
        background-color: transparent;
    }
    50%{
        background-color: rgba(255, 255, 255, 0.5);
    }
    100%{
        background-color: transparent;
    }
}

@-webkit-keyframes light{
    0%{
        background-color: transparent;
    }
    50%{
        background-color: rgba(255, 255, 255, 0.5);
    }
    100%{
        background-color: transparent;
    }
    }
}