/* ESTILOS.CSS
 * Folha de estilo principal do ATF
*/

@media (max-width: 600px) {
    .table-responsive {
       width: 80%;
    }
    #cronometro_div {
       text-align: left;
    }
}

html, body {
	height: 100%;
}

html {
	overflow: auto;
}

.fontSize-8 {font-size: 8px}
.fontSize-9 {font-size: 9px}
.fontSize-10 {font-size: 10px}
.fontSize-15 {font-size: 15px}
.fontSize-18 {font-size: 18px}

.width-5 {width: 5px !important;}
.width-10 {width: 10px !important;}
.width-20 {width: 20px !important;}
.width-30 {width: 30px !important;}
.width-40 {width: 40px !important;}
.width-50 {width: 50px !important;}
.width-60 {width: 60px !important;}
.width-70 {width: 70px !important;}
.width-80 {width: 80px !important;}
.width-90 {width: 90px !important;}
.width-100 {width: 100px !important;}
.width-110 {width: 110px !important;}
.width-120 {width: 120px !important;}
.width-130 {width: 130px !important;}
.width-140 {width: 140px !important;}
.width-150 {width: 150px !important;}
.width-160 {width: 160px !important;}
.width-170 {width: 170px !important;}
.width-180 {width: 180px !important;}
.width-190 {width: 190px !important;}
.width-200 {width: 200px !important;}
.width-210 {width: 220px !important;}
.width-220 {width: 220px !important;}
.width-230 {width: 220px !important;}
.width-240 {width: 240px !important;}
.width-250 {width: 250px !important;}
.width-260 {width: 260px !important;}
.width-270 {width: 270px !important;}
.width-280 {width: 280px !important;}
.width-290 {width: 290px !important;}
.width-300 {width: 300px !important;}
.width-310 {width: 310px !important;}
.width-320 {width: 320px !important;}
.width-330 {width: 330px !important;}
.width-340 {width: 340px !important;}
.width-350 {width: 350px !important;}
.width-360 {width: 360px !important;}
.width-370 {width: 370px !important;}
.width-380 {width: 380px !important;}
.width-390 {width: 390px !important;}
.width-400 {width: 400px !important;}
.width-410 {width: 410px !important;}
.width-420 {width: 420px !important;}
.width-430 {width: 430px !important;}
.width-440 {width: 440px !important;}
.width-450 {width: 450px !important;}
.width-460 {width: 460px !important;}
.width-470 {width: 470px !important;}
.width-480 {width: 480px !important;}
.width-490 {width: 490px !important;}
.width-500 {width: 500px !important;}
.width-510 {width: 510px !important;}
.width-520 {width: 520px !important;}
.width-530 {width: 530px !important;}
.width-540 {width: 540px !important;}
.width-550 {width: 550px !important;}
.width-560 {width: 560px !important;}
.width-570 {width: 570px !important;}
.width-580 {width: 580px !important;}
.width-590 {width: 590px !important;}
.width-600 {width: 600px !important;}
.width-610 {width: 610px !important;}
.width-620 {width: 620px !important;}
.width-630 {width: 630px !important;}
.width-640 {width: 640px !important;}
.width-650 {width: 650px !important;}
.width-660 {width: 660px !important;}
.width-670 {width: 670px !important;}
.width-680 {width: 680px !important;}
.width-690 {width: 690px !important;}
.width-700 {width: 700px !important;}
.width-710 {width: 710px !important;}
.width-720 {width: 720px !important;}
.width-730 {width: 730px !important;}
.width-740 {width: 740px !important;}
.width-750 {width: 750px !important;}
.width-760 {width: 760px !important;}
.width-770 {width: 770px !important;}
.width-780 {width: 780px !important;}
.width-790 {width: 790px !important;}
.width-800 {width: 800px !important;}
.width-810 {width: 810px !important;}
.width-820 {width: 820px !important;}
.width-830 {width: 830px !important;}
.width-840 {width: 840px !important;}
.width-850 {width: 850px !important;}
.width-860 {width: 860px !important;}
.width-870 {width: 870px !important;}
.width-880 {width: 880px !important;}
.width-890 {width: 890px !important;}
.width-900 {width: 900px !important;}

