
/*******************************************************************************
ELEMENTOS BASICOS
********************************************************************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: 'Inter', 'Segoe UI', sans-serif !important;
	font-size: 10pt;
}

h1 {
	font-size: 3em;
	font-weight: bold;
}

form {
	font-size: 1.0em;
}

fieldset {
	margin-top: 1em;
	width:inherit; /* Or auto */
	padding:1.3em; /* To give a bit of padding on the left and right */
	border: 1px solid black;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

fieldset.main {
	border-color: #28ABE3;
}

legend {
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 1em;
	padding: 0.5em;
	border: none; 
	width: inherit;
	float: none !important;
}

label {
	font-weight: bold;
	font-size: 1.1em;
}

input, textarea, select {
	border: 1px solid black;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

a {
	cursor: pointer;
	color: #00264D;
	font-weight: bold;
	text-decoration: underline;
}

.asLink {
	cursor: pointer;
}
.gecoiLink,  .gecoiLink a {
	color: #003049;
}
.noticiasSGPLink ,.noticiasSGPLink a {
	color: #d62828;
}
/*******************************************************************************
CABECALHO
********************************************************************************/
#container {
	margin-left: 1em;
	margin-right: 1em;
	max-width: 100%;
}

#cabecalho {
	position: relative;
	width: 100%;
	height: 8.4em;
	background-image: url(/portaldoservidor/imagens/headertop2.jpg);
	background-repeat: repeat-x;
	background-color: #47A5BE;
}

#cabecalho div#imagem {
	float: left;
	width: 250px;
	height: 8.4em;
	background-image: url(/portaldoservidor/imagens/headertop2.jpg);
	background-repeat: repeat-x;
}

#cabecalho div#tribunal {
	float: right;
	width: 20em;
	height: 6.4em;
	background-image: url(/portaldoservidor/imagens/headertop2.jpg);
	background-repeat: repeat-x;
	margin-right: 1em;
	color: #000;
	font-size: 1.3em;
}
@media (max-width : 780px) {
	#cabecalho div#tribunal {
		display: none;
	}
}

#cabecalho div#tribunal p {
	text-align: right;
	font-weight: bold;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

#topoDaPagina a {
	text-decoration: none;
}

/*******************************************************************************
CABECALHO DA PAGINA
********************************************************************************/
h1.tituloPagina {
	text-align: center;
	float: left;
	width: 90%;
}

#informacoesUsuarioLogado {
	max-width: 100%;
	text-align: right;
	margin-right: 1em;
	font-size: 1.3em;
}

div#avisoAvaliacaoGestor {
	display: none;
	text-align: center;
}

img#imagemAvisoAvaliacaoGestor {
	margin: 0 0 auto;
	width: 64px;
	height: 64px;
	cursor: pointer;
}

#msgBrowserRuim {
	display: none;
	color: #CD6155;
	font-size: 1.5em;
	padding: 0.5em;
	margin: 0 0 auto;
}

@media (max-width: 767px) {
	.itemMenuPrincipalPortal {
		font-size: 1.3em;
	}
}

/*******************************************************************************
MAIN
********************************************************************************/
main  {
	position: relative;
	min-height: 100vh;
}

/*******************************************************************************
MENSAGENS, ALERTAS E AVISOS
********************************************************************************/

div.tituloAviso {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
.aviso img {
	margin-right: 0.5em;
}
/*******************************************************************************
IMAGENS
********************************************************************************/
img.brasao72 {
	width: 72px;
	height: 72px;
}

div.impressora {
	text-align: right;
	margin-right: 1em;
	display: block;
}

/*******************************************************************************
FORMULARIOS
********************************************************************************/
#msgs {
	font-size: 1.3em;
	font-weight: bold;
}
.row {
	max-width: 100%;
}

fieldset.formulario {
	font-size: 1.5em;
}
fieldset.formulario div.row {
	margin-bottom: 0.5em;
}

fieldset.redBox {
	border-color: #A80000;
}

div.novaLinha {
	font-size: 1.5em;
	min-height: 1em;
	width: 100;
	margin-bottom: 1em;
	margin-top: 1em;
	vertical-align: top;
}

.tituloCampo {
	display: inline-block;
	width: 11em;
	margin-right: 1em;
	font-weight: bold;
}
.inline {
	display: inline;
}

.valorCampo {
	display: inline-block;
	width: 20em;
	margin-right: 1em;
}

.btnRetornar {
	margin-top: 1em;
	text-align: center;
}

select.data, input.data {
	width: 12em;
}
input.matricula {
	width:7em;
}

