html, body{
    margin: 0;
    padding: 0;
    min-height: 100vh;
    min-width: 100%;
    box-sizing: border-box;
}
body{
    font: normal 73%/1.5em Arial, Tahoma, sans-serif;
    font-size:12px !important;
    color:#000000;
    background: #ffffff !important;
}
.exibir_celular{
    display: none !important;
}
.exibir_table_celular{
    display: block;
}
.conteudo_candidato{
    width: 100%;
    height: 100%;
    margin: 0.313rem 0;
}
#pagina{
    min-height: 100%;
    /*position: relative;*/ /* no módulo academico ficou quebrado*/
}
#pagina_candidato {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100vh;
}
.centraliza_conteudo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#rodape_fundo{
    background-image: url(../images/fundo_rodape_azul.jpg);
    width: 100%;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    bottom: 0;
}
#rodape_fundo div.container{
    width: 100%;
    height: 100%;
    position: relative;
}
#rodape_fundo div.texto{
    position: relative;
    bottom: -35px;
    width: 100%;
}
#rodape_fundo p.copyright, #rodape_fundo p.tempo_requisicao{
    margin: 0;
}
#rodape_fundo p.copyright{
    text-align: center;
}
.tempo_requisicao{
    font-size: smaller;
    color: #333;
}
.exibir_table{
    display: none !important;
}
.alinhadoVertical{
    display: inline-block;
    vertical-align: middle;
}
.alinhadoTopo{
    display: inline-block;
    vertical-align: top;
}
.alinhadoFundo{
    display: inline-block;
    vertical-align: bottom;
}
.floatLeft, .float_left{
    float: left;
}
.floatRight, .float_right{
    float: right;
}
.clear_divs, .clearDivs{
    clear:both;
}
#barra_superior{
    background-image:url(../images/fundo_topo2.jpg);
    width:100%;
    height:46px;
    background-position: 0px 46px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 8px;
    /*position: fixed;*/ /*Comentado pois o menu passa a ser posição absoluted em 21/09/2016*/
    position: absolute;
    top: 0;
    z-index: 100;
}
/* Estilizações aplicadas na barra superior, se estiver no dev ou no homologação */
#barra_superior.dev{ background-position: 0px 0px; }
#barra_superior.dev>.brasao, #barra_superior.homolog>.brasao{
    font-weight: bold;
    font-size: 15px;
    padding: 15px 10px 0 0;
}
#barra_superior .menu{
    float:right;
    padding: 8px;
    color:#FFFFFF !important;
    font-weight:normal;
    height: inherit;
}
/* Barra Superior Módulo Candidato */
#cabecalho{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#barra_superior_candidato{
    display: flex;
    justify-content: space-between;
    align-items: center;    
    width: 100%;
    background: linear-gradient(rgb(68, 71, 70), rgb(9, 176, 97));
    height: 2.875rem;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;    
    color: #FFFFFF;
}
/* Estilizações aplicadas na barra superior, se estiver no dev ou no homologação */
#barra_superior_candidato{ 
    background: linear-gradient(to bottom, #2f6d8d, #3e90ba, #4eb2e7);
}
#barra_superior_candidato.dev{
    background: linear-gradient(to bottom, #267356, #2f9b70, #3ac28a);
}
#barra_superior_candidato.dev > .brasao, #barra_superior_candidato.homolog>.brasao{
    font-weight: bold;
    font-size: 0.938rem;
}
#barra_superior_candidato .data{
    margin-left: 1.25rem;
    font-weight: normal;
    text-align:left;
}
#barra_superior_candidato .brasao{
    margin-right: 1.25rem;
    text-align: right;    
}
#topo_menu .botao_caixa_mensagens{
    background: rgba(8, 176, 98, 1);
    float: left;
    display: inline-flex;
    padding: 4px;
    margin: 0px 5px 0 5px;
    border-radius: 3px;
    border: 1px solid #078E83;
    cursor: pointer;
    line-height: 1.8;
    color: #fff;
}
/**/
#barra_superior .data{
    float:left;
    padding: 15px 3px 0 15px;
    color:#FFFFFF;
    font-weight:normal;
    text-align:left;
}
#barra_superior .brasao{
    color: white;
    height:46px;
    text-align:right;
    padding: 0;
    float:right;
}
/* Barra Central Candidato */
#barra_central_candidato{
    display: grid;
    grid-template-columns: minmax(31.25rem, 1fr) 2fr;
    align-items: center;
    height: 8.125rem;
}
.brasao_barra_central{
    display: flex;
    align-items: center;
    padding-left: 1.25rem;
}
.brasao_barra_central span{
    font-size: 0.875rem; 
    margin-left: 0.313rem; 
    font-family: Arial; 
    font-weight: bold;
}
.brasao_barra_central img {
    max-width: 3.938rem;
    margin-right: 0.625rem;
}
.dados_barra_central{
    background: url('../images/back_ondas.gif') no-repeat right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: right;
    padding-right: 1.25rem;
}
#linha_cabecalho{
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #999;
}
#nome_candidato{
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0px 5px 10px 5px;
    padding: 0 4px 0 4px;
}
#nome_candidato span {
    font-family: Arial;
    font-size: 1.435rem;
    font-weight: bold;
}
/* Barra Central */
#barra_central{
    height: 114px;
    background: url('../images/back_ondas.gif') no-repeat right;
    position: relative;
    margin-top: 50px;
}
#barra_central>table{
    position: absolute;
    top: 0;
    height: inherit;
}
#barra_central .brasao{
    text-align: left;
    /*background: url('../images/uva.gif') no-repeat left;*/
    background: url('../images/iade_logo_horizontal.png') no-repeat 5px center;
    width: 30%;
}
#barra_central .brasao_ceps{
    text-align: left;
    background: url('../images/brasao_uva_ceps_relatorio.jpg') no-repeat left;
    background-size: 135px;
    width: 30%;
}
#barra_central .dados{
    font-size: 12px;
    width: 70%;
}
#barra_central .dados>div{
    text-align: right;
    margin-right: 5px;
}
/* Estilizações complementares JSCookMenu*/
#barra_menus{
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 3px 0 5px 3px;
    margin: 0 3px 10px 3px;
    background: #EAEAEA url(../menu/ThemeOffice/ui-bg_highlight-soft_75_gray_1x100.png) repeat-x;
    height: 30px;
    text-align: left;
}
.central{
    text-align: center;
}
span.informacoes_sistema{
    display: block;
    margin-top: 120px;
}
span.informacoes_sistema div.img_brasao{
    /*background: url('../images/brasao.gif');*/
    background: url('../images/iade_logo_full_horizontal.png');
    margin: auto;
    width: 342px;
    height: 129px;
}
div.info_login{
    background: #8bcde8;
    padding: 10px;
    border:0;
    margin: 0 auto;
    width: 37%;
    border-radius: 5px;
    font-size: 14px;
}
.alt_form_login{
    margin-top: 100px !important;
}
span.formulario_login{
    display: block;
    margin-top: 165px;
    width: auto !important;
}
span.formulario_modulos{
    display: block;
    width: auto !important;
}
.ft_sistema{
    margin-top: 22px;
    height: 23px;
    color:#000000;
    font-weight:bold;
    font-size: 22px;
    text-align: center;
}
.ft_modulo{
    margin-top: 15px;
    height: 23px;
    color:#000000;
    font-weight:bold;
    font-size: 20px;
}
/* Estilizações de grupos de listas */
ul.grupo_lista{
    list-style-type: none;
    padding: 0;
    width: 99%;
    margin: 0 auto 5px auto;
}
ul.grupo_lista>li.item>button, ul.grupo_lista>li.item>a{
    border-radius: 0;
    border-bottom: 0;
    margin: 0;
    width: 100%;
    height: auto;
    min-height: 24px;
    text-align: justify;
}
ul.grupo_lista>li.item:first-child>button, ul.grupo_lista>li.item:first-child>a{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
ul.grupo_lista>li.item:last-child>button, ul.grupo_lista>li.item:last-child>a{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid #888;
}
/* Estilização da listagem de módulos */
.listagem_modulos_sistema{
    border: 1px solid transparent;
    text-align: left;
    margin: 0px 10% 1% 20%;
    padding-left: 3px;
    cursor: pointer;
    border-radius: 3px;
}
.listagem_modulos_sistema:hover, .listagem_modulos_sistema.foco{
    /* Degradê de verde floresta médio */
    background: rgb(2,134,74);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyODY0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOGIwNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(2,134,74,1) 0%, rgba(8,176,98,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,134,74,1)), color-stop(100%,rgba(8,176,98,1)));
    background: -webkit-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: -o-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: -ms-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: linear-gradient(to bottom, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02864a', endColorstr='#08b062',GradientType=0 );
}
.listagem_modulos_sistema:hover .nome, .listagem_modulos_sistema.foco .nome{
    color: #efefef;
}
.listagem_modulos_sistema:active{
    /* Degradê de verde floresta escuro */
    background: rgb(2,134,74);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyODY0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNjlkNTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgb(2,134,74) 0%, rgb(6,157,86) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(2,134,74)), color-stop(100%,rgb(6,157,86)));
    background: -webkit-linear-gradient(top, rgb(2,134,74) 0%,rgb(6,157,86) 100%);
    background: -o-linear-gradient(top, rgb(2,134,74) 0%,rgb(6,157,86) 100%);
    background: -ms-linear-gradient(top, rgb(2,134,74) 0%,rgb(6,157,86) 100%);
    background: linear-gradient(to bottom, rgb(2,134,74) 0%,rgb(6,157,86) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02864a', endColorstr='#069d56',GradientType=0 );
}
.listagem_modulos_sistema .icone, .listagem_modulos_sistema .nome{
    display: inline-block;
    vertical-align: middle;
}
.listagem_modulos_sistema .nome{
    color: #444;
    font-size:12px;
    font-weight: normal;
}

/* Estilizações grid */
.container_grid{
    display: grid;
    width: 100%;
    height: 100%;
}
.coluna-1{
    grid-template-areas: "div_dir_candidato";
}
.coluna-2{
    grid-template-areas: "div_esq_candidato div_dir_candidato";
}
#div_esq_candidato, #div_dir_candidato{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.25rem;
}
#div_esq_candidato .caixa, #div_dir_candidato .caixa{
    max-width: 35.75rem;
    min-width: 28.75rem;
    margin: 0;
}
#div_esq_candidato {
    grid-area: div_esq_candidato;    
}
#div_dir_candidato{    
    grid-area: div_dir_candidato;    
    max-height: fit-content;
}

