@media print {
	div.navbar-wrapper {display:none} // remove menu bootstrap antes da impressão
}
@media screen {
	body {background-color:#DADAC4 !important}
	//p {max-width:45em;}
	//div#wrap div.container ul li {max-width:45em}
	div.container p, div.container ul li {text-align:justify}
	//h1 {text-align:center}
	div.navbar-wrapper, div.navbar {background-color:#394B31}
	div.navbar-inverse {border:none}
	a.navbar-brand, a.dropdown-toggle {color:white !important; font-weight:bold !important}
}
img {margin-bottom:10px}

/* Tabelas */
tr:hover td {background-color:lightgray}

/* BOOTSTRAP PERSONALIZADO */
.nav-tabs {background-color:#DADAC4;}
.nav-tabs > li > a {
	color:#394B31;
	font-weight:bold;
	border-color:black;
}
.nav-tabs > li > a:hover {background-color:#394B31;color:white}
.nav-tabs {border-bottom-color:black}

/* BARRA GOVERNO  */

	#barra-brasil-v3 {
		position:relative;
		clear:both;
		overflow:hidden;
		min-width:1000px;
		height:28px;
		background:#00500f;
	}
	#barra-brasil-v3 span {
		display:block;
		width:50%;
		height:28px;
		background:url(../img/barra-brasil-v3-bgx.gif) 0 bottom repeat-x;
	}
	#barra-brasil-v3 span .imagemGov {
		position:absolute;
		top:4px;
		left:50%;
		height: 24px;
		width: 1000px;
		background: url(../img/barra-brasil-v3-verde.gif) right top no-repeat;
		margin-left:-500px;
	}
	#barra-brasil-v3 span .brasilgov {
		width: 100px;
		height: 24px;
		float:right;
		display:block;
		border: 0 !important;
	}

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  //height: 110px;
  background-color: #f5f5f5;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}
