* {
	margin:0px;
	padding: 0px;
}
body {
	font-family: 'Segoe UI';
	background-color: #f1f1f1;
}
.clear {
	clear: both;
}
#background-transparent {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 99;
	display: none;
}
#btn-fechar {
	color: #ccc;
	position: absolute;
	top: 260px;
	left: 50%;
	margin-left: 270px;
	display: none;
	z-index: 150;
	cursor: pointer;
}
#captura-de-lead-no-validador-nf-e-f2def9e57d938bf918cb {
	display: none;
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	top: 250px;
	z-index: 100;
	background: #fff;
}
.container {
	width: 999px;
	margin:0px auto;
	box-shadow: 0px 0px 20px 0px #414141;
	background-color: #fff;
}
header {
	background: url(../images/validador2.jpg) no-repeat;	
}
.menu li {
	display: inline;
	margin: 20px;
	font-size: 0.7em;
}
.menu a {
	text-decoration: none;
	color:#000;
}
.menu a:hover {
	text-decoration: underline;
}
.texto h1 {
	width: 400px;
	font-size: 2em;
	text-align: center;
	margin:30px 0px 0px 50px;
	font-weight: bolder;
	color: #007545;
	line-height: 40px;
}
.texto h2 {
	width: 400px;
	font-size: 1em;
	text-align: center;
	margin:10px 0px 0px 50px;
	padding-bottom: 26px;
	font-weight: normal;
	color: #007545;
}
.barra {
	background-color: #0d2941;
	padding-left: 45px;
	height: 70px;
}
.barra h2 {
	color: #FFF;
	font-weight: normal;
	font-size: 1em;
	text-align: left;
}
.barra a {
	color:#fff;
	text-decoration: none;
}
.barra a:hover {
	text-decoration: underline;
}
.barra p {
	font-size: 0.65em;
	color: #6dc7e8;
}
.ativa {
	background-color: #c5cdda;
	width: 135px;
	padding: 20px 0px 20px 35px;
	position: absolute;
	margin-top: -5px;
	box-shadow: 0px -5px 10px -5px #000;
}
.ativa h2 {
	color:#0d2941 !important;
}
.ativa p {
	color:#0d2941 !important;
}
.opcao {
	float: left;
	padding: 17px 30px;
}
.descricao {
	background-color: #c5cdda;
	height: 92px;
}
.descricao p {
	font-size: 0.7em;
	color: #0d2941;
	/*width: 173px;*/
	width: 181px;
	/*float: left;
	padding: 0px 0px 0px 25px;*/
	padding: 0px 0px 0px 61px;
	margin-top: -2px;
}
.descricao img {
	float: left;
}
.passo {
	float: left;
	padding: 10px 25px 10px 23px;
	border-right: 1px solid #315F86;
	border-right-style: dotted;
	margin-top: 15px;
}
.col-2 {
	width: 50%;
	float: left;
}
.quadro {
	margin: 10px;
	background-color: #ebebeb;
	padding: 15px;
	border:1px solid #aaa;
	border-radius: 5px;
	height: 415px;
}
.textarea {
	width: 443px;
	height: 350px;
	resize:none;
}
.botoes {
	float: right;
	margin: 5px 2px;
}
.btn {
	padding: 5px 10px 5px 10px;
	background-color: #4e8a11;
	border:none;
	color: #fff;
	border-radius: 3px;
	box-shadow: 0px 7px 5px -6px #000;
	cursor: pointer;
}

.btn-outline{
	border: 1px solid #4e8a11;
    color: #4e8a11;
    background: none !important;
}

.red {
	background-color: #BB0606;
}
.notas tr, td{
	padding: 10px 0px 10px 10px;
	border:1px solid #aaa;
}
.notas {
	margin-top: 10px;
	font-size: 0.8em;
	margin-right: 10px;
	width: 490px;
	background-color: #e5e5e5;	
	box-shadow: 0px 12px 10px -10px #414141;
}
.notas h2 {
	font-size: 1em;
	color: #6dc7e8;
}
.notas span {
	font-weight: bolder;
	color: #0d2941;
}
.notas a {
	text-decoration: none;
	color:#323232;
}
.notas a:hover {
	text-decoration: underline;
}
.resultado {
	margin-top: 20px;
}
#resultado h2{
	font-size: 1em;
	font-weight: normal;
}
.resultado hr {
	margin-right: 10px;
}
.resultado h3 {
	margin: 10px 10px 10px 0px;
	padding: 10px; 
	background-color: #0d2941;
	border-radius: 5px;
	font-size: 0.9em;
	color:#fff;
	text-align: center;
	font-weight: normal;
	box-shadow: 0px 12px 10px -10px #414141;
}
#resultado {
    padding: 10px;
    background: #FDEABF;
    margin: 10px 10px 10px 5px;
    border-radius: 5px;
    border: 1px solid #D03C29;
 }
