.modalLoader {
    position: fixed;
    z-index: 11999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.centerLoader {
    z-index: 12000;
    margin: 25% 50%;
    padding: 10px;
    width: 150px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
}

    .centerLoader img {
        height: 128px;
        width: 128px;
    }