select.nome, input.nome {
	width: 20.7em;
}
/*******************************************************************************
TABELAS
********************************************************************************/

table.resultado {
	width: 100%;
	max-width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.big {
	font-size: 2em;
}

table.bigPrintNormal {
	font-size: 2em;
}

@media print {
	table.bigPrintNormal {
		font-weight: 1em;
	}	
}

.medium {
	font-size: 1.5em;
}

@media (max-width : 1200px) {
	table.bigPrintNormal {
		font-size: 1.5em;
	}
}

@media (max-width : 880px) {
	table.bigPrintNormal {
		font-size: 1.2em;
	}
}


@media (max-width : 640px) {
	.big {
		font-size: 1.5em;
	}
	
	.medium {
		font-size: 1em;
	}

	table.resultado {
		max-width: 100%;
	}

	table.resultado thead tr th, table.resultado tbody tr td, table.resultado tfoot tr td {
		padding: 0.1em;
		word-wrap: break-word;
	}

	table.bigPrintNormal {
		font-size: 1em;
	}
}

table.naoListrado thead tr th {
	background-color: #4D4D4D;
	color: #FFF;
	vertical-align: middle;
	padding: 0.5em;
}

table.naoListrado tbody tr td {
	vertical-align: middle;
	padding: 0.5em;
}

table.naoListrado tfoot tr td {
	background-color: #353D4F;
	color: #FFF;
	vertical-align: middle;
	padding: 0.5em;
}

tr.listrar {
	border-bottom: 1px solid black;
}

table.resultado thead tr:nth-child(1) th {
	background-color: #4D4D4D;
	color: #FFF;
	vertical-align: middle;
	padding: 0.5em;
}

table.resultado thead tr:nth-child(2) th {
	background-color: #5D6766;
	color: #FFF;
	vertical-align: middle;
	padding: 0.5em;
}

table.resultado tr td {
	padding: 1em;
}
table.linhaSeparadora tbody tr td {
	border-right: 1px solid black;
}
table.linhaSeparadora tfoot tr td, table.linhaSeparadora thead tr th {
	border-right: 1px solid #FFF !important;
}
table.linhaSeparadora tbody tr td:last-child, table.linhaSeparadora tfoot tr td:last-child, table.linhaSeparadora thead tr th {
    border-right: none;
}
table.resultado tbody tr:nth-child(odd) td {
	background: #eff0f1;
}

table.resultado tbody tr:nth-child(even) td {
	background: #fff;
}

table.resultadoColunada tbody tr td:nth-child(odd) {
	background: #eff0f1;
	border-bottom: 1px solid;
}

table.resultadoColunada tbody tr td:nth-child(even) {
	background: #fff;
	border-bottom: 1px solid;
}


table.resultado tfoot tr:nth-child(odd) td, table.resultado tbody tr:nth-child(odd) td.asFoote {
	background-color: #454545;
	color: #FFF;
}

table.resultado tfoot tr:nth-child(even) td, table.resultado tbody tr:nth-child(even) td.asFoote {
	background-color: #1f1f1f;
	color: #FFF;
}

table.subResultado {
	width: 100%;
	margin-top: 1em;
	font-size: 0.7em;
}

table.subResultado thead tr th {
	background-color: #4D4D4D;
	color: #FFF;
	vertical-align: middle;
	padding: 0.5em;
}

table.subResultado tr:nth-child(odd) td {
	background: #EEE;
}

table.subResultado tr:nth-child(even) td {
	background: #F3F3F3;
}

tr.todoPreto td{
	background-color: #1f1f1f !important;
	color: #FFF !important;
}
caption {
	color: #000;
	text-align: center;
}
.separadorDireitoBranco {
	border-right: 1px solid #FFF;
}

.separadorDireitoPreto {
	border-right: 1px solid #000;
}

@media only screen and (max-width: 740px) {
	table.colapsar, table.colapsar thead, table.colapsar tbody, table.colapsar tfoot, table.colapsar th, table.colapsar td, table.colapsar tr {
		display: block;
	}

	table.colapsar thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	table.colapsar tr { border: 1px solid #ccc; }


	table.colapsar td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		text-align: left !important;
		display: flex;
		word-wrap: break-word;
	}
	table.colapsar td:before {
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		word-wrap: break-word;
		text-align: left;
		font-weight: bold;
		display: inline-block;
		content: attr(data-title);
	}
}

.congelarColuna1TabelaContida, .congelarColuna2TabelaContida {
    overflow-x: auto;
}

.congelarColuna1TabelaContida table, .congelarColuna2TabelaContida table {
    border-spacing: 0;
	border-collapse: separate;    
}

.congelarColuna1TabelaContida th, .congelarColuna2TabelaContida th {
    position: sticky;
}


.congelarColuna1TabelaContida th:nth-child(1), .congelarColuna1TabelaContida td:nth-child(1)
, .congelarColuna2TabelaContida th:nth-child(1), .congelarColuna2TabelaContida td:nth-child(1)
, .congelarColuna2TabelaContida th:nth-child(2), .congelarColuna2TabelaContida td:nth-child(2) {
    position: sticky;
    left: 0;
    z-index: 2;
}

.btnSairNovasFuncionalidades {
	width: 10em !important;
	font-size: 2em ! important;
	background-color: #EE0000;
	font-weight: bold;
	margin-left: 44%;
	color: white;
}
tr.linhaVerde:nth-child(even) td {
	background: #D9FDD9 !important;
}

tr.linhaVerde:nth-child(odd) td {
	background: #9DCB9D !important;
}

/*******************************************************************************
CANIVETE SUICO
Estilos que podem ser aplicados em uma s�rie de elementos.
********************************************************************************/
.centralizado, .centralizada {
	text-align: center;
}
.direita {
	text-align: right;
}
.esquerda, .esquerdo {
	text-align: left;
}
.meio {
	vertical-align: middle;
}
.redAlert, .obrigatorio {
	color: #A80000;
}
.greenAlert {
	color: #006400;
}

.caixaVerde {
	background-color: #E7FDE7 !important;
	color:  #006400;
	font-weight: bold;
}

.caixaVermelha {
	background-color: #F5ADAD !important;
	color:  #A80000;
	font-weight: bold;
}
.bigAlert {
	font-size: 1.5em;
}
.clear {
	background: inherit;
	font-size: 0.1em;
	clear: both;
}
.yellowAlertContainer{
	background-color: #FFC95C;
}
.tudoMaiuscula {
	text-transform: uppercase; 
}
.tudoMinuscula {
	text-transform: lowercase; 
}
.negrito {
	font-weight: bold;
}
.invisivel {
	display: none;
}
.tudoMaiusculo {
	text-transform: uppercase;
}
.versao {
	margin-top: 2em; display: block;
	font-weight: normal;
}
.espacoSuperior {
	margin-top: 1em;
}

.espacoInferior {
	margin-bottom: 1em;
}

.espacoEntreNos {
	margin-left: 1em;
}

#imgAguardandoRequisicaoAjax {
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	top: 10em;
	bottom: 0;
	display: none;
	z-index: 444;
}

