body {
  padding-top: 60px;
}

.glyphicon-minus-sign {
	color: #d9534f;
}

.glyphicon-plus-sign {
	color: #47a447;
}

.horizontal-legend {
	list-style: none;
}

.horizontal-legend li {
	margin: 4px 0 4px 0;
	text-align: right;
}

.horizontal-legend li span {
	padding: 0 6px 0 6px;
}

.horizontal-legend li.pi span {
	border: 1px solid #DCDCDC;
	background-color: rgb(220, 220, 220);
	background-color: rgba(220, 220, 220, .5);
}

.horizontal-legend li.ri span {
	border: 1px solid #97BBCD;
	background-color: rgb(151, 187, 205);
	background-color: rgba(151, 187, 205, .5);
}

.horizontal-legend li.pe span {
	border: 1px solid #FFD3A3;
	background-color: rgb(255, 211, 163);
	background-color: rgba(255, 211, 163, .5);
}

.horizontal-legend li.re span {
	border: 1px solid #FA8100;
	background-color: rgb(250, 129, 0);
	background-color: rgba(250, 129, 0, .5);
}

input.datepicker[readonly] {
	cursor: pointer;
	background-color: #fff;
	opacity: 1.0;
	margin-top: 0px;
}

div.panel-heading a {
	text-decoration: none;
	color: #333;
}
