﻿body.st-public-report {
	color-scheme: light;
	--st-color: #0d8f6a; /* 'brand' color */
	--st-border-radius: 0px;
	--st-bg-color: #FFFFFF;
	--st-text-color: #333;
	--st-border-color: #ddd;
	--st-ctrl-border-color: #ddd;
	--st-item-bg-color: #e0e0e0;
	--st-item-highlight-bg-color: #3875d7;
	--st-input-active-bg-color: #f5f5f5;
	--st-btn-hover-color: #e6e6e6;
	--st-switch-color: #999;
	--st-checkbox-switch: 0; /* 1 to enable switches instead of checkboxes */
	--st-muted-text-color: #777;
	--st-bright-text-color: #000;
	--st-chart-series-a-color: #5b9bd5;
	--st-chart-series-b-color: #ed7c31;
	--st-chart-series-c-color: #a5a5a5;
	--st-chart-series-d-color: #ffbf00;
	--st-chart-series-e-color: #4473c4;
	--st-chart-series-f-color: #70ad47;
	--st-chart-series-g-color: #ca8622;
	--st-chart-series-h-color: #6b0392;
	--st-chart-series-i-color: #f05b4f;
	--st-chart-series-j-color: #dda458;
	--st-chart-series-k-color: #eacf7d;
	--st-chart-series-l-color: #86797d;
	--st-chart-series-m-color: #b2c326;
	--st-chart-series-n-color: #6188e2;
	--st-chart-series-o-color: #a748ca;
}
body.st-color-scheme-dark.st-public-report {
	color-scheme: dark;
	--st-bg-color: #151b23;
	--st-text-color: #b1b8c1;
	--st-border-color: #3d444d;
	--st-ctrl-border-color: #3d444d;
	--st-item-bg-color: #4184e42a;
	--st-input-active-bg-color: #2a313c;
	--st-muted-text-color: #9198a1;
	--st-btn-hover-color: #4184e42a;
	--st-bright-text-color: #FFF;
	--st-switch-color: #3d444d;
	--pvt-th-bg-color: #212830;
	--pvt-label-color: #A0A0A0;
	--pvt-subtotal-color: #9198a1;
	--pvt-border-color: var(--st-ctrl-border-color);
	--pvt-expand-color: #777;
	--pvt-bg-color: var(--st-bg-color);
	--st-chart-opacity: 75%;
	background-color: var(--st-bg-color);
	color: var(--st-text-color);
}
body.st-color-scheme-dark .ct-chart line,
body.st-color-scheme-dark .ct-chart-pie .ct-series,
body.st-color-scheme-dark .ct-chart-donut .ct-series {
	filter: brightness(var(--st-chart-opacity));
}
body.st-color-scheme-dark table.pvtTable div.pvtDatabarContainer > div.pvtDatabar {
	filter: brightness(var(--st-chart-opacity));
}
body.st-color-scheme-dark .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
	filter: invert(1);
}


body.stReportLoading {
	overflow: hidden;
}
.table {
	width: 100%;
}
input[disabled="disabled"] {
	background-color: initial !important;
}
input:focus, textarea:focus, select:focus, a:focus {
	outline: none;
}
.stReport.stLoading {
	opacity:0.6;
}
.stFilterInner, .stFilterButtonsContainer {
	display: inline;
}
.stFilterGroup, a.stFilterButton, a.stExportButton, a.stFilterResetButton {
	border: 1px solid var(--st-ctrl-border-color);
	border-radius: var(--st-border-radius);
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	min-height: 30px;
}

a.stFilterButton, a.stExportButton, a.stFilterResetButton {
	text-align: center;
}
a.stSmallButton {
	padding: 2px 5px !important;
	min-height:auto !important;
}

.stFilterGroupCollapsed {
	display:none;
}
.stFilterExpanded .stFilterGroupCollapsed {
	display:inline-block;
}
.stFilterButton.stFilterExpandCollapse::before {
	content: "\2795\FE0E";
	color: #777;
}
.stFilterExpanded .stFilterButton.stFilterExpandCollapse::before {
	content: "\2796\FE0E";
}

