@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------- fixing firefox bug */
div:after,
ol:after,
form:after,
ul:after,
dl:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
html,
body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
body{
	margin:0;
	padding:0;
	background-color:#fff;
	font-size:100%;
	background-image: url("../images/bg-miolo-devec.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: bottom;
	background-attachment: fixed;
}
a img{
	border: none;
}
.row-container{
	display: flex;
	width: 100%;
	flex-direction: column;
	min-height: -webkit-calc(100% - 50px);
	min-height: -moz-calc(100% - 50px);
	min-height: calc(100% - 50px);
	/*min-height: 100%;*/
	padding-bottom: 50px; 
}
.second-row{
	flex-grow: 1;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.header{
	background-image:url(../images/bg-header.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
	border-bottom:6px solid #1f8f95;
	width: 100%;
}
.header .head{
	background-color:#1a2b61;
	height:14px;
	border-bottom:2px solid #fff;
}
.header .head .logo-gov-rj{
	left:34px;
	top:0;
	position:relative;
	z-index:10;
}
.header .head .logo-gov-rj img{
	width:130px;
}
.header h1{
	text-transform:none;
	color:#fff;
	font-family:'TitilliumWeb-Regular', Arial, sans-serif;
	font-weight:400;
	font-size:.85rem;
	line-height:1em;
	margin-left:38px;
	padding-top:50px;
	position: relative;
	top: 15px;
}
.header h1 .sigla{
	font-size:2.23rem;
	margin-left:-.2rem;
}
.header h1 .descricao-sigla{
	position: absolute;
	left: 0;
	top: 75px;
	width: 160px;
	font-weight: 400;
	line-height: 1.2em;
}
.header h1 .sigla a,
.header h1 .descricao-sigla a{
	color: #fff;
	text-decoration: none;
}
.header .logo-fazenda{
	left: 38px;
	position:absolute;
	right: auto;
	top: 48px;
}
.header .logo-fazenda img{
	width:200px;
}
.header .botao-sair{
	background:#41d99b url(../images/img-porta-saida.png) no-repeat 35px 4px;
	border-radius:3px;
	color:#17588c;
	font:bold 9px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	padding:7px 27px 7px 7px;
	position:absolute;
	bottom:10px;
	right:10px;
	display:block;
}
.header .botao-sair:hover{
	background-color:#5ce6ad;
}
h2{
	color:#1c585e;
	font-family:'TitilliumWeb-Regular', sans-serif;
	font-weight:400;
	font-size:2rem;
	line-height:1em;
	margin: 0 0 30px;
}
h3{
	color:#1c585e;
	font-family:'TitilliumWeb-Regular', sans-serif;
	font-weight:400;
	font-size:1.8rem;
	line-height:1em;
	margin: 0 0 15px;
	padding: 0 0 5px;
	border-bottom: 1px solid #1f8f95;
}
/*.login{
	width: 178px;
	margin: 30px auto;
	border: 1px solid #ccc;
	padding: 30px;
	background: #fff;
}*/
.login{
	border: 1px solid #ccc;
	background: #fff;
	width: 178px;
    margin: 50px auto;
    padding: 30px;
    float: none;
}
.certificado_digital{
	width: 218px;
    border: 1px solid #ccc;
    padding: 10px;
    float: none;
    margin: 0 auto;
    background: #fff;
}
.certificado_digital .img{
	float: left;
	margin-right: 15px;
}
.certificado_digital .img img{
	display: block;
}
.certificado_digital .txt{
	margin-top: 0;
	font-size: 12px;
}
.formulario_01{
    min-height: 20px;
    width: 100%;
    color: #4c4c4c;
}
.formulario_01_label{
	color: #4c4c4c;
    min-height: 23px;
    width: 100%;
}
.formulario_01_label label{
    font-size: 14px;
}
.formulario_01_input input{
    font-size: 14px;
    font-family: "Trebuchet MS", Arial, Verdana;
    width: 156px;
    border: 1px solid #d2d2d2;
    margin-bottom: 20px;
    padding: 10px;
    color: #7d7d7d;
}
.botao{
    background: #2eaab1;
    color: #fff;
    font-size: 1rem;
    line-height: 16px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	display: inline-block;
	-webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}
.botao:hover{
	background: #44d0d7;
	-webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}
.miolo{
	margin:0;
	padding:0;
	font-family:'TitilliumWeb-Regular', sans-serif;
	color:#595959;
	/*min-height: 100%;*/
	/*background-image: url("../images/bg-miolo-devec.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: bottom;*/
	position: relative;
}
* html .miolo{
	height: 100%;
}
.conteudo{
	margin: 0;
	padding: 10px 40px 10px;
}
.rodape{
	position: fixed;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 5px 0;
	font: 11px 'TitilliumWeb-Regular', Arial, Helvetica, sans-serif;
	color: #fff;
	background: #1f8f95;
	line-height: 16px;
}
.rodape p{
	margin: 0;
	padding: 0 10px;
}

.desabilitado {
	background: lightgrey;
    color: grey;	
}


/* estilos de formulário */

.sem-borda{
	border: none;
	padding: 0;
}

.sem-borda.ui-panelgrid>*>tr,
.sem-borda.ui-panelgrid .ui-panelgrid-cell {
    border: none;
    padding: 2px;
    font-size: .9em;
}

.newform{
	font-size: .8em;
}

.txt-centro{
	text-align: center;
}

.txt-dir{
	/*text-align: right;*/
}

.txt-dir label{
	padding: 4px 0 0;
	display: block;
}

.espaco-topo label{
	padding: 7px 0 0;
	display: block;
}

.ui-inputfield,
.ui-widget-content .ui-inputfield,
.ui-widget-header .ui-inputfield,
.ui-inputfield:focus{
	border-radius: 2px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	box-shadow: none;
	font-size: .95em;
}

.maximo{
	width: 100%;
}

.maximoSelectBox{
	width: 95%;
}



/* fim dos estilos do formulário */



@media only screen and (max-width:470px){
/* ---------------------------------------------------------------------------------------------------- */
	.header{
		height: 190px;
	}
}



@media only screen and (min-width:470px){
/* ---------------------------------------------------------------------------------------------------- */
	.header{
		height: 130px;
	}
	.header h1 .descricao-sigla{
		left: 0;
		top: 45px;
		width: 340px;
	}
	.header .logo-fazenda{
		left: auto;
		right: 15px;
		top: 26px;
		text-align: right;
	}
	.header h1{
		text-transform:uppercase;
		padding-top:16px;
	}
	.certificado_digital{
		width: 340px;
	}
	.certificado_digital .txt{
		margin-top: 14px;
		font-size: 14px;
	}
	.login{
		width: 300px;
		margin: 50px auto;
		padding: 30px;
	}
	.formulario_01_input input{
		width: 280px;
	}
}



@media only screen and (min-width:641px){
/* ---------------------------------------------------------------------------------------------------- */
	.txt-dir{
		text-align: right;
	}
}



@media only screen and (min-width:720px){
/* ---------------------------------------------------------------------------------------------------- */
	.header{
		height: 90px;
	}
	.header h1 .descricao-sigla{
		left: 120px;
		top: 8px;
		width: 340px;
	}
}



@media only screen and (min-width:960px){
/* ---------------------------------------------------------------------------------------------------- */
	.header{
		height:145px;
	}
	.header .head{
		background-color:#1a2b61;
		height:27px;
		border-bottom:4px solid #fff;
	}
	.header .head .logo-gov-rj img{
		width:172px;
	}
	.header h1{
		font-size:1.5rem;
		line-height:1.15em;
	}
	.header h1 .sigla{
		font-size:4rem;
		line-height:.57em;
		margin-left:-.3rem;
	}
	.header .logo-fazenda{
		top:40px;
	}
	.header .botao-sair{
		background:#41d99b url(../images/img-porta-saida.png) no-repeat 41px 4px;
		border-radius:3px;
		color:#17588c;
		font:bold 11px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		text-decoration:none;
		padding:7px 27px 7px 7px;
		position:absolute;
		bottom:18px;
		right:40px;
		display:block;
	}
	.header h1 .descricao-sigla{
		left: 220px;
		top: 8px;
		width: 600px;
	}
}



@media only screen and (min-width:990px){
/* ---------------------------------------------------------------------------------------------------- */
	.login{
		width: 300px;
	    margin: 50px 0 0 5%;
	    padding: 30px;
	    float: left;
	}
	.certificado_digital{
		width: 400px;
	    border: 1px solid #ccc;
	    padding: 10px;
	    float: right;
	    margin-right: 5%;
	    margin-top: 190px;	
	}
	.certificado_digital .img{
		float: left;
		margin-right: 15px;
	}
}



@media only screen and (min-width:1200px){
/* ---------------------------------------------------------------------------------------------------- */
	.header .logo-fazenda img{
		width:318px;
	}
	.login{
		width: 300px;
	    margin: 50px 0 0 14%;
	    padding: 30px;
	    float: left;
	}
	.certificado_digital{
		width: 375px;
	    border: 1px solid #ccc;
	    padding: 10px;
	    float: right;
	    margin-right: 14%;
	    margin-top: 190px;
	    background: #fff;
	}
	.certificado_digital .img{
		float: left;
		margin-right: 15px;
	}
	.certificado_digital .img img{
		display: block;
	}
	.certificado_digital .txt{
		margin-top: 12px;
	}
}