﻿.ABAdvancedDashboard
{
	background-color: #2F353D;
}

.ABAdvancedDashboard .Tile
{
	height: calc(100% - 20px);
	display: inline-block;
	background-color: white;
	margin: 10px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.ABAdvancedDashboard .Tile .k-pager-wrap
{
	border-radius: 15px;
}

.ABAdvancedDashboard .Tile .Header
{
	height: 35px; 
	text-align: center; 
	font-size: 23px;
}

.ABAdvancedDashboard .Tile .Grid
{
	height: calc(100% - 35px);
}

.ABAdvancedDashboard .Tile .ChartTypeSelectDiv
{
	visibility: hidden;
}

.ABAdvancedDashboard.Chrome .Tile .ChartTypeSelectDiv
{
	display: none;
}

.ABAdvancedDashboard .Tile .ChartDiv
{
	height: 100% !important;
}

.ABAdvancedDashboard .Tile .ChartDiv .ui-jqchart-toolbar
{
	display: none !important;
}
.ABAdvancedDashboard .Tile .Loading
{
    z-index: 10;
    position: absolute;	
	height: 128px;
	width: 128px;

	left:-webkit-calc(50% - 64px);
	left:-moz-calc(50% - 64px);
	left:calc(50% - 64px);

	top:-webkit-calc(50% - 64px);
	top:-moz-calc(50% - 64px);
	top:calc(50% - 64px);
}
.ABAdvancedDashboard .Tile span.k-pager-info.k-label
{
    display: block;
}