/* -------------- Menu TOP --------------- */
/* --------------------------------------- */
.img-toolbar {
	height: 33px;
	width: 160px;
	padding-left: 10px;
	margin-top: 10px;
}

.menu-sistema {
	border: 0px !important;
	padding: 0px !important;
	background: none !important;
	box-shadow: none !important;
	font-size: 13px !important;
	color: blanchedalmond;
}

.menu-sistema:HOVER {
	color: white;
}

.menu-sistema .ui-menu-parent>a .ui-menuitem-text, .menu-sistema>.ui-menu-list>.ui-menuitem>a>.ui-menuitem-text
	{
	color: #ffffff !important;
	border-radius: 3px !important;
}

.menu-sistema .ui-icon-triangle-1-s {
	background: url(

)
no-repeat




















;
}
.saudacao {
	float: left;
	height: 30px;
	margin-top: 24px;
	margin-right: 30px;
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

/* ------- Painel de Titulos e Links Funcionais --------- */
/* ---------------------------------------------------- */
.panel-titulo {
	width: 98%;
	height: 70px;
	border-bottom: dashed 1px #555;
	padding: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
}

.panel-titulo img {
	width: 70px;
	float: left;
	margin-right: 10px;
}

.panel-titulo h1 {
	margin: 0px;
	font-size: 20px;;
	margin-top: 12px;
	color: #263238;
}

.panel-titulo h2 {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #263238;
}

.panel-titulo-links {
	float: right;
	margin-top: -40px;
	display: block;
	color: #263238;
}

.panel-titulo-links a {
	text-decoration: none;
	color: #263238;
	font-size: 15px;
}

.panel-titulo-links a:hover {
	color: #fb5e00;
}

.links-xs {
	margin-top: 20px;
	text-align: center;
}

.links-xs a {
	width: 80%;
}

.my-link {
	text-align: center;
	float: left;
	margin-left: 10px;
}

.panel-boas-vindas {
	float: right;
	background: blue;
	height: 20px;
}

.link-portal-antigo-mobile{
	
}

/* RESPONSIVIDADE */
@media ( max-width : 872px) {
	.panel-titulo-links {
		float: none;
		display: none;
	}
}

@media ( max-width : 478px) {
	.panel-titulo {
		text-align: center;
	}
	.panel-titulo h2 {
		/* display: none; */
		width: 100%;
		max-width: 100%;
		font-size: 10px;
	}
	.panel-titulo h1 {
		width: 100%;
		max-width: 100%;
		font-size: 18px;
	}
	.panel-titulo img {
		float: none;
		margin-right: 0px;
	}
	.msg-pesquisar-certificados {
		margin-top: 45px;
	}
	.button-pesquisar-certificado {
		float: none;
		display: none !important;
	}
	/* .container100 {
		width: 103%;
		margin-left: -3px;
	} */

	/* RODAP� */
	#rodape {
		margin-top: 6px !important;
		height: 36px !important;
	}
	.text-rodape1 {
		display: none;
	}
	.text-rodape2 {
		display: none;
	}
	.footer_copy {
		margin-right: 16px !important;
		margin-top: -2px !important;
	}
}

@media ( min-width : 478px) {
	.links-xs {
		display: none;
	}
	.btn-pesquisar-certificado-mobile {
		display: none !important;
	}
	
	.link-portal-antigo-mobile {
		display: none !important;
	}
}

/* ------- Input Field --------- */
/* ----------------------------- */
.ui-inputfield {
	padding: 7px 7px !important;
	font-size: 14px !important;
}

.ui-inputfield.ui-state-focus {
	
}

.ui-selectoneradio label {
	margin-right: 20px !important;
}

.ui-selectmanycheckbox label {
	margin-right: 15px !important;
}

.ui-state-error {
	border: 1px solid #f44336 !important;
	box-shadow: 0px 0px 2px 0px red !important;
}

.ui-datepicker {
	z-index: 10001 !important;
}

.ui-selectoneradio .ui-state-disabled {
	opacity: 0.85 !important;
}

/* ------- Panel e Dialog --------- */
/* -------------------------------- */
.ui-panel-titlebar {
	background: #E8E8E8;
	padding: 0.7em 1em !important;
	font-size: 14px;
}

.ui-selectonemenu-panel {
	z-index: 10006 !important;
}

.ui-panel-content {
	
}

.ui-dialog {
	z-index: 10000 !important;
}

.ui-autocomplete-panel {
	z-index: 10005 !important;
}

.ui-dialog-titlebar {
	background: #F2F2F2 !important;
	border: 1px solid #ccc;
}

.ui-dialog-title {
	font-size: 18px !important;
}

.panel-buttons {
	background: #f2f2f2 !important;
}

.panel-pesquisa {
	padding: 0px !important;
	height: 54px !important;
	border-radius: 2px;
	background: #f2f2f2 !important;
}

.lupa {
	width: 94px;
	float: left;
	margin-left: -15px;
	margin-right: 5px;
	margin-top: -7px;
}

.panel-pesquisaRelatorio {
	padding: 0px !important;
	height: 47px !important;
	border-radius: 2px;
	background: #f2f2f2 !important;
}

