/* CSS Document */
<!--

/* ESTILO UTILIZANDO #<NOMEDOESTILO> -> UTILIZADO EM TAGS ONDE HOUVER A DECLARA??O COM ID (EX: ID="<NOMEDOESTILO>") */
/* ESTILO UTILIZANDO .<NOMEDOESTILO> -> UTILIZADO EM TAGS ONDE HOUVER A DECLARA??O COM CLASS (EX: CLASS="<NOMEDOESTILO>") */
/* ESTILO UTILIZANDO <NOMEDOESTILO> -> TUDO QUE ESTIVER SEM . OU # SER? */

/* ESTILOS DE TELAS */
/* ESTILOS DE MENU */
/* ESTILOS DE LOGIN */
/* ESTILOS DE RELAt?RIO */
/* ESTILOS DE TOPO */
/* ESTILOS DE CALEND?RIO */
/* ESTILOS DE ABA */

/* TAG BODY - TODAS AS P?GINAS */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

ul {
	padding-inline-start: 0 !important;
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

body {
  /* COR DE FUNDO E MARGENS */
	font-family: Segoe UI, Arial, sans-serif !important;
	/* BARRA SCROLL */
  scrollbar-face-color: #e1e4e7;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #bfbfbf;
	scrollbar-darkshadow-color: #241e48;
	scrollbar-shadow-color: #999999;
	scrollbar-arrow-color: #cc3333;
	scrollbar-track-color: #cccccc;
	margin: 0;
}

html {
	scrollbar-width: thin !important;
  scrollbar-color: #241e48 #FFFFFF !important;
}

::selection {
  background-color: #241e48 !important;
  color: white !important;
}

/* TAGS DO TIPO HR - CAMPO TIPO LINHA */
hr {
	color: #003366;
	height: 1px;
}
/* TAG DE P?RAGRAFO */
p {
	margin-top: -8px;
}
/* COR DE FUNDO USADA NA TAG BODY DO MENU  */
.color_menu {	
	background-color: #ffffff;
}
/* COR DE FUNDO USADA NA TAG BODY DO TOPO  */
.color_topo {
	background-color: #ffffff;
	overflow-x: hidden;
	transition: all 0.3s ease-in-out;
}
/* - COR DE FUNDO USADA NA TAG BODY DA TELA DE LISTAGEM DE REGISTROS */
.color_lista {
	background-color: #FFF;
}
/* COR DE FUNDO USADA NA TAG BODY DO CADASTRO  */
.color_cad {
	background-color: #FFF;
}

@media screen and (min-width: 1600px) { 
	.color_cad {
		overflow-x: hidden !important;
	}
}

/* COR DE FUNDO USADA NA TAG BODY DO LOGIN  */
.color_login {
	background-image: url(../images/bg_login.jpg);
	background-color: #CCCCCC;
	background-repeat: no-repeat;
}
/* RELAt?RIO */

/* MENU LATERAL */
#menu {
	display: none;
}

.color_topo::-webkit-scrollbar {
	width: 0; 
}

#nav-sidebar {
	background-color: #241e48;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0; 
	left: 0; 
}

.container-header-menu {
	display: flex; 
	align-items: center; 
	justify-content: space-between; 
	flex-direction: row-reverse;
	margin: 0.5rem 0.7rem 0.8rem 0.6rem;
}

#nav-hamburguer {
	display: block;
	cursor: pointer;
}

#nav-hamburguer div {
	margin: 6px 0;
	width: 25px;
	height: 2px;
	background-color: #fff;
	transition: 0.4s;
}

#selecionar-modulo {
	display: flex !important;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	justify-content: center;
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	width: 185px;
	text-decoration: none;
	background-color: #3e3c61;
	font-weight: 600;
	border: none;
	transition: all 0.2s ease-in-out;
	padding: 0.6rem 0.7rem 0.7rem 0.7rem;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#div_conteudo {
	position: absolute;
	top:100px;
	img {
		width: auto !important;
	}
}

.div_enviar {
	left: 0 !important;
	width: 450px !important;
	background-color: #f5f5f5 !important;
	height: 250px !important;
	border: 1px solid #c1c1c1;
	border-radius: 4px;
}

#modulosContainer {
	background-color: #241e48 !important;
	padding-bottom: 0.5rem;
}

#tabelaContainer {
	display: flex;
	flex-direction: column-reverse;
	gap: 2px;
}

.closed #modulosContainer, .closed #tabelaContainer, .closed #selecionar-modulo {
	display: none !important;
}

.closed .modulo_A_selecionado, .closed .modulo_B_selecionado, .closed .linha_menu_selecionado, .closed #titulo_menu, .closed .modulo_A, .closed .modulo_B {
	border: none;
	background-color: #241e48;
}

.material-symbols-outlined {
  color: white;
	font-size: 16px !important;
	font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24
}

/* RODAP? RELAt?RIO */
#rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: right;
	font-style: italic;
	position: absolute;
	width: 100%;
}
/* T?TULO RELAt?RIO */
#tit_rel {
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #241e48;
	text-decoration: none;
}
/* TEXTO RELAt?RIO */
.texto_rel {
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 11px;
	font-weight: 500;
	text-decoration: none;
	display: inline-block !important;
	border: 1px solid #cacaca !important;
	background-color: #ececec;
	padding: 0.35rem 0.35rem 0.35rem 0.4rem;
	border-radius: 3px;
	color: #54526a !important;
	width: auto !important;
	margin-top: 0.2rem;
}
/* TEXTO RELAt?RIO CAMPO N?MERICO*/
.texto_rel_num {
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 11px;
	margin-top: 0.4rem;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	color: #54526a !important;
	border: 1px solid #cacaca;
	max-width: 50%;
	background-color: #ececec;
	padding: 0.35rem 0.35rem 0.35rem 0.4rem;
	border-radius: 3px;
}

#field_nve, #field_destaque, #field_documentos, #field_MercosulItem, #field_acresc_dedu, #field_ii, #field_ipi, #field_piscofins, #field_antidumping, #field_afrmm, #field_icms {
	background-color: #f8f8f8;
	margin-left: 0.3rem;
	padding: 1rem 1rem 2rem 1rem;
}

/* TODAS AS TAGS FIELDSET  */
fieldset {
	font-family: Segoe UI, Arial, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
		border: 1px solid #666 !important;
		background-color: #ffffff !important;
		border-radius: 3px !important;
		margin-right: 3px;
		margin-bottom: 2px;
		padding-left: 5px
	}
	fieldset.check-1 {
		height: 100px !important;
	}
	#field_documentos {
		width: 95% !important;
	}
	#field_declaracoes {
		height: 250px !important;
	}
	.btn_block {
		width: 180px !important;
		height: 20px !important;
		background-color: #cdcbcb !important;
		border: 1px solid #898989 !important;
		border-radius: 3px !important;
		margin-bottom: 10px;
	}
	
	.upload{
		width: 250px !important;
		background: #f1dd8a !important;
		border: 1px solid #dcc874 !important;
		padding: 0.6rem 1.1rem !important;
		border-radius: 5px !important;
		transition: all 0.3s ease-in-out;
		display: flex !important;
		align-items: center;
		justify-content: center;
		height: 40px !important;
		gap: 6px;
		cursor: pointer;
	}
	.upload a{
		color: #1A1A1A !important;
		font-weight: 500 !important;
	}
	.upload:hover{
		background: #241e48!important;
		border: 1px solid #241e48!important;
		color: #FFF !important;
	}
	.upload:hover a{
		color: #FFF !important;
	}
	
	.upload:hover a:hover {
		text-decoration: underline !important;
	}

