/* IN = interno */

.AK-mao {
  cursor: pointer;
}

.IN-acordeao-botao {
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: center;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
}

.IN-aba-acordeao-botao {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.AK-campo-legenda {
	background-color:inherit;
	border:none;
}

.IN-campo-legenda {
	background-color:inherit;
	border:none;
}

.IN-chamado-opcao-topo {
	position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 1020;
	border-radius: 0.5rem
}

.ak-opcao-topo {
	position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 1020;
	border-radius: 0.5rem
}

.ak-painel .forms-wizard li {
	font-size: 0.88rem; 
}
.ak-painel .forms-wizard li em {
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-indent: -999rem;
    border: #fff solid 2px; 
}

.ak-painel-borda {
	border: 1px solid rgba(26, 54, 126, 0.125);
	border-radius: 0.25rem;
	box-shadow: 0 10px 20px -10px rgba(128, 128, 128, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(128, 128, 128, 0.2);
	padding: 1.25rem;
}

.ak-painel-borda-esquerda {
	border-left: 2px solid rgba(26, 54, 126, 0.125);

}



@media (min-width: 991.98px) {
	.ak-painel .forms-wizard {
		display: block;
		width: 20%;
		float: left;
		padding: 0 1.5rem 1.5rem 0; 
	}
	.ak-painel .forms-wizard li {
		display: block;
		margin: 0;
		padding: 0; 
		font-size: 1.2rem;
	}
    .ak-painel .forms-wizard li::before, .ak-painel .forms-wizard li::after {
		display: none; 
	}
    .ak-painel .forms-wizard li a {
		text-align: left;
		display: flex;
		align-items: center;
		align-content: flex-start;
		padding: 0.75rem;
		margin-bottom: 0.5rem;
		border-radius: 0.3rem;
		transition: all .2s; 
	}
	.ak-painel .forms-wizard li a em {
        margin: 0 0.75rem 0 0; 
	}
	.ak-painel .forms-wizard li a:active, .ak-painel .forms-wizard li a:focus, .ak-painel .forms-wizard li a:hover {
        background: #e9ecef;
        color: #495057 !important; 
	}
    .ak-painel .forms-wizard li.active a {
		background: #3f6ad8;
		color: #fff; 
	}
	.ak-painel .forms-wizard li.active a:active, .ak-painel .forms-wizard li.active a:focus, .ak-painel .forms-wizard li.active a:hover {
		color: #fff !important; 
	}
	.ak-painel .forms-wizard li.active a em {
		background: rgba(255, 255, 255, 0.2); 
	}
	.ak-painel .ak-painel-conteudo {
		width: 80%;
		overflow: auto;
		min-height: auto !important;
	}
}

.ak-painel-conteudo {
	min-height: auto !important; 
}
  


.AK-bg-cinza-fraco {
	background-color: #f7f7f7 !important; }
}





.IN-campo-dado {
	color: rgba(13, 27, 62, 0.7);
	font-weight: bold;
}

.IN-alerta-mensagem {
	padding-left: 5px;
}

.IN-negritar {
	font-weight: bold;
}

.IN-maiuscula {
	text-transform: uppercase;
}

.AK-ocultar{display:none;}
.AK-exibir{display:block;}

.IN-ocultar{display:none;}
.IN-exibir{display:block;}

.ocultar{display:none;}
.exibir{display:block;}

.ak-rotulo-campo {
  font-weight: 600; }
 
.IN-arquivo input[type='file']{display:none;}
.IN-dvArquivos{}

.ak-light-forte {
  background-color: #EDEDED !important; }
  
/*justify-content: flex-end; */



.IN-area-rodape {
	background: #f8f9fa;
  display: flex;
  align-items: center;
  
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .IN-area-rodape > :not(:first-child) {
    margin-left: .25rem; }
  .IN-area-rodape > :not(:last-child) {
    margin-right: .25rem; }

.app-headerS {
  height: 60px;
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
  z-index: 10;
  transition: all .2s; }
  .app-headerS.header-shadowS {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03); }
  .app-headerS .app-header__contentS {
    display: flex;
    align-items: center;
    align-content: center;
    flex: 1;
    padding: 0 1.5rem;
    height: 60px; }
    .app-headerS .app-header__contentS .app-header-leftS {
      display: flex;
      align-items: center; }
    .app-headerS .app-header__contentS .app-header-rightS {
      align-items: center;
      display: flex;
      margin-left: auto; }
	  
.IN-fa {
  font-family: 'Font Awesome 5 Free';
  /*font-weight: 900;*/ }