.atendimento a {
	color:#fff;
		text-decoration:none;
} 
.atendimento a:hover {
	text-decoration:underline;
} 
.parte-rodape {
	float: left;
	width: 17%;
	padding: 10px;
}
.menu-rodape {
	color: #fff;
	font-size: 0.7em;
}
.menu-rodape a {
	color: #fff;
	text-decoration:none;
}
.menu-rodape a:hover {
	text-decoration:underline;
}
.menu-rodape li {
	display: block;
}
.parte-rodape h2 {
	font-size: 1em;
	color: #fff;
	padding-bottom: 10px;
}
.footer {
	background-color: #343434;
}
#validando{
	display: none;
	color:#f00;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	margin: 35px 30px 0px 0px;
}
#resultado{	
	font-family:Verdana, Geneva, sans-serif;
	color:#333;	
	font-size:14px;
}
#resultados{
	width:490px;
	font-size: 10px;
	white-space: pre-line;	
	word-wrap: break-word;
}
#resultados ul{
	margin: 1px;
}
#resultados ul li{	
	margin: 7px;
	padding: 7px;
	
	list-style:none;
}

#resultados .erros{
	color: red;
	font-weight: bold;
	width:465px;
}

#resultado .linksErros{
	text-decoration:none;
	color: red;
}

#resultado .linksErros:hover{
	text-decoration:underline;
}

#resultados .regrasvalidacao{
	color: purple;
	font-weight: bold;
	width:465px;
}

#resultados .valido{	
	font-size: 12px;	
	color: #1AB21A;	
}

#resultados .alertas{
	color: chocolate;
	font-weight: bold;
	width:465px;
}

#resultado .linksAlerta{
	text-decoration:none;
	color: chocolate;
}

#resultado .linksAlerta:hover{
	text-decoration:underline;
}

#resultados .message
{
	position: relative;
	font-size: 12px;
	font-weight: bold;
	top: 3px;
	left: 3px;	
}
.nota p {
	margin:15px 10px;
}
.nota h4 {
	font-size:1.1em;
}
/*-------------------- conteudo alerta jquery ---------------------------*/
#popup_container {
	/*font-family: Arial, sans-serif;*/
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif
	font-size: 14px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 500px; /* Dialog will wrap after this width */
	background: #FFF;
	color: #000;	
	min-height: 60px;
	border:10px solid #666;	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}

#popup_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;	
	border:1px solid #333;
	color:#fff;
	background-color:#333;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background: url(../../images/info.png) no-repeat 10px 10px;
}

#popup_content.error {
	background: url(../images/error.png) no-repeat 10px 10px;
}

#popup_content.confirm {
	background: url(../images/important.png) no-repeat 10px 10px;
}

#popup_content.prompt {
	background: url(../images/help.png) no-repeat 10px 10px;
}

#popup_message {
	padding-left: 30px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_ok{
	padding: 3px;
}




#banner-inteligencia-fiscal {
    background-image: url(https://d335luupugsy2.cloudfront.net/cms/files/16923/1606682303/$1qfsx4758ii), linear-gradient(to bottom, rgba(74,144,226,0) 0%, rgba(74,144,226,0) 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
	border-width: 1px;
	
	color: #ffffff;
	font-family: "Visby Round CF",system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,Cantarell,"Noto Sans",sans-serif,BlinkMacSystemFont,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

#banner-inteligencia-fiscal a.btn-saber-mais {
	-ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    align-items: center;
    align-self: flex-start;
    background-color: rgba(218,90,229,1);
    border-bottom-style: none;
    border-color: #ffffff;
    border-left-style: none;
    border-radius: 100px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    color: #ffffff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    height: 44px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 209px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}


.mb-15 {
	margin-bottom: 15px;
}

.no-close .ui-dialog-titlebar-close {
	display: none;
}


.ui-widget-overlay.custom-overlay {
	background: #000000;
    opacity: 0.8;
}


.ui-widget-header {
	display: none !important;
}

.ui-widget-content a {
	color: inherit !important;
}

.ui-widget-content {
	background: none !important;
	border: none !important;
}