/* Сторінка статистики: карта, топ країн, помісячна динаміка */
/* #id, бо .jvm-container з CSS бібліотеки ставить height:100% */
#stats-map.stats-map {
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
	height: 420px;
	margin-bottom: 6px;
	width: 100%;
}
.stats-legend {
	color: #888;
	font-size: 12px;
	margin-bottom: 24px;
	text-align: right;
}
.stats-legend i {
	display: inline-block;
	height: 10px;
	margin-left: 1px;
	vertical-align: middle;
	width: 22px;
}
.stats-legend i:first-of-type {
	margin-left: 6px;
}
.stats-legend i:last-of-type {
	margin-right: 6px;
}
.stats-col {
	margin-bottom: 26px;
}
.stats-col h2 {
	border-bottom: 2px solid #19195E;
	color: #19195E;
	font-family: 'PFDinTextCompPro-Regular', Tahoma, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 12px;
	padding-bottom: 4px;
}
.stats-list {
	column-count: 2;
	column-gap: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.stats-list li {
	break-inside: avoid;
	margin-bottom: 9px;
	page-break-inside: avoid;
}
.stats-line {
	align-items: center;
	display: flex;
	font-size: 14px;
	gap: 7px;
	line-height: 17px;
}
.stats-line img {
	border: 1px solid #ddd;
	flex: 0 0 auto;
	/* media.css розтягує .content img на 100% — прапорцям потрібен свій розмір */
	height: 15px;
	width: 20px;
}
.stats-line .nm {
	flex: 1 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.stats-line .qt {
	color: #666;
	flex: 0 0 auto;
	font-size: 12px;
}
.stats-line .pc {
	color: #19195E;
	flex: 0 0 auto;
	font-weight: bold;
	text-align: right;
	width: 38px;
}
.stats-bar {
	background: #ececec;
	display: block;
	height: 5px;
	margin-top: 3px;
}
.stats-bar i {
	background: #19195E;
	display: block;
	height: 5px;
}
.stats-chart {
	height: auto;
	width: 100%;
}
.stats-chart rect {
	fill: #19195E;
}
.stats-chart text {
	fill: #777;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-anchor: middle;
}
.stats-chart text.yr {
	fill: #aaa;
	font-size: 9px;
}
.stats-note {
	border-top: 1px solid #e3e3e3;
	color: #888;
	font-size: 12px;
	margin-top: 28px;
	padding-top: 10px;
}
.stats-empty {
	background: #fff8e5;
	border: 1px solid #f0dca0;
	font-size: 14px;
	padding: 14px 16px;
}
@media only screen and (max-width: 980px) {
	#stats-map.stats-map { height: 280px; }
	.stats-list { column-count: 1; }
}
.stats-period {
	margin: -6px 0 16px;
}
.stats-period a,
.stats-period b {
	display: inline-block;
	font-family: 'PFDinTextCompPro-Regular', Tahoma, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-right: 4px;
	padding: 4px 11px;
	text-decoration: none;
}
.stats-period a {
	background: #eee;
	color: #1b3a6b !important;
}
.stats-period a:hover {
	background: #ffcc33;
}
.stats-period b {
	background: #19195E;
	color: #fff;
}
.stats-sub {
	color: #888;
	font-size: 14px;
	white-space: nowrap;
}
