/**
 * 	Classes usada para fontes
*/

.largeFort {font-size:1.5em;line-height:1.5em;}

/*
Usado no editar status da senha.
*/
div.infos
{
    height: 20em;
}

table.editSenha
{
    background-color: #fafafa;
    border: 1px #A8A8A8 solid;
    /*width: 28.5em;*/
}
/*
Usado para mostrar os detahes da senha e infos do contato.
*/
table.DetailGrid
{
    background-color: #fafafa;
    border: 1px #A8A8A8 solid;
}

.detail{
    width: 100%;
    float:left;
    border: 1px solid #AAA;
    -moz-border-radius: 4px;
    padding: 4px;
    background: #FFF;
}

/*
* Label do form
*/
.label
{
    font-family:arial;
    font-size:0.84em;
    text-align:right;
    white-space: pre;
    font-weight:bold;
    height:1.7em;
}

/*
* Data do form
*/
.data
{
    font-family:arial;
    font-size:0.84em;
    text-align:left;
    height:1.7em;
}
/*
 * Div que encobre toda a tela do sistema.
 *
*/

.hiload
{
    display: none;
}
.pload{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.pload-dashlet {
    width: 100%;
    height: 300px;
    position: relative;
    top: 0;
    left: 0;
}
.iload{
    background-repeat:no-repeat;
    background-position: center center;
    background-image: url("../images/loading.gif");
    z-index: 1000;
}
.oload{
    background-color:#cce0f5;
    opacity: 0.5;
    z-index: 900;
}

/*
 * Barra azul com o nome da entidade.
*/
#header_bar
{
    background-image:url("../images/header_bar.png");
    background-repeat:repeat-x;
    padding:8px 1px;
    border-bottom:1px solid #999;
}
/*
 * Sub Shadow do header_bar
*/
#hbs_shadow,
#header_bar{
    position: relative;
    bottom: 2px;
    right: 0px;
    height:16px;
}
/*
 * Mostra com qual login esta logado.
*/
#title_logged
{
    background-color:#FFF;
    margin: 1px 80px 0px 0px;
    padding:0px 10px;
    text-align:center;
    font-size: 13px;
    float:right;
    height:17px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    /*background-image:url("../images/bkg-login.gif")*/
}
/*
 * Titulo da entidade de dentro da barra azul.
*/
#title_entity
{
    margin: -10px 0px 0px 150px;
    color: #ffffff;
    font-weight:bold;
    font-size: 13px;
    float:left;
    text-shadow: #6374AB 2px -2px 2px;
}

.txtdiagnostico {
    width: 54% !important;
}
.txtaltprestador {
    width: 94% !important;
}
.btdiagnostico {
    width: 20% !important;
}

.title_right{
    float: right;
    font-size: 1.12em;
    font-weight:bold;
    text-align: center;
    z-index: 1;
    position: relative;
    height: 11px;
    background-color: #FFF;
    margin: 5px 10px -2.2px 0px;
}
.hand_link{
    cursor: pointer;
    color: blue;
}
/*
 * Desenho e titulo do modulo a direita
*/
#design_module
{
    margin: -20px 40px 0px 0px;
    text-align:center;
    float:right;
}
/*
 * Link Ultimas Noticias
*/
#latest_news_bar
{
    background-image:url("../images/latest_news_bar.png");
    background-repeat:repeat-x;
    padding: 15px 10px;
    border: 1px solid #c2c2c2;
    font-weight: bold;
    text-align:center;
}
/*
 * Shadow do Link Ultimas Noticias
*/
#ln_shadow{
    float:left;
    background-color: #ccc; /*shadow color*/
    color: inherit;
    margin-left: 0px;
    margin-top: 4px;
    width:114px;
    height:50px;

}
#lns_shadow,
#latest_news_bar{
    position: relative;
    bottom: 2px;
    right: 0px;
}
/*
 * Sub Shadow do Link Ultimas Noticias.
*/
#lns_shadow{
    background-color: #666; /*shadow color*/
    color: inherit;
}
/*
 * Imagem de fundo do menu e o menu.
*/
/* #menu
{
        background-image:url("../images/menu_bar.png");
        background-repeat:repeat-x;
        padding:0px 17px;
        text-align:center;
} */
/*
 * Shadow do menu.
*/
/* #m_shadow{
        float:left;
        color: inherit;
        margin-top:18px;
        margin-left: 45px;
        height: 18px;
}
#ms_shadow,
#menu{
        position: relative;
        bottom: 2px;
        right: 0px;
        height: 18px;
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        border-radius: 11px;
        -webkit-box-shadow: 2px 2px 2px #313131;
        -moz-box-shadow: 2px 2px 2px #313131;
        box-shadow: 2px 2px 2px #313131;
        /*background-image:url("../images/bkg-menu.gif");}*/
