	.espacamentoDivisor_top {
		margin-top: 25px;
	}

	/************************* LINK BÁSICO PRETO *************************/
	.style_linkDiscreto:link {
		text-decoration: none;
		color: #000000;
		/*	font-family: calibri;*/
		/*	font-size: 1rem;*/
	}

	a.style_linkDiscreto:visited {
		text-decoration: none;
		color: #000000;
		/*	font-family: calibri;*/
		/*	font-size: 1rem;*/
	}

	a.style_linkDiscreto:hover {
		text-decoration: none;
		color: #558899;
		/*	font-family: calibri;*/
		/*	font-size: 1rem;*/
		font-weight: 500;
	}

	a.style_linkDiscreto:active {
		text-decoration: none;
		color: #000000;
		/*	font-family: calibri;*/
		/*	font-size: 1rem;*/
	}

	/************************* LINK PADRÃO AZUL *************************/
	.style_linkDiscretoAzul:link {
		text-decoration: none;
		color: #05299e;
		font-weight: 500;
		/*	font-family: calibri;*/
		/*	font-size: 1rem;*/
	}

	a.style_linkDiscretoAzul:visited {
		text-decoration: none;
		color: #05299e;
		/*	font-family: calibri;*/
		/*	font-size: 1rem;*/
	}

	a.style_linkDiscretoAzul:hover {
		text-decoration: none;
		color: #2aa8e2;
		/*	font-family: calibri;*/
		/*	font-size: 1rem;*/
		font-weight: 500;
	}

	a.style_linkDiscretoAzul:active {
		text-decoration: none;
		color: #05299e;
		/*	font-family: calibri;*/
		/*	font-size: 1rem;*/
	}

	/************************* LINK PADRÃO PRETO CLARO *************************/
	.style_linkDiscretoPretoClaro:link {
		text-decoration: none;
		color: #414141;
		font-weight: 500;
		/*	font-family: calibri;*/
		/*	font-size: 1rem;*/
	}

	a.style_linkDiscretoPretoClaro:visited {
		text-decoration: none;
		color: #414141;
		/*	font-family: calibri;*/
		/*	font-size: 1rem;*/
	}

	a.style_linkDiscretoPretoClaro:hover {
		text-decoration: none;
		color: #f0b76c;
		/*	font-family: calibri;*/
		/*	font-size: 1rem;*/

	}

	a.style_linkDiscretoPretoClaro:active {
		text-decoration: none;
		color: #414141;
		/*	font-family: calibri;*/
		/*	font-size: 1rem;*/
	}


	/************************* LINK PADRÃO BRANCO *************************/
	.style_linkBranco:link {
		text-decoration: none;
		color: #FFF;
		font-weight: 500;
		/*	font-family: calibri;*/
		/*	font-size: 1rem;*/
	}

	a.style_linkBranco:visited {
		text-decoration: none;
		color: #FFF;
		/*	font-family: calibri;*/
		/*	font-size: 1rem;*/
	}

	a.style_linkBranco:hover {
		text-decoration: none;
		color: #FFF;
		text-decoration: underline;
		/*	font-family: calibri;*/
		/*	font-size: 1rem;*/

	}

	a.style_linkBranco:active {
		text-decoration: none;
		color: #FFF;
		/*	font-family: calibri;*/
		/*	font-size: 1rem;*/
	}
	/************************* LINK PADRÃO BRANCO *************************/


	/* Muda a cor da linha de uma tabela ao passar o mouse */
	.seleciona-linhas {
		background-color: green !important; /* Cor de destaque ao passar o mouse */
		color: #ffffff;
		cursor: pointer;
	}

	.bg-info-claro {
		background-color: #e4eddd;
	}

	.semi-negrito {
		font-weight: 600;
	}


	.font_PP {
		font-size: 0.8rem;
	}

	.font_P {
		font-size: 0.9rem;
	}

	.font_M {
		font-size: 1rem;
	}

	.font_G {
		font-size: 1.1rem;
	}

	.cursorPointer {
		cursor: pointer;
	}
	.disabled-link {
		pointer-events: none;
		cursor: default;
		color: rgba(128, 128, 128, 0.26);
		/* Estilo visual opcional para indicar que está desativado */
		text-decoration: none;
		/* Remove a sublinha, se necessário */
	}
	
	.modal-body-scroll {
		max-height: 400px;
		/* Ajuste a altura conforme necessário */
		overflow-y: auto;
	
	
	}
	
	/* INÍCIO - Formata botão maximizar em modais */
	.card-tools {
		display: flex;
		align-items: center;
	}
	
	.card-tools button {
		margin-left: 5px;
	}
	
	/* FINAL - Formata botão maximizar em modais */
	

	/* -------------------------- DIV DE CARREGAMENTO PARA DADOS -------------------------- */
		/* Estilo para a div de carregamento */
		.loading-overlay {
			position: relative;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(255, 255, 255, 0.8);
			display: flex;
			justify-content: center;
			align-items: center;
		}

		/* Oculta elemento na tela e mostra na impressão */
		@media print {
			.elementoMostra_impressao {
				display: block !important;
			}
		}

		/* Estilo para a imagem dentro da div de carregamento */
		.loading-overlay img {
			width: 100px;
			height: 100px;
		}

	/* -------------------------- DIV DE CARREGAMENTO PARA DADOS -------------------------- */



