body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	height: 100%;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	overflow: hidden;
	display: block;
	z-index: 9999;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	background: black;
	background-image: url(../imagens/spinner.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: center;
	background-size: 40px 40px;
	text-align: center;
}

#container {
	min-height: 100%;
	position: absolute;
	width: 100%;
}

#header {}

#body {
	padding-bottom: 30px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

/* Definiï¿½ï¿½o do padrï¿½o de texto do aplicativo */
table,
p {
	color: #004085;
	font-size: 11px;
}

/* Definiï¿½ï¿½o de margens para o frame do centro, vai na tag body do frame */
.centro {
	margin-left: 13px;
	margin-top: 5px;

}

.titulo_azul11px {
	font-weight: bold;
	color: #004085;
	font-size: 11px;
}

.titulo_branco11px {
	font-weight: bold;
	color: white;
	font-size: 10px;
}

.titulo_vermelho10px {
	font-weight: bold;
	color: red;
	font-size: 10px;
}

.menu_cinza11px {
	font-weight: bold;
	color: gray;
	font-size: 11px;

}

.titulo_usuario {
	font-weight: bold;
	color: white;
	font-size: 11px;
}

.aviso_login {
	color: #CCD9E7;
	font-size: 10px;
}

.titulo_aplicativo {
	color: white;
	font-size: 14px;
}

.titulo_area {
	font-weight: bold;
	color: #004085;
	font-size: 14px;
}

/* ESTILO PARA TABELAS */
.fundo_menu {
	background-image: url(../imagens/fundo-menu.gif);
}

.fundo_cinza {
	BACKGROUND-COLOR: #f5f3f3
}

.fundo_corpo {
	BACKGROUND-COLOR: #E5ECF3
}

.fundo_cabecalho {
	BACKGROUND-COLOR: #244f83
}

.fundo_login {
	BACKGROUND-COLOR: #89A7C7
}

.tabela_pesquisa {
	background-color: #CCD9E7;
	border: 1px solid #004085;
	width: 700px;
	padding: 3px;
}

.titulo_tabela {
	font-weight: bold;
	color: white;
	font-size: 11px;
	height: 22px;
	vertical-align: middle;
	background-color: #5B84B0;
	border-right: 1px solid white;
}

.titulo_tabela_principal {
	font-weight: bold;
	color: white;
	font-size: 11px;
	height: 22px;
	vertical-align: middle;
	background-color: #5B84B0;
	border-right: 1px solid white;
}

.titulo_tabela_2 {
	font-weight: bold;
	color: white;
	font-size: 11px;
	height: 22px;
	vertical-align: middle;
	background-color: #5B84B0;
	border-right: #004085;
}

.subtitulo_tabela {
	font-weight: bold;
	color: white;
	font-size: 11px;
	height: 22px;
	vertical-align: middle;
	background-color: #004085;
	border-right: #004085;
}

.titulo_tabela_top {
	font-weight: bold;
	color: white;
	font-size: 11px;
	height: 22px;
	vertical-align: middle;
	background-color: #5B84B0;
	border-right: 1px solid white;
	border-top: 1px solid white;
}

.titulo_tabela_claro {
	font-weight: bold;
	color: white;
	font-size: 11px;
	height: 22px;
	vertical-align: middle;
	background-color: #CCD9E7;
	border-right: 1px solid white;
}

.titulo_tabela_sem_branco {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	height: 11px;
	vertical-align: middle;
	border: 1px solid #5B84B0;
	background-color: #5B84B0;
}

.titulo_tabela_sem_branco_2 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	height: 11px;
	vertical-align: middle;
	border: 1px solid #5B84B0;
	background-color: #5B84B0;
}

.tabela_centralizado_not_border {
	text-align: center;
	border: 0px;
}

.tabela_centralizado {
	text-align: center;
	border: 1px solid #4977A8;
}

.tabela {
	border: 1px solid #4977A8;
}

.tabela_border_top {
	border-top: 1px solid #4977A8;
}

.tabela_borda_branco {
	border: 1px solid white;
}

.tabela_filtro {
	background-color: #F8FAFC;
}

.tabela_filtro_2 {
	background-color: #F8FAFC;
	border-top: 1px solid white;
}

