﻿.ajaxloadpanel {
    position: absolute;
    z-index: 1;
    background: white url('../images/progress.svg') no-repeat center center;
    text-align: center;
    vertical-align: middle;
    display: block;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
}

.ajaxloadpanelFull {
    position: absolute;
    z-index: 10000;
    background: white url('../images/progress.svg') no-repeat center center;
    text-align: center;
    vertical-align: middle;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 200px;
    bottom: 0;
    left: 0;
}
.ajaxloadpanelFullWozIndex {
    position: absolute;
    z-index: 1;
    background: white url('../images/progress.svg') no-repeat center center;
    text-align: center;
    vertical-align: middle;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 200px;
    bottom: 0;
    left: 0;
}