.conteiner_grid:before, .conteiner_grid:after{
    display: table;
    content: " ";
}
.conteiner_grid:after{
    clear: both;
}
.conteiner_grid{
    margin: 0 50px 0 50px !important;
}
.conteiner_grid>div.md2{
    text-align: center;
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
}
/**/
#login{
    background-color:#E4E4E4;
    width: 306px;
    border: 10px solid #FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    color:#666666;
    font-size:12px;
    margin: 0 auto;
}
#login_externo{
    background-color:#ffffff;
    width: 326px;
    border: 2px solid #E4E4E4;
    margin: 0 auto !important;
}
#sair_completamente{
    margin: 25px 0 25px 0;
}
#rodape_login{
    background-image:url(../images/fundo_rodape_azul.jpg);
    width:100%;
    height:85px;
    text-align:center;
    margin: 0 auto;
    display: inline-block;
    margin-top: 10%;
}
#rodape_login.dev{
    background-image:url(../images/fundo_rodape.jpg);
}
#rodape_login.menor{
    height: 54.5px;
}
#rodape_login.auto{
    height: auto !important;
}
#login_esquerda_padrao{
    background-color:#ffffff;
    width:655px;
    min-height:330px;
    height:auto !important;
    height:330px;
    float:left;
    text-align:center;
}
#login_direita_padrao{
    background-color:#ffffff;
    width:340px;
    min-height:330px;
    height:auto !important;
    height:330px;
    float:right;
    text-align:center;
}
#login_externo_padrao{
    background-color:#ffffff;
    width:326px;
    min-height:326px;
    height:auto !important;
    height:326px;
    border: 2px solid #E4E4E4;
    margin: 0 auto;
}
#login_padrao{
    background-color:#E4E4E4;
    width:306px;
    min-height:306px;
    height:auto !important;
    height:306px;
    border: 10px solid #FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    color:#666666;
    font-size:12px;
    margin: 0 auto;
}
#livre{
    width:100%;
}
.boas_vindas{
    display: inherit;
    font-family: Arial,Helvetica,sans-serif;
    color: #4F8A75;
    font-size: 22px;
    line-height: 1.2;
    margin: 0% 0 2% 0;
}
#conteiner{
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    margin: 0 auto;
}
#ajuda{
    height: 30px;
    padding-right: 10px;
}
#ajuda span{
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #888;
}
#ajuda span:hover, #ajuda span:focus{
    color: #aaa;
}
#ajuda span:active{
    color: #ccc;
}
#conteudo{
    margin: 0 auto;
    text-align: center;
}
.caixa{
    min-width: 49%;
    display: inline-block;
    margin: 0 auto;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 0;
}
.caixa_aberta{
    width: 95%;
    margin: 0 auto;
    border: 2px solid;
    border-color: #037E45;
    border-style: ridge;
    text-align: center;
}
.caixa_img_grupo{
    margin: 20px 20px;
    padding-bottom: 20px;
    background:#D6F0DD;
}
.legenda{
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #444;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
    padding: 0.2em 0.2em 0.2em 1em;
    border-bottom: 1px solid #a8a8a8;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    /* Degradê de verde oliva */
    background: #e8f7ec;
    background: -moz-linear-gradient(top, #e8f7ec 0%, #a8e1b6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8f7ec), color-stop(100%,#a8e1b6));
    background: -webkit-linear-gradient(top, #e8f7ec 0%,#a8e1b6 100%);
    background: -o-linear-gradient(top, #e8f7ec 0%,#a8e1b6 100%);
    background: -ms-linear-gradient(top, #e8f7ec 0%,#a8e1b6 100%);
    background: linear-gradient(to bottom, #e8f7ec 0%,#a8e1b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f7ec', endColorstr='#a8e1b6',GradientType=0 );
}
/* Abas */
fieldset.menu_abas{
    border: 1px solid #aaa;
    display: inline-block;
    margin: 0 auto;
    border-radius: 4px;
    padding: 0;
}

fieldset.menu_abas>ul.abas{
    margin: 0;
    font-weight: bold;
    text-align: center;
    padding: 5px 5px 0 0.5em;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #aaa;
    list-style-type: none;
    /* Degradê de verde oliva */
    background: #e8f7ec;
    background: -moz-linear-gradient(top, #e8f7ec 0%, #a8e1b6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8f7ec), color-stop(100%,#a8e1b6));
    background: -webkit-linear-gradient(top, #e8f7ec 0%,#a8e1b6 100%);
    background: -o-linear-gradient(top, #e8f7ec 0%,#a8e1b6 100%);
    background: -ms-linear-gradient(top, #e8f7ec 0%,#a8e1b6 100%);
    background: linear-gradient(to bottom, #e8f7ec 0%,#a8e1b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f7ec', endColorstr='#a8e1b6',GradientType=0 );
}

fieldset.menu_abas>ul.abas>li{
    display: inline-block;
}

fieldset.menu_abas>ul.abas>li button{
    min-width: 0;
    height: auto;
    /*margin-right: 4px;*/
    margin-bottom: -1px;
    border: 1px solid #aaa;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    color: #444;
    text-shadow: 0px 1px 0px white;
    padding: 6px 4px;
    /* Degradê de cinza claro */
    background: rgb(244,244,244);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(244,244,244) 0%, rgb(241,241,241) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(244,244,244)), color-stop(100%,rgb(241,241,241)));
    background: -webkit-linear-gradient(top,  rgb(244,244,244) 0%,rgb(241,241,241) 100%);
    background: -o-linear-gradient(top,  rgb(244,244,244) 0%,rgb(241,241,241) 100%);
    background: -ms-linear-gradient(top,  rgb(244,244,244) 0%,rgb(241,241,241) 100%);
    background: linear-gradient(to bottom,  rgb(244,244,244) 0%,rgb(241,241,241) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f1f1f1',GradientType=0 );
}

fieldset.menu_abas>ul.abas>li button:hover,
fieldset.menu_abas>ul.abas>li button:focus{
    /* Degradê de cinza médio */
    background: rgb(232,232,232);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(232,232,232) 0%, rgb(224,224,224) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(232,232,232)), color-stop(100%,rgb(224,224,224)));
    background: -webkit-linear-gradient(top,  rgb(232,232,232) 0%,rgb(224,224,224) 100%);
    background: -o-linear-gradient(top,  rgb(232,232,232) 0%,rgb(224,224,224) 100%);
    background: -ms-linear-gradient(top,  rgb(232,232,232) 0%,rgb(224,224,224) 100%);
    background: linear-gradient(to bottom,  rgb(232,232,232) 0%,rgb(224,224,224) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#e0e0e0',GradientType=0 );
}

fieldset.menu_abas>ul.abas>li button:active,
fieldset.menu_abas>ul.abas>li.selecionada button{
    border-color: forestgreen;
    color: #eee;
    text-shadow: 0px 1px 0px #444;
}

fieldset.menu_abas>ul.abas>li button:active{
    /* Degradê de verde floresta um pouco mais claro */
    background: #02ac5f;
    background: -moz-linear-gradient(top,  #02ac5f 0%, #09cf73 100%);
    background: -webkit-linear-gradient(top,  #02ac5f 0%,#09cf73 100%);
    background: linear-gradient(to bottom,  #02ac5f 0%,#09cf73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02ac5f', endColorstr='#09cf73',GradientType=0 );
}

fieldset.menu_abas>ul.abas>li.selecionada button{
    /* Degradê de verde floresta médio */
    background: rgb(2,134,74);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyODY0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOGIwNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(2,134,74,1) 0%, rgba(8,176,98,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,134,74,1)), color-stop(100%,rgba(8,176,98,1)));
    background: -webkit-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: -o-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: -ms-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: linear-gradient(to bottom, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02864a', endColorstr='#08b062',GradientType=0 );
}

fieldset.menu_abas>ul.abas>li button>img,
fieldset.menu_abas>ul.abas>li button>span{
    display: inline-block;
    vertical-align: middle;
}

fieldset.menu_abas>ul.abas>li button>span{
    font-size: 13px;
}

fieldset.menu_abas.vertical{
    text-align: left;
}

fieldset.menu_abas.vertical>ul.abas{
    padding: 5px !important;
    border-right: 1px solid #aaa;
}

fieldset.menu_abas.vertical>ul.abas, fieldset.menu_abas.vertical>div.conteiners{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-radius: 0 0 3px 0;
    margin-bottom: 3px;
}

fieldset.menu_abas.vertical>ul.abas>li{
    display: block;
}

fieldset.menu_abas.vertical>ul.abas>li button{
    width: 100%;
    padding: 2px;
    border-radius: 0;
}

fieldset.menu_abas.vertical>ul.abas>li button>img,
fieldset.menu_abas.vertical>ul.abas>li button>span{
    display: block;
    margin: auto;
}

fieldset.menu_abas.vertical>ul.abas>li button>span{
    font-size: 12px;
}

fieldset.menu_abas.vertical>ul.abas>li:first-child button,
fieldset.menu_abas.vertical>ul.abas>li.primeiro button{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

fieldset.menu_abas.vertical>ul.abas>li:last-child button,
fieldset.menu_abas.vertical>ul.abas>li.ultimo button{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

fieldset.menu_abas.vertical>ul.abas>li.acoes_abas button{
    border-radius: 3px !important;
    margin: 5px 0 0 0;
    min-width: 0;
    width: auto;
}

fieldset.menu_abas.vertical>ul.abas>li.acoes_abas button>img,
fieldset.menu_abas.vertical>ul.abas>li.acoes_abas button>span{
    display: inline-block;
    vertical-align: middle;
}

fieldset.menu_abas.vertical>ul.abas>li button.botao_aba{
    border: 1px solid #aaa;
    min-width: 0;
    margin-right: -1px;
    padding: 0;
    width: 20px;
    height: 20px;
    /* Degradê de cinza claro */
    background: rgb(244,244,244);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(244,244,244) 0%, rgb(241,241,241) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(244,244,244)), color-stop(100%,rgb(241,241,241)));
    background: -webkit-linear-gradient(top,  rgb(244,244,244) 0%,rgb(241,241,241) 100%);
    background: -o-linear-gradient(top,  rgb(244,244,244) 0%,rgb(241,241,241) 100%);
    background: -ms-linear-gradient(top,  rgb(244,244,244) 0%,rgb(241,241,241) 100%);
    background: linear-gradient(to bottom,  rgb(244,244,244) 0%,rgb(241,241,241) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f1f1f1',GradientType=0 );
}

fieldset.menu_abas.vertical>ul.abas>li button.botao_aba:first-child{
    margin-left: 5px;
    border-radius: 3px 0 0 3px;
}

fieldset.menu_abas.vertical>ul.abas>li button.botao_aba:last-child{
    border-radius: 0 3px 3px 0;
    margin-right: 0;
}

fieldset.menu_abas>ul.abas>li button.botao_aba:hover,
fieldset.menu_abas>ul.abas>li button.botao_aba:focus{
    /* Degradê de cinza médio */
    background: rgb(232,232,232);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(232,232,232) 0%, rgb(224,224,224) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(232,232,232)), color-stop(100%,rgb(224,224,224)));
    background: -webkit-linear-gradient(top,  rgb(232,232,232) 0%,rgb(224,224,224) 100%);
    background: -o-linear-gradient(top,  rgb(232,232,232) 0%,rgb(224,224,224) 100%);
    background: -ms-linear-gradient(top,  rgb(232,232,232) 0%,rgb(224,224,224) 100%);
    background: linear-gradient(to bottom,  rgb(232,232,232) 0%,rgb(224,224,224) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#e0e0e0',GradientType=0 );
}

fieldset.menu_abas>ul.abas>li button.botao_aba:active{
    border-color: forestgreen;
    color: #eee;
    text-shadow: 0px 1px 0px #444;
    /* Degradê de verde floresta um pouco mais claro */
    background: #02ac5f;
    background: -moz-linear-gradient(top,  #02ac5f 0%, #09cf73 100%);
    background: -webkit-linear-gradient(top,  #02ac5f 0%,#09cf73 100%);
    background: linear-gradient(to bottom,  #02ac5f 0%,#09cf73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02ac5f', endColorstr='#09cf73',GradientType=0 );
}

fieldset.menu_abas.botoes_largos>ul.abas{
    text-align: center !important;
}

fieldset.menu_abas.botoes_largos>ul.abas>li{
    width: 33% !important;
}

fieldset.menu_abas.botoes_largos>ul.abas>li>button{
    width: 100% !important;
}

fieldset.menu_abas>div.conteiners{
    padding: 5px;
}
fieldset.menu_abas>div.conteiners>div{
    display: none;
}
fieldset.menu_abas>div.conteiners>div.selecionada{
    display: block !important;
}
/* */
.div_texto{
    width: 350px;
    padding: 5px;
    margin: 0 auto;
    text-align: justify;
}
#div_esq{
    min-height:200px;
    height:auto !important;
    height:200px;
    width: 45%;
    float: left;
    text-align:justify;
    padding: 11px;
    display: flex;
}
div.passos_externo{
    background: #ffffff;
    padding: 11px;
    border:0;
    margin: 0 auto;
    text-align: justify;
}
div.passos_interno{
    background: #cccccc;
    width:90%;
    padding: 8px;
    margin: 0 auto;
}
div.passos_selecionado_externo{
    background: #ffffff;
    padding: 11px;
    border:0;
    margin: 0 auto;
    text-align: justify;
}
div.passos_selecionado_interno{
    background: #ff0000;
    width:90%;
    padding: 8px;
    margin: 0 auto;
}
div.passos_ok_externo{
    background: #ffffff;
    padding: 11px;
    border:0;
    margin: 0 auto;
    text-align: justify;
}
div.passos_ok_interno{
    background: #4edc2d;
    width:90%;
    padding: 8px;
    margin: 0 auto;
}
.coluna{
    border: 1px solid #8e8e8e;
    padding: 5px;
}
#div_dir{
    min-height:200px;
    height:auto !important;
    height:200px;
    width: 50%;
    float: left;
    text-align:justify;
    padding: 11px;
    display: inline-flex;
}
.div_bemvindo{
    width: 350px;
    padding: 11px;
    margin: 0 auto;
    text-align: center;
}
#processo_externo{
    background-color:#ffffff;
    width:350px;
    border: 2px solid #E4E4E4;
    margin: 0 auto;
}
div.processo_externo{
    background: #8bcde8;
    padding: 16px;
    border:0;
    margin: 0 auto;
    text-align: justify;
}
div.processo_interno{
    background: #cccccc;
    width:50%;
    padding: 8px;
    margin: 0 auto;
}
#div_ini{
    background-image: url(../images/ondas_brasao.jpg);
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 114px;
    float: left;
    text-align: left;
}
#div_ini_titulo{
    width: 50%;
    float: left;
    padding: 11px;
    text-align: left;
}
#div_ini_identificacao{
    border-left: 1px #C6C3BD solid;
    width: 30%;
    float: left;
    text-align: left;
    padding: 11px;
}
#div_ini_esq{
    min-height:200px;
    height:auto !important;
    height:200px;
    width: 55%;
    float: left;
    text-align:center;
    padding: 11px;
}
#div_ini_dir{
    min-height:200px;
    height:auto !important;
    height:200px;
    width: 40%;
    float: left;
    text-align:left;
    padding: 11px;
}
div.rapido_externo{
    background: #04864a;
    border:0;
    margin: 0 auto;
    text-align: justify;
    word-wrap: break-word;
    border-radius: 10px;
}
div.rapido_interno{
    background-color: #04864a;
    margin: 0 auto;
    margin: 0 50px 40px 50px !important;
    padding: 1px;
    border-radius: 10px;
}
th{
    white-space: nowrap;
}
.tab_historico{
    border-collapse: collapse;
}
#destaque, .destaque{
    /* margin: 0 0 16px 8px; */
    margin: 0 auto;
    border-width: 1px;
    border-style: solid;
    padding: 13px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 3px;
    background-color:#FFCCCC;
    border-color:red;
    font-size: 14px;
    width: 95%;
}
#rodape{
    background-image:url(../images/fundo_rodape_azul.jpg);
    width:100%;
    height:109px;
    text-align:center;
}
#rodape_candidato{
    background-image:url(../images/fundo_rodape_azul.jpg);
    width:100%;
    height: 4.688rem;
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#rodape_candidato.dev{
    background-image:url(../images/fundo_rodape.jpg);
}
#rodape_candidato > span{
    margin-top: 0.900rem;
    font-weight: normal;
    font-size: 0.838rem;
}
#rodape_simples{
    width:100%;
    text-align:center;
}
.paginacao{
    font-weight: normal;
    background: #e9f7ed url(../images/fundo_listagem.png) repeat-x;
    background-color: #ABE2B9;
    background-position: 0px -72px;
    cursor: default;
    border: 1px solid #ccc;
}
.paginacao .form_paginacao{
    display: inline-block;
}
.paginacao .rotulo_intervalo{
    color: #444;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
}
.paginacao .intervalo{
    font-weight: bold;
    color: #333;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
}
.paginacao .paginas{
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #444;
    border-radius: 3px;
    padding: 3px;
    width: 175px;
    max-height: 200px;
    overflow-y:auto;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    z-index: 3;
}
.paginacao input[type="submit"],
.paginacao button{
    padding: 0;
    margin: 0 !important;
}
.paginacao button::-moz-focus-inner{
    padding: 0;
    border: 0;
}
.paginacao button:hover,
.paginacao input[type="submit"]:hover{
    color: #EFEFEF;
    box-shadow: 0px 0px 8px #85cbb2;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
    border-color: forestgreen;
    /* Degradê de verde floresta médio */
    background: rgb(2,134,74);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyODY0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOGIwNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(2,134,74,1) 0%, rgba(8,176,98,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,134,74,1)), color-stop(100%,rgba(8,176,98,1)));
    background: -webkit-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: -o-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: -ms-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: linear-gradient(to bottom, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02864a', endColorstr='#08b062',GradientType=0 );
}
.paginacao button:active,
.paginacao input[type="submit"]:active{
    box-shadow: 0px 0px 8px #85cbb2;
}
.paginacao .selecionado, .paginacao .selecionado:hover{
    min-width: 22px;
    border-color: forestgreen;
    color: #EFEFEF;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
    box-shadow: none;
    cursor: default;
}
.paginacao button:active, .paginacao .selecionado, .paginacao .selecionado:hover, .paginacao input[type="submit"]:active{
    /* Degradê de verde floresta escuro */
    background: rgb(2,134,74);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyODY0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNjlkNTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgb(2,134,74) 0%, rgb(6,157,86) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(2,134,74)), color-stop(100%,rgb(6,157,86)));
    background: -webkit-linear-gradient(top, rgb(2,134,74) 0%,rgb(6,157,86) 100%);
    background: -o-linear-gradient(top, rgb(2,134,74) 0%,rgb(6,157,86) 100%);
    background: -ms-linear-gradient(top, rgb(2,134,74) 0%,rgb(6,157,86) 100%);
    background: linear-gradient(to bottom, rgb(2,134,74) 0%,rgb(6,157,86) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02864a', endColorstr='#069d56',GradientType=0 );
}
.paginacao .primeiro{
    min-width: 30px;
}
.paginacao button span,
.paginacao a span{
    background-image: url(../images/paginacao_sprites.png);
    display: inline-block;
    width: 9px;
    height: 5px;
}
.paginacao .primeiro, .paginacao .anterior, .paginacao .proximo, .paginacao .ultimo{
    min-width: 30px;
}
.paginacao .primeiro span{ background-position: 0px 0px; }
.paginacao .primeiro:hover:not([disabled]) span, .paginacao .primeiro:active:not([disabled]) span{ background-position: 0px -6px; }
.paginacao .anterior span{ background-position: -11px 0px; }
.paginacao .anterior:hover:not([disabled]) span, .paginacao .anterior:active:not([disabled]) span{ background-position: -11px -6px; }
.paginacao .proximo span{ background-position: -23px 0px; }
.paginacao .proximo:hover:not([disabled]) span, .paginacao .proximo:active:not([disabled]) span{ background-position: -23px -6px; }
.paginacao .ultimo span{ background-position: -35px 0px; }
.paginacao .ultimo:hover:not([disabled]) span, .paginacao .ultimo:active:not([disabled]) span{ background-position: -35px -6px; }
.paginacao button[disabled] span{ background-position-y: 0% !important; }
.paginacao .botao, .paginacao .selecionado{
    display: inline;
    margin: 0 -1px 0 0;
}
.paginacao .proximo{
    margin-left: 2px;
}
.paginacao .botao{
    min-width: 20px;
}
.paginacao .divContornandoSelect{
    vertical-align: middle;
}
thead .paginacao{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
tfoot .paginacao{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.greentd{
    color: white;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
    border-right: 1px solid darkseagreen;
    background: #04864a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0ODY0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwN2ExNTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #04864a 0%, #07a159 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04864a), color-stop(100%,#07a159));
    background: -webkit-linear-gradient(top, #04864a 0%,#07a159 100%);
    background: -o-linear-gradient(top, #04864a 0%,#07a159 100%);
    background: -ms-linear-gradient(top, #04864a 0%,#07a159 100%);
    background: linear-gradient(to bottom, #04864a 0%,#07a159 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04864a', endColorstr='#07a159',GradientType=0 );
}
.greentd:last-child{
    border-right: 0 !important;
}
.greentd a{
    color: white;
    font-weight: bold;
}
.olivetd {
    border-radius: 0 !important;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #444;
    font-weight: bold;
    text-shadow: 0px 1px 0px white;
    /* Degradê de verde oliva */
    background: #e8f7ec;
    background: -moz-linear-gradient(top, #e8f7ec 0%, #a8e1b6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8f7ec), color-stop(100%,#a8e1b6));
    background: -webkit-linear-gradient(top, #e8f7ec 0%,#a8e1b6 100%);
    background: -o-linear-gradient(top, #e8f7ec 0%,#a8e1b6 100%);
    background: -ms-linear-gradient(top, #e8f7ec 0%,#a8e1b6 100%);
    background: linear-gradient(to bottom, #e8f7ec 0%,#a8e1b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f7ec', endColorstr='#a8e1b6',GradientType=0 );
}
.tabela{
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 2px;
}
.tabelaaberta{
    border-collapse: separate !important;
    border-spacing: 0px;
    border-radius: 3px;
    width: 99%;
    margin: 0 0 0.5% 0.5%;
}
.tabelaaberta thead tr th{
    text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
    border-right: 1px solid darkseagreen;
}
.tabelaaberta tbody tr td{
    border-right: 1px solid lightgray;
    padding: 3px;
}
.tabelaaberta tbody tr:last-child td{
    border-bottom: 0;
}
.tabelaaberta tbody tr td:last-child{
    border-right: 0;
}
.tabelaaberta>tbody>tr:hover{
    background: #D7F279; /* Old browsers */
    background: -moz-linear-gradient(top, #d0eb75 0%, #defa7d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0eb75), color-stop(100%,#defa7d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d0eb75 0%,#defa7d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d0eb75 0%,#defa7d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d0eb75 0%,#defa7d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d0eb75 0%,#defa7d 100%); /* W3C */
}
.tabelaaberta tr.selecionada{
    color: white;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
    background: #444; /* Old browsers */
    background: -moz-linear-gradient(top, #3f3f3f 0%, #474747 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#474747)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3f3f3f 0%,#474747 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3f3f3f 0%,#474747 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3f3f3f 0%,#474747 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3f3f3f 0%,#474747 100%); /* W3C */
}
.tabelaaberta tr.hover_desativado, .tabelaaberta tr.hover_desativado:hover{
    background: transparent !important;
}
.tabelaaberta tr.selecionada td{
    border-color: #666;
}
.tabelaaberta tr:nth-child(odd){
    background-color: #fff;
}
.tabelaaberta tr:nth-child(even){
    background-color: #e9e9e9;
}
.tabelaaberta tfoot tr td{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.tabelaaberta td{
    text-align: center;
}
.tabelaaberta td .thumbnail, .tabelainterna td .thumbnail{
    cursor: pointer;
    /* border-radius deve ser aplicado em todos os navegadores, exceto o Firefox. Pode gerar bugs em versões mais recentes desse navegador */
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    opacity: .7;
    transition: opacity 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
}
.tabelaaberta td .thumbnail:hover, .tabelainterna td .thumbnail:hover{
    opacity: 1;
}
/* Estilizações referente às células <th> do cabeçalho ou rodapé da tabela */
.tabelaaberta th{
    color: white;
    height: 22px;
    background: #04864a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0ODY0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwN2ExNTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #04864a 0%, #07a159 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04864a), color-stop(100%,#07a159));
    background: -webkit-linear-gradient(top, #04864a 0%,#07a159 100%);
    background: -o-linear-gradient(top, #04864a 0%,#07a159 100%);
    background: -ms-linear-gradient(top, #04864a 0%,#07a159 100%);
    background: linear-gradient(to bottom, #04864a 0%,#07a159 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04864a', endColorstr='#07a159',GradientType=0 );
}
/* Estilizações referente ao componente jQuery Tablesorter */
.tabelaaberta thead th.tablesorter-header{
    position: relative;
}
.tabelaaberta thead th.tablesorter-header span.icon_container{
    position: absolute;
    top: 0;
    right: 3px;
    width: 7px;
    height: 100%;
}
.tabelaaberta thead th.tablesorter-header span.icon{
    display: inline-block;
    width: 7px;
    height: 10px;
    background-image: url(../images/sorting_sprites.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: auto 0;
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    min-height: 10px;
}
.tabelaaberta thead th.tablesorter-header{
    cursor: pointer;
}
.tabelaaberta thead th.tablesorter-header div{
    position: relative;
}
.tabelaaberta thead th.tablesorter-header:hover:not(.tablesorter-headerAsc):not(.tablesorter-headerDesc){
    box-shadow: 0px 0px 8px #85cbb2;
    background: #22945f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyOTQ1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNGFjNmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #22945f 0%, #24ac6d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22945f), color-stop(100%,#24ac6d));
    background: -webkit-linear-gradient(top, #22945f 0%,#24ac6d 100%);
    background: -o-linear-gradient(top, #22945f 0%,#24ac6d 100%);
    background: -ms-linear-gradient(top, #22945f 0%,#24ac6d 100%);
    background: linear-gradient(to bottom, #22945f 0%,#24ac6d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22945f', endColorstr='#24ac6d',GradientType=0 );
}
.tabelaaberta thead th.tablesorter-header.tablesorter-headerAsc,
.tabelaaberta thead th.tablesorter-header.tablesorter-headerDesc{

}
.tabelaaberta thead th.tablesorter-header.tablesorter-headerAsc span.icon{
    background-position: 0px -10px;
}
.tabelaaberta thead th.tablesorter-header.tablesorter-headerDesc span.icon{
    background-position: 0px -20px;
}
/* Estilizações referente às colunas de ações, das tabelas de listagem */
.tabelaaberta .acoes a, .tabelaaberta .acoes span,
.tabelainterna .acoes a, .tabelainterna .acoes span, .tabelaaberta .acoes>img,
.acoes_botoes img{
    padding: 2px;
    display: inline-block;
    border: 1px solid;
    background: transparent !important;
    border-color: transparent;
    cursor: pointer;
    transition: border 300ms ease-out, background-image 300ms ease-out;
    -webkit-transition: border 300ms ease-out, background-image 300ms ease-out;
    -moz-transition: border 300ms ease-out, background-image 300ms ease-out;
    -o-transition: border 300ms ease-out, background-image 300ms ease-out;
    margin-left: -4px;
}
.tabelaaberta .acoes a:first-child, .tabelaaberta .acoes span:first-child, .tabelaaberta .acoes>img:first-child,
.tabelainterna .acoes a:first-child, .tabelainterna .acoes span:first-child, .acoes_botoes img:first-child{
    margin-left: 0 !important;
}
.tabelaaberta .acoes:hover a, .tabelaaberta .acoes:hover span, .tabelaaberta .acoes:hover>img,
.tabelainterna .acoes:hover a, .tabelainterna .acoes:hover span, .acoes_botoes:hover img{
    background: url(../images/botoes_degrades.png) repeat-x;
    background-position: 0px 0px;
    border-color: #AAA;
}
.tabelaaberta .acoes a:hover, .tabelaaberta .acoes span:hover, .tabelaaberta .acoes>img:hover,
.tabelainterna .acoes a:hover, .tabelainterna .acoes span:hover, .acoes_botoes img:hover{
    background-position: 0px -22px;
    border-color: #AAA;
}
.tabelaaberta .acoes a:focus, .tabelaaberta .acoes span:focus, .tabelaaberta .acoes>img:focus,
.tabelainterna .acoes a:focus, .tabelainterna .acoes span:focus, .tabelainterna .acoes>img:focus{
    background: url(../images/botoes_degrades.png) repeat-x;
    background-position: 0px 0px;
    border-color: #AAA;
}
.tabelaaberta .acoes a:active, .tabelaaberta .acoes span:active, .tabelaaberta .acoes>img:active,
.tabelainterna .acoes a:active, .tabelainterna .acoes span:active, .tabelainterna .acoes>img:active,
.tabelaaberta .acoes a.ativo, .tabelaaberta .acoes span.ativo, .tabelaaberta .acoes>img.ativo,
.tabelainterna .acoes a.ativo, .tabelainterna .acoes span.ativo, .tabelainterna .acoes>img.ativo,
.acoes_botoes img:active, .acoes_botoes img.ativo{
    background-position: 0px -44px;
    border-color: green;
}
.tabelaaberta .acoes a:first-child, .tabelaaberta .acoes span:first-child, .tabelaaberta .acoes>img:first-child,
.tabelainterna .acoes a:first-child, .tabelainterna .acoes span:first-child, .acoes_botoes img:first-child{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.tabelaaberta .acoes a:last-child, .tabelaaberta .acoes span:last-child, .tabelaaberta .acoes>img:last-child,
.tabelainterna .acoes a:last-child, .tabelainterna .acoes span:last-child, .acoes_botoes img:last-child{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.tabelaaberta tr.add_mais>td{
    background: none !important;
    border-bottom: #000000 solid 2px;
    border-right: #000000 solid 2px;
    border-top: #BBBBBB solid 3px;
    border-left: #BBBBBB solid 3px;
    background-color: #666666 !important;
    color: #DDDDDD;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 5px;
}
.tabelaaberta tr>td.carregando{
    background: #999;
    color: white;
    font-weight: bold;
    text-shadow: 0px 1px 0px black;
    padding: 5px;
}
.ui-accordion .acoes_botoes{
    position: absolute;
    top: 50%;
    right: .5em;
    margin-top: -12px;
}
.tabelainterna{
    border: 0px solid;
}
.tabelainterna tr{
    padding: 2px;
    border: 1px solid;
    border-color:#777777;
}
.tabelainterna td{
    text-align: left;
    padding: 2px;
    border: 1px solid;
    border-color: #777777;
}
.tabelainterna th{
    text-align: center;
    padding: 3px;
    border: 1px solid;
    border-color:#777777;
}
.tabelafechada{
    border: none;
    border-collapse: collapse;
}
.tabelafechada th{
    background-color: #037E45;
    color: white;
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
.tabelafechada th.headerSortUp{
    background-color: #037E45;
    color: white;
    background-image: url(../images/asc.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    background-color: gray;
}
.tabelafechada th.headerSortDown{
    background-color: #037E45;
    color: white;
    background-image: url(../images/desc.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    background-color: gray;
}
.tabelaborda{
    border: solid;
    border-collapse: collapse;
    border-color:#000000;
}
.td_form_left, .tabela.form>tbody>tr>td:nth-child(2){
    text-align: left;
    background-color: #B7E8C5;
    border: 1px solid #666;
    min-width: 100px;
    padding: 3px;
}
.td_form_left{
    background-color: #b7e8c5 !important;
    border: 1px solid #666 !important;
    min-width: 100px;
    padding: 3px;
    text-align: left !important;
}

.td_form_right, .tabela.form>tbody>tr>td:nth-child(1){
    text-align: right;
    background-color: #F0F0F0;
    border: 1px solid #666;
}
.td_form_left_centralizado{
    text-align: center;
    background-color: #B7E8C5;
    border: 2px solid #444;
    min-width: 50px;
    font-weight:bold;
}
.td_form_right_centralizado{
    text-align: center;
    background-color: #F0F0F0;
    border: 2px solid #444;
    font-weight:bold;
}
caption, div.caption,
.caixa h2{
    font-weight: normal;
    font-size: 130%;
    color: #4F8A75;
    padding: 5px;
}
div.caption{
    padding-top: 10px;
    padding-bottom: 10px;
}
table.tabelaaberta.caption{
    border: 0;
}
/* Estilizações de exibição das páginas das funcionalides do sistema */
.func_paginas{
    display: inline-block;
    list-style: none;
    padding-left: 0;
    padding-right: 60px;
}
.func_paginas li{
    border: 1px solid transparent;
    border-bottom: 0;
    padding: 3px;
    width: 130%;
    position: relative;
    background: none;
    background-position: 0px 0px;
    transition: border 300ms ease-out, background-image 300ms ease-out;
    -webkit-transition: border 300ms ease-out, background-image 300ms ease-out;
    -moz-transition: border 300ms ease-out, background-image 300ms ease-out;
    -o-transition: border 300ms ease-out, background-image 300ms ease-out;
}
.func_paginas li:first-child{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.func_paginas li.ultimo{
    border-bottom: 1px solid transparent;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.func_paginas:hover li{
    background: url(../images/botoes_degrades.png) repeat-x;
    background-position: 0px 0px;
    border-color: #AAA;
    color: black;
    text-shadow: 0px 1px 0px white;
}
.func_paginas li img, .func_paginas li span, .func_paginas li a{
    display: inline-block;
    vertical-align: middle;
}
.func_paginas li a, .func_paginas li span.remover_pagina{
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 2px;
}
.func_paginas li span.remover_pagina{
    cursor: pointer;
}
.func_paginas li a:hover, .func_paginas li span.remover_pagina:hover, .func_paginas li a:focus, .func_paginas li span.remover_pagina:focus{
    background-color: lightgreen;
}
.func_paginas li a:active, .func_paginas li span.remover_pagina:active{
    background-color: forestgreen;
}
.func_icones td{
    padding: 0;
}
.func_icones button{
    min-width: 21px;
    margin: 0;
    padding: 0;
    text-align: center;
}
#listagem_icones{
    min-height: 540px;
}
#container_func_icones .tabela_func_icones{
    width: 100%;
    position: relative;
    display: none;
}
#container_func_icones .carregando{
    min-height: 300px;
    z-index: 10;
}
.tabela_func_icones .botao_primeiro, .tabela_func_icones .botao_anterior,
.tabela_func_icones .botao_proximo, .tabela_func_icones .botao_ultimo{
    min-width: 30px;
}
.tabela_func_icones .botao_primeiro span, .tabela_func_icones .botao_anterior span,
.tabela_func_icones .botao_proximo span, .tabela_func_icones .botao_ultimo span{
    background-image: url(../images/paginacao_sprites.png);
    display: inline-block;
    width: 9px;
    height: 5px;
}
.tabela_func_icones .botao_primeiro span{ background-position: 0px 0px; }
.tabela_func_icones .botao_primeiro:not([disabled]):active span{ background-position: 0px -6px; }
.tabela_func_icones .botao_anterior span{ background-position: -11px 0px; }
.tabela_func_icones .botao_anterior:not([disabled]):active span{ background-position: -11px -6px; }
.tabela_func_icones .botao_proximo span{ background-position: -23px 0px; }
.tabela_func_icones .botao_proximo:not([disabled]):active span{ background-position: -23px -6px; }
.tabela_func_icones .botao_ultimo span{ background-position: -35px 0px; }
.tabela_func_icones .botao_ultimo:not([disabled]):active span{ background-position: -35px -6px; }
/**/
.branco{
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
}
.branco_bold{
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}
.branco_big{
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
}
.branco_small{
    font-weight: normal;
    font-size: 11px;
    color: #FFFFFF;
}
.cinza{
    font-weight: normal;
    font-size: 12px;
    color: #C0C0C0;
}
.cinza_bold{
    font-weight: bold;
    font-size: 12px;
    color: #C0C0C0;
}
.cinza_big{
    font-weight: normal;
    font-size: 14px;
    color: #C0C0C0;
}
.cinza_small{
    font-weight: normal;
    font-size: 11px;
    color: #C0C0C0;
}
div.ft_bem_vindo_form_login{
    color: #444;
    font-weight:bold;
    font-size: 16px;
}
.ft_confere{
    color:#444;
    font-weight:bold;
    font-size: 14px;
}
.ft_padrao{
    color:#444;
    font-weight:normal;
    font-size: 12px;
}
.ft_padrao_n{
    color:#444;
    font-weight:bold;
    font-size: 12px;
}
.ft_titulo_abertura{
    color:#4f8a75;
    font-weight:bold;
    font-size: 22px;
}
.ft_titulo_bemvindo{
    color:#000000;
    font-weight:bold;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 1.25rem;
}
.ft_texto_bemvindo{
    color:#000000;
    font-weight:bold;
    font-size: 16px;
}
.ft_titulo_aluno{
    color: #4F8A75;
    font-weight:bold;
    font-size: 150%;
    padding: 11px;
}
.ft_titulo_form_login{
    margin: 25px 0 20px 0;
    color:#999999;
    font-weight:bold;
    font-size: 16px;
}
.ft_titulo_passos{
    color:#000000;
    font-weight:bold;
    font-size: 18px;
}
.ft_texto_passos{
    color:#000000;
    font-weight:normal;
    font-size: 14px;
}
.ft_verde{
    color:#4f8a75;
    font-weight:normal;
    font-size: 12px;
}
.preto{
    font-weight: normal;
    font-size: 12px;
    color: #000000;
}
.preto_bold{
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}
.preto_big{
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}
.preto_small{
    font-weight: normal;
    font-size: 11px;
    color: #000000;
}
.vermelho{
    font-weight: normal;
    font-size: 12px;
    color: #FF0000;
}
.vermelho_bold{
    font-weight: bold;
    font-size: 12px;
    color: #FF0000;
}
.vermelho_big{
    font-weight: normal;
    font-size: 14px;
    color: #FF0000;
}
.vermelho_small{
    font-weight: normal;
    font-size: 12px;
    color: #FF0000;
}
img{
    border: none;
    vertical-align: middle;
}
.noa{
    text-decoration: none;
}
.dir{
    display:block;
    width:35%;
    float:right;
    clear:right;
}
.esq{
    display:block;
    width:65%;
    float:left;
    clear:left;
}
.dir_central{
    display:block;
    width:50%;
    float:right;
    clear:right;
}
.esq_central{
    display:block;
    width:50%;
    float:left;
    clear:left;
}
a{
    color: #000000;
    text-decoration: none;
}
a:link{
    color: #000000;
}
a:visited{
    color: #000000;
}
.link_on{
    border: 1px solid #000000;
}
.link_off{
    border: 1px solid #cccccc;
}
.link_selecionado{
    border: 1px solid #ff0000;
}
.lkEditar:link, .lkEditar:visited{
    color: #ff0009;
    font-weight:bold;
    font-size: 14px;
    text-decoration:none;
}
.lkEditar:hover{
    color:#cccccc;
    font-weight:bold;
    font-size: 14px;
    text-decoration:none;
}
.lkEsqueci:link, .lkEsqueci:visited{
    color:#000000;
    font-weight:bold;
    font-size: 12px;
    /*    font-size: 14px;*/
    text-decoration:none;
}
.lkEsqueci:hover{
    /*color:#037E45;*/
    color:#444444;
    font-weight:bold;
    font-size: 12px;
    /*    font-size: 14px;*/
    text-decoration:none;
}
.lkBig:link, .lkBig:visited{
    color:#000000;
    font-weight:normal;
    font-size: 16px;
    text-decoration:none;
}
.lkBig:hover{
    color:#037E45;
    font-weight:normal;
    font-size: 16px;
    text-decoration:none;
}
.lkPadrao:link, .lkPadrao:visited{
    color:#037E45;
    font-weight:normal;
    font-size: 12px;
    text-decoration:none;
    transition: color 100ms ease-out, text-decoration 100ms ease-out;
    -webkit-transition: color 100ms ease-out, text-decoration 100ms ease-out;
    -moz-transition: color 100ms ease-out, text-decoration 100ms ease-out;
    -o-transition: color 100ms ease-out, text-decoration 100ms ease-out;
}
.lkPadrao:hover, .lkPadrao:focus{
    color:#222;
    font-weight:normal;
    font-size: 12px;
    text-decoration:underline;
    text-shadow: 0px 1px 0px white;
}
.lkEdital:link, .lkEdital:visited{
    color:#4f8a75;
    font-weight:bold;
    font-size: 14px;
    text-decoration:none;
}
.lkEdital:hover{
    color:#cccccc;
    font-weight:bold;
    font-size: 14px;
    text-decoration:none;
}
.lkProcessos:link, .lkProcessos:visited{
    color:#000000;
    font-weight:normal;
    font-size: 18px;
    text-decoration:none;
}
.lkProcessos:hover{
    color:#ffffff;
    font-weight:normal;
    font-size: 18px;
    text-decoration:none;
}
.footer{
    color:#999999;
    font-size:90%;
    margin:2.5em 0.2em 0.5em 0.5em;
    padding:0.8em;
    border-top:1px solid #999999;
    text-align:left;
    clear:both;
}

.footer .right{
    float:right; clear:right; text-align:right;
}
.footer p{
    margin:0;
}
input, textarea, select, button {
    font-size: 11px;
    border: 1px solid #000000;
    background-color:#ffffff;
    vertical-align:middle;
    color: #313131;
}

input[type="radio"], input[type="checkbox"]{
    width: 16px;
    height: 16px;
}

textarea{
    margin: 0;
    padding: 4px;
    box-shadow: inset 0 2px 2px #8f8f8f;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
}
textarea:hover{
    border-color: #70ab96;
}
textarea:focus{
    border-color: #70ab96;
    box-shadow: 0px 0px 5px #85cbb2, inset 0 2px 2px #8f8f8f;
}
select{
    height: 19px;
}

a.button{
    display: inline-block;
    vertical-align: middle;
    border: 1px solid;
    height: 20px !important;
    text-align: center;
}

a.button.pequeno, span.button.pequeno, input[type="button"].pequeno, button.pequeno{
    min-width: 0;
    width: 16px;
    height: 16px !important;
    padding: 1px;
    text-align: right;
}
input[type="button"].pequeno, button.pequeno{
    width: 20px;
    height: 20px !important;
}
input[type="button"], input[type="reset"], input[type="submit"], button:not(.tox-tbtn, .mce-btn button), a.button, span.button{
    border-radius: 3px;
    border-color: #AAA;
    height: 22px;
    min-width: 75px;
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif;
    color: #4f4f4f;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
    font-size: 11.5px;
    /* Degradê de cinza claro */
    background: rgb(244,244,244);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(244,244,244) 0%, rgb(241,241,241) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(244,244,244)), color-stop(100%,rgb(241,241,241)));
    background: -webkit-linear-gradient(top,  rgb(244,244,244) 0%,rgb(241,241,241) 100%);
    background: -o-linear-gradient(top,  rgb(244,244,244) 0%,rgb(241,241,241) 100%);
    background: -ms-linear-gradient(top,  rgb(244,244,244) 0%,rgb(241,241,241) 100%);
    background: linear-gradient(to bottom,  rgb(244,244,244) 0%,rgb(241,241,241) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f1f1f1',GradientType=0 );
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:hover, a.button:hover, span.button:hover,
input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:focus, a.button:focus, span.button:focus{
    cursor: pointer;
    text-decoration: none;
    color: #4f4f4f;
    /* Degradê de cinza médio */
    background: rgb(232,232,232);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(232,232,232) 0%, rgb(224,224,224) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(232,232,232)), color-stop(100%,rgb(224,224,224)));
    background: -webkit-linear-gradient(top,  rgb(232,232,232) 0%,rgb(224,224,224) 100%);
    background: -o-linear-gradient(top,  rgb(232,232,232) 0%,rgb(224,224,224) 100%);
    background: -ms-linear-gradient(top,  rgb(232,232,232) 0%,rgb(224,224,224) 100%);
    background: linear-gradient(to bottom,  rgb(232,232,232) 0%,rgb(224,224,224) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#e0e0e0',GradientType=0 );
}

input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:active, a.button:active{
    border-color: forestgreen;
    color: #EFEFEF;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
    text-decoration: none;
    /* Degradê de verde floresta médio */
    background: rgb(2,134,74);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyODY0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOGIwNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(2,134,74,1) 0%, rgba(8,176,98,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,134,74,1)), color-stop(100%,rgba(8,176,98,1)));
    background: -webkit-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: -o-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: -ms-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: linear-gradient(to bottom, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02864a', endColorstr='#08b062',GradientType=0 );
}

input[type="button"][disabled], input[type="reset"][disabled], input[type="submit"][disabled], button[disabled], a.button[disabled]{
    border-color: #AAA !important;
    background: lightgray !important;
    color: gray !important;
    cursor: default;
    text-shadow: none !important;
    box-shadow: none !important;
}

input[type="submit"].processando, button[type="submit"].processando{
    border-color: #D9D9D9 !important;
    background-color: #D9D9D9 !important;
    color: transparent !important;
    text-shadow: none !important;
    background-image: url("../images/processando_botaosubmit.gif") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="number"],
input[type="email"], input[type="date"], input[type="time"], input[type="url"]{
    box-shadow: inset 0 2px 2px #8f8f8f;
    color: #313131;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    height: 17px;
    padding-left: 3px;
}
input[type="date"], input[type="time"]{
    font: normal 11px Arial, Tahoma, sans-serif;
    padding-top: 1px;
    padding-bottom: 1px;
}
input[type="tel"]::-webkit-outer-spin-button, input[type="tel"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button, input[type="time"]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="number"]:hover{
    border-color: #70ab96;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus{
    box-shadow: 0px 0px 5px #85cbb2, inset 0 2px 2px #8f8f8f;
}
input[type="text"]:read-only, input[type="password"]:read-only, input[type="number"]:read-only{
    color: #444 !important;
}
input[type="text"].rotulo:read-only, input[type="password"].rotulo:read-only{
    border-color: transparent;
    background-color: transparent;
    color: #444;
    box-shadow: none;
}
input[type="text"]:disabled, input[type="password"]:disabled, input[type="number"]:disabled{
    background-color: lightgray;
}
select, input[type="radio"], input[type="checkbox"]{
    cursor: pointer;
}
/* Estilos aplicados via JavaScript a todos os selects de formulário */
.select{
    z-index: 0;
    -webkit-appearance: none;
    cursor: pointer;
    min-width: 50%;
}
.divContornandoSelect{
    display: inline-block;
}
.select_container{
    display: inline-block;
    background-color: white;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    padding-left: 3px;
    box-shadow: inset 0 2px 2px #8f8f8f;
    text-align: justify;
    cursor: pointer;
}
.select_container_hover, .select_container:hover, .select_container:focus{
    outline: none;
    border: 1px solid #70ab96 !important;
    box-shadow: 0px 0px 8px #85cbb2, inset 0 2px 2px #8f8f8f !important;
}
.select_container .select_opcao_padrao{
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #313131;
    font-size: 11px;
    background: none;
    box-shadow: none;
    overflow: hidden;
}
.select_icone_direita{
    display: inline-block;
    vertical-align: middle;
    background: url('../images/form_sprites.png');
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.select_icone_direita_hover, .select_container:hover .select_icone_direita, .select_container:focus .select_icone_direita{
    background-position: 0px -18px !important;
}
.select:disabled, .select:disabled + .select_container{
    cursor: default;
    background-color: lightgray;
}
.select:disabled + .select_container>.select_opcao_padrao{
    color: gray;
}
.select option[selected]{
    background-color: #ccc;
}
/* Estilos aplicados via JavaScript a todos os radiobuttons de formulário */
.labelContornandoRadio{
    margin-left: 2px;
}
.labelContornandoRadio .radio{
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/form_sprites.png');
    background-position: 0px -36px;
    cursor: pointer;
}
.labelContornandoRadio .radio_hover{
    box-shadow: 0px 0px 8px #85cbb2 !important;
    background-position: 0px -54px !important;
    border-radius: 10px !important;
}
.labelContornandoRadio .radio_change{
    background-position: 0px -72px !important;
    box-shadow: none !important;
}
.labelContornandoRadio .rotulo{
    display: inline-block;
    vertical-align: -1px;
    margin-left: 3px;
    cursor: pointer;
}
/* Estilos aplicados via JavaScript a todos os checkboxes de formulários */
.labelContornandoCheckbox{
    margin-left: 2px;
}
.labelContornandoCheckbox .checkbox{
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/form_sprites.png');
    background-position: 0px -90px;
    cursor: pointer;
}
.labelContornandoCheckbox .checkbox_hover{
    box-shadow: 0px 0px 8px #85cbb2 !important;
    background-position: 0px -108px !important;
    border-radius: 1px !important;
}
.labelContornandoCheckbox .checkbox_change{
    background-position: 0px -126px !important;
    box-shadow: none !important;
}
.labelContornandoCheckbox.disabled span.checkbox, .labelContornandoCheckbox.disabled span.rotulo,
.labelContornandoCheckbox.disabled input[type='checkbox']{
    opacity: .5;
    cursor: default !important;
}
.labelContornandoCheckbox .rotulo{
    display: inline-block;
    vertical-align: -1px;
    margin-left: 3px;
    cursor: pointer;
}
/*  */
input.formulario, select.formulario, textarea.formulario{
    background:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: normal;
    border:1px solid #000000;
}
input.check{
    background:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: normal;
}
input.submit{
    background:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:12px;
    font-weight: normal;
    border:1px solid #000000;
}
.form_sem_foco{
    background-image:url(../images/fd_input.jpg);
    background-repeat: repeat-x;
    border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
}
.form_com_foco{
    background-image:url(../images/fd_input.jpg);
    background-repeat: repeat-x;
    border:1px solid #f86915;
}
.selecionado{
    background-color: #D7F279;
}
.destaqueCinza{
    background-color: #DDDDDD;
}
.destaqueVerde{
    background-color: #efe;
}
.destaqueAzul{
    background-color: #00BFFF;
}
.notice{
    margin: 0 10px;
    padding: 10px 5px;
    border-radius: 3px;
    text-align: left;
    font-weight: bold;
    background-color: #fcf4ca;
    border: 1px solid #fbe6bc;
    color: #c0913f;
    display: block;
}
.notice>span:first-child{
    margin-right: 5px;
}
.notice.erro{
    background-color: #f2c6c6;
    border-color: #eebcc3;
    color: #b93836;
}
.notice.item{
    background-color: transparent;
    border-color: #CCCCCC;
    color: #524d4d;
}
.notice.ok, .notice_ok{
    background-color: #cef0c0;
    border-color: #c9e9af;
    color: #388839;
}

.notice_elemento{
    border: 1px solid #CD2626;
    margin: 0 auto;
}
#noticia_botoes_funcionalidades span{
    width: auto !important;
}
/* Avisos lineares, usados principalmente na função JS validaFormLinear() */
.aviso_linear{
    position: absolute;
    z-index:9999;
}
.aviso_linear .conteudo{
    padding: 3px;
    font-weight: bold;
    min-width: 35px;
    /*max-width: 200px;*/
    border: 2px solid #CD2626;
    border-radius:7px;
    cursor: pointer;
    background-color: #FFC1C1;
    box-shadow: 3px -3px 6px #444;
}
.aviso_linear .seta_esquerda, .aviso_linear .seta_esquerda_borda{
    border-style: solid;
    border-width: 7.5px 8.75px 7.5px 6.25px;
    height:0;
    width:0;
    position:absolute;
}
.aviso_linear .seta_esquerda{
    border-color: transparent #FFC1C1 transparent transparent;
    left:-12px;
}
.aviso_linear .seta_esquerda_borda{
    border-color: transparent #CD2626 transparent transparent;
    left:-14px;
}
.aviso_linear .seta_direita, .aviso_linear .seta_direita_borda{
    border-style: solid;
    border-width: 7.5px 8.75px 7.5px 6.25px;
    height:0;
    width:0;
    position:absolute;
}
.aviso_linear .seta_direita{
    border-color: transparent transparent transparent #FFC1C1;
    right:-12px;
}
.aviso_linear .seta_direita_borda{
    border-color: transparent transparent transparent #CD2626;
    right:-14px;
}
.aviso_linear .seta_topo, .aviso_linear .seta_topo_borda{
    border-style: solid;
    border-width: 10px;
    height:0;
    width:0;
    position:absolute;
}
.aviso_linear .seta_topo{
    border-color: transparent transparent #FFC1C1 transparent;
    top:-17px;
    left:17px;
}
.aviso_linear .seta_topo_borda{
    border-color: transparent transparent #CD2626 transparent;
    top:-20px;
    left:17px;
}
.aviso_linear .seta_baixo, .aviso_linear .seta_baixo_borda{
    border-style: solid;
    border-width: 10px;
    height:0;
    width:0;
    position:absolute;
}
.aviso_linear .seta_baixo{
    border-color: #FFC1C1 transparent transparent transparent;
    bottom:-17px;
    left:17px;
}
.aviso_linear .seta_baixo_borda{
    border-color: #CD2626 transparent transparent transparent;
    bottom:-20px;
    left:17px;
}
/* Estilos dos avisos lineares. Para usar, basta passar a classe "amarelo" ou "verde" como quinto parâmetro da função */
.aviso_linear.amarelo .conteudo{
    border-color: #8B7500;
    background-color: #FFF68F;
}
.aviso_linear.verde .conteudo{
    border-color: #004300;
    background-color: #B7E8C5;
}
.aviso_linear.azul .conteudo{
    border-color: #000080;
    background-color: #C1C1FF;
}
.aviso_linear.cinza_balao .conteudo{
    border-color: #696969;
    background-color: #E8E8E8;
}
.aviso_linear.forca_senha .conteudo{
    border-color: #696969;
    background-color: #E8E8E8;
}
.aviso_linear.forca_senha .barra{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #888;
    background-color: #efefef;
}
.aviso_linear.forca_senha table.barra td{
    width: 25px;
    padding: 3px;
}
.aviso_linear.forca_senha table.barra td.fraca{
    background-color: crimson;
}
.aviso_linear.forca_senha table.barra td.razoavel{
    background-color: gold;
}
.aviso_linear.forca_senha table.barra td.forte{
    background-color: limegreen;
}
.aviso_linear.forca_senha table.barra td.segura{
    background-color: deepskyblue;
}
/* Estilos de ajuda linear */
.botao_ajuda {
    position:absolute;
    display: none;
    z-index:9998;
    vertical-align: middle;
}
.botao_ajuda .conteudo{
    padding:3px;
    border: transparent;
    cursor: pointer;
}
/**/
hr{
    border: none;
    border-bottom: 1px dashed #999;
    margin-bottom: 10px;
    height: 1px;
}
fieldset{
    min-width: 500px;
}
#mensagem, .mensagem{
    margin: 8px;
    border-width: 1px;
    border-style: solid;
    padding: 12px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 3px;
    background-color:#FFCCCC;
    border-color:red;
    font-size: 14px;
}
#backlink{
    padding: 0px 0px 0px 0px; /* topo  direita baixo esquerda */
    margin: 0px 0px 0px 0px; /* topo  direita baixo esquerda */
    text-align: center;
    min-width: 125px;
}
#backlink ul{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
#backlink a{
    display: block;
    padding: 1px;
    border: 1px solid #C0C0C0;
    width:auto;
    font-weight: bold;
    color: #4f4f4f;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
    /* Degradê de cinza claro */
    background: rgb(232,232,232);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(224,224,224,1)));
    background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(224,224,224,1) 100%);
    background: -o-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(224,224,224,1) 100%);
    background: -ms-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom, rgba(232,232,232,1) 0%,rgba(224,224,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#e0e0e0',GradientType=0 );
}
#backlink a:link{
    color: #4f4f4f;
    text-decoration: none;
}
#backlink a:hover, #backlink a:focus{
    cursor: pointer;
    border-color: forestgreen;
    color: #efefef;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
    /* Degradê de verde floresta */
    background: rgb(2,134,74);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyODY0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOGIwNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(2,134,74,1) 0%, rgba(8,176,98,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,134,74,1)), color-stop(100%,rgba(8,176,98,1)));
    background: -webkit-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: -o-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: -ms-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: linear-gradient(to bottom, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02864a', endColorstr='#08b062',GradientType=0 );
}
#backlink li:first-child a, #backlink li:first-child span{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#backlink li:last-child a, #backlink li:last-child span{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#backlink>form>a, #backlink>form>span{
    border-radius: 5px;
}
a:hover{ color: #0000CC; }
a{ text-decoration: none; }
/* Menu e Página de Ajuda */
#pagina_ajuda{
    overflow: hidden;
}
#pagina_ajuda .central{
    height: 100%;
}
#pagina_ajuda .conteudo{
    border-collapse: collapse;
    border-color: transparent;
}
#pagina_ajuda .conteudo>tbody>tr:first-child{
    border-bottom: 1px dashed gray;
}
#pagina_ajuda .conteudo>tbody>tr>td{
    border-color: transparent !important;

}
#navcontainer{
    padding: 0;
    padding-top: 4px;
    text-align: left;
    background-color: white;
    border-radius: 3px;
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #eeffee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eeffee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#eeffee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%,#eeffee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%,#eeffee 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f9f9f9 0%,#eeffee 100%); /* W3C */
}
#navlist{
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #444;
}
#navlist a{
    display: block;
    padding: 1px 2px;
    margin: 0 3px;
    margin-top: -1px;
    width: 160px;
    border: 1px solid transparent;
    border-radius: 2px;
}
#navlist li{
    margin-top: -1px;
}
#navlist li:first-child{
    margin-top: 0;
}
#navlist a:link, #navlist a:visited{
    color: #444;
    text-decoration: none;
}
#navlist a:hover{
    background: #E3E3E3 url('../images/navmenus_degrades.png') repeat-x;
    border-color: #ccc;
}
#navlist a.selecionado{
    cursor: default;
    border-color: #ccc;
    background: #DDEBE4;
    background-position: 0px -23px;
}
.ajuda_menu #navlist a{
    width: 95%;
}
.ajuda_menu #navlist a:hover>span, .ajuda_menu #navlist a.selecionado>span{

}
.ajuda_menu #navlist .colapsivel{
    cursor: pointer;
    display: inline-block;
    min-width: 92.5%;
    border: 1px solid transparent;
    border-radius: 3px;
}
.ajuda_menu #navlist .colapsivel:hover{
    background: #E3E3E3 url('../images/navmenus_degrades.png') repeat-x;
    border-color: #ccc;
}
.ajuda_menu #navlist .colapsivel:active{
    border-color: #ccc;
    background: #DDEBE4;
    background-position: 0px -23px;
}
.ajuda_menu #navlist .botaoColapsarExpandir{
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 1px solid #d6f0d4;
    background: url('../images/colapsa_expande.png') no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}
