@CHARSET "UTF-8";

@import url("/javax.faces.resource/template/normalize.css.xhtml?ln=css");

@import url("/javax.faces.resource/template/paraibaHeaderPanel.css.xhtml?ln=css");

@import url("/javax.faces.resource/template/policiaHeaderPanel.css.xhtml?ln=css");

@import url("/javax.faces.resource/icones.css.xhtml?ln=css");

@import url("/javax.faces.resource/faq.css.xhtml?ln=css");

@import url("/javax.faces.resource/utils.css.xhtml?ln=css");

@import url("/javax.faces.resource/tema-personalizado.css.xhtml?ln=css");

@import url("//fonts.googleapis.com/css?family=Lato:300,400,700,900");

/*
 * GENERAL BODY
 */
body {
    font-family: 'Lato', Arial, sans-serif !important;
    /*background: #D3D9C7;*/
    background: #ffffff;
    position: relative;
}

.ui-widget {
	font-family: 'Lato', serif !important;
	font-size: 100%;
}

div#mainPanelWrapper {
	max-width: 1080px;
	margin: 0 auto;
}

div#mainPanel {
	padding: 2em 0.4em;
	background: #FFFFFF;
	/*-webkit-box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.1);*/
	min-height: 800px;
}

@media ( max-width : 35em ) {
	div#mainPanel {
		padding: 3em 0.4em;
		background: #FFFFFF;
		/*-webkit-box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.1);*/
		min-height: 800px;
	}
}

div#rodape {
	background: #033755;
	clear: both;
	color: white;
	font-family: "arial";
	min-height: 80px;
	position: absolute;
	width: 100%;
}

div#rod-centro {
	font-size: 11px;
	padding-top: 20px;
}

#rodape label {
	font-size: 11px !important;
}

div.area-administrativa {
	margin: 0 0 2.4em 0;
}

div.area-publica-centro {
	margin: 0 1.4em;
}

@media ( max-width : 35em) {
	div.area-publica-centro {
		margin: inherit;
	}
}

/*
 * ACTION BUTTONS
 */
.alert-danger {
	border-color: #ebccd1;
	color: #a94442;
	background-color: #f2dede;
}

.alert {
	border: 1px solid transparent;
	border-radius: 4px;
	text-align: center;
}

div.delegaciaAction {
	margin: 0 15px;
	box-sizing: border-box;
}

div.delegaciaAction a {
	display: table-row;
	word-wrap: break-word;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-shadow: 0 2px 6px #CCCCCC;
}

div.delegaciaAction a:hover {
	color: #000000;
	text-shadow: 0 2px 2px #AAAAAA;
}

div.delegaciaAction span {
	display: inline-block;
	vertical-align: middle;
}