label.stParameter {
	display: inline-block;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	height: 28px;
	border-width: 0px;
	box-sizing: border-box;
	margin: 0px;
	vertical-align: middle;
}
.stFilterPosition-v label.stParameter {
	border-radius: var(--st-border-radius) var(--st-border-radius) 0 0;
	border-style: solid;
	border-color: var(--st-ctrl-border-color);
	border-width: 1px 1px 0 1px;
	padding: 5px 10px;
	background-color: var(--st-input-active-bg-color);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.stCheckbox label.stParameter {
	padding-right: 10px;
}
.stCheckbox label.stParameter .stLabelEnding {
	display: none;
}

.stParameter {
	font-size: 12px;
}
input.stParameter {
	display: inline-block;
	height: 28px;
	box-sizing: border-box;
	min-width: 150px;
	vertical-align: middle;
	border-width: 0px;
	border-style: none;
	border-color: transparent;
}

input:not([type="checkbox"]):not([type="radio"]).stParameter {
	border-radius: 0 var(--st-border-radius) var(--st-border-radius) 0;
	padding-left: 5px;
	padding-right: 5px;
	background-color:var(--st-bg-color);
	color:var(--st-text-color);
}
input:not([type="checkbox"]):not([type="radio"]).stParameter:focus {
	background-color: var(--st-input-active-bg-color);
}
.stFilterPosition-v input:not([type="checkbox"]):not([type="radio"]).stParameter:focus {
	background-color: var(--st-bg-color);
}

input[type="checkbox"].stParameter {
	min-width: auto;
	height: 24px;
}

.stParameter.form-control-select2 {
	min-width: 150px;
	margin: -1px -1px -1px -1px;
	border: 1px solid var(--st-ctrl-border-color);
	border-left-color: transparent;
	border-style: solid;
	border-radius: 0 var(--st-border-radius) var(--st-border-radius) 0;
}
.stFilterPosition-v .stParameter.form-control-select2 {
	margin:0;
	border-left-color:var(--st-ctrl-border-color);
}

.stParameter.form-control-select2.select2-dropdown-open {
	border-left-color: var(--st-input-active-bg-color);
}

.select2-choices .select2-input {
	line-height:18px;
	padding: 0px 5px !important;
}
.select2-more-results {
	font-size: 10px;
	line-height: 20px;
	padding: 5px;
}
.select2-results .select2-highlighted {
	background-color: var(--st-item-highlight-bg-color) !important;
}

.select2-container > ul, .select2-container-multi .select2-choices .select2-search-choice {
	background-image: none !important;
	box-shadow: none !important;
}
.select2-container > ul {
	border-radius: 0 var(--st-border-radius) var(--st-border-radius) 0;
}
.stFilterPosition-v .select2-container > ul {
	border-radius: 0 0 var(--st-border-radius) var(--st-border-radius);
}

.select2-container-multi .select2-choices .select2-search-choice {
	border-radius: var(--st-border-radius) !important;
	margin: 0 0 4px 5px !important;
	background-color: var(--st-item-bg-color) !important;
	border-color: var(--st-item-bg-color) !important;
	color: var(--st-text-color) !important;
	line-height:12px !important;
}

.select2-container.select2-dropdown-open .select2-choice, 
.select2-container.select2-dropdown-open > ul {
	border-radius: 0 var(--st-border-radius) 0 0 !important;
}
.stFilterPosition-v .select2-container.select2-dropdown-open .select2-choice, 
.stFilterPosition-v .select2-container.select2-dropdown-open > ul {
	border-radius: 0 0 0 0 !important;
}

.select2-container.select2-dropdown-open.select2-drop-above .select2-choice {
	border-color: transparent !important;
	border-radius: 0 0 var(--st-border-radius) var(--st-border-radius) !important;
}
.select2-drop {
	border-bottom-left-radius: var(--st-border-radius) !important;
	border-bottom-right-radius: var(--st-border-radius) !important;
}
.select2-drop.select2-drop-above {
	border-radius: var(--st-border-radius) var(--st-border-radius) 0 0 !important;
}

.select2-container.select2-dropdown-open, .select2-container.select2-dropdown-open > ul {
	border-radius: 0 var(--st-border-radius) 0 0 !important;
}
.stFilterPosition-v .select2-container.select2-dropdown-open,
.stFilterPosition-v .select2-container.select2-dropdown-open > ul {
	border-radius: 0 0 0 0 !important;
}

	.select2-container.select2-dropdown-open.select2-drop-above {
		border-radius: 0 0 var(--st-border-radius) var(--st-border-radius) !important;
	}


.select2-search-field input {
	min-width:70px;
	max-width:70px;
}
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container-multi.select2-container-disabled .select2-choices,
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	background-color: initial !important;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	opacity:0.5;
	padding: 3px 5px 3px 18px !important;
}

a.stFilterButton, a.stExportButton, a.stFilterResetButton {
	color:#777;
	color: var(--st-text-color);
	text-decoration: none;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.5;
	vertical-align: top;
}
	a.stFilterButton.stDisabled, a.stExportButton.stDisabled, a.stFilterResetButton.stDisabled, .stLoading a.stFilterButton {
		opacity: 0.5;
		cursor: default !important;
	}

	a.stFilterButton:hover, a.stExportButton:hover, a.stFilterResetButton:hover {
		color:#000;
		color: var(--st-bright-text-color);
		background-color: var(--st-btn-hover-color);
		text-decoration: none;
	}