.tr_semcor {
	background-color: #F8FAFC;
	border: 0px solid #386AA0;
}

.tr_cor {
	background-color: #CCD9E7;
	border-right: 1px solid #004085;
}

.tr_cor_2 {
	background-color: #CCD9E7;
	border-top: 1px solid white;
	border-right: 1px solid white;
}

.tr_cor_bottom {
	background-color: #CCD9E7;
	border-right: 1px solid #004085;
	border-bottom: 1px solid #004085;
}

.tr_selecionado {
	background-color: #A2AAB3;
	border-bottom: 1px solid #004085;
	border-top: 1px solid #004085;
	border-right: 1px solid white;
	text-decoration: none;

}

/* ESTILO PARA FORMULï¿½RIOS E VISUALIZAï¿½ï¿½O DE DADOS */
.erros {
	FONT-SIZE: 9pt;
	COLOR: #ff0000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.tabela_dados {
	background-color: #F8FAFC;
}

.destaque_dados {
	background-color: #ECEDEE;
	margin: 2px;
	font-size: 12px;
	/*font-weight:bold;*/
}


.destaque_dados_assinatura {
	background-color: #ECEDEE;
	margin: 2px;
	font-size: 12px;
	color: #B0B0B0
		/*font-weight:bold;*/
}

.destaque_dados_conciliado {
	background-color: #ECEDEE;
	margin: 2px;
	font-size: 10px;
	color: #0000CC
		/*font-weight:bold;*/
}

.vis_titulo {
	background-color: #CCD9E7;
	margin: 2px;
	font-size: 13px;
	font-weight: bold;
}

.vis_titulo_10px {
	background-color: #ECEDEE;
	border-bottom: 1px solid #4977A8;
	margin: 2px;
	font-size: 10px;
	font-weight: bold;
}

.vis_campo_10px {
	font-family: Arial, Verdana, sans-serif;
	background-color: #E5ECF3;
	border-right: 3px solid #004085;
	font-size: 10px;
	color: #004085;
	font-weight: bold;
	padding-right: 3px;
	text-align: right;
}

.vis_campo_10px-2 {
	font-size: 10px;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	color: #004085;
}

.vis_campo_10px-3 {
	font-family: Arial, Verdana, sans-serif;
	background-color: #E5ECF3;
	border-right: 3px solid #004085;
	font-size: 10px;
	color: #004085;
	font-weight: bold;
	padding-right: 3px;
	text-align: right;
	width: 200px
}

.vis_titulo_aba {
	border-top: 1px solid #004085;
	border-left: 1px solid #004085;
	border-right: 1px solid #004085;
	background-color: #CCD9E7;
	margin: 2px;
	font-size: 13px;
	font-weight: bold;
}


.vis_campo_10px_obrigatorio {
	font-family: Arial, Verdana, sans-serif;
	background-color: #E5ECF3;
	border-right: 3px solid #FF0000;
	font-size: 10px;
	color: #004085;
	font-weight: bold;
	padding-right: 3px;
	text-align: right;
}

.texto_10px {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

.vis_campo {
	background-color: #E5ECF3;
	border-right: 3px solid #004085;
	font-size: 12px;
	color: #5982AF;
	font-weight: bold;
	padding-right: 3px;
	text-align: right;
}


.vis_registro {
	border-bottom: 1px dotted #004085;
	font-size: 12px;
}

.vis_campo_obrigatorio {
	background-color: #E5ECF3;
	border-right: 3px solid red;
	font-size: 12px;
	color: #5982AF;
	margin-left: 3px;
	font-weight: bold;
	padding-right: 3px;
	text-align: right;
}

.vis_campo_normal {
	background-color: #E5ECF3;
	font-size: 12px;
	color: #5982AF;
	font-weight: bold;
	padding-right: 3px;
	text-align: center;
}

.vis_campo_disabled {
	background-color: #E5ECF3;
	font-size: 12px;
	color: #999999;
	font-style: italic;
	font-weight: bold;
	padding-left: 3px;
}

/* ESTILO PARA DESTAQUE */
.msg_destaque {
	font-size: 9px;
	color: #333333;
}

.msg_cor {
	color: blue;
}


/* ESTILO PARA MENSAGEM DE ERRO */
.msg_erro {
	font-size: 11px;
	color: #FE0000;
}

.msg_erro_cor {
	color: #FF0000;
}

.msg_erro_cor_negrito {
	color: #FF0000;
	font-weight: bold;
}

/* ESTILO DOS LINKS */
a:link {
	color: #004085;
	text-decoration: underline;
}

a:hover {
	color: #004085;
	text-decoration: none;
}

a:visited {
	color: #004085;
	text-decoration: underline;
}

a:visited:hover {
	color: #004085;
	text-decoration: none;
}

/* ESTILO PARA TEXTOS DE AJUDA NO PREENCHIMENTO DOS CAMPOS */
.ajuda_campo {
	color: #004085;
	font-size: 10px;
}

.input {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #386AA0;
	background-image: url(../imagens/bg_input.gif);
	height: 17px;
	color: #386AA0;
}

.input_2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background-image: url(../imagens/bg_input.gif);
	height: 17px;
	color: #386AA0;
	border: 1px solid #999;
}