.avisoCursosGerenciais {
	color: black;
	margin-left: 3px;
	margin-right: 3px;
	font-style: italic; 
}

.erroValidacao {
	color: red;
	font-size: 14px;
	font-style: italic;
}

.camposNaoEditaveis {
	font-size: 14px;
	font-style: italic;
}

.grid-container {
	display: grid;
	grid-template-columns: auto auto;
}


.grid-item {
	display: inline-grid;
	padding: 1em;
}

.hidden {
	display: none;
}

.em20 {
	width: 20em;
}
.cemPorCento {
	width: 100%;
}

.bloco {
	display: block;
}

.lenteDeAumento {
	font-size: 1.5em;
}

.chegaPraBaixo {
	margin-bottom: 1em;
}

.saiDeCima {
	margin-top: 1em;
}

.chegaProLadoEsquerda {
	margin-left: 1em;
}

.padding1em {
	padding: 1em;
}

.bordaSuperior {
	border-top: 1px solid black;
}

.naDeFora {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 2px dashed gray;
	border-radius: 10px;
	padding: 1em;
	text-align: left;
}
.wrapTexto {
	word-wrap: break-word;
}
.nowrapTexto {
	text-wrap: nowrap;
}
.bordado {
	border: 1px solid black;
	border-radius: 10px;
	padding: 1em;
}
.apenasImprimivel {
	display: none;
}
#containerDataHoraAtualNoPortal {
	margin-left: 1em;
}
/****************************************************************************
RODAPE
*****************************************************************************/
footer {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #464646;
	color: #FFF;
	bottom: 0;
	width: 100%;
	min-height: 120px;
	clear: both;
}

div.imgLogoTreRJ {
	float: left;
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 1em;
}

div.enderecoTribunal {
	float: left;
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 1em;
}

div.enderecoDaSedeDoTribunal span {
	display: block;
	font-size: 2vh;
}
div.redeSocial a {
	max-width: 16px;
	margin-right: 1em;
	display: inline-table;
}

