﻿/*Progress Bar*/
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=50);
    opacity: 0.50;
    position: absolute;
}

#ctl00_ContentPlaceHolder1_UpdateProgressBasico {
    position: fixed;
}

.modalProgress {
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    top: 0;
    background-color: #2d2d2d;
    filter: alpha(opacity=60);
    opacity: 0.5;
    -moz-opacity: 0.5;
    z-index: 1000000000;
}

.centerProgress {
    z-index: 1000;
    margin: 300px auto;
    padding: 8px;
    width: 80px;
    background-color: #525252;
    border-radius: 10px;
    filter: alpha(opacity=30);
    opacity: 1;
    -moz-opacity: 1;
}

.center img {
    height: 100px;
    width: 100px;
}
/*Progress Bar*/

/*.modalBackground {
    background-color: Black;
    filter: alpha(opacity=50);
    opacity: 0.50;
    position: absolute;
}

#ctl00_ContentPlaceHolder1_UpdateProgressBasico {
    position: fixed;
}

.modalProgress {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    z-index: 1000000000;
}

.centerProgress {
    z-index: 1000;
    margin: 300px auto;
    padding: 40px;
    width: 130px;
    background-color: White;
            border-radius: 10px;
            filter: alpha(opacity=30);
            opacity: 1;
            -moz-opacity: 1;
}

.center img {
    height: 100px;
    width: 100px;
}
*/