input.stParameter:focus, select.stParameter:focus {
	outline: none;
}
select.stParameter:focus {
	background-color: var(--st-input-active-bg-color);
	border-color: var(--st-input-active-bg-color);
}
.stFilterPosition-v select.stParameter:focus {
	background-color: #FFF;
	border-color:var(--st-ctrl-border-color);
}

input.stParameter[type="checkbox"] {
	display: block;
	float: left;
	padding: 0px;
	margin: 2px 0px 0px 10px;
}

/* checkbox-switch */
input[type="checkbox"].checkboxSwitch.stParameter {
	background-color: #fff;
	background-color: var(--st-ctrl-border-color);
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid var(--st-ctrl-border-color);
	width: 30px;
	height: 16px;
	margin-top: 6px;
	appearance: none;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	transition: background-position .15s ease-in-out, background-color 0.15s ease 0s;
}
input[type="checkbox"].checkboxSwitch.stParameter:checked {
	background-color:var(--st-switch-color);
	border-color:var(--st-switch-color);
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

select.stParameter {
	border: 1px solid var(--st-bg-color);
	border-radius: 0 var(--st-border-radius) var(--st-border-radius) 0;
	height: 28px;
	font-size: 12px;
	margin-left: 0px;
	cursor: pointer;
	vertical-align: middle;
	background-color: var(--st-bg-color) !important;
	color:var(--st-text-color);
}

.stDropdownMultivalue {
	position: absolute;
	border: 1px solid var(--st-ctrl-border-color);
	border-top: 0px;
	z-index: 101;
	background: var(--st-bg-color);
	display: inline-block;
	margin-top: 28px;
	margin-left: -1px;
	padding: 5px;
	overflow: auto;
	max-height: 300px;
	border-radius: 0 0 var(--st-border-radius) var(--st-border-radius);
}
	.stDropdownMultivalue label {
		display:block;
		font-size:12px;
		cursor:pointer;
		vertical-align:middle;
		padding:2px 3px;
		line-height:19px;
	}

	.stDropdownMultivalue label input {
		vertical-align:bottom;
	}
	.stDropdownMultivalue.hidden {
		display:none;
	}

.stDropdownMultivalueSelected {
	display: inline-block;
	position:relative;
	min-width: 20px;
	font-size: 12px;
	margin-left: -5px;
	padding-right: 20px;
	padding-left:5px;
	cursor:pointer;
	vertical-align:middle;
	clear:both;
	border:1px solid var(--st-ctrl-border-color);
	border-left-color:transparent;
	margin:-1px;
	min-height:30px;
	line-height:28px;
	border-radius:0 var(--st-border-radius) var(--st-border-radius) 0;
}
.stFilterPosition-v .stDropdownMultivalueSelected {
	border-radius: 0 0 var(--st-border-radius) var(--st-border-radius);
	border-top:0px;
}

.stDropdownMultivalueSelected.open {
	background-color: var(--st-input-active-bg-color);
	border-bottom-right-radius: 0px;
	border-left-color: var(--st-input-active-bg-color);
}
.stFilterPosition-v .stDropdownMultivalueSelected.open {
	border-radius: 0 0 0 0;
	background-color:var(--st-bg-color);
}

.stDropdownMultivalueSelected::after {
	display: inline-block;
	position:absolute;
	top:1px;
	right:5px;
	font-size: 8px;
	content: "\25BC";
	float: right;
	color: #666;
	line-height: 26px;
	vertical-align: middle;
}
.stDropdownMultivalueSelected.open::after {
	content: "\25B2";
}

input[disabled="disabled"] + .stDropdownMultivalueSelected {
	opacity:0.5;
}

.stReportContainer {
	max-width: 1180px;
	padding: 0px 10px;
	margin-left: auto;
	margin-right: auto;
}

	.stReportContainer.stReportEmbedded {
		padding: 0px;
		margin: 0px;
		max-width: 100%;
	}

.stReportError {
	color: #8a6d3b;
	background-color: #fcf8e3;
	padding: 15px;
	font-size: 14px;
	text-align:left;
	margin-bottom:10px;
}
.dashboardContainer .stReportError, .stReportPivotTable .stReportError {
	margin-bottom: 0px;
}

.stParameterError {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
.stParameterError span {
	line-height:1.5;
	display:inline-block;
	padding: 5px 10px 5px 0px;
	min-height:28px;
	font-size:12px;
	vertical-align:middle;
}
.stReportErrorClose {
	position: relative;
	top: -2px;
	right: -21px;
	border: 0px;
	float: right;
	opacity: 0.2;
	background:none;
	font-size:21px;
	font-weight:700;
	cursor:pointer;
	line-height:1;
}
	.stReportErrorClose:hover {
		color:#000000;
		opacity:0.5;
	}
.stReportPivotChart {
	text-align: center;
	box-sizing: border-box;
}

.stReportPivotTable, .stReportFlatTable {
	overflow: auto;
}

	.stReportFlatTable table th, .stReportFlatTable td {
		text-align: left !important;
		vertical-align:top;
	}

h1, .stLogo {
	margin: 0px;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
}

.stLogo {
	padding: 0px;
	line-height: 35px;
	font-family: "Segoe UI","Segoe WP","Arial";
	float: right;
	display: block;
	text-decoration: none;
	color: #000;
	color: var(--st-bright-text-color);
	font-weight: normal;
	height: 35px;
	overflow: visible;
}
.stLogo>span {
	color:#0d8f6a;
	font-weight:bold;
	color:var(--st-color);
}
.stLogo:hover, .stLogo:focus {
	text-decoration:none;
	color:inherit;
}

.footer {
	padding: 10px 0px;
	color: var(--st-muted-text-color);
	font-family: "Segoe UI","Segoe WP", "Arial";
	clear: both;
}
.footer.stFooterDashboard {
	position: fixed;
	bottom: 0px;
	padding: 0px 10px 10px 10px;
}

.footer.stFooterEmpty {
	padding-bottom:0px;
}
	.footer .stLink {
		text-decoration: none;
		color: #777;
		font-weight: bold;
	}
	.footer .stLink>span {
		color:#0d8f6a;
		color:var(--st-color);
	}

	.export {
		float: right;
		margin-bottom:5px;
	}
	.footer .export {
		margin-bottom:0px;
	}
		.export a {
			display:inline-block;
			text-align:center;
			margin-left: 5px;
			padding: 2px 5px;
			border: 1px solid var(--st-ctrl-border-color);
			color: var(--st-text-color);
			text-decoration: none;
			border-radius: var(--st-border-radius);
		}

			.export a:hover, .export a.active {
				color: var(--st-bright-text-color);
				background-color: var(--st-btn-hover-color);
				text-decoration: none;
			}
table.pvtTable .pvtPager {
	color: var(--st-muted-text-color);
}
table.pvtTable .pvtPager:hover {
	color: black;
	color: var(--st-bright-text-color);
	cursor: pointer;
}
table.pvtTable .pvtPagerRow .loading {
	color: #666 !important;
	color: var(--st-muted-text-color) !important;
	cursor:default !important;
}

table.pvtTable tr.pvtPagerRow th {
	font-weight: normal;
	color: var(--st-muted-text-color);
	text-align: center !important;
	padding: 5px;
}

table.pvtTable tr.pvtPagerRow {
	text-align: center !important;
}

table.pvtTable sup.diffValue {
	white-space: nowrap;
}
table.pvtTable div.diffValue {
	font-size: 80%;
}
.pvtStickyFixedHeader table.pvtTable tr.pvtPagerRow.bottomFixedRow th {
	top: auto !important;
	left: auto !important;
	bottom: 0px;
	position: sticky;
	border-top: 1px solid var(--st-ctrl-border-color);
}

table span.pvtSetReportParameters, a {
	color: #337ab7;
	text-decoration: none;
	cursor: pointer;
}

	table span.pvtSetReportParameters:hover, a:hover {
		color: #23527c;
		text-decoration: underline;
	}

table.pvtTable .pvtChartLegend {
	width: 14px;
}

table.pvtTable .pvtChartLegend {
	display: inline-block;
	width: calc(1em*1.4);
	margin-right: 5px;
}

.ct-grid {
	stroke-dasharray: initial !important;
	stroke: rgba(230,230,230,1.0) !important;
	stroke: var(--st-item-bg-color) !important;
}

.ct-chart line {
	shape-rendering: crispedges;
}

.ct-label.ct-vertical {
	text-align: right !important;
}

.ct-axis-title {
	/*font-style: italic;*/
}

.ct-label {
	color: #777 !important;
	color: var(--st-muted-text-color) !important;
	fill: #777 !important;
	fill: var(--st-muted-text-color) !important;
	font-size: 11px !important;
	overflow: hidden;
	box-sizing: border-box;
}
.ct-chart-donut .ct-label, .ct-chart-pie .ct-label {
	fill: var(--st-bg-color) !important;
}

.ct-bar-data-label {
	font-size: 11px !important;
	color: #000;
	text-align: center;
}

.ct-horizontal-bars .ct-label.ct-vertical {
	text-align: right !important;
	justify-content: flex-end !important;
	margin-right: 5px;
}
	.ct-horizontal-bars .ct-label.ct-vertical.ct-overflow-y {
		display: block !important;
		vertical-align: top;
		text-align: left;
	}
	.ct-label.ct-horizontal.ct-overflow-x {
		text-align: right !important;
		align-items: center !important;
		justify-content: flex-end !important;
		writing-mode: vertical-rl;
		transform: rotate(180deg) !important;
	}
.ct-axis-title {
	font-style: italic;
}

.ct-point {
	stroke-width: 5px !important;
}

.ct-condensed .ct-point {
	stroke-width: 2px !important;
}

.ct-sparsed .ct-point {
	stroke-width: 7px !important;
}
.ct-chart.ct-animation .ct-chart-line .ct-point, .ct-chart.ct-animation .ct-chart-area .ct-point {
	opacity:0;
}

.ct-line {
	stroke-width: 2px !important;
}

.ct-condensed .ct-line {
	stroke-width: 1px !important;
}

/* chart series colors */
.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
	stroke: var(--st-chart-series-a-color) !important;
}
.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
	fill: var(--st-chart-series-a-color) !important;
}
.pvtChartLegend.pvtChart-series-a {
	background-color: var(--st-chart-series-a-color);
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
	stroke: var(--st-chart-series-b-color) !important;
}
.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
	fill: var(--st-chart-series-b-color) !important;
}
.pvtChartLegend.pvtChart-series-b {
	background-color: var(--st-chart-series-b-color);
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
	stroke: var(--st-chart-series-c-color) !important;
}
.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
	fill: var(--st-chart-series-c-color) !important;
}
.pvtChartLegend.pvtChart-series-c {
	background-color: var(--st-chart-series-c-color);
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
	stroke: var(--st-chart-series-d-color) !important;
}
.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
	fill: var(--st-chart-series-d-color) !important;
}
.pvtChartLegend.pvtChart-series-d {
	background-color: var(--st-chart-series-d-color);
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
	stroke: var(--st-chart-series-e-color) !important;
}
.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
	fill: var(--st-chart-series-e-color) !important;
}
.pvtChartLegend.pvtChart-series-e {
	background-color: var(--st-chart-series-e-color);
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
	stroke: var(--st-chart-series-f-color) !important;
}
.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
	fill: var(--st-chart-series-f-color) !important;
}
.pvtChartLegend.pvtChart-series-f {
	background-color: var(--st-chart-series-f-color);
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
	stroke: var(--st-chart-series-g-color) !important;
}
.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
	fill: var(--st-chart-series-g-color) !important;
}
.pvtChartLegend.pvtChart-series-g {
	background-color: var(--st-chart-series-g-color);
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
	stroke: var(--st-chart-series-h-color) !important;
}
.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
	fill: var(--st-chart-series-h-color) !important;
}
.pvtChartLegend.pvtChart-series-h {
	background-color: var(--st-chart-series-h-color);
}


