/* 
    CSS específico para consultas.xhtml
    Created on : 14 de nov. de 2022, 11:05:49
    Author     : joser
*/
body{
    margin: 0;
    padding: 0;
    background-color: #F8F8FF; /** #DEDEDE;*/
    font-family: arial;
    color: #4f4f4f;
}

.botaoLink{
    color: #00E !important;   
}

.corpo{
    padding: 1%; 
    margin: 0px;
    background-color: #F8F8FF !important;
    font-size: 12px;
}

.corpo14{
    padding: 1%; 
    margin: 0px;
    background-color: #F8F8FF !important;
    font-size: 14px;
}

.detalhesTitulo{
    font-size: 12px;
    font-weight: bold;
}

.detalhesTexto{
    font-size: 12px;
    color: #4f4f4f;
}

.header{
    background-color: #183883;
    box-shadow: 0px 1px 6px;
    margin-bottom: 0.5%;
}

.linkVoltar{   
    width: 98%;
    margin: 0px;
    text-align: right;
    font-size: 12px;
}

.menuBar{
    background-color: #4682B4 !important;
}

.textoBrancoGrande{
    font-family: arial;
    font-size: 36px !important;
    color: #F8F8FF;
}

.txtLabel{
    font-weight: bolder;
    font-size: 14px;
}