.zh-chart {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.zh-chart-container {
	overflow: hidden;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}

.zh-chart-tooltip {
	position: absolute;
	padding: 10px;
	font-size: 12px;
	color: white;
	line-height: 15px;
	z-index: 10000;
	opacity: 0; 
	left: -1000px; 
	top: -1000px;
	white-space: nowrap;
}

.zh-chart-tooltip .x-label {
	text-transform: uppercase;
	display: block;
	margin-bottom: 7px;
}

.zh-chart-tooltip .x-value {
	padding-right: 10px;
}

.zh-chart-tooltip tr {
    border-bottom: solid 1px #aaa;
}

.zh-chart-tooltip tr:last-child {
    border: none;
}

.zh-chart-tooltip tr td {
    padding-top: 2px;
}

.zh-chart-tooltip tr td + td {
    text-align: right;
}

.zh-chart-tooltip:after {
	content: "";
	background-color: #333;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: solid 1px #333;
	z-index: -1;
}

.zh-dashboard-graph {
	display: flex;
    min-height: 100%;
    flex-direction: column;	
}

.zh-chart-title, .zh-chart-subtitle {
	position: relative;
	padding: 0;
	top: 0;
}

.zh-chart-subtitle {
	white-space: pre-wrap;
	height: auto;
}

.zh-dashboard-chart {
	position: relative;
	padding-top: 0;
	flex: 1;
}