.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
	stroke: var(--st-chart-series-i-color) !important;
}
.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
	fill: var(--st-chart-series-i-color) !important;
}
.pvtChartLegend.pvtChart-series-i {
	background-color: var(--st-chart-series-i-color);
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
	stroke: var(--st-chart-series-j-color) !important;
}
.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
	fill: var(--st-chart-series-j-color) !important;
}
.pvtChartLegend.pvtChart-series-j {
	background-color: var(--st-chart-series-j-color);
}


.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
	stroke: var(--st-chart-series-k-color) !important;
}
.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
	fill: var(--st-chart-series-k-color) !important;
}
.pvtChartLegend.pvtChart-series-k {
	background-color: var(--st-chart-series-k-color);
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
	stroke: var(--st-chart-series-l-color) !important;
}
.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
	fill: var(--st-chart-series-l-color) !important;
}
.pvtChartLegend.pvtChart-series-l {
	background-color: var(--st-chart-series-l-color);
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
	stroke: var(--st-chart-series-m-color) !important;
}
.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
	fill: var(--st-chart-series-m-color) !important;
}
.pvtChartLegend.pvtChart-series-m {
	background-color: var(--st-chart-series-m-color);
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
	stroke: var(--st-chart-series-n-color) !important;
}
.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
	fill: var(--st-chart-series-n-color) !important;
}
.pvtChartLegend.pvtChart-series-n {
	background-color: #6188e2;
}


