/*---*/
#UpdateProgressUc .UpdatePro {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100vw;
    background-color: #3c3a3a;
    background-color: #FAFAFA;
    background-color: #b9b6b6;
    filter: alpha(opacity=40);
    opacity: 0.4;
    z-index: 99999 !important;
}

#UpdateProgressUc .UpdatePro_Img {
    position: absolute;
    top: 40%;
    left: 50%;
    font-size: 3em;
    color: #3c3a3a;
    z-index: 99999 !important;
}
/*----*/




/* 
   Autor : Roberto Lima
   Program: Styles Progress Modal
*/

.ProgressContent-modal {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #a5d2f3;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
}

.ProgressContent-center {
    z-index: 1000;
    margin: 250px auto;
    padding: 10px;
    width: 130px;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .ProgressContent-center img {
        height: 128px;
        width: 128px;
    }

/* -------------------------- */
.UpdatePro {
    position: fixed;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #3c3a3a;
    background-color: #b9b6b6;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 100000;
}

.zzzUpdateImg {
    /*position: fixed;*/
    position: absolute;
    /*top: 45%;*/
    top: 30%;
    left: 45%;
    /*height: 50px;
    width: 50px;*/
    /*z-index: 10001;*/
    /*background-image: url('../../uploads/image_config/loading.gif');*/
    /*background-repeat: no-repeat;
    background-position: center;*/
}

    .zzzUpdateImg img {
        height: 128px;
        width: 128px;
    }


.UpdatePro_Centro {
    z-index: 30;
    position: fixed;
    top: 35%;
    left: 45%;
    text-align: center;
    padding: 3%;
    border: #817e7e 2px solid;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: #3c3a3a;
    background-color: #b9b6b6;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 100000;
}

/* -------------------------- */
.UpdatePro_loader_pequeno {
    position: fixed;
    background-color: #3c3a3a;
    z-index: 99998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: 0.5;
}

.UpdateImg_loader_pequeno {
     position: fixed;
    top: 48%;
    left: 48%;
    color: yellow;
    opacity: 1;
    z-index: 99999;
}