/* -------------------------- DIV DE CARREGAMENTO PARA DADOS NO FORMATO SPIN EM SVG -------------------------- */
.loading-overlay-svg-spin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* Fundo esmaecido */
    display: flex;
    justify-content: center;
    align-items: center;
}



.loading-overlay-svg-spin svg {
    width: 50px; /* Tamanho do spinner */
    height: 50px;
}


/* -------------------------- DIV DE CARREGAMENTO PARA DADOS NO FORMATO SPIN EM SVG -------------------------- */





	/* -------------------------- DIV DE CARREGAMENTO PARA ARQUIVOS -------------------------- */
				
		.loading-overlay_file {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(255, 255, 255, 0.9);
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			font-family: Arial, sans-serif;
			color: #333;
		}
		.loading-overlay_file svg {
			animation: rotate 1s linear infinite;
			margin-bottom: 10px; /* Espaço entre o ícone e a legenda */
		}
		.loading-overlay_file p {
			margin-top: 10px;
			font-size: 14px;
			font-weight: bold;
		}

		/* Animação de rotação */
		@keyframes rotate {
			0% {
				transform: rotate(0deg);
			}
			100% {
				transform: rotate(360deg);
			}
		}


	/* -------------------------- DIV DE CARREGAMENTO PARA ARQUIVOS -------------------------- */



	.alert {
		animation: surgir 0.3s forwards; /* Animação de surgir */
	}
	
	@keyframes surgir {
		0% {
			transform: translateX(0); /* Começa fora da tela à direita */
			opacity: 0; /* Inicia invisível */
		}
		100% {
			transform: translateX(0); /* Finaliza na posição original */
			opacity: 1; /* Fica visível */
		}
	}
	




	/*Mantém os ícones de ações dentro de box com tamanhos fixos*/
	.iconContent {
		width: 25px;

		text-align: center;
	}

	/* Oculta ícones de excluír e mostra ao pasar o mouse sobre a linha */
		.mostrarOcultarIcones {
			display: none; /* Oculta o ícone de exclusão por padrão */
		}
		
		.list-item:hover .mostrarOcultarIcones {
			display: inline; /* Exibe o ícone de exclusão quando o mouse estiver sobre o item <li> */
		}
	/* Oculta ícones de excluír e mostra ao pasar o mouse sobre a linha


	/* CORES AVULSAS	 */
	.bg_cinza_claro {
		background-color: #558899 !important;
		color: #FFF !important;
	}

	.bg_cinza_claro_menos {
		background-color: #a6c5cf !important;
		color: #000 !important;
	}

	.bg_cinza_clarinho {
		background-color: #fafafa !important;
	}

	.bg_vermelho_claro {
		background-color: #b45151 !important; /* Tom de vermelho mais forte */
		color: #FFF !important; /* Cor do texto branca */
	}
	
	.bg_vermelho_claro_menos {
		background-color: #ff9999 !important; /* Tom de vermelho mais claro */
		color: #000 !important; /* Cor do texto preta */
	}
	
/* INÍCIO - ADICIONA FORMATAÇÃO MAIS ELEGANTE AO CAMPO DE NÚMERO DE REGISTRO POR PÁGINAS DO DATA TABLES */

	.dataTables_length {
		float: left;
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}
	
	.dataTables_length label {
		font-weight: normal;
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}
	
	.dataTables_length select {
		border-radius: 5px;
		border: 1px solid #ced4da;
		padding: 5px;
		font-size: 14px;
		transition: border-color 0.3s ease;
	}
	
	.dataTables_length select:focus {
		border-color: #80bdff;
		outline: none;
		box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	}

/* FINAL - ADICIONA FORMATAÇÃO MAIS ELEGANTE AO CAMPO DE NÚMERO DE REGISTRO POR PÁGINAS DO DATA TABLES */


/* INÍCIO - ADICIONA FORMATAÇÃO MAIS ELEGANTE AO CAMPO DE FILTRO/PESQUISA DO DATA TABLES */
	.dataTables_filter {
		float: right;
	}
	
	.dataTables_filter label {
		font-weight: normal;
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}
	
	.dataTables_filter input {
		border-radius: 5px;
		border: 1px solid #ced4da;
		padding: 5px 10px;
		width: 200px;
		font-size: 14px;
		transition: border-color 0.3s ease;
	}
	
	.dataTables_filter input:focus {
		border-color: #80bdff;
		outline: none;
		box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	}
	
	.dataTables_filter i {
		color: #6c757d;
	}
/* FINAL - ADICIONA FORMATAÇÃO MAIS ELEGANTE AO CAMPO DE FILTRO/PESQUISA DO DATA TABLES */

/* Cor da liha que marca seleção em tabelas (fluxo de caixa) */
.selected {
	background-color: #c7ddf1 !important; /* Cor de fundo ao selecionar */
	/* Cor de fundo ao selecionar, você pode escolher outra cor */
  }

  /* Define bloqueio em Select, simulando a ação de readOnly */
  .select-readonly {
	pointer-events: none !important;
	background-color: #e9ecef !important;
	color: #6c757d !important;
	border-color: #ced4da !important;
  }


/* INÍCIO - CRIA UM SPINNER ANIMADO PARA SUBSTITUIR OS BOTÕES DE EXCLUIR */
.spinner {
	animation: spin 1s linear infinite;
	display: inline-block;
	/* Garante que o ícone seja exibido corretamente */
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
/* FINAL - CRIA UM SPINNER ANIMADO PARA SUBSTITUIR OS BOTÕES DE EXCLUIR */