div.delegaciaAction a span.delegaciaActionButton {
	/* CURSOR */
	cursor: pointer;
	/* WIDTH + HEIGHT + PADDING */
	width: 40px;
	height: 40px;
	padding: 6px;
	/* BACKGROUND */
	background: rgb(46, 98, 166); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(46, 98, 166, 1) 0%,
		rgba(50, 53, 64, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(46,
		98, 166, 1)), color-stop(100%, rgba(50, 53, 64, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(46, 98, 166, 1) 0%,
		rgba(50, 53, 64, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(46, 98, 166, 1) 0%,
		rgba(50, 53, 64, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(46, 98, 166, 1) 0%,
		rgba(50, 53, 64, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(46, 98, 166, 1) 0%,
		rgba(50, 53, 64, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e62a6',
		endColorstr='#323540', GradientType=0); /* IE6-9 */
	/* BORDER RADIUS */
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* BOX-SHADOW */
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.8);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.8);
}

div.delegaciaAction a span.delegaciaActionButtonRed {
	/* CURSOR */
	cursor: pointer;
	/* WIDTH + HEIGHT + PADDING */
	width: 40px;
	height: 40px;
	padding: 6px;
	/* BACKGROUND */
	background: rgb(46, 98, 166); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(46, 98, 166, 1) 0%,
		rgba(240, 52, 52, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(46,
		98, 166, 1)), color-stop(100%, rgba(226, 106, 106, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(46, 98, 166, 1) 0%,
		rgba(240, 52, 52, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(46, 98, 166, 1) 0%,
		rgba(240, 52, 52, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(46, 98, 166, 1) 0%,
		rgba(240, 52, 52, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(46, 98, 166, 1) 0%,
		rgba(240, 52, 52, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e62a6',
		endColorstr='#323540', GradientType=0); /* IE6-9 */
	/* BORDER RADIUS */
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* BOX-SHADOW */
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.8);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.8);
}

div.delegaciaAction a:hover span.delegaciaActionButton {
	/* BACKGROUND */
	background: rgb(43, 121, 223); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(43, 121, 223, 1) 0%,
		rgba(58, 80, 160, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(43,
		121, 223, 1)), color-stop(100%, rgba(58, 80, 160, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(43, 121, 223, 1) 0%,
		rgba(58, 80, 160, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(43, 121, 223, 1) 0%,
		rgba(58, 80, 160, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(43, 121, 223, 1) 0%,
		rgba(58, 80, 160, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(43, 121, 223, 1) 0%,
		rgba(58, 80, 160, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b79df',
		endColorstr='#3a50a0', GradientType=0); /* IE6-9 */
}

/*
 * TOPIC MENUS
 */
.topic {
	/* SHADOW */
	-webkit-box-shadow: 0 0px 6px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 6px 3px rgba(0, 0, 0, 0.2);
	/* BORDER RADIUS */
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/* BORDER */
	border: 1px solid #323540;
	/* BACKGROUND */
	background: #FCF8EC;
}

.topic .topicMenu {
	
}

table.prateleira tbody tr td {
	padding: 15px 0;
}

table.prateleira tbody tr:nth-child(even) {
	background: rgba(242, 222, 162, 0.2);
}

.topic .topicMenu thead tr th {
	text-align: left;
	padding: 0 0 20px 0;
	font-size: 120%;
}

.topic .topicMenu span.iconLabel {
	display: table-cell;
}

.topic .topicMenu .topicMenuItem {
	padding: 0 15px;
	text-align: center;
}

.topic .topicMenu .topicMenuItem span.header {
	font-size: 120%;
	color: #ff0000;
	font-weight: bold;
}

.topic .topicMenu div.delegaciaAction {
	
}

.topic .topicMenu div.delegaciaAction span.label, .topic .topicMenu div.delegaciaAction span.subLabel
	{
	display: block;
	padding: 0 8px;
}

.topic .topicMenu div.delegaciaAction span.label {
	font-size: 120%;
}

.topic .topicMenu div.delegaciaAction span.subLabel {
	font-size: 90%;
}

/*
 * TOPIC MENU HEADERS
 */
div.topicMenuHeader {
	color: #ffffff;
	position: relative;
	padding: 0 10px;
	line-height: 36px;
	height: 36px;
	/* BACKGROUND GRADIENT */
	background: rgb(46, 98, 166); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(46, 98, 166, 1) 0%,
		rgba(50, 53, 64, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(46,
		98, 166, 1)), color-stop(100%, rgba(50, 53, 64, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(46, 98, 166, 1) 0%,
		rgba(50, 53, 64, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(46, 98, 166, 1) 0%,
		rgba(50, 53, 64, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(46, 98, 166, 1) 0%,
		rgba(50, 53, 64, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(46, 98, 166, 1) 0%,
		rgba(50, 53, 64, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e62a6',
		endColorstr='#323540', GradientType=0); /* IE6-9 */
	line-height: 36px;
	position: relative; /* IE6-9 */
}

div.topicMenuHeader span.topicMenuHeaderIconBg {
	/* POSITIONING */
	display: block;
	position: absolute;
	top: -34px;
	right: 8px;
	/* WIDTH + HEIGHT + PADDING */
	width: 40px;
	height: 40px;
	padding: 8px;
	/* BACKGROUND */
	background: #323540;
	/* BORDER */
	border-width: 4px;
	border-style: solid;
	border-color: #ffffff;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	/* OTHER */
	z-index: 1000;
}

/* FAQ */
#faqPanelGroup a {
	color: #333333;
	text-decoration: none;
}

#faqPanelGroup a:hover {
	color: #000000;
	text-decoration: underline;
}

/* GROWLS */
div#infoGrowl_container.ui-growl div.ui-growl-item-container {
	background: #009900;
}

div#warnGrowl_container.ui-growl div.ui-growl-item-container {
	background: #FF9900;
}

div#errorGrowl_container.ui-growl div.ui-growl-item-container {
	background: #990000;
}

div#fatalGrowl_container.ui-growl div.ui-growl-item-container {
	background: #1F0000;
}

/* OCULTANDO PLUGINS GAS-TECNOLOGIA */
object[type^="application/gas-"] {
	display: none;
}

/* TEXTO DE DESTAQUE OU OBSERVAÇÃO EM COR VINHO */
.destaque-observacao {
	color: #741b47;
	font-weight: bold;
}