.cursor-wait {
    cursor: wait;
}

.loader_overlay {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 1029 !important; /* If this is greater than 1029 then it will overlay top most Nav bar (see how it works in claimant modal or Check Management*/
    background-color: white !important;
    background-color: rgba(255, 255, 255, 0.85) !important;
}

.loader_gif {
    background: url('../images/ajax-loader2.gif') no-repeat center center transparent;
    width: 100% !important;
    height: 100% !important;
}