.ajuda_menu #navlist .botaoColapsarExpandir:hover{
    border: 1px solid #f0d6d4;
}
.ajuda_menu #navlist .botaoColapsarExpandir.expandido{
    background-position: 0px -7px;
}
.ajuda_menu #navlist .manual{
    margin: 0 0 0 17px;
}
.ajuda_menu>div.legenda{
    margin-bottom: 0;
}
#ajuda_conteudo{
    display: none;
}
.td_ajuda_iframe{
    position: relative;
}
#ajuda_iframe_conteudo{
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
}
.calendario_campo, .calendario_imagem{
    display: inline-block;
    vertical-align: middle;
}
.calendario_imagem{
    border: 1px solid transparent;
    border-radius: 3px;
    border-left: 0;
    padding: 2px 1px 1px 2px;
    cursor: pointer;
    margin-left: -1px;
    opacity: .6;
}
.calendario_imagem:hover{
    opacity: 1;
}
.calendario_imagem:active{
    opacity: 1;
    background-color: forestgreen;
}
div.calendar{
    position: relative;
    z-index: 200;
    border: 1px solid #565;
    border-radius: 3px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
}
.calendar .header{
    background: #02864a url(../images/botoes_degrades.png) top repeat-x;
    background-position: 0 -44px;
    text-align: center;
    height: 28px;
    margin: 2px;
    border-radius: 3px;
}
.calendar .header .prevmonth{
    display: inline-block;
    left: 0;
    position: absolute;
    text-align: left;
    vertical-align: top;
    width: 15%;
}
.calendar .header .selectfields{
    display: inline-block;
    vertical-align: top;
    width: 70%;
    margin-top: 4px;
}
.calendar .header .selectfields div:first-child{
    margin-right: 5px;
}
.calendar .header .meses, .calendar .header .anos{
    width: 37% !important;
    visibility: visible !important;
}
.calendar .header .nextmonth{
    display: inline-block;
    vertical-align: top;
    width: 15%;
    text-align: right;
    position: absolute;
}
.calendar .header button{
    min-width: 0;
    width: 24px;
    height: 24px;
    margin: 2px;
    border-color: transparent;
    background-color: transparent;
    background-image: none;
    position: relative;
}
.calendar .header button span{
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url('../images/calendario_sprites.png');
}
.calendar .header button .prevmonth_icon{
    background-position: 0px 0px;
    top: 5px;
    left: 5px;
}
.calendar .header button .nextmonth_icon{
    background-position: 0px -12px;
    top: 5px;
    right: 5px;
}
.calendar .header button:hover{
    border-color: #AAA;
    background: #EAEAEA url('../images/botoes_degrades.png') repeat-x;
}
.calendar .header button:active{
    background: #EAEAEA url('../images/botoes_degrades.png') repeat-x;
    background-position: 0px -22px;
}
.calendar .header button:hover .prevmonth_icon{
    background-position: 0px -24px;
}
.calendar .header button:hover .nextmonth_icon{
    background-position: 0px -36px;
}
.calendar, .calendar table{
    border-radius: 3px;
    font-size: 12px;
    color: #000;
    cursor: default;
    background: #fff;
    font-family: tahoma,verdana,sans-serif;
}
.calendar thead .name{ /* Cells <TD> containing the day names */
    border-bottom: 1px solid #ddd;
    padding: 2px;
    text-align: center;
    color: #000;
}
.calendar thead .weekend{ /* How a weekend day name shows in header */
    color: #a66;
}
.calendar thead .daynames{ /* Row <TR> containing the day names */
    background: #efe;
}
.calendar tbody .day{ /* Cells <TD> containing month days dates */
    width: 2em;
    color: #444;
    text-align: right;
    padding: 2px 4px 2px 2px;
    border: 1px solid #d8d8d8;
    background: #f1f1f1 url('../images/botoes_degrades.png') top repeat-x;
}
.calendar tbody .day.wn{
    border-color: transparent;
    background: white;
}
.calendar tbody .day.othermonth, .calendar tbody .day.disabled{
    opacity: .35;
}
.calendar tbody td.hilite{ /* Hovered cells <TD> */
    background-position: 0 -22px;
    border: 1px solid #c6c6c6;
    cursor: pointer;
}
.calendar tbody td.hilite_interval{
    background-position: 0 -88px;
    border: 1px solid #c6c6c6;
    cursor: pointer;
}
.calendar tbody td.hilite_interval.today:hover{
    color: white !important;
}
.calendar tbody td.active{ /* Active (pressed) cells <TD> */
    background-position: 0 -66px;
    color: #fff !important;
}
.calendar tbody td.selected, .calendar tbody td.selected_interval{ /* Cell showing today date */
    font-weight: bold;
    border: 1px solid #02864a !important;
    padding: 1px 3px 1px 1px;
    background-position: 0 -44px;
    background-color: transparent !important;
    color: #fff !important;
}
.calendar tbody td.weekend{ /* Cells showing weekend days */
    color: #a66;
}
.calendar tbody td.today{ font-weight: bold; background-color: #ddebe4; border-color: #ccc; color: #444; }
.calendar tbody .today.selected{
    background: transparent url('../images/botoes_degrades.png') top repeat-x;
    background-position: 0 -44px !important;
}
.calendar tbody .today.hilite{
    background: transparent url('../images/botoes_degrades.png') top repeat-x;
    background-position: 0 -22px;
    color: #444;
}
.calendar tbody .today.day.hilite:not(.selected){
    color: #444 !important;
}
.calendar tbody .disabled{ color: #999; }
.calendar tbody .emptycell{ /* Empty cells (the best is to hide them) */
    visibility: hidden;
}
.calendar tbody .emptyrow{ /* Empty row (some months need less than 6 rows) */
    display: none;
}
.calendar tfoot .ttip{ /* Tooltip (status bar) cell <TD> */
    padding: 4px;
    border-top: 1px solid #ddd;
    background: #fff;
    color: #444;
}
.search_field{
    background: #FFF url(../images/search.gif) no-repeat right center;
}
.search_field_spin{
    background: #FFF url(../images/search_spin.gif) no-repeat right center;
}
.autocomplete_list *{
    font: 10px/14px helvetica;
}
.autocomplete_list b{
    font-weight: bold;
}
.autocomplete_list{
    background: #FEFEFE;
    border: 1px solid #7C7C7C;
    text-align: left;
    z-index: 99;
}
.autocomplete_list, .autocomplete_list ol, .autocomplete_list li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
}
.autocomplete_list li{
    margin: 0;
    text-align: left;
    cursor: pointer;
    padding: 3px 6px;
}
.autocomplete_list .current_item{
    background: #B2FEBA;
    color: black;
}
.autocomplete_list li{
    color: #303030;
}
.autocomplete_list span{
    color: #111; float: right; padding-left: 2em;
}
.bot_close{
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 2px;
}
.senha_fraca{
    margin: auto;
    border-width: 1px;
    border-style: solid;
    padding: 6px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: red;
    border-color:#A52A2A;
    font-size: 12px;
    color: #FFFFFF;
    margin: -15px auto auto;
    position: absolute;
}
.senha_razoavel{
    background-color: #ffff00;
    border-color: orange;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    display: -moz-box;
    font-size: 12px;
    margin: -15px auto auto;
    padding: 6px;
    position: absolute;
    z-index: 0;
}
.senha_forte{
    margin: auto;
    border-width: 1px;
    border-style: solid;
    padding: 6px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color:#32CD32;
    border-color:#006400;
    font-size: 12px;
    margin: -15px auto auto;
    position: absolute;
}
.senha_segura{
    margin: auto;
    border-width: 1px;
    border-style: solid;
    padding: 6px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color:#00BFFF;
    border-color:blue;
    font-size: 12px;
    color: #FFFFFF;
    margin: -15px auto auto;
    position: absolute;
}
/* Estilos do jQuery Alerts */
#popup_overlay{
    position: absolute;
    z-index: 99998;
    top: 0;
    left: 0;
    width: 100%;
}
#popup_container{
    z-index: 2147483647;
    padding: 0;
    margin: 0;
    opacity: 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
    background: #FFF;
    border: 1px solid #B6AD84;
    border-radius: 3px;
    color: #000;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    zoom: 1;
    overflow: hidden
}
#popup_container.loadingWheel{
    box-shadow: none;
    border: 0;
    border-radius: 10px;
    min-width: 125px !important;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 12px !important;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
    padding: 12px 0 !important;
    background: #444444;
    background: -moz-linear-gradient(top, #444444 0%, #222222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#222222));
    background: -webkit-linear-gradient(top, #444444 0%,#222222 100%);
    background: -o-linear-gradient(top, #444444 0%,#222222 100%);
    background: -ms-linear-gradient(top, #444444 0%,#222222 100%);
    background: linear-gradient(to bottom, #444444 0%,#222222 100%);
}
#popup_container.loadingWheel_white{
    box-shadow: none;
    border: 0;
    border-radius: 10px;
    min-width: 125px !important;
    text-align: center;
    color: #555;
    font-weight: bold;
    font-size: 12px !important;
    padding: 12px 0 !important;
    background: #FFF;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
}
#popup_container.loadingWheel_white .animation{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('../images/processando.gif') no-repeat;
}
#popup_container.loadingWheel .animation{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('../images/processando.gif') no-repeat;
}
#popup_title{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.75em;
    color: #FFFFFF;
    background: #CCC url(../images/titulo.gif) top repeat-x;
    border: 1px solid white;
    cursor: default;
    padding: 0em;
    padding-left: 5px;
    margin: 1px 1px 0em 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#popup_area, #popup_container{
    min-width: 400px;
    max-width: 600px;
}
#popup_area{
    overflow: auto;
    max-height: 600px;
}
#popup_content{
    margin-top: 10px;
}
#popup_close_button{
    float: right;
    margin: 4px 4px 0 0;
}
#popup_content td{
    vertical-align: middle !important;
}
#popup_image{
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
}
#popup_image.info{
    background-image: url(../images/informacao.png);
}
#popup_image.confirm{
    background-image: url(../images/confirmacao.png);
}
#popup_image.alert{
    background-image: url(../images/aviso.png);
}
#popup_image.error{
    background-image: url(../images/erro.png);
}
#popup_image.modal{
    background-image: none;
    padding: 0em 1.75em 1em;
}
#popup_image.prompt{
    background-image: url(../images/confirmacao.png);
}
#popup_message{
    color: #444;
    font-size: 13px;
    text-align: justify;
    font-weight: bold;
    padding-right: 10px;
    max-height: 400px;
}
#popup_message.mensagem_erro{
    color: #FF0000;
}
#popup_message.modal{
    color: black;
    text-align: justify;
    font-weight: normal;
}
#popup_panel{
    text-align: center;
    margin: 5px 0 10px 0;
}
.popup_button_override{
    border-color: forestgreen !important;
    color: #EFEFEF !important;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.7) !important;
    background: rgb(2,134,74) !important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyODY0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOGIwNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top, rgba(2,134,74,1) 0%, rgba(8,176,98,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,134,74,1)), color-stop(100%,rgba(8,176,98,1))) !important;
    background: -webkit-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02864a', endColorstr='#08b062',GradientType=0 ) !important;
}
#popup_prompt{
    margin: .5em 0em;
    width:300px;
}
/* Árvore de listagem de permissões de funcionalidades */
ul.arvore, ul.arvore ul{
    list-style-type: none;
    background: url(../images/vline.png) repeat-y;
    margin: 0 0 0 10px;
    padding: 0;
}
ul.arvore ul{
    margin-left: 18px;
}
ul.arvore li{
    margin: 0;
    padding: 0 8px;
    line-height: 20px;
    background: url(../images/node.png) no-repeat;
}
ul.arvore li:last-child, ul.arvore li.ultimo{
    background: #EFEFEF url(../images/lastnode.png) no-repeat;
}
/* Árvore expansível do menu de ajuda */
ul.arvore_expansivel, ul.arvore_expansivel ul{
    list-style-type: none;
    margin: 0 0 0 2.5px;
    padding: 0;
}
ul.arvore_expansivel li{
    margin: 0;
    line-height: 20px;
}
.scrollavel{
    overflow: auto;
}
/* Estilizações da listagem em árvore, de permissões de funcionalidades */
.permissao_funcionalidade{
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 3px 0;
    margin-bottom: 10px;
    transition: border 300ms ease-out, background-image 300ms ease-out;
    -webkit-transition: border 300ms ease-out, background-image 300ms ease-out;
    -moz-transition: border 300ms ease-out, background-image 300ms ease-out;
    -o-transition: border 300ms ease-out, background-image 300ms ease-out;
}
.permissao_funcionalidade label, .permissao_funcionalidade input{
    cursor: pointer;
}
.permissao_funcionalidade input{
    min-width: 0;
}
.permissao_funcionalidade img{
    vertical-align: middle;
}
.permissao_funcionalidade .descricao{
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 1px 0;
    margin-top: -2px;
    transition: background-color 150ms ease-out;
    -webkit-transition: background-color 150ms ease-out;
    -moz-transition: background-color 150ms ease-out;
    -o-transition: background-color 150ms ease-out;
}
.permissao_funcionalidade:hover{
    border-color: forestgreen;
    background: url(../images/fundo_listagem.png) repeat-x;
    background-position: 0px -72px;
}
.permissao_funcionalidade:hover .descricao{
    border-left: 1px solid forestgreen;
    border-radius: 0 2px 2px 0;
}
.permissao_funcionalidade .descricao:hover{
    background-color: lightgreen;
}
.permissao_funcionalidade:active{
    background-position: 0px -36px;
    color: white;
    text-shadow: 0px 1px 0px black;
}
.permissao_funcionalidade .descricao:active{
    background-color: forestgreen;
}
/* Estilizações adicionais do editor de texto Tiny MCE */
.editorLoadingWheel{
    width: 32px;
    height: 32px;
    border-radius: 3px;
    padding: 5px;
    background: #444444;
    background: -moz-linear-gradient(top, #444444 0%, #222222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#222222));
    background: -webkit-linear-gradient(top, #444444 0%,#222222 100%);
    background: -o-linear-gradient(top, #444444 0%,#222222 100%);
    background: -ms-linear-gradient(top, #444444 0%,#222222 100%);
    background: linear-gradient(to bottom, #444444 0%,#222222 100%);
}
.editorLoadingWheelMultiplo{
    border-bottom-right-radius: 3px;
    padding: 5px;
    background: #444444;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.editorSemIframe{
    width: 300px;
    height: 150px;
    line-height: 1.2;
    padding: 0 10px;
    overflow-y: auto;
    text-align: justify;
}
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px solid #000;}
/* Estilos do botão de mudar orientação de relatórios */
.mudar_orientacao_relatorio{
    position: absolute;
}
.mudar_orientacao_relatorio img, .mudar_orientacao_relatorio span{
    display: inline-block;
    vertical-align: middle;
}
/* Estilizações do jQuery HTML5 Uploader */
.dropbox{
    border: 1px solid #777;
    border-radius: 3px;
}
.dropbox .conteiner_input{
    width: 0;
    height: 0;
    overflow: hidden;
}
.dropbox .titulo{
    padding: 2px 0;
    background: url('../css/temas_jqueryui/tema_padrao/images/ui-bg_inset-soft_40_028641_1x100.png') 50% 50% repeat-x;
}
.dropbox .conteudo{
    padding: 3px;
    min-height: 20px;
}
.botao_escolher_arquivo{
    border: 1px solid #d8d8d8;
    color: #444;
    text-shadow: 0px 1px 0px #ccc;
    font-weight: bold;
    background: url('../css/temas_jqueryui/tema_padrao/images/ui-bg_highlight-soft_50_f1f1f1_1x100.png') 50% 50% repeat-x;
    border-radius: 3px;
    cursor: pointer;
    width: 137.5px;
    padding: 3px;
    text-align: center;
}
.botao_escolher_arquivo:hover{
    background-image: url('../css/temas_jqueryui/tema_padrao/images/ui-bg_highlight-soft_50_e0e0e0_1x100.png');
}
.botao_escolher_arquivo:active{
    background-image: url('../css/temas_jqueryui/tema_padrao/images/ui-bg_inset-soft_40_028641_1x100.png');
    border-color: forestgreen;
    color: white;
    text-shadow: 0px 1px 0px #333;
}
.botao_escolher_arquivo .icone, .botao_escolher_arquivo .rotulo{
    display: inline-block;
    vertical-align: middle;
}
.botao_escolher_arquivo .icone{
    padding-right: 3px;
    width: 16px;
    height: 16px;
    background-image: url('../css/temas_jqueryui/tema_padrao/images/ui-icons_666666_256x240.png');
    background-position: -32px -128px;
}
.botao_escolher_arquivo:active .icone{
    background-image: url('../css/temas_jqueryui/tema_padrao/images/ui-icons_fefefe_256x240.png');
}
.conteiner_arquivo{
    width: 100%;
    border-collapse: collapse;
}
.conteiner_arquivo .arquivo_td{
    width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gabarito{
    padding: 2px;
    display: inline-block;
    border: 1px solid;
    background: transparent;
    border-color: transparent;
    transition: border 300ms ease-out, background-image 300ms ease-out;
    -webkit-transition: border 300ms ease-out, background-image 300ms ease-out;
    -moz-transition: border 300ms ease-out, background-image 300ms ease-out;
    -o-transition: border 300ms ease-out, background-image 300ms ease-out;
    margin-left: -4px;
    background: url(../images/botoes_degrades.png) repeat-x;
    background-position: 0px 0px;
    border-color: #AAA;
    width: 20px;
    text-align: center;
    border-radius: 3px;
    margin: 1px;
}
.gabarito_ativado{
    background-position: 0px -44px !important;
    color: white;
    text-shadow: 0px 1px 0px #444;
    border-color: green;
}
.gabarito.correto{
    color: green;
}
.gabarito.incorreto{
    color: red;
}
.gabarito_tabela, .gabarito_tabela:hover, .gabarito_tabela:active{
    border: 1px solid #aaa;
    border-collapse: collapse;
    border-radius: 3px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #aaa;
    display: inline-block;
    background-color: white;
    margin: 2.5px 0;
    padding: 0;
}
.gabarito_tabela td{
    padding: 0 3px;
    min-width: 20px;
    height: 20px;
    background: url(../images/botoes_degrades.png) repeat-x;
}
.gabarito_tabela td.numero{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-position: 0px 0px;
}
.gabarito_tabela td.alternativa{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-position: 0px -22px;
}
.respostas{
    padding: 2px;
    border: 1px solid;
    border-color: #AAA;
    text-align: center;
    border-radius: 3px;
    background: rgb(244,244,244);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(241,241,241,1)));
    background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(241,241,241,1) 100%);
    background: -o-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(241,241,241,1) 100%);
    background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(241,241,241,1) 100%);
    background: linear-gradient(to bottom, rgba(244,244,244,1) 0%,rgba(241,241,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f1f1f1',GradientType=0 );
}
.greentd_2, .greentd_2:active{
    background-color: #10AA4B !important;
    border-right: 1px solid darkseagreen;
    color: white;
    font-weight: bold;
    text-align : center;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
    white-space: nowrap; /* equivale à tag <nobr> */
}
.greentd_2:last-child{
    border-right: 0 !important;
}
.tabela.form td.titulo{
    background: none !important;
    border: 0 !important;
    text-align: center !important;
}
.tmp td:first-child{
    background-color: #0000CC;
}
.tmp td:nth-child(2){
    background-color: #00BFFF !important;
}
.tabelanotas{
    border: #000000 solid 1px;
    border-collapse: collapse;
    border-radius: 4px;
}
.tabelanotas tr td{
    width: 150px;
}
.tabelanotas tr td.titulo{
    background-color: #FFFFFF;
    padding-right: 15px;
    text-align: center;
}
.tabelanotas tr td.notas{
    background-color: #CCCCCC;
    padding-right: 15px;
    text-align: right;
}
.tabelanotas table{
    width: 100%;
}
.borda_vermelha{
    border: 1px solid #FF0000 !important;
}
.arquivos{
    cursor: pointer;
}
.arquivos:hover{
    color: #0000FF;
}
div.pagina_inscricoes{
    width: 900px;
    margin: 0 auto;
}
div.pagina_inscricoes_candidato{
    width: 56.25rem;
    display: flex;
    flex-direction: column;
}
.pagina_inscricoes_candidato > fieldset.caixa{
    min-width: 70% !important;
}
.pagina_ficha_inscricao{
    background: white;
    border: 1px solid #999;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.8);
    padding: 10px;
    width: 95%;
}
.ficha_inscricao tr td{
    border: 1px solid #8e8e8e;
    padding: 5px;
    padding-bottom: 0;
    padding-top: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.ficha_inscricao.largo tr td{
    padding: 5px !important;
}
.ficha_inscricao tr td:nth-child(odd){
    background-color: #EDEDED;
    text-align: right;
}
.ficha_inscricao tr td:nth-child(even){
    text-align: left;
}
.ficha_inscricao tr.titulo td{
    background-color: #F5F5F5 !important;
    text-align: center !important;
}
.ficha_inscricao tr.lista td{
    background-color: #FFFFFF !important;
    text-align: center !important;
}
div.ficha_inscricao{
    width: 100%;
    text-align: left;
}
div.ficha_inscricao span.titulo{
    font-weight: bold;
}
div.ficha_inscricao p{
    padding: 0;
    margin: 0;
}
div.ficha_inscricao p.descricao{
    padding-left: 15px;
}
ul.menu_candidato, ul.menu_candidato ul{
    list-style-type: none;
    padding-left: 30px;
    font-size: 15px;
}
ul.menu_candidato li{
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 2px;
    padding-right: 4px;
    margin-top: 2px;
    cursor: pointer;
    border: #888888 solid 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 300px;
}
ul.menu_candidato li:hover{
    background-color: #EEEEEE;
}
ul.menu_candidato li ul{
    position: absolute;
    display: none;
    margin-top: 0px;
    top: -3px;
    left: 277px;
}
ul.menu_candidato li:hover>ul{
    display: block;
}
.desativar_img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .6s ease;
    -webkit-backface-visibility: hidden;
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.aviso_linear.amarelo .conteudo{
    border-color: #8B7500;
    background-color: #FFF68F;
}
.aviso_linear.verde .conteudo{
    border-color: #004300;
    background-color: #B7E8C5;
}
.aviso_linear.azul .conteudo{
    border-color: #000080;
    background-color: #C1C1FF;
}
.aviso_linear.cinza_balao .conteudo{
    border-color: #696969;
    background-color: #E8E8E8;
}
.aviso_linear.branco .conteudo{
    border-color: #fff;
    background-color: #FFFFFF;
    color: #666;
}
/* Estilizações da função "paginaAuxiliar" */
#mascara{
    position: fixed;
    background-color: #D0D0D0;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    vertical-align: middle;
}
#conteudo_mascara{
    position: fixed;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    z-index: 1001;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: auto;
}
#fechar_mascara{
    position: fixed;
    z-index: 1002;
    cursor: pointer;
}
/* Estilizações de campos múltiplos */
div.campo_multiplo table.conteiner{
    border-collapse: collapse;
}
div.campo_multiplo table.conteiner tr{
    padding: 0;
}
div.campo_multiplo td.corpo{
    padding: 1px 0;
}
div.campo_multiplo td.acoes{
    font-size: 0;
    text-align: left;
    padding: 1px 0 1px 3px;
}
div.campo_multiplo td.acoes>button{
    padding: 1px;
    min-width: 0;
    width: 22px;
    display: none;
}
div.campo_multiplo td.acoes>button:first-of-type(':visible'){
    /* border-radius: 3px 0 0 3px; */
}
div.campo_multiplo td.acoes>button:last-of-type(':visible'){
    /* border-radius: 0 3px 3px 0; */
}
div.campo_multiplo td.acoes>button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
div.campo_multiplo button.adicionar{
    display: inline-block !important;
    vertical-align: middle !important;
}
div.campo_multiplo div.template, div.campo_multiplo div.valores{
    display: none;
}
/* Estilizações da Árvore horizontal em CSS, utilizada em várias páginas de detalhamento de registros no sistema */
div.div_arvore{
    overflow: auto;
    margin-bottom: 20px;
}
div.container_arvore{
    overflow-x: scroll;
}
.tree *{
    margin: 0;
    padding: 0;
}
.tree{
    margin: 0 auto;
}
.tree ul{
    padding-top: 20px; position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    margin: 0 auto;
}
.tree li{
    float: left; text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
/*We will use ::before and ::after to draw the connectors*/
.tree li::before, .tree li::after{
    content: '';
    position: absolute; top: 0; right: 50%;
    border-top: 1px solid #ccc;
    width: 50%; height: 20px;
}
.tree li::after{
    right: auto; left: 50%;
    border-left: 1px solid #ccc;
}
/*We need to remove left-right connectors from elements without
any siblings*/
.tree li:only-child::after, .tree li:only-child::before{
    display: none;
}
/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}
/*Remove left connector from first child and
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
    border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}
/*Time to add downward connectors from parents*/
.tree ul ul::before{
    content: '';
    position: absolute; top: 0; left: 50%;
    border-left: 1px solid #ccc;
    width: 0; height: 20px;
}
.tree li a{
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    display: inline-block;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a{
    background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before{
    border-color:  #94a0b4;
}
.tree span.gabarito{
    margin: 1px;
    background-position: 0px -3px;
}
tr.classificavel>td{
    color: red;
}
/* Estilizações adicionais da página de inscrição de candidatos */
#container_candidato{
    width: 100%;
}
#container_candidato td.nome_concurso{
    font-size: 20px;
}
#container_candidato td.nome_candidato{
    text-align: right;
    font-size: 15px;
    padding-right: 30px;
}
#container_candidato td.esquerda{
    width: 38%;
    vertical-align: top;
}
#cabecalho_imprimir{
    display: none;
}
/* Estilizações dos botões de rodapé de avaliar inscrições em lote */
.avaliar_lote{
    border-radius: 0 !important;
    border-top: 1px solid #ddd;
    color: #444;
    font-weight: bold;
    text-shadow: 0px 1px 0px white;
    /* Degradê de verde oliva */
    background: #e8f7ec;
    background: -moz-linear-gradient(top, #e8f7ec 0%, #a8e1b6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8f7ec), color-stop(100%,#a8e1b6));
    background: -webkit-linear-gradient(top, #e8f7ec 0%,#a8e1b6 100%);
    background: -o-linear-gradient(top, #e8f7ec 0%,#a8e1b6 100%);
    background: -ms-linear-gradient(top, #e8f7ec 0%,#a8e1b6 100%);
    background: linear-gradient(to bottom, #e8f7ec 0%,#a8e1b6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f7ec', endColorstr='#a8e1b6',GradientType=0 );
}
/**/
div.aviso_confirmacao_inscricao{
    width: 60%;
    margin: 0 auto;
}
fieldset.confirma_senha{
    width: 50%;
}
/**/
.visivel_pdf{
    display: none;
}
/* Estilizações adicionais do Relatório de Resultado Final Detalhado */
table.resultado_final_detalhado{
    margin: 0 auto;
    width: 700px;
    border-collapse: collapse;
}
table.resultado_final_detalhado td.rotulo,
table.resultado_final_detalhado td.valor{
    border: 1px solid #aaa !important;
}
table.resultado_final_detalhado td.rotulo{
    background-color: #ededed;
    width: 15%;
    text-align: right;
}
table.resultado_final_detalhado td.rotulo.negrito{
    font-weight: bold;
}
table.resultado_final_detalhado td.valor{
    background-color: white;
    width: 35%;
    text-align: left;
}
.fg-menu-container{
    padding: 0 !important;
}
.positionHelper{
    position: absolute !important;
}
.fgmenu .ui-state-active, .fgmenu .ui-widget-content .ui-state-active{
    background: rgba(8,176,98,1);
    color: #fff;
}
.fgmenu .ui-state-focus, .fgmenu .ui-widget-content .ui-state-focus,
.fgmenu .ui-state-hover, .fgmenu .ui-widget-content .ui-state-hover{
    color: #fff !important;
    background: rgba(8,176,98,1) !important;
    border: 1px solid #078E83 !important;
}
.fgmenu .ui-widget{
    font-size: 1.1em !important;
    padding-top: 6px;
    padding-bottom: 6px;
}
.menu_dev,
.menu_dev:focus,
.menu_dev:hover{
    background: #1EABE6 !important;
    font-weight: bold !important;
    outline: none !important;
    color: #fff !important;
    border: #1EABE6 !important;
}
#mostra_calendario{
    margin: 0 auto;
}
.bloco_externo{
    border-radius: 0 0 9px 9px;
    padding: 5px;
    background:#fff;
    margin: 1px;
    width: 99.8% !important;
}
.center{
    text-align: center !important;
}
.titulo_bloco{
    color: #F9F9F9;
    font-weight: bold;
    font-size: 130%;
    line-height: 2;
    width: 100%;
    display: block;
    padding-left: 10px;
    text-align: left;
}
.fg-menu a:link, .fg-menu a:visited, .fg-menu a:hover, .fg-menu a:active{
    width: 98% !important;
    padding: .3em 2% !important;
    border-radius: 0 !important;
}
.fg-menu-scroll{
    height: 450px !important;
}
.fg-menu a:link, .fg-menu a:visited, .fg-menu a:hover, .fg-menu a:active{
    background: #fff;
}
.botao_sair{
    background: rgba(8, 176, 98, 1);
    float: left;
    padding: 4px 4px 5px 4px;
    margin: 0 30px 0 3px;
    border-radius: 3px;
    border-color: #AAA;
    border: 1px solid #078E83;
}
.botao_default{
    display: inline-block;
    padding: 4px;
    margin: 0px 3px 0 0;
    border-radius: 3px;
    background: #dfdfdf;
    border: 1px solid #aaa;
    cursor: pointer;
    font-size: 11px;
    color: #6B6262 !important;
    text-align: center;
    min-width: 60px;
    font-weight: 600;
}
.botao_default:hover{
    background: #04864A;
    border: 1px solid rgba(2,134,74,1);
    color: #fff !important;
}
.botao_grupo_academico{
    border-radius: 50%;
    padding: 10px;
    background: #66b196;
    cursor: pointer;
    width: 20px;
    display: block;
    position: relative;
}
.botao_grupo_academico:hover{
    background: #ccc;
}
.botao_grupo_academico_texto{
    font-size: 115%;
    cursor: pointer;
    margin: -43px 0px 10px 50px;
    text-align: left;
}
.botao_grupo_academico_texto:hover{
    color: #04864A;
}
.botao_grupo_academico_desat{
    background: #D8D8D8 none repeat scroll 0% 0% !important;
}
.grupo_academico:hover{
    background-color: rgba(222, 222, 222, 0.5) !important;
}
.grupo_academico:active{
    background-color: rgba(200, 200, 200, 0.7) !important;
}
.grupo_academico span{
    height: 98%;
    width: 95%;
    text-align: center;
    margin: 0 auto;
}
.grupo_academico table tr:last-child{
    vertical-align: bottom;
}
.grupo_academico.desativado{
    background-color: #F5F5F5;
}
.grupo_academico.desativado img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .6s ease;
    -webkit-backface-visibility: hidden;
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.grupo_academico_botao{
    position: relative;
    display: block;
    text-align: center;
    line-height: 3.5;
}
.grupo_academico_acao{
    display: none;
    position: absolute;
    left: 50px;
    top: 27px;
}
.grupo_academico_acao img{
    cursor: pointer;
    padding: 2px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
}
.grupo_academico_acao img:hover{
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-radius: 3px;
    background-color: #DDDDDD;
}
.grupo_academico_acao img:active{
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    background-color: #CCCCCC;
}
.grupo_academico_botao:hover .grupo_academico_acao{
    display: inline-block;
}
.icone_grupo_academico{
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}
.icone_grupo_academico:hover{
    background-color: rgba(222, 222, 222, 0.5);
}
.icone_grupo_academico table{
    height: 98%;
    width: 95%;
    text-align: center;
    margin: 0 auto;
}
.icone_grupo_academico table tr:last-child{
    vertical-align: bottom;
}
span.middle{
    display: inline-block;
    vertical-align: middle;
}
.tabela_grupo_academico span.botao_esquerda_grupo_academico,
.tabela_grupo_academico span.botao_centro_grupo_academico,
.tabela_grupo_academico span.botao_direita_grupo_academico{
    display: block;
    font-weight: bold;
    text-align: center;
    border: 1px solid #a8a8a8;
    color: rgb(68, 68, 68);
    text-shadow: rgba(255, 255, 255, 0.701961) 0px 1px 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 0;
    border-bottom: 1px solid rgb(168, 168, 168);
    background: linear-gradient(rgb(232, 247, 236) 0%, rgb(168, 225, 182) 100%);
    height: 25px;
    font-size: 13px;
}
table.grupo_academico_listagem{
    width: 100%;
    border-collapse: collapse;
    margin-top: 3px;
}
table.grupo_academico_listagem tr:hover td{
    background-color: #CDDBD4;
}
table.grupo_academico_listagem tr:hover td:first-child{
    border-top-left-radius: 5px;
}
table.grupo_academico_listagem tr:hover td:last-child{
    border-top-right-radius: 5px;
}
table.grupo_academico_listagem td,
table.grupo_academico_avaliacoes{
    text-align: left;
    border-bottom: #ADBBB4 dashed 1px;
    padding-bottom: 2px;
    padding-top: 2px;
    /*width: 100%;*/
}
table.grupo_academico_listagem td:first-child{
    text-align: left;
    width: 20px;
    border-top-left-radius: 4px;
}
table.grupo_academico_listagem td:last-child{
    text-align: right;
/*    opacity: 0;*/
    border-top-right-radius: 4px;
}
table.grupo_academico_listagem td:last-child img:hover{
    background-color: #E4F2EA;
}
table.grupo_academico_listagem td:last-child img:active{
    background-color: #FFFFFF;
    border-top: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
table.grupo_academico_listagem tr:hover td:last-child{
    opacity: 1;
}
.tabela_grupo_academico{
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tabela_grupo_academico > .esquerda,
.tabela_grupo_academico > .direita{
    width: 27.5%;
    float: left;
}
.tabela_grupo_academico > .direita{
    width: 34%;
}
.tabela_grupo_academico > .direita_avaliacao{
    width: 34%;
    float: left;
}
.tabela_grupo_academico > .esquerda_centro{
    width: 65%;
    float: left;
    padding-right: 10px;
}
.tabela_grupo_academico > .centro_direita{
    width: 75.5%;
    float: right;
}
.tabela_grupo_academico > .centro{
    width: 36.5%;
    float: left;
    margin: 0 10px;
}
.tabela_grupo_academico span.esquerda_grupo_academico,
.tabela_grupo_academico span.direita_grupo_academico,
.tabela_grupo_academico span.direita_avaliacao_grupo_academico,
.tabela_grupo_academico span.direita_centro_grupo_academico,
.tabela_grupo_academico span.centro_grupo_academico{
    display: block;
    height: 350px;
    overflow: auto;
    margin: 0 auto;
    font-size: 14px;
    padding: 10px 10px;
    border-radius: 0px 0px 6px 6px;
    border-right: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: #a8a8a8;
}
.titulo_mensagem{
    width: 100%;
    font-size: 14px;
    display: inline-block;
}
.titulo_bloco_mensagem{
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    background: #fff none repeat scroll 0 0;
    font-weight: bold;
    color: #444;
    padding: 8px;
}
.bloco_mensagem{
    padding: 20px;
    background: #cddbd4;
}
span.resumo_mensagem{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #888888;
}
span.informacao_mensagem{
    font-size: 10px;
}
span.informacao_mensagem:not(:last-child){
    border-right: 1px solid #000000;
    padding-right: 4px;
}
span.mensagem_remetente{
    font-weight: bold;
    width: 98%;
    display: inline-block;
    text-align: left;
    color: #228822;
}
span.mensagem_destinatario{
    font-weight: bold;
    color: #444444;
    width: 98%;
    display: inline-block;
    text-align: left;
}
span.mensagem_texto{
    display: inline-block;
    width: 92%;
    text-align: justify;
    padding: 5px;
    border: 1px solid #aaa;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 50px;
}
span.mensagem_resposta_minha{
    display: inline-block;
    width: 60%;
    text-align: justify;
    margin-left: 38%;
    margin-top: 12px;
    border: 1px solid #aaa;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 3px;
    background-color: rgba(255, 255, 255, 0.4);
}
span.mensagem_resposta_outro{
    display: inline-block;
    width: 60%;
    text-align: justify;
    margin-right: 38%;
    margin-top: 12px;
    border: 1px solid #aaa;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 3px;
    background-color: rgba(255, 255, 255, 0.7);
}
span.mensagem_resposta_remetente{
    display: inline-block;
    width: 65%;
    color: #228822;
    font-weight: bold;
    font-size: 10px;
}
span.mensagem_resposta_data{
    display: inline-block;
    width: 25%;
    text-align: right;
    padding-right: 5px;
    color: #333333;
    font-weight: bold;
    font-size: 10px;
}
span.mensagem_resposta_texto{
    display: inline-block;
    width: 98%;
    padding-left: 2px;
    padding-right: 2px;
}
span.mensagem_responder textarea,
span.mensagem_responder textarea:hover{
    border-bottom: 1px solid #b2b2b2 !important;
    margin: 10px;
    height: 20px !important;
    padding: 5px !important;
    border: medium none;
    width: 90% !important;
    box-shadow: none;
    font-size: 14px;
}
table.mensagem_form{
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
}
table.mensagem_form td:first-child{
    font-weight: bold;
    font-size: 12px;
    color: #555555;
}
table.mensagem_form tr td:nth-child(2){
    text-align: left;
    font-size: 14px;
}
table.mensagem_form tr td{
    text-align: left;
}
.mensagem_botoes_fixo{
    text-align: left;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
span.mensagem_botao_voltar{
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
    background: #10aa4b; /* Old browsers */
    background: -moz-linear-gradient(top, #D0D0D0 0%, #DFDFDF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D0D0D0), color-stop(100%,#DFDFDF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #D0D0D0 0%,#DFDFDF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #D0D0D0 0%,#DFDFDF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #D0D0D0 0%,#DFDFDF 100%); /* IE10+ */
    background: linear-gradient(top, #D0D0D0 0%,#DFDFDF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D0D0D0', endColorstr='#DFDFDF',GradientType=0 ); /* IE6-9 */
    width: 40px;
    height: 22px;
    border-bottom-right-radius: 7px;
    font-weight: bold;
    cursor: pointer;
    color: #006600;
    border: 1px solid #AAA;
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
    position: absolute;
    border-radius: 5px 0px;
}
span.mensagem_botao_voltar:hover{
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-bottom: 1px solid #888888;
    border-right: 1px solid #888888;
}
span.mensagem_botao_voltar:active{
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
}
span.mensagem_responder{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    height: 50px;
    float: left;
}
span.mensagem_responder textarea{
    width: 100%;
    height: 80%;
}
.opcao_lista{
    display: inline-table;
    background-color: #CCE3F4;
    margin-right: 3px;
    margin-bottom: 2px;
    height: 16px;
    vertical-align: middle;
    border: #BCD3FF solid 1px;
    font-size: 10px;
    text-align: left;
}
.select_dest_msg{
    width: 100% !important;
    max-height: 200px !important;
    height: 100% !important;
    overflow: auto;
    background: #04864A !important;
    color:#fff;
    font-weight: 600;
}
.img_part_grupo{
    border-radius: 100%;
    background: rgba(88, 189, 144, 0.65);
    margin-right: 10px;
    padding: 3px;
}
.ui-autocomplete-input-image{
    border-width: 0 !important;
    border-style: none !important;
    height: 15px !important;
    margin-left: -20px;
}
input.ui-autocomplete-input{
    margin-right: 1px;
    margin-left: -3px;
}
.border_none,
.border_none tr td{
    border: none !important;
}
/* Estilizações da nova página de listagem de mensagens à lá gmail */
#caixa_mensagens{
    width: 100%;
    border-collapse: collapse;
    border: 0;
    margin: 0;
}
#caixa_mensagens #categorias_mensagens{
    vertical-align: top;
    width: 15%;
    padding-right: 1%;
}
#caixa_mensagens #corpo_mensagens{
    position: relative;
    display: block;
    min-height: 200px;
}
#caixa_mensagens #categorias_mensagens div{
    text-align: left;
    padding: 10px;
    color: #444;
    font: normal 13px Arial, sans-serif;
}
#caixa_mensagens #categorias_mensagens div:hover{
    background-color: #04864A;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}
#caixa_mensagens #categorias_mensagens icon{
    position: absolute;
}
#caixa_mensagens #categorias_mensagens text{
    margin-left: 20px;
}
#caixa_mensagens #categorias_mensagens div.selecionada{
    font-weight: bold;
    background-color: #dddddd;
    padding: 10px;
    border-left: 4px solid #04864A;
}
.box_rolagem{
    width: 100%;
    overflow: auto;
    position: relative;
}
#lista_mensagens .moldura_mensagem{
    font-size: 14px;
    border-bottom: 1px solid lightgray;
    position: relative;
}
#lista_mensagens .moldura_mensagem span.negrito, span.negrito{
    font-weight: bold !important;
}
#lista_mensagens .moldura_mensagem .area_clicavel{
    padding: 10px 10px 3px 20px;
    cursor: pointer;
}
/* Estilizações da lista de arquivos associados à oferta */
#lista_arquivos ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#lista_arquivos .arquivo{
    position: relative;
    cursor: pointer;
    padding: 5px 10px 5px;
}
#lista_arquivos .arquivo:hover{
    background-color: #cae1d7;
}
#lista_arquivos .arquivo:hover .icone_remover{
    display: block;
}
#lista_arquivos .arquivo .info_arquivo .icone_arquivo{
    float: left;
    padding: 8px 5px 0 0;
}
#lista_arquivos .arquivo .info_arquivo .nome_arquivo{
    float: left;
}
#lista_arquivos .arquivo .info_arquivo .nome_arquivo div:last-child{
    text-align: left;
    /* text-overflow: ellipsis; */
    width: 149px; /* 14,55% de 1024 */
    white-space: nowrap;
    overflow:hidden;
}
#lista_arquivos .arquivo .icone_remover{
    position: absolute;
    top: 12px;
    right: 4px;
    width: 16px;
    height: 16px;
    background-image: url(../icones/fb_deletar.png);
    display: none;
}
#lista_arquivos .arquivo .icone_remover:hover{
    background-image: url(../icones/fb_deletar_hover.png);
}
/* Estilizações da lista de mensagens relacionadas à oferta */
#lista_mensagens .moldura_mensagem{
    font-size: 14px;
    position: relative;
}
#lista_mensagens .moldura_mensagem:hover{
    background-color: #cae1d7;
}
#lista_mensagens .moldura_mensagem .area_clicavel{
    padding: 10px 10px 3px 20px;
    cursor: pointer;
}
#lista_mensagens .moldura_mensagem span.negrito, span.negrito{
    font-weight: bold !important;
}
#lista_mensagens .moldura_mensagem .resumo_mensagem{
    text-align: left;
    /* text-overflow: ellipsis; */
    width: 455px;
    white-space: nowrap;
    overflow:hidden;
}
#lista_mensagens .moldura_mensagem .info_mensagem{
    font-size: 10px;
    text-align: left;
    /* text-overflow: ellipsis; */
    width: 455px;
    white-space: nowrap;
    overflow:hidden;
}
#lista_mensagens .moldura_mensagem .icone_remover{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 14px;
    right: 3px;
    background-image: url(../icones/fb_deletar.png);
    display: none;
    cursor: pointer;
}
#lista_mensagens .moldura_mensagem .icone_sair{
    width: 16px;
    height: 16px;
    position: absolute;
    margin-right: 5px;
    top: 14px;
    right: 15px;
    background-image: url(../icones/door.png);
    display: none;
    cursor: pointer;
}
#lista_mensagens .moldura_mensagem .icone_voltar{
    width: 16px;
    height: 16px;
    position: absolute;
    margin-right: 5px;
    top: 14px;
    right: 15px;
    background-image: url(../icones/door_open.png);
    display: none;
    cursor: pointer;
}
#lista_mensagens .moldura_mensagem .icone_remover:hover{
    background-image: url(../icones/fb_deletar_hover.png);
}
#lista_mensagens .moldura_mensagem .icone_sair:hover{
    background-image: url(../icones/door_open.png);
}
#lista_mensagens .moldura_mensagem .icone_voltar:hover{
    background-image: url(../icones/door_in.png);
}
#lista_mensagens .moldura_mensagem:hover .icone_remover, #lista_mensagens .moldura_mensagem:hover .icone_sair, #lista_mensagens .moldura_mensagem:hover .icone_voltar{
    display: block;
}
/* Estilizações da lista de participantes da oferta */
#lista_participantes .participante{
    cursor: default;
    position: relative;
    padding: 5px 0 5px 5px;
    cursor: pointer;
}
#lista_participantes .participante:hover{
    background-color: #cae1d7;
}
#lista_participantes .participante:hover .icone_enviar_mensagem{
    display: inline;
}
#lista_participantes .participante .nome{
    text-align: left;
    /* text-overflow: ellipsis; */
    width: 172px; /* 17% de 1024 */
    white-space: nowrap;
    overflow:hidden;
}
#lista_participantes .participante .icone_enviar_mensagem{
    display: none;
    position: absolute;
    top: 4px;
    right: 4px;
}
/* Estilizações da mensagem principal carregada via ajax, juntamente com suas respostas */
.mensagem_principal, .resposta_mensagem, .mensagem_principal_grupo{
    border-bottom: 2px solid gray;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.mensagem_principal .titulo, .resposta_mensagem .titulo, .mensagem_principal_grupo .titulo{
    font-size: 12px;
    font-weight: bold;
}
.mensagem_principal .autor_data, .resposta_mensagem .autor_data, .mensagem_principal_grupo .autor_data{
    font-size: 12px;
}
.mensagem_principal .autor, .resposta_mensagem .autor, .mensagem_principal_grupo .autor{
    font-weight: bold;
    color: forestgreen;
}
.mensagem_principal .texto, .resposta_mensagem .texto, .mensagem_principal_grupo .texto{
    margin-top: 10px;
    text-align: justify;
}
.mensagem_principal:hover .icone_remover, .resposta_mensagem:hover .icone_remover, .mensagem_principal_grupo:hover .icone_remover{
    display: block;
}
.mensagem_principal .icone_remover, .resposta_mensagem .icone_remover, .mensagem_principal_grupo .icone_remover{
    position:absolute;
    bottom: 10px;
    right: 3px;
    width: 16px;
    height: 16px;
    background-image: url(../icones/fb_deletar.png);
    display: none;
    cursor: pointer;
}
.mensagem_principal .icone_remover:hover, .resposta_mensagem .icone_remover:hover, .mensagem_principal_grupo .icone_remover:hover{
    background-image: url(../icones/fb_deletar_hover.png);
}
.resposta_mensagem{
    margin-left: 20px;
}
#campo_resposta, #campo_resposta_grupo{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.destinatario_mensagem{
    font-weight: bold;
    color: #444444;
}
/* Estilizações da página de repositório */
#repositorio #listagem_diretorios{
    float: left;
    width: 19.5%;
    height: 400px;
    background-color: #e9e9e9;
    margin-left: 5px;
    margin-bottom: 5px;

}
#repositorio #listagem_diretorios #diretorios{
    height: 80%;
    overflow: auto;
    overflow-x:hidden;
}
#repositorio #listagem_diretorios #diretorios li{
    position: relative;
    cursor: pointer;
}
#repositorio #listagem_diretorios #diretorios li:last-of-type{
    background-color: #DDEBE4;
}
#repositorio #listagem_diretorios #diretorios li:hover{
    background-color: lightgreen;
}
#repositorio #listagem_diretorios #diretorios #icone_pasta{
    float: left;
    width: 16px;
    height: 16px;
    background-image: url(../icones/pasta_fechada.png);
    position: absolute;
}
#repositorio #listagem_diretorios #diretorios .selecionado{
    background-color: #a8e1b6 !important;
}
#repositorio #listagem_diretorios #diretorios .selecionado #icone_pasta{
    background-image: url(../icones/pasta_aberta.png);
}
#repositorio #listagem_diretorios #diretorios li:hover #icone_pasta{
    background-image: url(../icones/pasta_aberta.png);
}
#repositorio #listagem_diretorios #diretorios #nome_dir{
    float: left;
    padding-left: 25px;
    text-overflow: ellipsis;
    width: 230px;
    text-align: left;
    white-space: nowrap;
    overflow:hidden;
}
#repositorio #listagem_diretorios #diretorios #acoes_pasta{
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
#repositorio #listagem_diretorios #diretorios .arvore li:hover #acoes_pasta{
    display: block;
}
#repositorio #listagem_diretorios #botao_inserir_diretorio{
    width: 100%;
    height: 10%;
    text-align: center;
    display: table;
}
#repositorio #listagem_arquivos.arvore{
    float: left;
    width: 80%;
    height: 400px;
    display: inline;
}
#repositorio #listagem_arquivos.arvore #arquivos{
    height: 80%;
    overflow: auto;
}
#repositorio #listagem_arquivos.arvore #arquivos thead th{
    text-align: left;
}
#repositorio #listagem_arquivos.arvore #arquivos tbody tr td:not(:last-child){
    text-align: left;
}
#repositorio #listagem_arquivos.arvore #arquivos #nome_arquivo #icone_esquerda{
    float: left;
    width: 16px;
    height: 16px;
}
#repositorio #listagem_arquivos.arvore #arquivos #nome_arquivo #nome_direita{
    float: left;
    padding-left: 3px;
    /* text-overflow: ellipsis; */
    width: 340px; /* 33% de 1024 */
    white-space: nowrap;
    overflow:hidden;
}
#repositorio #listagem_arquivos.arvore #arquivos #nome_arquivo:hover{
    color: blue;
    cursor: pointer;
}
#repositorio #listagem_arquivos.arvore #botao_inserir_arquivo{
    width: 100%;
    height: 10%;
    text-align: center;
    background-color: #FEFEFE;
    display: table;
}
#repositorio #listagem_diretorios #botao_inserir_diretorio div,
#repositorio #listagem_arquivos.arvore #botao_inserir_arquivo div{
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 3px;
}
#repositorio #rodape_janela{
    color: white;
    padding: 3px;
}
#repositorio #rodape_janela #nome_dir, #repositorio #rodape_janela #info_arquivo, #repositorio #rodape_janela #info_dir{
    float: left;
}
#repositorio #rodape_janela #nome_dir{
    text-align: left;
    width: 20%;
}
#repositorio #rodape_janela #info_arquivo{
    text-align: center;
    width: 60%;
}
#repositorio #rodape_janela #info_dir{
    text-align: right;
    width: 20%;
}
#bgBody{
    background-color: #000;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter:alpha(opacity=80);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
}
#bgBody.branco{
    background-color: white;
    -moz-opacity: 0.4;
    opacity: 0.4;
    filter:alpha(opacity=40);
}
div.processando{
    position: fixed;
    text-align: center;
    font-weight: bold;
    width: 125px;
    padding: 12px 0;
    background-color: #fff;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 99999999 !important;
}
div.processando.preto{
    position: absolute;
    font-weight: bold;
    background-color: #111;
    color: white;
    z-index: 91;
}
div.processando.branco{
    position: absolute;
    font-weight: bold;
    background-color: #FFF;
    border: 1px solid #ccc;
    -webkit-box-shadow: 3px 3px 1px #ccc;
    color: #666;
    z-index: 99999999 !important;
}
div.processando_scroll{
    background-color: white;
    -moz-opacity: 0.4;
    opacity: 0.4;
    filter:alpha(opacity=40);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 0;
    text-align: center;
    z-index: 90;
}
.arquivo_download{
    text-align: left;
    padding: 10px;
    line-height: 3;
}
#topo {
    height: auto;
}
#topo_menu{
    height: inherit;
}
#td_horario{
    width: 140px;
}
.footer_form,
.buttons_modal{
    display: flex;
    position: relative;
}
.buttons_modal > div,
.footer_form > div{
    margin-left: 5px;
    margin-right: 5px;
}
table.matricula thead tr th{
    padding: 3px;
}
table.matricula tbody tr td{
    padding-top: 5px;
    padding-bottom: 5px;
}
table.matricula tfoot tr:last-child td{
    height: 20px;
}
table.matricula tbody tr:nth-child(even) td{
    background-color: #DDDDDD;
}
table.matricula tbody tr:nth-child(odd) td{
    background-color: #FFFFFF;
    background: linear-gradient(to bottom, #EFEFEF 10%, #FFFFFF 100%) !important;
}
table.matricula tbody tr:hover td{
    background: linear-gradient(to bottom, #E1FC82 20%, #D2ED74 100%) !important;
}
.realce{
    border: 1px solid red !important;
}
.footable-empty{
    display: none;
}
.alignPreview{
    display: inline-block;
}
.fora_do_td{
    width: auto !important;
}
#rodape_fundo{
    background: #8bbef0 url("../images/fundo_rodape_azul.jpg") repeat scroll 0 0;
    bottom: 0;
    height: 56px;
    margin: 0 auto;
    padding-bottom: 3px;
    position: absolute;
    text-align: center;
    width: 100%;
}
#rodape_fundo.dev{
    background: #8bbeab url("../images/fundo_rodape.jpg") repeat scroll 0 0;
}
.tabelafechada .coluna {
    background: #fff none repeat scroll 0 0 !important;
}
#pagina_texto{
    width: 40%;
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    margin: 0 auto;
}
.tabela_questionario{
    text-align: left;
    width: 90%;
    border: 1px solid #ccc;
}
.tabela_questionario>tbody>tr>td{
    border: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
}
.aba_inscricao_mestrado{
    cursor: pointer;
    display: inline-block;
    width: 120px;
    border: #000000 solid 2px;
    border-bottom: #000000 solid 1px;
    border-top-right-radius: 18px;
    margin: 0 auto;
    padding: 3px;
    font-weight: bold;
    background: linear-gradient(to top, #DBDDD8 0%, #EBEDF8 100%);
}
.aba_inscricao_mestrado:hover{
    background: linear-gradient(to top, #CBCDC8 0%, #DBDDF8 100%);
}
.aba_inscricao_mestrado:active{
    background: none;
    background-color: #CCCCCC;
}
.aba_inscricao_mestrado.aba_selecionada{
    background: linear-gradient(to top, #D7F279 0%, #DCF77D 100%);
}
.aba_inscricao_mestrado.aba_selecionada:hover{
    background: linear-gradient(to top, #C7E279 0%, #DCF77D 100%);
}
.link_edital_mestrado_uva{
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #cbcdc8 0%, #dbddf8 100%) repeat scroll 0 0;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto 5px 37px;
    max-width: 85%;
    overflow-x: hidden;
    padding: 10px;
    text-align: left;
    width: 100%;
}
.link_edital_mestrado_uva:hover{
    background: linear-gradient(to top, #C7E279 0%, #CCE76D 100%);
}
.link_edital_mestrado_uva:active{
    background: linear-gradient(to top, #B7D269 0%, #CCE76D 100%);
}
.prefixo_cabecalho_titulo_selecao_mestrado{
    display: inline-block; vertical-align: middle; width: 10px; height: 40px; background-color: #048f4e;
}
.cabecalho_titulo_selecao_mestrado{
    display: inline-block; vertical-align: middle; width: 500px; height: 40px; color: #048f4e; background-color: #c4dbd5; border-top-right-radius: 20px; border-bottom-right-radius: 20px;font-size: 16px; line-height: 40px; vertical-align: middle; text-align: left; padding-left: 10px;
}
.mostra_pdf{
    display: none;
}

/* Estilização da página máscara 2  */
#mascara{
    background-color: #000;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter:alpha(opacity=80);
    /* position: absolute; */
    top: 0;
    left: 0;
    z-index: 999;
}
#conteudo_mascara{
    position: fixed;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    z-index: 1002;
    text-align: center;
    border-radius: 0 0 3px 3px;
    overflow: auto;
}

#barra_superior_mascara{
    position: fixed;
    z-index: 1001;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8);
    border-width: 2px 2px 0 2px;
    border-style: solid;
    border-color: white;
    border-radius: 5px 5px 0 0;
    /* Degradê de verde floresta médio */
    background: rgb(2,134,74);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyODY0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOGIwNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(2,134,74,1) 0%, rgba(8,176,98,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,134,74,1)), color-stop(100%,rgba(8,176,98,1)));
    background: -webkit-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: -o-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: -ms-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: linear-gradient(to bottom, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02864a', endColorstr='#08b062',GradientType=0 );
}
#barra_superior_mascara div.titulo{
    display: inline-block;
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    line-height: 1.75em;
    padding-left: 5px;
}
#barra_superior_mascara button.botao_fechar{
    float: right;
    min-width: 0;
    width: 20px !important;
    background: url('../images/fechar.png') no-repeat;
    margin-top: -65px;
    padding: 0;
    border: 0;
}
#barra_superior_mascara button.botao_fechar:hover,
#barra_superior_mascara button.botao_fechar:focus{
    background: url('../images/fechar_hover.png') no-repeat;
    border: none;
    outline: 0;
}
#layout{
    padding-bottom: 64.5px;
}
/* Estilizações da barra de menus */
#myMenuID, #myMenuID2{
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 3px 0 5px 3px;
    margin: 0 3px 10px 3px;
    background: #EAEAEA url(../menu/ThemeOffice/ui-bg_highlight-soft_75_gray_1x100.png) repeat-x;
    height: 30px;
    text-align: left;
}
/* Campo de busca da barra de menus */
#busca_menu + span.select2-container span.select2-selection__arrow{
    border-color: transparent;
    background: transparent;
}
#busca_menu + span.select2-container span.select2-selection__arrow>b{
    border-color: transparent;
    border-width: 0;
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: -6px;
    margin-top: -9px;
}
#busca_menu + span.select2-container span.select2-selection__arrow>b:before{
    content: "\f002";
}
#busca_menu-container .select2-dropdown{
    width: 400px !important;
    left: -200px;
}
#busca_menu-container .select2-results__options>li.select2-results__option[aria-disabled="true"]{
    font-weight: bold;
    opacity: 1;
    background: transparent;
    color: #444;
}
#busca_menu-container .select2-results__options>li.select2-results__option span.treenode{
    margin-left: 1px;
    font-size: 18px;
    color: #999;
}
#busca_menu-container .select2-results__options>li.select2-results__option i.fa{
    min-width: 25px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
