/* estilos de ajustes nas classes bootstrap */
.aui .progress-out .bar, .aui .progress .bar-out {
	position: relative;
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #dcdcdc, #b5b5b5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dcdcdc),
		to(#b5b5b5));
	background-image: -webkit-linear-gradient(top, #dcdcdc, #b5b5b5);
	background-image: -o-linear-gradient(top, #dcdcdc, #b5b5b5);
	background-image: linear-gradient(to bottom, #dcdcdc, #b5b5b5);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc',
		endColorstr='#b5b5b5', GradientType=0);
}

.aui .progress .bar {
	position: relative;
	overflow: visible;
}

.aui .progress-flag {
	border-radius: 16px;
	background-color: #555;
	border: 1px solid #f5f5f5;
	width: 16px;
	height: 16px;
	box-shadow: 2px 2px 5px #333;
	display: inline-block;
	position: absolute;
	line-height: 17px;
	cursor: pointer;
	font-weight: bold;
	left: -5px;
	z-index: 100;
}

.aui .progress-flag-right {
	left: auto;
	right: -5px;
}

.aui .progress-flag:hover {
	background-color: orange;
}

/* estilos para classes específicas de exercícios e mandatos*/
.mandatos .borda {
	border: 2px solid #fff;
}

.mandatos {
	width: 100%;
	display: block;
}

.mandatos .legislatura {
	float: left;
	width: 100%;
	background-color: #f5f5f5;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.mandatos .legislatura .titulo {
	border-bottom: 1px solid #ccc;
	color: #999;
	font-weight: bold;
	padding-bottom: 5px;
	width: 90%;
	margin-bottom: 15px;
	display: inline-block;
}

.aui .mandatos .legislatura .legislatura-timeline .progress {
	width: 90%;
	float: left;
	overflow: visible;
}

.mandatos .data {
	width: 100%;
	float: left;
}

.mandatos .data .ano li {
	width: 45px;
}

.mandatos .legislatura .ano {
	width: 10%;
	display: inline-block;
}

.mandatos .legislatura .ano p {
	color: #999;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-right: 2px;
	margin-bottom: 20px;
}

.mandatos .data ul {
	margin: 0;
	display: flex;
}

.mandatos .data ul.meses {
	width: 90%;
}

.mandatos .data ul.ano {
	width: 10%;
}

.mandatos .data ul li {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 21px;
	padding: 0px;
	margin: 0px;
	border: 1px solid white;
	background-color: #e5e5e5;
	color: #999;
	border-bottom: none;
	box-sizing: border-box;
}

.mandatos .data ul.meses li {
	width: 8.33%;
}

.mandatos .data ul.ano li {
	width: 100%;
}

@media (max-width: 767px) {
	.mandatos .legislatura .ano p {
		font-size: 14px;
	}
}
@media (max-width: 479px) {
	.mandatos .legislatura .ano p {
		font-size: 10px;
	}
}