/*
 * Sub Shadow do menu.
*/
#ms_shadow{
    background-color: #666; /*shadow color*/
    color: inherit;
}
/*
 * Mensagem de Boas Vindas e link de Finalizar sessão.
*/
#welcome
{
    float:right;
    margin: 70px 0px 0px 0px;
    font-weight: bold;
}
#end_session
{
    margin: 70px 0px 0px 0px;
    float:right;
}
#end_session ul li{
    list-style:none outside none;
}
/*
 * Conteudo
*/
#main_content
{
    background-image:url("../images/background_center.png");
    background-repeat:repeat-x;
    background-color: #EEEEEE;
    border: 1px solid #c2c2c2;
    margin: 15px 10px 0px 10px;
    padding: 2px;
    min-height:85%;
    text-align:left;
    overflow-y:auto;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}
/*
 * Div principal do Roda pé.
*/
#footer
{
    background-color: #DDD; /*shadow color*/
    color: inherit;
    margin-left: 4px;
    margin-top: 13px;
}
/*
 * Corpo da barra azul do rodapé.
*/
#fb_shadow,
#footer_bar{
    position: relative;
    bottom: 2px;
    right: 0px;
}
#footer_bar
{
    background-image:url("../images/header_bar.png");
    background-repeat:repeat-x;
    padding:10px 20px;
    height:25px;

}
#footer_bar ul{
    margin:0px auto;
    width: 190px;
}
#footer_bar ul li{
    float:right;
    padding: 0px 0px 0px 10px;
    font-size:120%;
    font-weight:bold;
    color:#fff;
    list-style:none outside none;

}
#footer_bar ul li a{
    color:#fff;
}
/*
 * Fim da barra azul do rodapé.
*/

/*
 * Sombreamento da bara do rodapé.
*/
#fb_shadow
{
    background-color: #666; /*shadow color*/
    color: inherit;
}

.internal_header{
    background-image:url("../images/header_bar.png");
    background-repeat:repeat-x;
    padding: 0.25em 0em 0.25em 0em;
    text-align:center;
    color:#fff;
    font-weight:bold;
    font-size:120%;
}

#content
{
    /*padding: 20px;*/
    min-height: 85%;
}
#sidebar
{
    padding: 20px 20px 20px 0;
}

#mainmenu ul
{
    padding:0 20px;
    margin:0px;
}

#mainmenu ul li
{
    display: inline;
}

#mainmenu ul li a
{
    color:#ffffff;
    background-color:transparent;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    padding:5px 8px;
}

/*#mainmenu ul li a:hover, #mainmenu ul li.active a
{
        color: #6399cd;
        background-color:#EFF4FA;
        text-decoration:none;
}*/
/*Estilo dos campos input do sistema.*/
.edit{
    padding:0;
}
/*Classes do widget connectionLabel */
.divpconnection{
    padding: 5px;
    height: 6.5em;
}
.bconnection{
    float: left;
    overflow: hidden;
    padding: 1px;
}
.labconnection{
    height:1.3em;
    position:absolute;
}

/*
 * Estilo do widget labelDate
*/
.dwldate{

    margin-left: 2px;
}
.labelDate{
    margin-top:5px;
}
/*
 * Estilos para o connectLabel
*/
.setas{
    cursor: pointer;
    background-image:url("../images/seta_clabel.png");
    background-repeat: no-repeat;
    float: left;
    height:0.7em;
    width: 0.7em;
    margin-top: 4px;
}