.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
	stroke: var(--st-chart-series-o-color) !important;
}
.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
	fill: var(--st-chart-series-o-color) !important;
}
.pvtChartLegend.pvtChart-series-o {
	background-color: var(--st-chart-series-o-color);
}


.ct-chart {
	overflow:hidden;
	position:relative;
}
.ct-chart.ct-legend-top {
	padding-top: 50px;
	box-sizing: border-box;
	overflow: hidden;
}
.ct-chart.ct-legend-bottom {
	padding-bottom: 50px;
	box-sizing: border-box;
	overflow: hidden;
}
.ct-chart.ct-legend-right {
	padding-right: 25%;
	box-sizing: border-box;
	overflow: hidden;
}

ul.ct-legend {
	height:30px;
	position:absolute;
	margin:10px 0;
	padding:0;
	overflow:hidden;
	list-style-type:none;
	text-align:left;
}
ul.ct-legend>li {
	margin:5px;
	padding-left:25px;
}
ul.ct-legend>li>span {
	font-size:12px;
	line-height:20px;
	vertical-align:middle;
	display:inline;
	margin-left:5px;
}
ul.ct-legend .pvtChartLegend {
	width:20px;
	height:20px;
	border-radius:4px;
	margin-left:-20px;
	display:inline-block;
}
.ct-chart.ct-legend-top ul.ct-legend {
	left: 0;
	top: 0;
	text-align:center;
}
.ct-chart.ct-legend-bottom ul.ct-legend {
	left: 0;
	bottom: 0;
	text-align:center;
}
.ct-chart.ct-legend-right ul.ct-legend {
	right: 0;
	top: 0;
	width:25%;
	height:100%;
	overflow-y:auto;
	margin:0;
}
.ct-chart.ct-legend-top ul.ct-legend > li,
.ct-chart.ct-legend-bottom ul.ct-legend > li {
	display:inline-block;
}
ul.ct-legend.ct-legend-compact .pvtChartLegend {
	width: 15px;
	height: 15px;
	border-radius: 3px;
}

