.ajax-Loading:before {
    content: "";
    /*background-color: rgba(255,255,255,0.2);*/
    background-image: url(/elite/img/ajax-loader.gif);
    display: block;
    position: fixed;
    top: 0;
    z-index: 999;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 40px;
}
.ajax-Loading * {
    pointer-events: none !important;
}