.clabel{
    float: left;
    clear: both;
}
.cllabel{
    float:left;
    font-family:arial;
    font-size:0.84em;
    font-weight:bold;
    margin-right: 0.3em;
    margin-left: 0.7em;
    text-align:right;
    white-space: pre;

}
.cldata{
    font-family:arial;
    font-size:0.84em;
    text-align:left;
    float:left;
    padding:0 0.3em 0 0.3em;
}
.setaconnect{
    background-repeat: no-repeat;
    height: 1.50em;
    width: 1.60em;
    float: right;
}
.semail{
    background-image:url("../images/email.png");
}
.stelefone{
    background-image:url("../images/telefone.png");
}
.smessenger{
    background-image:url("../images/messenger.png");
}
.sweb{
    background-image:url("../images/web.png");
}
/*
 * Estilo do cabeçalho para o portlet.
*/
.header_portlet{
    text-align: right;
}
.seta_portlet{
    position: relative;
    z-index: 1;
    cursor: pointer;
    border: solid 1px #AAAAAA;
    color: #AAAAAA;
    text-align: center;
    font-size: 130%;
    font-weight: bold;
    float: right;
    width:1.5em;
    margin: -0.8em 0.6em -1em 0;
    background-color:#ffffff;
    clear: both;
    -moz-border-radius: 4px 4px 4px 4px;
}
.body_portlet{
    display: none;
    padding: 1px 1px 1px 5px;

}
.label_portlet{
    margin-bottom: 0px;
    font-size: 1.12em !important;
    border: 2px solid #FFFFFF !important;
    background-color: #FFFFFF !important;
}
.ddialog{
    width: 100%;
}
.btportlet{
    margin: 0em 0.2em -0.46em 0em;
}
.dvcodvida{
    float: right;
    font-size: 1.12em;
    margin-top: -1.6em;
}
.contactVida{
    padding: 5px;
    height: 1.5em;
    position: relative;
    margin-top: 19px !important;
}
.contactPrestador{
    padding: 5px;
    height: 1.5em;
    position: relative;
}
div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    font-size: 0.84em;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    position:absolute;
    font-size: 0.84em;
    margin-left: 125px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet-decoration
{
    padding: 10px 8px;
    //background: #e5e5e5;
    color: #CCC;
    //border-left: 5px solid #1f5b8f;
}

.portlet-title
{
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #999;
}

/*.portlet-content
{
        font-size:1em;
}*/

div.divDetail
{
    border-collapse: collapse;
    width: 420px;
    height: 100px;
    overflow: inherit;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}
.operations
{
    background:#e9e9e9;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding: 5px 0 5px 0;
}
.operations li:hover
{
    background: #CCC;
}

.operations li a
{
    font: bold 12px Arial;
    color: #696969;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    background: #2F7AB9;
    color: #5e778b;
}

div.loading {
    background-color: #eee;
    background-image: url('../images/ajax-loader.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 1000;
}
div.loading * {
    opacity: .8;
    z-index: 1001;
}

a.login{
    color:#0066A4;
    background-color:transparent;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    padding-top:5px;
}

div#infoAccordion{
    width: 40%;
    float:right;
}

/*
 * Dashboard e Dashlet
*/
.ui-sortable-placeholder {
    border: 2px dashed black !important;
    visibility: visible !important;
    /*min-height: auto !important;*/
    background-color: transparent;
}

.ui-sortable-placeholder * {
    visibility: hidden;
}

.colunaDashboard {
    float: left;
    width: 33.3%;
    /* Min-height: */
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

.colunaDashboard .dashlet {
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border:2px solid #539DC7;
    min-width: 170px;
    margin: 0 1em 1em 0;
    /*background-color: #539DC7;*/
    padding: 0;
}

.colunaDashboard .dashlet .dashlet-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url("../images/header_bar.png") repeat-x #539DC7;
}

.colunaDashboard .dashlet .dashlet-head h3 {
    padding: 5px 5px;
    float: left;
}

.colunaDashboard .dashlet .dashlet-content {
    padding: 5px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-rightright-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
    background-color: #fff;
}

a.minimizar{
    float: right;
    margin: -2px 0 0 4px;
}

a.fechar {
    float: right;
    margin: -2px 4px 8px 0;
}

/*Div dos botoes dentro do sistema*/
div.btn
{
    width: 100%;
    clear: both;
    padding-top: 5px;
    height: 2em;
}

/*Div dos botoes do sistema que ficam do lado direito de algum objeto*/
div.btnRight
{
    padding-left: 20px;
    padding-top: 0px;
    width: 150px;
    float: right;
}

/*classe na tag button, referente aos botões padroes, que esta dentro da div dos botoes.*/
div.btn > .cssButtons
{
    float: right;
    background-color:#DCDCDC;
    cursor:pointer;
    color:#000;
}

div.btn > .cssButtons:hover
{
    float: right;
    background-color:#3b80cf;
    /*border:1px solid #3b80cf;*/
    color:#fff;
}

/*classe na tag button, referente aos botões Custon, que esta dentro da div dos botoes.*/
div.btn > .cssButtonsCustom
{
    float: left;
    background-color:#DCDCDC;
    cursor:pointer;
    color:#000;
}

div.btn > .cssButtonsCustom:hover
{
    float: left;
    background-color:#3b80cf;
    /*border:1px solid #3b80cf;*/
    color:#fff;
}

.cssButtonsCustom
{
    background-color:#DCDCDC !important;
    cursor:pointer;
    color:#000;
    margin:45px 0 0 10px;
    *margin:40px 0 0 10px;

}

