@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;
}
@font-face{
	font-family:"TitilliumWeb-Regular";
	src:url(../resources/fontes/titilliumweb-regular.eot);
	src:url(../resources/fontes/titilliumweb-regular.eot#iefix) format('embedded-opentype'),url(../resources/fontes/titilliumweb-regular.woff) format('woff'),url(../resources/fontes/titilliumweb-regular.ttf) format('truetype'),url(../resources/fontes/titilliumweb-regular.svg) format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:"TitilliumWeb-SemiBold";
	src:url(../resources/fontes/titilliumweb-semibold.eot);
	src:url(../resources/fontes/titilliumweb-semibold.eot#iefix) format('embedded-opentype'),url(../resources/fontes/titilliumweb-semibold.woff) format('woff'),url(../resources/fontes/titilliumweb-semibold.ttf) format('truetype'),url(../resources/fontes/titilliumweb-semibold.svg) format('svg');
	font-weight:normal;
	font-style:normal;
}
html,
body{
	width: 100%;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	font-size: 100%;
	background-image: url("../resources/images/bg-miolo-efd-icms-ipi.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: bottom;
	background-attachment: fixed;
}
body{
	margin:0;
	padding:0;
	background-color:#fff;
	font-size:100%;
}
a img{
	border: none;
}
.row-container{
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	/*background-color: #fff;*/
	overflow: hidden;
}
.second-row{
	flex-grow: 1;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.header{
	background-image:url(../resources/images/bg-header.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
	border-bottom:6px solid #29aad5;
	width: 100%;
	position: relative;
}
.header .head{
	background-color:#1a2b61;
	height:14px;
	border-bottom:2px solid #fff;
}
.header .head .logo-gov-rj{
	left:34px;
	top:0;
	position:absolute;
	z-index:10;
}
.header .head .logo-gov-rj img{
	width:130px;
}
.header h1{
	text-transform:uppercase;
	color:#fff;
	font-weight:300;
	font-size:1.2rem;
	line-height:1em;
	margin-left:38px;
	padding-top:50px;
	position: relative;
}
.header h1 .sigla{
	font-size:2.23rem;
	line-height:.9em;
	margin-left:-.2rem;
}
.header h1 .descricao-sigla{
	position: absolute;
	left: 0;
	top: 85px;
	width: 160px;
	font-weight: 400;
	line-height: 1.2em;
}
.header h1 .versao{
	font-size:.75rem;
	line-height:1.5rem;
	font-weight:normal;
	text-transform:lowercase;
	color:#ccc;
	padding-left:0;
	position: absolute;
	top: 133px;
}
.header .logo-fazenda{
	position:absolute;
	top:45px;
	left:37px;
}
.header .logo-fazenda img{
	width:200px;
}
.header .botao-sair{
	background:#5ecef3 url(../resources/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:#93e4ff;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family:'TitilliumWeb-Regular', sans-serif;
}
h2{
	color:#1c585e;
	font-weight:300;
	font-size:2rem;
	line-height:1em;
	margin: 0 0 5px;
	font-family: 'Roboto', sans-serif;
    padding: 0 0 5px;
    border-bottom: 1px solid #29aad5;
}
.login{
	width: 178px;
	margin: 30px auto;
	border: 1px solid #ccc;
	padding: 30px;
	background: #fff;
}
.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: #29aad5;
    color: #fff;
    font-size: 1rem;
    line-height: 16px;
    padding: 10px 0;
    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: #54cbf2;
	-webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}
.maximo,
span input{
	width: 100%;
}
.miolo{
	margin:0;
	padding:0;
	font-family:'Trebuchet MS', sans-serif;
	color:#595959;
	/*min-height: 100%;*/
	position: relative;
}
.ui-widget{
	font-family:'Trebuchet MS', sans-serif !important;
}
* html .miolo{
	/*height: 100%;*/
}
.conteudo{
	margin: 0;
	padding: 20px 40px 70px;
}
p{
	font-size: 14px;
	line-height: 18px;
}

.ui-button,
.btn-padrao{
	color: #fff;
	font-weight: bold;
    font-size: .8rem;
    line-height: 16px;
    padding: 8px 0 6px;
    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;
	border-bottom: 3px solid #1C90B6;
	text-align: center;
}
.ui-button:hover,
.btn-padrao:hover{
	background: #54cbf2 !important;
	-webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}
.ui-button span{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.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: #0e4f6f;
	line-height: 16px;
}
.rodape p{
	margin: 0;
	padding: 0 10px;
}
.txt-dir label{
	padding: 4px 0 0;
	display: block;
	text-align: left;
}
select{
	padding: 4px;
	border: 1px solid #d6d6d6;
	font-family:'Trebuchet MS', sans-serif;
	color: #595959;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.ui-inputfield{
	padding: 4px 0 !important;
}
.boxDados {
    border: 2px dotted #CCCCCC;
    padding: 15px;
    border-radius: 5px;
    margin: auto;
}
.aRight{
	text-align:right;
}
.btnWhite{
    margin-right: 20px;
    background-color: #fff !important;
    color: #29aad5 !important;
}
.hint{cursor:pointer;}
.txtBreakWord{word-break: break-word; !important;}
div.ui-widget-header{
	margin: 0px auto!important;
    display: block!important;	
}
.buttonAuto{
	width: auto!important;
}
.linkCursor{
    cursor: pointer;
    display: block;
    padding-top: 5px!important;	
}

@media only screen and (max-width:470px){
/* ---------------------------------------------------------------------------------------------------- container 800 */
	.header{
		height: 190px;
	}
}



@media only screen and (min-width:470px){
/* ---------------------------------------------------------------------------------------------------- container 800 */
	.header{
		height: 135px;
	}
	.header h1 .descricao-sigla{
		left: 0;
		top: 55px;
		width: 340px;
	}
	.header .logo-fazenda{
		left: auto;
		top:26px;
		right:10px;
	}
	.header h1{
		text-transform:uppercase;
		padding-top:18px;
	}
	.login{
		width: 300px;
		margin: 50px auto;
		padding: 30px;
	}
	.formulario_01_input input{
		width: 280px;
	}
	.header h1 .versao{
		top: 78px;
	}
	
	.txt-dir label{
		text-align: right;
	}
}



@media only screen and (min-width:720px){
/* ---------------------------------------------------------------------------------------------------- container 800 */
	.header{
		height: 110px;
	}
	.header h1 .descricao-sigla{
		/*left: 0;
		top: 55px;
		width: 340px;*/
		left: 225px;
		top: 28px;
		width: 340px;
	}
	.header h1 .versao{
		top: 51px;
	}
}



@media only screen and (min-width:960px){
/* ---------------------------------------------------------------------------------------------------- container 800 */
	.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:.7em;
		margin-left:-.3rem;
	}
	.header .logo-fazenda{
		top:41px;
	}
	.header .botao-sair{
		background:#5ecef3 url(../resources/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: 350px;
		top: 13px;
		width: 220px;
	}
	.header h1 .versao{
		top: 69px;
	}
}



@media only screen and (min-width:1200px){
/* ---------------------------------------------------------------------------------------------------- container 800 */
	.header .logo-fazenda img{
		width:318px;
	}
}

.confirmRet{cursor:pointer;}
.ui-widget {
    font-size: 13px !important;
} 
label.ui-widget {
    font-weight:bold;
} 

.ui-datatable .ui-column-filter {
    width: auto!important;
} 
div.conteudo{font-size:13px !important;}
p {
    font-size: 13px;
    line-height: 16px;
}
