.totals{
	/*margin-top: 25px;
	margin-bottom: 25px;
	background: #fff;
	padding: 10px;*/
}
.totals .total{
	display: inline-block;
}
.totals .total:not(:last-child){
	margin-right: 15px;
}
.totals .total .icon{
	display: inline-block;
	min-width: 15px;
	width: 15px;
	height: 15px;
	min-height: 15px;
	margin-right: 6px;
	vertical-align: middle;
	cursor: pointer;
}
.totals .total.active .icon{
	transform: scale(1.3);
}
.sparklines{
	position: relative;
	height: 300px;
	margin-top: 25px;
}
.sparklines .sparkline{
	position: absolute;
	left: 50px;
	top: 0;
	right: 82px;
	height: 100%;
	z-index: 0;
}
.sparklines .sparkline.active{
	z-index: 100;
}

.chart-title{
	padding-right: 20px;
	text-align: right;
}
.chart{
	display: flex;
    align-items: center;
	padding: 20px;
}
.chart .pie-chart{
	border-radius: 50%;
    width: 250px;
    height: 250px;
}
.chart .legends{
	margin-left: 20px;
    background-color: #fff;
	color: #000;
    padding: 10px;
	border-radius: 8px;
	width: 100%;
}
.chart .legends .legend{
	display: flex;
    align-items: center;
}
.chart .legends .legend:not(:last-child){
	margin-bottom: 3px;
}
.chart .legends .legend .icon{
	display: inline-block;
	min-width: 15px;
	width: 15px;
	height: 15px;
	min-height: 15px;
	margin-right: 6px;
	vertical-align: middle;
}
.chart .legends .legend .name{
	
}
.chart .legends .legend .name span{
	color: #939393;
	display: inline-block;
	margin-left: 5px;
}
.chart .legends a{
	color: #000;
	text-decoration: none;
}
.chart .legends a:hover{
	color: #0099ff;
}
.apexcharts-tooltip{
	color: #000;	
}
.apexcharts-legend.apx-legend-position-right{
	max-width: 50%;
	width: 355px;
}
.apexcharts-legend-text > span{
	display: inline-block;
	margin-left: 5px;
	color: #979696;
}
.chart-box-loader{
	margin-top: 10px;
    margin-bottom: 0px;
    background: #fff;
    padding: 10px;
}
.chart-box-loader.progress{
	min-height: 300px;
	border: 1px solid #ccc;
	position: relative;
}
.chart-box-loader.progress:after{
	content: '..Загрузка..';
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	background: #fff;
	color: #a1a1a1;
	padding: 5px;
}
.products-list{
	padding: 10px;
	margin: 0;
	background: #fff;
	color: #000;
}
.products-list li{
	padding: 5px 0;
	cursor: pointer;
	display: block;
}
.products-list li.active,
.products-list li:hover{
	color: #0099ff;
}
.products-list li:not(:last-child){
	border-bottom: 1px solid #eee;
}
.products-list li i{
	font-size: 12px;
	color: #fff;
}
.products-list li.active i,
.products-list li:hover i{
	color: #0099ff;
}
.products-list li span{
	color: #979696;
}