/* LINHA DO GRID DIVERGENCIA  */
.grid_divergencia, .grid_divergencia a:link, .grid_divergencia a:active, .grid_divergencia a:visited {
	background-color: #ff6f6f;
}
.grid_divergencia_selecionado, .grid_divergencia_selecionado a:link, .grid_divergencia_selecionado a:active, .grid_divergencia_selecionado a:visited {
	background-color: #ff6f6f;
}
.grid_divergencia_foco, .grid_divergencia_foco a:link, .grid_divergencia_foco a:active, .grid_divergencia_foco a:visited {
	background-color: #ff6f6f;
}
.grid_divergencia2, .grid_divergencia2 a:link, .grid_divergencia2 a:active, .grid_divergencia2 a:visited {
	background-color: #7cafec;
}
.grid_divergencia_selecionado2, .grid_divergencia_selecionado2 a:link, .grid_divergencia_selecionado2 a:active, .grid_divergencia_selecionado2 a:visited {
	background-color: #7cafec;
}
.grid_divergencia_foco2, .grid_divergencia_foco2 a:link, .grid_divergencia_foco2 a:active, .grid_divergencia_foco2 a:visited {
	background-color: #7cafec;
}
.grid_divergencia3, .grid_divergencia3 a:link, .grid_divergencia3 a:active, .grid_divergencia3 a:visited {
	background-color: #89cb89;
}
.grid_divergencia_selecionado3, .grid_divergencia_selecionado3 a:link, .grid_divergencia_selecionado3 a:active, .grid_divergencia_selecionado3 a:visited {
	background-color: #89cb89;
}
.grid_divergencia_foco3, .grid_divergencia_foco3 a:link, .grid_divergencia_foco3 a:active, .grid_divergencia_foco3 a:visited {
	background-color: #89cb89;
}

/* LINHA DO GRID 1 */
.grid_A, .grid_A a:link, .grid_A a:active, .grid_A a:visited {
	cursor: pointer !important;
  font-family: Segoe UI, Arial, sans-serif !important;
	font-size: 11.5px !important;
	color: #12102f !important;
  text-decoration: none;
	line-height: 18px;
}
.grid_A td, .grid_B td, .grid_A_foco td, .grid_B_foco td, .grid_A_selecionado td, .grid_B_selecionado td {
	padding: 0.2rem 0.4rem 0.2rem 0.5rem !important;
}

.grid_A td a, .grid_B td a, .grid_A_foco td a, .grid_B_foco td a {
	display: block;
	width: auto;
}

.grid_A td img, .grid_B td img, .grid_A_foco td img, .grid_B_foco td img, .grid_A_selecionado td img, .grid_B_selecionado td img, .grid_A:hover td img, .grid_B:hover td img, .grid_divergencia2 td img {
	width: 15px !important;
	height: 15px !important;
}

#NM_CK_EVENTO, #NM_CK_MAR_MERCANTE {
	margin: 0 !important;
  transform: translateY(10px) !important;
}

/* Aplicando os estilos do grid_A ao grid_divergencia */
.grid_divergencia, .grid_divergencia a:link, .grid_divergencia a:active, .grid_divergencia a:visited,
.grid_divergencia_selecionado, .grid_divergencia_selecionado a:link, .grid_divergencia_selecionado a:active, .grid_divergencia_selecionado a:visited,
.grid_divergencia_foco, .grid_divergencia_foco a:link, .grid_divergencia_foco a:active, .grid_divergencia_foco a:visited,
.grid_divergencia2, .grid_divergencia2 a:link, .grid_divergencia2 a:active, .grid_divergencia2 a:visited,
.grid_divergencia_selecionado2, .grid_divergencia_selecionado2 a:link, .grid_divergencia_selecionado2 a:active, .grid_divergencia_selecionado2 a:visited,
.grid_divergencia_foco2, .grid_divergencia_foco2 a:link, .grid_divergencia_foco2 a:active, .grid_divergencia_foco2 a:visited,
.grid_divergencia3, .grid_divergencia3 a:link, .grid_divergencia3 a:active, .grid_divergencia3 a:visited,
.grid_divergencia_selecionado3, .grid_divergencia_selecionado3 a:link, .grid_divergencia_selecionado3 a:active, .grid_divergencia_selecionado3 a:visited,
.grid_divergencia_foco3, .grid_divergencia_foco3 a:link, .grid_divergencia_foco3 a:active, .grid_divergencia_foco3 a:visited {
	cursor: pointer !important;
	font-family: Segoe UI, Arial, sans-serif !important;
	font-size: 11.5px !important;
	color: #000000 !important;
	text-decoration: none;
	line-height: 18px;
}

.grid_divergencia3 a:visited {
	background-color: #89cb89 !important;
}

/* Mantendo os backgrounds específicos do grid_divergencia */
.grid_divergencia, .grid_divergencia_selecionado, .grid_divergencia_foco {
	background-color: #ff6f6f !important;
}

.grid_divergencia2, .grid_divergencia_selecionado2, .grid_divergencia_foco2 {
	background-color:  #7cafec !important;
}

.grid_divergencia3, .grid_divergencia_selecionado3, .grid_divergencia_foco3 {
	background-color: #89cb89 !important;
}

/* Ajustando padding e imagens */
.grid_divergencia td, .grid_divergencia2 td, .grid_divergencia3 td {
	padding: 0.2rem 0.4rem 0.2rem 0.5rem !important;
}

.grid_divergencia td img, .grid_divergencia_selecionado td img, .grid_divergencia2 td img, .grid_divergencia2_selecionado td img, .grid_divergencia3 td img, .grid_divergencia3_selecionado td img, .grid_d img, .grid_d_selecionado img, .grid_d_foco img {
	width: 15px !important;
	height: 15px !important;
}

.grid_divergencia td:nth-child(2) img:nth-child(1), .grid_divergencia_selecionado td:nth-child(2) img:nth-child(1) {
	transform: translateX(7.5px);
}

.grid_divergencia2 td:nth-child(2) img:nth-child(1), .grid_divergencia2_selecionado td:nth-child(2) img:nth-child(1) {
	transform: translateX(7.5px);
}

.grid_divergencia3 td:nth-child(2) img:nth-child(1), .grid_divergencia3_selecionado td:nth-child(2) img:nth-child(1) {
	transform: translateX(7.5px);
}

.grid_d td:nth-child(2) img:nth-child(1), .grid_d_selecionado td:nth-child(2) img:nth-child(1) {
	transform: translateX(7.5px);
}

.grid_d_foco td:nth-child(2) img:nth-child(1) {
	transform: translateX(7.5px);
}

.grid_divergencia td, .grid_divergencia_selecionado td, .grid_divergencia2 td, .grid_divergencia2_selecionado td, .grid_divergencia3 td, .grid_divergencia3_selecionado td, .grid_d, .grid_d_selecionado, .grid_d_foco {
	padding: 0.2rem 0.4rem 0.2rem 0.5rem !important;
}

.grid_divergencia_selecionado td, .grid_divergencia2_selecionado td, .grid_divergencia3_selecionado td, .grid_d_selecionado {
	padding: 0.3rem 0.4rem 0.3rem 0.5rem !important;
}

.grid_divergencia_selecionado, .grid_divergencia2, .grid_divergencia2_selecionado, .grid_divergencia3, .grid_divergencia3_selecionado, .grid_d, .grid_d_selecionado, .grid_d_foco {
	background: #9897a1;
}

.grid_divergencia, .grid_divergencia_selecionado, .grid_divergencia_foco {
	background-color: #ff6f6f !important;
}

.grid_divergencia2, .grid_divergencia_selecionado2, .grid_divergencia_foco2 {
	background-color:  #7cafec !important;
}

.grid_divergencia3, .grid_divergencia_selecionado3, .grid_divergencia_foco3 {
	background-color: #89cb89 !important;
}

