/* Giarola.com.br
 * Author: Willian Brumatti
 * Licenced powered By Giarola
 * Estilos personalizados (Padrão) Formulário Validador

    Created on : 07/12/2015
    Author: Sr.Willian
*/

  h4 {color:#e4b9b9 !important;}
    h3 {color:#ff8dae !important;}
    label {font-size:12px !important;}
    .campo_light{
        background-color:#f7e1b5 !important;
        color:#1E2A61 !important;
        font-weight: bold !important;
    }
    .cep{
        background-color:#CEE3F6 !important;
        color:#0000FF !important;
        font-weight: bold !important;
        border:solid 1px #58ACFA !important;
    }
    /*Correção estilo Modal Bootstrap para o BootBox*/
    .modal-body {
        font-weight: bold !important;
        font-size: 14px !important;
        color:#FFF !important;
    }
    /* Fim */
    
    /*Botoes Formulário Dependentes*/
    #cancela{
    background-color:#dca7a7;
    border:0px;
    color:#B73C3D;
    margin-left:15px;
    }
    #cancela:hover{
        border:1px dashed;
        border-color:#B73C3D;
    }
    #prossegue {
    background-color:#b2dba1;
    border:0px;
    color:#255625;
    margin-left:15px;
    }
    #prossegue:hover{
        border:1px dashed;
        border-color:#255625;
    }
     #volta{
    background-color:#c7ddef;
    border:0px;
    color:#2b669a;
    margin-left:15px;
    }
    #volta:hover{
        border:1px dashed;
        border-color:#2b669a;
    }
    
    /*Exibir dados funcionário página Dependente*/
    #ExibirDadosFunc{
        width:100%;
        background-color:#ebebeb;
        padding:10px;
        border-radius: 5px 5px 5px 5px;
    }
    #ExibirDadosFunc h5{
        margin-bottom:8px;
    }
    
    /* LOGO GISS*/
    .LogoPosicao{
        float:left;
        margin-right:15px;
        width:70px;
    }
    .logo h1{/*Correção para se ajusta ao logo*/
        margin-top:8px;
    }
    
    /*Campo assinatura formulário termos de legalidade*/
    #assinatura{
    float:left;
    margin-right:10px;
    }
   #assinatura-aviso{
        margin-top:5px !important;
        margin-right:40px !important;
    }
    
    /*Listagem Dependentes*/
    #ListaDependentes{
        font-size:12px;
    }
    #ListaDependentesHeader{
        background-color:#e4b9c0;
    }
    
    /*Listagem Agregados*/
    #ListaAgregados{
        font-size:12px;
    }
    #ListaAgregadosHeader{
        background-color:#faf2cc;
    }