.width-5-percent {width: 5% !important;}
.width-10-percent {width: 10% !important;}
.width-20-percent {width: 20% !important;}
.width-30-percent {width: 30% !important;}
.width-40-percent {width: 40% !important;}
.width-50-percent {width: 50% !important;}
.width-60-percent {width: 60% !important;}
.width-70-percent {width: 70% !important;}
.width-80-percent {width: 80% !important;}
.width-90-percent {width: 90% !important;}
.width-95-percent {width: 95% !important;}

.width-half-full {width: 50% !important;}
.width-full {width: 100% !important;}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.45em;
	/*background-color: #FFFFFF;*/
	color: #2C3746;
}
	
/*SCROLLBAR -> barra de rolagem*/
	
	/*Chrome*/
	*::-webkit-scrollbar {
		width:11px; 
		height:11px; 
		background-color: #fff; /*recomendado: background da p�gina*/
		-webkit-border-radius: 0 4px 4px 0;
				border-radius: 0 4px 4px 0;
	}
	*::-webkit-scrollbar-thumb,
	*::-webkit-scrollbar-corner {
		border: 2px solid #fff; /*recomendado: background da p�gina*/
		background-color: #9CB3CD; /*recomendado: esquema de cores [dark-2]*/
	}
	*::-webkit-scrollbar-thumb:hover { background-color: #4E617D; } /*recomendado: esquema de cores [dark-3]*/
	*::-webkit-scrollbar-track-piece { background-color: none;}
	
	/*IE*/
	*{
		scrollbar-3dlight-color: #fff; /*::-webkit-scrollbar*/
		scrollbar-highlight-color: #fff; /*::-webkit-scrollbar*/
		scrollbar-track-color: #fff; /*::-webkit-scrollbar*/
		scrollbar-shadow-color: #fff; /*::-webkit-scrollbar*/
		scrollbar-dark-shadow-color: #fff; /*::-webkit-scrollbar*/
		scrollbar-face-color: #9CB3CD; /*::-webkit-scrollbar-thumb*/
		scrollbar-arrow-color: #4E617D;
	}

/* END SCROLLBAR */

a {
	color: #5483B6;
	text-decoration: none;
}

a:hover {
	color: #2A5686;
}

p {
	margin: 0 0 10px;
}

table {
	margin: auto;
	font-size: 12px;
	line-height: 1.45em;
	text-align: left;
    /*background-color: #FFFFFF;*/
    border-collapse: collapse;
    border-spacing: 0px;
}

table td {
	padding: 0px;
}

form {
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
	border: none;
	overflow: auto;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

ul {
	padding-left: 15px;
	margin-left: 15px;
	
}

ul li {
	padding: 2px 0;
}

.clear {
	clear: both;
}

.pull-left {
	float: left
}

.pull-right {
	float: right;
}

.brasao-mdagua {
	background: url("imagens/brasao-pb-mdagua.png") no-repeat
}

.alert {
	padding: 10px;
	margin:5px 0;
	border: 1px solid transparent;
	-webkit-border-radius: 6px;
			border-radius: 6px;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

/*HEADER*/

#atfHeader {
	margin: 0;
	padding: 0;
	background: #6883A5;
}

#setFullScreen {
	position: absolute;
	top: 50px;
	left: 17%;
	display: block;
	padding: 2px 4px 1px;
	color:#fff;
	font-size: 11px;
	-webkit-border-radius: 3px 3px 0 0;
			border-radius: 3px 3px 0 0;
	background: #455A86;
	z-index: 999;
}

#setFullScreen span {
	display: none;
}

#divCabecalho {
	height: 69px;
	overflow: hidden;
	border-bottom: 1px solid #455A86;
}

#divCabecalho a.logo-gov img {
	float: right;
	width: 140px;
	max-width: 100%;
	margin: 10px 15px 0;
}

#divCabecalho h1 {
	float: left;
	width: 75%;
	margin: 0 10px 0 0;
	padding: 20px 0 12px 20px;
	font-size: 30px;
}

#divCabecalho h1 a {
	text-decoration: none;
	color: #E7EBF7;
	text-shadow: -1px -1px 0px #223050;
}

#divCabecalho h1 a:hover {
	color: #fff;
}

#divCabecalho h1 a small {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
}

#divCabecalho img.pull-right {
	height: 40px;
	margin: 15px;
}

/*IFRAMES DE CONTE�DO*/