.grid_divergencia td a, .grid_divergencia_selecionado td a, .grid_divergencia2 td a, .grid_divergencia2_selecionado td a, .grid_divergencia3 td a, .grid_divergencia3_selecionado td a, .grid_d td a, .grid_d_selecionado td a, .grid_d_foco td a {
	text-decoration: none;
	font-family: Segoe UI, Arial, sans-serif !important;
	font-size: 11.5px !important;
	color: #000;
}

.grid_d td, .grid_d_selecionado td, .grid_d_foco td {
	padding: 0.3rem 0.4rem 0.3rem 0.5rem !important;
}

/* Efeito hover nos links */
.grid_divergencia a:hover, .grid_divergencia2 a:hover, .grid_divergencia3 a:hover {
	cursor: pointer !important;
	color: #000000 !important;
	text-decoration: none;
}

/* LINHA DO GRID 1 */

.grid_A td {
	background-color: #d2d2db !important;
}

.grid_A, .grid_A a:link, .grid_A a:active, .grid_A a:visited {
	cursor: pointer !important;
  font-family: Segoe UI, Arial, sans-serif !important;
	font-size: 11.5px !important;
	color: #000000 !important;
	background-color: #d2d2db !important;
  text-decoration: none;
	line-height: 18px;
}
/* LINHA DO GRID 1 */

.grid_A_selecionado, .grid_A_selecionado a:link, .grid_A_selecionado a:active, .grid_A_selecionado a:visited {
	cursor: pointer !important;
  font-family: Segoe UI, Arial, sans-serif !important;
	font-size: 11.5px !important;
	color: #000000 !important;
  text-decoration: none;
	line-height: 18px;
	background-color: #9897a1 !important;
	padding: 0 !important;
}
.grid_A_foco, .grid_A_foco a:link, .grid_A_foco a:active, .grid_A_foco a:visited {
  cursor: pointer !important;
  font-family: Segoe UI, Arial, sans-serif !important;
	font-size: 11.5px !important;
	color: #000000 !important;
	text-decoration: none;
	line-height: 18px;
	background-color: #9897a1 !important;
}
/* LINHA DO GRID 1 (LINK) AO PASSAR MOUSE NO TEXTO */
.grid_A a:hover {
	cursor: pointer !important;
	font-family: Segoe UI, Arial, sans-serif !important;
	font-size: 11.5px !important;
	color: #000000 !important;
  text-decoration: none;
	line-height: 18px;
}

/* LINHA DO GRID 2 */
.grid_B, .grid_B a:link, .grid_B a:active, .grid_B a:visited {
	cursor: pointer !important;
  font-family: Segoe UI, Arial, sans-serif !important;
	font-size: 11.5px !important;
	color: #000000 !important;
  text-decoration: none;
	line-height: 18px;
	background-color: #eaeaed !important;
}

.grid_B_selecionado, .grid_B_selecionado a:link, .grid_B_selecionado a:active, .grid_B_selecionado a:visited {
	cursor: pointer !important;
  font-family: Segoe UI, Arial, sans-serif !important;
	font-size: 11.5px !important;
	color: #000000 !important;
  text-decoration: none;
	line-height: 18px;
	background-color: #9897a1 !important;
	padding: 0 !important;
}
.grid_B_foco, .grid_B_foco a:link, .grid_B_foco a:active, .grid_B_foco a:visited {
	cursor: pointer !important;
  font-family: Segoe UI, Arial, sans-serif !important;
	font-size: 11.5px !important;
	color: #000000 !important;
	text-decoration: none;
	background-color: #9897a1 !important;
	line-height: 18px;
}
/* LINHA DO GRID 2 (LINK) AO PASSAR MOUSE NO TEXTO */
.grid_B a:hover {
  font-family: Segoe UI, Arial, sans-serif !important;
	font-size: 11.5px !important;
	color: #000000 !important;
  text-decoration: none;
}

.grid_B a {
	background-color: #9897a1 !important;
}

.grid_B a:visited {
	background-color: #ececec !important;
}

.grid_B_selecionado a:visited, .grid_A_foco a:visited, .grid_B_foco a:visited {
	background-color: #9897a1 !important;
}
.grid_A_selecionado a:hover, .grid_B_selecionado a:hover {
	background-color: #9897a1 !important;
}

.grid_A_selecionado a:visited {
	background-color: #9897a1 !important;
	padding: 0 !important;
}

.grid_B_selecionado a:visited {
	background-color: #9897a1 !important;
	padding: 0 !important;
}

/* CABE?ALHOS DOS GRIDS */
#cabecalho_grid, #cabecalho_grid a:link, #cabecalho_grid a:active, #cabecalho_grid a:visited  {
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF !important;
	background-color: #241e48 !important;
	text-decoration: none;
	cursor: pointer !important;
}
#cabecalho_grid th, #cabecalho_grid td {
	padding: 0.4rem 0.5rem;
	text-align: left;
}

#totalizacao_grid td b {
	padding-left: 0 !important;
}

#table-rel #cabecalho_grid {
	height: 20px !important;
	padding: 0.7rem 0.5rem 0.5rem 0 !important;
	background-color: #241e48 !important;
	color: #ffffff !important;
}

/* BOT?ES DE TELA - MESMA LINHA DO T?TULO DA TELA */
#botao_tela, #botao_tela a:link, #botao_tela a:active, #botao_tela a:visited {
  font-family: Segoe UI, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #12102f;
	letter-spacing: 0.1;
	text-decoration: none;
	padding: 0.7rem;
	border-radius: 4px;
}

#botao_tela_titulo {
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #12102f;
	letter-spacing: 0.1;
}

#botao_tela, #menu-items {
	display: flex;
	background-color: #e3e3e391;
	transition: all 0.3s ease-in-out;
	align-items: center;
	justify-content: space-between;
	margin: 0.5rem 0rem 0.6rem 0.5rem;
}
#botao_tela a, #menu-items a {
	font-size: 12px !important;
	font-weight: 600 !important;
	margin: 0 !important;
	padding: 0rem !important;
}
#botao_tela td, #menu-items td {
	padding: 1px;
}
#botao_tela div {
	display: flex;
  gap: 14px;
}

#menu-items {
	padding: 0.7rem;
	border-radius: 4px;
	margin-left: 0.16rem !important;
}

#menu-items a {
	margin: 0 !important;
	padding: 0.1rem !important;
}

#botao_tela #botoes_center {
	display: flex;
	align-items: center;
	gap: 15px;
}

#botoesCCT {
	background: none !important;
	justify-content: start !important;
}

.botoes {
	text-align: left;
	margin: 1rem 0 1.5rem 0.3rem !important;
}

/* BOT?ES DE TABELA */
#botoes_top {
	display: flex !important;
	gap: 17px;
}
#botao_tabela, #botao_tabela a:link, #botao_tabela a:active, #botao_tabela a:visited  {
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	display: flex;
	color: #12102f;
	gap: 17px;
	text-decoration: none;
	table {
		margin-top: 0.4rem;
	}
}
/* BOT?ES DE TABELA E BOT?ES DE TELA (LINK) AO PASSAR MOUSE NO TEXTO */
#botao_tela a:hover, #botao_tabela a:hover {
  font-family: Segoe UI, Arial, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #544c77;
	text-decoration: none;
	text-align: right;	
}
/* TODOS OS CAMPOS: TEXTO(EDIT) + CHECK + RADIO + BUTTON (BOT?ES DE FORM) */
/* TODOS OS CAMPOS: COMBO(LOOKUP) E NxN */
/* TODOS OS CAMPOS MEMO */
input, select, textarea {
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 11.5px;
	font-weight: 500;
	text-decoration: none;
	color: #54526a !important;
	border: 1px solid #cacaca !important;
	background-color: #ececec;
	opacity: 1 !important;
	line-height: 18px;
	padding: 0.4rem;
	border-radius: 3px;
	accent-color: #241e48 !important;
	scrollbar-width: thin !important;
  scrollbar-color: #241e48 #FFFFFF!important;
}

