/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700');*/

/*
*
{
	font-family: Arial;
}
#html {
	display: none;
}


body {
	height: 100vh;
	background: #f9f9f9;
}
*/


/*#chart,*/
.chart-box
{
	padding-top: 20px;
	padding-left: 10px;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 22px 35px -16px rgba(0,0,0, 0.1);
}


select.flat-select
{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #008FFB url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'60px\' height=\'60px\'><polyline fill=\'white\' points=\'46.139,15.518 25.166,36.49 4.193,15.519\'/></svg>") no-repeat scroll right 2px top 9px / 16px 16px;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	font-family: arial,tahoma;
	font-size: 16px;
	font-weight: bold;
	outline: 0 none;
	height: 33px;
	padding: 5px 20px 5px 10px;
	text-align: center;
	text-indent: 0.01px;
	text-overflow: "";
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease 0s;
	width: auto;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
}


	select.flat-select:focus,
	select.flat-select:hover
	{
		border: 0;
		outline: 0;
	}
  



.apexcharts-canvas
{
	margin:0 auto;
}



#lbgDv_Chart_Bar
{
	max-width: 650px;
	/* margin: 35px auto; */
	margin:0px auto;
}


#lbgDv_Chart_Pie
{
	max-width:550px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:40px;
	padding:0;
}

.apexcharts-tooltip.apexcharts-theme-light{background:rgba(0,0,0,0.6) !important;}
.apexcharts-legend{top: 10px !important;}
.apexcharts-legend-text{font-size:14px !important;}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title,
.apexcharts-tooltip-text-y-label{display:none;}
/* .apexcharts-tooltip-marker{display:none;} */
.apexcharts-tooltip-marker{display:block !important;width: 14px !important;height:14px !important;border-radius: 2px;border:1px solid #fff;}
.apexcharts-tooltip-marker::before{display: none !important;}
#lbgDv_Chart_Lin .apexcharts-tooltip-series-group-1 .apexcharts-tooltip-marker{background-color: #4195f9;}
#lbgDv_Chart_Lin .apexcharts-tooltip-series-group-0 .apexcharts-tooltip-marker{background-color: #b7b7b7;}
.apexcharts-tooltip-series-group.apexcharts-active, .apexcharts-tooltip-series-group:last-child{padding-bottom:0px none;}
#lbgDv_Chart_Pie .apexcharts-tooltip-series-group-0 .apexcharts-tooltip-marker{background-color: #4479c6;}
#lbgDv_Chart_Pie .apexcharts-tooltip-series-group-1 .apexcharts-tooltip-marker{background-color: #4195f9;}
#lbgDv_Chart_Pie .apexcharts-tooltip-series-group-2 .apexcharts-tooltip-marker{background-color: #52c5ff;}
#lbgDv_Chart_Pie .apexcharts-tooltip-series-group-3 .apexcharts-tooltip-marker{background-color: #69edf7;}
#lbgDv_Chart_Pie .apexcharts-tooltip-series-group-4 .apexcharts-tooltip-marker{background-color: #9ffff3;}
#lbgDv_Chart_Pie .apexcharts-tooltip-series-group-5 .apexcharts-tooltip-marker{background-color: #bdffc9;}

#lbgDv_Chart_Lin
{
	/*max-width: 650px;*/
	margin-top:0px;
	margin-bottom:0px;
	/*margin-left:80px;*/
}



