/*********** RESET ************/
.ui-confirm-dialog-severity {
	display: none !important;
}

* {
	font-family: 'gotham-book';
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html,body {
	font-family: 'gotham-book';
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 13px;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}
/************ FIM RESET ************/

/**************** FONTES ESPECIAIS ****************/
@font-face {
	font-family: 'gotham-bold';
	src: url("/giafi/javax.faces.resource/fonts/Gotham-Rounded-Bold_21016.eot.jsf");
	src: url("/giafi/javax.faces.resource/fonts/Gotham-Rounded-Bold_21016.eot.jsf?#iefix") format('embedded-opentype'),
		url("/giafi/javax.faces.resource/fonts/Gotham-Rounded-Bold_21016.woff.jsf") format('woff'),
		url("/giafi/javax.faces.resource/fonts/Gotham-Rounded-Bold_21016.ttf.jsf") format('truetype');
	/*url("#pt_sansregular") format('svg');*/
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham-book';
	src: url("/giafi/javax.faces.resource/fonts/Gotham-Rounded-Book_21018.eot.jsf");
	src: url("/giafi/javax.faces.resource/fonts/Gotham-Rounded-Book_21018.eot.jsf?#iefix") format('embedded-opentype'),
		url("/giafi/javax.faces.resource/fonts/Gotham-Rounded-Book_21018.woff.jsf") format('woff'),
		url("/giafi/javax.faces.resource/fonts/Gotham-Rounded-Book_21018.ttf.jsf") format('truetype');
	/*url("#pt_sansregular") format('svg');*/
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham-medium';
	src: url("/giafi/javax.faces.resource/fonts/Gotham-Rounded-Book_21018.eot.jsf");
	src: url("/giafi/javax.faces.resource/fonts/Gotham-Rounded-Book_21018.eot.jsf?#iefix") format('embedded-opentype'),
		url("/giafi/javax.faces.resource/fonts/Gotham-Rounded-Book_21018.woff.jsf") format('woff'),
		url("/giafi/javax.faces.resource/fonts/Gotham-Rounded-Book_21018.ttf.jsf") format('truetype');
	/*url("#pt_sansregular") format('svg');*/
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gotham-light';
	src: url("/giafi/javax.faces.resource/fonts/Gotham-Rounded-Light_21020.eot.jsf");
	src: url("/giafi/javax.faces.resource/fonts/Gotham-Rounded-Light_21020.eot.jsf?#iefix") format('embedded-opentype'),
		url("/giafi/javax.faces.resource/fonts/Gotham-Rounded-Light_21020.woff.jsf") format('woff'),
		url("/giafi/javax.faces.resource/fonts/Gotham-Rounded-Light_21020.ttf.jsf") format('truetype');
	/*url("#pt_sansregular") format('svg');*/
	font-weight: normal;
	font-style: normal;
}
/**************** FONTES ESPECIAIS ****************/

/************ LOGIN ************/
.mask-e {
	background-color: #000000;
	position: fixed;
	width: 50%;
	margin-left: -203px;
	height: 100%;
	z-index: 1;
	opacity: 0.5;
}

.mask-d {
	background-color: #000000;
	position: fixed;
	width: 50%;
	right: 0;
	margin-right: -203px;
	height: 100%;
	z-index: 1;
	opacity: 0.5;
}

.login-container {
	width: 405px;
	height: 100%;
	margin: auto;
	display: table;
	position: relative;
	z-index: 99;
	-moz-box-shadow: 0px 0px 25px #000000;
	-webkit-box-shadow: 0px 0px 25px #000000;
	box-shadow: 0px 0px 25px #000000;
}

.logo-sistema-l {
	background-image: url("/giafi/javax.faces.resource/imagens/logo-pr-prev-l.png.jsf"); 
	background-repeat: no-repeat;
	width: 345px;
	height: 135px;
	margin: auto;
	margin-top: 55px;
}

.login-container h1 {
	font-family: gotham-light !important;
	color: #ffffff;
	font-size: 35px;
	text-align: center;
	margin-top: 52px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.login-container h1,.login-container h2,.login-container h3 {
	color: #ffffff;
	font-family: gotham-book;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.login-container h2 {
	font-size: 16px;
	text-align: center;
	margin-top: 130px;
}

.login-container h3 {
	font-size: 12px;
	text-align: center;
	float: left;
	margin-left: 34px;
	margin-top: 35px;
	text-decoration: underline;
}

.input-login-sistema {
	margin-bottom: 20px;
}

.input-password-sistema {
	border: medium none;
	box-sizing: padding-box;
}

.input-login-sistema,.input-password-sistema {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	width: 330px;
	height: 35px;
	background: #ffffff;
	border: none;
	border-radius: 18px;
	font-family: gotham-book;
	font-size: 14px;
	line-height: 35px;
	margin: auto;
	margin-left: 37px !important;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	margin-top: 25px;
	position: relative;
}

.select-ee-sistema,.select-ee-sistema-e {
	border: medium none;
	border-radius: 18px;
	box-sizing: padding-box;
	font-family: gotham-book;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin-top: 20px;
	margin-left: 37px !important;
	padding-left: 15px;
	padding-right: 15px;
	width: 330px;
}

option {	
	padding-left: 10px !important;
	padding-right: 10px !important;	
}

.select-ee-sistema>option {
	border: none;
	text-align: center;
	padding-right: 30px !important;
}

.btn-esqueci {
	background-color: #32374B;
	border: medium none;
	border-radius: 18px;
	color: #FFFFFF;
	height: 25px;
	position: absolute;
	right: 10px;
	top: 5px;
	width: 63px;
	cursor: pointer;
	font-family: gotham-book;
	font-size: 12px;
}

.btn-entrar {
	background-color: transparent;
	background-image: url("/giafi/javax.faces.resource/imagens/btn-entrar-hover.png.jsf");
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	height: 146px;
	margin: 13px auto auto 155px;
	position: relative;
	width: 100px;
}

.btn-entrar:hover {
	background-color: transparent;
	background-image: url("/giafi/javax.faces.resource/imagens/btn-entrar-hover.png.jsf");
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	height: 146px;
	margin: 13px auto auto 155px;
	position: relative;
	width: 100px;
}

.btn-confirmar {
	background-color: transparent;
	background-image: url("/giafi/javax.faces.resource/imagens/btn-confirmar-hover.png.jsf");
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	height: 146px;
	margin: 13px auto auto 155px;
	position: relative;
	width: 99px;
}

.btn-confirmar:hover {
	background-color: transparent;
	background-image: url("/giafi/javax.faces.resource/imagens/btn-confirmar-hover.png.jsf");
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	height: 146px;
	margin: 13px auto auto 155px;
	position: relative;
	width: 99px;
}

.logo-giafi-login {
	background-image: url("/giafi/javax.faces.resource/imagens/logo-giafi-login.png.jsf");
	background-repeat: no-repeat;
	width: 404px;
	height: 80px;
}
/************ FIM LOGIN ************/

/************ SELECAO DE MODULO ************/
.selecao-modulo {
	background-image: url("/giafi/javax.faces.resource/imagens/selecao-modulo.png.jsf");
	background-repeat: no-repeat;
	height: 402px;
	left: 50%;
	margin: 180px auto auto -433px;
	position: absolute;
	width: 865px;
	z-index: 99;
}

.logo-sistema-m {
	background-image: url("/giafi/javax.faces.resource/imagens/logo-pr-prev-m.png.jsf");
	background-repeat: no-repeat;
	width: 139px;
	height: 55px;
	left: 15px;
	top: 15px;
	position: absolute;
	z-index: 99;
}
/************ SELECAO DE MODULO ************/

/************ MENU ************/

.menu-link-home {
	font-family: 'gotham-medium';
	font-size: 16px;
	margin: -1px
}

.ui-menu-list .menu-link-parent .ui-menuitem-text {
	font-family: 'gotham-book';
	font-size: 14px;
}

.ui-menu-list .menu-link-parent .ui-menuitem-link {
	
}

.ui-menu-list .ui-menuitem .menu-link-default .ui-menuitem-text {
	font-family: 'gotham-book';
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.ui-menu .ui-menu-parent .ui-menu-child {
	width: 320px !important;
	padding: 0.1em !important;
}

.ui-menu .ui-menu-parent .ui-menu-child .ui-separator {
	height: 2px;
	background: #D9D9D9;
	margin: 0px;
	width: 100%;
}

.ui-menu .ui-menu-list .ui-separator {
	background: #D9D9D9;
	border-top: 0px none;
	clear: none;
	float: left;
	height: 32px;
	margin: 0px 2px;
	padding: 0px;
	width: 3px;
}

.ui-menubar .ui-menu-child .ui-menuitem-link {
	width: 100% !important;
	padding: 0.7em 0.3em;
}

.ui-menu-list .ui-menuitem .ui-menu-list .ui-menu-parent .ui-submenu-link {
	font-weight: bold;
	padding: 0.7em 0.3em;
}

.ui-menu-list .ui-menuitem .ui-menu-list .ui-menu-parent .ui-submenu-link .ui-menuitem-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 94%;
}

.btn-menu-retratil {
	width: 50px;
	height: 25px;
	position: absolute;
	top: 5px;
	right: 22px;
	z-index: 999;
	border-left: 1px solid #cacaca;
}

.btn-menu-retratil-img {
	width: 30px;
	height: 25px;
	z-index: 999;
	background: url("/giafi/javax.faces.resource/imagens/menu/btn-menu.png.jsf") no-repeat;
	margin-left: 20px;
	cursor: pointer;
}

.ml {
	min-height: 470px;
	min-width: 230px;
}

.ml-container {
	height: 495px;
	margin-top: -248px;
	position: relative;
	right: -80px;
	top: 50%;
	width: 105px;
	z-index: 99;
}

.txt_menu {
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: 'gotham-light';
	font-size: 30px;
	height: 55px;
	line-height: 47px;
	text-align: center;
	width: 104px;
}

.ml>li img {
	height: 42px;
	position: absolute;
	right: 7px;
	top: 14px;
	width: 42px;
}

.ml>li>a {
	width: 42px;
	height: 42px;
	position: absolute;
	right: 16px;
}

.ml>li>a:hover {
	width: 62px;
	height: 66px;
	position: absolute;
	right: 16px;
	background: url("/giafi/javax.faces.resource/imagens/menu/ml-hover.png.jsf") no-repeat;
}

.ml>li.ativ>a {
	width: 62px;
	height: 66px;
	background: url("/giafi/javax.faces.resource/imagens/menu/ml-hover.png.jsf") no-repeat;
}

.tooltip.ativ {
	display: none !important;
}

.ml>li {
	width: 42px;
	height: 42px;
	margin-top: 26px;
}

.op-ml {
	position: absolute;
	right: 115px !important;
	z-index: 99;
}

ul.op>li {
	display: none;
}

.menu-usuario {
	width: auto;
	height: auto;
	margin-top: 172px;
	margin-right: -30px;
}

.menu-modulos {
	width: auto;
	height: auto;
	margin-top: 219px;
	margin-right: -30px;
}

.menu-modulo-image-tes {
	background: url("/giafi/javax.faces.resource/imagens/menu/m-tesouraria.png.jsf");
	background-repeat: no-repeat;
}

.menu-modulo-image-tce {
	background: url("/giafi/javax.faces.resource/imagens/menu/m-prestacao-contas.png.jsf");
	background-repeat: no-repeat;
}

.menu-modulo-image-pct {
	background: url("/giafi/javax.faces.resource/imagens/menu/m-prestacao-contas.png.jsf");
	background-repeat: no-repeat;
}

.menu-modulo-image-pco {
	background: url("/giafi/javax.faces.resource/imagens/menu/m-prestacao-contas.png.jsf");
	background-repeat: no-repeat;
}

.menu-modulo-image-seg {
	background: url("/giafi/javax.faces.resource/imagens/menu/m-seguranca.png.jsf");
	background-repeat: no-repeat;
}

.menu-modulo-image-pln {
	background: url("/giafi/javax.faces.resource/imagens/menu/m-planejamento-orcamentario.png.jsf");
	background-repeat: no-repeat;
}

.menu-modulo-image-ctb {
	background: url("/giafi/javax.faces.resource/imagens/menu/m-contabilidade.png.jsf");
	background-repeat: no-repeat;
}

.menu-modulo-image-cmu {
	background: url("/giafi/javax.faces.resource/imagens/menu/m-comum.png.jsf");
	background-repeat: no-repeat;
}

.menu-modulo-image-ctc {
	background: url("/giafi/javax.faces.resource/imagens/menu/m-conta-corrente.png.jsf");
	background-repeat: no-repeat;
}

.menu-modulo-image-apl {
	background: url("/giafi/javax.faces.resource/imagens/menu/m-aplicacoes-financeiras.png.jsf");
	background-repeat: no-repeat;
}

.menu-modulo-image-fin {
	background: url("/giafi/javax.faces.resource/imagens/menu/m-execucao-financeira.png.jsf");
	background-repeat: no-repeat;
}

.menu-modulo-image-orc {
	background: url("/giafi/javax.faces.resource/imagens/menu/m-execucao-orcamentaria.png.jsf");
	background-repeat: no-repeat;
}

.menu-modulo-image-pat {
	background: url("/giafi/javax.faces.resource/imagens/menu/m-patrimonio.png.jsf");
	background-repeat: no-repeat;
}

.menu-modulo-image-comum {
	background: url("");
	background-repeat: no-repeat;
}


.menu-modulo-image-man {
	background: url("/giafi/javax.faces.resource/imagens/menu/m-manutencao.png.jsf");
	background-repeat: no-repeat;
}

.menu-modulo-image-outros {
	background: url("/giafi/javax.faces.resource/imagens/menu/m-outros.png.jsf");
	background-repeat: no-repeat;
}

.menu-exercicio {
	width: auto;
	height: auto;
	margin-top: 342px;
	margin-right: -30px;
}

.menu-configuracoes {
	width: auto;
	height: auto;
	margin-top: 360px;
	margin-right: -30px;
}

.tooltip {
	background-color: #FFFFFF;
	border: 1px solid #DADADA;
	border-radius: 16px;
	color: #32374B;
	display: none;
	font-family: 'gotham-book';
	font-size: 12px;
	height: 33px;
	line-height: 33px;
	margin-top: 19px;
	position: absolute;
	right: 75px;
	width: auto;
	z-index: 9999;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	min-width: 110px;
	opacity: 0.9;
}

.shadow-m {
	height: 100%;
	width: 183px;
	position: absolute;
	right: -182px;
	z-index: 9999;
	background: url("/giafi/javax.faces.resource/imagens/bg-transp.png.jsf") repeat-y;
	display: none;
}

.ml-usuario,.ml-favoritos,.ml-modulos,.ml-exercicio,.ml-configuracoes,.ml-ajuda,.ml-informacoes {
	display: none;
}

.op-border {
	position: absolute;
	right: -20px;
	top: 14px;
	border-radius: 16px;
	border: 2px solid #ffffff;
	overflow: hidden;
}

.ico-sub-nivel {
	background-image: url("/giafi/javax.faces.resource/imagens/menu/seta-active-menu.png.jsf");
	background-repeat: no-repeat;
	height: 17px;
	left: 50%;
	margin-left: 20px;
	margin-top: 28px;
	position: absolute;
	width: 8px;
}

/*BALAO USUARIO*/
.op-usuario-container {
	width: 282px;
	height: 334px;
	border-radius: 16px;
}

.img-perfil {
	background-image: url("/giafi/javax.faces.resource/imagens/menu/icon_meus_dados_user_Grande.png.jsf");
	background-repeat: no-repeat;
	display: inline-table;
	height: 162px;
	left: 50%;
	margin-left: -64px;
	margin-top: 5px;
	position: relative;
	width: 128px;
}

.foto-perfil {
	background: #ededed;
	border-radius: 80px;
	height: 110px;
	margin-left: 9px;
	margin-top: 36px;
	width: 110px;
}

.email-usuario {
	border-radius: 16px;
	color: #FFFFFF;
	font-family: 'gotham-bold';
	font-weight: normal;
	font-size: 12px;
	display: table;
	height: 23px;
	line-height: 23px;
	margin: auto;
	margin-top: 15px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
}

.btn-editar-perfil {
	background-color: #FF9600;
	border-radius: 16px;
	border: none;
	font-family: 'gotham-book';
	font-size: 12px;
	color: #FFFFFF;
	cursor: pointer;
	height: 23px;
	line-height: 21px;
	display: table;
	margin: auto;
	margin-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
}

.btn-ui-error {
	
	background-color: #FF9600;
	border-radius: 16px;
	font-family: 'gotham-bold';
	font-size: 12px;
	font-weight: normal;
	border: none;
	color: #fff;
	padding: 4px 25px;
	height: 23px;
	line-height: 21px;
	cursor: pointer;
	
}

.btn-sair {
	width: 92px;
	height: 24px;
	line-height: 24px;
	background-color: #ff9600;
	border-radius: 16px;
	color: #ffffff;
	font-family: 'gotham-book';
	font-size: 12px;
	cursor: pointer;
	border: none;
	display: table;
	margin: auto;
	margin-top: 15px;
}

.op-usuario-container h3 {
	color: #ffffff;
	text-align: center;
	font-family: 'gotham-light';
	display: table;
	margin: auto;
	margin-top: 12px;
}
/*FIM BALAO USUARIO*/

/*BALAO FAVORITOS*/
.op-favoritos-container {
	width: 325px;
	height: 390px;
	border-radius: 16px;
	padding-top: 3px;
}

.op-favoritos-container ul li {
	float: left;
}

.favorito-container {
	background-image: url("/giafi/javax.faces.resource/imagens/menu/f-separador.png.jsf");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 325px;
	height: 48px;
	padding-top: 5px;
}

.favoritos {
	border-radius: 18px;
	height: 37px;
	margin: auto;
	padding-left: 10px;
	width: 300px;
	cursor: pointer;
}

.favoritos:hover {
	background-color: #16202b;
}

.favoritos>li {
	height: 37px;
	line-height: 38px;
}

.nivel {
	font-family: 'gotham-bold';
	font-size: 12px;
	color: #ffffff;
}

.f-separador {
	font-family: 'gotham-bold';
	font-size: 12px;
	color: #ffffff;
	width: 15px;
	text-align: center;
}

.favorito {
	background-image: url("/giafi/javax.faces.resource/imagens/menu/ico-favorito-m.png.jsf");
	background-repeat: no-repeat;
	background-position: left;
	left: 15px;
	top: 40px;
	z-index: 3;
	width: 38px;
	height: 23px;
}
/*FIM BALAO FAVORITOS*/

/*BALAO MODULOS*/
.op-modulos-container {
	width: 588px;
	height: 445px;
	border-radius: 16px;
	padding-top: 23px;
}

.modulos-position {
	margin-top: -100px;
	position: absolute;
}

.busca-m-container {
	width: 330px;
	height: 37px;
	background-color: #ffffff;
	border-radius: 16px;
	position: relative;
	margin: auto;
}

.btn-m-ok {
	background-color: #FF9600;
	color: #ffffff;
	cursor: pointer;
	border: none;
	width: 42px;
	height: 24px;
	border-radius: 18px;
	position: absolute;
	right: 6px;
	top: 6px;
}

.busca-m-container input[type="text"] {
	border: none;
	color: #32374b;
	font-family: 'gotham-book';
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	margin-left: 15px;
	margin-top: 2px;
	padding-left: 5px;
	padding-right: 10px;
	width: 260px;
}

#jsCarousel div div {
	cursor: pointer;
	height: 162px;
	position: relative;
	width: 120px;
}

.m-hover:hover {
	background-image: url("/giafi/javax.faces.resource/imagens/menu/m-hover.png.jsf");
	width: 102px;
	height: 162px;
	position: absolute;
	background-repeat: no-repeat;
}

.m-patrimonio {
	background-image: url("/giafi/javax.faces.resource/imagens/menu/m-patrimonio.png.jsf");
	background-repeat: no-repeat;
}

.m-aplicacoes-financeiras {
	background-image: url("/giafi/javax.faces.resource/imagens/menu/m-aplicacoes-financeiras.png.jsf");
	background-repeat: no-repeat;
}

.m-execucao-orcamentaria {
	background-image: url("/giafi/javax.faces.resource/imagens/menu/m-execucao-orcamentaria.png.jsf");
	background-repeat: no-repeat;
}

.m-execucao-financeira {
	background-image: url("/giafi/javax.faces.resource/imagens/menu/m-execucao-financeira.png.jsf");
	background-repeat: no-repeat;
}
/*FIM BALAO MODULOS*/

/*BALAO ANO*/
.op-ano-container {
	padding-top: 20px;
	width: 585px;
	height: 81px;
}

.ano-position {
	margin-top: -17px;
	position: absolute;
}

.input-ano-container {
	background-color: #FFFFFF;
	border-radius: 16px;
	display: table;
	height: 37px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float: left;
	width: 71px;
	margin-left: 20px;
}

.input-ano-container select {
	margin-top: 10px;
	width: 71px;
	border: none;
	font-family: 'gotham-book';
	font-size: 12px;
	font-weight: bold;
}

.input-empresa-container {
	background-color: #FFFFFF;
	border-radius: 16px;
	display: table;
	height: 37px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float: left;
	margin-left: 16px;
	width: 288px;
}

.input-empresa-container select {
	margin-top: 10px;
	width: 288px;
	border: none;
	font-family: 'gotham-book';
	font-size: 12px;
	font-weight: bold;
}

.input-empresa-container select option {
	text-align: left;
}

.btn-alterar {
	background-color: #16202b;
	border: none;
	border-radius: 18px;
	cursor: pointer;
	width: 100px;
	height: 23px;
	color: #ffffff;
	font-family: 'gotham-book';
	font-size: 12px;
	margin-left: 12px;
	margin-top: 6px;
}
.ml-exercicio .btn-alterar{
	background-color: #FF9600;
	font-family: 'gotham-book';
}
.btn-slv {
	width: 130px;
	height: 24px;
	line-height: 24px;
	background-color: #ff9600;
	border-radius: 16px;
	color: #ffffff;
	font-family: 'gotham-book';
	font-size: 12px;
	cursor: pointer;
	border: none;
	display: table;
	margin: auto;
	margin-top: 30px;
}

.btn-resetar-perfil, .btn-salvar-perfil {
	padding: 0px 15px;
	height: 24px;
	line-height: 24px;
	background-color: #ff9600;
	border-radius: 16px;
	color: #ffffff;
	font-family: 'gotham-book';
	font-size: 12px;
	cursor: pointer;
	border: none;
	display: inline-block;
	margin: auto;
	margin-top: 25px !important;
}

/*FIM BALAO ANO*/

/*BALAO CONFIGURACOES*/
.op-configuracoes-container {
	width: 220px;
	height: 425px;
	padding-top: 3px;
}

.configuracoes-position {
	margin-top: -220px;
	position: absolute;
}

.op-configuracoes-container h4 {
	font-family: 'gotham-bold';
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	margin-top: 23px;
}

.tema-control {
	background-color: #16202b;
	border-radius: 18px;
	height: 36px;
	left: 60px;
	margin: auto;
	margin-top: 14px;
	width: 145px;
	border: 2px solid #fff;
}

.bg-content {
	position: relative;
}

.btn-claro {
	border-radius: 12px;
	background-color: #16202b;
	color: #ffffff;
	height: 24px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 61px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}

.separator {
	border-left: 1px solid #cbcbcd;
	border-right: 1px solid #cbcbcd;
	height: 30px;
	left: 50%;
	position: absolute;
	top: 3px;
	width: 4px;
	z-index: 99;
	margin-left: -2px;
}

.btn-escuro {
	border-radius: 12px;
	background-color: #16202b;
	color: #ffffff;
	height: 24px;
	left: 77px;
	position: absolute;
	top: 4px;
	width: 61px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}

.active {
	background-color: #ffffff;
	color: #16202b;
}

.range-bar {
	background-color: #8b9095;
	border-radius: 15px;
	display: block;
	height: 1px;
	position: relative;
	width: 100%;
}

.range-quantity {
	background-color: #ffffff;
	border-radius: 15px;
	display: block;
	height: 100%;
	width: 0;
}

.range-handle {
	background-color: #16202b;
	border-radius: 100%;
	border: 5px solid #ffffff;
	cursor: e-resize;
	height: 16px;
	left: 50%;
	top: -8px;
	position: absolute;
	width: 16px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	z-index: 9;
}

.range-min {
	background-color: #16202B;
	border: 2px solid #8b9095;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	position: absolute;
	top: -7px;
	color: transparent;
}

.range-max {
	background-color: #8b9095;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	position: absolute;
	top: -7px;
	color: transparent;
}

.range-min {
	left: -15px;
}

.range-max {
	right: -15px;
}

.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.range-disabled {
	cursor: default;
}

.control-container {
	background-color: #16202b;
	border-radius: 18px;
	height: 36px;
	width: 145px;
	margin: auto;
	margin-top: 12px;
	padding-top: 15px;
	border: 2px solid #fff;
}

.fonte-container {
	background-color: #16202b;
	border-radius: 18px;
	height: 36px;
	width: 145px;
	margin: auto;
	margin-top: 12px;
	border: 1px solid #fff;
}

.opacity-control {
	margin: auto;
	position: relative;
	width: 70%;
}

.separator-first {
	background: #8b9095;
	height: 5px;
	left: 25%;
	position: absolute;
	top: -2px;
	width: 1px;
}

.separator-oc {
	background: #8b9095;
	height: 10px;
	left: 50%;
	position: absolute;
	top: -4px;
	width: 1px;
}

.separator-last {
	background: #8b9095;
	height: 5px;
	left: 75%;
	position: absolute;
	top: -2px;
	width: 1px;
}

.btn-aumentar-fonte {
	width: 44px;
	height: 24px;
	border: none;
	border-radius: 16px;
	background-color: #16202b;
	color: #ffffff;
	cursor: pointer;
	margin-top: 7px;
	font-family: 'gotham-book';
	font-size: 12px;
	font-weight: bold;
}

.btn-aumentar-fonte:hover {
	background-color: #ffffff;
	color: #16202b;
}

.fonte-container button:first-child {
	margin-left: 2px;
}

.bg-container {
	margin-top: 14px;
	text-align: center;
}

.bg-container button {
	margin-left: 5px;
}

.bg-container button:first-child {
	margin-left: 0px;
}

.btn-bg-blue {
	background-color: transparent;
	background-image: url("/giafi/javax.faces.resource/imagens/menu/btn-bg-blue.png.jsf");
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 40px;
	width: 40px;
}

.btn-bg-green {
	background-color: transparent;
	background-image: url("/giafi/javax.faces.resource/imagens/menu/btn-bg-green.png.jsf");
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 40px;
	width: 40px;
}

.btn-bg-black {
	background-color: transparent;
	background-image: url("/giafi/javax.faces.resource/imagens/menu/btn-bg-black.png.jsf");
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 40px;
	width: 40px;
}

.bg-container button:hover {
	border: 2px solid #ffffff;
	border-radius: 12px;
}

.bg-container button.on {
	border: 2px solid #ffffff;
	border-radius: 12px;
}
/*FIM BALAO CONFIGURACOES*/

/*MODAL SOBRE*/
.modal-sobre-cotainer {
	background-color: #FFFFFF;
	border-radius: 20px;
	height: 208px;
	position: relative;
	width: 325px;
	z-index: 999;
}

.ico-inf {
	background-image: url("/giafi/javax.faces.resource/imagens/ico-inf.png.jsf");
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 26px;
	margin-top: 5px;
}

.modal-sobre-cotainer h4,.modal-inf-cotainer h4 {
	font-family: 'gotham-bold';
	font-size: 16px;
	display: inline-table;
	color: #32374b;
	margin-left: 12px;
	margin-top: 7px;
}

.modal-sobre-content {
	width: 100%;
	height: 140px;
	background-image: linear-gradient(90deg, #e9e9e9 90%, #c4c4c4);
	background-image: -webkit-linear-gradient(90deg, #e9e9e9 90%, #c4c4c4);
	background-image: -moz-linear-gradient(90deg, #e9e9e9 90%, #c4c4c4);
	background-image: -ms-linear-gradient(90deg, #e9e9e9 90%, #c4c4c4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e9e9 90%", endColorstr="#c4c4c4");
	margin-top: 10px;
	padding-top: 30px;
	border-bottom: 1px solid #9699a2;
}

.ico-close {
	background-image: url("/giafi/javax.faces.resource/imagens/ico-close.png.jsf");
	background-repeat: no-repeat;
	cursor: pointer;
	width: 28px;
	height: 27px;
	float: left;
	position: absolute;
	right: 10px;
	top: 3px;
}

.logo-modal-sobre {
	background-image: url("/giafi/javax.faces.resource/imagens/logo-modal-sobre.png.jsf");
	background-repeat: no-repeat;
	width: 172px;
	height: 67px;
	margin-left: 25px;
}

.versao-modal-sobre {
	font-family: 'gotham-bold';
	font-size: 15px;
	color: #32374b;
	margin-left: 25px;
	margin-top: 10px;
}

/*FIM MODAL SOBRE*/

/*MODAL INFORMACOES*/
.modal-inf-cotainer {
	background-color: #FFFFFF;
	border-radius: 20px;
	position: relative;
	width: 425px;
	z-index: 999;
}

.modal-inf-content {
	background-image: linear-gradient(90deg, #e9e9e9 90%, #c4c4c4);
	background-image: -webkit-linear-gradient(90deg, #e9e9e9 90%, #c4c4c4);
	background-image: -moz-linear-gradient(90deg, #e9e9e9 90%, #c4c4c4);
	background-image: -ms-linear-gradient(90deg, #e9e9e9 90%, #c4c4c4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e9e9 90%", endColorstr="#c4c4c4");
	border-bottom: 1px solid #9699a2;
}

.ico-minf {
	background-image: url("/giafi/javax.faces.resource/imagens/ico-minf.png.jsf");
	background-repeat: no-repeat;
	width: 24px;
	height: 20px;
	float: left;
	margin-left: 26px;
	margin-top: 7px;
}

.txt-modal-inf {
	padding: 25px 25px 50px 25px;
	margin-top: 10px;
}

.modal-btn-container {
	height: 33px;
	position: relative;
}

.modal-btn-container img {
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
}

.txt-modal-inf {
	font-family: 'gotham-bold';
	font-size: 13px;
	color: #32374b;
	line-height: 20px;
}
/*FIM MODAL INFORMACOES*/

/************ FIM MENU ************/

/******************INICIO SUBMENU*****************/
.sub-nivel {
	position: absolute;
	display: none;
}

ul.sub-nivel img {
	width: auto !important;
	height: auto !important;
}
/*****************FIM SUBMENU*********************/

/************ CONTEUDO CONTAINER ************/
.bg {
	background-image: url("/giafi/javax.faces.resource/imagens/bg-blue.jpg.jsf");
	background-position: right center;
	background-repeat: no-repeat;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.scroll {
	overflow-y: scroll;
	width: 100%;
	position: absolute;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}

.bg-blue {
	background-image: url("/giafi/javax.faces.resource/imagens/bg-blue.jpg.jsf");
	background-position: right center;
	background-repeat: no-repeat;
}

.bg-green {
	background-image: url("/giafi/javax.faces.resource/imagens/bg-green.jpg.jsf");
	/*background-position: right center;*/
	background-repeat: no-repeat;
}

.bg-black {
	background-image: url("/giafi/javax.faces.resource/imagens/bg-black.jpg.jsf");
	background-position: right center;
	background-repeat: no-repeat;
}

.bg-body {
	background-size: cover;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 0;
}

.titulo-pg {
	color: #32374b;
	font-family: 'gotham-medium';
	font-size: 14px;
	margin-left: 60px;
	margin-top: 10px;
	text-align: left;
	top: 10px;
	width: 100%;
	z-index: 3;
}

.breadcrumb {
	font-family: 'gotham-medium';
	font-size: 12px;
	left: 15px;
	position: absolute;
	top: 40px;
	color: #000;
	margin-left: 129px; 
	white-space: nowrap; 
	display: block; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	max-width: calc(100% - 150px);
}

.breadcrumb * {
	vertical-align: middle;
	color: #000;
}

.breadcrumb img {
	margin-right: 5px;
}

.bg-bread {
	background-image: url("/giafi/javax.faces.resource/imagens/bg-bread.jpg.jsf");
	background-repeat: repeat-x;
	height: 31px;
	margin-top: 35px;
	width: 100%;
}

.conteudo-container {
	border: 2px solid #FFFFFF;
	border-radius: 15px;
	height: 96%;
	margin-left: 1%;
	overflow: hidden;
	position: relative;
	top: 2%;
	width: 98%;
	z-index: 1;
}

.conteudo-content {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: -1;
}

.top-conteudo {
	white-space: nowrap;
	height: 35px;
	position: absolute;
	top: 0;
	background: #ffffff;
	width: 100%;
}

.bottom-conteudo {
	height: 35px;
	position: absolute;
	bottom: 0;
	background: #ffffff;
	width: 100%;
	border-top: 2px solid #FFFFFF;
}

.bottom-conteudo a {
	background-image: url("/giafi/javax.faces.resource/imagens/btn-ajuda.png.jsf");
	background-repeat: no-repeat;
	height: 27px;
	left: 10px;
	position: absolute;
	top: 3px;
	width: 38px;
}

.ico-n-favorito {
	background-image: url("/giafi/javax.faces.resource/imagens/ico-n-favorito.png.jsf");
	background-repeat: no-repeat;
	position: absolute;
	left: 15px;
	top: 5;
	z-index: 3;
	width: 22px;
	height: 23px;
	cursor: pointer;
}

.ico-favorito {
	background-image: url("/giafi/javax.faces.resource/imagens/ico-favorito.png.jsf");
	background-repeat: no-repeat;
	position: absolute;
	left: 15px;
	top: 40px;
	z-index: 3;
	width: 22px;
	height: 23px;
	cursor: pointer;
}

button.btn-ajuda.ui-state-default {
	background: #ffffff;
	background-image: none;
	color: #000000;
	border-radius: 12px;
	border: 1px solid #000000;
	/*retirar as propriedades abaixo para o prime faces*/
	position: absolute;
	right: 15px;
	top: 5px;
	cursor: pointer;
	height: 26px;
	width: 65px;
}

/******************INICIO BOTOES*****************/
.btn-imprimir {
	background-image: url("/giafi/javax.faces.resource/imagens/btn-imprimir.png.jsf") !important;
}

.btn-novo {
	background-image: url("/giafi/javax.faces.resource/imagens/btn-novo.png.jsf");
}

.btn-limpar {
	background-image: url("/giafi/javax.faces.resource/imagens/btn-limpar.png.jsf");
}

.btn-cancelar {
	background-image: url("/giafi/javax.faces.resource/imagens/btn-cancelar.png.jsf");
}

.btn-voltar {
	background-image: url("/giafi/javax.faces.resource/imagens/btn-voltar.png.jsf") !important;
}

.btn-salvar {
	background-image: url("/giafi/javax.faces.resource/imagens/btn-salvar.png.jsf");
}

.conteudo-container .bottom-conteudo .ui-button {
	background-repeat: repeat-x;
	background-color: none;
	color: #EFF3F6;
	border-radius: 12px;
	border: none;
	/*retirar as propriedades abaixo para o prime faces*/
	margin-left: 4px;
	top: 7px;
	cursor: pointer;
	height: 23px;
}

.conteudo-container .ui-splitbutton .ui-button.ui-splitbutton-menubutton {
    width: 32px;
    position: absolute;
    top: 7px; !important;
    margin-left: -1px;
}

.conteudo-container .ui-button .ui-button-text {
	line-height: 1.0em;
}

.conteudo-container .ui-button .ui-button-icon-left {
	margin-top: -9px;
}

.conteudo-container .ui-dialog-footer button span.ui-icon-check {
	background: url("/giafi/javax.faces.resource/images/ui-icons_ffffff.png.jsf?ln=primefaces-white");
	background-position: -65px -144px; 
}

/******************FIM BOTOES*****************/
.logo-sistema {
	background-image: url("/giafi/javax.faces.resource/imagens/logo-pr-prev.png.jsf");
	background-repeat: no-repeat;
	height: 36px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 90px;
	z-index: 1;
}

.footer {
	font-family: helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	width: 100%;
	text-align: center;
	bottom: 10px;
	position: absolute;
}
/************ FIM CONTEUDO CONTAINER ************/

/************ LOADING ************/
.carregando {
	width: 100px;
	height: 100px;
	position: absolute;
	background: url("/giafi/javax.faces.resource/imagens/Fundo-estatico.png.jsf");
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
}

.interno-carregando {
	width: 100px;
	height: 100px;
	position: relative;
	background: url("/giafi/javax.faces.resource/imagens/Animado-aro.png.jsf");
	line-height: 100px;
	text-indent: 23px;
	font-size: 12px;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

.texto-carregando {
	width: 100px;
	height: 100px;
	position: absolute;
	color: #fff;
	font-size: 12px;
	margin-top: 42px;
	margin-left: 23px;
}

@
-moz-keyframes spin { 100% {
	-moz-transform: rotate(360deg);
}

}
@
-webkit-keyframes spin { 100% {
	-webkit-transform: rotate(360deg);
}

}
@
keyframes spin { 100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}
/************ FIM LOADING ************/

/************ PAGINA 404 ************/
.bg-404 {
	background-image: url("/giafi/javax.faces.resource/imagens/bg-404.jpg.jsf");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.bg-404 h1 {
	color: #000000;
	font-family: 'gotham-light';
	font-size: 54px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.bg-404 h2 {
	color: #000000;
	font-family: 'gotham-light';
	font-size: 35px;
	margin-top: 5px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.nao-encontrado-content {
	left: 45%;
	position: relative;
	top: 32%;
}

.btn-404-voltar {
	background-color: #222e39;
	color: #ffffff;
	border: none;
	border-radius: 18px;
	cursor: pointer;
	font-size: 17px;
	margin-top: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 45px;
	padding-right: 45px;
}
/************ FIM PAGINA 404 ************/

/************ 
RESPONSIVO
 ************/

/************ LOGIN ************/
@media ( max-height : 850px) {
		
	.logo-sistema-l {
	    background-image: url("/giafi/javax.faces.resource/imagens/logo-pr-prev-l.png.jsf");
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: calc(75%) auto;
	    height: 95px;
	    margin: 20px auto auto;
	    width: 345px;
	}
	
	.btn-entrar {
	    background-color: transparent;
	    background-image: url("/giafi/javax.faces.resource/imagens/btn-entrar-hover.png.jsf");
	    background-repeat: no-repeat;
	    border: medium none;
	    cursor: pointer;
	    height: 146px;
	    margin: -5px auto auto 155px;
	    position: relative;
	    width: 100px;
	}
	
	.btn-entrar, 
	.btn-entrar:hover {
	    margin: -5px auto auto 155px;
	}
	
	
	.input-login-sistema, .password-container {
		margin: 15px auto auto;
	}
	
	.login-container h1 {
	    margin-top: 35px;
	}
	
	.login-container h2 {
	    margin-top: 25px;
	}
	
	.login-container h3 {
		margin-top: 15px;	
	}
}

@media ( max-height : 750px) {
	/*.logo-sistema-l {
		margin-top: 20px;
	}
	.login-container h1 {
		margin-top: 35px;
	}
	.login-container h2 {
		margin-top: 40px;
	}
	.login-container h3 {
		margin-top: 15px;
	}
	.input-login-sistema,.password-container {
		margin: 15px auto auto;
	}*/
}


/************ FIM LOGIN ************/

/************ FIM RESPONSIVO ************/

.transparent {
	visibility: hidden;
}

.ui-selectonemenu-panel .ui-selectonemenu-list {
	background: #fff !important;
}

.label-bold {
	font-weight: bold;
	font-family: 'gotham-book';
}

/*selecao de modulos*/
.conteudo-container-modulos {
	border-radius: 15px;
	height: 96%;
	margin-left: 1%;
	overflow: hidden;
	position: relative;
	top: 2%;
	width: 98%;
	z-index: 1;
}

.conteudo-content-modulos {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: -1;
}

.titulo-sm {
	color: #FFFFFF;
	font-family: 'gotham-light';
	text-align: center;
	margin-top: 8%;
	margin-bottom: 58px;
}

.modulos-content {
	height: 400px;
	margin: auto;
	margin-top: 20px;
}

.modulos-content #jsCarousel div div {
	float: left;
}

.scroll .busca-m-container {
	margin-bottom: 25px;
}

.font-sub-titulo-pagina,.font-titulo-pagina {
	font-family: latest;
	font-size: 23px !important;
	font-weight: lighter;
	margin-bottom: 10px;
}

.maskValor {
	text-align: right;
}
.numberInput{
	text-align: right;
	width: 100%;
}

.maskValorPIB {
	text-align: right;
}

.maskValorIndice {
	text-align: right;
}

.maskValorUnit {
	text-align: right;
}

.receita-orgao-picklist.ui-picklist .ui-picklist-list {
	height: 300px;
	width: 350px;	
}
/**************** TABELAS ****************/
.coluna-numerica, .ui-datatable tfoot td.coluna-numerica{
	text-align: right;
}
.coluna-texto, .ui-datatable tfoot td.coluna-texto{
	text-align: left;
}
.coluna-descricao, .ui-datatable tfoot td.coluna-descricao{
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.coluna-descricao-pesquisa, .ui-datatable tfoot td.coluna-descricao-pesquisa{
	white-space: nowrap;
}
.coluna-data, .ui-datatable tfoot td.coluna{
	text-align: center;
}
.coluna-formatada, .ui-datatable tfoot td.coluna-formatada{
	text-align: center;
}
/************ FIM TABELAS ****************/


/************ JSF COMPONENTES ************/
.conteudo-container .titulo-secao, 
.conteudo-container .pesquisa-container .container-campos-pesquisa .input-pesquisar,
.conteudo-container .font-sub-titulo-pagina, 
.conteudo-container .font-titulo-pagina {
	font-family: 'gotham-book' !important;
}

.conteudo-container .lupa {
	background-color: #0076c0;
	background-position: center !important;
}

.conteudo-container .data-table-header-left-container {
	width: auto;
}
/************ FIM - JSF COMPONENTES ******/



/**************  PRIMEFACES CUSTOM ******************/
.conteudo-container .ui-selectoneradio label{	
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 16px;
	cursor: pointer;
}

/* ------------ DIALOGS ------------ */
.ui-dialog {
	border-radius: 20px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
	font-family: 'gotham-book';
	font-size: 16px;
	color: #32374b !important;
	margin: 0px 0px 0px 12px;
	margin-top: 0px;
	padding-top: 3px;
	min-height: 26px;
}

.ui-dialog .ui-dialog-content {
	background-image: linear-gradient(90deg, #e9e9e9 90%, #c4c4c4) !important;
	background-image: -webkit-linear-gradient(90deg, #e9e9e9 90%, #c4c4c4) !important;
	background-image: -moz-linear-gradient(90deg, #e9e9e9 90%, #c4c4c4) !important;
	background-image: -ms-linear-gradient(90deg, #e9e9e9 90%, #c4c4c4) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e9e9 90%", endColorstr="#c4c4c4") !important;
	border-bottom: 1px solid #9699a2;
	padding: 25px 15px 50px 15px !important;
}

.dialog-fatal-error .ui-dialog-content {
	background-image: none !important;
	filter: none !important;
	border-bottom: none !important;
	padding: 0px !important;
}

.ui-dialog .ui-dialog-content .ui-confirm-dialog-message {
	font-family: 'gotham-book';
	font-size: 13px;
	color: #32374b;
	line-height: 20px;
	margin-top: 10px;
}

.ui-dialog .ui-dialog-buttonpane,.giafi-dialog .ui-dialog-footer {
	margin: 0px 2px 0px 0px !important;
	padding: 0px 2px 0px 0px !important;
	text-align: right !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-button,.ui-dialog .ui-dialog-footer .ui-button {
	background-repeat: repeat-x;
	background-color: none;
	color: #EFF3F6;
	border-radius: 12px;
	border: none;
	/*retirar as propriedades abaixo para o prime faces*/
	cursor: pointer;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	margin: 4px;
}

.ui-dialog .ui-dialog-buttonpane .ui-confirmdialog-yes,.ui-dialog .ui-dialog-footer .ui-confirmdialog-yes {
	background-image: url("/giafi/javax.faces.resource/imagens/btn-salvar.png.jsf");
}

.ui-dialog .ui-dialog-buttonpane .ui-confirmdialog-no,.ui-dialog .ui-dialog-footer .ui-confirmdialog-no {
	background-image: url("/giafi/javax.faces.resource/imagens/btn-cancelar.png.jsf");
}

.ui-dialog .ui-dialog-buttonpane .ui-button .ui-button-text,.ui-dialog .ui-dialog-footer .ui-button .ui-button-text {
	line-height: 1.0em;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
	right: 0px;
	padding: 0px;
	border: none;
	height: 27px;
	margin-right: 10px;
	margin-top: 2px;
	width: 28px;
}

.ui-dialog .ui-dialog-titlebar .ui-state-hover {
	background: inherit;
	border: none;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon .ui-icon {
	background-image: url("/giafi/javax.faces.resource/imagens/ico-close.png.jsf");
	background-position: 0px 0px;
	width: 28px;
	height: 27px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon .ui-icon:hover {
	background-image: url("/giafi/javax.faces.resource/imagens/ico-close.png.jsf");
	background-position: 0px 0px;
	width: 28px;
	height: 27px;
	cursor: pointer;
}
/* ------------ DIALOGS ------------ */

/* ------------ DATA TABLE ------------ */
.ui-datatable .ui-datatable-data .ui-state-highlight td {
	background-color: #2fac39;
	border-color: #2fac39;
}
/* ------------ DATA TABLE ------------ */

/************** FIM - PRIMEFACES CUSTOM *************/

.panel-conta-contabil{
	
}

.panel-codigo-pesquisa-descricao .panel-codigo{
	margin-right: 0px;
	width: calc(28% - 32px) !important;
}
.panel-codigo-pesquisa-descricao .panel-botao-pesquisa{
	width: auto !important;
	margin-right: 2%; 
}
.panel-codigo-pesquisa-descricao .panel-botao-pesquisa button{
	height: 28px;
	width: 32px;
}
.panel-codigo-pesquisa-descricao .panel-descricao{
	width: calc(68% - 2px) !important;
}

.modules-container {
	display: block;
	
}
.maskMoney{
	text-align: right !important;
}

/************** REGRAS DE ACESSO ********************/
/* BOTOES */
.permite-inserir-false .bottom-conteudo .btn-novo,
.permite-salvar-false .bottom-conteudo .btn-salvar,
.permite-salvar-false .bottom-conteudo .btn-processar,
.permite-visualizarEdicao-false .bottom-conteudo .btn-voltar,
.permite-visualizar-false.permite-visualizarEdicao-false .bottom-conteudo .btn-imprimir,
.permite-editar-false .ui-datatable tbody tr td button[title='Alterar'],
.permite-excluir-false .ui-datatable tbody tr td button[title='Excluir'] {
	display:none;
}

/* Forms de pesquisa e cadastro */
.permite-visualizar-false.permite-visualizarEdicao-false #container\:form_pesquisa,
.permite-visualizarEdicao-false #container\:formulario,
.permite-visualizar-false.permite-visualizarEdicao-false .acessos-panel-pesquisa,
.permite-visualizarEdicao-false .acessos-panel-cadastro {
	display:none;
}

/* Mensagens de aviso */
.permite-visualizar-true .msg-acesso-negado-menu,
.permite-visualizarEdicao-true .msg-acesso-negado-menu {
	display:none;
}
.permite-visualizar-false .msg-acesso-negado-menu,
.permite-visualizarEdicao-false .msg-acesso-negado-menu {
	color:red;
	text-align: center;
	display:block;
}

.permite-visualizar-false.permite-visualizarEdicao-true .msg-acesso-negado-menu {
	display:none;
}

.acesso-livre-true .msg-acesso-negado-menu {
	display:none !important;
}

/************** FIM - REGRAS DE ACESSO **************/

.ui-panelgrid .ui-grid-responsive .ui-panelgrid-cell {
	padding-left: 0px;
	padding-right: 0px;
}