textarea {
	line-height: normal !important;
}

#tbl_dados_MercosulItem tr {
	background-color: transparent !important;
}

#edit-tela {
	img[src="images/b_redimensiona1.gif"] {
		transform: translateY(8px);
	}
}

#edit-tela table {
	background-color: #fff !important;
}

.btn {
	background-color: #241e48 !important;
	color: #fff !important;
}

.msg {
	background-color: #88849d !important;
	border-radius: 4px !important;
}

#column-edit {
	display: flex;
	gap: 4px;
	align-items: center;
	margin-top: 0.2rem;
	input {
		max-width: 350px;
	}
	img[src="images/detalhes.gif"] {
		transform: translateY(-2px);
	}
}

#column-td {
	display: flex;
	gap: 4px;
	flex-direction: column;
	input {
		max-width: 600px;
	}
}

#column-td b {
	margin-top: 0.5rem !important
}

select {
	cursor: pointer !important;
}
fieldset {
	font-family: Segoe UI, Arial, sans-serif !important;
	font-size: 11.5px !important;
	font-weight: 500 !important;
}
input[type="radio"] {
	margin-right: 0.4rem;
}
input[type="button"] {
	cursor: pointer;
}
input:not([type='text']) {
	cursor: pointer;
}
textarea {
	padding: 0.6rem 0.35rem 0.35rem 0.6rem !important;
	border-radius: 6px !important;
}
/* QUANDO O FOCO ESTIVER NOS CAMPOS: EDIT (TEXTO) + LOOKUP + NxN + MEMO */
.foco {
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 11.5px;
  color: #000000;
	border: 1px solid #241e48;
	background-color: #EDEDED;
}

/* ESPA?O ONDE CONT?M OS DADOS DE PAGINA??O DE REGISTROS */
#linha_pagina {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	position: fixed !important;
	text-align: center !important;
	bottom: 0 !important;
	width: 100% !important;
}

#linha_pagina input {
	background-color: #38355c !important;
	margin-top: 0 !important;
	border: none !important;
	cursor: text !important;
	color: #ffffff !important;
	font-weight: 400 !important;
	font-size: 11px !important;
	text-align: center !important;
	width: 22px !important;
  height: 15px !important;
	padding: 0 !important;
}

#linha_pagina input.foco {
	background-color: #d1d1e6d1 !important;
	border: none !important;
	color: #1A1A1A !important;
	font-weight: 700 !important;
	font-size: 11px !important;
	text-align: center !important;
	width: 30px !important;
  height: 15px !important;
	padding: 0 !important;
	outline: none !important;
}

#linha_pagina, #linha_pagina a:link, #linha_pagina a:visited, #linha_pagina a:active  {
	font-family: Segoe UI, Arial, sans-serif !important;
	font-size: 11px !important;
	font-weight: normal !important;
	color: #FFFFFF !important;
	background-color: #241e48 !important;
	text-decoration: none !important;
	padding: 0.12rem 0 !important;
}

.input-pagination {
	background-color: #9696a7d1 !important;
	border: none !important;
	color: #1A1A1A !important;
	font-weight: 600 !important;
	font-size: 11px !important;
	text-align: center !important;
	width: 30px !important;
  height: 18px !important;
	padding: 0 !important;
}
/* 
.hidden-column {
	display: none;
} */

/* MENU LATERAL ESQUERDO - CARACTER?TICAS DO NOME DA TELA: ITEM DE MENU */
#titulo_menu {
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 0.91rem;
	transition: all 0.2s ease-in-out;
	font-weight: 500;
	box-shadow: 3px 3px 5px 3px #12102f2e;
	box-sizing: border-box;
	color: #ffffff;
	text-decoration: none;
	background-color: #3e3c61;
	letter-spacing: 0.2px;
	font-variant: all-small-caps;
	text-transform: small-caps;
	min-height: 20px;
	padding: 5px 5px 8px 14px;
	margin-top: 1rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

/* MENU LATERAL ESQUERDO - CARACTER?TICAS DO NOME DA TELA: ITEM DE MENU */
.linha_menu {
	font-family: Segoe UI, Arial, sans-serif;
	letter-spacing: 0.1px;
	font-size: 0.75rem;
	font-weight: 400;
	position: relative;
	text-decoration: none;
	color: #ffffff;
	padding: 6px 9px 6px 14px;
	width: 100%;
	box-sizing: border-box;
}

.linha_menu a {
	display: block;
	font-size: 0.75rem;
	text-decoration: none;
	color: #ffffff;
	width: 100%;
	margin-left: 0.9rem;
	transition: all 0.3s ease-in-out;
	box-sizing: border-box;
}

.list-style {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 0.75rem;
	border-radius: 50%;
	background-color: #fff188;
}

/* MENU LATERAL ESQUERDO - CARACTER?TICAS DO NOME DA TELA - AO PASSAR O MOUSE NO ITEM DO MENU */

.linha_menu a:hover {	
	color: #ffffff !important;
}
/* MENU LATERAL ESQUERDO - CARACTER?TICAS DO NOME DA TELA: ITEM DE MENU */
.linha_menu_selecionado {
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 0.75rem;
	transition: all 0.2s ease-in-out;
	position: relative;
	letter-spacing: 0.2px;
	font-weight: 400;
	border-bottom: 1px solid #ffffff4f;
	padding: 6px 9px 6px 14px;
	a {
		text-decoration: none;
		margin-left: 0.9rem;
		color: #fff39a !important;
	}
}

/* MENU LATERAL ESQUERDO - CARACTER?TICAS DO NOME DA TELA: ITEM DE MENU */
.linha_menu_selecionado a:link, .linha_menu_selecionado a:active, .linha_menu_selecionado a:visited{
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 0.75rem;
	letter-spacing: 0.2px;
	display: block;
	width: 100%;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
	color: #fff39a !important;
	text-decoration: none;
}
/* MENU LATERAL ESQUERDO - CARACTER?TICAS DO NOME DA TELA - AO PASSAR O MOUSE NO ITEM DO MENU */
.linha_menu_selecionado a:hover {
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 0.75rem;
	letter-spacing: 0.2px;
  font-weight: 400;
	color: #7c74a1;
	text-decoration: none;
	width: 95%;
}
/* LINHA INFERIOR */
#linha_tela{
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	position: absolute;
	bottom: -5;
	width: 100%;
	height: 3px;
	background-color: #666666;
	margin: 0px;
}
/* LINHA INFERIOR - COM TEXTO E LINK */
 #linha_tela a:link, #linha_tela a:active, #linha_tela a:visited
{
font-family: Segoe UI, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
/* LINHA INFERIOR */
.linha_tela, .linha_tela a:link {
font-family: Segoe UI, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	height: 3px;
	background-color:   #666666;

}

/* LOGIN  */
/* FUNDO LOGIN - IMAGEM DE FUNDO ABAIXO DOS CAMPOS */
#meio {
	position: absolute;
	left: 135px;
	top: 130px;
	width: 368px;
	}

#campos_login {
	position: relative;
	background-image: url(../images/bg_red.jpg);
	background-repeat: repeat-x;
	width: 360px;
	_width: 368px;
	height: 38px;
	padding-top: 4px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#login_data{
	position: absolute;
	width: 360px;
	top: 100px;
	left: 139px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;

}
#lateral {
	position: absolute;
	width: 250px;
	top: 25px;
	left: 516px;
	padding-left: 10px;
}
#meio p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#meio p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#lateral p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
#lateral p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#lateral p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#top{
	top: 0px;
	height: 17px;
	background-color: #000000;
	text-align: left;
	padding-left: 70px;
}
#top ul{
	margin-top: 0px;
	margin-bottom: 0px;
}
#top li{
	font-family: Segoe UI, Arial, sans-serif;
		font-size: 11px;
		color: #666666;
		display: inline;
		margin-left: 10px;
	}
