@media (min-width:1200px){
	ul.main-nav > li {
		width:20%;
	}
}

@media (min-width:992px){
	
	ul.main-nav {
		width:100%;
	}
	
	ul.main-nav > li {
		border-right:1px solid #fff;
		min-width:17%;
		text-align: center;
	}
	
	ul.main-nav > li:LAST-CHILD {
		border-right: none;
	}
	
	div.sidebar:after {
		background:#aaa;
		bottom:0;
		content:"";
		right:-3px;
		position:absolute;
		width: 3px;
		top:0;
	}

	div.sidebar-panel > div.main:before{
		background:#aaa;
		bottom:0;
		content:"";
		left:0;
		position:absolute;
		width: 3px;
		top:0;
	}

}

div.with-shadow{
	box-shadow: 0 8px 8px 8px #000;
}

nav.main-nav {
	border-radius: 0;
}


ul.main-nav > li {
	font-weight: bold;
}


div.sidebar {
	min-height: 12em;
}


div.sidebar h2 {
	font-size: small;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#999;
	font-weight: bold;
	line-height: 120%;
}

.nav-pills > li > a {
	border:1px solid #ddd;
}

.nav-pills > li.active > a {
	border:none;
}

.nav-stacked > li + li {
	margin-top:4px;
}

th.ano, td.total {
	text-align: center;
}

tr.total td {
	font-weight: bold;
}

td.valor {
	text-align: right;
}

td.small {
	font-size: small;
}

.nowrap {
	white-space: nowrap;	
}

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-tj {
	margin-top: 32px;
}

table.estatistica {
	background-color: rgba(255, 255, 255, 0.7);
	
}

div.pagina-inicial{
	padding:64px 0;
	text-align: center;
}

img.logo-inicio {
	display:inline-block;
	margin-bottom:-40px;
}

.bg-inicio {
	background-image: url('../img/anuario-inicio-fundo.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -24px;
	margin-bottom: -20px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 0 48px 48px white inset;
}

.bg-inicio:hover {
	background-image: url('../img/anuario-inicio-fundo-2.jpg');
}

.xbg-inicio {
	transition-property: background-image;
	transition-duration: 5s;
	transition-timing-function:linear;
}

.tjpa-inicio {
	width:60%;
}

.glyphicon-spinner {
  background-image: url('../img/ajax-loader.gif');
  background-repeat: no-repeat; 
  width:16px;
  height:16px;    
}

.spinner-col {
	padding-top: 7px;
	margin-left: -24px;	
}

.nav-pills > li > a {
	background-color: #ededed;
}

.navbar-inverse {
	background-color: #337ab7;
}

.navbar-inverse .navbar-nav > li > a {
	color: #cdcdcd;
}

td.empty {
	background-color: #e0dddd;
}

div.apresentacao {
	margin-top:2em;	
}

div.apresentacao p {
	font-size: large;
	padding-bottom: 1em;
	text-align: justify;
}

p.caps:first-letter {
  color: #337ab7;
  float: left;
  font-family:Georgia, Times, serif;
  font-size: 62px;
  line-height: 36 px;
  padding-top: 4px;
  padding-right: 12px;
  padding-left: 2px;
}

p.brasao {
	text-align: center;
	margin-bottom:1em;
}

p.municipios .label {
	color:#888;
}

p.municipios .label-default {
	background-color: #dfdfd0;
}

.download-link{
	position:absolute;
	right:-32px;
	padding-top:4px;
	font-size:24px;
	z-index:+100;
}

.index-col {
	width:3em;
}

.name-col {
	min-width:15em;
}

i.big {
	font-size:150%;
	vertical-align: middle;
}

.link-referencia {
	word-break: break-all;
}

ul.referencias li {
	margin-bottom:1em;
}

ul.link-list{
	margin-top:0.5em;
}

ul.nav li.message {
	padding:10px 0;
}