iframe#menu {
	width: 17%;
	height: 100%;
	float: left;
	background: #E3E6E9;
}

iframe#principal {
	width: 83%;
	height: 100%;
	float: left;
}


/*FORM*/

.maiusculo{
	text-transform: uppercase;
}

.botoes {
	padding: 2px 10px;
	cursor: pointer;
	background-color: #DDE3EB;
	border: 1px solid #7391B9;
	-webkit-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: inset 0px 0px 4px #7391B9;
			box-shadow: inset 0px 0px 4px #7391B9;
}
.botoes:hover {
	background-color: #E1E4E7;
}

.btn {
	padding: 4px 12px;
	border: 1px solid #AEC1D8;
	-webkit-border-radius: 6px;
			border-radius: 6px;
	background: #E3E6E9;
}

.caixas, .lista {
	padding: 2px;
	margin: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2C3746;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
			border-radius: 2px;
	background-color: #FFFFFF;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.lista {
	max-width: 100%;
	*width: 200px;
	font-size: 11px;
}
.listaMaior {
	max-width: 100%;
	*width: 200px;
	font-size: 14px;
}
.caixas:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.caixas:-moz-placeholder { color: #999999; }
.caixas::-moz-placeholder { color: #999999; }
.caixas:-ms-input-placeholder { color: #999999; }
.caixas::-webkit-input-placeholder { color: #999999; }

.caixas[disabled],
.caixas[readonly],
fieldset[disabled] .caixas {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.caixastransp, .caixastranspdir {
	font-weight: bold;
	background-color: #E3E6E9;
	border: 0px solid #E3E6E9;

}

.caixastranspdir {
	text-align: right;
}


.hintSel {
	background-color: #F5F4F7;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	display: none;
	position: absolute;
	z-index: 10;
}

/*TABLE*/

table.content-info {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #AAB5C2;
	background: #f8f8f8;
	opacity: 0.86;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
			box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

table.content-info td {
	line-height: 17px;
}

.tdCabecalho > td p,
.tdCabecalho p,
table.content-info td p {
	margin: 0;
}

table.content-info td.atf-app-title {
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #fff;
}

#cronometro_div {
	font-size:12px;
}

.content-info #cronometro_div span {
	font-weight: bold;
	color:#f70;
}

.atf-login-greeting {
	max-width: 360px;
	margin:auto;
}

.atf-app-form {
	width:600px;
	margin: auto;
	padding: 70px 0 50px;
}
.atf-app-form + .atf-app-form { padding: 0 0 50px; }
.atf-app-form.fullScreen {
	width: auto;
	margin: 0 30px;
}

.atf-app-form table.fontePadrao {
	width:100%!important;
	margin: auto;
	overflow: hidden;
}

.atf-app-form > table.fontePadrao {
	margin-bottom: 10px;
}

.atf-app-form table.fontePadrao iframe {
	width:100%!important;
}

.atf-app-footer {
	position: fixed;
	bottom: -1px;
	left: 0;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	background: #D3D8E7;
	opacity: 0.86;
	box-shadow: 0 0 0 1px rgba(70, 93, 122, 0.35);
	overflow: hidden;
}

.atf-app-footer td {
	height: 37px;
	padding: 0px 10px;
}

.atf-app-footer td a {
	color: #2C537E;
}

.atf-app-footer td a:hover {
	color: #b00;
}

tr.tdPadrao > td,
td.tdPadrao {
	padding: 0;
	background-color: #f0f0f0;
	border-style: solid;
	border-color: #fff;
	border-width: 0 1px 1px 0;
}
tr.tdPadrao > td:last-child,
td.tdPadrao:last-child {
	border-right-width: 0;
}
tr.tdPadrao > td > table tr:last-child > td,
td.tdPadrao > table tr:last-child > td {
	border-bottom-width: 0;
}

tr.tdPadraoAba > td,
td.tdPadraoAba {
	font-size: 14px;
	font-weight: bold;
    text-align: center;
	background-color: #F3F3F3;

}

tr.tdCabecalho > td,
td.tdCabecalho {
	padding: 2px 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 23px;
	color: #fff;
    vertical-align: top;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
	border-top: 1px solid #9BAEC5;
	background-color: #6883A5!important;
}
.tdCabecalho .botoes {
	border-color: #31496B;
}

.tdCabecalhoAba {
	font-size: 14px;
	font-weight: bold;
    text-align: center;
	background-color: #9CB3CD;
}

.tdSumario {
	font-height: bold;
	background-color: #F5F8FC;
}

tr.tdSubCabecalho > td,
td.tdSubCabecalho {
	padding: 0;
	font-weight: bold;
	line-height: 23px;
	color: #2C3746;
	text-shadow: none;
	background-color: #d7d7d7!important;
	border-style: solid;
	border-color: #fff;
	border-width: 0 1px 1px 0;
}

tr.tdLabel > td,
td.tdLabel {
	width: 150px;
	text-align: left;
	background-color: #E3E6E9;
}

tr.tdAlternada > td,
td.tdAlternada {
	padding: 0;
	background-color: #F4F4F4;
	border-style: solid;
	border-color: #fff;
	border-width: 0 1px 1px 0;
}
tr.tdAlternada > td:last-child,
td.tdAlternada:last-child {
	border-right-width: 0;
}
tr.tdAlternada > td > table tr:last-child > td,
td.tdAlternada > table tr:last-child > td {
	border-bottom-width: 0;
}

.tdErro {
	padding: 0;
	font-height: bold;
	background-color: #F88282;
}

.tdErroAlternada {
	padding: 0;
	font-height: bold;
	background-color: #F86055;
}

.tdEscura {
	padding: 0;
	background-color: #4E617E;
	color: #FFFFFF;
}

.tdHelp
{
    padding: 0;
	text-align: center;
	background-color: #E3E6E9;
}

#tabs {
	border-collapse:collapse;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#tabs.accordion {
	border-bottom: none;
}

#tabs a {
	display:block;
	padding: 6px 10px;
	margin: 2px 1px 0 0;
	border-radius: 6px 6px 0 0;
	background: #eee;
	white-space: nowrap;
}

#tabs .current a {
	background: #ddd;
}

#tabs a:hover {
	color: #5483b6;
	background: #ddd;
}