.lupaRelatorios {
	width: 79px;
	float: left;
	margin-left: -15px;
	margin-right: 5px;
	margin-top: -7px;
}

.panel-orcamento {
	padding-top: 15px;
	margin: 10px;
	height: 125px;
	border-radius: 3px;
	color: #FFF;
	text-align: center
}

.panel-orcamento:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}

.ui-fieldset-legend {
	padding: 0.4em 1em !important;
	text-shadow: none;
	background: #E8E8E8 !important;
}

/* MSG */
.msg-pesquisar-certificados {
	
}

/* ----------- LOGIN ----------- */
/* ----------------------------- */
.container-login {
	width: 400px;
	margin: auto;
	padding: 20px;
	margin-top: 80px;
}

.container-login-header {
	text-align: center;
}

.container-login-header h1 {
	font-size: 20px;
	color: #263238;
}

.Card {
	padding: 20px;
	display: block;
	background-color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* ----------- Table ----------- */
/* ----------------------------- */
.ui-datatable thead th {
	background: #E0E0E0 !important;
	height: 28px;
	border: 1px solid #ccc;
	border-radius: 0px !important;
}

.ui-paginator-bottom {
	background: #E8E8E8;
	border: 1px solid #ccc;
}

.historico-table .ui-panel-content {
	padding: 0.3em 0em !important;
}

/* ----------- LABEL ----------- */
/* ----------------------------- */
.myLabel {
	font-size: 14px !important;
	font-weight: bold;
	color: #263238;
}

.myLabel2 {
	font-size: 14px !important;
	color: #263238;
}

.campoObrigatorio {
	font-size: 14;
	color: red;
}

.textoExemplo {
	color: #696969;
	font-size: 13px !important;
}

.link {
	color: #263238;
	cursor: pointer !important;
}

.link:HOVER {
	text-decoration: underline;
	color: #427fed;
}

/* ----------- BUTTONS ----------- */
/* ----------------------------- */
.btn {
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.button-pesquisa-filter {
	padding: 0px 5px !important;
	font-size: 11px
}

.button-blue {
	color: #ffffff !important;
	text-decoration: none !important;
	background: #0288d1 !important;
	text-shadow: none !important;
	height: 32px !important;
	border: none !important;
	border-radius: 2px !important;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	-moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
}

.button-red {
	color: #ffffff !important;
	text-decoration: none !important;
	background: #e53935 !important;
	text-shadow: none !important;
	height: 32px !important;
	border: none !important;
	border-radius: 2px !important;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	-moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
}

.button-orange {
	color: #ffffff !important;
	text-decoration: none !important;
	background: #fb5e00 !important;
	text-shadow: none !important;
	height: 32px !important;
	border: none !important;
	border-radius: 2px !important;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	-moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
}

.button-link-home {
	color: #424242 !important;
	text-decoration: none !important;
	background: #F5F5F5 !important;
	text-shadow: none !important;
	height: 23px !important;
	border: none !important;
	border-radius: 2px !important;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	-moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
}

.button-green {
	color: #ffffff !important;
	text-decoration: none !important;
	background: #53B149 !important;
	text-shadow: none !important;
	height: 32px !important;
	border-radius: 2px !important;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	-moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
}

.button-relatoriosProjetos {
	color: #ffffff !important;
	text-decoration: none !important;
	background: #0288d1 !important;
	text-shadow: none !important;
	height: 32px !important;
	border-radius: 2px !important;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	-moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
}

.button-relatoriosFinanceiro {
	color: #ffffff !important;
	text-decoration: none !important;
	background: #388E3C !important;
	text-shadow: none !important;
	height: 32px !important;
	border-radius: 2px !important;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	-moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
}

.button-relatoriosSistema {
	color: #ffffff !important;
	text-decoration: none !important;
	background: #F44336 !important;
	text-shadow: none !important;
	height: 32px !important;
	border-radius: 2px !important;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	-moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
}

.btn-pesquisar-certificado-mobile {
	color: #ffffff !important;
	text-decoration: none !important;
	background: #0288d1 !important;
	text-shadow: none !important;
	width: 42px !important;
	height: 30px !important;
	border: none !important;
	border-radius: 2px !important;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	-moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
}

.btn-blue .ui-button-text, .btn-red .ui-button-text, .btn-orange .ui-button-text,
	.btn-green .ui-button-text {
	padding-left: 25px !important;
}

.button-filter {
	color: #ffffff !important;
	text-decoration: none !important;
	background: #5bc0de !important;
	text-shadow: none !important;
	height: 32px !important;
	border: none !important;
	border-radius: 2px !important;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	-moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
}

.button-pesquisar-certificado {
	color: #ffffff !important;
	text-decoration: none !important;
	background: #0288d1 !important;
	text-shadow: none !important;
	height: 32px;
	border: none !important;
	border-radius: 2px !important;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	-moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
}

.btn-orange:hover {
	background: #ff680d !important;
}

.btn-focus {
	background: #ffab79 !important;
}

.btn-orange:ACTIVE {
	background: #df5400 !important;
}

.btn-blue:hover {
	background: #0079F2 !important;
}

.btn-blue:FOCUS {
	background: #77bbff !important;
}

.btn-green:hover {
	background: #4A9243 !important;
}

.button-blue:hover {
	background: #0079F2 !important;
	box-shadow: inset 1px 1px 3px 2px #01579B;
}

.button-pesquisar-certificado:hover {
	background: #0079F2 !important;
	box-shadow: inset 1px 1px 3px 2px #01579B;
}

.button-orange:hover {
	background: #EF6C00 !important;
	box-shadow: inset 1px 1px 3px 2px #E65100;
}

.button-green:hover {
	background: #2E7D32 !important;
	box-shadow: inset 1px 1px 3px 2px #1B5E20;
}

.btn-green:hover {
	background: #377531 !important;
}

.button-relatoriosProjetos:hover {
	background: #0079F2 !important;
	border-color: #0D47A1;
	border-width: 2px;
}

.button-relatoriosFinanceiro:hover {
	background: #2E7D32 !important;
	border-color: #1B5E20;
	border-width: 2px;
}

.button-relatoriosSistema:hover {
	background: #E53935 !important;
	border-color: #B71C1C;
	border-width: 2px;
}

.button-relatoriosProjetosAtivo {
	color: #ffffff !important;
	text-decoration: none !important;
	background: #0288d1 !important;
	text-shadow: none !important;
	height: 32px !important;
	border-radius: 2px !important;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	-moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	border-color: #0D47A1;
	border-width: 2px;
	-webkit-box-shadow: 0 0 1px 1px #0D47A1;
}

.button-relatoriosFinanceiroAtivo {
	color: #ffffff !important;
	text-decoration: none !important;
	background: #388E3C !important;
	text-shadow: none !important;
	height: 32px !important;
	border-color: #1B5E20;
	border-width: 2px;
	border-radius: 2px !important;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	-moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	-webkit-box-shadow: 0 0 1px 1px #1B5E20;
}

.button-relatoriosSistemaAtivo {
	color: #ffffff !important;
	text-decoration: none !important;
	background: #F44336 !important;
	text-shadow: none !important;
	height: 32px !important;
	border-color: #B71C1C;
	border-width: 2px;
	border-radius: 2px !important;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	-moz-box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	box-shadow: 0px 1px 2px 0px rgba(43, 59, 93, 0.4);
	-webkit-box-shadow: 0 0 1px 1px #B71C1C;
}

/* ----------- WIZARD ----------- */
/* ----------------------------- */
.ui-wizard-content {
	margin-top: 20px !important;
}

.ui-wizard-step-title {
	font-size: 13px !important;
	text-shadow: none !important
}

/* COLORS */
.White {
	color: #fff;
}

.Green {
	color: #4caf50;
}

.Red {
	color: #f44336;
}

.Blue {
	color: #007CBB;
}

.Blue-Grey {
	color: #263238;
}

.Blue-Grey-Light {
	color: #b0bec5;
}

.Icon-Hover:HOVER {
	color: #fb5e00 !important;
}

#msg-dialog.ui-messages-info {
	margin-top: 0px !important;
}

.ripple {
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 0;
}

/* RODAPE */
#rodape {
	background-image: url("../resources/img/dark.png");
	bottom: 0 !important;
	height: 50px;
	font-size: 12px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	margin-top: 16px;
}

