/* CSS Local */
@import url("/infra_css/infra-global-dsgov.css");

.protocoloAberto {
  color: green;
}

.protocoloFechado {
  color: red;
}

.protocoloNormal,
.protocoloAberto,
.protocoloFechado,
.linkFuncionalidade {
  text-decoration: none;
  padding: 0.2em;
  font-size: 0.875rem !important;
}

a.protocoloNormal:hover,
a.protocoloAberto:hover,
a.protocoloFechado:hover,
a.processoNaoVisualizadoSigiloso:hover,
a.processoVisualizadoSigiloso:hover,
a.linkFuncionalidade:hover {
  text-decoration: underline;
}
a.processoNaoVisualizado {
  color: red;
}

a.processoVisualizado {
  color: black;
}

a.processoVisualizado:focus{
  outline: 1px dotted black;
  outline-offset: 2px;
  border-radius: 2px;
}

a.processoNaoVisualizadoSigiloso {
  padding: 2px 10px;
  background-color: red;
  color: white;
  text-decoration: none;
  border-radius: 0.2rem;
}

a.processoVisualizadoSigiloso,
a.protocoloSigiloso {
  padding: 2px 10px;
  background-color: black;
  color: white;
  text-decoration: none;
  border-radius: 0.2rem;
}

a.protocoloNormal:focus,
a.protocoloAberto:focus,
a.protocoloFechado:focus,
a.processoNaoVisualizado:focus,
a.processoNaoVisualizadoSigiloso:focus,
a.processoVisualizadoSigiloso:focus,
a.linkFuncionalidade:focus{
  outline: 1px dotted black;
  outline-offset: 2px;
  border-radius: 2px;
}

a.processoCredencialAssinaturaSigiloso {
  padding: 2px 10px;
  border: 1px solid red;
  border-radius: 0.2rem;
}

a.processoVisitado {
  color: #0000cc;
}

a.processoVisitadoSigiloso {
  background-color: #0000cc;
}

a.processoVisitadoCredencialAssinatura {
  border: 1px solid #0000cc;
}

span.spanRealce {
  background-color: yellow;
}
a.ancoraOpcao {
  color: black;
  display: block;
  text-decoration: none;
  width: 100%;
}

div.tituloProcessoDocumento {
  padding: 0.1rem;
  border-radius: 0.2rem;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  color: #666;
  background-color: #dfdfdf;
  margin-bottom: 4px;
  overflow: hidden;
}

div.tituloProcessoDocumento label {
  font-size: 1.1rem;
  font-weight: 600;
  color: #666;
  background-color: #dfdfdf;
}

a.ancoraSigla {
  text-decoration: none;
  font-size: 0.875rem;
}

a.ancoraSigla:hover {
  text-decoration: underline;
}

a.ancoraSigla:focus{
  outline: 1px dotted black;
  outline-offset: 2px;
  border-radius: 2px;
}

a.ancoraPadraoAzul,
a.ancoraPadraoPreta,
a.ancoraPadraoVermelha {
  padding: 0 0.5em;
  text-decoration: none;
  font-size: 0.875rem;
}

a.ancoraPadraoAzul:focus, a.ancoraPadraoPreta:focus, a.ancoraPadraoVermelha:focus{
  outline: 1px dotted black;
  outline-offset: 2px;
  border-radius: 2px;
}

a.ancoraPadraoAzul {
  color: #2c67cd;
}

a.ancoraPadraoPreta {
  color: black;
}

a.ancoraPadraoVermelha {
  color: red;
}

a.ancoraPadraoAzul:hover,
a.ancoraPadraoPreta:hover,
a.ancoraPadraoVermelha:hover {
  text-decoration: underline;
}

a.ancoraHistoricoProcesso,
a.ancoraVisualizacaoDocumento {
  font-size: 0.875rem;
}

a.ancoraVisualizacaoArvore {
  font-size: 0.875rem;
  color: #2c67cd;
}

a.ancoraVisualizacaoArvore:hover {
  text-decoration: underline;
}

a.ancoraVisualizacaoArvore:focus{
  outline:1px dotted #2c67cd;
  outline-offset: 2px;
  border-radius: 4px;
}

div.divItemCelula {
  padding: 0.2em 0 0.2em 0;
}

.divIconeItemCelula,
.divDiamante {
  float: left;
  padding-right: 0.3em;
  border: 0.1em solid transparent;
}

div.divRotuloItemCelula,
div.divRotuloDiamante {
  display: inline;
  border: 0.1em solid transparent;
}

tr.totalEstatisticas {
  background-color: #ffffdd;
}

