@charset "utf-8";
body{
	background-color:#E9E9E9;
}
hr{
	border-color:#3A96D9;
}
header.row{
	background-color:#3A96D9;
	padding:15px 20px;
	margin-bottom:0px;
}
.form-login{
	margin-top:50px;
}
.col-xs-1 a{
	padding:0px 10px;
}
a[href="#pesquisa"]{
	margin-bottom:20px;
}
a.collapsed{
	margin-bottom:0px;
}
a.pessoaDados.collapsed:before{ /* fa fa-plus */
	content:"\f067";
	display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
	width: 1.28571429em;
	text-align: center;
}
a.pessoaDados:before{ /* fa fa-minus */
	content:"\f068";
	display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
	border:1px #337ab7 solid;
	padding:1px 2px;
	border-radius:3px;
	width: 1.28571429em;
	text-align: center;
}
a.pessoaDados{
	display:block;
	margin-bottom:5px;
}
a.pessoaDados:active, a.pessoaDados:focus, a.pessoaDados:hover{
	outline:none;
	text-decoration:none;
}
div.collapse > table tr td:first-child, .dados > table tr td:first-child{
	width:1px;
	white-space:nowrap;
}
div.collapse > table tr td:last-child{
	font-weight:bold;
}
.sep_white{
	width:100%;
	background-color:#FFF;
	padding-top:8px;
	height:40px;
}
.sep_blue{
	height:4px;
	background-color:#3A96D7;
}
h1.titulo{
	margin:0;
	padding:0 15px 30px 15px;
	border-bottom:4px #3A96D7 solid;
	text-align:center;
	font-family:'Futura Lt BT';
	font-size:7em;
	color:#2182C9;
}
.sep_titulo{
	height:25px;
	width:100%;
	background-color:#FFF;
}
.endless-scroll-loading{
	padding:10px 0;
	color:#6D90B8;
}
#mapa{
	width: 100%;
	height: 280px;
	border: 1px solid #ccc;
}
@media(max-width:767px) {
	h1.titulo{
		font-size:3.3em;
		padding:0 15px 20px 15px;
	}
}