/* ----- GERAIS ----- */

.Oculto {
  display: none ! important;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}

body.PaginaSimples {
  padding:10px;
  background-color:#FFFFFF;
}

a {
  color: #339999;
  /*font-weight: bold;*/
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div.ContainerFloat:after {
  content: '';
  display: block;
  clear: both;
}

div#divAreaImpressao {
  width: 100%;
  background-color: #FFFFFF;
}

div#divAreaImpressao > hr#hrBarraAzulVerde {
  width: 100%;
  margin: 0;
  margin-bottom: 24px;
  padding: 0;
  border-top: 6px solid #FFFFFF;
  border-bottom: 10px solid #11437a;
}

div#divAreaImpressao:before {
  background-color: #339999;
  content: url('../imagens/MARCA2022.png');
  margin-left: 0;
  margin-bottom: 0;
  display: block;
  padding: 10px calc((100vw - 1200px) / 2); /*margem à esquerda alinhada ao conteúdo centralizado*/
}

div#divSemJavascript {
  background-color: #CC0000;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.75em;
  text-align: center;
}

h2 {
  color: #339999;
  font-size: 35px;
  font-weight: normal;
}

h3 {
  color: #339999;
  font-size: 17px;
  font-weight: bold;
}

h4 {
  color: #484848;
  font-size: 15px;
  font-weight: bold;
}

pre {
  font-family: 'Noto Mono', Monospace;
  font-size: 14px;
}

mark {
  background-color: #FFE6BF;
}

del, ins {
  text-decoration-color: #FF6600;
  text-decoration-style: double;
}

blockquote, q {
  color: #11437A;
}

q:before {
  content: open-quote;
  color: #FF9900;
  font-weight: bold;
}

q:after {
  content: close-quote;
  color: #FF9900;
  font-weight: bold;
}

table {
  border-collapse: collapse;
}

caption {
  font-style: italic;
  color: #484848;
}

th {
  border-bottom: 2px solid #FF9900;
  color: #11437A;
  font-weight: bold;
  padding: 0.25em;
}

td {
  border-bottom: 2px solid #FF9900;
  padding: 0.25em;
}

hr {
  border: 1px solid #333333;
  border-bottom: none;
}

input, select {
  font-family: 'Lato', sans-serif;
}

input[type="text"], select, textarea {
  border: 1px solid #11437A;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #484848;
  font-size: 15px;
}

input[type="text"], select:not([multiple="multiple"]) {
  height: 23px;
}


input[type="text"]:hover, select:hover, textarea:hover {
  background-color: #E0F0F0;
}

input[type="button"], button, input[type="submit"] {
  height: 23px;
  border: 1px solid #11437A;
  background-color: #FFFFFF;
  color: #11437A;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

input[type="button"]:hover, button:hover, input[type="submit"]:hover {
  background-color: #E0F0F0;
}

span.DestaqueLaranja {
  color: #FF6600;
}

span.DestaqueCinza {
  color: #999999
}

.ContainerVideo {
  background-color: #CCCCCC;
}

/* ----- PÁGINAS SEI ----- */

div#divAreaBannerPortalSei {
  width: 100%;
  height: 200px;
  border-top: 6px solid #FFFFFF;
  background-color: #666666;
}

div#divMarcaSei {
  height: 200px;
  line-height: 200px;
}

div#divMarcaSei h1 {
  margin: 0;
  padding: 0;
  line-height: 200px;
  text-align: center;
}

div#divMarcaSei a {
  display: inline-block;
  width: 423px;
  height: 133px;
  background: url('../imagens/MARCA_SEI.png') no-repeat center center;
  vertical-align: middle;
}

/* ----- ACESSIBILIDADE LIBRAS RYBENÁ ----- */
#rybena-sidebar .options button {
  width: unset;
  height: unset;
  border: unset;
  background-color: unset;
  color: unset;
  font-family: unset;
  font-size: unset;
  font-weight: unset;
  text-transform: unset;
}

#rybena-sidebar .options button .ryb-label,
#rybena-sidebar .options button {
  background: #11437A ! important;
}

/* ----- DESTAQUE DE ACESSIBILIDADE ----- */

/* CAMPOS DE FORMULÁRIO - FUNDO COM DESTAQUE AZUL SUAVE E BORDA SÓLIDA LARANJA */
input[type="text"]:focus, select:focus, textarea:focus {
  border: 2px solid #FF6600 ! important;
}

/* CHECKBOX - BORDA SÓLIDA LARANJA */
input[type="checkbox"]:focus {
  outline: 2px solid #FF6600 ! important;
}

/* BOTÕES - BORDA SÓLIDA LARANJA */
input[type="button"]:focus, button:focus, input[type="submit"]:focus {
  border: 2px solid #FF6600 ! important;
}

