.cjswp-chart-wrap {
	position: relative;
}
.cjswp-chart .chart-data {
	display: none !important;
}
.cjswp-chart .canvas-wrap {
	position: relative;
	overflow: hidden;
}
.cjswp-chart canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% ! important;
}
.cjswp-legends {
	text-align: center;
	user-select: none;
}
.cjswp-legends .cjswp-set-box,
.cjswp-legends .cjswp-legend-item,
.cjswp-legends .cjswp-set-name {
	display: inline-block;
	position: relative;
}
.cjswp-legends .cjswp-set-box,
.cjswp-legends .cjswp-set-name {
	vertical-align: middle;
}
.cjswp-legends .cjswp-set-box {
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
}
.cjswp-legend-item.notshown .cjswp-set-name {
	text-decoration: line-through;
}
.cjswp-loader-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
.cjswp-loader-wrap > div {
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
}
.cjswp-loader-wrap > div > div {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.cjswp-loader-wrap img {
	display: inline ! important;
}
