﻿/********************************************************** 
* Estilo para o painel progresso
***********************************************************/
.progresso {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #D1D1D1;
   /*/ height: 130px;
    width: 230px;*/
    border-radius: 15px;
    padding: 5px;
    color: white;
    z-index: 9999;
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

/********************************************************** 
* Fim Estilo para o painel progresso
***********************************************************/
