@charset "utf-8";
/* CSS Document */

#divDel { position:relative; width: 200px; margin:20px; }
#divDel2 { position:relative; width: 260px; margin:20px; }
#divDel3 { position:relative; width: 320px; margin:20px; }
#divDelFoto { position:relative; width: 200px; margin:10px; }
#divAltTipo { position:relative; width: 200px; margin-top:10px; }
#divCadastroNovo { position:relative; float:right; width: 200px; margin-top:10px; }
#divCadastroNovo2 { position:relative; float:right; width: 260px; margin-top:10px; }

#divVideo { position:relative; float:left; width:300px; margin-left:10px; }
#divArquivo { position:relative; float:left; width:300px; margin-left:10px; text-align:center; font-size:13px; }
#divEdit { position:relative; margin:0 auto; width:100px; }

p.logando { text-align:center;  }
p.msnOk { text-align:center; color:#000; margin-top: 30px; }
p.msnNot { text-align:center; color:#F00;  margin-top: 30px; }
p.msnAtencao { text-align:center; margin-top: 0px; font-size: 15px; color:#fff;  margin-top: 30px; }


span.textoInfoFinanceiro { font-size:10px; line-height:11px; color:#aaa;font-weight:300; font-style:italic; }
span.statusFinanceiroOn { font-size:10px; line-height:11px; color:#090; font-weight:300; }
span.statusFinanceiroOff { font-size:10px; line-height:11px; color:#F00;font-weight:300; }


#divFotoTumb { position:relative; float:left; background-size: auto 100px; 
background-position:center; width: 145px; height: 100px; margin-left:10px; margin-bottom:10px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}




#divContainer { position:relative; float:none; width:100%; overflow:hidden; }
#divBoxFotoProduto { position:relative; float:left; width:133px; margin:5px; padding:5px; border: 0.05em solid #eee; }
#divFotoTumbOrc { position:relative; float:left; background-size: auto 100px; 
background-position:center; width: 120px; height: 100px; margin-right:5px; margin-bottom:5px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}


#divFotoAtual { position:relative; float:left; background-size: auto 210px; 
background-position:center; width: 300px; height: 200px; margin-left:10px; margin-bottom:10px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}


#divImageAtual { position:relative; float:none; background-size: auto 100%; background-position:center; width: 380px; height: 240px; overflow:hidden;  background-repeat: no-repeat;  }
#divImageAtualTumb { position:relative; float:none; background-size: auto 100%; background-position:center; width: 150px; height: 84px; overflow:hidden;  background-repeat: no-repeat;  }

#divFotoTumb { position:relative; float:none; background-size: auto 100%; background-position:center; width: 150px; height: 150px; overflow:hidden;  background-repeat: no-repeat;  }

#divFotoUserAtual { position:relative; float:left; background-size: auto 100px; 
background-position:center; width: 150px; height: 150px; margin-left:10px; margin-bottom:10px;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}


#divFotoThumbUser { position:relative; float:left; background-size: auto 55px; 
background-position:center; width: 55px; height: 55px; margin-left:10px;
border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
	border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}


#divFotoThumbUserFull { position:relative; float:left; background-size: auto 100px; 
background-position:center; width: 100px; height: 100px; margin-left:10px;
border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
	border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}


#blanket,#aguarde {
    position: fixed;
    display: none;
}

#blanket {
    left: 0;
    top: 0;
    background-color: #f0f0f0;
    filter: alpha(opacity =         65);
    height: 100%;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    opacity: 0.65;
    z-index: 9998;
}

#aguarde {
    width: auto;
    height: 30px;
    top: 40%;
    left: 45%;
    background: url('http://i.imgur.com/SpJvla7.gif') no-repeat 0 50%; 
    line-height: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 9999;
    padding-left: 27px;
}