div.results-aggregations li {
	cursor: default;
}

.icon_pfeilUnten_Aggregation {
	background-image: url("/findok/javax.faces.resource/img/iconExtendArrows.png");
	background-position: left -100px;
	background-repeat: no-repeat;
	padding-right: 18px;
}

.icon_pfeilOben_Aggregation {
	background-image: url("/findok/javax.faces.resource/img/iconReduceArrows.png");
	background-position: left -100px;
	background-repeat: no-repeat;
	padding-right: 18px;
}

ul.aggregation-entries .count {
	font-weight: bold;
}

ul.aggregation-entries .count::before {
	content: "(";
}

ul.aggregation-entries .count::after {
	content: ")";
}

.gruppiertNach .field {
	font-weight: bold;
}

.gruppiertNach.gruppiertString .caption {
	font-weight: bold;
}

.results-aggregations .filter-caption {
	background-color: #ededea;
    border-bottom: 1px solid gray;
    display: block;
    font-weight: bold;
    padding: 5px;
    position: fixed;
    width: 180px;
}

.results-aggregations  .reset-aggregations {
	display: block;
	width: 100%;
	border-top: 1px solid gray;
	padding: 5px;
	font-weight: bold;
}

.results-aggregations  .reset-aggregations input {
	margin-left: 20px;
	margin-right: 0;
}

.aggregation_year_diff_0 {
	color: #000;
}

.aggregation_year_diff_1 {
	color: #050505;
}

.aggregation_year_diff_2 {
	color: #101010;
}

.aggregation_year_diff_3 {
	color: #151515;
}

.aggregation_year_diff_4 {
	color: #202020;
}

.aggregation_year_diff_5 {
	color: #252525;
}

.aggregation_year_diff_6 {
	color: #303030;
}

.aggregation_year_diff_7 {
	color: #353535;
}

.aggregation_year_diff_8 {
	color: #404040;
}

.aggregation_year_diff_9 {
	color: #454545;
}

.aggregation_year_diff_10 {
	color: #505050;
}

.aggregation_year_diff_15 {
	color: #555555;
}

.aggregation_year_diff_20 {
	color: #606060;
}

form#navigationForm {
	display: flex;
    flex-flow: column nowrap;
}

form#navigationForm {
	height: 100%;
}

div.results-aggregations {
	margin: 5px;
}

div.results-aggregations {
	display: flex;
    flex: 1 1 auto;
    flex-flow: column-reverse nowrap;
    overflow: auto;
    width: 95%;
}

div.results-aggregations-inner {
	overflow: auto;
}

a.inactive, a.no-results {
	color: gray !important;
}

span.active-aggregation-entries {
	color: brown;
    display: inline-block;
    margin-left: 5px;
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}

.results-aggregations .deactivated,
.results-aggregations .deactivated li,
.results-aggregations .deactivated li span,
.results-aggregations .deactivated li span a,
.results-aggregations .deactivated .dateRangeSliderContainer a {
	color: gray !important;
	cursor: default;
}

.results-aggregations-inner-2 {
	margin-top: 50px;
}
.results-aggregations-inner-2-shrink {
	margin-top: 30px;
}

div.dateRangeSliderContainer {
	width: 170px;
	position: relative;
	background-color: #ededea;
}

div.sliderCaptions {
	position: relative;
	height: 20px;
}

.sliderCaptions a,
.sliderCaptions a:hover {
	position: absolute;	
	font-size: 80%;
	background-color: none;
}

.sliderCaptions a._1 {
	left: 0;
}

.sliderCaptions a._3 {
	left: 33%;
}

.sliderCaptions a._5 {
	left: 66%;
}

.sliderCaptions a._7 {
	right: 0;
}

.sliderCaptions a._2 {
	left: 18%;
}

.sliderCaptions a._4 {
	left: 49%;
}

.sliderCaptions a._6 {
	left: 81%;
}

div#slider {
	margin: 3px;
}

.sliderCaptions a {
	display: inline-block !important;
}

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
    background: #6495ED none repeat scroll 0 0 !important;
    border: 1px solid #c5c5c5;
    color: #454545;
    font-weight: normal;
}

.sliderCaptions div._1,
.sliderCaptions div._2,
.sliderCaptions div._3,
.sliderCaptions div._4,
.sliderCaptions div._5,
.sliderCaptions div._6,
.sliderCaptions div._7 {
	position: absolute;
	width: 1px;
	height: 5px;
	border-left: 2px solid black;
	overflow: hidden;
}

.sliderCaptions div._1,
.sliderCaptions div._3,
.sliderCaptions div._5,
.sliderCaptions div._7 {
	bottom: 0;
}

.sliderCaptions div._2,
.sliderCaptions div._4,
.sliderCaptions div._6 {
	top: 0;
}

.sliderCaptions div._1 {
	left: 5%;
}

.sliderCaptions div._3 {
	left: 38%;
}

.sliderCaptions div._5 {
	right: 28%;
}

.sliderCaptions div._7 {
	right: 0;
}

.sliderCaptions div._2 {
	left: 22%;
}

.sliderCaptions div._4 {
	left: 54%;
}

.sliderCaptions div._6 {
	right: 11%;
}

a.clearAggregationFilters {
	color: #6262ce;
	display: block;
	font-size: x-small;
}

a.clearAggregationFilters.deactivated {
	border-color: gray;
}