.input_textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #386AA0;
	border: 1px solid #386AA0;
}

.input_pequeno {
	font-family: Arial, Verdana, sans-serif;
	font-size: 8px;
	border: 1px solid #386AA0;
	background-image: url(../imagens/bg_input.gif);
	height: 17px;
	color: #386AA0;
}

.inputfile {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #386AA0;
	background-image: url(../imagens/bg_input.gif);
	height: 17px;
	color: #386AA0;
}

.btn_close {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../imagens/search_close.jpg) 0px 0px no-repeat;
	overflow: hidden;
	background-position: 0px 0px;
}

.inputDisabled {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	border: 1px solid #386AA0;
	height: 15px;
	background-color: #FFFFFF;
	color: #386AA0;
}

.inputDisabled_2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	height: 15px;
	background-color: #FFFFFF;
	color: #386AA0;
	border: 1px solid #999;
}

.body-background-color {
	background-color: #FFFFFF;
}

.input_filtro {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #386AA0;
	background-image: url(../imagens/bg_input.gif);
	height: 15px;
	color: #004085;
}

.input_filtro_2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../imagens/bg_input.gif);
	height: 15px;
	color: gray;
	border: 1px solid #999;
}

.input_filtro_sem_negrito {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	border: 1px solid #386AA0;
	background-image: url(../imagens/bg_input.gif);
	height: 15px;
	color: #004085;
}

.campo_desabilitado {
	background-color: #ECEDEE;
	margin: 2px;
	font-size: 10px;
	color: #B0B0B0
}

.input_filtro_sem_lateral {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px hidden #004085;
	border-left: 1px hidden #004085;
	background-image: url(../imagens/bg_input.gif);
	height: 15px;
	color: #004085;
}

.input_filtro_sem_lateral_top_bottom {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #4977A8;
	border-top: 1px solid #4977A8;
	border-right: 1px hidden #004085;
	border-left: 1px hidden #004085;
	background-image: url(../imagens/bg_input.gif);
	height: 15px;
	color: #004085;
}

.input_filtro_sem_bordas {
	font-family:Arial, Verdana, sans-serif;
	border-bottom:1px hidden  #004085;
	font-size: 11px;
	border-top:1px hidden  #004085;
	border-right: 1px hidden  #004085;
	border-left:  1px hidden  #004085;
	background-color: #f8fafc;
	color: #004085;
}

.input_filtro_sem_lateral_top {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px hidden #004085;
	border-left: 1px hidden #004085;
	border-top: 1px solid #4977A8;
	background-image: url(../imagens/bg_input.gif);
	height: 15px;
	color: #004085;
}

.select {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #386AA0;
	background-color: #FFFFFF;
	color: #386AA0;
}

.textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	border: 0px;
	background-color: white;
	color: white;
}

.radio {
	background-color: transparent;
	border: 0px;
	width: auto;
}

.botao {
	margin: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: auto;
	border: 1px solid #004085;
	background-color: #244F83;
}

.botao_gravar {
	margin: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: auto;
	border: 1px solid #004085;
	background-color: #244F83;
}

.botao_2 {
	margin: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: auto;
	background-color: #244F83;
	border: 1px solid #999;
}

