.div_logo{
	
    background-color:#006bae;
    height:60px;
    margin-top:-7px;
   
}

.div_button_cliente{

	display:table; 
    float: right; 
    margin-right: 15px;     
    margin-top:10px;

}

.esquerda {
    float: left;
    margin-left: 15px;     
    margin-top:5px;
}
.direita {
    float:right; 
    display:inline;
    margin-right: 15px;     
    margin-top:5px;
}

.footer{
    display: inline-table;
    width:100%; 
    height:25px; 
    background-color:#006bae;
    margin-top: 5px;
    position: relative;
    bottom: 0;
    left: 0;  
}

.relacao_documentos{

    margin-top:25px;  
    margin-left:20px; 
    border: solid;
    border-radius: 8px;
    border-color: #f7941e;
    display: flex;
    justify-content: center; 
    align-items: center;    

}

.relacao_documentos2{

    margin-top:25px;    
    border: solid;
    border-radius: 8px;
    border-color: #f7941e;
    margin-left:200px;

}

.relacao_documentos_consulta_all{

    margin-top:25px;    
    border: solid;
    border-radius: 8px;
    border-color: #f7941e;    

}

#button_documento_oficial{

    margin-top:5px;  
    margin-left:10px; 
    border: solid 2px;
    border-radius: 8px;
    border-color: #4682B4;
    display: flex;
    justify-content: center; 
    align-items: center;
    cursor:pointer;  
    background-color: #ffffff;  

}

#button_documento_oficial:hover{

    margin-top:5px;  
    margin-left:10px; 
    border: solid 2px;
    border-radius: 8px;
    border-color: #ffff7e;
    display: flex;
    justify-content: center; 
    align-items: center;
    cursor:pointer;  
    background-color: #ffff7e;  

}

p{
    color:#4682B4;
    font-family:sans-serif;
    font-size: 15px;
}

.input{

    color:#f7941e; 
    font-size:20px; 
    border:solid 2px; 
    border-color:#4682B4;
    border-radius: 6px; 
    margin-bottom: 15px; 
    height:25px; 
    width: 500px; 
    text-align: center;  

}

.select{

    color:#f7941e; 
    font-size:20px; 
    border:solid 2px; 
    border-color:#4682B4;
    border-radius: 6px; 
    margin-bottom: 15px; 
    height:35px; 
    width: 510px; 
    text-align: center;  

}

.select_consulta_all{

    color:#f7941e; 
    font-size:20px; 
    border:solid 2px; 
    border-color:#4682B4;
    border-radius: 6px; 
    margin-bottom: 15px;
    width: 210px;
    margin-left:20px; 
    text-align: center;  

}

.avancar{
    
    border: solid 2px;
    border-radius: 8px;
    border-color: #f7941e;
    color: #ffffff;
    display: flex;
    justify-content: center; 
    align-items: center;
    cursor:pointer;  
    background-color: #f7941e;
    font-family:sans-serif;
    font-size: 20px;
    height:35px; 
    width: 190px;   

}

.avancar_consulta_all{
    
    border: solid 2px;
    border-radius: 8px;
    border-color: #f7941e;
    color: #ffffff;
    justify-content: center; 
    align-items: center;
    cursor:pointer;  
    background-color: #f7941e;
    font-family:sans-serif;
    font-size: 20px;
    margin-left:20px;
    height:35px;   

}

.avancar:hover{
    
    border-color: #fda917;   
    background-color: #fda917;  

}

.comparador{
    
    border: solid 2px;
    border-radius: 8px;
    border-color: #f7941e;
    color: #ffffff;
    display: flex;
    justify-content: center; 
    align-items: center;
    cursor:pointer;  
    background-color: #f7941e;
    font-family:sans-serif;
    font-size: 20px;
    height:80px; 
    width: 400px;   

}

.comparador:hover{
    
    border-color: #fda917;   
    background-color: #fda917;  

}

#seta {
    margin-bottom: 40px;
    float:left;
    position: relative;
    width: 200px;
    height: 250px;
    padding: 0px;
    background: #006bae;
    border: #000 solid 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}

#seta:after 
{
content: "";
position: absolute;
bottom: -25px;
left: 75px;
border-style: solid;
border-width: 25px 25px 0;
border-color: #006bae transparent;
display: block;
width: 0;
z-index: 1;
}

#seta:before 
{
    
content: "";
position: absolute;
top: 249px;
left: 74px;
border-style: solid;
border-width: 26px 26px 0;
border-color: #000 transparent;
display: block;
width: 0;
z-index: 0;
}

#seta_aguardando {
    margin-bottom: 40px;
    position: relative;
    margin-top: auto;
    width: 200px;
    height: 250px;
    padding: 0px;
    background: #636566;
    border: #000 solid 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    margin-left:20px; 
    margin-top:8px;
    
}

#seta_aguardando:after 
{
content: "";
position: absolute;
bottom: -25px;
left: 75px;
border-style: solid;
border-width: 25px 25px 0;
border-color: #636566 transparent;
display: block;
width: 0;
z-index: 1;
}

#seta_aguardando:before 
{
content: "";
position: absolute;
top: 249px;
left: 74px;
border-style: solid;
border-width: 26px 26px 0;
border-color: #000 transparent;
display: block;
width: 0;
z-index: 0;
}

.text_area 
{
    resize: none; 
    width: 620px; 
    height: 120px;
    color:#f7941e; 
    font-size:20px; 
    border:solid 2px; 
    border-color:#4682B4;
    border-radius: 6px;
}

.div_obs{
    cursor:zoom-in; 
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#button_documento_oficial_obs{
   
    margin-left:5px; 
    border: solid 2px;
    border-radius: 8px;
    border-color: #4682B4;    
    justify-content: center; 
    align-items: center;
    cursor:pointer;  
    background-color: #ffffff;  

}

#button_documento_oficial_obs:hover{

    margin-left:5px; 
    border: solid 2px;
    border-radius: 8px;
    border-color: #ffff7e;    
    justify-content: center; 
    align-items: center;
    cursor:pointer;  
    background-color: #ffff7e;  

}

.reprocessar{
    
    border: solid 2px;
    border-radius: 8px;
    border-color: #f7941e;
    color: #ffffff;
    display: flex;
    justify-content: center; 
    align-items: center;
    cursor:pointer;  
    background-color: #f7941e;
    font-family:sans-serif;
    font-size: 20px;
    height:35px; 
    width: 150px;   

}

.reprocessar:hover{
    
    border-color: #fda917;   
    background-color: #fda917;  

}

#button_documento_oficial_anexar_docs{

    margin-top:5px; 
    border: solid 2px;
    border-radius: 8px;
    border-color: #4682B4;
    display: flex;
    justify-content: center; 
    align-items: center;
    cursor:pointer;  
    background-color: #ffffff;  

}

#button_documento_oficial_anexar_docs:hover{

    margin-top:5px;
    border: solid 2px;
    border-radius: 8px;
    border-color: #ffff7e;
    display: flex;
    justify-content: center; 
    align-items: center;
    cursor:pointer;  
    background-color: #ffff7e;  

}