div.tituloAplicacaoContainer {
	float: right;
	margin-top: 1em;
	margin-right: 1em;
	text-align: center;
}
@media (max-width : 1068px) {
	footer {
		font-size: 0.6em;
	}
	div.tituloAplicacaoContainer {
		margin-left: 1em;
		float: left;
	}
}

span.tituloAplicacao {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
	display: block;
}

span.versaoDaAplicacao {
	display: block;
}

/***************************************************************
SPRITE IMAGE
****************************************************************/
.sprite {
	background-image: url('/portaldoservidor/imagens/sprite-publico.png?version=<!--replaceProjectVersion-->');
	background-repeat: no-repeat;
	display: block;
}
.sprite-tre-rj-logo-branco {
	width: 115px;
	height: 45px;
	background-position: -271px -5px;
}
@media (max-width : 1068px) {
	.sprite-tre-rj-logo-branco {
		width: 72px;
		height: 26px;
		background-position: -276px -100px;
	}
}

.sprite-facebook {
	width: 16px;
	height: 16px;
	background-position: -5px -5px;
}

.sprite-instagram {
	width: 16px;
	height: 16px;
	background-position: -31px -5px;
}

.sprite-twitter {
	width: 16px;
	height: 16px;
	background-position: -82px -5px;
}

.sprite-youtube {
	width: 16px;
	height: 16px;
	background-position: -124px -5px;
}

.sprite-tiktok {
	width: 16px;
	height: 16px;
	background-position: -144px -5px;
}

.sprite-flickr {
	width: 16px;
	height: 16px;
	background-position: -103px -5px;
}
/****************************************************************************
LOADER
*****************************************************************************/
.mosaic-loader {
  --cell-size: 64px;
  --cell-spacing: 1px;
  --border-width: 1px;
  --cells: 4;
  --total-size: calc(var(--cells) * (var(--cell-size) + 2 * var(--cell-spacing)));
  display: flex;
  flex-wrap: wrap;
  width: var(--total-size);
  height: var(--total-size);
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -160px;
}
.mosaic-loader > .cell {
  --cell-color: white;
  flex: 0 0 var(--cell-size);
  margin: var(--cell-spacing);
  background-color: transparent;
  box-sizing: border-box;
  border: var(--border-width) solid var(--cell-color);
  animation: 1.5s ripple ease infinite;
}
.mosaic-loader > .cell.d-1 {
  animation-delay: 100ms;
}
.mosaic-loader > .cell.d-2 {
  animation-delay: 200ms;
}
.mosaic-loader > .cell.d-3 {
  animation-delay: 300ms;
}
.mosaic-loader > .cell.d-4 {
  animation-delay: 400ms;
}
.mosaic-loader > .cell.d-5 {
  animation-delay: 500ms;
}
.mosaic-loader > .cell.d-6 {
  animation-delay: 600ms;
}
.mosaic-loader > .cell:nth-child(1) {
  --cell-color: #d4aee0;
}
.mosaic-loader > .cell:nth-child(2) {
  --cell-color: #8975b4;
}
.mosaic-loader > .cell:nth-child(3) {
  --cell-color: #64518a;
}
.mosaic-loader > .cell:nth-child(4) {
  --cell-color: #565190;
}
.mosaic-loader > .cell:nth-child(5) {
  --cell-color: #44abac;
}
.mosaic-loader > .cell:nth-child(6) {
  --cell-color: #2ca7d8;
}
.mosaic-loader > .cell:nth-child(7) {
  --cell-color: #1482ce;
}
.mosaic-loader > .cell:nth-child(8) {
  --cell-color: #05597c;
}
.mosaic-loader > .cell:nth-child(9) {
  --cell-color: #b2dd57;
}
.mosaic-loader > .cell:nth-child(10) {
  --cell-color: #57c443;
}
.mosaic-loader > .cell:nth-child(11) {
  --cell-color: #05b853;
}
.mosaic-loader > .cell:nth-child(12) {
  --cell-color: #19962e;
}
.mosaic-loader > .cell:nth-child(13) {
  --cell-color: #fdc82e;
}
.mosaic-loader > .cell:nth-child(14) {
  --cell-color: #fd9c2e;
}
.mosaic-loader > .cell:nth-child(15) {
  --cell-color: #d5385a;
}
.mosaic-loader > .cell:nth-child(16) {
  --cell-color: #911750;
}

@keyframes ripple {
  0% {
    background-color: transparent;
  }
  30% {
    background-color: var(--cell-color);
  }
  60% {
    background-color: transparent;
  }
  100% {
    background-color: transparent;
  }
}

#info {
	text-align: center;
	font-size: 1.5em;
}
#info_icon  {
	font-size: 2em;
}