.botaoDisabled {
	margin: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #C1CDCD;
	width: auto;
	border: 1px solid #89A7C7;
	background-color: #4973AB;
}

.textoPretoPequeno {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

.texto_pequeno {
	font-weight: normal;
	color: #004085;
	font-size: 9px;
}

.texto_pequeno10px {
	font-weight: normal;
	color: #004085;
	font-size: 10px;
	width: auto;
	background-color: #F8FAFC;
}

.td_borda_right_bottom {
	border-right: 1px solid #5B84B0;
	border-bottom: 1px solid #5B84B0;
	padding: 2px;
}

.td_borda {
	border-right: 1px solid #5B84B0;
	border-bottom: 1px hidden #5B84B0;
	padding: 2px;
}

.td_bordas {
	border-right: 1px solid #004085;
	border-left: 1px solid #004085;
	border-bottom: 1px hidden #004085;
	padding: 2px;
}

.td_borda_left {
	border-right: 1px hidden #004085;
	border-left: 1px solid #004085;
	border-bottom: 1px hidden #004085;
	padding: 2px;
}

.td_borda_bottom {
	border-right: 1px hidden #004085;
	border-left: 1px hidden #004085;
	border-top: 1px hidden #004085;
	border-bottom: 1px solid #004085;
	padding: 2px;
}

.detalhes_titulo {
	margin: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #004085;
}

.textoVermelhoPequeno {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FF0000;
	text-decoration: none;
}

.spanCombo {

	position: absolute;
	margin-top: -8px;
}

.selecao_Checks {
	font-weight: bold;
	font-size: 11px;
}

.espande_Inicio,
.expande_inicio {
	width: 122px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #386AA0;
	height: 15px;
	color: #004085;
}

.espande_Inicio_dig,
.expande_inicio_dig {
	width: 300px;
}

.espande_Inicio_sem_negrito,
.expande_inicio_sem_negrito {
	width: 122px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	border: 1px solid #386AA0;
	height: 15px;
	color: #004085;
}

.espande_maximo,
.expande_maximo {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #386AA0;
	height: 15px;
	color: #004085;
	width: 460px;
}

.espande_maximo_dig,
.expande_maximo_dig {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #386AA0;
	height: 15px;
	color: #004085;
	width: 300px;
}

.espande_maior,
.expande_maior {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #386AA0;
	height: 15px;
	color: #004085;
	width: 280px;
}

.espande_325px,
.expande_325px {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #386AA0;
	height: 15px;
	color: #004085;
	width: 325px;
}

.espande_335px,
.expande_335px {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #386AA0;
	height: 15px;
	color: #004085;
	width: 335px;
}

.espande_320px,
.expande_320px {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #386AA0;
	height: 15px;
	color: #004085;
	width: 318px;
}

.espande_280px,
.expande_280px {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #386AA0;
	height: 15px;
	color: #004085;
	width: 280px;
}

.espande_310px,
.expande_310px {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #386AA0;
	height: 15px;
	color: #004085;
	width: 310px;
}

.espande_menor,
.expande_menor {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #386AA0;
	height: 15px;
	color: #004085;
	width: 200px;
}

.espande_medio,
.expande_medio {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #386AA0;
	height: 15px;
	color: #004085;
	width: 260px;
}

.td_borda_left {
	border-right: 1px hidden #004085;
	border-left: 1px solid #004085;
	border-bottom: 1px hidden #004085;
	padding: 2px;
}


.td_destaque {
	margin: 2px;
	font-size: 12px;
	font-weight: bold;
}

.search-botton-td {
	background: transparent url(../imagens/search_bot.jpg) center top repeat-x
}

.search-top-titulo {
	background: transparent url(../imagens/search_top.jpg) center top repeat-x;
}

.label-buscar {
	color: white;
}

.tabela_localizar {
	text-align: center;
	border: 1px solid #4977A8;
	background-color: #FFFFFF;
}

.icone-pesquisar {
	background-image: url(../imagens/ic_localizar.gif);
	background-position: 2px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.errorMessage {
	padding: 4px;
	margin: 5px 0;
	border: 1px solid #EA9AB1;
	background: #FEC2D3;
	font-weight: bold;
}

.successMessage {
	padding: 4px;
	margin: 5px 0;
	border: 1px solid #9AEAB1;
	background: #CAF7D7;
	font-weight: bold;
}

#infoBox {
	text-align: left;
	padding: 4px;
	margin: 5px 0;
	border: 1px solid #ccc;
	background: #f1f1f1;
	color: #004085;
	font-size: 11px;
}

#infoBox span {
	display: block;
	margin: 5px 0;
}

