@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:2em;
	line-height:1em;
	margin: 0 0 30px;
	font-family: 'Roboto', sans-serif;
    padding: 0 0 5px;
    border-bottom: 1px solid #29aad5;
}

h2.semSublinhado {
    border-bottom: none;
    display: inline;
}
.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{
    background: #29aad5 !important;
	color: #fff;
	font-weight: bold;
    font-size: .8rem;
    line-height: 16px;
    padding: 8px 0 6px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    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 !important;
	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: right;
}

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;
	padding-left: 4px !important;*/
}

/**
	CSS PARA O <P:CALENDAR/>
*/
button.ui-datepicker-trigger.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only{
	width:27%;
	border-bottom: none !important;
	border: none;
}

.calendarInput,
span input{
	width: 64%;
}
/**
	CSS PARA O <P:CALENDAR/>
*/

.link {
	float: right;
    text-decoration: none;
    color: #0e4f6f;
    display: -webkit-box;
    margin-left: 50px;
}

.icon{
	position: relative;
    padding-left: 25px;
}

.icon i.ui-icon{
	margin-left: 5px;
	margin-right: 5px;	
}	

.titulo{
	border-bottom: 1px solid #29aad5;
    margin-bottom: 30px;     
}

.titulo h2{position: relative;top: -2px;}
.titulo a {margin: 0 12px 5px 0}	
.titulo a i{display: block;position: relative;text-align: center;margin-bottom: 5px;font-size: 22px}

i.material-icons {
    font-size: 18px;
    position:absolute;
    top:2px;
    left:0;
}

td.txt-wrap {
    text-align: center;
}


/* ----  RETIFICAÇÃO ---- */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v36/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.boxDados {
    border: 2px dotted #CCCCCC;
    padding: 15px;
    border-radius: 5px;
    margin: auto;
}

#formulario\3a checkboxMotivos label {
	display: inline  !important;
}

.ui-widget {
    font-size: 13px !important;
} 

label.ui-widget {
    font-weight: bold;
} 

.ui-datatable .ui-column-filter {
    /*width: auto!important;*/
} 

.ui-datatable .ui-inputfield {
    font-size: 11px !important;
    height: 11px;
} 

div.conteudo{
	font-size:13px !important;
}

p {
    font-size: 13px;
    line-height: 16px;
}
.aRight{
	text-align:right;
}
.btnWhite{
    margin-right: 20px;
    background-color: #fff !important;
    color: #29aad5 !important;
}

a.btnIcon{
	color: #29aad5 !important;
	text-decoration: none !important;
	font-weight: bold;
}

#formulario\3a dialogIdDoc > div.ui-dialog-titlebar.ui-widget-header.ui-helper-clearfix.ui-corner-top.ui-draggable-handle{
	position: relative !important;
	display: block;
	margin: 0px;
}


@media only screen and (max-width: 640px){
	.ui-datatable-reflow .ui-datatable-data td span.ui-column-title{
		max-width: 30% !important;
		font-weight: bold !important;
		text-align:right !important;	
	}
}

.txtBreakWord{
	word-break: break-word !important;
}

.btnMarginR{
	    margin-right: 10px;
}

.btnDialog{
	width: auto !important;
    display: inline-block;
    margin-right:10px;
}
.txtDialog{
	line-height:20px;
}


div.ui-widget-header{
	margin: 0px auto!important;
    display: block!important;	
}

.selectBox div{
	background-color: #fff!important;
    font-size: 12px!important;
    text-transform: none !important;
    font-weight: normal !important;
}

.selectBox div.ui-state-active{
    border: 1px solid #156090;
    background: #156090 !important;
    color: #fff;
}


#formulario\3a bt_retornar.ui-state-hover{color: #fff !important;}

.linkCursor{
    cursor: pointer;
    display: block;
    padding-top: 5px!important;
}

.img_retificacao {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 12px;
	width: 12px;
}

/* ----  FIM RETIFICAÇÃO ---- */


@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-esq label{
		padding: 4px 0 0;
		display: block;
		text-align: left;
	}
}



@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: 395px;
		top: 13px;
		width: 220px;
	}
	.header h1 .versao{
		top:77px;
	}
}



@media only screen and (min-width:1200px){
/* ---------------------------------------------------------------------------------------------------- container 800 */
	.header .logo-fazenda img{
		width:318px;
	}
}