ul.ct-legend.ct-legend-compact > li > span {
	font-size: 10px;
	line-height: 15px;
}

.chartist-tooltip {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	opacity: 0;
	min-width: 50px;
	padding: 5px;
	background-color: rgba(230,230,230,0.7);
	color: #453D3F;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	pointer-events: none;
	z-index: 1;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

	.chartist-tooltip:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		width: 0;
		height: 0;
		margin-left: -10px;
		border: 10px solid transparent;
		border-top-color: rgba(230,230,230,0.7);
	}

	.chartist-tooltip.tooltip-show {
		opacity: 1;
	}

.chartist-tooltip-meta {
	font-weight: normal;
	font-size: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
	max-height: 50px;
	display: inline-block;
	padding: 2px;
	background-color: rgba(255,255,255,0.9)
}

.stParameter.select2-container {
	min-height:28px;

}
.stFilterPosition-v .stParameter.select2-container {
	border: 1px solid var(--st-ctrl-border-color);
	border-top: 0px;
	border-radius:0 0 var(--st-border-radius) var(--st-border-radius);
}

.stParameter .select2-choice {
	border-width: 0px !important;
	background-image: none !important;
	box-shadow: none !important;
	background-color: var(--st-bg-color) !important;
	color:var(--st-text-color) !important;
}
.stParameter .select2-arrow {
	background-image:none !important;
	background-color:transparent !important;
	border: 0px !important;
	border-radius:0px !important;
	height:28px !important;
	padding-top:1px;
}
.stParameter .select2-choices {
	background-color: var(--st-bg-color, #FFF) !important;
	min-height: 28px !important;
	padding: 4px 5px 0 0 !important;
	border: 0px !important;
	border-left: 1px solid transparent !important;
	box-shadow: none !important;
	background-image: none !important;
}

.stParameter .select2-choice {
	height: 28px !important;
}
.stFilterPosition-v .stParameter .select2-choice:first-child {
	padding-left:10px !important;
}

.stParameter.select2-dropdown-open .select2-choices,
.stParameter.select2-dropdown-open .select2-choice {
	background-color: var(--st-input-active-bg-color) !important;
}


.stFilterPosition-v .stParameter.select2-dropdown-open .select2-choices,
.stFilterPosition-v .stParameter.select2-dropdown-open .select2-choice {
	background-color:#fff;
}
.stParameter.select2-container .select2-choice > .select2-chosen {
	line-height:28px;
}

.select2-drop-active.stParameter {
	border-color: var(--st-ctrl-border-color) !important;
	background-color:var(--st-bg-color) !important;
	color:var(--st-text-color) !important;
}
.select2-drop-active.stParameter.stFilterPosition-v {
	margin-left: 0px;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
	background-color:transparent !important;
}

.stDataLastUpdatedContainer {
	display: none;
	color: #aaa;
}

.loadingSpinner {
	margin-left:15px;
	margin-right:15px;
	text-align: center;
	visibility:hidden;
}
.loadingSpinner.stReportLoadingSpinner {
	visibility:visible;
}

.hideLoadingSpinner .loadingSpinner {
	display:none;
}
.export .loadingSpinner, .stExportButton .loadingSpinner {
	margin: 0px;
	display: none;
}
.export.stReportExportLoading .loadingSpinner, .stExportButton .loadingSpinner {
	display: inline-block !important;
	visibility: visible;
}
h1 .loadingSpinner {
	display: inline-block;
}

	.loadingSpinner > div {
		width: 8px;
		height: 8px;
		background-color: #666;
		border-radius: 100%;
		display: inline-block;
		-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
		animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	}

	.loadingSpinner .bounce1 {
		-webkit-animation-delay: -0.32s;
		animation-delay: -0.32s;
	}

	.loadingSpinner .bounce2 {
		-webkit-animation-delay: -0.16s;
		animation-delay: -0.16s;
	}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

.dashboardContainer {
	padding: 10px 10px 0px 10px;
}

.dashboardContainerInner {
	margin-right: -10px;

}

	.dashboardContainerInner .w100 {
		display: block;
		width: 100%;
		float: left;
	}

	.dashboardContainerInner .w75 {
		display: block;
		float: left;
		width: 75%;
	}

	.dashboardContainerInner .w66 {
		display: block;
		float: left;
		width: 66.66%;
	}

	.dashboardContainerInner .w50 {
		display: block;
		float: left;
		width: 50%;
	}

	.dashboardContainerInner .w33 {
		display: block;
		float: left;
		width: 33.33%;
	}

	.dashboardContainerInner .w25 {
		width: 25%;
		display: block;
		float: left;
	}

	@media (max-width: 767px) {
		.dashboardContainerInner .w100, .dashboardContainerInner .w75, .dashboardContainerInner .w66, .dashboardContainerInner .w50, .dashboardContainerInner .w33, .dashboardContainerInner .w25 {
			float: none;
			width:100%;
		}
	}

.dashboardContainer ul.tabs {
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid var(--st-ctrl-border-color);
}

.dashboardContainer .tab-content::before {
	content:" ";
	display:block;
	height:10px;
}
.dashboardContainer ul.tabs > li {
	float: left;
	margin-bottom: -1px;
	position: relative;
	display: block;
}
.dashboardContainer ul.tabs>li>a {
	font-size:12px;
	margin-right: 2px;
	border: 1px solid transparent;
	position: relative;
	display: block;
	color: #000;
	color: var(--st-text-color);
	text-decoration: none;
	padding: 5px 10px;
	border-radius:var(--st-border-radius) var(--st-border-radius) 0 0;
}
.dashboardContainer ul.tabs>li.active>a {
	color: #555;
	color: var(--st-muted-text-color);
	cursor: default;
	background-color: #fff;
	background-color: var(--st-bg-color);
	border: 1px solid var(--st-ctrl-border-color);
	font-weight:bold;
	border-bottom-color: transparent;
}
.dashboardContainer ul.tabs>li:not(.active)>a:hover {
	background-color:var(--st-btn-hover-color);
	border-color:var(--st-btn-hover-color);
	border-bottom:1px solid var(--st-ctrl-border-color);
}

.dashboardContainer ul.tabs::before {
	display:table;
	content:" ";
}
.dashboardContainer ul.tabs::after {
	display: table;
	content: " ";
	clear:both;
}

.dashboardContainer .stReportContainer {
	height: inherit;
	width: 100%;
	max-width: initial;
	margin: 0;
	padding:0 10px 10px 0;
}

	.dashboardContainer .stReportContainer.showLoadingSpinner {
		height: auto !important;
	}

	.dashboardContainer .stReportContainer .stReportPivotChart {
		padding-bottom: 10px !important;
	}

.dashboardContainer .tab-content {
	display: none;
}

.dashboardContainer .tab-content-active {
	display: initial;
}


.stFilterPosition-v .stFilter {
	width: 235px;
}
.stFilterPosition-v .stFilterInner {
	display: block;
	overflow-y: auto;
	scrollbar-width: thin;
}
.stFilterPosition-v .stFilterButtonsContainer {
	display:block;
}
.stFilterPosition-v .stFilterInner::-webkit-scrollbar {
	width: 7px;
}
.stFilterPosition-v .stFilterInner::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.3);
	border-left: 2px solid var(--st-bg-color);
}