#tela {
	overflow: hidden !important;
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #12102f;
	letter-spacing: 0.1;
	text-decoration: none;
	padding: 0.6rem;
	margin: 0.6rem 0.5rem;
	background-color: #e3e3e369;
	border-radius: 4px;
	height: 20px;
	display: flex;
	align-items: center;
}

#tela p {
	font-family: Segoe UI, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: #12102f !important;
	letter-spacing: 0.1 !important;
	margin: 0 !important;
}

#top li a {
font-family: Segoe UI, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#top li a:hover {
font-family: Segoe UI, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

	/* LINHA QUE CONT?M INFORMA??ES DO USU?RIO LOGADO E TEXTOS DOS RELATORIOS */
#texto, #texto a:link, #texto a:active, #texto a:visited {
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0.5rem;
	margin-right: 0.8rem;
	text-decoration: none;
}

/* TEXTOS DOS CADASTROS */
.texto, .texto1 {
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 12.5px;
	color: #1A1A1A !important;
	text-decoration: none;
	u {
		text-decoration: none !important;
	}
	a {
		font-size: 11px !important;
		text-decoration: none !important;
		color: #1A1A1A !important;
		font-weight: 500 !important;
		transition: all 0.3s ease-in-out;
	}
	a:hover {
		color: #544c77;
	}
	textarea {
		display: block;
	}
	#NM_TX_INSTRUCOES, #NM_TX_INF_COMPLEMENTAR, #NM_TX_DESCRICAO, #NM_TX_DESCRICAO_ING, #NM_TX_OBS, #NM_TX_MANTRA, #NM_TX_DESC_MERC, #NM_TX_COMENTARIOS, #NM_TX_MARCAS, #NM_TX_DESC_ING, #NM_TX_DESC_COMPL {
		/* margin-left: 0.4rem; */
		margin-top: 0.4rem;
	}
	img {
		width: 24px !important;
		height: 24px !important;
		margin-left: 0.2rem;
	}
	img[src="legendas/imgs/bot_recibo.jpg"] {
		width: auto !important;
	}
	img[src="legendas/imgs/bot_nf_cet.jpg"] {
		width: auto !important;
	}
	img[src="legendas/imgs/bot_nf_cet.jpg"] {
		width: auto !important;
	}
	/* img[src="images/calendario.gif"] {
		transform: translateY(6px);
	} */
	img[src="../../images/calendario.gi#f"] {
		margin-right: 0.5rem;
	}
}

#texto input[type="button"] {
	background: #241e48 !important;
	border: 1px solid #241e48 !important;
	color: #FFFFFF !important;
	cursor: pointer !important;
	border-radius: 4px !important;
	margin: 5px 0.7rem 0 0 !important;
	padding: 0.25rem 0 !important;
	width: 30px;
}

.container-relatorio {
	overflow-x: hidden;
  scrollbar-color: transparent transparent !important;
	.tab-page {
		padding: 0 1.2rem 0.8rem 0.5rem !important;
		font-size: 14px;
		td {
			padding: 0 !important;
		}
	}
	.texto div {
		display: flex;
		align-items: center;
		gap: 8px;
		margin-top: 0.2rem;
		table {
			transform: translateX(-2px);
		}
	}
	input[type="button"] {
		background: #241e48 !important;
		border: 1px solid #241e48 !important;
		color: #FFFFFF !important;
		cursor: pointer;
		border-radius: 4px;
		margin: 0.4rem;
		width: 32px;
		padding: 0.25rem 0;
	}
	input[type="radio"] {
    margin-right: 0 !important;	
	}
	p {
		margin-top: 1.4rem;
		margin-bottom: 2rem;
		font-size: 13px;
		font-weight: 600;
	}
}

.graficos div {
	transform: translateY(-7px);
	b {
		margin-top: 0.6rem !important;
	}
}

.texto {
	margin-top: 0.4rem;
}

.texto b, .texto a {
	display: block;
	font-weight: 700 !important;
	font-size: 12.5px !important;
	margin-right: 0.5rem;
}

.texto1 {
	margin: 0 !important;
	font-weight: 500 !important;
	color: #54526a !important;
}

.btn_new {
	width: 200px !important;
	height: 20px;
	background: #241e48 !important;
	padding: 8px !important;
	font-family: 'Segoe UI', Verdana, sans-serif;
	font-size: 11px !important;
	color: #ffffff !important;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-size: 13px !important;
	border-radius: 3px;
	font-weight: 500 !important;
	margin-top: 0.6rem;
	margin-right: 0 !important;
}

#btn_altera_pedido, #btn_pedido, .btn-pickup, #btn_wr, #btn_email_wrr, #btn_fatura, #filtra, #baixa, #button-file-sped, .btn_10, .btn_6, .btn_1, .btn_2, .btn_3, .btn_4, .btn_5, #btn_rel_emb, #btn_recalcular, #btnIncluir_NVE, #btnAtualizar_NVE, #btnCancelar_NVE, #btnExcluir_NVE, #btnIncluir_DestaqueNCM, #btnAtualizar_DestaqueNCM, #btnCancelar_DestaqueNCM, #btnExcluir_DestaqueNCM, #btnIncluir_DocsVinc, #btnAtualizar_DocsVinc, #btnCancelar_DocsVinc, #btnExcluir_DocsVinc, #btnIncluir_MercosulItem, #btnAtualizar_MercosulItem, #btnCancelar_MercosulItem, #btnExcluir_MercosulItem, #btnIncluir_AcrescDedu, #btnAtualizar_AcrescDedu, #btnCancelar_AcrescDedu, #btnExcluir_AcrescDedu, #btn_mercante, #btn_req_emb, #btn_troca_tc, #BTN_SELECIONAR, #btn_rel_emb, #btn_mr, #btn_9, .btn_9, .btn_11, #BOTAO_ENVIA {
	background: #f1dd8a !important;
	color: #1A1A1A !important;
	font-weight: 500 !important;
	border: 1px solid #dcc874 !important;
	padding: 0.6rem 1.1rem !important;
	border-radius: 5px !important;
	transition: all 0.3s ease-in-out;
	width: 185px !important;
	font-family: Segoe UI, Arial, sans-serif !important;
	font-size: 12px !important;
	/* margin-top: 1rem; */
	text-align: center;
}

#btn_pedido, #btn_rel_emb, #btn_recalcular {
	margin-top: 1rem;
}

.btn_9 {
	margin-top: 1rem;
}

.btn_1 {
	height: 18px !important;
	line-height: 19px !important;
}

.btn_2 {
	width: 120px !important;
}
.btn_10, .btn_6 {
	display: block !important;
	margin-top: 1rem !important;
	height: 100% !important;
}
#bt_extrato {
	margin-top: 15px !important;
}
#btn_altera_pedido:hover, #btn_pedido:hover, .btn-pickup:hover, #btn_wr:hover, #btn_email_wrr:hover, #btn_fatura:hover, #filtra:hover, #baixa:hover, #button-file-sped:hover, .btn_1:hover, .btn_10:hover, .btn_6:hover, .btn_2:hover, .btn_3:hover, .btn_4:hover, .btn_5:hover, #btn_rel_emb:hover, #btn_recalcular:hover, #btnIncluir_NVE:hover, #btnAtualizar_NVE:hover, #btnCancelar_NVE:hover, #btnExcluir_NVE:hover, #btnIncluir_DestaqueNCM:hover, #btnAtualizar_DestaqueNCM:hover, #btnCancelar_DestaqueNCM:hover, #btnExcluir_DestaqueNCM:hover, #btnIncluir_DocsVinc:hover, #btnAtualizar_DocsVinc:hover, #btnCancelar_DocsVinc:hover, #btnExcluir_DocsVinc:hover, #btnIncluir_MercosulItem:hover, #btnAtualizar_MercosulItem:hover, #btnCancelar_MercosulItem:hover, #btnExcluir_MercosulItem:hover,#btnIncluir_AcrescDedu:hover, #btnAtualizar_AcrescDedu:hover, #btnCancelar_AcrescDedu:hover, #btnExcluir_AcrescDedu:hover, #btn_mercante:hover, #btn_req_emb:hover, #btn_troca_tc:hover, #BTN_SELECIONAR:hover, #btn_rel_emb:hover, #btn_mr:hover, #btn_9:hover, .btn_11:hover, #BOTAO_ENVIA:hover {
	background: #241e48!important;
	border: 1px solid #241e48!important;
	color: #FFF !important;
}