/*-----------------------------------------------------------------------------------

	Theme Name: Sefaz PrimeFaces
	Theme URI: xxxxxxx
	Deion:  CSS dos portais em JSF primefaces
	Author: SEFAZ RJ
	Author URI: SEFAZ RJ / Equipe Portais (SATI)
	Version: 1.0
	
-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------

	- 0. Fixing firefox bug
	- 1. FontsFace
	- 2. Helpers
	- 3. Layout
		- 3.1 básico
 		- 3.2 títulos		
  		- 3.3 header
  		- 3.4 form
			  - 3.4.1 básico
			  - 3.4.2 login
			  - 3.4.3 buttons 
			  - 3.4.4 alertbox
	- 3.5 listagem
	- 4. Rodapé
	- 5. Componentes
		- 5.1 Calendário
		- 5.2 Growl
		- 5.3 Dialog
		- 5.4 state
		- 5.5 table				
	- 6. Media Queries
			    				



/* ----------------------------------------------------------------
	0. Fixing firefox bug 
-----------------------------------------------------------------*/

div:after,
ol:after,
form:after,
ul:after,
dl:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}


/* ----------------------------------------------------------------
	1. FontsFace
-----------------------------------------------------------------*/

@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;
}

/* ----------------------------------------------------------------
	2. Helpers
-----------------------------------------------------------------*/

.uppercase {
    text-transform: uppercase !important;
}

