@charset 'UTF-8';
/* Designer Carlos Neri / Senado Federal - Senadores */

/* PRIMEIRA SECTION / BACKGROUND CUPULA E PROFILE */
.conteudoBackground .ProfileSenadores {
	margin: 0;
	position: relative;
	background-color: #0095da;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,
		startColorstr=#0095da, endColorstr=#01325d);
	background: -webkit-linear-gradient(left, #0095da 50%, #01325d 50%);
	background: -o-linear-gradient(right, #0095da 50%, #01325d 50%);
	background: -moz-linear-gradient(right, #0095da 50%, #01325d 50%);
	background: linear-gradient(to right, #0095da 50%, #01325d 50%);
}
.conteudoBackground .ProfileSenadores .bgblackOpacity {
	background: url(../img/bgBlack.png);
	border-right: 2px solid transparent;
	-webkit-background-clip: padding-box;
	/* for Safari */
	background-clip: padding-box;
	/* for IE9+, Firefox 4+, Opera, Chrome */
	margin-bottom: 0px;
}
.conteudoBackground .ProfileSenadores .bg {
	background-color: #0095da;
}
.conteudoBackground .ProfileSenadores .cupula {
	position: absolute;
	bottom: 0;
	left: 0;
}
.conteudoBackground .ProfileSenadores h1 {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 32px;
	border: 0;
}
.conteudoBackground .ProfileSenadores h1 small {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 17.5px;
}
.conteudoBackground .ProfileSenadores h1 img {
	margin: 0 0 7px 0;
}
.conteudoBackground .ProfileSenadores h1 img {
	margin: 0 0 7px 0;
}
.conteudoBackground .ProfileSenadores .periodo {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 18px;
}
.conteudoBackground .ProfileSenadores .conteudo {
	padding: 10px 0 0 0;
	background-image: url(../img/cupula.png);
	background-repeat: no-repeat;
	background-position: 0px 112px;
}
.conteudoBackground .ProfileSenadores .conteudo .senador {
	background-color: #3b6490;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	height: 34px;
	margin: 15px 0 0 0;
	line-height: 33px;
}
.conteudoBackground .ProfileSenadores .conteudo .foto {
	background-color: #eee;
	text-align: center;
}
.conteudoBackground .ProfileSenadores .conteudo .foto img {
    margin-top: 15px;
    margin-bottom: 15px;

}
.conteudoBackground .ProfileSenadores .conteudo .head {
	margin-bottom: 10px;
	float: left;
}
.conteudoBackground .ProfileSenadores .conteudo .body .dadosPessoais {
	min-height: 280px;
	margin-left: 15px;
	padding-left: 15px;
}

.conteudoBackground .ProfileSenadores .conteudo .body .botaoNavegacao {
	min-height: 40px;
	text-align: right;
}
.conteudoBackground .ProfileSenadores .conteudo .body .botaoNavegacao a {
    margin-right: 10px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.conteudoBackground .ProfileSenadores .conteudo .body .dadosPessoais dl {
	color: white;
}
.conteudoBackground .ProfileSenadores .conteudo .body .dadosPessoais dl dt {
	float: left;
	margin-right: 7px;
}

.conteudoBackground .ProfileSenadores .conteudo .body .suplente {
	height: 200px;
	margin-left: 0;
	padding-left: 15px;
}
.conteudoBackground .ProfileSenadores .conteudo .body .dadosPessoais a {
	color: #a7d0fb;
}
.conteudoBackground .ProfileSenadores .conteudo .body h2 {
	font-size: 20px;
	color: #fff;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 34px;
}
.conteudoBackground .ProfileSenadores .conteudo .body ul {
	padding: 0;
	line-height: 15px;
	margin: 0;
}
.conteudoBackground .ProfileSenadores .conteudo .body li {
	list-style: none;
	color: #fff;
	font-size: 12px;
}
.conteudoBackground .ProfileSenadores .conteudo .body .portalTransparencia
	{
	float: right;
	padding: 5px;
	text-align: right;
	background: url(../img/bgBlack.png);
	border-right: 2px solid transparent;
	-webkit-background-clip: padding-box;
	/* for Safari */
	background-clip: padding-box;
	/* for IE9+, Firefox 4+, Opera, Chrome */
	margin-bottom: 2px;
}

/* SEGUNDA SECTION / CONTEUDO */
.conteudo .topoAssentos {
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #efefef;
	height: 40px;
	text-align: center;
	padding-top: 5px;
	margin: 10px 0;
	position: relative;
}
.conteudo .topoAssentos span {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	left: 47%;
	top: 80%;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background-color: #efefef;
}
.conteudo .topoAssentos p {
	font-size: 17px;
	color: #666;
	margin-top: 3px;
}
.conteudo aside {
	margin-top: 20px;
	margin-left: 0 !important;
}
.conteudo .mapa {
	margin: 10px 0;
}
.conteudo .assentos {
	margin: 35px 0;
}
.conteudo .botoes {
	padding: 5px 0;
}

.conteudo .botoes span {
	line-height: 20px;
}

.conteudo .controle_conteudo {
	padding: 0 0 0 15px;
	margin-top: 10px;
}
/* collapse ACCORDION */
.conteudo .accordion {
	margin: 10px 0;
	position: relative;
}
.conteudo .panel-default>.panel-heading {
	background-color: #fff;
}
.conteudo .accordion-caret .accordion-toggle:hover {
	text-decoration: none;
}
.conteudo .accordion-caret .accordion-toggle:hover span, .conteudo .accordion-caret .accordion-toggle:hover strong
	{
	text-decoration: underline;
}
.conteudo .accordion-caret .accordion-toggle:before {
	font-size: 25px;
	vertical-align: -3px;
}
.conteudo .accordion-caret .accordion-toggle:not(.collapsed):before {
	content: "\25BE";
	margin-right: 0px;
	position: absolute;
	right: 20px;
	line-height: 21px;
}
.conteudo .accordion-caret .accordion-toggle.collapsed:before {
	content: "\25B8";
	margin-right: 0px;
	position: absolute;
	right: 20px;
	line-height: 21px;
}
.conteudo .accordion fieldset {
	font-size: 0.9em;
}
.conteudo .accordion fieldset .table tfoot {
	background-color: #f8f8f8;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.conteudo .accordion fieldset .table .pagination {
	margin: 5px 0 0 0;
}
.conteudo .accordion fieldset .table .total {
	margin: 21px 0 0 5px;
	float: right;
}
.conteudo .accordion fieldset legend {
	font-size: 1.1em;
}
.conteudo .accordion fieldset .legendBG {
	background-color: #efefef;
	padding: 0 5px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}
.conteudo .accordion .fonte {
	font-size: 0.9em;
	margin: 0;
}
.conteudo .accordion .relatorios ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.conteudo .accordion .relatorios ul li {
	display: inline;
}
.conteudo .accordion .relatorios ul li a {
	padding: 0 2px;
	text-decoration: none;
	font-size: 0.9em;
}

/* ajustes indicador fora de exercício */
img.sf-senador-bandeira-uf {
    height: 27px;
}

.sf-senador-indicador-fora-exercicio {
	font-size: 17px;
}

.sf-senador-indicador-fora-exercicio>a>.icon {
	color: white;
}
/* AJUSTES RESPONSIVO */
/* mozila table responsive */
@-moz-document url-prefix() {
	fieldset { 
		display:table-cell;
	}
}

/* MEDIA QUERIES */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, min 980px and max 1199px ) */
@media ( min-width : 980px) and (max-width: 1199px) {
	.conteudoBackground .ProfileSenadores .conteudo .foto img {
		max-width: 90%;
	}
	.conteudoBackground .ProfileSenadores .conteudo {
		background-position: 0px bottom;
		background-size: 990px;
	}
	.conteudoBackground .ProfileSenadores .conteudo .head {
		float: inherit;
	}
}
/* Small devices (tablets, min 768px and max 979px) */
@media ( min-width : 768px) and (max-width: 979px) {
	.conteudoBackground .ProfileSenadores .conteudo .head {
		padding-left: 15px;
		padding-top: 5px;
		background: url(../img/bgBlack.png);
		margin-bottom: 0;
		float: inherit;
	}
	.conteudoBackground .ProfileSenadores .bgblackOpacity {
		border-right: none;
	}
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"]
		{
		display: block;
		float: none;
		width: 100%;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.conteudoBackground .ProfileSenadores .conteudo .body .dadosPessoais {
		margin-left: 0;
	}
	.row {
		margin-left: 0;
	}
	.conteudoBackground .ProfileSenadores .conteudo {
		background-position: 0px bottom;
		background-size: 725px;
	}
	.conteudoBackground .ProfileSenadores .conteudo .body .botaoNavegacao {
		padding: 5px;
	}
	.conteudoBackground .ProfileSenadores .conteudo .body .botaoNavegacao button {
		width: 100%;
		margin: 0;
	}
	.conteudo .botoes button {
		margin-bottom: 5px;
		display: block;
		width: 96.4%;
	}
	.conteudo .topoAssentos p {
		font-size: 21px;
		margin-top: -2px;
	}
	.conteudo .controle_conteudo {
		padding: 0px;
	}
	.aui .conteudo .botoes .btn {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		margin-bottom: 5px;
	}
}
/* Small devices (moblie, tablets max 767px) */
@media ( max-width : 767px) {
	.conteudoBackground .ProfileSenadores .conteudo .head {
		padding-left: 15px;
		padding-top: 5px;
		background: url(../img/bgBlack.png);
		margin-bottom: 0;
		float: inherit;
	}
	.conteudoBackground .ProfileSenadores .bgblackOpacity {
		border-right: none;
	}
	.conteudoBackground .ProfileSenadores .conteudo .body .dadosPessoais {
		margin-left: 0;
	}
	.conteudoBackground .ProfileSenadores .conteudo {
		background-position: 0px bottom;
		background-size: 580px;
	}
	.conteudoBackground .ProfileSenadores .conteudo .body .botaoNavegacao {
		padding: 5px;
	}
	.conteudoBackground .ProfileSenadores .conteudo .body .botaoNavegacao button {
		width: 100%;
		margin: 0;
	}
	.conteudo .botoes button {
		margin-bottom: 5px;
		display: block;
		width: 92%;
	}
	.conteudo .controle_conteudo {
		padding: 0px;
	}
	.aui .conteudo .botoes .btn {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		margin-bottom: 5px;
	}
}
/* Landscape phones and down (moblie max 479px) */
@media ( max-width : 479px) {
	.conteudoBackground .ProfileSenadores .conteudo {
		background-position: 0px bottom;
		background-size: 400px;
	}
	.conteudoBackground .ProfileSenadores .conteudo .head {
		float: inherit;
	}
}