#BOTAO_ENVIA {
	margin-left: 0 !important;
	width: 100 !important;
}

.btn_11 {
	width: 90px !important;
}
#BTN_SELECIONAR {
	width: 100px !important;
}

#btn_mercante {
	margin: 0.5rem 0 0 0.5rem !important;
}

#bt_extrato {
	height: 20px !important;
	width: 90px !important;
	padding: 0.45rem 1.3rem 0.45rem 1.1rem !important;
	font-family: Arial, sans-serif !important;
	letter-spacing: 0.1px;
	font-size: 11.4px !important;
}

#prosseguir {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1dd8a !important;
	color: #1A1A1A !important;
	font-weight: 500 !important;
	border: 1px solid #dcc874 !important;
	padding: 0.6rem 1.1rem !important;
	border-radius: 5px !important;
	transition: all 0.3s ease-in-out;
	font-family: Segoe UI, Arial, sans-serif !important;
	font-size: 12.5px !important;
	height: 38px !important;
	margin: 0.7rem 0 0 0 !important;
}
#prosseguir:hover {
	background: #241e48!important;
	border: 1px solid #241e48!important;
	color: #FFF !important;
}

#principal h1 {
	font-family: Segoe UI, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: 0.2px;
	padding: 0.3rem 0.4rem !important;
	color: #FFF;
}

#conteudo {
	scrollbar-width: thin !important;
	width: 99% !important;
}

.fechar-janela {
	padding-top: 0.4rem !important;
}

/* TOPO */

.logo-cet {
	width: 138px;
  height: 46px;
}

/* LINHA DE M?DULO 1 */
.modulo_A/*, .modulo_A a:link, .modulo_A a:active, .modulo_A a:visited*/ {
	cursor: pointer;
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	background-color: #2f2c5e;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	display: flex; /* Garantir que eles são exibidos como flex inicialmente */
}

.modulo_A.show, .modulo_B.show {
	opacity: 1;
	visibility: visible;
	max-height: 100px;
}

.modulo_A:hover, .modulo_B:hover {
	background-color: #46437c !important;
}
.modulo_A a, .modulo_A_selecionado a,.modulo_B a, .modulo_B_selecionado a{
	color: #FFFFFF;
	text-decoration: none;
}
.modulo_A_selecionado/*, .modulo_A_selecionado a:link, .modulo_A_selecionado a:active, .modulo_A_selecionado a:visited*/ {
	cursor: pointer;
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	background-color: #242248 !important;
	border-bottom: 1px solid #ffffff4f;
	border-top: 1px solid #ffffff4f;
}

.modulo_A button/*, .modulo_A_selecionado a:link, .modulo_A_selecionado a:active, .modulo_A_selecionado a:visited*/ {
	cursor: pointer;
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: none;
	width: 100%;
	text-decoration: none;
	display: block;
	text-align: left;
	background-color: transparent;
	padding: 0.7rem 0.6rem 0.7rem 0.4rem;
}

.modulo_A_selecionado button/*, .modulo_A_selecionado a:link, .modulo_A_selecionado a:active, .modulo_A_selecionado a:visited*/ {
	cursor: pointer;
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: none;
	text-decoration: none;
	width: 100%;
	text-align: left;
	display: block;
	background-color: #242248 !important;
	padding: 0.7rem 0.6rem 0.7rem 0.4rem;
}

/* LINHA DE M?DULO 2 */
.modulo_B/*, .modulo_B a:link, .modulo_B a:active, .modulo_B a:visited */{
	cursor: pointer;
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	background-color: #2f2c5e;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	display: flex; /* Garantir que eles são exibidos como flex inicialmente */
}

.modulo_B button/*, .modulo_A_selecionado a:link, .modulo_A_selecionado a:active, .modulo_A_selecionado a:visited*/ {
	cursor: pointer;
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: none;
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: left;
	background-color: transparent;
	padding: 0.7rem 0.6rem 0.7rem 0.4rem;
}

.modulo_B_selecionado/*, .modulo_B_selecionado a:link, .modulo_B_selecionado a:active, .modulo_B_selecionado a:visited */{
	cursor: pointer;
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	width: 100%;
	background-color: #242248 !important;
	border-bottom: 1px solid #ffffff4f;
	border-top: 1px solid #ffffff4f;
}

.modulo_B_selecionado button/*, .modulo_A_selecionado a:link, .modulo_A_selecionado a:active, .modulo_A_selecionado a:visited*/ {
	cursor: pointer;
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: none;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	text-align: left;
	display: block;
	background-color: #242248 !important;
	padding: 0.7rem 0.6rem 0.7rem 0.4rem;
	width: 100%;
}

/* BARRA DE BOT?ES DO TOPO: ATUALIZA , IMPRIMI */

.container-barra {
	display: flex;
	justify-content: space-between;
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 12px;
	cursor: pointer;
	padding: 0.45rem 0.8rem;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #241e48;
	div {
		gap: 10px;
    display: flex;
	}
}

.container-barra a, a:active, a:visited {
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 12px;
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	color: #FFFFFF;
}

.header-container-topo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0.7rem 0 0.6rem 0.7rem;
	background-color: rgb(255, 255, 255) !important;
}

.modulos-container-topo {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 10px;
}

.data-container-topo {
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 12px;
  font-weight: 600;
	margin-right: 1.5rem;
	color: #000000;
}

/* PESQUISA */

/* LINHA QUE CONT?M O CAMPO DE PESQUISA E LINKS */
#linha_pesquisa, #linha_pesquisa a:link, #linha_pesquisa a:active, #linha_pesquisa a:visited {
  font-family: Segoe UI, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-top: 0.5rem;
	transition: all 0.3s ease-in-out;
	font-weight: normal;
}
#linha_pesquisa {
	margin-bottom: 1.2rem;
}
#linha_pesquisa input {
	padding: 0 0.4rem 0 0.6rem;
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 11.5px;
	font-weight: 500;
	color: #000000;
	height: 30px;
	cursor: text !important;
}
.input-submit {
	cursor: pointer !important;
	width: 60px !important;
	transition: all 0.3s ease-in-out;
	padding-left: 0.4rem !important;
	background-color: #F7F7F7;
}
.input-submit:hover {
	background-color: #e7e7e7;
}
#linha_pesquisa a:link {
	transform: translateY(-5px);
}

.container-pesquisar {
	display: flex;
	flex-wrap: nowrap;
	gap: 30px;
	padding-bottom: 0.6rem;
	input {
		color: #1A1A1A !important;
		margin-top: 0 !important;
	}
}

.select-input {
	cursor: pointer;
	margin-top: 0 !important;
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 11.5px;
	font-weight: 500;
	color: rgb(83 83 83) !important;
	width: 85px;
	padding: 0.4rem;
	height: 30px;
}

/* LINHA QUE CONT?M O CAMPO DE PESQUISA E LINKS - AO PASSAR O MOUSE */
#linha_pesquisa a:hover {
  font-family: Segoe UI, Arial, sans-serif;
	font-size: 11.8px;
	color: #534888;
	text-decoration: none;
	font-weight: normal;
}


