@charset "utf-8";


#container_upload{
   display:flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
        

  }
  
#aparenciaLabel{
     background-color: #EEEEEE;
    border: 5px solid #FFFFFF;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-radius: 10px 0px 0px 10px;
    color: #555555;
    font-weight: bold;
    padding-bottom: 9px;
    padding-right: 5px;
    padding-top: 9px;
    text-align: right;
    width: 350px;
    position: relative;
 }
  
  #formularioupload{
      display:flex;
	flex-wrap: wrap;
	/*justify-content: space-evenly;
	background: olive;*/
	width: 800px;
        height: 230px;
	align-items: center;
	font-size: 12px;
        font-family: monospace;

}
  
  #infArquivo{
    /*  background: olive;*/
	height: 350px;
	font-family: monospace;
        padding-left: 260px;

}

 #porcentagemBarra{
   width: 300px;
   height: 30px;
 }
 
 #conteudoBarra{
   font-weight: bold;
   height: 25px;
 }
 #processamento{
   font-weight: bold;
   font-size: 11px;
 }
 
 #porcentagemDisplay{
   font-weight: bold;
   font-size: 16px;
 }

 #icone_csv{
     padding-top: 50px;
     padding-left: 0px;
 }
 
 #processamentoSucesso{
    padding-left: 0px;
    padding-top: 0px;
    font-size: 13px;
    font-weight: bold;
 }
 
 #btn{
    padding-left: 390px;
    padding-top: 200px;
 }
 
 #dadosArquivo{
    font-size: 14px;
    font-family: monospace; 
    height: 100px;
 }
 .resposta{
     width: 52%;
     font-size: 13px;
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
         
 }
 
