body {
	background-color: #F1F1F1;
	margin: 0px;
	font-size: 12px;
}

header {
	background-color: #FB5E00;
	margin-bottom: 20px;
	height: 34px;
	padding: 8px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

header img {
	margin: 8px;
}

.logo {
	margin-left: 14%;
	width: 120px;
	margin-top: -3px;
}

.icon-login {
	float: right;
	margin-right: 14%;
	margin-top: 3px;
}

.orange-escuro {
	color: #BF4300;
}

/* Menu sistema inicio */
.menu-sistema {
	border: 0px !important;
	padding: 0px !important;
	background: none !important;
	box-shadow: none !important;
}

.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;
	margin-left: 0.9em !important;
}

.menu-sistema .ui-icon-triangle-1-s {
	background: url(/ouvidoria/javax.faces.resource/seta-para-baixo.png.xhtml?ln=images

)
no-repeat















;
}
/* Menu sistema fim */
.saudacao {
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 30px;
	color: #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.panel-title {
	background-color: transparent;
	border: none;
	border-bottom: dashed 1px #ccc;
	padding: 10px;
	margin-top: 10px;
	padding-left: 0;
	height: 70px;
}

.image-title {
	width: 60px !important;
	position: relative;
	top: -2px;
	margin-left: -5px;
	margin-right: 7px;
	float: left;
}

.links-funcionais {
	float: right;
	margin-top: -57px;
}

.link-funcional {
	float: left;
	margin-left: 15px;
	color: #555 !important;
	text-align: center;
}

.link-funcional:hover {
	color: #FB5E00 !important;
}

.links-funcionais a {
	text-decoration: none;
}

h1 {
	margin: 0;
	font-size: 22px;
	margin-top: 5px;
	color: #263238;
}

h3 {
	margin: 0;
	font-size: 13px;
	margin-bottom: 3px;
	font-weight: normal !important;
}

hr {
	border: none;
	border-top: 1px dashed #AAA;
	color: #fff;
	background-color: #fff;
	height: 0px;
}

.my-panel {
	background: #FFF8E1;
}

.panel-pesquisa {
	padding: 0px !important;
	height: 49px;
	border-radius: 2px;
	background: #f2f2f2;
}

.lupa {
	float: left;
	margin-left: -13px;
	margin-right: 5px;
	margin-top: -7px;
}

.button-blue {
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #0088cc !important;
	background-color: #0081c2 !important;
	background-position: 0px !important;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc),
		to(#0077b3)) !important;
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3)
		!important;
	background-image: -o-linear-gradient(top, #0088cc, #0077b3) !important;
	background-image: linear-gradient(to bottom, #0088cc, #0077b3)
		!important;
	background-repeat: repeat-x !important;
	width: 120px !important;
	text-shadow: none !important;
}

.button-blue.ui-state-hover, .button-green.ui-state-hover {
	opacity: 0.80;
}

.Container {
	width: 80%;
	min-height: 500px;
}

.marginTopContainerLogin {
	height: 50px;
}

.ContainerLogin {
	width: 300px;
	margin-top: 500px;
}

.ContainerError {
	width: 350px;
	height: 400px;
	padding: 20px !important;
}

.PanelError {
	padding: 30px 10px;
	background: #f2f2f2;
	border: solid 1px #DDD;
	height: 220px;
}

.content {
	min-height: 533px;
}

.campoObrigatorio {
	font-size: 14;
	color: red;
}

.ui-panelgrid .ui-grid-responsive {
	border: none;
}

.ui-panelgrid-cell .ui-grid-col-2 {
	padding: 11px 10px !important;
}

@media ( min-width : 1367px) {
	.Container {
		width: 80%;
		min-height: 592px;
	}
	.marginTopContainerLogin {
		height: 80px;
	}
	.content {
		min-height: 612px;
	}
}

@media ( max-width : 640px) {
	.Container {
		width: 90%;
	}
	.logo {
		margin-left: 1%;
	}
	.icon-login {
		margin-right: 1%;
	}
	.ui-panelgrid .ui-grid-responsive .ui-grid-row {
		border: none !important;
	}
}

@media ( max-width : 490px) {
	h1 {
		margin-top: -4px;
	}
}

@media ( max-width : 375px) {
	.Container {
		width: 92%;
	}
	.button-blue {
		width: 100% !important;
	}
	.image-title {
		width: 50px !important;
		position: relative;
		top: -2px;
		margin-left: -5px;
		margin-right: 5px;
		float: left;
	}
	.panel-title {
		padding: 10px;
		margin-top: 2px;
		padding-left: 0;
		height: 60px;
	}
	h1 {
		margin: 0;
		font-size: 20px;
		margin-top: -3px;
	}
	h3 {
		margin: 0;
		font-size: 11px;
		margin-bottom: 3px;
		font-weight: normal !important;
	}
	.ContainerLogin {
		width: 80%;
	}
	.ContainerIndent {
		padding: 10px 10px !important;
	}
}

footer {
	background: #58595b;
	height: 40px;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	margin-top: 20px;
}

.ContainerIndent {
	display: block;
	margin: 0px auto;
	padding: 10px 20px;
}

.Container100 {
	width: 100%;
	float: left;
}

.Card {
	background: #FFF;
	border-radius: 2px;
}

.ShadowEffect {
	-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);
}