/* IMAGEM DE FUNDO DA LINHA QUE CONT?M O CAMPO DE PESQUISA E LINKS */

/* CALENDARIO */

/* FUNDO DO DIA DA SEMANHA E DIA DO M?S */
.datePicker {
	border:                1px solid #d6d6d6 !important;
	background:        Window;
	width:               100% !important;
	padding:        0px;
	cursor:                default;
	-moz-user-focus:        normal;
	border-radius: 5px;
font-size: 11px;
}
/* FONTE DO DIA DA SEMANHA E DIA DO M?S */

.datePicker td {        
         font:                        smallcaption;
        font:                        small-caption;
        text-align:                center;
        color:                        WindowText;
        cursor:                        default;
        font-weight:        normal !important;
        padding:                0;
        font-size: 11px !important;
}
/* FONTE DA COLUNA DOMINGO DO DIA DO M?S */
.datePicker td.red {
        color:                        red;
}
/* LINHA QUE CONT?M O ANO E O M?S SELECIONADO */
.datePicker .header {
	background:                #efefef;
	padding:                3px;
	border-bottom:        1px solid #d4d4d4;
	padding-bottom: 0.25rem;

}
/* LARGURA DA LINHA QUE CONT?M O ANO E O M?S SELECIONADO */
.datePicker .headerTable {
        width:                        100%;

}
/* ESPA?AMENTO DA LINHA QUE CONT?M OS BOT?ES: DIA ATUAL, OK, CANCELA */
.datePicker .footer {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0.5rem;
}
/* TAMANHO (LARGURA) DA QUE CONT?M OS BOT?ES: DIA ATUAL, OK, CANCELA */
.datePicker .footerTable {
        width:                80%;
}
/* ESPA?AMENTO DA TABELA QUE CONT?M DIA DA SEMANA E M?S */
.datePicker .grid {
	padding: 0.3rem 0.3rem 0 0.3rem;
}
/* TAMANHO (LARGURA) DA TABELA QUE CONT?M DIA DA SEMANA E M?S */
.datePicker .gridTable {
        width:        100%;
}
/* LARGURA DA COLUNA DOMINGO */
.datePicker .gridTable td {
        width:        14.3%;
}
/* LINHA DO DIA DA SEMANA */
.datePicker .gridTable .daysRow td {
	font-weight:        bold !important;
	border-bottom:        1px solid #d5d5d5;
	padding: 0.25rem;
}
/* LINHA HORIZONTAL ABAIXO DA LINHA DO DIA DA SEMANA */
.datePicker .grid .gridTable .upperLine {
        width:                100%;
        height:                2 px;
        overflow:        hidden;
        background:        transparent;
}
/* DIA DO M?S ATUAL */
.datePicker td.today {
        font-weight:        bold !important;
}
/* DIA DO M?S SELECIONADO */
.datePicker td.selected {
	background:                #241e48;
	color:                        #FFF !important;
	border-radius: 3px;
	padding: 0.1rem 0.2rem;
}
/* TEXTO DA LINHA DO ANO E M?S */
.datePicker td .topLabel {
        color:                        CaptionText;
        display:                block;
        font-weight:        bold !important;
        width:                        100%;
        text-decoration:        none;

}
/* BOT?O DE ITEM PR?XIMO */
.datePicker .previousButton {
        background:        buttonface url(../images/arrow.left.png) no-repeat center center;
		width:                        14px;
        height:                        14px;
		border-width:        1px;
        font:                        Caption;
        font-weight:        normal !important;
}
/* BOT?O DE ITEM ANTERIOR */
.datePicker .nextButton {
        background:        buttonface url(../images/arrow.right.png) no-repeat center center;
		width:                        14px;
        height:                        14px;
		border-width:        1px;
        font:                        Caption;
        font-weight:        normal !important;
}
/* BOT?ES DIA ATUAL, OK E CANCELA */
.datePicker .okButton,
.datePicker .todayButton,
.datePicker .noneButton {
	width: 50px;
	background: #241e48;
	color: #ffffff;
	border-width: 1px;
	cursor: pointer;
	font-weight: normal !important;
	font-size: 10px;
	margin-left: -3px;
	border: none;
	border-radius: 3px;
	padding: 0.4rem 0;
}
/* CAIXA QUE APARECE QUANDO CLICADO EM ANO E M?S*/
.datePicker .labelPopup {
        position:        absolute;
        min-width:        130px;
        background:        #171D74;
        border:                1px solid WindowText;
        padding:        1px;
		color:#FFFFFF;

}
/* CAIXA QUE APARECE QUANDO CLICADO EM ANO E M?S - TEXTO/LINK ANO E M?S */
.datePicker .labelPopup a {
        width:                                100%;
        display:                        block;
        color:                                WindowText;
        text-decoration:        none;
        white-space:                nowrap;
		color:#FFFFFF;
}
/* CAIXA QUE APARECE QUANDO CLICADO EM ANO E M?S - TEXTO/LINK ANO E M?S AO PASSAR O MOUSE */
.datePicker .labelPopup a:hover {
	background:        #241e48;
	color:                #999999;
}
/* CAIXA QUE APARECE QUANDO CLICADO ANO E M?S - ANO E M?S SELECIONADO */
.datePicker .labelPopup a.selected {
        font-weight:        bold;
}

#recebidas {
	display: flex;
	align-items: center;
	gap: 5px;
	b {
		font-weight: 500 !important;
		margin: 0.5rem 0 0 0!important;
	}
	input {
		transform: translateY(4px) !important;
	}
}

.linha_normal, .linha_selecionada {
	font-family: Segoe UI, Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	color: #000000;
	background-color: #EFEFEF;
	cursor: pointer;
	padding: 0.25rem 0 !important;
}

.div_anexar {
	padding-top: 1rem;
	background-color: #f5f5f5 !important;
	border: 1px solid #c1c1c1;
	border-radius: 4px;
	left: 0 !important;
  top: 100px !important;
}


/* TAMANHO (LARGURA) DA ABA  */
.dynamic-tab-pane-control.tab-pane {
	font-weight: bold;
	position: relative;
	width: 100%;
	scrollbar-width: thin !important;
}
/* ABA DESABILITADA */
.dynamic-tab-pane-control .tab-row .tab {
	font-weight: 500;
	font-family: Segoe UI, Arial, sans-serif;
	font-size:10px;
	color:#b3b3b3;
	background: #e6e6e6;
	cursor:hand;
	float: left;
	display: inline;
	padding: 4px 9px;
	border: 1px solid;
	margin: 1rem 0 0 0.2rem;
	border-radius: 4px 4px 0 0;
}
.dynamic-tab-pane-control .tab-row .tab:first-child {
	margin-left: 0;
}	

.instrucao {
	background: none !important;
	padding-left: 0 !important;
	font-weight: 500 !important;
	font-family: Segoe UI, Arial, sans-serif !important;
	font-size:11px;
}

.container-texto {
	margin-top: 1.1rem;
	margin-left: 0.5rem;
	b {
		display: block;
	}
	textarea {
		margin-top: 0.6rem !important;
	}	
	input, select {
		text-align: left !important;
	}
	div:not(#btn_pedido, .btn_1, .btn_2, .btn_3, .btn_4, .btn_5, .btn_6) {
		/* display: flex; */
		width: 100% !important;
		gap: 8px;
		table {
			transform: translateX(-2px);
		}
		img {
			width: 24px !important;
			height: 24px !important;
		}
	}
}

.container-fluid {
	padding: 0 !important;
}

/* ABA - AO PASSAR MOUSE SOBRE TEXTO  */
.dynamic-tab-pane-control .tab-row .tab.hover {
	color:#241e48;
	cursor: hand;
}