.cssButtonsCustom:hover
{
    background-color:#3b80cf !important;
    color:#fff !important;
}


.templabel
{
    float:left;
    font-family:arial;
    font-size:1em;
    font-weight:bold;
    margin-right: 4px;
    text-align:right;
    white-space: pre;
}

/*
* Data do form
*/
.tempdata
{
    font-family:arial;
    font-size:1em;
    text-align:left;
    float:left;
}
/* NOVA Class LABEL DATA DIAGN�STICO */
.labelDataDiagnostico
{
    float: left;
    padding: 10px 10px 4px 10px;
    width: 100%;
}

.labelDataDiagnostico select
{
    float: left;
}

.labelData
{
    float: left;
    margin-left: 10px;
    padding: 10px 10px 4px 10px;
    width: 44%;
}

.labelDataLinha
{
    float: left;
    margin-left: 10px;
    padding: 10px 10px 4px 10px;
    width: 95%;
    display: table;
}

.labelBuscaCep
{
    float: left;
    margin-left: 10px;
    padding: 10px 10px 4px 10px;
}


.labelTitle
{
    float:left;
    font-size:1.2em;
    font-weight:bold;
    text-align: center;
    z-index: 1;
    position: relative;
    height: 11px;
    background-color: #FFF;
    -moz-border-radius: 30em;
    margin: 5px 0px -1px 10px;
}
.buttominput{
    clear:none !important;
    float: right !important;
    padding-top: 0px !important;
    width: 22px !important;
}
.customFieldset
{
    -moz-border-radius: 4px 4px 4px 4px;
    border: 1px solid #AAAAAA;
    clear: both;
    margin-top: 5px;
    padding: 5px;
    font-family: Arial,Helvetica,sans-serif;
}

.divTitle
{
    float: left;
    font-size: 1.6em;
    font-weight: bold;
    margin-left: 10px;
    padding: 3px;
    width: 45%;
}

/* Css para DIV que vai receber o label de um input.*/
.labelInput
{
    float:left;
    font-family:arial;
    font-size:0.84em;
    font-weight:bold;
    margin-right: 4px;
    text-align:right;
    white-space: pre;
    padding-top: 3px;
}

/* Novo Css para o EVENTO E DIAGNOSTICO*/
.labelInputDiagEvent{

    margin: 3px 5px 0 168px;
    padding: 0 5px 0 0;
    width: 150px;
    display: block;
    float: left;
    text-align: right;

}

/*CSS para a DIV que vai receber o input*/
.inputLabel
{
    font-family:arial;
    font-size:0.84em;
    color: gray;
}