#listagemFinalidade tr {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

#listagemFinalidade tr td {
	padding: 4px;
}

#listagemFinalidade tr:hover,
#listagemFinalidade tr.altColor:hover {
	background: #d8d8d8;
}

#listagemFinalidade tr.altColor {
	background: #F2F2F2;
}

#listagemFinalidade td {
	text-align: left;
	padding-left: 10px;
}

#tabelaDdaAtual thead tr {
	background-color: #89A7C7;
	color: white;
}

#documentosFiscaisDisponiveis thead tr,
#documentoFiscalConciliado thead tr {
	background-color: #89A7C7;
	color: white;
}

.busybox {
	background-color: #FFF1A8;
	color: #000;
	font-weight: bold;
	margin: 3px;
	padding: 3px;
	position: absolute;
	right: -0.1%;
	top: 6.5%;
	z-index: 1002;
}

.busyboxConciliacao {
	background-color: #FFF1A8;
	color: #000;
	font-weight: bold;
	margin: 3px;
	padding: 3px;
	position: absolute;
	right: 0.04%;
	top: 20%;
	z-index: 1002;
}

.busyboxFornecedorEDetalhamento {
	background-color: #FFF1A8;
	color: #000;
	font-weight: bold;
	margin: 3px;
	padding: 3px;
	position: absolute;
	right: -0.1%;
	top: 6.5%;
	z-index: 1002;
}

a.baixarNota {
	color: blue;
	text-decoration: underline;
}

a.baixarNota:hover {
	color: blue;
	text-decoration: none;
}