#busca_menu-container .select2-results__options>li.select2-results__option span.rotulo{
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Campos <select> instanciados pela biblioteca Select2 */
.select2{

}

.select2-container span.select2-selection--single{
    box-shadow: inset 0 2px 2px #8f8f8f;
    border-radius: 3px;
    border-color: #A8A8A8;
    height: 20px;
    outline: none;
}
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--single:hover,
.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--disabled.ajax .select2-selection--single{
    background-color: lightgray;
    box-shadow: inset 0 2px 2px #8f8f8f !important;
    border-color: #A8A8A8 !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single:hover span.select2-selection__arrow,
.select2-container--default.select2-container--disabled .select2-selection--single:hover span.select2-selection__arrow,
.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--single span.select2-selection__arrow{
    border-left: 1px solid #A8A8A8;
    /* Degradê de cinza */
    background: rgb(240,240,240);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(240,240,240) 0%, rgb(200,200,200) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240,240,240)), color-stop(100%,rgb(200,200,200)));
    background: -webkit-linear-gradient(top,  rgb(240,240,240) 0%,rgb(200,200,200) 100%);
    background: -o-linear-gradient(top,  rgb(240,240,240) 0%,rgb(200,200,200) 100%);
    background: -ms-linear-gradient(top,  rgb(240,240,240) 0%,rgb(200,200,200) 100%);
    background: linear-gradient(to bottom,  rgb(240,240,240) 0%,rgb(200,200,200) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#c8c8c8',GradientType=0 );
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered{
    color: #888;
}
.select2-container span.select2-selection--single:hover, .select2-container span.select2-selection--single:focus,
.select2-container span.select2-selection--single:hover>span.select2-selection__arrow, .select2-container span.select2-selection--single:focus>span.select2-selection__arrow{
    border-color: #70AB96;
}
.select2-container span.select2-selection--single:hover, .select2-container span.select2-selection--single:focus{
    box-shadow: 0px 0px 8px #85cbb2, inset 0 2px 2px #8f8f8f !important;
}
.select2-container.ajax span.select2-selection--single{
    background: #FFFFFF url('../images/search_sprites.png') no-repeat;
    background-position: right 20px top 1px;
    background-origin: content-box;
}
.select2-container span.select2-selection__rendered{
    line-height: 1.8 !important;
    padding-left: 3px !important;
    padding-right: 19px !important;
    font-size: 11px;
}
.select2-container.ajax span.select2-selection__rendered{
    padding-right: 32px;
}
.select2-container--default .select2-selection--multiple{
    box-shadow: inset 0 2px 2px #8f8f8f;
    border: 1px solid #ccc;
    background: url('../images/search_sprites.png') no-repeat;
    background-position: right 1px;
    background-origin: content-box;
    padding-right: 2px;
}
.select2-container--default .select2-selection--multiple:hover{
    border-color: #70ab96;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #70ab96;
    box-shadow: 0px 0px 5px #85cbb2, inset 0 2px 2px #8f8f8f;
    outline: 0 none;
}
.select2-selection--multiple ul.select2-selection__rendered{
    width: 95% !important;
}
.select2-container span.select2-selection__arrow{
    border-left: 1px solid #A8A8A8;
    border-top: 1px solid white;
    width: 18px !important;
    height: 17px !important;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    /* Degradê de cinza */
    background: rgb(240,240,240);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(240,240,240) 0%, rgb(200,200,200) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240,240,240)), color-stop(100%,rgb(200,200,200)));
    background: -webkit-linear-gradient(top,  rgb(240,240,240) 0%,rgb(200,200,200) 100%);
    background: -o-linear-gradient(top,  rgb(240,240,240) 0%,rgb(200,200,200) 100%);
    background: -ms-linear-gradient(top,  rgb(240,240,240) 0%,rgb(200,200,200) 100%);
    background: linear-gradient(to bottom,  rgb(240,240,240) 0%,rgb(200,200,200) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#c8c8c8',GradientType=0 );
}
.select2-container span.select2-selection__arrow>b{
    border-color: #04763C transparent transparent transparent !important;
}
.select2-container span.select2-selection--single:hover>span.select2-selection__arrow,
.select2-container span.select2-selection--single:focus>span.select2-selection__arrow{
    border-top: 1px solid white;
    /* Degradê de verde oliva escuro */
    background: rgb(208,228,212);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwZTRkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NGMyOWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(208,228,212) 0%, rgb(148,194,156) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(208,228,212)), color-stop(100%,rgb(148,194,156)));
    background: -webkit-linear-gradient(top,  rgb(208,228,212) 0%,rgb(148,194,156) 100%);
    background: -o-linear-gradient(top,  rgb(208,228,212) 0%,rgb(148,194,156) 100%);
    background: -ms-linear-gradient(top,  rgb(208,228,212) 0%,rgb(148,194,156) 100%);
    background: linear-gradient(to bottom,  rgb(208,228,212) 0%,rgb(148,194,156) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4d4', endColorstr='#94c29c',GradientType=0 );

}
.select2-container span.select2-selection--single:hover>span.select2-selection__arrow>b,
.select2-container span.select2-selection--single:focus>span.select2-selection__arrow>b{
    border-color: #04763C transparent transparent transparent !important;
}
.select2-container--open span.select2-selection--single>span.select2-selection__arrow>b,
.select2-container--open span.select2-selection--single:hover>span.select2-selection__arrow>b,
.select2-container--open span.select2-selection--single:focus>span.select2-selection__arrow>b{
    border-color: transparent transparent #04763C transparent !important;
}
.select2-container.sem_filtro span.select2-search {
    display: none;
}
span.select2-dropdown{
    border-left-color: #DDD;
    border-right-color: #DDD;
    border-bottom-color: #DDD;
}
span.select2-dropdown--below{
    box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
}
span.select2-dropdown--above{
    box-shadow: 0px -5px 10px rgba(0,0,0,0.8);
}
ul.select2-results__options{
    padding: 1px;
}
.select2-results__options>li.select2-results__option.loading-results, .select2-results__options>li.option.load-more{
    text-align: center;
    padding: 0;
}
.select2-results__options>li.select2-results__option.loading-results>span.loadingwheel,
.select2-results__options>li.option.load-more>span.loadingwheel{
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url('../images/processando_fundo.gif');
}
.select2-container--default .select2-results__group{
    padding: 0 2px;
}
.select2-results__options>li.select2-results__option{
    font-size: 11px;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #444444;
    padding: 0 2px;
}
.select2-results__options>li.select2-results__option:nth-child(odd){
    background-color: white;
}
.select2-results__options>li.select2-results__option:nth-child(even){
    background-color: #F1F1F1;
}
.select2-results__options>li.select2-results__option--highlighted{
    border-color: #4B8D46;
    background-color: #B8EFC5 !important;
    color: #444444 !important;
}
.select2-results__options>li.select2-results__option[aria-selected="true"]{
    color: white !important;
    border-color: white;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
    /* Degradê de cinza semi-escuro */
    background: #808080;
    background: -moz-linear-gradient(top, #808080 0%, #aaaaaa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808080), color-stop(100%,#aaaaaa));
    background: -webkit-linear-gradient(top, #808080 0%,#aaaaaa 100%);
    background: -o-linear-gradient(top, #808080 0%,#aaaaaa 100%);
    background: -ms-linear-gradient(top, #808080 0%,#aaaaaa 100%);
    background: linear-gradient(to bottom, #808080 0%,#aaaaaa 100%);
}
.select2-results__options>li.select2-results__option[aria-selected="true"]:hover,
.select2-results__options>li.select2-results__option[aria-selected="true"]:focus,
.select2-results__options>li.select2-results__option--highlighted[aria-selected="true"]{
    border-color: #2A2A2A;
}
.select2-results__options div.sessao_expirada{
    text-align: center;
}
.select2-results__options div.sessao_expirada>h4{
    color: red;
    font-weight: bold;
}
.select2-results__options div.sessao_expirada>p{
    color: black;
    font-weight: bold;
}
.select2-container.dropdown_largo span.select2-dropdown{
    width: 320px !important;
}

.caixa_modal_legenda{
    text-align: center;
    font-weight: normal;
    font-size: 130%;
    color: #4F8A75;
    padding: 5px;
    border: none;
}

.caixa_modal_conteudo{
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-weight: normal;
    text-shadow: none;
}

.td_grupo_disciplinar_texto{
    text-align: left;
}
.td_grupo_disciplinar_caixa{
    width: 10px;
    border-radius: 5px;
}
.td_grupo_disciplinar_caixa, .td_grupo_disciplinar_texto{
    cursor: pointer;
    border: solid 1px #FFFFFF;
}
.td_grupo_disciplinar_texto:hover, .td_grupo_disciplinar_caixa:hover + .td_grupo_disciplinar_texto{
    background-color: #DDEBE4;
}
.td_grupo_disciplinar_texto:active, .td_grupo_disciplinar_caixa:active + .td_grupo_disciplinar_texto{
    background-color: #cae1d7;
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #EEEEEE;
    border-bottom: solid 1px #EEEEEE;
    border-left: solid 1px #CCCCCC;
}
/* Campos de arquivo instanciados pelo componente FileUploader */
div.fileuploader{
    border: 1px solid #777;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    min-width: 250px;
    margin: 5px;
}
div.fileuploader div.conteiner_input{
    width: 0;
    height: 0;
    overflow: hidden;
}
div.fileuploader div.titulo{
    text-align: center;
    padding: 2px 0;
    /* Degradê de verde floresta */
    background: rgb(2,134,74);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyODY0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOGIwNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(2,134,74,1) 0%, rgba(8,176,98,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,134,74,1)), color-stop(100%,rgba(8,176,98,1)));
    background: -webkit-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: -o-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: -ms-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    background: linear-gradient(to bottom, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02864a', endColorstr='#08b062',GradientType=0 );
}
div.fileuploader div.conteudo{
    padding: 3px;
    min-height: 20px;
}
div.fileuploader .escolher_arquivo>span.glyphicon-plus{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url('../css/temas_jqueryui/tema_padrao/images/ui-icons_666666_256x240.png');
    background-position: -32px -128px;
}
div.fileuploader .escolher_arquivo:active>span.glyphicon-plus{
    background: url('../css/temas_jqueryui/tema_padrao/images/ui-icons_fefefe_256x240.png');
    background-position: -32px -128px;
}
div.fileuploader .escolher_arquivo>span.rotulo{
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}
.conteiner_arquivo{
    margin-bottom: 0;
    width: 100%;
    border-collapse: collapse;
}
.conteiner_arquivo>thead>tr>th{
    text-align: center;
}
.conteiner_arquivo>tbody>tr>td{
    text-align: center;
    vertical-align: middle;
}
.conteiner_arquivo>tbody>tr>td.tipo{
    padding-left: 2px;
    padding-right: 2px;
}
.conteiner_arquivo img.thumbnail{
    margin-bottom: 0;
    cursor: pointer;
}
.conteiner_arquivo>tbody>tr>td.dados{
    text-align: left;
}
.conteiner_arquivo span.rotulo, .conteiner_arquivo span.valor{
    display: inline-block;
    vertical-align: top;
}
.conteiner_arquivo span.rotulo{
    font-weight: bold;
    padding-right: 3px;
}
.conteiner_arquivo .nome>span.valor{
    width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.conteiner_arquivo div.progress{
    margin-bottom: 0;
    background: rgb(190, 222, 121);
    border: 1px solid #A5C956;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
}
.conteiner_arquivo div.progress-bar{
    padding-top: 2px;
    border-right: 1px solid #A5C956;
    font-weight: bold;
    color: #444;
    text-align: center;
    text-shadow: 1px 1px 0px rgb(255, 255, 255);
    box-shadow: none;
    min-width: 0;
}
.conteiner_arquivo div.progress-bar[aria-valuenow='100']{
    border-right: none;
}
.conteiner_arquivo div.progress-bar:not(.progress-bar-striped){
    /* Degradê de verde oliva médio */
    background: rgb(190,222,121);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlZGU3OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNGQ2NmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgb(190,222,121) 0%, rgb(180,214,108) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(190,222,121)), color-stop(100%,rgb(180,214,108)));
    background: -webkit-linear-gradient(top,  rgb(190,222,121) 0%,rgb(180,214,108) 100%);
    background: -o-linear-gradient(top,  rgb(190,222,121) 0%,rgb(180,214,108) 100%);
    background: -ms-linear-gradient(top,  rgb(190,222,121) 0%,rgb(180,214,108) 100%);
    background: linear-gradient(to bottom,  rgb(190,222,121) 0%,rgb(180,214,108) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bede79', endColorstr='#b4d66c',GradientType=0 );
}
.conteiner_arquivo div.progress-bar-striped{
    background-color: rgb(190,222,121);
}
.conteiner_arquivo td.acoes>button{
    min-width: 0;
    padding: 2px;
}
div.aviso_vermelho{
    color: red;
    font-size: 11px;
    margin: 0;
}
div.aviso_vermelho>ul{
    width: 250px;
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: justify;
}
/* Fim das regras CSS do editor de arquivos */

.textarea_view{
    text-align: left;
    background-color: #B7E8C5;
    border: none;
    color: #000000;
}
.tabela_horarios{
    border-top-color: #000000;
    width: 100%;
    border-collapse: collapse;
    margin: 1px;
}
.tabelaborda{
    border: solid;
    border-collapse: collapse;
    border-color:#000000;
}
.tabelabordainterna {border-collapse: collapse; border: 1px solid #6e6969;}
.tabelabordainterna thead tr th {border-collapse: collapse; border:1px solid #6e6969;}
.tabelabordainterna tbody tr td {border-collapse: collapse; border:1px solid #6e6969;}
.tabelabordainterna tfoot tr th {border-collapse: collapse; border:1px solid #6e6969;}
.tabela_rowspan tr:nth-child(odd){
    background-color: transparent;
}
.tabela_rowspan tr:nth-child(even){
    background-color: transparent;
}
/* Estilizações do campo Spinner */
div.container_spinner{
    display: inline-block;
    border: 1px solid #aaa;
    border-radius: 3px;
}
div.bootstrap-touchspin{
    position: relative;
    display: table;
    border-collapse: collapse;
    box-sizing: border-box;
    font-size: 0;
}
div.bootstrap-touchspin span.input-group-btn{
    position: relative;
    display: table-cell;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
}
div.bootstrap-touchspin span.bootstrap-touchspin-prefix,
div.bootstrap-touchspin span.bootstrap-touchspin-postfix{
    display: table-cell;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fefefe;
    border-bottom: 0;
    padding: 2px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
div.bootstrap-touchspin span.bootstrap-touchspin-prefix{
    border-left: 0;
    border-right: 0;
}
div.bootstrap-touchspin span.bootstrap-touchspin-postfix{
    border-right: 0;
    border-right: 0;
}
div.bootstrap-touchspin input.spinner{
    display: block;
    border-radius: 0;
    margin-bottom: 0;
    padding: 1px 0 1px 3px;
    border: 0;
    width: 60px;
    height: 19px;
}
div.bootstrap-touchspin input.spinner.inline{
    min-width: 0;
    width: 30px;
}
div.bootstrap-touchspin span.input-group-btn>button{
    min-width: 0;
    width: 21px;
    height: 21px;
    border: 0;
    border-radius: 0;
}
div.bootstrap-touchspin span.input-group-btn:first-of-type>button{
    border-right: 1px solid #aaa;
    border-radius: 3px 0 0 3px;
}
div.bootstrap-touchspin span.input-group-btn:last-of-type>button{
    border-left: 1px solid #aaa;
    border-radius: 0 3px 3px 0;
}
.arredondado{
    border-width: 1px;
    border-style: solid;
    -moz-border-radius:5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border-color: #999999;
}
.circulo{
    border-radius: 50%; /*(padrão)*/
    -moz-border-radius: 50%; /*(navegadores Flock e Firefox)*/
    -webkit-border-radius: 50%; /*(navegadores Chrome e Safari)*/
}

#popup_container.medio, #popup_container.medio #popup_area{
    min-width: 800px !important;
    max-width: 800px !important;
}
#popup_container.grande, #popup_container.grande #popup_area{
    min-width: 1000px !important;
    max-width: 1000px !important;
}

/* Estilizações de exibição das páginas das funcionalides do sistema */
.func_paginas{
    display: inline-block;
    list-style: none;
    padding-left: 0;
    padding-right: 60px;
}
.func_paginas li{
    border: 1px solid transparent;
    border-bottom: 0;
    padding: 3px;
    width: 130%;
    position: relative;
    background: none;
    background-position: 0px 0px;
    transition: border 300ms ease-out, background-image 300ms ease-out;
    -webkit-transition: border 300ms ease-out, background-image 300ms ease-out;
    -moz-transition: border 300ms ease-out, background-image 300ms ease-out;
    -o-transition: border 300ms ease-out, background-image 300ms ease-out;
}
.func_paginas li:first-child{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.func_paginas li.ultimo{
    border-bottom: 1px solid transparent;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.func_paginas:hover li{
    background: url(../images/botoes_degrades.png) repeat-x;
    background-position: 0px 0px;
    border-color: #AAA;
    color: black;
    text-shadow: 0px 1px 0px white;
}
.func_paginas li img, .func_paginas li span, .func_paginas li a{
    display: inline-block;
    vertical-align: middle;
}
.func_paginas li a, .func_paginas li span.remover_pagina{
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 2px;
}
.func_paginas li span.remover_pagina{
    cursor: pointer;
}
.func_paginas li a:hover, .func_paginas li span.remover_pagina:hover, .func_paginas li a:focus, .func_paginas li span.remover_pagina:focus{
    background-color: lightgreen;
}
.func_paginas li a:active, .func_paginas li span.remover_pagina:active{
    background-color: forestgreen;
}

.func_icones td{
    padding: 0;
}

.func_icones button{
    min-width: 21px;
    margin: 1px !important;
    padding: 3px !important;
    text-align: center;
    height: 28px;
}

.func_icones button img{
    width: 18px;
    height: 18px;
}

#listagem_icones{
    min-height: 540px;
}
#container_func_icones .tabela_func_icones{
    width: 100%;
    position: relative;
    display: none;
    margin-bottom: 15px;
}
#container_func_icones .carregando{
    min-height: 300px;
    z-index: 10;
}
.tabela_func_icones .botao_primeiro, .tabela_func_icones .botao_anterior,
.tabela_func_icones .botao_proximo, .tabela_func_icones .botao_ultimo{
    min-width: 30px;
}
.tabela_func_icones .botao_primeiro span, .tabela_func_icones .botao_anterior span,
.tabela_func_icones .botao_proximo span, .tabela_func_icones .botao_ultimo span{
    background-image: url(../images/paginacao_sprites.png);
    display: inline-block;
    width: 9px;
    height: 5px;
}
.tabela_func_icones .botao_primeiro span{ background-position: 0px 0px; }
.tabela_func_icones .botao_primeiro:not([disabled]):active span{ background-position: 0px -6px; }
.tabela_func_icones .botao_anterior span{ background-position: -11px 0px; }
.tabela_func_icones .botao_anterior:not([disabled]):active span{ background-position: -11px -6px; }
.tabela_func_icones .botao_proximo span{ background-position: -23px 0px; }
.tabela_func_icones .botao_proximo:not([disabled]):active span{ background-position: -23px -6px; }
.tabela_func_icones .botao_ultimo span{ background-position: -35px 0px; }
.tabela_func_icones .botao_ultimo:not([disabled]):active span{ background-position: -35px -6px; }

.func_icones_head{
    display: inline-block;
    width: 70.5% !important;
    text-align: center;
}
/**/

/* Estilizações referente às colunas de ações, das tabelas de listagem */
.tabelaaberta .acoes a, .tabelaaberta .acoes span,
.tabelainterna .acoes a, .tabelainterna .acoes span, .tabelaaberta .acoes>img,
.acoes_botoes img{
    padding: 2px;
    display: inline-block;
    border: 1px solid;
    background: transparent;
    border-color: transparent;
    cursor: pointer;
    transition: border 300ms ease-out, background-image 300ms ease-out;
    -webkit-transition: border 300ms ease-out, background-image 300ms ease-out;
    -moz-transition: border 300ms ease-out, background-image 300ms ease-out;
    -o-transition: border 300ms ease-out, background-image 300ms ease-out;
    margin-left: -4px;
}
.tabelaaberta .acoes a:first-child, .tabelaaberta .acoes span:first-child, .tabelaaberta .acoes>img:first-child,
.tabelainterna .acoes a:first-child, .tabelainterna .acoes span:first-child, .acoes_botoes img:first-child{
    margin-left: 0 !important;
}
.tabelaaberta .acoes:hover a, .tabelaaberta .acoes:hover span, .tabelaaberta .acoes:hover>img,
.tabelainterna .acoes:hover a, .tabelainterna .acoes:hover span, .acoes_botoes:hover img{
    background: url(../images/botoes_degrades.png) repeat-x;
    background-position: 0px 0px;
    border-color: #AAA;
}

.tabelaaberta .acoes a:hover, .tabelaaberta .acoes span:hover, .tabelaaberta .acoes>img:hover,
.tabelainterna .acoes a:hover, .tabelainterna .acoes span:hover, .acoes_botoes img:hover{
    background-position: 0px -22px;
    border-color: #AAA;
}

.tabelaaberta .acoes a:focus, .tabelaaberta .acoes span:focus, .tabelaaberta .acoes>img:focus,
.tabelainterna .acoes a:focus, .tabelainterna .acoes span:focus, .tabelainterna .acoes>img:focus{
    background: url(../images/botoes_degrades.png) repeat-x;
    background-position: 0px 0px;
    border-color: #AAA;
}

.tabelaaberta .acoes a:active, .tabelaaberta .acoes span:active, .tabelaaberta .acoes>img:active,
.tabelainterna .acoes a:active, .tabelainterna .acoes span:active, .tabelainterna .acoes>img:active,
.tabelaaberta .acoes a.ativo, .tabelaaberta .acoes span.ativo, .tabelaaberta .acoes>img.ativo,
.tabelainterna .acoes a.ativo, .tabelainterna .acoes span.ativo, .tabelainterna .acoes>img.ativo,
.acoes_botoes img:active, .acoes_botoes img.ativo{
    background-position: 0px -44px;
    border-color: green;
}

.tabelaaberta .acoes a:first-child, .tabelaaberta .acoes span:first-child, .tabelaaberta .acoes>img:first-child,
.tabelainterna .acoes a:first-child, .tabelainterna .acoes span:first-child, .acoes_botoes img:first-child{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.tabelaaberta .acoes a:last-child, .tabelaaberta .acoes span:last-child, .tabelaaberta .acoes>img:last-child,
.tabelainterna .acoes a:last-child, .tabelainterna .acoes span:last-child, .acoes_botoes img:last-child{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.tabelainterna {
    border: 0px solid;
}

div.multiplo .cabecalho {
    background: rgba(0, 0, 0, 0) url("temas_jqueryui/tema_padrao/images/ui-bg_inset-soft_40_028641_1x100.png") repeat-x scroll 50% 50%;
    padding: 2px 0;
    text-align: center;
}

/* Estilizações de campos múltiplos, usado no CRUD administrativo de funcionalidades */
div.multiplo{
    border: 1px solid #777;
    border-radius: 3px;
}
div.multiplo .cabecalho{
    padding: 2px 0;
    background: url('temas_jqueryui/tema_padrao/images/ui-bg_inset-soft_40_028641_1x100.png') 50% 50% repeat-x;
    text-align: center;
}
.cabecalho button.botao_adicionar{
    border: 1px solid #d8d8d8;
    color: #444;
    text-shadow: 0px 1px 0px #ccc;
    font-weight: bold;
    background: url('temas_jqueryui/tema_padrao/images/ui-bg_highlight-soft_50_f1f1f1_1x100.png') 50% 50% repeat-x;
    border-radius: 3px;
    cursor: pointer;
    padding: 1px 6px;
    text-align: center;
}
.cabecalho button.botao_adicionar, .botao_adicionar span.glyphicon-plus, .botao_adicionar span.rotulo{
    display: inline-block;
    vertical-align: middle;
}
.cabecalho .botao_adicionar>span.glyphicon-plus{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url('temas_jqueryui/tema_padrao/images/ui-icons_666666_256x240.png');
    background-position: -32px -128px;
}
.cabecalho .botao_adicionar:active>span.glyphicon-plus{
    background: url('temas_jqueryui/tema_padrao/images/ui-icons_fefefe_256x240.png');
    background-position: -32px -128px;
}
.cabecalho button.botao_adicionar:hover{
    background-image: url('temas_jqueryui/tema_padrao/images/ui-bg_highlight-soft_50_e0e0e0_1x100.png');
}
.cabecalho button.botao_adicionar:active{
    background-image: url('temas_jqueryui/tema_padrao/images/ui-bg_inset-soft_40_028641_1x100.png');
    border-color: forestgreen;
    color: white;
    text-shadow: 0px 1px 0px #333;
}
.botao_adicionar span.icone{
    padding-right: 3px;
    width: 16px;
    height: 16px;
    background-image: url('temas_jqueryui/tema_padrao/images/ui-icons_666666_256x240.png');
    background-position: -32px -128px;
}
.botao_adicionar:active span.icone{
    background-image: url('temas_jqueryui/tema_padrao/images/ui-icons_fefefe_256x240.png');
}
div.multiplo .corpo{
    padding: 3px;
    min-height: 20px;
}
div.multiplo .corpo td.acoes>button{
    min-width: 0;
    padding: 2px;
}

/* Estilizações adicionais referentes ao Bootstrap Iconpicker */
button.iconpicker{
    height: auto;
    min-height: 22px;
}
button.iconpicker div.icone, button.iconpicker div.rotulo{
    display: inline-block;
    vertical-align: middle;
}
button.iconpicker div.rotulo{
    margin-left: 5px;
}
div.indicador_carregamento_icones span.rotulo{
    display: inline-block;
    vertical-align: 5px;
}
table.table-icons thead input[type='text']{
    font-weight: normal;
    margin: 0;
}
table.table-icons .btn{
    min-height: 35px;
    margin: 0;
}
table.table-icons .btn.ativo{
    border-color: forestgreen;
    color: #eee;
    text-shadow: 0px 1px 0px #444;
    /* Degradê de verde floresta um pouco mais claro */
    background: #02ac5f;
    background: -moz-linear-gradient(top,  #02ac5f 0%, #09cf73 100%);
    background: -webkit-linear-gradient(top,  #02ac5f 0%,#09cf73 100%);
    background: linear-gradient(to bottom,  #02ac5f 0%,#09cf73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02ac5f', endColorstr='#09cf73',GradientType=0 );
}
table.table-icons tbody i.fa{
    margin-right: 0 !important;
}
table.table-icons td{
    min-width: 35px;
}
i.fatcow_icons{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
i.fatcow_icons.t32x32{
    width: 32px;
    height: 32px;
}
/**/

/* início das estilizações do passo-a-passo */
.stepwizard-step p{
    margin: 3px;
}
.stepwizard-row{
    display: table-row;
}
.stepwizard{
    position: relative;
    min-width: 60%;
    display: table;
    margin: 0 auto;
}
.stepwizard-step button[disabled]{
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before{
    top: 14px;
    margin-left: 100px;
    bottom: 0;
    position: absolute;
    content: " ";
    min-width: 75%;
    height: 3px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step{
    display: table-cell;
    text-align: center;
    position: relative;
    /*padding: 5px;*/
}
.btn-step{
    height: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #a8e1b6;
    z-index: 0;
    text-decoration:none;
    outline: none !important;
}
.btn-step:active, .btn-step:focus {
    outline: none !important;
    background: #a8e1b6;
    color: #4f4f4f;
    border-color: #AAA;
    text-shadow: none;
}
.btn-step.passado:focus, .btn-step.passado:active {
    border-color: #AAA;
}
.btn-step.ativo{
    border: 3px solid #04864a;
    outline: none !important;
}
.negrito{
    font-weight: bold;
}
.btn-step:hover{
    background: #a8e1b6; /* só para remover o efeito hover padrão do sistema */
    outline: none !important;
}
.line-step{
    border: 2px solid #ccc;
    width: 9px;
    position: relative;
    top: 17px;
    left: -13px;
}
@media (min-width: 1764px){
    .stepwizard-row:before{
        width: 900px;
    }}
@media (max-width: 1280px){
    .stepwizard-row:before{
        margin-left: 125px;
    }}
@media (max-width: 1210px){
    .stepwizard-row:before{
        margin-left: 100px;
    }}
@media (max-width: 987px){
    .stepwizard-row:before{
        margin-left: 90px;
    }}
@media (max-width: 829px){
    .stepwizard-row:before{
        margin-left: 80px;
    }}
@media (max-width: 480px){
    .stepwizard{
        display: table;
        width: 100%;
        position: relative;
    }}
/* fim das estilizações do passo-a-passo */

/* Autocompletar */

.search_field {
    background: #FFF url(../images/search.gif) no-repeat right center;
}

.search_field_spin {
    background: #FFF url(../images/search_spin.gif) no-repeat right center;
}

.autocomplete_list * {
    font: 10px/14px helvetica;
}

.autocomplete_list b {
    font-weight: bold;
}

.autocomplete_list {
    background: #FEFEFE;
    border: 1px solid #7C7C7C;
    text-align: left;
    z-index: 99;
}

.autocomplete_list, .autocomplete_list ol, .autocomplete_list li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: both;
}

.autocomplete_list li {
    margin: 0;
    text-align: left;
    cursor: pointer;
    padding: 3px 6px;
}

.autocomplete_list .current_item {
    background: #B2FEBA;
    color: black;
}

.autocomplete_list li {
    color: #303030;
}

.autocomplete_list span {
    color: #111; float: right; padding-left: 2em;
}
.bot_close{
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 2px;
}

.ui-autocomplete-input-field {
    max-width: 500px;
}

.readonly{
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}
/* Estilizações referentes a animações CSS3 */
@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}

@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}

.blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}

.greytd{
    color: #847c7c;
    font-weight: bold;
    border-right: 1px solid #FFF;
    background-color: lightgray;
}
.greytd:last-child{
    border-right: 0 !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered{
    text-align: left;
}
.item-login{
    padding-left:40px;
}

/* estilos personalizados para a tela de login do vestibular */
#td_login_1{
    width: 60%;
}
#td_login_2{
    width: 25%;
}
#td_login_3{
    width: 15%;
}
.divisor.is-3{
    margin: 1rem 0;
}
.divisor {
    text-align: center;
    background-image: -webkit-linear-gradient(top,transparent 10px,#e3e3e3 0,#e3e3e3 12px,transparent 0);
    background-image: -o-linear-gradient(top,transparent 10px,#e3e3e3 10px,#e3e3e3 12px,transparent 12px);
    background-image: linear-gradient(180deg,transparent 10px,#e3e3e3 0,#e3e3e3 12px,transparent 0);
    margin: 0;
}
.divisor>span {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    text-transform: none;
}
#showPassword{
    background-image: url('../icones/32x32/oculta.png');
    background-repeat: no-repeat;
    background-position: center left;
    color: #333333;
    border: none;
    background-size: 18px;
    min-width: 0px;
    width: 18px;
    outline: none;
}
#showPassword:active{
    border: none;
}
#divCaps{
    display:none;
    color:red;
}

/* Campos de calendário instanciados pelo componente Bootstrap Datetimepicker */
div.conteiner_calendario{
    border-spacing: 0;
}
.conteiner_calendario span.input-group-addon{
    /*background: rgb(244,244,244);*/
    padding: 6px 8px;
}
.conteiner_calendario span.input-group-addon:hover, .conteiner_calendario.intervalo_aberto span.input-group-addon:focus{
    background: rgb(232,232,232);
}
.conteiner_calendario span.input-group-addon:active{
    color: #EFEFEF !important;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
    background: rgb(90, 125, 85);
}
/*div.conteiner_calendario.comum{
        width: 137.5px;
}
div.conteiner_calendario.data_hora{
        width: 175px;
}*/
div.conteiner_calendario.comum input[type='text'],
div.conteiner_calendario.data_hora input[type='text']{
    border-right: 0;
}
div.conteiner_calendario.intervalo_aberto span.input-group-addon{
    padding: 6px 8px;
}
.conteiner_calendario.intervalo_aberto span.rotulo{
    display: table-cell;
    vertical-align: middle;
}
.conteiner_calendario.intervalo_aberto input[type='text']{
    padding-left: 5px;
    padding-right: 5px;
    border-right: 0;
    width: 90px;
}
.conteiner_calendario.intervalo_aberto span.input-group-addon{
    width: 0;
}
div.bootstrap-datetimepicker-widget{
    box-shadow: 0 5px 10px rgba(0,0,0,0.8);
    /*width: 21em !important;*/
    position: absolute;
    display: block;
    background: #ffffff;
    z-index: 200;
    border: 1px solid #565;
    border-radius: 3px;
}
div.bootstrap-datetimepicker-widget.timepicker-sbs{
    width: 38em !important;
}
div.datepicker>div>table>thead>tr:first-child>th{
    border-radius: 0;
    color: white;
    background: rgb(90, 125, 85);
}
div.datepicker>div>table>thead>tr:first-child>th:hover{
    color: #DDD;
    background: rgb(90, 125, 85);
}
div.datepicker>div>table>thead>tr:first-child>th.prev, div.datepicker>div>table>thead>tr:first-child>th.next{
    /*font-family: 'Glyphicons Halflings' !important;*/
    text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
}
div.datepicker>div>table>thead>tr:first-child>th.prev{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
div.datepicker>div>table>thead>tr:first-child>th.next{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
div.datepicker>div>table>thead>tr>th.datepicker-switch{
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
div.datepicker>div>table>thead th.dow{
    font-weight: normal;
    background: #EEFFEE;
}
div.datepicker>div>table>thead th.dow:first-child, div.datepicker>div>table>thead th.dow:last-child{
    color: #a66;
}

div.datepicker>div>table>tbody>tr>td.day:first-child, div.datepicker>div>table>tbody>tr>td.day:last-child{
    color: #a66;
}
div.datepicker>div>table>tbody>tr>td.day.old:first-child, div.datepicker>div>table>tbody>tr>td.day.old:last-child,
div.datepicker>div>table>tbody>tr>td.day.new:first-child, div.datepicker>div>table>tbody>tr>td.day.new:last-child{
    color: #999;
}
div.datepicker>div>table>tbody td.day.today{
    font-weight: bold;
}
div.datepicker>div>table>tbody td.day{
    border-radius: 0;
    min-width: 10px;max-width: 10px;
    text-align: center;
}
div.datepicker>div>table>tbody td.day,
div.datepicker>div>table>tbody td.day.today,
div.datepicker>div>table>tfoot>tr>th.today,
div.datepicker span.month,
div.datepicker span.year,
div.datepicker span.decade{
    border: 1px solid #d8d8d8 !important;
    background: rgb(244,244,244);
}
div.datepicker-decades>table>tbody td,
div.datepicker-decades>table>tbody td>span{
    line-height: 0;
    text-align: center;
}
div.datepicker-decades>table>tbody td>span:not(.decade){
    height: 0;
}
div.datepicker>div>table>tbody td.day:hover,
div.datepicker>div>table>tbody td.day.today:hover,
div.datepicker>div>table>tfoot>tr>th.today:hover,
div.datepicker span.month:hover,
div.datepicker span.year:hover,
div.datepicker span.decade:hover{
    background: rgb(232,232,232);
}
div.datepicker>div>table>tbody td.day:focus, div.datepicker>div>table>tbody td.day:active,
div.datepicker>div>table>tbody td.day.today:focus, div.datepicker>div>table>tbody td.day.today:active,
div.datepicker>div>table>tbody td.day.focused, div.datepicker>div>table>tbody td.day.today.focused,
div.datepicker>div>table>tbody td.day.active, div.datepicker>div>table>tbody td.day.today.active,
div.datepicker>div>table>tbody td.day.active:hover, div.datepicker>div>table>tbody td.day.today.active:hover,
div.datepicker>div>table>tfoot>tr>th.today:active,
div.datepicker span.month:active,
div.datepicker span.year:active,
div.datepicker span.decade:active{
    color: #EFEFEF !important;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
    background: rgb(90, 125, 85);
}
div.datepicker>div>table>tbody td.day.disabled, div.datepicker>div>table>tbody td.day.disabled:hover
div.datepicker>div>table>tbody td.day.disabled:focus, div.datepicker>div>table>tbody td.day.disabled:active{
    cursor: not-allowed;
    opacity: .35;
    color: #999 !important;
    text-shadow: none;
    background: #f4f4f4;
}
div.datepicker>div>table>tbody td.day.active,
div.datepicker span.month.active,
div.datepicker span.year.active,
div.datepicker span.decade.active{
    font-weight: bold;
}
div.datepicker>div>table>tbody td.day.old, div.datepicker>div>table>tbody td.day.new{

}
div.datepicker span.month,
div.datepicker span.year,
div.datepicker span.decade{
    border-radius: 0;
}
div.datepicker span.month.active,
div.datepicker span.year.active,
div.datepicker span.decade.active{
    background-color: rgb(90, 125, 85) !important;
}
div.bootstrap-datetimepicker-widget li.picker-switch>table>tbody>tr>td{
    width: 50%;
}
div.bootstrap-datetimepicker-widget a[data-action]{
    color: rgb(90, 125, 85) !important;
}
div.bootstrap-datetimepicker-widget a[data-action]>span{
    border: 1px solid #aaa;
}
div.bootstrap-datetimepicker-widget a[data-action]>span:active{
    color: #EFEFEF !important;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
    background: rgb(90, 125, 85);
}
div.bootstrap-datetimepicker-widget a[data-action='today']>span{
    border-radius: 3px 0 0 3px;
    border-right: 0;
}
div.bootstrap-datetimepicker-widget a[data-action='close']>span{
    border-radius: 0 3px 3px 0;
}
div.bootstrap-datetimepicker-widget a[data-action='today']>span:before,
div.bootstrap-datetimepicker-widget a[data-action='close']>span:before{
    color: #444;
    font-family: 'Arial';
    font-weight: bold;
}
div.bootstrap-datetimepicker-widget a[data-action='today']>span:active:before,
div.bootstrap-datetimepicker-widget a[data-action='close']>span:active:before{
    color: white;
}
div.bootstrap-datetimepicker-widget a[data-action='today']>span:before{
    content: 'Hoje';
}
div.bootstrap-datetimepicker-widget a[data-action='close']>span:before{
    content: 'Fechar';
}
.td_data_mensagem_avaliacao{
    width: 120px;
}

div.dicas {
    width: 90%;
    margin: 10px
}

ol.lista_dicas {
    color: #ccc;
    list-style-type: none;
    width: 100%;
}

li.item_dicas{
    position: relative;
    font: bold italic 45px/1.5 Helvetica, Verdana, sans-serif;
    margin-bottom: 20px;
    float: left;
    text-align: left;
    vertical-align: middle;
}

p.texto_dicas {
    font: 14px/1.2 Helvetica, sans-serif;
    padding-left: 60px;
    color: #555;
    text-align: justify;
    padding-right: 90px;
}
div.texto_questoes{
    font: 14px/1.2 Helvetica, sans-serif;
    padding-left: 60px;
    color: #555;
    text-align: justify;
    padding-right: 90px;
}
ul.texto_questoes{
    text-align: left;
}
span.span_numero_questoes{
    position: relative;
    font: bold italic 45px/1.5 Helvetica, Verdana, sans-serif;
    margin-bottom: 20px;
    float: left;
    color: #ccc;
    text-align: left;
    vertical-align: middle
}
span.span_dicas {
    position: absolute;
}

@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from{background-position:0 0;} to{background-position:40px 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}
.progress{overflow:hidden;
          height:20px;
          margin-bottom:20px;
          background-color:#f7f7f7;
          background-image:-moz-linear-gradient(top, #f5f5f5, #f9f9f9);
          background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
          background-image:-webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
          background-image:-o-linear-gradient(top, #f5f5f5, #f9f9f9);
          background-image:linear-gradient(to bottom, #f5f5f5, #f9f9f9);
          background-repeat:repeat-x;
          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
          -webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
          -moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
          -webkit-border-radius:4px;
          -moz-border-radius:4px;
          border-radius:4px;
}
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.progress.active .bar {
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-striped .bar {
    background-color: #97d149;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress .bar {
    height: 100%;
    color: #ffffff;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-repeat: repeat-x;
    transition: width 0.6s ease;
}
.responder_resposta{
    content: "";
    display: block;
    float: right;
    cursor: pointer;
}
.resposta_resposta{
    border: 1px #616161;
    margin-left: -7px;
    box-shadow: none;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: -10px;
    background-color: #c7c3c3;
    height: 70px;
    float: left;
    font-style: italic;
    vertical-align: baseline;
    outline: none;
    text-align: left;
    padding-bottom: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.resposta_resposta_left{
    float: left;
    width: 5px;
    background-color: #59d368 !important;
    margin-left: -4px;
    height: 75px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.resposta_resposta_right{
    float: right;
    width: 15px;
    background-color: #c7c3c3;
    height: 70px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    align-items: middle;
    cursor: pointer;
}
span.mensagem_resposta_referencia_minha {
    display: inline-block;
    width: 60%;
    text-align: justify;
    margin-left: 38%;
    margin-top: 12px;
    border: 1px solid #aaa;
    border-top-right-radius: 10px;
    padding-left: 3px;
    background-color: #c7c3c3;
    margin-bottom: -12px;
}
span.mensagem_resposta_referencia_outro {
    display: inline-block;
    width: 59.5%;
    text-align: justify;
    margin-left: -38%;
    margin-top: 12px;
    border: 1px solid #aaa;
    border-top-right-radius: 10px;
    padding-left: 3px;
    background-color: #c7c3c3;
    margin-bottom: -12px;
}
.resposta_evidencia{
    border: 3px solid #59d368;
}
.informacao_avaliacao:hover{
    background-color: #CDDBD4;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.numero_questao{
    color: #635e5e;
    position: relative;
    font: bold italic 24px/1.5 Helvetica, Verdana, sans-serif;
    margin-bottom: 20px;
    float: left;
    text-align: left;
    vertical-align: middle;
    text-align: left;
}
.mensagem_botoes_fixo_dir{
    text-align: left;
    width: 100%;
    margin: -23px 42px;
    position: relative;
}
span.mensagem_botao_voltar_dir{
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
    background: #10aa4b; /* Old browsers */
    background: -moz-linear-gradient(top, #D0D0D0 0%, #DFDFDF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D0D0D0), color-stop(100%,#DFDFDF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #D0D0D0 0%,#DFDFDF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #D0D0D0 0%,#DFDFDF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #D0D0D0 0%,#DFDFDF 100%); /* IE10+ */
    background: linear-gradient(top, #D0D0D0 0%,#DFDFDF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D0D0D0', endColorstr='#DFDFDF',GradientType=0 ); /* IE6-9 */
    width: 40px;
    height: 22px;
    border-top-right-radius: 7px;
    font-weight: bold;
    cursor: pointer;
    color: #006600;
    border: 1px solid #AAA;
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
    position: absolute;
    border-radius: 0px 5px;
}
span.mensagem_botao_voltar_dir:hover{
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-bottom: 1px solid #888888;
    border-right: 1px solid #888888;
}
span.mensagem_botao_voltar_dir:active{
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
}
.alert-primary {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: left;
    font-weight: bold;

    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
/*NESTEAD - LISTA*/
#nivel1,#nivel2{
    width:10%;
    display: inline-block;
    text-align:right
}
@media (max-width: 1337px){
    #nivel2{
        width: 9.8%;
    }
    #nivel3_1{
        width: 16%;
    }
    #nivel3_2{
        width: 6%;
    }
}
@media (max-width: 1326px){
    #nivel1{
        width: 6%;
    }
    #nivel2{
        width: 5.6%;
    }
    #nivel3_1{
        width: 16%;
    }
    #nivel3_2{
        width: 6%;
    }
}
@media (max-width: 770px){
    #nivel1{
        width: 6%;
    }

    #nivel3_1{
        width: 16%;
    }
    #nivel3_2{
        width: 6%;
    }
}

/*---------------------------------------------------------------- DESSATURAR */
.dessaturar {
	filter: url(filters.svg#grayscale);
	filter: gray;
	-webkit-filter: grayscale(1);
}
.dessaturar a:active{
	filter: url(filters.svg#grayscale);
	filter: gray;
	background-position: 0px -44px;
	border-color: green;
}
.dessaturar a:hover {
	filter: url(filters.svg#grayscale);
	filter: gray;
	-webkit-filter: grayscale(0);
}

div.form {
    width: 690px;
    max-width: 690px;
    min-height: 510px;
    border-right: 1px #000000 solid;
    float: left;
}

div.passo {
	width: 30%;
	min-width: 130px;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
}

.tab_passos{
	font-size:13px;
	text-align:left;
	margin:0 auto;
	padding:0px;
}

ol.passos {
	counter-reset: item;
	line-height: 150%;
	padding-left: 15px;
	margin: 0 auto;
}

ol.passos > li {
	counter-increment: item;
}

ol.passos ol.passos > li {
	display: block;
}

ol.passos ol.passos > li:before {
	content: counters(item, ".") ". ";
}
.anterior_off{
	color: #666666 !important;
	font-weight:normal;
	text-decoration: none;
}
.destaque_passos{
	color: #ff0000 !important;
	font-weight:bold;
	text-decoration: none;
}
.destaque_passos:hover{
	font-weight: bold !important;
	text-shadow: 0px 1px 0px #bbb;
}
.nao_destaca{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
/* Novas estilizações de botões "backlink", tanto horizontais como verticais */
ul.backlink{
        margin-left: 0;
        padding-left: 0;
        list-style-type: none;
}
ul.backlink.vertical{
        min-width: 125px;
}
ul.backlink li{
        display: inline-block;
        vertical-align: top;
        width: 25%;
		text-align: center;
}
ul.backlink.vertical li{
        display: inline;
}
ul.backlink li, ul.backlink li>a, ul.backlink li>button{
        border-radius: 5px;
}
ul.backlink.vertical li, ul.backlink.vertical li>a, ul.backlink.vertical li>button{
        border-radius: 0;
}
ul.backlink.vertical li:first-child, ul.backlink.vertical li:first-child>a, ul.backlink.vertical li:first-child>button{
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}
ul.backlink.vertical li:last-child, ul.backlink.vertical li:last-child>a, ul.backlink.vertical li:last-child>button{
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
}
ul.backlink a, ul.backlink button{
        display: block;
        padding: 1px;
        border: 1px solid #C0C0C0;
        font-weight: bold;
        line-height: 18px;
        color: #4f4f4f;
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
        /* Degradê de cinza claro */
        background: rgb(232,232,232);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(224,224,224,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(224,224,224,1)));
        background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(224,224,224,1) 100%);
        background: -o-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(224,224,224,1) 100%);
        background: -ms-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(224,224,224,1) 100%);
        background: linear-gradient(to bottom, rgba(232,232,232,1) 0%,rgba(224,224,224,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#e0e0e0',GradientType=0 );
}
ul.backlink button{
        width: 100%;
        height: auto;
}
ul.backlink button::-moz-focus-inner{
        border: 0;
        padding: 0;
}
ul.backlink a:link{
        color: #4f4f4f;
        text-decoration: none;
}
ul.backlink a:hover, ul.backlink a:focus, ul.backlink button:hover, ul.backlink button:focus {
        cursor: pointer;
        border-color: forestgreen;
        color: #efefef;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
        /* Degradê de verde floresta */
        background: rgb(2,134,74);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyODY0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOGIwNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(2,134,74,1) 0%, rgba(8,176,98,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,134,74,1)), color-stop(100%,rgba(8,176,98,1)));
        background: -webkit-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
        background: -o-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
        background: -ms-linear-gradient(top, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
        background: linear-gradient(to bottom, rgba(2,134,74,1) 0%,rgba(8,176,98,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02864a', endColorstr='#08b062',GradientType=0 );
}
ul.backlink a.desativado, ul.backlink a.desativado:hover, ul.backlink a.desativado:active,
ul.backlink button.desativado, ul.backlink button.desativado:hover, ul.backlink button.desativado:active,
ul.backlink button[disabled], ul.backlink button[disabled]:hover, ul.backlink button[disabled]:active {
        background: #C0C0C0 !important;
        border: 1px solid #b0b0b0 !important;
        color: #888 !important;
        text-shadow: none !important;
        cursor: not-allowed;
}
ul.backlink>li>form>a, ul.backlink>li>form>button{
        border-radius: 5px;
}
ul.backlink a.desativado>img, ul.backlink button[disabled]>img, ul.backlink button.desativado>img{
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */  
        filter: gray;
        -webkit-filter: grayscale(100%);
        -webkit-transition: all .6s ease;
        -webkit-backface-visibility: hidden;    
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

@keyframes treme {
  0% {margin-left: 0;}
  25% {margin-left: 5px;}
  50% {margin-left: 0;}
  75% {margin-left: -5px;}
  100% {margin-left: 0;}
}
.tremer {
  animation: treme 0.2s;
  animation-iteration-count: 5;
}
.ft_paragrafo{
    text-align: justify;
    text-indent: 40px;

}
.verticalTableHeader {
    text-align:center;
    white-space:nowrap;
    transform-origin:50% 50%;
    transform: rotate(90deg);
    width:12px;
    max-width: 12px;
    margin-top: -145px;
    font-size: 10px;
    color:#444;
    font-weight: bold;
}
.verticalTableHeader:before {
    content:'';
    padding-top:110%;/* takes width as reference, + 10% for faking some extra padding */
    display:inline-block;
    vertical-align:middle;
    height: 290px;
}

.gauge2, .gauge3, .gauge4 {
  width: 100%;
  max-width: 230px;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  color: #004033;
  min-height: 138px; height: 138px; max-height: 138px;
}

.gauge__body, .gauge__body3, .gauge__body4 {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background: #b4c0be;
  position: relative;
  border-top-left-radius: 100% 200%;
  border-top-right-radius: 100% 200%;
  overflow: hidden;
}

.gauge__fill, .gauge__fill3, .gauge__fill4 {
  position: absolute;
  top: 100%;
  left: 0;
  width: inherit;
  height: 100%;
  background: #009578;
  transform-origin: center top;
  transform: rotate(0.25turn);
  transition: transform 0.2s ease-out;
}

.gauge__cover, .gauge__cover3, .gauge__cover4 {
  width: 75%;
  height: 150%;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);

  /* Text */
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25%;
  box-sizing: border-box;
}
button.acoes_reajuste_matricula{
	min-width: 0;
	white-space: nowrap;
	padding: 1px 2px;
}
button.acoes_reajuste_matricula.CLAR{
	padding: 1px 6px;
}
#showPassword1{
    background-image: url('../icones/32x32/oculta.png');
    background-repeat: no-repeat;
    background-position: center left;
    color: #333333;
    border: none;
    background-size: 18px;
    min-width: 0px;
    width: 18px;
    outline: none;
}
#showPassword1:active{
    border: none;
}
#showPassword2{
    background-image: url('../icones/32x32/oculta.png');
    background-repeat: no-repeat;
    background-position: center left;
    color: #333333;
    border: none;
    background-size: 18px;
    min-width: 0px;
    width: 18px;
    outline: none;
}
#showPassword2:active{
    border: none;
}
.zebrar:nth-child(even){
    background-color: #DDDDDD !important;
}
.texto_vagas_reservadas{
    padding: 0 1.25rem;
    text-align: justify;
}
.vagas_reservadas{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.termo_autodeclaracao{
    padding: 0 1.25rem;
}
.recaptcha_concurso {
    padding: 2px;
    flex-direction: column;
    margin-top: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.botoes {
    width: 100%;
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rodape_login_concurso{
    box-sizing: border-box;
    padding: 2px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0px;
    justify-content: center;
    align-items: center;
}
#div_conteudo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pontilhada{
    border-bottom: 1px dotted gray; 
    width: 100%;
    margin: 0.9rem auto;
}