/* LINKS - BORDA SÓLIDA LARANJA */
a:focus {
  outline: 2px solid #FF6600 ! important;
}

/* OBJETOS COM CLASE CSS DestacarFoco - BORDA PONTILHADA LARANJA */
.DestacarFoco:focus {
  outline: 2px solid #FF6600 ! important;
}

/* ----- CONTEÚDO INVISÍVEL MAS ACESSÍVEL AOS LEITORES DE TELA ----- */

.LeitorDeTela {
  position: absolute;
  left:-9999px;
}

/* ----- AREA GLOBAL ----- */

div#divAreaGlobal {
  background-color: #FFFFFF;
  min-width: 1220px;
}

/* ----- BARRA ACESSIBILIDADE ----- */

div#divBarraAcessibilidade {
  width: 1170px;
  height: 35px;
  margin: auto;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
}

div#divBarraAcessibilidade > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

div#divBarraAcessibilidade > ul > li {
  display: inline-block;
  margin-left: 14px;
}

div#divBarraAcessibilidade > ul > li > a {
  font-weight: normal;
  cursor: pointer;
  color: #FFFFFF;
}

/* ----- AREA GLOBAL TOPO ----- */

div#divAreaGlobalTopo {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #333333;
}

div#divMarcaJF {
  width: 208px;
  height: 128px;
  float: left;
  margin-top: 36px;
  margin-left: 120px;
  vertical-align: top;
  background: url('../imagens/MARCA2022.png') no-repeat center center;
  color: #FFFFFF;
  position: relative;
}

div#divMarcaJF h1 {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

div#divMarcaJF a {
  display: block;
  width: 100%;
  height: 100%;
}

/* ----- BANNER TRIBUNAL ----- */

div#divAreaBannerTribunal {
  width: 100%;
  height: 200px;
  border-top: 6px solid #FFFFFF;
  background: #339999 url('../imagens/banner_trf4_2022.png') no-repeat center right;
}

div#divAreaBannerMobile {
  display: none;
}

/*div#divBuscaPortalMobile {
  display: none;
}*/

div#divAreaGlobalPesquisa {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

div#divBordaInferior {
  border-top: 4px solid #FFFFFF;
  height: 10px;
  background-color: #11437a;
}

/* BANNER TRIBUNAL > BUSCA PORTAL */

div#divSelo30Anos {
  float: left;
  margin-left: 80px;
  margin-top: 30px;
}

div#divBuscaPortal {
  float: right;
  margin-top: 28px;
  margin-right: 130px;

}

div#divBuscaPortal h2 {
  margin: 10px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}

div#divAreaBannerTribunal.Compacta > div#divAreaGlobalPesquisa > div#divBuscaPortal {
  margin-top: 20px;
}

div#divBuscaPortal input#txtBuscaPortal {
  border: none;
  width: 555px;
  height: 51px;
  border-radius: 7px;
  color: #484848;
  font-size: 18px;
  text-indent: 7px;
  padding-right: 50px;
}

div#divBuscaPortal fieldset {
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

div#divBuscaPortal legend {
  position: absolute;
  left:-9999px;
  height: 0;
}

div#divBuscaPortal #sbmBuscaPortal {
  position: absolute;
  top: 3px;
  right: 3px;
  border: none;
  width: 45px;
  height: 45px;
  background-color: transparent;
  background-image: url('../imagens/lupa.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 33px 33px;
  font-size: 15px;
  text-indent: -9999px;
}

/* ----- BREADCRUMBS ----- */

div#divAreaBreadcrumbs {
  width: 1200px;
  margin-top: 18px;
  margin-left: auto;
  margin-bottom: 12px;
  margin-right: auto;
  color: #484848;
  font-size: 15px;
}

div#divAreaBreadcrumbs > a {
  color: #484848;
  text-decoration: underline;
}

div#divAreaBreadcrumbs > label.UltimoBreacrumb {
  color: #999999;
}

/* ----- ÁREA GLOBAL CONTEÚDO ----- */

div#divAreaGlobalConteudo {
  width: 1200px;
  min-height: calc(100vh - 638px);
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 25px;
}

div#divAreaGlobalConteudo ul {
  list-style-type: none;
}

div#divCompartilharRedesSociais {
  width: 1200px;
  margin-top: 15px;
  margin-bottom: 15px;
}

div#divCompartilharRedesSociais ul {
  margin: 0;
  padding: 0;
  /*white-space: nowrap;*/
  text-align: right;
}

div#divCompartilharRedesSociais li {
  display: inline-block;
  margin-left: 5px;
}

div#divCompartilharRedesSociais li:before {
  display: none ! important;
  margin: 0 ! important;
}

div#divCompartilharRedesSociais  a {
  display: block;
  cursor: pointer;
}

