/* --- Divs and iframe of the wait window --- */

.classDivfullwindowOff, 
.classDivfullwindowOn {
            position: absolute;
            height: 100%;
            width: 100%;
            cursor: wait;
            top: 0;
            left: 0;
            z-index: 150;
             /* FILTRO */
            filter:alpha(opacity=25);/*25*/     
            opacity: .0;    
    -moz-opacity:.25;/*.25*/     
            background-color: #000000;    
}
 
.classDivfullwindowOff {
            visibility: hidden;
            display: none;
}
 
.classDivfullwindowOn {
            visibility: visible;
            display: block;
}
.loading {
            color: white;
            font-size: 13px;
            font-weight: bold;
            text-align: right;
}
 
.divApplicationWaitOff {
            position: absolute;
            top: 50%;
            left: 40%;
            visibility: hidden;
            display: none;
            width: 300px;
            height: 100px;
}
 
.divApplicationWaitOn {
            position: absolute;
            top: 50%;
            left: 40%;
            visibility: visible;
            display: block;
            width: 300px;
            height: 100px;
}

.iframeWaitOff {
            background-color: #000000;
            position: absolute;
            visibility: hidden;
            display: none;
            width:300px;
            height:100px;
}
 
.iframeWaitOn {
            background-color: #000000;
            position: absolute;
            visibility: visible;
            display: block;
            width:300px;
            height:100px;
            top: 50%;
            left: 40%;
            
}
 
.tableApplicationWait {
            height: 100%;
            width: 100%; 
            border: 3px double #7396BF;
            background-color:white;
}