#tabs a.active {
	color: #fff!important;
	background-color: #9CB3CD!important;
}
#tabs a:hover {
	color: #5483b6;
	background: #ddd;
}

.fonteErro {
	color: #F88282;
}
.fontePadraoAjax {
	visibility:hidden;
}

pre {
	font-size: 12pt;
	text-decoration: none;
}

.fonteDoc {
	font-size: 12pt;
	text-decoration: none;
}

.fonteDoc2 {
	font-size: 11pt;
	text-decoration: none;
}

.table {
	width: 100%;
	border: 1px solid #CBD5E2;
	-webkit-border-radius: 2px;
    		border-radius: 2px;
    background: #FFFFFF;
}

tr.header td,
.header {
	padding: 2px;
	font-weight: bold;
    text-align: center;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #d8d8d8;
	background-color: #f8f8f8;
}
tr.header td:last-child,
.header:last-child {
	border-left-width: 0;
}

.title {
	padding: 6px;
	font-weight: bold;
    text-align: center;
	background-color: #9CB3CD;
}

/*MENU*/

#atfMenu {
	background: #eee;
}

#atfMenu h4 {
	padding: 6px 10px;
	margin: 0;
	color: #E7EBF7;
	text-shadow: -1px -1px 0px #223050;
	background: #6883A5;
}

#atfMenu ul.mainMenu {
	list-style: none;
	padding: 0 0 100px;
	margin: 0;
}

#atfMenu ul.pathMenu {
	height: 17px;
	list-style: none;
	padding: 5px 10px;
	margin: 0;
	border-top: 1px solid #EDF0FA;
	background: #D6DDF3;
}

#atfMenu ul.pathMenu > li {
	display: inline;
}

#atfMenu ul.pathMenu > li > a {
	font-size: 0.9em;
}

#atfMenu ul.mainMenu li {
	padding: 0!important;
}

#atfMenu ul.mainMenu > li > a {
	display: block;
	padding: 3px 10px;
	color: #3A5479;
	/*font-size: 0.9em;*/
	border-bottom: 1px solid #A7B6CC;
	background: #E2E6F0;
}

#atfMenu ul.mainMenu > li > a:hover {
	background: #D1D7E0;
}

#atfMenu .toolsMenu {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	opacity: 0.85;
	background: #bbb;
	box-shadow: 0 -1px 3px rgba(0,0,0,0.3);
}