#rodape a {
	color: #ffffff;
	text-decoration: none;
	font-size: 22px;
}

text-rodape1 {
	
}

.text-rodape2 {
	size: 8px;
}

.footer_image {
	float: left;
	width: 146px;
	margin-left: 90px;
	height: 60px;
}

.footer_texto {
	float: left;
	margin-top: 4px;
	margin-left: 140px;
}

.footer_texto span {
	margin-bottom: 7px;
	float: left;
	font-size: 12px;
}

.footer_copy {
	margin-right: 35px;
	float: right;
	margin-top: 5px;
}

.footer_copy span:last-of-type {
	margin-top: 0px !important;
	font-size: 12px;
}

.footer-social {
	float: right;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

.footer-social li {
	display: inline-block;
	margin-right: 7px;
}

.footer-social li:last-of-type {
	margin-right: 0px !important;
}

.footer_copy span {
	float: right;
}

.centro {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}

/* ----------- Erros e Login ----------- */
/* ------------------------------------- */
.inputError {
	display: block;
	border: none;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	width: 100%;
	color: #333333 !important e;
	text-align: left;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error
	{
	border: 1px solid #cd0a0a;
	color: #333333;
}

.panel-error {
	width: 400px;
	margin: auto;
	margin-top: 150px;
	text-align: center;
}

.error-code {
	font-size: 28px;
	text-shadow: 2px 2px 1px #CCC;
	font-weight: 600;
}

.error-info {
	font-size: 16px;
	color: #263238;
}

.error-detail {
	font-size: 15px;
	color: #263238;
}

.FontRed {
	color: #e53935;
}

.FontBlue {
	color: #0288d1;
}

.FontOrange {
	color: #fb5e00;
}