/* 
=============================================================================

	statistics.css
	v1.0
	2025/05/13
	
	Written by John Westwood

	Styling for Unit Statistics pages

=============================================================================
*/

.boxFull {
	margin-bottom: 40px;
	padding-top: 20px;
}

ul.instructions {
	margin-left: 10px;
	margin-top: 20px;
}

ul.instructions li,
ul.instructions li b,
ul.instructions li:before {
	line-height: 2.0 !important;
}

#placeUnits {
	height: 500px;
	padding-top: 5px;
	overflow: hidden;
	overflow-y: auto;
}

.place-units-scroll {
	display: block !important;
	scrollbar-color: #3387ad #fcfcfc;
}

.place-units-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 9px;
    height: 9px;
}

#placeUnits li,
#placeUnits li:before {
	line-height: 2.5;
}

@media screen and (min-width: 650px) {
	.filter-container { grid-template-columns: 1fr 2fr; }
}

.control-label {
	margin-right: 8px;
}

.filter-container {
	display: grid;
	row-gap: 15px;
	column-gap: 20px;
}

#theme {
	width: 100%;
	margin-right: unset;
}

#dateRange {
	width: 100%;
}

#dateRangeSlider {
	margin-left: 5px;
	margin-right: 5px;
	height: 5px;
    top: 50%;
    transform: translate(0%, -50%);
}

.range-slider .range-slider__thumb {
	background: #3585aa;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	width: 18px;
	height: 18px;
}

.range-slider .range-slider__range {
	background: #3585aa;
}

.year {
	margin-bottom: unset;
	color: unset;
	background: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #3585aa;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
