#AjaxLoader {
    position: fixed;
    z-index: 9999;
    background: white;
    box-shadow: 5px 5px 8px #888888;
    border-radius: 3%;
    background: #fff;
    padding: 5px 5px 0 5px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.loadingimage {
    padding: 5px;
    left: 50% !important;
    top: 50% !important;
    position: fixed !important;
}