div#divCompartilharRedesSociais a img {
  border-radius: 7px;
  background-color: #CCCCCC;
}

div#divCompartilharRedesSociais.BotoesAmarelo a img {
  background-color: #FF9900;
}

div#divCompartilharRedesSociais.BotoesAzul a img {
  background-color: #11437A;
}

div#divCompartilharRedesSociais.BotoesLaranja a img {
  background-color: #FF6600;
}

div#divCompartilharRedesSociais.BotoesVerde a img {
  background-color: #009933;
}

div#divCompartilharRedesSociais.BotoesCinza a img {
  background-color: #666666;
}

div#divCompartilharRedesSociais a:hover img {
  opacity: 0.8;
}

div#divAreaGlobalConteudo ul > li:before {
  background-color: #FF9900;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.1em;
  height: 0.5em;
  width: 0.5em;
}

div#divAreaGlobalConteudo span.tituloPagina {
  font-weight: normal;
  font-size: 35px;
  color: #339999;
  line-height: 1em;
}

/* ----- ÁREA GLOBAL RODAPÉ ----- */

div#divAreaGlobalRodape {
  margin-top: 35px;
  padding-top: 20px;
  background-color: #339999;
  color: #FFFFFF;
  font-size: 13px;
  text-align: center;
}

div#divMenuRodape {
  display: inline-block;
  width: 400px;
  margin-right: 200px;
  height: 220px;
}

div#divMenuRodape ul {
  display: inline-grid;
  margin: 0;
  padding: 0;
  width: 50%;
  height: 100%;
}

div#divMenuRodape li {
  display: flex;
  text-align: left;
  align-items: center;
  font-size: 15px;
  padding-right: 50px;
}

div#divMenuRodape li::marker {
  content: none;
}

div#divMenuRodape li a {
  color: #FFFFFF;
}

div#divMarcaRodape {
  background-image: url('../imagens/tudo_aqui.png');
  background-repeat: no-repeat;
  background-position: 0 35px;
  display: inline-block;
  width: 600px;
  min-height: 150px;
  font-size: 17px;
  vertical-align: top;
  text-align: left;
}

div#divBarraFinal {
  margin-top: 20px;
  height: 40px;
  background-color: #333333;
}

/* ----- AVISO DE PRIVACIDADE ----- */

#divDetalhesPoliticaPrivacidade {
  background-color: #2d2d2d;
  bottom: 0;
  color: #fff;
  height: 60px;
  padding-top: 20px;
  position: fixed;
  width: 100%;
}

#divContainerPoliticaPrivacidade {
  margin: 0 auto;
  width: 750px;
}

#divTextoAvisoPrivacidade {
  float: left;
  width: 640px;
}

#divTextoAvisoPrivacidade a {
  color: #fff;
  text-decoration: underline;
}

#divBotaoAvisoPrivacidade {
  float: left;
  width: 100px;
}

#btnAceitoPoliticaPrivacidade {
  border: 1px solid #ff6600;
  border-radius: 8px;
  font-size: 16px;
  height: 40px;
  text-transform: none;
  width: 80px;
}

/* ##### INFRA ANTIGO - IMPORTADOS PARA COMPATIBILIDADE COM PÁGINAS INTERNAS ##### */

.tabela {
  border-collapse: collapse;
  font-size: 1em;
}

.tabela tr td {
  border: 1px solid #B0B0B0;
  margin: 0px;
  padding: 4px;
}

.tabela th {
  border: 1px solid #B0B0B0;
  margin: 0px;
  padding: 2px;
  background-color: #D4D4D4;
  color: #336699;
  font-weight: bold;
  text-align: center;
}

div.infraFundoTransparente {
  z-index:998;
  visibility:hidden;
  position:absolute;
  overflow:hidden;
  width:1px;
  height:1px;
  left:0;
  top:0;
  background:transparent url('/trf4/imagens/fndtransp.gif');
  background-repeat:repeat;
}

div.infraAviso {
  position:absolute;
  padding:.4em;
  border:.2em solid;
  border-color:#f7f7f7 #000 #000 #f7f7f7;
  background-color:#dfdfdf;
  z-index:999;
}

div#infraCalendario tr td {
  border: none;
}

table#tabInfraTooltip td {
  border: none;
}

fieldset.infraFieldset {
  border: 0.1em solid #969594;
  padding: 8px;
}

legend.infraLegend {
  background: #155f9b;
  border-radius: 0.2rem;
  color: #ECF0F1;

  letter-spacing: .1em;
  margin-left: 0.8em;
  padding: 4px 0 0 4px;
}

#divConteudo > ul.nav.nav-pills > li:before {
  display: none;
}

#divConteudo > ul.nav.nav-pills > li.nav-item.dropdown.show > div > ul > li:before {
  display: none;
}