td.totalEstatisticas {
  background-color: #ffffdd;
}

div.divAreaGrafico {
  float: left;
  overflow: auto !important;
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  font-size: 0.9rem;
}

tr.trVermelha {
  background-color: #ffbfbf;
}

td.tdVermelha{
  background-clip: padding-box;
  border-radius: .2rem;
  background-color: #F59F9F;
}

button.buttonWorkflow {
  border: 0.1em solid red;
}

div.infraTooltip {
  max-width: 500px;
}

img.imagemStatus {
  vertical-align: top;
  border: 0;
  padding: 0 2px;
}

img.imagemStatusFederacao {
  vertical-align: bottom;
  border: 0;
  padding: 0;
}

#tblCabecalhoFederacao td {
  border-top: 0;
  padding: 0.25rem 0.375rem;
}

div.formularioTexto {
  display: block;
  clear: both;
  overflow: visible;
  padding: 1em 1em 1em 0;
  font-size: 1rem;
  font-weight: 400;
}
div.formularioTexto span,
div.formularioTexto a {
  font-size: 1rem;
}

.msgGeral {
  font-size: 0.875rem;
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.msgSucesso {
  color: black;
  background-color: #dff0d8;
  border-color: #666;
  display: none;
}

.msgFalha {
  color: black;
  background-color: #f2dede;
  border-color: #ebccd1;
  display: none;
}

.msgAviso {
  color: black;
  background-color: #fcf8e3;
  border-color: #faebcc;
  display: none;
}

div.msgErroFederacao {
  margin: 10px 0;
  background-color: red;
  padding: 5px;
  border-radius: 0.2rem;
  width: 99%;
}

div.msgErroFederacao label {
  padding: 0 10px;
}

div.msgErroFederacao label,
div.msgErroFederacao a {
  font-size: 1rem;
  background-color: red;
  color: white;
}

div.pesquisaBarra {
  display: table;
  border-bottom: 0.1em solid #909090;
  margin-bottom: 0.5em;
  width: 100%;
}

div.pesquisaBarra div {
  display: table-cell;
  font-size: 0.875rem;
}

div.pesquisaBarraE {
  text-align: left;
  padding-bottom: 0.5em;
}

div.pesquisaBarraD {
  text-align: right;
  vertical-align: bottom;
  padding-bottom: 0.3em;
}

div.pesquisaPaginas {
  border-top: 0.1em solid #909090;
  padding: 0.5em 0 2em 0;
  text-align: center;
  font-size: 1rem;
}

div.pesquisaPaginas b {
  font-weight: 600;
}

div.pesquisaPaginas a {
  font-size: 1rem;
  color: unset;
  padding: 2px;
  border: 1px solid white;
  text-decoration: none;
  border-radius: 0.25rem;
}

div.pesquisaPaginas a:hover {
  border: 1px solid blue;
}

div.pesquisaPaginaSelecionada {
  font-size: 1rem;
  display: inline;
  color: white;
  background-color: blue;
  padding: 3px;
  border-radius: 0.25rem;
}

div.pesquisaSemResultado {
  font-size: 0.875rem;
  margin: 0.5em 0 0 0;
}

div.pesquisaSugestao {
  font-size: 0.875rem;
}

td.pesquisaSnippet b {
  font-size: 0.875rem;
  font-weight: 600;
}

table.pesquisaResultado {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: 0.875rem;
  width: 100%;
}

table.pesquisaResultado td {
  padding: 0.3em 0.5em;
}

table.pesquisaResultado a.protocoloAberto,
table.pesquisaResultado a.protocoloNormal {
  font-size: 0.875rem;
}

table.pesquisaResultado a.protocoloAberto:hover,
table.pesquisaResultado a.protocoloNormal:hover {
  text-decoration: underline !important;
}

tr.pesquisaTituloRegistro td {
  background: #e0e0e0;
}

tr.pesquisaTituloRegistro span {
  font-size: 0.875rem;
}

td.pesquisaTituloEsquerda {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

td.pesquisaTituloDireita {
  text-align: right;
  width: 20%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

div#conteudo td.pesquisaMetatag {
  color: #333333;
  text-align: center;
  padding-bottom: 2em;
}

table.pesquisaResultado td.pesquisaMetatag > b {
  color: #006600;
  font-weight: normal;
}

div.ajudaTitulo {
  font-size: 1rem;
  font-weight: bold;
  color: white;
  background: #16609b;
  position: relative;
  padding: 2pt;
  border-width: 0px;
  margin-left: 1rem;
}

div.ajudaTexto {
  position: relative;
  padding: 5pt;
  border-width: 0px;
  margin-left: 2rem;
}

div.ajudaTexto,
div.ajudaTexto * {
  font-size: 0.875rem;
  color: black;
  background: white;
}

div.ajudaTexto a {
  color: #2c67cd !important;
}

.ajudaExemplo {
  font-family: Courier;
  font-size: 0.875rem;
  color: #006600;
  background: white;
  position: relative;
  padding: 4px;
  border-width: thin;
  border-style: dotted;
  width: 480px;
  margin-left: 3rem;
}

div.barraBotoesSEIMovel {
  display: flex;
}

div.barraBotoesSEIMovel a {
  border: 0;
  padding: 0;
  margin: 10px 10px 0 0;
}

div.barraBotoesSEIMovel img {
  vertical-align: bottom;
}

div.barraBotoesSEI {
  display: table;
  border: 0;
  margin-top: 10px;
  padding: 0 3px;
  border-radius: 5px;
  background-color: white;
  line-height: 0;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3),
    0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
}

div.barraBotoesSEI img {
  height: 40px;
  width: 40px;
  margin: 3px;
  background-color: unset !important;
}

div.barraBotoesSEI img:hover {
  opacity: 0.5;
}

.custom-popover {
  width: fit-content;
}

.custom-popover .list-group-item {
  padding: 3px;
  white-space: nowrap;
  cursor: pointer;
  border: none;
}

.custom-popover .list-group-item span {
  font-size: 0.875rem;
}

.custom-popover .list-group-item:hover {
  background-color: #e0e0e0;
  border-radius: 0.25rem;
}

.popover-body {
  padding: 2px;
  position: relative;
}

.popover {
  max-width: none;
}

div.cke_screen_reader_only {
  bottom: 0;
}

#txtPesquisaRapida:focus{
  outline: 1px dotted white;
  outline-offset: 1px;
}
.clipboard-icon-focus{
  border: 1px dotted transparent !important;
}