#atfMenu iframe {
	width: 100%;
	height: 30px;
	padding: 8px;
	border-top: 1px solid #fff;
	background: #bbb;
}

#atfMenu a.btn-close {
	display: block;
	padding: 10px;
	background: #b00;
	color: #fff;
	font-weight: bold;
}

#atfMenu a.btn-close:hover {
	background: #d00;
}

.footer
{
	font-weight: bold;
    text-align: left;
	background-color: #F5F8FC;
}

.footerSomatorio
{
	font-weight: bold;
    text-align: right;
	background-color: #F5F8FC;
}

tr.onLight > td,
td.onLight 
{
	padding: 0;
	background-color:#DDE0E5;
	border-style: solid;
	border-color: #fff;
	border-width: 0 1px 1px 0;
}
tr.onLight > td:last-child,
td.onLight:last-child {
	border-right-width: 0;
}
tr.onLight > td > table tr:last-child > td,
td.onLight > table tr:last-child > td {
	border-bottom-width: 0;
}

.AJXstyleMsg
{
	position: absolute;
	color: #FFFFFF;
	background-color: #828282;
	font-family: verdana;
	right:0px;
	top:14px;
	height: 15;
	font-weight: bold;
}

.fonteMaior {
	font-size: 16px;
}

.avisoCapsLock {
	background: #E3E6E9; 
	font: bold; 
	color:#FF3300; 
	width:396;
}

.caixaRegua {
	border: 1px solid;
	font: 10px Courier;
}

table.tabelaRegua {
	border-collapse: collapse;
	table-layout:fixed;
}

table.tabelaRegua td {
	width: 7px;
}

table.tabelaRegua tr td {
	border:1px solid;
	vertical-align: top;
	text-align: center;
	font: 10px;
}

/*MENSAGENS DE ERRO*/

.atf-dialog {
    display: block;
    position: fixed!important;
    color: #a00;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    opacity: 0.9;
    border: 1px solid #a00;
    -webkit-border-radius: 3px;
    		border-radius: 3px;
    background: #ffd url("imagens/close.png") right top no-repeat;
    -webkit-box-shadow: 0 0 0 4px rgba(170,0,0,0.3), 10px 10px 5px rgba(0,0,0,0.3);
    		box-shadow: 0 0 0 4px rgba(170,0,0,0.3), 10px 10px 5px rgba(0,0,0,0.3);
    z-index: 999;
}

.atf-dialog-full {
	padding: 30px;
	margin: 50px auto;
	width: 70%;
	background: #E3E6E9;
	border: 1px solid #AEC1D8;
	border-radius: 10px;
	position: relative;
	box-shadow: inset 0 0 0 1px #fff,0 0 4px rgba(78, 97, 125, 0.4);
	overflow: hidden;
}

.atf-dialog-full img {
	float: left;
    margin-right: 30px;
}

.atf-dialog-full h2 {
	margin: 15px 0 10px;
	font-family: arial;
	font-size: 1.6em;
	color: #c00;
	text-shadow: 1px 1px 0px #fff;
}

/*objetos expecificos*/

input[name=btnAdiciona], input[name=btnRemove] {
	font-size: 11px;
	padding: 2px 6px;
}

input[name=edtCdFuncao] {
	width: 60px;
	margin: 0 5px;
}

/* login */

div.atf-login.full {
	padding-top: 20px;
	overflow: hidden;
}

div.atf-login.full #text-login {
	display: block;
	float: left;
	width: 63%;
	font-size: 13px;
}

div.atf-login.full #text-login h1 {
	color: #b00;
}

div.atf-login.full #text-login ul li {
	padding: 3px 0;
}

div.atf-login.full #SERlogin {
	padding-top: 10px;
}

div.atf-login.full #SERlogin {
	width: 32%;
	float: right;
	padding: 0 0 0 5%;
	border-left: 1px solid #D0D8E4;
}

div.atf-login.full #SERlogin .page-header {
	display: block!important;
	margin: 0 0 20px;
	padding: 0 0 10px;
	font-size: 20px;
}

div.atf-login.full .log-tips {
    padding: 18px 18px 18px 35px;
    margin-top: 30px;
    border: 1px solid #ddd;
    background: #eee;
    -webkit-border-radius: 6px;
    		border-radius: 6px;
}

table.atf-login {
	width: 100%;
	margin-bottom: 30px;
}