a.bloco {
	color: blue;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.tabelaPopup_borda {
	border: 1px solid #004085;
}

.tabelaPopup thead tr {
	background-color: #89A7C7;
	color: white;
}

.cor_submenu_relatorio {
	color: #000000;
}

.pg-ctrl-left,
.pg-ctrl-right {
	margin: 5px;
	padding: 1px 5px;
	background: #89A7C7;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.pg-ctrl-left:hover,
.pg-ctrl-right:hover {
	background: #4692E2;
}

.divDialogBuscar {
	background-color: #cccccc;
	vertical-align: middle;
	z-index: 900;
	display: none;
	width: 400px;
}

.comboBox {
	behavior: expression(window.dropdown_menu_hack !=null?window.dropdown_menu_hack(this):0);
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #386AA0;
	background-image: url(../imagens/bg_input.gif);
	height: 15px;
	color: #004085;
}

.comboIE_var_mb {
	border: 1px solid #386AA0;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: auto;
	background-image: url(../imagens/bg_input.gif);
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	height: 15px;
	color: #004085;
	font-size: 10px;
}

.comboIE_var_select {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comboIE_mb_select {
	background: #FFFFFF;
	color: #004085;
}

.comboIE_this {
	background: #333366;
	color: #FFFFFF;
}

.cor_borda_inativa {
	border-color: #999;
}

.campo_backgroud_color {
	background-color: #FFFFFF;
}

.textoCliente {
	font-family: Arial;
	font-size: 11px;
	color: Black;
	font-weight: normal;
}

.textoFormatado {
	font-family: courier new;
	font-size: 12px;
	color: Navy;
	font-weight: normal;
}

.onMouseOver_background-color {
	background-color: #E5ECF9;
}

.onMouseOut_background-color {
	background-color: #ECEDEE;
}

.titulo-tabela_admfornecedor {
	border-right: #004085;
}

.vis_filtro_assinatura_flex {
	width: 20px;
	color: gray;
	border: 1px solid #999;
}

.border_1px {
	border: 1px solid #ccc;
}

.border_1px-2 {
	border: 1px solid #dde;
}

.border_1px-3 {
	border: 1px solid #999;
}

.border_1px-4 {
	border: 1px solid #386AA0;
}

.border_1px-5 {
	border: 1px solid #A6C9E2;
}

.border_right {
	border-right: #004085;
}

.detalhamentoDescricao {
	width: 38%;
	border-right: 5px solid rgb(92, 156, 204);
	text-align: right;
	border-bottom: 1px solid rgb(92, 156, 204);
}

.detalhamentoValor {
	width: 62%;
	border-bottom: 1px solid rgb(238, 238, 238);
}

.detalhamentoValor_borda {
	width: 100%;
	border: 1px solid #ccc;
}

.campo_filtro_pesquisafornecedor {
	border: 1px solid #A6C9E2;
	width: 50px;
}

.border_top_1 {
	border-top: 1px solid white;
}

.img_marcador_opcao {
	background: url(../imagens/marcador_opcao_grande.gif) no-repeat;
	margin: 0;
	/*background-size: 100% 100%;*/
}

.img_marcador_usuario {
	width: 7px;
	height: 7px;
	float: left;
	margin-top: 3px;
	background-image: url(../imagens/marcador_usuario.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.img_marcador_titulo {
	background: url(../imagens/marcador_titulo.gif) no-repeat;
	/*margin: 0;*/
	/*background-size: 100% 100%;*/
}

.botao_maxi_minizar {
	font: bold 14px/24px arial, helvetica, sans-aerif;
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
	width: 20px;
	height: 20px;
}

.botao_maxi_minizar :hover {
	background: #004085 !important;
	color: #FFFFFF !important;
}

.box_marcar_desmarcar_todos_por_pagador {
	font-style: normal !important;
	font-size: 11px !important;
	font-weight: normal !important;
}

.minimiza_component {
	display: none;
}

.maximiza_component {
	display: hidden;
}

.combo_box {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #386AA0;
	height: 15px;
	color: #004085;
}

.label_detalhes_pagamento_260px {
	width: 260px;
	align: right;
}

.label_detalhes_pagamento_258px {
	width: 258px;
	align: right;
}

.containerField {
	display: flex;
	text-align: left;
	padding-top: 2px;
}

.field {
	padding-left: 2px;
	display: inherit;
}

.medium_button {
	width: 70px;
}

.mensagemSucesso {
	border-radius: 2px;
	background-color: #BCF5BC;
	border-color: darkgreen;
	height: 30px;
	border-width: 1px;
	border-style: solid;
	padding: 0 .7em;
	width: 470px;
	line-height: 30px;
}

.mensagemErro {
	border-radius: 2px;
	background-color: #FDDFDF;
	border-color: #FF0000;
	height: 30px;
	border-width: 1px;
	border-style: solid;
	padding: 0 .7em;
	width: 470px;
	line-height: 15px;
}

.button-nao-mostrar {
	background-color: #244F83 !important;
	color: #fff !important;
	font-size: 12px !important;
}

.ler-depois {
	background-color: #244F83 !important;
	color: #fff !important;
	font-size: 12px !important;
}

#tabela_relatorio_th .th_width_col {
	font-weight: bold;
	color: white;
	font-size: 11px;
	height: 22px;
	vertical-align: middle;
	border-right: 1px solid white;
	width: 50%;
}

#tabela_relatorio_th .th_width_col1 {
	font-weight: bold;
	color: white;
	font-size: 11px;
	height: 22px;
	vertical-align: middle;
	border-right: 1px solid white;
	width: 100px;
}

#tabela_relatorio_th .td_borda {
	border: 1px solid #5B84B0;
	background-color: white;
	padding: 2px;
	height: 20px;
}

#tabela_relatorio_th .tr_pagador {
	background-color: #84A2C6;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
	text-align: left;
	font-weight: bold;
	padding: 2px;
	height: 25px;
}

#tabela_relatorio_th .td_pagador {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#tabela_relatorio_th .td_banco {
	background-color: white;
	padding: 2px;
	height: 25px;
	text-align: left;
}

#tabela_relatorio_th .td_convenio {
	background-color: white;
	color: #646464;
	padding: 2px;
	height: 25px;
	font-weight: regular;
	text-align: left;
}

