.estatistica #sidebar_Estatistica {
	height: 84vh;
}

/* Deixa o botaoRemoveGrafico absolute dentro desse container */
.estatistica .graficos {
	position: relative;
}

.estatistica .graficos ul {
	padding-bottom: 10px;
}

.estatistica .botaoRemoveGrafico {
	margin: 5px 10px 0;
	float: right;
}

.estatistica-chart .borda {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 5px;
}

.estatistica-chart .borda label {
	margin: 0px;
}

.estatistica-chart .no-padding-left {
	padding-left: 0px !important;
    margin-top: 5px;
}

.estatistica-chart ul {
	max-height: 140px;
	overflow-x: hidden;
}

.estatistica-chart li span {
    padding: 0px 15px;
    border-radius: 4px;
    color: white;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    border: 1px solid #BABACB;
}

.strike {
	background-color: rgba(0,0,0,0) !important;
	text-decoration: line-through !important;
}