table.atf-login table {
	margin: auto;
}

table.atf-login h1 {
	margin-bottom: 20px;
	font-size: 3em;
}

table.atf-login-form {
	margin-bottom: 15px!important;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}

.atf-login .atf-login-header td {
	background: #FFFFFF;
	padding: 6px 2px;
	font-weight: bold;
	line-height: 21px;
	border-top: 2px solid #C4CCDF;
}

.atf-login .atf-login-header .label {
	font-size: 1.3em;
}

.atf-login .atf-login-header .label img {
	float: left;
	margin-right: 5px;
}

.atf-login .atf-login-header .label-ser {
	font-size: 1.0em;
	line-height: 21px;
	text-align: right;
}

.atf-login .atf-link-certificado {
	/*
	display: block;
	padding-bottom: 15px;
	color: #b00;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	*/
	display: block;
	padding: 5px 0;
	text-align: center;
	font-size: 13px;
	color: #b00;
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 0;
	background: #f4f4f4;
	margin-bottom: 10px;
}
.atf-login .atf-link-certificado:hover {
	color: #d00;
}
.atf-login .atf-link-certificado span {
	padding: 3px 16px;
 /*	background: url(imagens/license_key.png) no-repeat 0px -5px; */
}
.atf-login .atf-link-credenciamento {
	font-size: 1.3em;
	font-weight: bold
}
.atf-login .atf-login-links {
	padding: 10px 0;
}
.atf-login ul li {
	padding: 0;
}
.atf-login .atf-login-links strong {
	display: block;
	float: left;
	width: 40%;
	font-size: 1.1em;
	text-align: left;
	color: #f80;
}

.atf-login .atf-login-pass-remind {
	margin-bottom: 20px;
}

.atf-login .atf-login-pass-remind td {
	padding: 10px;
	text-align: center;
	border: 1px solid #f60;
	background: #ffd;
}

.atf-login .atf-login-version {
	position: fixed;
	width: 100%;
	bottom: 0;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #C4CCDF;
}

.atf-login .atf-login-version td {
	padding: 10px;
}

/*conte�do*/

	/*corrige altura dos iframes das telas*/
	/*alguns iframes tem alturas definidas e isso pode esconder alguns campos*/
	.fontePadrao iframe {
		margin: auto;
	}
	
	div#cronometro_div + table {
		height: auto;
	}
	
	/*retira a altura da primeira tabela do conte�do principal*/
	div#cronometro_div + table {
		height: auto;
	}
	/*mensagem de seja bem vindo + contador do tempo de sess�o*/
	div#cronometro_div + table > tbody > tr.tdCabecalho > td:last-child {
		text-align: right;
		font-size: 12px;
	}
	/*links 'ajuda' e 'voltar'*/
	div#cronometro_div + table > tbody > tr:last-child td {
		padding: 0 5%;
	}
	/*espa�o superior do formul�rio no conte�do principal*/
	form[name=frmMensagens] > table {
		margin: 30px 0 0;
	}

@media print {
	table {
		height: auto;
	}
	
	tr.tdSubCabecalho > td,
	td.tdSubCabecalho {
		line-height: 1.3em;
	}
	
	tr.tdPadrao > td,
	td.tdPadrao,
	tr.tdAlternada > td,
	td.tdAlternada,
	.tdErro,
	.tdErroAlternada,
	.tdEscura,
	.tdHelp,
	tr.header td,
	.header {
		padding: 0!important;
		font-size: 11px;
		line-height: 1.3em;
	}
	#cronometro_div {
		padding: 0 0 5px!important;
		font-size: 10px;
		line-height: 1.3em;
		color: #777;
	}
}

/*Inicio dos estilos da janela de "Aguarde..."*/
.window{
    display:none;
    width:210px;
    height:100px;
    position:absolute;
    text-align:center;
    left:0;
    top:0;
    background:#FFF;
    z-index:9900;
    padding:10px;
    border-radius:10px;
}
 
#mascara{
    display:none;
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
}

/*Fim dos estilos da janela de "Aguarde..."*/

/* Estilo para o recaptcha */

.recaptcha-error{
	border: 2px solid #ff0000;
}

.g-recaptcha-buttons {
	display: flex;
	justify-content: center;
}

#recaptcha-error-text{
	color: #ff0000;
}

