/* Estilizações de animações com keyframes, utilizados em regras "animate" */
.fadein{
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
}
.fadeout{
    transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to   {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to   {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to   {
        opacity: 1;
    }
}
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to   {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to   {
        opacity: 1;
    }
}
body{
    padding:0px;
    margin:0px 0px 0px 0px; /* margens superior, direita, inferior e esquerda */
    font: normal 73%/1.5em Arial, Tahoma, sans-serif;
    font-size:11px;
    color:#000000;
}
iframe#principal{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.floatLeft, .float_left{float: left;}
.floatRight, .float_right{float: right;}
.clearDivs, .clear_divs{clear:both;}
#topo{
    background-image:url(../images/fundo_topo.jpg);
    width:100%;
    height:46px;
    background-position: 0px 0px;
}
#topo.dev{
    background-position: 0px -44px;
}
.topo_fixo{
    position: fixed;
    z-index: 88;
}
#topo_borda_esquerda{
    width:1%;
    height:46px;
    text-align:left;
    float:left;
}
#topo_data{
    width:79%;
    float:left;
    padding-top:15px;
    color:#FFFFFF;
    font-weight:bold;
    text-align:left;
}
#topo_data_aluno{
    width:30%;
    float:left;
    padding-top:15px;
    color:#FFFFFF;
    font-weight:bold;
    text-align:left;
}
#topo_data_professor{
    width:30%;
    float:left;
    padding-top:15px;
    color:#FFFFFF;
    font-weight:bold;
    text-align:left;
}
#topo_dir{
    height:46px;
    width:65%;
    float:right;
    text-align:left;
}
#topo_menu{
    float:right;
    padding-top:18px;
    color:#FFFFFF;
    width: 220px;
    height: 26px;
}
#topo_menu .botao_caixa_mensagens{
    float: left;
    cursor: pointer;
    color: black;
    margin: 5px 0 0 5px;
}
#topo_menu .botao_caixa_mensagens .icone, #topo_menu .botao_caixa_mensagens .texto{
    float: left;
}
#topo_menu .botao_caixa_mensagens:hover .texto{
    color: #037E45;
}
#topo_brasao{
    width:20%;
    height:46px;
    text-align:right;
    float:right;
}
#topo_brasao_aluno{
    background-image: url(../images/brasao_govCe.jpg);
    width:146px;
    height:46px;
    float:right;
}
#topo_brasao_professor{
    background-image: url(../images/brasao_govCe.jpg);
    width:146px;
    height:46px;
    float:right;
}
#secundaria{
    width:100%;
    border-bottom-width:1px;
    border-bottom-color:#000000;
    border-bottom-style:dashed;
}
.secundaria_fixo{
    padding-top: 46px;
}
#brasao_uva{
    background:url(../images/brasao_prograd_cabecalho.jpg) left no-repeat #FFFFFF;
    width:30%;
    min-height:130px;  /*só isso já basta para os browsers de verdade*/
    height:auto !important; /*comça a enganar o estúpido do ie*/
    height:130px; /*termina de enganar o idiota do ie*/
    float:left;
    padding-left:5px;
}
#topo_dados{
    background:url(../images/ondas.jpg) right no-repeat #FFFFFF;
    width:65%;
    min-height:130px;  /*só isso já basta para os browsers de verdade*/
    height:auto !important; /*comça a enganar o estúpido do ie*/
    height:130px; /*termina de enganar o idiota do ie*/
    float:right;
    text-align:right;
    padding-right:15px;

}
#ajuda_tela:hover{
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
.central{
    background-color:#FFFFFF;
    text-align: center;
}
.central_manuais{
    background-color:#FFFFFF;
    text-align: center;
    margin: 0 auto;
}
/*#login{
    background-color:#E4E4E4;
    width:306px;
    border: 10px solid #FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    color:#666666;
    font-size:11px;
    margin: 0 auto;
}*/
#login table tr{
    color: black;
}
table.selecao_modulos{
    margin-left: auto;
    margin-right: auto;
}
table.selecao_modulos tr>td>img{
    display: inline-block;
    vertical-align: middle;
}
table.selecao_modulos tr:hover{
    background-color: #037E45;
    color: white !important;
    text-shadow: 0px 1px 0px black;
    border-radius: 3px;
    cursor: pointer;
}
#login_esquerda{
    background-color: #ffffff;
    /* width:480px; */
    min-height:330px;  /*só isso já basta para os browsers de verdade*/
    height:auto !important; /*comça a enganar o estúpido do ie*/
    height:330px;
    float:left;
    text-align:center;
    width: 49%;
    /* padding-top: 40px; */
}
#login_direita{
    background-color:#ffffff;
    /* width:400px; */
    min-height:330px;  /*só isso já basta para os browsers de verdade*/
    height:auto !important; /*comça a enganar o estúpido do ie*/
    height:330px;
    float:right;
    text-align:center;
    width: 49%;
    padding-top: 8px;
}
/*#login_externo{
    background-color:#ffffff;
    width:326px;
    border: 2px solid #E4E4E4;
    margin: 0 auto;
}*/
#rodape_login{
    background-image:url(../images/fundo_rodape.jpg);
    width:100%;
    height:109px;
    text-align:center;
    margin: 0 auto;
}
#rodape_login.menor{
    height: 54.5px;
}
#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:11px;
    margin: 0 auto;
}
#livre{
    width:100%;
}
.boas_vindas{
    display: inherit;
    font-family: Arial,Helvetica,sans-serif;
    color: #4F8A75;
    font-size: 32px;
    margin: 0 auto;
}
#conteiner_gov{
    background-color:#ffffff;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    margin: 0 auto;
}
#conteiner{
    background-color:#ffffff;
    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;
    padding: 10px;
}
.caixa_grande{
    background-color: #FFFFFF;
    width: 80%;
    margin: 0 auto;
    border: 2px solid;
    border-color: #037E45;
    border-style: ridge;
    text-align: center;
    min-width: 500px;
}
/*.caixa{
    background-color: #FFFFFF;
    margin: 0 auto;
    border: 2px solid;
    border-color: #037E45;
    border-style: ridge;
    text-align: center;
    min-width: 60%;
    display: inline-block;
}*/
.caixa_fechada{
    background-color: #FFFFFF;
    margin: 0 auto;
    border: 2px solid;
    border-color: #037E45;
    border-style: ridge;
    text-align: center;
    width: 40%;
}
.caixa_modal{
    background-color: #FFFFFF;
    width: 60%;
    margin: 0px;
    text-align: center;
    min-width: 500px;
    border: 0px;
    padding: 0px;
}
.caixa_aberta{
    background-color: #FFFFFF;
    width: 95%;
    margin: 0 auto;
    border: 2px solid;
    border-color: #037E45;
    border-style: ridge;
    text-align: center;
    min-width: 500px;
}
.caixa_interna{
    background-color: #FFFFFF;
    width: 60%;
    margin: 0 auto;
    border: 2px solid;
    border-color: #037E45;
    border-style: ridge;
    text-align: center;
}
.caixa_aberta_interna{
    background-color: #FFFFFF;
    width: 92%;
    margin: 0 auto;
    border: 2px solid;
    border-color: #037E45;
    border-style: ridge;
    text-align: center;
}
.caixa_aberta_amarela{
    background-color: #FFFFFF;
    width: 95%;
    margin: 0 auto;
    border: 2px solid;
    border-color: #C69900;
    border-style: ridge;
    text-align: center;
    min-width: 500px;
}
.caixa_aberta_rosa{
    background-color: #FFFFFF;
    width: 95%;
    margin: 0 auto;
    border: 2px solid;
    border-color: #D99D76;
    border-style: ridge;
    text-align: center;
    min-width: 500px;
}
.caixa_aberta_marrom{
    background-color: #FFFFFF;
    width: 95%;
    margin: 0 auto;
    border: 2px solid;
    border-color: #B48F5A;
    border-style: ridge;
    text-align: center;
    min-width: 500px;
}
.caixa_aberta_azul{
    background-color: #FFFFFF;
    width: 95%;
    margin: 0 auto;
    border: 2px solid;
    border-color: #528286;
    border-style: ridge;
    text-align: center;
    min-width: 500px;
}
.caixa_modal_legenda{
    background: #CCC url(../images/novo_jalert_degrades.png);
    background-repeat: repeat;
    background-position: 0px -24px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    width: 60%;
    margin: 0;
    padding: 0;
    border: 1px solid white;
    border-bottom: 0;
    text-align: center;
    min-width: 500px;
}
.caixa_modal_legenda.barra_vermelha{
    background-position: 0px 0px;
}
.caixa_modal_legenda.barra_verde{
    background-position: 0px -24px;
}
.caixa_modal_legenda.barra_azul{
    background-position: 0px -48px;
}
.caixa_modal_legenda.barra_marrom{
    background-position: 0px -72px;
}
.caixa_modal_legenda .titulo{
    float: left;
    padding-top: 4px;
    padding-left: 3px;
}
.caixa_modal_legenda .botao_fechar{
    float: right;
    background: url('../images/fechar.png') no-repeat;
    width: 23px;
    height: 23px;
    cursor: pointer;
}
.caixa_modal_legenda .botao_fechar:hover{
    background: url('../images/fechar_hover.png') no-repeat;
}
.caixa_modal_conteudo{
    background-color: #FFFFFF;
    width: 60%;
    margin: 0;
    padding: 0;
    border: 1px solid white;
    text-align: center;
    min-width: 500px;
}
.caixa_padrao_novo{
    min-width: 49%;
    display: inline-block;
    margin: 0 auto;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 0;
}
/*.legenda{
    background-color: #FFFFFF;
    font-size: medium;
    text-align: left;
    margin: 10px;
    color: #037E45;
}*/
.legenda_centro{
    background-color: #FFFFFF;
    font-size: medium;
    text-align: center;
    margin: 10px;
    color: #037E45;
}
.legenda_amarela{
    background-color: #FFFFFF;
    font-size: medium;
    text-align: left;
    margin: 10px;
    color: #C69900;
}
.legenda_rosa{
    background-color: #FFFFFF;
    font-size: medium;
    text-align: left;
    margin: 10px;
    color: #D99D76;
}
.legenda_marrom{
    background-color: #FFFFFF;
    font-size: medium;
    text-align: left;
    margin: 10px;
    color: #B48F5A;
}
.legenda_azul{
    background-color: #FFFFFF;
    font-size: medium;
    text-align: left;
    margin: 10px;
    color: #528286;
}
.legenda_padrao_novo{
    margin-bottom: 0;
    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;
    background: url(../images/fundo_listagem.png) repeat-x;
    background-position: 0px -72px;
    border-bottom: 1px solid #a8a8a8;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.div_texto{
    width: 350px;
    padding: 10px;
    margin: 0 auto;
    text-align: justify;
}
#div_esq{
    border-right: 1px;
    border-right-color: #cccccc;
    border-right-style: solid;
    min-height:200px;
    height:auto !important;
    height:200px;
    width: 45%;
    float: left;
    text-align:justify;
    padding: 10px;
    margin: 0 auto;
}
div.passos_externo{
    background: #ffffff;
    padding: 10px;
    border:0;
    margin: 0 auto;
    text-align: justify;
}
div.passos_interno{
    background: #cccccc;
    width:80%;
    padding: 8px;
    margin: 0 auto;
}
div.passos_selecionado_externo{
    background: #ffffff;
    padding: 10px;
    border:0;
    margin: 0 auto;
    text-align: justify;
}
div.passos_selecionado_interno{
    background: #ff0000;
    width:80%;
    padding: 8px;
    margin: 0 auto;
}
div.passos_ok_externo{
    background: #ffffff;
    padding: 10px;
    border:0;
    margin: 0 auto;
    text-align: justify;
}
div.passos_ok_interno{
    background: #4edc2d;
    width:80%;
    padding: 8px;
    margin: 0 auto;
}
div.passos_ok_degrade{
    /* Degradê gerado a partir do site http://www.colorzilla.com/gradient-editor/ */
    background: rgb(255,242,242); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2ZmOWU5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjQ3NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(255,242,242,1) 0%, rgba(255,158,158,1) 47%, rgba(255,71,71,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,242,242,1)), color-stop(47%,rgba(255,158,158,1)), color-stop(100%,rgba(255,71,71,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,242,242,1) 0%,rgba(255,158,158,1) 47%,rgba(255,71,71,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,242,242,1) 0%,rgba(255,158,158,1) 47%,rgba(255,71,71,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,242,242,1) 0%,rgba(255,158,158,1) 47%,rgba(255,71,71,1) 100%); /* IE10+ */
    background: linear-gradient(left, rgba(255,242,242,1) 0%,rgba(255,158,158,1) 47%,rgba(255,71,71,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2f2', endColorstr='#ff4747',GradientType=1 ); /* IE6-8 */
}
.coluna{
    border: 1px solid #8e8e8e;
    padding: 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#div_dir{
    min-height:200px;
    height:auto !important;
    height:200px;
    width: 50%;
    float: left;
    text-align:justify;
    padding: 10px;
}
.div_bemvindo{
    width: 400px;
    padding: 10px;
    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: 10px;
    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: 130px;
    float: left;
    text-align: left;
}
#div_ini_titulo{
    width: 50%;
    float: left;
    padding: 10px;
    text-align: left;
}
#div_ini_identificacao{
    border-left: 1px #C6C3BD solid;
    width: 30%;
    float: left;
    text-align: left;
    padding: 10px;
}
#div_ini_esq{
    min-height:200px;
    height:auto !important;
    height:200px;
    width: 55%;
    float: left;
    text-align:center;
    padding: 10px;
}
#div_ini_dir{
    min-height:200px;
    height:auto !important;
    height:200px;
    width: 40%;
    float: left;
    text-align:left;
    padding: 10px;
}
div.rapido_externo{
    background: #ffffff;
    padding: 10px;
    border:0;
    margin: 0 auto;
    text-align: justify;
    word-wrap: break-word;
}
div.rapido_interno{
    background-color: #3bc334;
    width:90%;
    padding: 8px;
    margin: 0 auto;
}
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: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color:#FFCCCC;
    border-color:red;
    font-size: 13px;
    width: 95%;
}
#rodape{
    background-image:url(../images/fundo_rodape.jpg);
    width:100%;
    height:109px;
    text-align:center;
}
#rodape_simples{
    width:100%;
    text-align:center;
}
.paginacao{
    border: 2px solid white;
    background-color: #B7E8C5;
    font-weight: normal;
    white-space: nowrap; /* equivale à tag <nobr> */
}
.greentd{
    background-color: #037E45 !important;
    color: white;
    font-weight: bold;
    text-align : center;
    white-space: nowrap; /* equivale à tag <nobr> */
}
.greentd_2, .greentd_2:active{
    background-color: #10AA4B !important;
    color: white;
    font-weight: bold;
    text-align : center;
    /* white-space: nowrap; */ /* equivale à tag <nobr> */
}
.greentd a{
    color: white;
    font-weight: bold;
}
.greentd a:link{
    color: white;
    font-weight: bold;
}
.greentd a:visited{
    color: white;
    font-weight: bold;
}
.graytd_head{
    background-color: #7C7C7C;
    font-weight: bold;
}
.graytd_head a{
    font-weight: bold;
}
.graytd_head a:link{
    font-weight: bold;
}
.graytd_head a:visited{
    font-weight: bold;
}
.graytd{
    background-color: #CCCCCC;
}
.bluetd{
    background-color: #528286;
    color: white;
    font-weight: bold;
}
.bluetd a{
    color: white;
    font-weight: bold;
}
.yellowtd{
    background-color: #C69900;
    color: white;
    font-weight: bold;
}
.yellowtd a{
    color: white;
    font-weight: bold;
}
.brownwtd{
    background-color: #B48F5A;
    color: white;
    font-weight: bold;
}
.brownwtd a{
    color: white;
    font-weight: bold;
}
.rosetd{
    background-color: #D99D76;
    color: white;
    font-weight: bold;
}
.rosetd a{
    color: white;
    font-weight: bold;
}
.tabela{
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 2px;
}
.tabela tr{
    padding: 3px;
}
.tabela td{
    padding: 3px;
}
.tabelabotoes{
    width: 50%;
    border: none;
    border-collapse: separate;
    border-spacing: 1px;
}
/*.tabelaaberta{
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 1px;
}
*/
/* ZEBRAR AS TABELAS */
/*.zebra>tbody>tr:nth-child(even){
    background-color: #CCCCCC !important;
}*/
/* hover das tabelas zebradas verde clarinho */
/*.tabelaaberta.zebra tbody tr:hover td{
    background: #D7F279;
}*/
/* anula o hover declarado na classe zebra
às vezes são utilizados td class="greentd" no tbody*/
/*.tabelaaberta.zebra tbody tr td.greentd:hover{
    background: #037E45;
}
.tabelaaberta td{
    text-align: center;
}
.tabelaaberta th{
    background-color: #037E45;
    color: white;
}
.tabelaaberta#sortable th{
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
.tabelaaberta th.headerSortUp{
    background-color: #037E45;
    color: white;
    background-image: url(../images/asc.gif) !important;
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    background-color: gray;
}
.tabelaaberta th.headerSortDown{
    background-color: #037E45;
    color: white;
    background-image: url(../images/desc.gif) !important;
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    background-color: gray;
}
.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;
}
*/
.tabelaturma{
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 1px;
}
.tabelaturma td{
    text-align: left;
    padding: 5px;
}
.tabelaturma th{
    color: #303030;
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding: 5px;
}
.tabelaturma th.headerSortUp{
    color: #303030;
    background-image: url(../images/asc.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    background-color: gray;
    padding: 5px;
}
.tabelaturma th.headerSortDown{
    color: #303030;
    background-image: url(../images/desc.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    background-color: gray;
    padding: 5px;
}
.tabelainterna{
    border: 0px solid;
}
.tabelainterna tr{
    padding: 2px;
    border: 1px solid;
    border-color:#999999;
}
.tabelainterna td{
    text-align: center;
    padding: 2px;
    border: 1px solid;
    border-color:#999999;
}
.tabelainterna th{
    text-align: center;
    padding: 3px;
    border: 1px solid;
    border-color:#999999;
}
.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;
}
.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;}
.td_form_alternativa{
    float: left;
    min-width: 70px;
    max-width: 140px;
    vertical-align: middle;
}
.td_form_left, .tabela.form>tbody>tr>td:nth-child(2){
    text-align: left;
    background-color: #B7E8C5;
    border: 2px solid;
    min-width: 100px;
    /* TRATAMENTO DE QUEBRA DE LINHA EM PALAVRAS GRANDES */
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.td_form_right, .tabela.form>tbody>tr>td:nth-child(1){
    text-align: right;
    background-color: #F0F0F0;
    border: 2px solid;
    min-width: 100px;
}
.td_form_left_centralizado{
    text-align: center;
    background-color: #B7E8C5;
    border: 2px solid;
    min-width: 50px;
    font-weight:bold;
}
.td_form_right_centralizado{
    text-align: center;
    background-color: #F0F0F0;
    border: 2px solid;
    font-weight:bold;
}
.td_form_left input[type='radio'], .td_form_left input[type='radio'] + span{
    cursor: pointer;
}
.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;
}
caption{
    font-weight: normal;
    font-size: 18px;
    color: #4F8A75;
    padding: 5px;
}
/* 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{
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 2px;
}
.func_paginas li span{cursor: default;}
.func_paginas li a:hover{background-color: lightgreen;}
.func_paginas li a:active{background-color: forestgreen;}
.func_icones td{padding: 0;}
.func_icones button{
    min-width: 21px;
    margin: 0;
    padding: 0;
    text-align: center;
}
/**/
.branco{
    font-weight: normal;
    font-size: 11px;
    color: #FFFFFF;
}
.branco_bold{
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
}
.branco_big{
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
}
.branco_small{
    font-weight: normal;
    font-size: 10px;
    color: #FFFFFF;
}
.cinza{
    font-weight: normal;
    font-size: 11px;
    color: #C0C0C0;
}
.cinza_bold{
    font-weight: bold;
    font-size: 11px;
    color: #C0C0C0;
}
.cinza_big{
    font-weight: normal;
    font-size: 14px;
    color: #C0C0C0;
}
.cinza_small{
    font-weight: normal;
    font-size: 10px;
    color: #C0C0C0;
}
.ft_bem_vindo_form_login{
    color:#000000;
    font-weight:bold;
    font-size: 16px;
}
.ft_confere{
    color:#000000;
    font-weight:bold;
    font-size: 14px;
}
.ft_padrao{
    color:#000000;
    font-weight:normal;
    font-size: 11px;
}
.ft_padrao_n{
    color:#000000;
    font-weight:bold;
    font-size: 11px;
}
.ft_paragrafo{
    text-align: justify;
    text-indent: 40px;
}
.ft_titulo_abertura{
    color:#4f8a75;
    font-weight:bold;
    font-size: 22px;
    line-height: 120%;
}
.ft_titulo_bemvindo{
    color:#000000;
    font-weight:bold;
    font-size: 20px;
    line-height: 120%;
}
.ft_texto_bemvindo{
    color:#000000;
    font-weight:bold;
    font-size: 16px;
}
.ft_titulo_aluno{
    color: #4F8A75;
    font-weight:bold;
    font-size: 16px;
    padding: 10px;
}
.ft_titulo_professor{
    font-weight: normal;
    font-size: 18px;
    color: #4F8A75;
    padding: 5px;
}
.ft_titulo_form_login{
    /*  color:#999999;
        font-weight:bold;
        font-size: 16px;*/
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}
.ft_login{
    color: #000000;
    font-weight: normal;
    font-size: 11px;
}
.login{
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
}
.ft_titulo_passos{
    color:#000000;
    font-weight:bold;
    font-size: 18px;
}
.ft_texto_passos{
    color:#000000;
    font-weight:normal;
    font-size: 14px;
}
.ft_sistema{
    color:#000000;
    font-weight:bold;
    font-size: 22px;
}
.ft_verde{
    color:#4f8a75;
    font-weight:normal;
    font-size: 11px;
}
.ft_questionarios{
    color:#4f8a75;
    font-weight:bold;
    font-size: 13px;
}
.ft_manuais{
    font-weight: normal;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
.preto{
    font-weight: normal;
    font-size: 11px;
    color: #000000;
}
.preto_bold{
    font-weight: bold;
    font-size: 11px;
    color: #000000;
}
.preto_big{
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}
.preto_small{ /* Utilizado na mensagem "Campos Obrigatórios" */
    font-weight: normal;
    font-size: 10px;
    /*color: #000000;*/
}
.preto_aviso{ /* Utilizado em pequenas observações ao lado dos campos. */
    font-weight: bold;
    font-size: 9px;
    color: #000000;
}
.vermelho{
    font-weight: normal;
    font-size: 11px;
    color: #FF0000;
}
.vermelho_bold{
    font-weight: bold;
    font-size: 11px;
    color: #FF0000;
}
.vermelho_big{
    font-weight: normal;
    font-size: 14px;
    color: #FF0000;
}
.vermelho_small{
    font-weight: normal;
    font-size: 10px;
    color: #FF0000;
}
.verde{
    font-weight: normal;
    font-size: 11px;
    color: #02a31b;
}
.verde_bold{
    font-weight: bold;
    font-size: 11px;
    color: #02a31b;
}
.verde_big{
    font-weight: normal;
    font-size: 14px;
    color: #02a31b;
}
.verde_small{
    font-weight: normal;
    font-size: 10px;
    color: #02a31b;
}
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;
}
/* Estilizações de janelas centrais, usadas em grupos disciplinares, repositório de arquivos e caixa de mensagens */
.janela_principal{
    background-color: #FFFFFF;
    margin: 0 auto;
    border: 1px solid #037E45;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-style: ridge;
    padding: 0;
    text-align: left;
    min-width: 800px;
    width: 100%;
}
.janela_principal .barra_titulo{
    position: relative;
    margin: 0;
    padding-left: 3px;
    padding-top: 3px;
    border-bottom: 1px solid #037E45;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 23px;
    background-image: url(../images/fundo_topo.jpg);
}
.janela_principal .barra_titulo .texto{
    text-align: left;
    color: white;
    font-weight: bold;
    font-size: 14px;
    height: 20px;
    padding-top: 3px;
}
.janela_principal .barra_titulo.duas_linhas{
    height: 35px;
}
.janela_principal .barra_titulo.duas_linhas .texto{
    height: 35px;
    padding-top: 0;
}
.janela_principal .barra_titulo .botoes_janela{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #037E45;
    border-top-left-radius: 5px;
    border: 1px solid #037E45;
    border-bottom: 0;
    border-right: 0;
}
.janela_principal .barra_titulo .botoes_janela .icone_botao{
    float: left;
    padding: 0 3px;
}
.janela_principal .barra_titulo .botoes_janela .texto_botao{
    float: left;
    padding-right: 3px;
}
.janela_principal .barra_titulo .botoes_janela .botao{
    float: left;
    cursor: pointer;
    padding: 3px 0;
    margin-right: 1px;
    background-color: #FEFEFE;
    color: #444444;
    font-weight: bold;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, #fefefe 0%,#f1f1f1 100%);
    background: -o-linear-gradient(top, #fefefe 0%,#f1f1f1 100%);
    background: -ms-linear-gradient(top, #fefefe 0%,#f1f1f1 100%);
    background: linear-gradient(to bottom, #fefefe 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f1f1f1',GradientType=0 );
}
.janela_principal .barra_titulo .botoes_janela .botao:hover{
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e0e0e0));
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#e0e0e0 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%,#e0e0e0 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%,#e0e0e0 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e0e0e0',GradientType=0 );
}
.janela_principal .barra_titulo .botoes_janela .botao:active{
    background: #d1d1d1;
    background: -moz-linear-gradient(top, #d1d1d1 0%, #dfdfdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d1d1), color-stop(100%,#dfdfdf));
    background: -webkit-linear-gradient(top, #d1d1d1 0%,#dfdfdf 100%);
    background: -o-linear-gradient(top, #d1d1d1 0%,#dfdfdf 100%);
    background: -ms-linear-gradient(top, #d1d1d1 0%,#dfdfdf 100%);
    background: linear-gradient(to bottom, #d1d1d1 0%,#dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#dfdfdf',GradientType=0 );
}
.janela_principal .barra_titulo .botoes_janela .botao:first-child{
    border-top-left-radius: 5px;
}
.janela_principal .barra_titulo .botoes_janela .botao:nth-last-child(2){
    background-color: red;
    margin-right: 0;
}
/* Desativa botão de recarregar */
.botao.desativado{
    background: #DEDEDE !important;
    cursor: default !important;
}
/* Estilizações da janela principal da página 'disciplina_lista' */
.disciplina_turma{
    width: 100%;
    border-collapse: collapse;
}
.esquerda_turma{
    position: relative;
    padding: 0;
    margin-top: 10px;
    width: 20%;
    text-align: left;
    vertical-align: top;
}
.centro_turma{
    position: relative;
    padding: 0 5px;
    width: 60%;
    text-align: left;
    vertical-align: top;
}
.direita_turma{
    position: relative;
    padding: 0;
    width: 20%;
    text-align: left;
    vertical-align: top;
}
.box_rolagem{
    width: 100%;
    overflow: auto;
    background-color: #ddebe4;
    position: relative;
}
/**/
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;
}
.lkAlterar:link, .lkAlterar:visited{
    color: #ff0009;
    font-weight:bold;
    font-size: 13px;
    text-decoration:none;
}
.lkAlterar:hover{
    color:#cccccc;
    font-weight:bold;
    font-size: 13px;
    text-decoration:none;
}
.lkEsqueci:link, .lkEsqueci:visited{
    /*color:#000000;*/
    color:#696969;
    font-weight:bold;
    font-size: 10px;
/*    font-size: 14px;*/
    text-decoration:none;
}
.lkEsqueci:hover{
    /*color:#037E45;*/
    color:#444444;
    font-weight:bold;
    font-size: 10px;
/*    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:#000000;
    font-weight:normal;
    font-size: 11px;
    text-decoration:none;
}
.lkPadrao:hover{
    color:#037E45;
    font-weight:normal;
    font-size: 11px;
    text-decoration:none;
}
.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.backlink {
    font-size: 10px;
    border: 1px solid #000000;
    background-color:#ffffff;
    vertical-align:middle;
    color: #000000;
}
button.backlink{
    border-color: #C0C0C0;
}
button.backlink:hover{
    background-color: #037E45;
    color: #fff;
    cursor: pointer;
}
.backlink2{
    min-width: 50px;
    height: 29px;
    padding: 7px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #444444;
    font: bold 11px Arial, Tahoma, sans-serif;
    /*font: bold 73%/1.5em Arial, Tahoma, sans-serif;*/
    cursor: pointer;
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, #f1f1f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 0%,#f1f1f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 0%,#f1f1f1 100%); /* IE10+ */
    background: linear-gradient(top, #f4f4f4 0%,#f1f1f1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
.backlink2:hover{
    box-shadow: 1px 1px 1px whitesmoke;
    border: 1px solid #c6c6c6;
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%); /* IE10+ */
    background: linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
.backlink2:active{
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 0%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 0%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 0%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(top, #f1f1f1 0%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
.backlink2 .icone_botao{
    float: left;
    width: 16px;
    height: 16px;
    padding-right: 3px;
}
.backlink2 .texto_botao{
    float: left;
}
.backlink2.verde{
    color: white;
    border: 1px solid #0ea448;
    background: #10aa4b; /* Old browsers */
    background: -moz-linear-gradient(top, #10aa4b 0%, #03c54d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#10aa4b), color-stop(100%,#03c54d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #10aa4b 0%,#03c54d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #10aa4b 0%,#03c54d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #10aa4b 0%,#03c54d 100%); /* IE10+ */
    background: linear-gradient(top, #10aa4b 0%,#03c54d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10aa4b', endColorstr='#03c54d',GradientType=0 ); /* IE6-9 */
}
.backlink2.verde:active{
    background: #03c54d; /* Old browsers */
    background: -moz-linear-gradient(top, #03c54d 2%, #10aa4b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#03c54d), color-stop(100%,#10aa4b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #03c54d 2%,#10aa4b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #03c54d 2%,#10aa4b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #03c54d 2%,#10aa4b 100%); /* IE10+ */
    background: linear-gradient(top, #03c54d 2%,#10aa4b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03c54d', endColorstr='#10aa4b',GradientType=0 ); /* IE6-9 */
}
input[type='reset'], input[type='submit'], input[type='button']{
    min-width: 50px;
}
input.formulario ,  select.formulario , textarea.formulario{
    background:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight: normal;
    border:1px solid #000000;
}
input.check{
    background:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight: normal;
}
input.submit{
    background:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:11px;
    font-weight: normal;
    border:1px solid #000000;
}
.textarea_view{
    text-align: left;
    background-color: #B7E8C5;
    border: none;
    color: #000000;
}
.input_label_vermelho{
    font-size: 11px;
    border: none;
    background-color:#B7E8C5;
    text-align: center;
    color: #FF0000;
}
.input_label_preto_aviso{
    font-size: 9px;
    border: none;
    background-color:#B7E8C5;
    text-align: center;
    font-weight: bold;
    color: #000000;
}
.input_label{
    font-size: 11px;
    border: none;
    background-color:#B7E8C5;
    text-align: center;
    color: #000000;
}
.input_label_view {
    font-size: 10px;
    border: none;
    background-color:#FFFFFF;
    text-align: center;
    color: #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 !important;
}
.destaqueCinza{
    background-color: #DDDDDD;
}
.destaqueVerde{
    background-color: #efe;
}
.destaqueAzul{
    background-color: #00BFFF;
}
.notice, .notice_aviso{
    margin: 0 10px;
    padding: 10px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    background-color: #FFFFCF;
    border: 1px solid #fbe6bc;
    color: #90610F;
}
.notice.erro{
    background-color: #f2c6c6;
    border-color: #eebcc3;
    color: #b93836;
}
.notice.ok, .notice_ok{
    background-color: #cef0c0;
    border-color: #c9e9af;
    color: #388839;
}
/*.notice_aviso{
        border: 1px solid #8B7500;
        background-color: #FFF68F;
        font-weight: bold;
        text-align: left;
}*/
/* inicio do css da função aviso */
.aviso_linear{
    position: absolute;
    z-index:9999;
}
.aviso_linear .conteudo{
    padding: 3px;
    font-weight: bold;
    min-width: 35px;
    max-width: 600px;
    border: 2px solid #CD2626;
    border-radius:7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
    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.branco .conteudo{
    border-color: #000000;
    background-color: #FFFFFF;
    color: #000000;
}
.barra_aviso{
    text-align: right;
    background-color: rgba(150, 150, 150, 0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.barra_aviso:hover{
    background-color: rgba(150, 150, 150, 0.4);
}
/* fim do css da função aviso */
hr{
    border: none;
    border-bottom: 1px dashed #999;
    margin-bottom: 10px;
    height: 1px;
}
fieldset{
    background-color: #FFFFFF;
}
legend{
    background-color: #FFFFFF;
}
#mensagem, .mensagem{
    margin: 0 8px 16px 8px;
    border-width: 1px;
    border-style: solid;
    padding: 12px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color:#FFCCCC;
    border-color:red;
    font-size: 13px;
}
/* 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;
    border-bottom: 2px solid lightgray;
    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: 20%;
    height: 300px;
    background-color: #DDEBE4;
}
#repositorio #listagem_diretorios #diretorios{
    height: 90%;
    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);
}
#repositorio #listagem_diretorios #diretorios .selecionado{
    background-color: greenyellow !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: 3px;
    /* text-overflow: ellipsis; */
    width: 110.5px; /* 10,8% de 1024 */
    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: 300px;
}
#repositorio #listagem_arquivos.arvore #arquivos{
    height: 90%;
    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;
    margin: 0;
    padding-left: 3px;
    padding-top: 3px;
    height: 20px;
    background-image: url(../images/titulo.gif);
}
#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%;
}
/* 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: 20%;
}
#caixa_mensagens #corpo_mensagens{
    position: relative;
    display: block;
}
#caixa_mensagens #categorias_mensagens div{
    text-align: left;
    padding: 5px;
    color: #444;
    font: normal 13px Arial, sans-serif;
}
#caixa_mensagens #categorias_mensagens div:hover{
    background-color: #EFEFEF;
    cursor: pointer;
}
#caixa_mensagens #categorias_mensagens div.selecionada{
    font-weight: bold;
    background-color: lightgray;
}
/* Mensagem de link válido */
#mensagem_validacao_documento{
    width: 30%;
    font-weight: bold;
    margin-top: 20px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 0;
}
.documento_valido{
    background-color: #CCFFCC;
    border: 1px solid #037E45;
}
.documento_invalido{
    background-color: #FFCCCC;
    border: 1px solid red;
}
#backlink_inativo{
    padding: 0px 0px 0px 0px; /* topo  direita baixo esquerda */
    margin: 0px 0px 0px 0px; /* topo  direita baixo esquerda */
    text-align: center;
}
#backlink_inativo ul{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
#backlink_inativo a{
    display: block;
    padding: 1px;;
    background-color: #FFFFFF;
    border: 1px solid #C0C0C0;
    width:auto;
}
#backlink_inativo a:link{
    color: #000000;
    text-decoration: none;
}
#backlink_inativo a:hover{
    background-color: silver;
    color: #fff;
}
#backlink{
    padding: 0px 0px 0px 0px; /* topo  direita baixo esquerda */
    margin: 0px 0px 0px 0px; /* topo  direita baixo esquerda */
    text-align: center;
}
#backlink ul{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
#backlink a{
    display: block;
    padding: 1px;;
    background-color: #FFFFFF;
    border: 1px solid #C0C0C0;
    width:auto;
}
#backlink a:link{
    color: #000000;
    text-decoration: none;
}
#backlink a:hover{
    background-color: #037E45;
    color: #fff;
}
.backlink{
    padding: 0px 0px 0px 0px; /* topo  direita baixo esquerda */
    margin: 0px 0px 0px 0px; /* topo  direita baixo esquerda */
    text-align: center;
}
.backlink ul{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
.backlink a{
    display: block;
    padding: 1px;;
    background-color: #FFFFFF;
    border: 1px solid #C0C0C0;
    width:auto;
}
.backlink a:link{
    color: #000000;
    text-decoration: none;
}
.backlink a:hover{
    background-color: #037E45;
    color: #fff;
}
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;
}
/* Estilizações antigas do menu navcontainer da esquerda*/
#navcontainer_old{
    padding: 0px 0px 0px 0px; /* topo  direita baixo esquerda */
    margin: 0px 0px 0px 0px; /* topo  direita baixo esquerda */
    float: left;
    width: 25%;
    text-align: left;
}
#navcontainer_old ul{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
}
#navcontainer_old a{
    display: block;
    padding: 1px;
    width: 100%;
    background-color: #FFFFFF;
    text-decoration: underline;
    border: 1px solid #02a31b;
    /*order-bottom: 1px solid #C0C0C0;*/
}
#navcontainer_old a:link{
    background-color: #b5e7d0;
    color: #000000;
    text-decoration: none;
}
#navlist_old a:visited{
    background-color: #b5e7d0;
    color: #000000;
    text-decoration: none;
}
#navcontainer_old a:hover{
    background-color: #037E45;
    color: #fff;
}
/* Estilizações novas do menu navcontainer da esquerda*/
#navcontainer{
    padding: 0;
    text-align: left;
    background-color: white;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-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;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-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_conteudo{
    display: none;
}
.td_ajuda_iframe{
    position: relative;
}
#ajuda_iframe_conteudo{
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
}
/**/
.direita{
    padding: 4px;
    text-align: left;
    background: #FFFFFF;
    display: block;
    width: 72%;
    float: right;
    clear: right;
}
.direita_avaliacao{
    padding: 4px;
    text-align: left;
    background: #FFFFFF;
    display: block;
    width: 72%;
    float: right;
    clear: right;
}
.calendario_campo, .calendario_imagem{
    display: inline-block;
    vertical-align: middle;
}
.calendario_campo{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.calendario_campo:hover + .calendario_imagem{
    border-color: #70ab96;
}
.calendario_campo:focus + .calendario_imagem{
    border-color: #70ab96;
    box-shadow: 0px 0px 5px #85cbb2, inset -1px 2px 2px #8f8f8f !important;
}
.calendario_imagem{
    box-shadow: inset -1px 2px 2px #8f8f8f;
    border: 1px solid #a8a8a8;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 0;
    background-color: white;
    padding: 2px 1px 1px 0;
    cursor: pointer;
    margin-left: -5px;
}
.calendario_imagem:hover{
    background-color: lightgreen;
}
.calendario_imagem:active{
    background-color: forestgreen;
}
div.calendar{
    position: relative;
    z-index: 200;
    border: 1px solid #565;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-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;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.calendar .header .prevmonth{
    display: inline-block;
    vertical-align: top;
    width: 15%;
    text-align: left;
}
.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%;
    height: 20px;
    visibility: visible !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.calendar .header .nextmonth{
    display: inline-block;
    vertical-align: top;
    width: 15%;
    text-align: right;
}
.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;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 11px;
    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;
}
/* The footer part -- status bar and "Close" button */
.calendar tfoot .ttip{ /* Tooltip (status bar) cell <TD> */
    padding: 4px;
    border-top: 1px solid #ddd;
    background: #fff;
    color: #444;
}
/* 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;
    z-index: 1000000;
}
.autocomplete_list b{
    font-weight: bold;
}
.autocomplete_list{
    background: #FEFEFE;
    border: 1px solid #7C7C7C;
    text-align: left;
    z-index:  1000000;
}
.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;
}
/* Modal*/
#boxCad{
    position: absolute;
    background-color: white;
    top: 10%;
    left: 50%;
    width: 700px;
    margin-left: -350px;
    z-index: 180;
}
#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: white;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
div.processando.preto{
    position: absolute;
    font-weight: bold;
    background-color: black;
    color: white;
    z-index: 91;
}
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;
}
.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: 11px;
    color: #FFFFFF;
}
.senha_razoavel{
    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:#FFFF00;
    border-color:orange;
    font-size: 11px;
}
.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: 11px;
}
.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: 11px;
    color: #FFFFFF;
}
/* jQuery Alerts */
#popup_container{
    font-family: Arial, sans-serif;
    font-size: 12px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    /*	border: solid 5px #999;*/
    color: #000;
    /*
        -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
    */
}
#popup_title{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.75em;
    color: #FFFFFF;
    background: #CCC url(../images/titulo.gif) top repeat-x;
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    padding-left: 5px;
    margin: 0em;
}
#popup_content{
    /*background: 16px 16px no-repeat url(../images/informacao.png);*/
    padding: 1em 1.75em;
    margin: 0em;
}
#popup_content.info{
    background-image: url(../images/informacao.png);
}
#popup_content.confirm{
    background-image: url(../images/confirmacao.png);
}
#popup_content.alert{
    background-image: url(../images/aviso.png);
}
#popup_content.error{
    background-image: url(../images/erro.png);
}
#popup_content.modal, #popup_content.image{
    background-image: none;
    padding: 0em 1.75em 1em;
}
#popup_content.prompt{
    background-image: url(../images/confirmacao.png);
}
#popup_message{
    padding-left: 48px;
    color: #27652B;
    text-align: center;
    font-weight: bold;
}
#popup_message.modal, #popup_message.image{
    padding-left: 0;
    color: black;
    text-align: justify;
    font-weight: normal;
}
#popup_panel{
    text-align: center;
    margin: 1em 0em 0em 1em;
}
#popup_prompt{
    margin: .5em 0em;
}
/* Á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: 22px;
}
ul.arvore li{
    margin: 0;
    padding: 0 12px;
    line-height: 20px;
    background: url(../images/node.png) no-repeat;
}
ul.arvore li:last-child, ul.arvore li.ultimo{
    background: 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;
}
ul.arvore>li>ul>li:nth-child(odd){
    background-color: rgba(200, 200, 200, 0.1);
}
ul.arvore>li>ul>li:nth-child(even){
    background-color: rgba(255, 255, 255, 0.3);
}
.scrollavel{
    overflow: auto;
}
/* Esta estilização foi criada pois no Chrome quando o
texto do select é grande ultrapassa o fieldset.*/
select{
    /*max-width: 500px;*/
}
.notice_elemento{
    border: 1px solid #CD2626;
}
/*igual ao de cima só que verde*/
.ajuda_alemento{
    border: 1px solid #037E45;
}
.botao_ajuda {
    position:absolute;
    display: none;
    z-index:9998;
    vertical-align: middle;
}
.botao_ajuda .conteudo{
    padding:3px;
    border: transparent;
    cursor: pointer;
}
.fieldset_grafico_pstd{
    background-color: #FFFFFF;
    height: 160px;
    border: 2px solid;
    border-color: #037E45;
    border-style: ridge;
    text-align: center;
}
.td_form_left .recebe_total_ch{
    font-size: 12px;
    border: none;
    font-weight: bold;
    background-color: #B7E8C5;
    width: 30px;
}
.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;
}
.marcado{
    border-left: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
    background-color: #CCFFCC !important;
    font-style: oblique !important;
    font-weight: bold !important;
}
.zebrar:nth-child(even){
    background-color: #DDDDDD !important;
}
.selecionavel:hover, .selecionavel:focus{
    background-color: #D7F279 !important;
}
.opcao_lista{
    display: inline-block;
    background-color: #CCE3F4;
    margin-right: 3px;
    margin-bottom: 2px;
    height: 16px;
    vertical-align: middle;
    border: #BCD3FF solid 1px;
    font-size: 11px;

}
.opcao_lista_remover{
    height: 16px;
    cursor: pointer;
    padding-top: 1px;
    color: #555555;
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 4px;
    padding-left: 3px;
    padding-right: 3px;
    display: inline-block;
    vertical-align: middle;
}
.opcao_lista_remover:hover{
    vertical-align: top;
    background-color: #A3B7C6;
}
.horario_ocupado, .horario_livre{
    font-size: 10px;
    cursor: pointer;
    font-weight: bold;
    color: #FFFFFF;
}
.horario_ocupado{
    border-top: #000000 solid 1px;
    border-left: #000000 solid 1px;
    border-bottom: #FFFFFF solid 1px;
    border-right: #FFFFFF solid 1px;
}
.legenda_horarios{
    width: 500px;
    max-width: 500px;
    text-align: left;
    overflow: auto;
    margin: 0 auto;
}
.tabela_horarios{
    border-top-color: #000000;
    width: 100%;
    border-collapse: collapse;
    margin: 1px;
}
/* Abas */
/*.menu_abas{
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 5px 5px 0 0.5em;
    background: lightgreen url('../images/abas_degrades.png') repeat-x;
    background-position: 0px -96px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #aaa;
    height: 25px;
    list-style-type: none;
}
.menu_abas .aba_container{
    margin-right: 4px;
    display: inline-block;
    margin-bottom: -1px;
    border: 1px solid #aaa;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: forestgreen url('../images/abas_degrades.png') repeat-x;
    background-position: 0px 0px;
    cursor: pointer;
    height: 24px;
}
.menu_abas .aba_rotulo{
    color: #444;
    text-shadow: 0px 1px 0px white;
    display: inline-block;
    padding: 4px;
}
.menu_abas .aba_container:hover{
    background-position: 0 -32px;
}
.menu_abas .aba_container.selecionada .aba_remover:hover{
    border-color: darkgreen;
}
.menu_abas .aba_container:active, .menu_abas .aba_container.selecionada{
    background-position: 0 -64px;
    border-color: forestgreen;
}
.menu_abas .aba_container:active .aba_rotulo, .menu_abas .aba_container.selecionada .aba_rotulo{
    color: #eee;
    text-shadow: 0px 1px 0px #444;
}
.menu_abas .aba_container:active .aba_remover{
    background-position: 0 -19px;
}
.menu_abas .aba_container .aba_remover{
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    background: url('../images/closebutton_sprites.png');
    border: 1px solid transparent;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: -2px;
}
.menu_abas .aba_container .aba_remover:hover{
    border-color: #aaa;
}
.menu_abas .aba_container.selecionada .aba_remover{
    background-position: 0 -19px;
}
.menu_abas .aba_container .aba_remover:active{
    background-position: 0 -19px;
    border-color: darkgreen;
}
.menu_abas .acoes_abas{
    display: inline-block;
}
.menu_abas .acoes_abas button{
    border-radius: 3px 3px 0 0;
    min-width: 0;
    padding: 0;
    padding-left: 1px;
    width: 20px;
    margin-top: -1px;
}
.menu_abas .acoes_abas button::-moz-focus-inner{
    padding: 0;
    border: 0;
}
.menu_abas .acoes_abas .adicionar:active span{
    background-image: url('../css/temas_jqueryui/tema_padrao/images/ui-icons_fefefe_256x240.png');
}
.menu_abas + .abas{
    padding: 15px;
}*/
.layout{
    align : center;
}
.tabelaaberta .acoes a, .tabelaaberta .acoes span{
    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{
    margin-left: 0 !important;
}
.tabelaaberta .acoes:hover a, .tabelaaberta .acoes:hover span{
    background: url(../images/botoes_degrades.png) repeat-x;
    background-position: 0px 0px;
    border-color: #AAA;
}
.tabelaaberta .acoes a:hover, .tabelaaberta .acoes span:hover{
    background-position: 0px -22px;
    border-color: #AAA;
}
.tabelaaberta .acoes a:active, .tabelaaberta .acoes span:active{
    background-position: 0px -44px;
    border-color: green;
}
.tabelaaberta .acoes a:first-child, .tabelaaberta .acoes span:first-child{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.tabelaaberta .acoes a:last-child, .tabelaaberta .acoes span:last-child{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.tabelaaberta .acoes:hover a.desativado, .tabelaaberta .acoes:hover span.desativado{
    cursor: default;
    background: #BBB;
}
.tabelaaberta .acoes a.desativado img, .tabelaaberta .acoes span.desativado img{
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .6s ease;
    -webkit-backface-visibility: hidden;
}
.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%);
}
.erro_arquivo{
    background-color: #992222;
    color: #FFFFFF;
}
.td_hover{
    background: #D7F279 !important;
}
table.dividir_tela{
    width: 100%;
    height: 500px;
}
table.dividir_tela>tbody>tr>td:nth-child(1){
    width: 40%;
    vertical-align: top;
}
table.dividir_tela>tbody>tr>td:nth-child(2){
    border-left: #AAAAAA solid 1px;
    padding-left: 25px;
}
.tabela_inscricao caption{
    text-align: left;
    padding-bottom: 20px;
}
.tabela_inscricao td:nth-child(1){
    width: 15%;
}
.tabela_inscricao td:nth-child(2){
    width: 50%;
}
.tabela_inscricao td:nth-child(3){
    min-width: 35%;
}
.acompanhamento_inscricao{
    padding-left: 30px;
    font-size: 15px;
}
.acompanhamento_inscricao li{
    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;
}
.acompanhamento_inscricao li:hover{
    background-color: #EEEEEE;
}
.acompanhamento_inscricao li img{
    float: right;
}
.acompanhamento_inscricao .desativado{
    color: #AAAAAA;
}
.acompanhamento_inscricao .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;
}
.acompanhamento_inscricao .recusado{
    color: #FF0000;
}
.ficha_inscricao tr td{
    border: 1px solid #8e8e8e;
    padding: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.ficha_inscricao tr td:nth-child(odd){
    background-color: #F5F5F5;
    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;
}
.mostra_pdf{
    display: none;
}
.atual{
    border: #aa0000 solid 1px !important;
}
table td.titulo{
    background-color: #FFFFFF !important;
    border: 0 !important;
    text-align: center !important;
    padding-top: 10px;
}
.selecionar_botao{
    background-color: #D7F279 !important;
    border-top: #777 solid 2px;
    border-left: #777 solid 2px;
    border-bottom: #CFCFCF solid 2px;
    border-right: #CFCFCF solid 2px;
}
table.calendario td{
    font-weight: bold;
}
table.calendario td:hover{
    color: #333333;
}
/* Configurações do GRUPO ACADÊMICO */
.tabela_grupo_academico{
    width: 98%;
    margin: 0 auto;
    border-collapse: collapse;
    min-width: 900px;
}
.tabela_grupo_academico thead tr td{
    background-image:url(../images/fundo_topo.jpg);
    height: 33px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}
.tabela_grupo_academico thead tr td:first-child{
    border-top-left-radius: 5px;
    text-align: left;
    padding-left: 10px;
}
.tabela_grupo_academico thead tr td:last-child{
    border-top-right-radius: 5px;
    text-align: right;
    padding-right: 1px;
    vertical-align: bottom;
}
.tabela_grupo_academico>tbody>tr:first-child>td{
    border-top: 3px solid #555555;
}
.tabela_grupo_academico>tbody>tr:last-child>td{
    border-bottom: 2px solid #AAAAAA;
}
.tabela_grupo_academico>tbody>tr>td{
    border-left: 1px solid #555555;
    border-right: 1px solid #AAAAAA;
    padding: 0;
    margin: 0;
}
.botao_grupo_academico{
    background-color: #F0F0F0;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-radius: 3px;
    border-top-right-radius: 8px;
    padding: 2px;
    cursor: pointer;
    margin-left: 2px;
}
.botao_grupo_academico:hover{
    background-color: #E0E0E0;
}
.botao_grupo_academico:active{
    background-color: #D0D0D0;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
.botao_grupo_academico span{
    display: inline-block;
    vertical-align: middle;
}
.botao_grupo_academico span:last-child{
    font-size: 11px;
    color: #333333;
    font-weight: bolder;
    padding-right: 2px;
    border-radius: 4px;
}
.tabela_grupo_academico span.esquerda_grupo_academico{
    display: inline-block;
    height: 350px;
    overflow: auto;
    width: 24%;
    background-color: #DDEBE4;
    margin: 0;
    border: 0;
    padding-left: 0px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 15px;
}
.tabela_grupo_academico span.centro_grupo_academico{
    display: inline-block;
    height: 350px;
    overflow: auto;
    width: 48%;
    background-color: #E4F3EB;
    margin: 0 auto;
}
.tabela_grupo_academico span.direita_grupo_academico, 
.tabela_grupo_academico span.direita_avaliacao_grupo_academico,
.tabela_grupo_academico span.direita_centro_grupo_academico{
    display: inline-block;
    height: 350px;
    overflow: auto;
    width: 24%;
    background-color: #DDEBE4;
    margin: 0 auto;
    text-align: left;
    padding-left: 0px;
    border-bottom-right-radius: 15px;
}
.tabela_grupo_academico span.botao_esquerda_grupo_academico{
    display: inline-block;
    height: 27px;
    overflow: auto;
    width: 24%;
    background-color: #DDEBE4;
    margin: 0;
    border: 0;
    padding-left: 0px;
    font-size: 15px;
    color: #4F8A75;
    font-weight: bold;
}
.tabela_grupo_academico span.botao_centro_grupo_academico{
    display: inline-block;
    height: 27px;
    overflow: auto;
    width: 48%;
    background-color: #E4F3EB;
    margin: 0 auto;
    font-size: 15px;
    color: #4F8A75;
    font-weight: bold;
}
.tabela_grupo_academico span.botao_direita_grupo_academico{
    display: inline-block;
    height: 27px;
    overflow: auto;
    width: 24%;
    background-color: #DDEBE4;
    margin: 0 auto;
    text-align: left;
    padding-left: 0px;
    font-size: 15px;
    color: #4F8A75;
    font-weight: bold;
    text-align: center;
    border-top-right-radius: 15px;
}
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{
    text-align: left;
    border-bottom: #ADBBB4 dashed 1px;
    padding-bottom: 2px;
    padding-top: 2px;
}
table.grupo_academico_listagem td:first-child{
    text-align: left;
    width: 22px;
    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;
}
.titulo_mensagem{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
span.resumo_mensagem{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    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: 2px solid #BBBBBB;
    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: 2px solid #999999;
    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: 2px solid #555555;
    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{
    display: inline-block;
    width: 60%;
    margin-left: 38%;
    margin-top: 10px;
    border: 2px solid #555555;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 3px;
    background-color: #FFFFFF;
    height: 50px;
}
span.mensagem_responder textarea{
    width: 96%;
    height: 80%;
    padding: 3px;
    border: none;
}
table.mensagem_form{
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
}
table.mensagem_form td:first-child{
    text-align: right;
    width: 10%;
    font-weight: bold;
    font-size: 14px;
    color: #555555;
}
table.mensagem_form tr td:nth-child(2){
    text-align: left;
    font-size: 14px;
}
span.mensagem_botao_responder{
    display: inline-block;
    background: #10aa4b; /* Old browsers */
    background: -moz-linear-gradient(top, #30CA6B 0%, #00951d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30CA6B), color-stop(100%,#00951d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #30CA6B 0%,#00951d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #30CA6B 0%,#00951d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #30CA6B 0%,#00951d 100%); /* IE10+ */
    background: linear-gradient(top, #30CA6B 0%,#00951d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30CA6B', endColorstr='#00951d',GradientType=0 ); /* IE6-9 */
    width: 120px;
    height: 30px;
    border-radius: 7px;
    font-weight: bold;
    cursor: pointer;
    color: #FFFFFF;
    border-top: 2px solid #DDDDDD;
    border-left: 2px solid #DDDDDD;
    border-bottom: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    margin: 0 auto;
    text-align: center;
}
span.mensagem_botao_responder:hover{
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-bottom: 1px solid #888888;
    border-right: 1px solid #888888;
}
span.mensagem_botao_responder:active{
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    color: #EEEEEE;
}
span.mensagem_botao_responder:active 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%);
}
span.mensagem_botao_responder:active span{
    padding-top: 6px;
}
span.mensagem_botao_responder span{
    display: inline-block;
    vertical-align: middle;
    padding-top: 7px;
}
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: 20px;
    border-bottom-right-radius: 7px;
    font-weight: bold;
    cursor: pointer;
    color: #006600;
    border-top: 2px solid #DDDDDD;
    border-left: 2px solid #DDDDDD;
    border-bottom: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
    position: absolute;
}
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;
}
.mensagem_botoes_fixo{
    text-align: left;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
span.middle{
    display: inline-block;
    vertical-align: middle;
}
span.mensagem_botao_anexar{
    display: inline-block;
    background-image: url(../images/fundo_topo.jpg);
    width: 70px;
    height: 23px;
    border-radius: 7px;
    font-weight: bold;
    cursor: pointer;
    color: #FFFFFF;
    border-top: 2px solid #DDDDDD;
    border-left: 2px solid #DDDDDD;
    border-bottom: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    margin: 0 auto;
}
span.mensagem_botao_anexar:hover{
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-bottom: 1px solid #888888;
    border-right: 1px solid #888888;
}
span.mensagem_botao_anexar:active{
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    color: #EEEEEE;
}
span.mensagem_botao_anexar:active 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%);
}
span.mensagem_botao_anexar:active span{
    padding-top: 2px;
}
span.mensagem_botao_anexar span{
    display: inline-block;
    vertical-align: middle;
    padding-top: 3px;
}
span.mensagem_botao_novo{
    display: inline-block;
    background-color: #576655;
    width: 70px;
    height: 23px;
    border-radius: 7px;
    font-weight: bold;
    cursor: pointer;
    color: #FFFFFF;
    border-top: 2px solid #DDDDDD;
    border-left: 2px solid #DDDDDD;
    border-bottom: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    margin: 0 auto;
}
span.mensagem_botao_novo:hover{
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-bottom: 1px solid #888888;
    border-right: 1px solid #888888;
}
span.mensagem_botao_novo:active{
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    color: #EEEEEE;
}
span.mensagem_botao_novo:active 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%);
}
span.mensagem_botao_novo:active span{
    padding-top: 2px;
}
span.mensagem_botao_novo span{
    display: inline-block;
    vertical-align: middle;
    padding-top: 3px;
}
.grupo_academico{
    display: inline-block;
    width: 100px;
    height: 120px;
    border: solid 1px #999999;
    border-radius: 10px;
    margin: 5px;
    padding: 5px;
    overflow: hidden;
    cursor: pointer;
}
.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 table{
    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;
    border: 0;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
}
.grupo_academico_acao{
    display: none;
    position: absolute;
    left: 9px;
    top: 7px;
}
.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;
    width: 25px;
    height: 22px;
    border: solid 1px #999999;
    border-radius: 10px;
    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;
}
.caixa_webcam{
    border: 2px solid #456456;
    border-radius: 5px;
    background-color: #DDDDDD;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
}
table.matricula thead tr th{
    height: 20px;
    border-radius: 2px;
    background: linear-gradient(to bottom, #037E45 10%, #239E65 90%) !important;
    padding: 5px;
}
table.matricula thead tr:first-child th:first-child, table.matricula thead tr:first-child td.greentd:first-child{
    border-top-left-radius: 7px;
}
table.matricula thead tr:first-child th:last-child, table.matricula thead tr:first-child td.greentd:last-child{
    border-top-right-radius: 7px;
}
table.matricula tbody tr td{
    height: 40px;
    border-radius: 2px;
}
table.matricula tfoot tr:last-child td{
    height: 30px;
    border-radius: 2px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
table.matricula tbody tr:nth-child(even) td{
    background-color: #DDDDDD;
    background: linear-gradient(to bottom, #CFCFCF 20%, #D8D8D8 100%) !important;
}
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;
}
/*
@media (max-width: 480px){
    table.matricula thead{
        display: none;
    }
    table.matricula tr{
        border-bottom: 1px solid #dddddd;
    }
    table.matricula td{
        border: 0;
    }
    table.matricula td:not(.nao_quebra){
        display: block;
        height: 18px;
    }
}

@media (min-width: 480px) and (max-width: 894px){
    table.matricula thead{
        display: none;
    }
    table.matricula tbody tr{
        border-bottom: 1px solid #dddddd;
    }
    table.matricula tbody td{
        border: 0;
    }
    table.matricula tbody td:not(.nao_quebra){
        display: block;
        height: 18px;
    }
    table.matricula tbody td.nao_quebra{
        width: 30px;
    }
}
*/
td.abrir_matriculas_inseridas{
    background: linear-gradient(to bottom, #EFEFEF 10%, #FFFFFF 100%) !important;
}
table.formulario_matricula{
    border-collapse: collapse;
    border-radius: 15px !important;
}
table.formulario_matricula tbody tr td{
    height: 25px;
    border-radius: 5px !important;
}
span.botao_matricula{
    display: inline-block;
    background-color: #DDDDDD;
    width: 58px;
    height: 34px;
    padding-top: 2px;
    background: linear-gradient(to bottom, #A2D3B1 10%, #CFEFDF 100%) !important;
    border-top: #D5D5D5 solid 2px;
    border-left: #D5D5D5 solid 2px;
    border-bottom: #000000 solid 1px;
    border-right: #000000 solid 1px;
    border-radius: 5px;
    cursor: pointer;
}
span.botao_matricula:hover{
    background-color: #BBBBBB;
    background: linear-gradient(to bottom, #A2D3B1 80%, #CFEFDF 100%) !important;
}
span.botao_matricula:active{
    border-top: #000000 solid 1px;
    border-left: #000000 solid 1px;
    border-bottom: #FFFFFF solid 2px;
    border-right: #FFFFFF solid 2px;
}
span.botao_matricula.selected{
    background-color: #BBBBBB;
    background: linear-gradient(to bottom, #BBBBBB 80%, #DDDDDD 100%) !important;
    border-top: #000000 solid 2px;
    border-left: #000000 solid 2px;
    border-bottom: #FFFFFF solid 1px;
    border-right: #FFFFFF solid 1px;
}
span.botao_matricula.selected:hover{
    background-color: #BBBBBB;
    background: linear-gradient(to bottom, #AAAAAA 80%, #DDDDDD 100%) !important;
}
span.botao_matricula.desativado{
    background-color: #BBBBBB;
    background: linear-gradient(to bottom, #BBBBBB 80%, #DDDDDD 100%) !important;
    border-top: #000000 solid 2px;
    border-left: #000000 solid 2px;
    border-bottom: #000000 solid 1px;
    border-right: #000000 solid 1px;
}
input[type='submit'].botao_matricula, input[type='button'].botao_matricula{
    height: 24px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #EEEEEE;
    background: linear-gradient(to bottom, #E5E5E5 0%, #EFEFEF 100%) !important;
}
input[type='submit'].botao_matricula:hover, input[type='button'].botao_matricula:hover{
    background-color: #DDDDDD;
    background: linear-gradient(to bottom, #DFDFDF 50%, #EFEFEF 100%) !important;
}
input[type='submit'].botao_matricula:active, input[type='button'].botao_matricula:active{
    border-top: solid 2px #000000;
    border-left: solid 2px #000000;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}
span.fundo_aviso_matricula{
    background: linear-gradient(to bottom, #DFDFDF 0%, #F5F5F5 100%) !important;
}
.tabelaaberta .acoes a, .tabelaaberta .acoes span{
    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;
    height: 16px;
}
.tabelaaberta .acoes a:first-child, .tabelaaberta .acoes span:first-child{
    margin-left: 0 !important;
}
.tabelaaberta .acoes:hover a, .tabelaaberta .acoes:hover span{
    background: url(../images/botoes_degrades.png) repeat-x;
    background-position: 0px 0px;
    border-color: #AAA;
}
.tabelaaberta .acoes a:hover, .tabelaaberta .acoes span:hover{
    background-position: 0px -22px;
    border-color: #AAA;
}
.tabelaaberta .acoes a:active, .tabelaaberta .acoes span:active{
    background-position: 0px -44px;
    border-color: green;
}
.tabelaaberta .acoes a:first-child, .tabelaaberta .acoes span:first-child{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.tabelaaberta .acoes a:last-child, .tabelaaberta .acoes span:last-child{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.tabelaaberta .acoes:hover a.desativado, .tabelaaberta .acoes:hover span.desativado{
    cursor: default;
    background: #BBB;
}
.tabelaaberta .acoes a.desativado img, .tabelaaberta .acoes span.desativado img{
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .6s ease;
    -webkit-backface-visibility: hidden;
}
/* 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: 125px;
    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;
}
.botoes_listagem{
    cursor: pointer;
    border-radius: 6px;
    background-color: #EEEEEE;
    border-top: #888888 solid 1px;
    border-left: #888888 solid 1px;
    border-bottom: #000000 solid 1px;
    border-right: #000000 solid 1px;
    text-align: center;
}
.botoes_listagem a{
    text-decoration: none;
    color: #000000;
}
.botoes_listagem:hover a{
    text-decoration: none;
    color: #FFFFFF;
}
.botoes_listagem:hover{
    background-color: #037E45;
    color: #FFFFFF;
    border-radius: 6px;
}
.botoes_listagem:active{
    border-top: #000000 solid 1px;
    border-left: #000000 solid 1px;
    border-bottom: #888888 solid 1px;
    border-right: #888888 solid 1px;
}
.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{
    display: inline-block;
    margin: 0 auto;
    width: 85%;
    max-width: 600px;
    border-radius: 6px;
    padding: 10px;
    cursor: pointer;
    text-align: left;
    background: linear-gradient(to top, #CBCDC8 0%, #DBDDF8 100%);
    overflow-x: hidden;
}
.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;
}
#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;
    margin: 0 0 auto;
}
.text-center {
  text-align: center;
}

/* Ações mobile */
ul.acoes_mobile{
    margin: 0;
    padding: 0;
}
ul.acoes_mobile>li.dropdown-header{
    padding: 3px 0;
    font-size: 13px;
    font-weight: bold;
    color: white;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.7);
    text-align: center;
    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.acoes_mobile>li.divider{
    margin: 0;
}
ul.acoes_mobile>li>a{
    padding: 10px 3px;
    border: 1px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.14902);
}
ul.acoes_mobile>li:last-child>a{
    border-bottom-color: transparent;
}
ul.acoes_mobile>li>a:hover, ul.acoes_mobile>li>a:focus{
    border: 1px solid #aaa !important;
    background-color: rgb(2,134,74) !important;
    color: white;
    text-shadow: 0px 1px 0px black;
}
ul.acoes_mobile>li>a>i.fa, ul.acoes_mobile>li>a>span.glyphicon{
    margin-left: 3px;
    margin-right: 3px;
}
ul.acoes_mobile>li>a>img{
    margin-left: 3px;
    margin-right: 3px;
}
ul.acoes_mobile>li>a.mobile-success{
    background-color: #dff0d8;
}
ul.acoes_mobile>li>a.mobile-primary{
    background-color: #d9edf7;
}
ul.acoes_mobile>li>a.mobile-danger{
    background-color: #f2dede;
}
.mceItemTable, .mceItemTable>tbody>tr, .mceItemTable>tbody>tr>td, .mceItemTable th, .mceItemTable>tr, .mceItemTable td, .mceItemTable caption, .mceItemVisualAid{
    border-color: #000 !important;
    border-width: 1px !important;
    border-style: solid !important;
}