﻿.ABStatistic
{
	width: 100%;
	overflow-y: hidden;
    overflow-x: hidden;
	display: none;
}

body.Statistics .ABStatistic
{
	display: block;
}

.ABStatistic #StatisticGrid tr[role="row"]
{
	height: 40px;
}

.ABStatistic #StatisticGrid tr[role="row"] td[role="gridcell"] 
{
    white-space: nowrap;
}

.ABStatistic #StatisticGrid div.k-grid-content
{
	height: calc(100% - 72px);
}

.ABStatistic #StatisticGrid .k-pager-wrap
{
	position: fixed;
	bottom: 0;
	width: 100%;
}

.ABStatistic #StatisticWrapper, .ABStatistic .GridWrapper 
{
	height: 50%;
}

.ABStatistic .GridWrapper
{
	margin-top: 5px;
}

.ABStatistic.FullPage .GridWrapper
{
	margin-top: 0;
}

.ABStatistic.Chart #StatisticsTables,
.ABStatistic.Table #StatisticsCharts
{
	display: none;
}
.ABStatistic #StatisticsTables td
{
	cursor: pointer;
}
.ABStatistic #StatisticsTables td:hover
{
	background-color: #fae98c;
}
.ABStatistic .GridWrapper
{
	position: relative;
}

.ABStatistic #GridArrow:hover
{
	color: #F7931D;
}

.ABStatistic #GridArrow.ShowGrid
{
	top: 5px;
}

.ABStatistic #GridArrow
{
	position: absolute;
    top: -25px;
    font-size: 19px;
	left: 50px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
}

.rtl .ABStatistic #GridArrow
{
	right: 50px;
	left: auto;
}

.ABStatistic.FullPage .GridWrapper
{
	height: 30px;
}

.ABStatistic.FullPage #StatisticWrapper
{
	height: calc(100% - 30px);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}