/*
------------------------------------
Dieses CSS steuert die Fortschrittsanzeige des intelliForm Server
Copyright cit GmbH (www.cit.de)
Filename: spinner.css
------------------------------------
*/

.action-overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity = 70);
    z-index: 200000;
    height: 100%;
}

div#spinner {
    display: none;
    height: 100%;
    width: 100%;
    position: relative;
    background: url("/intelliform/icons/spinner.gif") center center no-repeat;
}

img#progress-image {
    position: absolute; bottom: 0px; top: 0px; right: 0px; left: 0px; margin: auto;
}