﻿a, body, div, fieldset, form, h1, h2, h3, h4, h5, h6, input, label, p, ul, li, table, td, tr
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
body
{
    background: black url('../Images/ferjBg.png') repeat center;
    font-family: "Segoe UI" , Tahoma, Geneva, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969; /*cinza*/
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    color: #222;
    text-transform: none;
    margin-bottom: 0px;
}
h1
{
    font-size: 28px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
h2
{
    font-size: 20px;
    font-weight: normal;
    margin: 0px 0px 16px 0px;
    color: #325797;
}
h3
{
    font-size: 18px;
}
h4
{
    font-size: 16px;
}
h5, h6
{
    font-size: 14px;
}
a
{
    color: rgb(53,0,238);
}
a[disabled=disabled]
{
    color: #A0A0A0; /*cinza*/
}
a:link, a:visited
{
    color: #034af3; /*azul*/
}
a:hover
{
    color: #034af3 !important; /*azul*/
}
a:active
{
    color: #034af3; /*azul*/
}
p
{
    margin-bottom: 8px;
    color: #231f20;
    line-height: 24px;
    font-size: 13px;
}

span
{
    font-size: 14px !important;
    color: #000;
}

span.spanBold
{
    font-weight: bold;
}


label
{
    font-size: 14px !important;
    color: #000;
}

.page
{
    /*background: transparent url('../Images/ferjBg2.png') repeat-x top;*/
    margin: 0;
    padding: 20px;
    min-width: 1235px;
    display: inline-block;
}
.conteudo
{
    width: 100%;
    min-width: 1000px;
    background-color: #f6f6f6;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 5px #111111;
}
/*FORMS */
input, textarea
{
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 5px;
    line-height: 22px;
    border-radius: 4px;
    border: 1px solid #CFD6E3;
}

select {
    font-size: 13px;
    line-height: 22px;
    border-radius: 4px;
    border: 1px solid #CFD6E3;
    height: 24px!important;
} 

input[type=text]
{
}
input[type=radio], .formGrupo input[type=checkbox]
{
    display: inline-block;
    height: 12px;
    border: none !important;
    margin-right: 5px;
    margin-left: 5px;
}

input[type=submit]
{
    padding-left: 7px;
    padding-right: 7px;
    height: 24px;
    color: white !important;
    margin-right: 7px;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: normal;
}

/*Estilos do cabecalho - Inicio*/
.header
{
    margin: 0px;
    padding: 0px;
    background-color: white;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 125px;
}
.marcaFerj
{
    float: left;
    margin: 25px 0 0 36px;
}
.header h1
{
    float: right;
    margin: 40px 40px 0 0;
    font-weight: normal;
}
.loginDisplay
{
    position: absolute;
    right: 40px;
    top: 80px;
}
.navegacao
{
    clear: both;
    padding-top: 25px;
}
.menu
{
    margin-left: 40px;
    clear: both;
    margin-top: 20px;
    display: none;
}
.menu ul.level1
{
    margin: 0px;
    padding: 0px;
    background: #839197 url('../Images/Botoes/ferj-bt-menu-normal.png') repeat-x center center;
    font-size: 100%;
    height: 36px;
    border-radius: 5px;
}
.menu > ul > li
{
    float: left;
    height: 36px;
    list-style: none outside none;
    margin: 0 0 0 0;
    padding: 0;
    width: auto;
    z-index: 9000;
    border-left: 1px #fff solid;
}
.menu > ul > li:first-child
{
    border-left: 0;
}
.menu > ul > li:first-child:hover
{
    border-radius: 5px 0 0 5px;
}
.menu > ul > li:last-child:hover
{
    border-radius: 0 5px 5px 0;
}
.menu > ul > li:hover
{
    background: #325797 url('../Images/Botoes/ferj-bt-menu-over.png') repeat-x center center;
    color: #fff;
}
.menu > ul > li > a
{
    display: block;
    padding: 8px 7px 6px 6px;
    text-align: center;
    height: 22px;
    line-height: 18px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    color: #fff !important;
    font-weight: normal;
    font-size: 14px;
}
.menu > ul > li > ul > li
{
    position: relative;
    list-style: none;
    border: 1px #325797 solid;
    border-bottom: 0px;
}
.menu > ul > li > ul > li a
{
    display: block;
    color: #325797;
    text-decoration: none;
    border-bottom: 0px;
    text-align: left !important;
    background: #fff none !important;
    padding: 5px 5px 5px 5px;
}
/*Estilos do cabecalho - Fim*/
/*Estilos do conteudo - Inicio*/
.main
{
    margin: 0;
    min-height: 350px;
    padding: 15px 0 15px 0;
    width: 100%;
}
/*Estilos do conteudo - Fim*/
.rodape
{
    text-align: center;
    padding: 5px 0;
}
.rodape p
{
    font-size: 11px;
    color: #444;
}

/*Estilos dos Forms - inicio */
.formGrupo
{
    margin: 0 40px;
    clear: both;
    padding: 0;
}

.formPadrao
{
    background-color: #E8E8E8;
    border: 0 none !important;
    padding: 0;
    margin: 15px 0 15px 0;
}

.formLinha
{
    padding: 8px;
    border-bottom: 2px solid #f6f6f6;
}

.formLinhaTransf
{
    padding: 0 8px 0 8px;
}

.formLinha span.primeiroItem
{
    width: 110px;
    display: inline-block;
    text-align: right;
}

.separacaoOpcoes
{
    width: 105px;
    display: inline-block;
    border-right: 2px solid #f6f6f6;
    padding: 8px 8px 8px 0;
    margin-left: 5px;
}

.separacaoOpcoesMaior
{
    width: 121px;
    display: inline-block;
    border-right: 2px solid #f6f6f6;
    padding: 8px 8px 8px 0;
    margin-left: 5px;
}

.formGrupo input[type=checkbox]
{
    margin-left: 10px;
}

.formGrupo input.formBusca
{
    background: url("../Images/Botoes/ferj-bt-alterar-senha.png") repeat-x scroll center center #424E4F;
}

.formGrupo input.formBusca:hover
{
    background: url("../Images/Botoes/ferj-bt-alterar-senha-over.png") repeat-x scroll center center #424E4F;
}

.formGrupo input.formEnviar
{
    background: url("../Images/Botoes/ferj-bt-ok.png") repeat-x scroll center center #424E4F;
}

.formGrupo input.formEnviar:hover
{
    background: url("../Images/Botoes/ferj-bt-ok-over.png") repeat-x scroll center center #424E4F;
}

.formGrupo input.formLimpar
{
    background: url("../Images/Botoes/ferj-bt-sair.png") repeat-x scroll center center #424E4F;
}

.formGrupo input.formLimpar:hover
{
    background: url("../Images/Botoes/ferj-bt-sair-over.png") repeat-x scroll center center #424E4F;
}

p.captchaPage
{
    display: inline;
    width: 220px;
    display: block;
    float: left;
}

.validacaoDurt {
    color: Red;
    font-size: 13px; 
    padding-bottom: 19px;
    display: inline-block;
    padding-top: 13px;
 }
 
 .validacaoDurt ul li {
    float: left;
    width: 400px;
 }
 
 

/*Estilos dos Forms - Fim */
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #f6f6f6;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

table.listaClubes
{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

table.listaClubes tr
{
    border-bottom: 2px solid #F6F6F6;
    background: #E8E8E8;
}

table.listaClubes tr td:first-child
{
    width: 15%;
    border-right: 2px solid #F6F6F6;
}

table.listaClubes tr td
{
    padding: 10px;
    color: #000;
}

table.listaClubes tr td a
{
    font-size: 13px;
    padding-left: 12px;
    padding: 4px 8px 4px 8px;
    margin-right: 5px;
    line-height: 22px;
    border-radius: 4px;
    border: 1px solid #CFD6E3;
    background: url("../Images/Botoes/ferj-bt-alterar-senha.png") repeat-x scroll center center #424E4F;
    padding: 4px 8px 4px 8px;
    color: white;
    text-decoration: none;
}

table.listaClubes tr td a:hover
{
    background: url("../Images/Botoes/ferj-bt-alterar-senha-over.png") repeat-x scroll center center #424E4F;
    color: white !important;
    text-decoration: none !important;
}

/* Pagina Pesquisa DURT segundavida inicio */
span.tituloPagina, legend.tituloPagina {
    font-size: 24px!important;
    color: #325797;
}

table.listaJogador  {
    width: 100%!important;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff!important;
    font-size: 14px!important;
}

table.listaJogador  tr {
    border-bottom: 2px solid #F6F6F6;
    background: #E8E8E8;
    
}

table.listaJogador  tr:first-child {
    border-bottom: 2px solid #F6F6F6!important;
    background: #2b4396!important;
    
}

table.listaJogador tr.headerTable td{
    color: #fff!important;
    font-weight: 400!important;
}

table.listaJogador tr.headerTablePendencia td{
    background: #dc1010!important;
    color: #fff!important;
    white-space: nowrap;
}

table.listaJogador tr.headerTableAprovado td{
    background: #209d3d!important;
    color: #fff!important;
    white-space: nowrap;
}

table.listaJogador  tr td {
    padding: 10px;
    color: #000;
}

table.listaJogador  tr.linhaAlternada td {
    background-color:#d8d8d8;
}
table.listaJogador  tr td a {
    font-size: 13px;
    padding-left: 12px;
    padding: 4px 8px 4px 8px;
    margin-right: 5px;
    line-height: 22px;
    border-radius: 4px;
    border: 1px solid #CFD6E3;
    background: url("/Images/Botoes/ferj-bt-alterar-senha.png") repeat-x scroll center center #424E4F;
    padding: 4px 8px 4px 8px;
    color: white;
    text-decoration: none;
}

table.listaJogador tr td a:hover
{
    background: url("/Images/Botoes/ferj-bt-alterar-senha-over.png") repeat-x scroll center center #424E4F;
    color: white!important;
    text-decoration: none!important;
}

/* Pagina Pesquisa DURT segundavida fim */

#dialogNaoEncontrou {
    text-align:center;
}

/* Acordion*/

h3.acorddion_bira {
    background: #2b4396!important;
    padding: 5px;
}

h3.acorddion_bira a {
    color: #fff!important;
    font-size: 15px!important;
}

/* Resultado BIRa */

table.listaClubes
{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

table.listaClubes tr
{
    border-bottom: 2px solid #F6F6F6;
    background: #E8E8E8;
}

table.listaClubes tr td:first-child
{
    width: 15%;
    border-right: 2px solid #F6F6F6;
}

table.listaClubes tr td
{
    padding: 10px;
    color: #000;
}

table.listaClubes tr td input[type=button]
{
    font-size: 13px;
    padding-left: 12px;
    padding: 2px 4px 2px 4px!important;
    margin-right: 5px;
    line-height: 22px;
    border-radius: 4px;
    border: 1px solid #CFD6E3;
    background: url("../Images/Botoes/ferj-bt-alterar-senha.png") repeat-x scroll center center #424E4F;
    padding: 4px 8px 4px 8px;
    color: white;
    text-decoration: none;
}

table.listaClubes tr td input:hover[type=button]
{
    background: url("../Images/Botoes/ferj-bt-alterar-senha-over.png") repeat-x scroll center center #424E4F;
    color: white !important;
    text-decoration: none !important;
}

/* Formulário de Login inicio */
.bgLogin
{
    background: #fbfbfb url('../Images/ferj-bg-login.png') repeat-x scroll center center;
    width: 530px;
    margin-top: -185px;
    top: 50%;
    left: 50%;
    margin-left: -265px;
    height: 366px;
    position: absolute;
    padding: 0px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 5px #111111;
}
.paginaLogin
{
    width: 530px;
    height: 366px;
    background: transparent url('../Images/allencontrol-bg-login2.png') no-repeat 385px 40px;
}
.paginaLogin h1
{
    width: 218px;
    height: 65px;
    overflow: hidden;
    text-indent: -10000px;
    background: transparent url('../Images/logo_ferj_login.png') no-repeat scroll center center;
    float: left;
    margin: 40px 20px 0px 40px;
}
/*.paginaLogin h2
{
    font-weight: bold;
    float: left;
    margin: 30px 0px 0px 30px;
    width: 210px;
    border: none;
    text-align: left;
}*/
fieldset.login
{
    clear: both;
    margin: 0px 30px;
    border: 0px !important;
    padding: 44px 0px 0px 0px !important;
}
fieldset.login legend
{
    position: absolute;
    bottom: 27px;
    left: 35px;
    z-index: 1;
}
fieldset.login p
{
    line-height: normal !important;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px !important;
    background-color: transparent;
}

fieldset.login p a
{
    margin-left: 30px;
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}


fieldset.login p span
{
    display: inline-block;
    margin-left: -70px;
    text-align: right;
    width: 119px;
    color: #000;
}

fieldset.login span.erro 
{
    display: inline!important;
    margin-left: 0px;
    }
    
fieldset.login p input
{
    /*background: #0b78b7 url('../Imagens/login-input.png') no-repeat scroll center center;*/
    background-color: #fff;
    border: 1px #325797 solid;
    border-radius: 4px;
    width: 173px;
    height: 26px !important;
    line-height: 26px;
    padding: 0px 4px;
    color: #373737;
}

fieldset.login p input:focus
{
    border: 1px red solid !important;
}
fieldset.login p input.btnLogin
{
    background: #325797 url('../Images/ferj-bt-login.png') repeat-x center center;
    width: 70px;
    height: 36px;
    text-align: center;
    position: absolute;
    right: 40px;
    bottom: 22px;
    z-index: 1;
    color: #fff;
    font-weight: bold;
    border: 0;
}