.clipboard-icon-focus:focus,.clipboard-icon-focus:hover{
  border: 1px dotted black !important;
  color: #212529;
  text-decoration: none;
}

.clipboard-icon-focus:focus img{
  outline:none !important;
}

.li-fechar{
  border-top: 1px solid rgba(0,0,0,.125) !important;
}
.li-fechar span{
  margin-left: 28px;
}

#divFiltro {
  flex-flow: wrap;
}

#divTabelaProcesso a.filtro {
  box-shadow: 0px 1px 3px #00000045;
  font-weight: 900;
  font-size: medium;
  background-color: var(--gray-cool-3);
  padding: 10px 0;
  text-align: center;
  min-width: 47%;
  min-height: 50px;
  cursor: pointer;
}

#divTabelaProcesso a:hover {
  text-decoration: underline;
}

.barraBotoesSEI {
  width: 100%;
  border-top: 1px solid var(--gray-20) !important;
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.barraBotoesSEI a,
.barraBotoesSEI a:hover {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  margin: 0;
  max-width: 86px;
  line-height: normal;
  text-align: center;
  font: normal normal 600 10px/14px Rawline;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
}

.barraBotoesSEI a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.barraBotoesSEI a img:hover {
  opacity: 1 !important;
}

.barraBotoesSEI a:not(:last-child) {
  margin-right: 5px;
}

table:focus{
  outline:0;
}

input, button, textarea, select, table, label, legend, caption, a, span, p {
  font-size: 0.7rem;
}

a:focus img, img:focus{
  outline: 1px dotted black;
}

div.infraBarraSistema a:focus i,
#icoInfraMenuPontosTopo:focus {
  outline:1px dotted white;
  outline-offset: 1px;
}

#lnkInfraMenuSistema:focus i,
#lnkInfraMenuSistema:focus img,
#lnkInfraMenuSistema:focus span{
  outline: 1px dotted white;
  outline-offset: 1px;
}

.infraBarraSistema {
  padding: 0 !important;
}

.infraBarraSistema i[class^="fa-"], .infraBarraSistema i[class*=" fa-"] {
  color: var(--color-secondary-01);
}

#spnInfraIdentificacaoSistema {
  color: var(--color-primary-default);
  font-size: 1.2rem;
  font-weight: 400;
}

#spnInfraIdentificacaoSistema img {
  padding-top: 10px;
}

.infraBarraSistemaPadraoE img {
  vertical-align: sub;
  height: 43px;
}

.infraAcaoBarraConjugada i[class^="fa-"], 
.infraAcaoBarraConjugada i[class*=" fa-"] {
  color: var(--color-primary-01);
}

