﻿#StatisticsCharts
{
	height: 100%;
}

#StatisticsCharts .ChartDiv
{
	height: 100%;
	width: 100% !important;
}

#StatisticsCharts .ABKendoGrid .k-grid-content table[role="grid"] tr[role="row"]:hover 
{
    background-color: inherit;
    color: inherit;
}

#StatisticsCharts .ABKendoGrid .k-grid-content table[role="grid"] tr[role="row"].k-alt:hover 
{
    background-color: #f5f5f5;
}

#StatisticsCharts .ABKendoGrid .k-grid-content table[role="grid"] tr[role="row"] td[role="gridcell"]:hover 
{
    background-color: #F7931D;
    color: #ffffff;
	cursor: pointer;
}

#StatisticsCharts .ChartDiv .ui-jqchart-toolbar
{
	display: none !important;
}

#StatisticsCharts .ChartTypeSelectDiv
{
	position: absolute;
    width: 200px;
    right: 200px;
    top: 95px;
}

.rtl #StatisticsCharts .ChartTypeSelectDiv
{
    left: 200px;
    right: auto;
}