.lowercase {
    text-transform: lowercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.nott {
    text-transform: none !important;
}

.tright {
    text-align: right !important;
}

.tleft {
    text-align: left !important;
}
.tcenter {
    text-align: center !important;
}


.fright {
    float: right !important;
}

.fleft {
    float: left !important;
}

.fnone {
    float: none !important;
}

.ohidden {
    position: relative;
    overflow: hidden !important;
}

hr{border: 1px solid #eaeaea;margin: 18px 0 10px 0;}




.mb-10{margin-bottom: 10px}
.mb-20{margin-bottom: 20px}
.mb-30{margin-bottom: 30px}

.mt-10{margin-top: 10px}
.mt-20{margin-top: 20px}
.mt-30{margin-top: 30px}

.mr-5{margin-right: 5px}
.mr-10{margin-right: 10px}
.mr-15{margin-right: 15px}
.mr-20{margin-right: 20px}

.mt--10{margin-top: -10px}

.w138{width: 138px}
.w128{width: 128px}
.w150{width:150px}
.fix-inline-center{position: relative;top: 5px;}


.currentsection i,.currentsection label{color: #b97003}

/* cores */

.verde-claro{color: #1dde69}
.verde{color:#12a74d}
.verde-escuro {color: #0f843d}





/* ----------------------------------------------------------------
	3. Layout
-----------------------------------------------------------------*/


/*  3.1 Layout > básico
-----------------------------------------------------------------*/

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #369;
    font-size: 100%;
    background: #fff url("../resources/images/bg-miolo-efd-icms-ipi.jpg") bottom left no-repeat;
    background-attachment: fixed;
	background-size: cover;
}

a img {
    border: none;
}

.conteudo {
    margin: 0;
    padding: 20px 40px 70px;
}

p {
    font-size: 14px;
    line-height: 18px;
}

.link {
    float: right;
    text-decoration: none;
    color: #0e4f6f;
    display: inline-block;
    margin-left: 50px;
}
.link label {
    cursor: pointer;
}
.icon {
    position: relative;
    padding-left: 25px;
}

i.material-icons {
    font-size: 18px;
    position: absolute;
    top: 2px;
    left: 0;
}

td.txt-wrap {
    text-align: center;
}


/*  3.2 Layout > Títulos
-----------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'TitilliumWeb-Regular', sans-serif;
    margin: 0px;
    color: #595959;
}

h2 {
    color: #1c585e;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1em;
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
    padding: 0 0 5px;
    border-bottom: 1px solid #29aad5;
}

h2.semSublinhado {
    border-bottom: none;
    display: inline;
}

.titulo {
    border-bottom: 1px solid #29aad5;
    margin-bottom: 30px;
}

/*  3.3 Layout > header
-----------------------------------------------------------------*/

.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 {
    min-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;*/
    top: 0;
	left: 0;
}

.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;
}


/*  3.4 Layout > Form
-----------------------------------------------------------------*/


/*  3.4.1 Layout > Form > básico
-----------------------------------------------------------------*/

.label-exportar{
    text-align: right;
    font-size: 15px;
    align-self: center;
}

.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;
}


/*  3.4.2 Layout > Form > buttons
-----------------------------------------------------------------*/

.ui-button, button.ui-button.ui-state-default, .ui-button.ui-state-default {
	padding: 7px
}

.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%;
}


/*  3.4.2 Layout > Form > login
-----------------------------------------------------------------*/

.login {
    width: 178px;
    margin: 30px auto;
    border: 1px solid #ccc;
    padding: 30px;
    background: #fff;
}

.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;
}

.txt-dir label {
    display: block;
    text-align: right;
}

select {    
    margin-top: 2px;
    border: 1px solid #d6d6d6;
    font-family: 'Trebuchet MS', sans-serif;
    color: #595959;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
    padding: 7px 7px;
}


.ui-inputfield {
   /* margin-top: -6px;
    padding: 7px 6px 7px 18px!important;*/
}


/*  3.4.3 Layout > Form > buttons
-----------------------------------------------------------------*/

.container-button{
	margin: 0 0 61px 0;
    padding: 16px 20px 0 0;
    border-top: 2px solid hsla(0, 17%, 90%, 1);
    background-color: #f5f1f1 !important;
}

.ui-button,
.btn-padrao {
    background: #22b4e4 !important;
    color: #fff;
    font-weight: bold;
    font-size: .8rem;
    line-height: 16px;
    padding: 8px 0 6px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    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 !important;
    text-align: center;
}

.ui-button:hover,
.btn-padrao:hover {
	cursor: pointer;
 	 background: #1c90b6 !important;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}

.btn-verde {
    background: #0f6233 !important;
    border: 1px solid #0a4222 !important;
    border-bottom: 3px solid hsla(146, 73%, 15%, 1) !important;
}

.btn-verde:hover {
    background: #04883e !important;
	border: 1px solid #046930 !important;
    border-bottom: 3px solid #046930 !important;
}

.btn-gray {
    background: #636363 !important;
    border: 1px solid #444 !important;
    border-bottom: 3px solid #444444 !important;
}

.btn-gray:hover {
    background: #868686 !important;
    border: 1px solid #5d5d5d !important;
    border-bottom: 3px solid #5d5d5d !important;
}

.btn-gray-light {
    background: #9a9a9a !important;
    border: 1px solid #8c8c8c !important;
    border-bottom: 3px solid #6d6d6d !important;
}
.btn-gray-light:hover {
    background: #9a9a9a !important;
    border: 1px solid #8c8c8c !important;
    border-bottom: 3px solid #6d6d6d !important;
}
.btn-gray {
    background: #9a9a9a !important;
    border: 1px solid #8c8c8c !important;
    border-bottom: 3px solid #6d6d6d !important;
}
.btn-gray-light:hover {
    background: #9a9a9a !important;
    border: 1px solid #8c8c8c !important;
    border-bottom: 3px solid #6d6d6d !important;
}
.btn-white {
    background: #f1f1f1 !important;
    color: #369!important;
    border: 1px solid #f1f1f1 !important;
    border-bottom: 3px solid #dcdbdb !important;
}
.btn-white:hover {
    background: #dcdbdb !important;
    color: hsla(195, 73%, 20%, 1) !important;
    border: 1px solid #f1f1f1 !important;
    border-bottom: 3px solid #dcdbdb !important;
}


.btn-alerta {
    background: #6d0e0e !important;
    border: 1px solid #480a0a !important;
    border-bottom: 3px solid #480a0a !important;
}

.btn-alerta:hover {
    background: #a51818 !important;
    border: 1px solid #791010 !important;
    border-bottom: 3px solid #791010 !important;
}


/* btn sizes */
.s-100{min-width: 100px}
.s-150{min-width: 150px}
.s-200{min-width: 200px}

.ui-button span {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 11px;
}

.btn-loading:hover{
	cursor: default;
}
.btn-loading{
	background-image: url("/SATI-DECLAN/javax.faces.resource/images/ajaxloadingbar.gif.xhtml") !important;
    background-repeat: no-repeat !important;
    background-position: 5% 50% !important; 
}

.voltar-pagina{
	float: left;
    margin-right: 17px;
    text-decoration: none;
    color: #369;
    position: relative;
    top: 10px;
}

/*  3.4.4 Layout > Form > alert
-----------------------------------------------------------------*/

.alertbox .minfo,.alertbox .mattention, .alertbox .mdanger  {
 	padding: 7px 37px;
	margin-bottom: -6px;
	text-align: center;
}
.alertbox .minfo {
	background-color: #d7eff7;;
    color: #1c7dbb;
	border: 3px solid #cde6ef;

}
.alertbox .mattention {
    background-color: #e6e4a7;
    color: #44420d;
}
.alertbox .mdanger {
    background-color: rgb(234, 215, 215);
    color: #6b1919;
}

/*  3.4.5 Layout > listagem
-----------------------------------------------------------------*/
.listagem{margin: 10px 0px 10px 0px; padding: 0px}
.listagem li{list-style-type: none; }
.listagem li strong{color: #1c585e}

/* ----------------------------------------------------------------
	4. Rodapé
-----------------------------------------------------------------*/

.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;
}


/* ----------------------------------------------------------------
	5. Componentes
-----------------------------------------------------------------*/


/*  5.1 Componentes > calendário
-----------------------------------------------------------------*/

button.ui-datepicker-trigger.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only {
    width: 27%;
    border-bottom: none !important;
    border: none;
}

.calendarInput,
span input {
    width: 64%;
}


/*  5.2 Componentes > Growl
-----------------------------------------------------------------*/

.ui-growl-item-container {
		opacity: 1;
		filter: alpha(opacity = 100);
	}
	

/*  5.3 Componentes > Dialog
-----------------------------------------------------------------*/	
	
.ui-dialog-content > .ui-icon {
    display: none;
}

.ui-dialog .ui-dialog-titlebar {
	margin: 10px auto;
 			display: table;
}

.ui-dialog .ui-dialog-buttonpane {
	margin: 10px auto;
 			display: table;
 			padding: 8px 8px 8px 8px;
}

.ui-dialog .ui-dialog-footer {
	border-width: 0;
}

.ui-state-disabled {
	opacity: 1;
}


/*  5.4 Componentes > state
-----------------------------------------------------------------*/	




/*  5.5 Componentes > table
-----------------------------------------------------------------*/	

.marca-tr{
    background-color: #d0c2ae57;
    font-weight: 600;
    color: hsl(195, 86%, 32%);
}


/* @Overwrite */
.ui-datatable tbody td{
	padding: 3px 3px;
	font-size: 11px!important;
}

.ui-datatable thead th, .ui-datatable tfoot td {
    text-align: center;
    font-size: 11px;
}
.ui-paginator .ui-paginator-current, .ui-paginator .ui-paginator-rpp-options {
    margin-left: 1em;
    margin-right: 1em;
    background-image: none;
    font-size: 11px!important;
}

.ui-paginator .ui-paginator-current, .ui-paginator .ui-paginator-rpp-options {
    margin-left: 1em;
    margin-right: 1em;
    background-image: none;
    font-size: 11px!important;
    padding: 2px!important;
    margin: 6px 4px!Important;
}

/* ----------------------------------------------------------------
	6. MediaQueries
-----------------------------------------------------------------*/


@media only screen and (min-width:470px) {

    .header {
        height: 135px;
    }
    .header .logo-fazenda {
        left: auto;
        top: 26px;
    	right: 40px;
    }
    .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: 69px;
    }
    .txt-esq label {
        padding: 4px 0 0;
        display: block;
        text-align: left;
    }
}

@media only screen and (min-width:720px) {

    .header {
        height: 110px;
    }
    .header h1 .descricao-sigla { 
        width: 340px;
    }
    .header h1 .versao {
        top: 51px;
    }
}

@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;
        float: left;
        margin-top: 4px;
    }
    .header .logo-fazenda {
		top: 48px;
    }
    .header .botao-sair {
        background: #5ecef3 url(../resources/images/img-porta-saida.png) no-repeat 41px 4px;
        padding: 7px 27px 7px 7px;
        position: absolute;
        bottom: 18px;
        right: 40px;
        display: block;
    }
    .header h1 .descricao-sigla {
        width: 220px;
        float: left;
		margin-left: 13px;
		margin-top: 8px;
    }
    .header h1 .versao {
		top: 77px;
    	margin-top: 5px;
    }
}

@media only screen and (max-width:960px) {
	.tcenter label, .txt-dir label {
    display: block;
    text-align: left;
	}
	.versao{display: none}
}

@media only screen and (min-width:1200px) {
    .header .logo-fazenda img {
        width: 318px;
    }
}

/* Para diminuir a linha da grid */
.customCheckbox .ui-chkbox-box {
	height: 12px;
	width: 12px;
}
.customCheckbox .ui-chkbox-box .ui-chkbox-icon {
	height: 12px;
	width: 12px;
}
.customCheckbox .ui-chkbox-box .ui-icon-check {
    background-position: -67px -147px;
}