.infraAcaoBarraSistema {
  padding: 0 14px !important;
}

.infraAcaoBarraSistema a i {
  font-size: 16px;
  color: var(--pure-0);
}

.infraAcaoBarraSistema a img, 
.infraAcaoBarraSistema a img:hover {
  width: 20px;
}

.infraBarraLocalizacao {
  text-align: left;
  font: normal normal normal 24px/28px Rawline !important;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
}

.divLink {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 2.5px !important;
  max-width: 40%;
}

.divLink:first-child {
  margin-left: 15px !important;
}

.divLink a, .divLink a.ancoraPadraoPreta, .divLink a:hover {
  padding: 10px;
  flex: auto;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  font: normal normal 600 14px/20px Rawline;
  letter-spacing: 0px;
  opacity: 1;
}

img.infraImg:hover, 
img.infraImgNormal:hover {
  opacity: 0.3;
  border-width: 0;
}

span.infraAcaoBarraConjugada, 
span.infraAcaoBarraConjugada:hover {
  padding: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  line-height: 0;
  height: 24px;
  border: 0;
  background-color: white;
}

#lnkInfraUnidade {
  margin: 5px 20px;
  transition: none;
  color: var(--color-primary-default) !important;
  border: 1px solid white;
  border-radius: 4px;
}

#lnkInfraUnidade:hover {
  border: 1px solid transparent;
  text-decoration: underline;
  border-radius: 4px;
  text-decoration: none;
}

.infraReadOnly {
  border: 0.1em solid #c0c0c0;
}

input.infraAutoCompletar {
  border: 0.1em solid #666;
}

div.infraSidebarMenu a:focus img,
div.infraSidebarMenu a:focus i{
  outline: none;
}

.infraProcessando {
  background: #fff url("svg/aguarde.svg") no-repeat scroll 100% center !important;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
  box-sizing: border-box;
}

.infraCheckboxInput:focus + label, .infraRadioInput:focus + label{
  outline: 1px dotted black;
  outline-offset: 1px;
}

.infraLabelInputFile {
  background-color: #ffffff;
  border-bottom-color: #666666;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
  color: #495057;
  padding-bottom: 0.3rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  padding-top: 0.3rem;
  font-size: 0.8rem;
  width: unset !important;
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-property: background-color, border-color, box-shadow;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
}

.infraLabelInputFile:hover {
  color: #ffffff;
  background-color: var(--color-primary-lighten-02);
  border-color: var(--color-primary-default);
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  padding-bottom: 0.3rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  padding-top: 0.3rem;
}

@media only screen and (max-width: 425px) {
  .infraBarraNavegacao {
    min-height: 75px !important;
  }

  .infraBarraAcesso {
    padding: 8px 0 !important;
  }
}

.infraAnchorMenu img {
  filter: var(--color-primary-default);
}

.infraSidebarMenu li {
  min-height: 40px;
}

.infraSidebarMenu a {
  margin: 0 !important;
  min-height: 40px;
  padding: 0 20px !important;
}

.infraSidebarMenu a:hover {
  background-color: linear-gradient(
    rgba(var(--interactive-rgb), var(--hover)),     rgba(var(--interactive-rgb), var(--hover))
  );
}

.infraSidebarMenuClose {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  padding: 5px 10px 0;
}

.infraSidebarMenuClose button, 
.infraSidebarMenuClose button:focus, 
.infraSidebarMenuClose button:active {
  border: none;
  background-color: transparent;
  outline: 0;
}

.infraSidebarMenuClose button i {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0px;
  color: white;
}


.infraBarraSistemaMovel {
  padding: 0 !important;
}

.infraBarraSistemaMovel .infraBarraSistemaMovelE img {
  width: 60px;
}

.infraCorBarraSuperior {
  margin: 0 !important;
}

.navbar-nav .nav-link img, 
.infraAcaoBarraSistema a img, 
.infraAcaoBarraSistema a img:hover {
  width: 15px;
  opacity: 1;
}

.bg-left-login img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: default;
}

.linkLogin, .linkLogin:hover {
  letter-spacing: var(--unnamed-character-spacing-0);
  text-align: left;
  font: normal normal 600 12px/28px Rawline;
  letter-spacing: 0px;
  color: var(--blue-warm-vivid-70) !important;
  opacity: 1;
  text-decoration: none;
}

.form-group label {
  display: inline-block;
  margin-bottom: 0.5rem;
  text-align: left;
  font: normal normal 600 14px/20px Rawline;
  letter-spacing: 0px;
  color: #333333;
}

#divInfraPesquisarMenu {
  margin: 0 0 15px;
}