/* COR E POSI??O DA ABA SELECIONADA  */
.dynamic-tab-pane-control .tab-row .tab.selected {
	padding: 4px 9px;
	background: #241e48;
	border-color: #241e48 !important;
}

.boleto-itau {
	height: 230px !important;
	margin-top: 1rem !important;
}

#margin-input {
	margin-top: 0 !important; 
	transform: translateY(-1.1px) !important;
}

#margin-link {
	margin-top: 0 !important; 
	font-weight: 400 !important;
}

input[type='file'] {
	width: 350px;
}

.container-file {
	b {
		display: block;
    font-weight: 400 !important;
    font-size: 12.5px;
		margin-bottom: 0.4rem;
	}
}

#btnIncluir_Fabricantes, #btnIncluir_Clientes, #btnGravarAtributos_atributosProdutos {
	background-color: #f1dd8a !important;
	font-size: 12px !important;
	color: #1a1a1a !important;
	padding: 0.3rem 0.8rem !important;
	border-color: #dcc66a !important;
	border-radius: 5px !important;
	box-shadow: none !important;
}

#btIntegraCCT, #btIntegraItensCCT, #btAtualizarCCT, #btDiagnosticarCCT, #btRegistraCCT {
	background-color: #f1dd8a !important;
	font-size: 12px !important;
	color: #1a1a1a !important;
	padding: 0.8rem 0.4rem !important;
	border-color: #dcc66a !important;
	border-radius: 5px !important;
	height: 14px !important;
	box-shadow: none !important;
}

#btIntegraCCT:hover, #btnIncluir_Clientes:hover, #btnIncluir_Fabricantes:hover, #btnGravarAtributos_atributosProdutos:hover, #btIntegraItensCCT:hover, #btIntegraItensCCT:hover, #btAtualizarCCT:hover, #btDiagnosticarCCT:hover, #btRegistraCCT:hover {
	background-color: #241e48 !important;
	color: #ffffff !important;
	border-color: #241e48 !important;
}

#btnAtzAtributos_atributosProdutos, #btnGravarAtributos_atributosProdutos {
	font-size: 12px !important;
}

#btnGravarAtributos_atributosProdutos {
	padding: 0.6rem 1rem !important;
}

input[type=button][id^="btnAtzAtributos_"] {
	background-color: #f1dd8a !important;
	font-size: 10px !important;
	color: #1a1a1a !important;
	padding: 0.6rem 1rem !important;
	border-color: #dcc66a !important;
	border-radius: 5px !important;
	margin-bottom: 1rem !important;
}

input[type=button][id^="btnAtzAtributos_"]:hover {
	background-color: #241e48 !important;
	color: #ffffff !important;
	border-color: #241e48 !important;
	border-width: 1px !important;
}

input[type=button][id^="btn"]:hover {
	box-shadow: none !important;
}

.btn_lupa {
	box-shadow: none !important;
	background-color: transparent !important;
	border: none !important;
}

.btn_2  {
	font-family: Segoe UI, Arial, sans-serif !important;
	font-weight: 500 !important;
	height: 19px !important;
	font-size: 12px !important;
	gap: 5px !important;
	height: 22px;
	img {
		width: 17px !important;
		height: 17px !important;
	}
}

.text-select-file {
	font-size: 1rem;
	font-weight: 600;
}

img[src*="detalhes"] {content: url(../images/detalhes.svg);vertical-align:middle;}

/* ABA - TEXTO LINK  */
.dynamic-tab-pane-control .tab-row .tab a {
	font-weight: 600;
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 0.75rem;
	color: #1A1A1A;
	letter-spacing: 0.3px;
	text-decoration:none;
	cursor:hand;
	border: 0px solid #999;
}
.dynamic-tab-pane-control .tab-row .tab.selected a {
  font-weight: 500;
	color: #fff;
}
/* CONTEUDO DA ABA*/
.dynamic-tab-pane-control .tab-page {
	font-weight: bold;
	clear: both;
	border: none;
	background: #FFF;
	color: Black;
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 10px;
	display: block;
	height: 100% !important;
	overflow-x: hidden !important;
	scrollbar-width: thin !important;
}

.tab-page {
	margin-left: 0.5rem;
}

.hide-table {
	padding: 0.25rem 0.4rem 0.25rem 0.5rem;
	display: block;
	text-align: center;
	background-color: #241e48!important;
	img {
		margin-right: 3px !important;
		cursor: pointer;
		width: 20px !important;
	}
}

/* FUNDO DAS ABAS */
.dynamic-tab-pane-control .tab-row {
	z-index:                1;
	white-space:        nowrap;
	/* background:                #E1E4E7; */
	display: flex;
	flex-wrap: wrap;
	width:                        100%;
	margin-left: 0.5rem;
	margin-bottom: 0.3rem;
	border-bottom: 1px solid #0000001c;
}

.form-control {
	width: 98.5% !important;
	margin: 0 auto;
	line-height: 1.42857143;
	color: #555;
	background: #ffffff !important;
	margin: 0.5rem 0.4rem !important;
	border: none !important;
}

#frFoto {
	transform: translateX(-55px)  !important;
}

/*Modulo Sistema SHVNS*/
.modulo_SHVNS, .modulo_SHVNS a:link, .modulo_SHVNS a:active, .modulo_SHVNS a:visited {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-image:   url(../images/moduloA.jpg);
	background-repeat: repeat-x;
	border-width: 0px;
	border-color:#FF4A73;
	border-style:solid;
	vertical-align: top;
	width: 80px;
	white-space: nowrap;
	position:relative;
	float: right;
}
.modulo_SHVNS_selecionado, .modulo_SHVNS_selecionado a:link, .modulo_SHVNS_selecionado a:active, .modulo_SHVNS_selecionado a:visited {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-image:   url(../images/moduloA.jpg);
	background-repeat: repeat-x;
	border-width: 0px;
	border-color:#FF4A73;
	border-style:solid;
	vertical-align: top;
	width: 80px;
	white-space: nowrap;
	position:relative;
	float: right;
}

.col-campo {
	font-family: Segoe UI, Arial, sans-serif !important;
	background: none !important;
	border-radius: 4px;
}

.col-campo button, #fMaterial input[type="button"] {
	padding: 0.5rem 0.8rem;
	border-radius: 4px;
	background: #f1dd8a !important;
	color: #1A1A1A !important;
	font-weight: 500 !important;
	border: 1px solid #dcc874 !important;
}

#fMaterial img[src="images/b_redimensiona1.gif"] {
	width: 24px !important;
	height: 24px !important;
	transform: translateY(8px) !important;
}

#fMaterial font {
	color: #1a1a1a !important;
}

#cabecalho_grid font {
	color: #a8efac !important;
}

#fMaterial #cabecalho_grid {
	font-size: 10px !important;
}

#fMaterial #cabecalho_grid th {
	font-family: Segoe UI, Arial, sans-serif !important;
	padding: 0.4rem 0.3rem !important;
}

#fMaterial textarea {
	width: 100% !important;
	font-size: 9px !important;
	padding: 0.4rem !important;
}

#fMaterial input {
	font-size: 10px !important;
	padding: 0.2rem !important;
}

.preencher label {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: #241e48 !important;
	color: #fff !important;
	border-radius: 4px;
  padding: 0.3rem 0.5rem;
	font-size: 10px !important;
	font-weight: 500 !important;
}

.preencher h2 {
	color: #1a1a1a !important;
}

#CONTEUDO-JANELA {
	width: auto !important;
	left: auto !important;
	margin: 0 1rem;
}

#CONTEUDO-JANELA #conteudo {
	padding-right: 0 !important;
	margin: 0 0.6rem !important;
	width: auto !important;
}

#CONTEUDO-JANELA h1 {
	background-color: #241e48;
}

#BTN_RELACIONAR {
	background-color: #241e48;
	color: #fff !important;
}