#tabela_relatorio_th .td_tipo {
	background-color: white;
	color: #004085;
	padding: 2px;
	height: 25px;
	font-weight: regular;
	text-align: left;
}

.total_relatorio_pagador {
	background-color: #84A2C6;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
	font-weight: bold;
	padding: 2px;
	height: 25px;
}

.radio-horizontal {
	display: flex;
	flex-direction: row; /* define a direção dos elementos como horizontal */
	margin-left: 2px;
	margin-top: 3px;
}

.radio-horizontal label {
	margin-right: 5px;	/* define o espaçamento entre os elementos */
	margin-left: 5px;
	vertical-align: middle;
}

.modal-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 99999 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px !important;
    box-sizing: border-box !important;
}

.modal-container {
    background: white !important;
    border-radius: 8px !important;
    width: 100% !important;
    max-width: 550px !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    position: relative !important;
    margin: auto !important;
    transform: translateY(0) !important;
}

.modal-header {
    padding: 15px 20px !important;
    border-bottom: 1px solid #ddd !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background-color: #f8f9fa !important;
    border-radius: 8px 8px 0 0 !important;
}

.modal-header h3 {
    margin: 0 !important;
    color: #333 !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.modal-close {
    background: none !important;
    border: none !important;
    font-size: 28px !important;
    cursor: pointer !important;
    color: #666 !important;
    width: 35px !important;
    height: 35px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    padding: 0 !important;
}

.modal-close:hover {
    color: #000 !important;
    background-color: #e9ecef !important;
    border-radius: 4px !important;
}

.modal-body {
    padding: 25px !important;
}

.modal-footer {
    padding: 15px 20px !important;
    border-top: 1px solid #ddd !important;
    text-align: right !important;
    background-color: #f8f9fa !important;
    border-radius: 0 0 8px 8px !important;
}

.form-group {
    margin-bottom: 20px !important;
}

.form-group label {
    display: block !important;
    margin-bottom: 8px !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.input-group {
    display: flex !important;
    gap: 10px !important;
    align-items: stretch !important;
}

.form-control {
    flex: 1 !important;
    padding: 10px 12px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    background-color: #f9f9f9 !important;
    font-size: 13px !important;
    min-height: 40px !important;
    box-sizing: border-box !important;
    font-family: monospace !important;
}

.btn-copy {
    padding: 10px 15px !important;
    background-color: #007bff !important;
    color: white !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    font-size: 13px !important;
    min-height: 40px !important;
    box-sizing: border-box !important;
    min-width: 80px !important;
}

.btn-copy:hover {
    background-color: #0056b3 !important;
}

.btn-copy.copied {
    background-color: #28a745 !important;
}

.alert-success {
    padding: 12px !important;
    background-color: #d4edda !important;
    border: 1px solid #c3e6cb !important;
    color: #155724 !important;
    border-radius: 4px !important;
    margin-bottom: 20px !important;
    font-size: 14px !important;
}

.alert-warning {
    padding: 12px !important;
    background-color: #fff3cd !important;
    border: 1px solid #ffeaa7 !important;
    color: #856404 !important;
    border-radius: 4px !important;
    margin-top: 20px !important;
    font-size: 13px !important;
}

/* Loading styles */
.loading-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 100000 !important;
}

.loading-container {
    text-align: center !important;
    background-color: white !important;
    padding: 30px 40px !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4) !important;
    border: 2px solid #007bff !important;
}

.loading-container p {
    margin: 0 !important;
    font-size: 18px !important;
    margin-top: 15px !important;
    color: #000 !important;
    font-weight: bold !important;
    text-shadow: none !important;
}

.spinner {
    width: 50px !important;
    height: 50px !important;
    border: 5px solid #e3e3e3 !important;
    border-top: 5px solid #007bff !important;
    border-radius: 50% !important;
    animation: spin 1s linear infinite !important;
    margin: 0 auto !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Botão de gerar credencial */
.btn-gerar-credencial {
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    padding: 2px !important;
}

.btn-gerar-credencial:hover {
    opacity: 0.7 !important;
}

.btn-gerar-credencial img {
    vertical-align: middle !important;
}

/* Garantir que o modal apareça sobre tudo */
.modal-overlay * {
    box-sizing: border-box !important;
}
