.qcld-ichart-d-none{
  display: none !important;
}
.legend-postion-top,
.legend-postion-bottom{
	width: 100%;	
}
.qcld-ichart-title{
	font-size: 24px !important;
	font-weight: 700 !important;
	color: #000;
	margin: 0;
	padding: 16px;
	/*width: 100%;*/
}
.canvas-container,
.canvas-main-container{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-style: solid;
}

.canvas-main-container{
	padding: 10px;
}
.legend-postion-right{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.legend-postion-top .canvas-container,
.legend-postion-bottom .canvas-container{
	margin: 0 auto;
}

.legend-postion-right .canvas-container{
	margin: 0;
}

.legend-con{
	overflow-y: auto;
}

.legend-con-right{
	display: inline-block;
}

.legend-con-right .chart-legend-table{
	/*margin-left: 20px;*/
}

.chart-legend-table,
.chart-legend-table tr,
.chart-legend-table tr th,
.chart-legend-table tr td{
	border: 0;
}

.chart-legend-table tr th,
.chart-legend-table tr td{
	text-align: center;
}

 .chart-legend-table{
	border: none !important;
 }
 .chart-legend-table tr a{
 	text-decoration: none !important;
 	color: #0073aa;
 }
.chart-legend-table tr a:hover{
	text-decoration: underline !important;
}

.legend-con .chart-legend-table th,
.legend-con .chart-legend-table td{
	border: 0;
	color: #000;
	text-transform: capitalize;
	text-align: left;
	font-size: 22px;
	padding: 0 40px 0 20px;
}
.legend-con-right .chart-legend-table td{
	text-align: center;
	padding: 0 0;
}

.legend-con .chart-legend-table th .chart-legend{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 15px;
}

.legend-con .chart-legend-table tbody{
	padding: 4px 0;
}
.legend-con .chart-legend-table tbody:before {
  content: '';
  display: block;
  height: 12px;
}

@media only screen and (min-width: 993px) {
	.legend-con .chart-legend-table th{
		padding: 0 15px;
	}
    .legend-con .chart-legend-table th,
	.legend-con .chart-legend-table td{
		font-size: 16px;
	}
}

@media only screen and (max-width: 992px) {
	.legend-con .chart-legend-table th{
		padding: 5px 10px;
	}
    .legend-con .chart-legend-table th,
	.legend-con .chart-legend-table td{
		font-size: 15px;
	}
}



/*
Datatable CSS
*/

.dataTables_wrapper{
	margin: 5px;
}
.dataTable {
	width: 100%;
}
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate{
	margin-left: 20px;
	line-height: 40px;
}

.dataTables_length,
.dataTables_filter{
	display: none;
}

.dataTables_paginate a{
	text-decoration: none !important;
	margin: 5px;
}

.dataTables_paginate a:first-child{
	margin-left: 0;
}

.dataTable tbody tr td:first-child{
	text-align: left;
	font-weight: 700;
	padding-left: 15px;
	padding-right: 15px;
}
.dataTable td{
	padding-top: 10px;
	padding-bottom: 10px;
}
.dataTable thead tr th{
	font-weight: 700;
}


.wp-admin .chart-legend-table td{
	padding: 20px;
}
.wp-admin .dataTables_info{
	line-height: 32px;
}

.igcode_textarea{
	width:100%;
	height:120px;
}


.qcld-ichart-title{
    margin: 0 !important;
    text-align: center;
}
.legend-con tbody tr td strong{
    font-weight: 400
}
.legend-con tbody:before{
    display: none !important;
}
.legend-con tbody tr th,
.legend-con tbody tr td{
    padding: 6px !important;
}
.dataTable tbody .even, .legend-con tbody:nth-of-type(2n) tr {
    background: #e1e2e3 !important;
}
.dataTable tbody .odd, .legend-con tbody:nth-of-type(2n+1) tr {
    background: #ececed !important;
}
.qcld-chart-type-pie  tbody:first-child tr ,
.qcld-chart-type-doughnut  tbody:first-child tr {
    background: inherit !important;
    font-weight: 700;
}
.qcld-chart-type-pie  tbody:first-child tr  strong,
.qcld-chart-type-doughnut  tbody:first-child tr  strong{
    font-weight: 700 !important;
}
.legend-con .chart-legend-table th, .legend-con .chart-legend-table td{
    padding-left: 10px;
}

body div.google-visualization-tooltip {
    min-width: 115px;
    border-radius: 4px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.google-visualization-tooltip .google-visualization-tooltip-item {
    margin: 0px 0px 0px 0px !important;
    padding: 0em 0em 0em 1em !important;
}