.stFilterPosition-left .stFilter {
	float: left;
	margin-right: 10px;
}
.stFilterPosition-right .stFilter {
	float: right;
	margin-left: 10px;
}

.stFilterPosition-v .stFilterInner {
	padding-right: 1px; /*h-scroll*/
}

.stFilterPosition-v .stLabelEnding {
	display: none;
}

.stFilterPosition-v label.stParameter, .stFilterPosition-v input.stParameter, .stFilterPosition-v select.stParameter {
	display: block;
	width: 100%;
}


.stFilterPosition-v input.stParameter {
	padding-left: 5px;
	padding-right: 5px;
}

.stFilterPosition-v .stCheckbox {
	background-color: var(--st-input-active-bg-color);
}

	.stFilterPosition-v .stCheckbox label.stParameter {
		display: inline-block;
		width: calc( 100% - 50px );
		border-width: 0;
		/*border-radius: var(--st-border-radius) 0 0 var(--st-border-radius);*/
	}


.stFilterPosition-v input.stParameter[type="checkbox"] {
	margin-right: 5px;
	float: right;
}
.stFilterPosition-v input.stParameter[type="checkbox"]:not(.checkboxSwitch) {
	width:auto;
}

.stFilterPosition-v .stFilterGroup {
	display: block;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	overflow: hidden;
	border: none;
	border-radius: 0;
}
.stFilterPosition-v .stFilterGroup.stCheckbox {
	border: 1px solid var(--st-ctrl-border-color);
	border-radius: var(--st-border-radius);
}

