.processando 
{
    position: fixed;
    top: 0;
    right: 0px;
    z-index: 999999999;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.processando-center
{
    bottom: 0;
    left: 0;
}

.processando .processando-container {
    width: 300px;
    margin-top: 14px;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

.fundo-processando
{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    left: 0px;
    cursor: wait;
    top: 0px;
    background:rgb(128,128,128);
    background: transparent\9;
    background:rgba(128, 128, 128, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f808080,endColorstr=#7f808080); /*IE-8*/
    zoom: 1;
}

/*IE-9*/
.fundo-processando:nth-child(n) {
    filter: none;
}

.processandoImg {
    position: relative;
    height: 15px;
    width: 220px;
    background: transparent url('../../Imagens/processando.gif') 50% 50% no-repeat !important;
}

#processandoText
{
    font-family: 'Open Sans', Verdana;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    display: none;
}

.processandoMessage {    
    font-size: 12px !important;    
    text-align: left !important;    
}

.processando-center #processandoText 
{
    display: block;
}

.processando-circular-fundo
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    left: 0px;
    cursor: wait;
    top: 0px;
    display: none;
}

.processando-circular-img
{
    background: transparent url('../../Imagens/processando_circular.gif') 50% 50% no-repeat;
    width: 45px;
    height: 45px;
    padding: 10px;
}

.processando-circular
{
    width: 65px;
    height: 65px;
    position: relative;
    margin: auto;
    top: 50%;
    margin-top: -35px; 
}