@charset "utf-8";
/* CSS Document */

body.popup {
    color: #B1B1B1;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: auto;
}
.popup .contentWrapper {
    display: block;
    height: auto;
    overflow: visible;
    position: relative;
    width: 100%;
}
.pop-pagamento .contentWrapper {
    display: block;
    height: auto;
    overflow: visible;
    position: relative;
    width: 430px;
    background: #214a85;
    padding-bottom: 5px;
}
.popup.pop-pagamento  .content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #e3e3e3;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    display: block;
    font-size: 12px;
    height: auto;
    margin: 15px auto;
    overflow: hidden;
    padding: 10px 20px 0;
    position: relative;
    width: 345px;
    z-index: 1900;
}
.popup .content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid rgba(0, 0, 0, 0.7);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    display: block;
    font-size: 12px;
    height: auto;
    margin: 11px 0 0 20px;
    overflow: hidden;
    padding: 10px 20px 60px;
    position: relative;
    width: 510px;
    z-index: 1900;
}
.popup div.card-flag{
    height:65px;
}
.popup div.card-flag img{
    float:left;
}
.popup div.card-flag select{
    float:left;
    margin:20px;
}
.popup div.card-flag select option{ border:1px solid #333333;}
div.header{
    height:110px;
    width: 430px;
    position: relative;
}
div.header h1 {
    background: #FFF;
    width: 430px;
    position: absolute;
    top: 17px;
    padding: 4px 0;
}
div.header h1 a {
    background: url("/arquivos/logosebotoes.png?v=635207414155530000") no-repeat scroll 0 -16px #FFF;
    display: block;
    font-size: 1px;
    height: 70px;
    left: 55px;
    text-indent: -5000px;
    width: 275px;
    margin: 0 auto;
}
div.close{
     position: absolute;
    
     right: 0;
    
     top: 0;
    
     width: 98px;
     height: 33px;
     background: #fc3f3f;
}
.content p{
    font-size:12px;
    line-height:14px;
    
}
div.procurar{
    margin:5px 0 5px 0;
}
input#ctl00_Conteudo_BtnAcao{
    background:url(/Control/ArquivoExibir.aspx?NomeArquivo=enviarsenha) no-repeat;
    display:block;
    text-indent:-9999em;
    line-height:0;
    font-size:0;
    width:109px;
    height:35px;

}
div.close a{
    display:block;
    text-indent:-9999em;
    line-height:0;
    font-size:0;
    /* width:62px; */
    height:23px;
    background: url(/arquivos/bt_fechar.jpg?v=635538311144670000)no-repeat;
}
div.header h2{
    display:none;
}
div.area-root{}
div.footer{
     background: #FFF;
    clear: both;
    left: 0;
     position: absolute;
     width: 430px;
     height: 33px;
}