.stFilterPosition-v select {
	border: 1px solid var(--st-ctrl-border-color);
	border-top:0px;
	border-radius: 0 0 var(--st-border-radius) var(--st-border-radius);
	padding-left:10px;
	padding-right:10px;
}
.stFilterPosition-v input:not([type="checkbox"]):not([type="radio"]).stParameter {
	border: 1px solid var(--st-ctrl-border-color);
	border-top: 0px;
	border-radius: 0 0 var(--st-border-radius) var(--st-border-radius);
	padding-left:10px;
	padding-right:10px;
}

.stFilterPosition-v .stFilterGroup.stFilterGroupCollapsed {
	display: none;
}
.stFilterPosition-v .stFilterExpanded .stFilterGroup.stFilterGroupCollapsed {
	display: block;
}
.stFilterPosition-v .stFilterButton, .stFilterPosition-v .stFilter .stExportButton {
	margin-top: 10px;
	margin-bottom: 0px;
}
.stFilterPosition-v .stFilterButton.stFilterExpandCollapse {
	margin-bottom:10px;
	margin-top:0px;
	margin-right:0px;
	display:block;
	text-align:center;
}
.stFilterPosition-v .stFilterInner > .stFilterGroup:last-child {
	margin-bottom: 0px;
}
.stFilterPosition-v .stDropdownMultivalueSelected {
	display:block;
	margin: 0px;
	border-left-color:var(--st-ctrl-border-color);
}
.stFilterPosition-v .stDropdownMultivalue {
	margin-left: 0px;
	margin-top: 29px;
	border-top: 1px solid var(--st-ctrl-border-color);
}
.stLinkPasswordBrandHeader {
	min-height: 20px;
	text-align: center;
	font-size: 18px;
	padding: 15px;
	font-family: "Segoe UI","Segoe WP", Arial;
}
	.stLinkPasswordBrandHeader .custom-logo {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	.stLinkPasswordBrandHeader a {
		color: #0d8f6a;
	}
	.stLinkPasswordBrandHeader .on-premise-version {
		color: #777;
		font-size: 11px;
	}

.stLinkPasswordBrandHeader a:hover {
	text-decoration: none;
}
.stLinkPasswordForm {
	max-width: 400px;
	border: 5px solid #F0F0F0;
	border-radius: 10px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-family: "Segoe UI","Segoe WP", Arial;
}
.stLinkPasswordForm .stLinkPasswordNote {
	color:#777;
	margin-bottom: 20px;
}

.stLinkPasswordForm input[type="password"] {
	display: block;
	border-radius: 2px;
	width: 100%;
	padding: 6px 12px;
	border: 1px solid var(--st-ctrl-border-color);
	height: 34px;
    font-size: 14px;
    line-height: 1.42857;
	margin-left: 1px;
	margin-right: 1px;
}
.stLinkPasswordForm input[type="password"]:focus {
	border-width: 2px;
	margin:0px;
	outline:0px;
}

.stLinkPasswordForm .stLinkPasswordRememberMe {
	font-weight:normal;
	font-size:90%;
	line-height:90%;
	margin-left: 1px;
}
.stLinkPasswordForm .stLinkPasswordRememberMe input[type="checkbox"] {
	margin: 4px 0 0;
	vertical-align:top;
}
.stLinkPasswordForm button {
	display:block;
	width:100%;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid var(--st-ctrl-border-color);
	margin-top:20px;
	cursor:pointer;
	font-size: 18px;
	border-radius:2px;
}
	.stLinkPasswordForm button:hover {
		color: black;
		background-color: var(--st-btn-hover-color);
	}