.MarTop20 {
	margin-top: 20px;
}

.ui-datatable {
	
}

.ui-datatable thead th {
	background: #E0E0E0 !important;
	height: 28px;
	border: 1px solid #ccc;
	border-radius: 0px !important;
}

.ui-paginator-bottom {
	background: #E0E0E0;
	border: 1px solid #ccc;
}

.ui-dialog-titlebar {
	background: #F2F2F2 !important;
	border: 1px solid #ccc;
}

.ui-dialog-title {
	font-size: 18px !important;
}

.ui-panel {
	padding: 0px !important;
}

.ui-panel .ui-panel-titlebar {
	background: #F2F2F2;
	border: none;
	border-bottom: solid 1px #ddd;
	border-radius: 3px 3px 0 0;
	height: 22px;
}

.my-label {
	color: #555;
	font-weight: bold;
}

.my-label-red {
	color: red;
	font-weight: bold;
}

.ui-inputfield {
	padding: 6px !important;
	background: #FAFAFA;
	box-shadow: none;
	border: solid 1px #D1D1D1;
}

.ui-inputtextarea {
	width: 98%;
}

.ui-state-error {
	border: 1px solid #d50725 !important;
	box-shadow: 0px 0px 2px 0px red !important;
}

.ui-selectonemenu.ui-state-focus {
	outline: none !important;
}

.ui-state-disabled {
	opacity: 0.85 !important;
}

.ui-selectonemenu .ui-inputfield.ui-state-focus {
	border: none;
}

.ui-selectonemenu-trigger {
	background: #858585 !important;
	border-radius: 0px 2px 2px 0px !important;
	padding: 0 6px !important;
	border: none !important;
}

.ui-selectonemenu-trigger .ui-icon-triangle-1-s {
	margin-top: 8px !important;
	margin-left: -1px;
	background: url(/ouvidoria/javax.faces.resource/seta-para-baixo.png.xhtml?ln=images

)
no-repeat


;
}
.ui-selectonemenu-trigger.ui-state-hover {
	opacity: 0.9;
}

.ui-selectonemenu-trigger.ui-state-focus {
	box-shadow: none;
}

.ui-selectonemenu-panel .ui-selectonemenu-list {
	padding: 0px !important;
}

.ui-selectonemenu-list-item {
	padding: 8px 5px !important;
	border-radius: 0px !important;
}

.Center {
	text-align: center;
}

.marginTop5 {
	height: 5px
}

.marginTop10 {
	height: 10px
}

.marginTop20 {
	height: 20px
}

.marginTop30 {
	height: 30px
}

.marginTop50 {
	height: 50px
}

.marginTop80 {
	height: 80px
}

.Wid100 {
	width: 100px;
}

.Green {
	color: #66BB6A;
}

.Orange {
	color: #FB5E00;
}

.Red {
	color: #F44336;
}

.GrayDark {
	color: #555;
}

.GrayDark:Hover {
	color: #FB5E00;
}

.LightGray {
	color: #BBB;
}

.CodigoErro {
	color: #FB5E00;
	font-size: 26px;
	font-weight: 600;
}

.ErroDescricao {
	color: #555;
	font-size: 18px;
}

.ui-autocomplete-multiple-container.ui-inputfield {
	width: 539px !important;
}

.font-green {
	color: #00C853;
	font-weight: bold;
}

.font-red {
	color: #ef2929;
	font-weight: bold;
}

.aviso-dias {
	color: #fff;
	font-weight: bold;
	padding: 7px;
	border-radius: 40px;
}

.background-red {
	background: #F44336;
}

.background-green {
	background: #00BFA5;
}

.column .ui-column-title {
	display: none;
}

.link-responder:hover {
	color: #FB5E00 !important;
}

.ui-dialog .ui-dialog-footer {
	border: 0px !important;
	background: none !important;
}

.text-overflow {
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	direction: ltr !important;
	width: auto !important;
}