/*CSS para a view VIEWSENHADETAIL */
#beneficiario h3{font-weight:bold;}
#informacoes{width:500px; height:50px;}
#informacoes span{ margin:0 15px 25px 0; padding:5px 0 0 0;}
#informacoes label{font-weight:bold;}
#procedimentos{ float:left; margin:0 0 10px 0; *margin:0 0 5px 0; padding:0;}
#procedimentos fieldset legend {padding: 0px 5px 0px 5px; margin: 0px 0px 5px 0px; font-weight: bold; font-size: 12px; color: #000000;border: 1px solid #DADADA;}
#procedimento_principal{margin:4px 0 0 0;}
#procedimento_principal label{margin:0 5px 0 0;}
#gridProcedimentos{float:left; margin:0;}
#gridProcedimentos .cssButtonGrid{ cursor:pointer;}
#adicionarProcedimento{float:right; margin:15px 0 0 0;}
#diagnosticos{ width:100%; float:left; margin:0; padding:0;}
#diagnosticos fieldset{margin:20px 0 10px 0; *margin:20px 0 3px 0;}
#diagnosticos fieldset legend {padding: 0px 5px 0px 5px; margin: 0px 0px 5px 0px; font-weight: bold; font-size: 12px; color: #000000;border: 1px solid #DADADA;}
#diagnosticoPrincipal{margin:4px 0 10px 0;}
#diagnosticoPrincipal label{margin:0 5px 0 0;}
#eventos fieldset{margin:15px 0 10px 0;}
#eventos fieldset legend {padding: 0px 5px 0px 5px; margin: 0px 0px 5px 0px; font-weight: bold; font-size: 12px; color: #000000;border: 1px solid #DADADA;}
#adicionarEvento{ float:right; margin:15px 0 0 0;}
#statusSenha{ float:left; margin:0; padding:0 0 15px 0; *padding:0 0 10px 0; width:100%;}
#statusSenha fieldset legend {padding: 0px 5px 0px 5px; margin: 0px 0px 5px 0px; font-weight: bold; font-size: 12px; color: #000000;border: 1px solid #DADADA;}
#statusSenha .row-status { width:500px; margin:5px 0 0 0; float:left; }
#statusSenha .row-status label{ font-weight:bold;}
#statusSenha .row-status select{margin:0 8px 0 0;}
#statusSenha .row-status-obs {float:left; margin:20px 0 0 0;}
#statusSenha .row-status-obs label{ width:250px; float:left; margin:0 0 10px 0;}
#buttonrow{ margin:10px 0 0 0; *margin:10px 0 0 0; float:left;}
#buttonrow input { cursor:pointer; margin:0 4px 0 0;}
#dialogProcedimento{ margin:2px 0 0 0;}
#dialogProcedimento h3{color:#262626 solid blue; font-size:18px; margin:0 0 20px 0;}
#dialogProcedimento .row{margin:0 0 10px 0;}
#dialogProcedimento .row label{ font-family: tahoma verdana "sans-serif"; width:250px; float:left; margin-top:4px;}
#dialogProcedimento .row input { width: 250px; color: #555; padding: 4px; border: 1px solid #B5B8C8; font-size: 14px; margin-top: 4px; width: 250px;}
#dialogProcedimento .row select{ width: 250px; margin-top: 10px; float:left;}
#dialogDiagnostico {margin:2px 0 0 0;}
#dialogDiagnostico h3{color:#262626 solid blue; font-size:18px; margin:0 0 20px 0;}
#dialogDiagnostico .row {margin:0 0 10px 0;}
#dialogDiagnostico .row label{font-family:tahoma verdana "sans-serif"; margin:0 10px 0 0;}
#dialogDiagnostico .row input { width: 250px; color: #555; padding: 4px; border: 1px solid #B5B8C8; font-size: 14px;margin-top: 4px;}
#dialogEvento {  margin:2px 0 0 0;}
#dialogEvento h3{font-size:18px; margin:0 0 20px 0;}
#dialogEvento .row{ margin:10px 15px 0 0; padding:5px; float:left; width:250px; }
#dialogEvento .row-evento { margin:10px 0 0 0; padding:0; float:left; width:380px; }
#dialogEvento .row-cod { margin:10px 0 0 0; padding:0; float:left; width:380px; }
#dialogEvento .row-interlocutor { margin:10px 0 0 0; padding:0; float:left; width:380px; }
#dialogEvento .row-interlocutor label{ float:left; width:300px;}
#dialogEvento .row-interlocutor input{width: 240px; color: #555; padding: 4px; border: 1px solid #B5B8C8; font-size: 14px;margin-top: 4px;}
#dialogEvento .row label{font-family:tahoma verdana "sans-serif"; margin:0 10px 0 0; float:left; width:200px;}
#dialogEvento .row input { width: 240px; color: #555; padding: 4px; border: 1px solid #B5B8C8; font-size: 14px;margin-top: 4px;}
#dialogEvento .row select{ margin-top: 4px; width:200px; border: 1px solid #B5B8C8;}
#dialogEvento .row textarea{border: 1px solid #B5B8C8;}
#dialogEvento .dialogEvent{width: 500px; float:left; }
#dialogEvento .dialogEvent select{float: left;}
#dialogEvento .dialogEventLabel { margin: 3px 5px 0 0; padding: 0 5px 0 0; width:200px;}
.grid-view table.items tr td {cursor: pointer}

/** Altera procedimento **/
#alteraProcedimento .row label{width:250px; font-family:tahoma verdana "sans-serif"; margin:0 0 0 0; text-align:left;}
#alteraProcedimento .row input { width: 220px; color: #555; padding: 4px; border: 1px solid #B5B8C8; font-size: 14px;margin-top: 4px;}
#alteraProcedimento .row select{ margin-top: 5px; width:200px; /*border: 1px solid #B5B8C8;*/}

.arrow_box {
	position: relative;
	background: #e7f1fe;
	border: 1px solid #c2e1f5;
        color: #3e454c;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #e7f1fe;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #c2e1f5;
	border-width: 11px;
	margin-top: -11px;
}
.arrow_box_footer > div > div{
    font-size: 11px;
    color: #FFFFFF;
}

.arrow_box_footer{
    background-color: #88b7d5;
    padding: 10px;
    padding-bottom: 19px;
    margin: -10px;
}


/**** PADRONIZAR OS Hs *****/
h2 {
    color: #777777;
    font-size: 1.2em;
    margin-bottom: 0.75em;
}

h3 {
    font-size: 1.1em;
    margin-bottom: 0.75em;
}
/**** PADRONIZAR FORM BUILDER *****/
form.nice textarea, form.nice select {
    width: 90%;
}
