div.pg-header {
	width: 100%;
	background-image: url('../img/fundo-blue.png');
	background-repeat: repeat;
  box-shadow: inset 0 -50px 50px 10px rgba(102, 204, 255, 0.4);
}

.navbar-inverse {
	background-color: #036;
}

div.with-shadow {
	box-shadow: 0 8px 8px 8px #000;
}

nav.main-nav {
	border-radius: 0;
}

ul.main-nav {
	width: 100%;
}

div.sidebar {
	min-height: 12em;
}

div.sidebar:before {
	background: #aaa;
	bottom: 0;
	content: "";
	left: -3px;
	position: absolute;
	width: 3px;
	top: 0;
}

div.sidebar h2 {
	font-size: small;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999;
	font-weight: bold;
	line-height: 120%;
}

div.sidebar-panel>div.main:after {
	background: #aaa;
	bottom: 0;
	content: "";
	right: 0;
	position: absolute;
	width: 3px;
	top: 0;
}

th.ano, td.total {
	text-align: center;
}

tr.total td {
	font-weight: bold;
}

td.valor {
	text-align: right;
}

div.rodape {
	min-height: 470px;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 10px 0 24px 0;
	background: #EEE;
	text-align: center;
	box-shadow: inset 1px 4px 9px -6px;
}

div.rodape ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-decoration: none;
	width: 180px;
	padding: 0 0 0 20px;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}

div.rodape h3 {
	font: bold 14px arial;
	color: #999;
	margin: 10px 0 30px 0;
	vertical-align: bottom;
	min-height: 3em;
}

div.rodape ul li {
	display: block;
	text-decoration: none;
	color: #555;
	font-weight: normal;
	font-size: 11px;
	margin: 5px 0 0 0;
	padding: 0;
}

div.rodape ul li a {
	color: #555;
	text-decoration: none;
}

div.rodape ul li a:hover {
	color: #555;
	text-decoration: underline;
}

div.centroRodape {
	text-align: center;
	margin: 40px auto 0 auto;
	padding: 0;
	display: block;
	clear: both;
}

div.centroRodape h1 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 10px 0 4px 0;
	padding: 0;
	text-align: center;
}

div.centroRodape p {
	font-size: 11px;
	line-height: 100%;
	margin: 0;
	padding: 0;
}

.col-md-1x {
	width: 12.5%;
}

.col-md-3x {
	width: 29.166666666666%
}

.logo {
	margin: 16px 0;
}

.links li {
	background: #fff;
	display: block;
	padding: 0px;
	margin: 0;
	width: 100%;
	border: 0;
}

.links li a {
	display: block;
	margin: 0;
	padding: 10px 10px 10px 50px;
	border-bottom: 1px dotted #ddd;
	text-align: left;
	color: #888;
	background-color: white;
}

li[class*="tj-icon-"] {
	vertical-align: top;
}

li[class*="tj-icon-"] a {
	min-height: 33px;
	padding-left: 50px;
}

li[class*="tj-icon-"] a:before {
	content: "\e022";
	font-size: 16px;
	font-family: 'Glyphicons Halflings';
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	display: block;
	margin-left: -25px;
	float: left;
}

.links li a:hover {
	background-color: #ffb;
}

.links li:last-child a {
	border-bottom: none;
}

.ui-dialog-titlebar, .ui-dialog-titlebar-widget-header,
	.ui-dialog-titlebar.ui-corner-all, .ui-tabs-nav, .ui-tabs-nav.ui-widget-header,
	.ui-tabs-nav.ui-corner-all, .ui-datepicker-header,
	.ui-datepicker-header.ui-widget-header, .ui-datepicker-header.ui-corner-all
	{
	border: none;
	background: none;
	border-radius: 0;
	border-bottom: 1px solid #aaa;
}

.ui-dialog-title {
	font-size: 16px;
	line-height: 18px;
}

.ui-tabs, .ui-tabs.ui-widget-content, .ui-tabs.ui-corner-all {
	border: none;
}

.ui-tabs .ui-tabs-nav {
	padding-left: 1em;
}

.ui-tabs-nav>li.ui-state-active {
	background-color: white;
	background-image: none;
}

.ui-dialog {
	border: 4px solid #777;
	box-shadow: 0 0 20px #888888;
}

button.ui-corner-all.ui-widget.ui-dialog-titlebar-close {
	border: none;
}

.ui-datepicker td span, .ui-datepicker td a, .ui-datepicker td a.ui-state-default
	{
	border: none;
	text-align: center;
	margin: 1px;
}

.ui-datepicker td a.ui-state-active {
	border: 1px solid #aaa;
	margin: 0px;
}

.ui-datepicker-week-end .ui-state-default {
	font-weight: bold;
}

/*
.ui-accordion-content.ui-widget-content {
  background:none;
  border:none;
}
*/
ol.links.ui-accordion-content.ui-widget-content {
	padding: 0;
	margin: 0;
}

.ui-widget-overlay {
	opacity: .6;
	filter: Alpha(Opacity = 60);
}

h4.ui-accordion-header {
	font-weight: 500;
	font-size: 18px;
}

.circle {
	border: 1px solid #ccc;
	background-color: #ccc;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	text-align: center;
	padding-top: 24px;
	font-weight: 600;
	font-size: 40px;
}

div.main-header {
	width: 100%;
	background-image: url('../img/fundo-blue.png');
	background-repeat: repeat;
	box-shadow: inset 0 150px 100px 0 rgba(0, 0, 0, 0.5);
}

div.p-grid.bg-home {
	background-image: url('../img/fundo-cinza2.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.icone {
	display: inline-block;
	width: 108px;
	height: 108px;
	line-height: 108px;
	vertical-align: middle;
	background-image: url("../img/icones.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}

.ico-balanca {
	background-position: 0 0;
}

.ico-caneta {
	background-position: -108px 0;
}

.ico-documento {
	background-position: -216px 0;
}

.ico-monumento {
	background-position: -324px 0;
}

.ico-pasta {
	background-position: 0 -108px;
}

.ico-juri {
	background-position: -108px -108px;
}

.ico-martelo {
	background-position: -216px -108px;
}

.ico-livro {
	background-position: -324px -108px;
}

.d-flex {
	display: flex;
}

.justify-center {
	justify-content: center;
}

.align-stretch {
	align-items: stretch;
}

.main-topic {
	position: relative;
	box-sizing: border-box;
	max-width: 300px;
	min-width: 200px;
	padding: 0.5rem;
	margin: auto;
	text-align: center;
}

.main-topic:last-child {
	border-right: none;
}

@media screen and (min-width: 768px) {
	.p-md-auto {
		flex-grow: 1;
		flex-basis: 0;
		padding: 0.5em;
	}
}