﻿.ABView
{
	/*width: 100%;*/
	overflow-y: hidden;
    overflow-x: auto;
	display: none;
	overflow: hidden;
}

body.Views .ABView
{
	display: block;
}

.ABView.Filters #StatusBars, .ABView.Status #FiltersBars
{
	display: none;
}

.ABView #StatusBars.Closed, .ABView #FiltersBars
{
	height: 100px;
}

.ABView #StatusBars.Open
{
	height: 185px;
}

.ABView #ViewGrid tr[role="row"]
{
	height: 40px;
}

.ABView #ViewGrid tr[role="row"] td[role="gridcell"] 
{
    white-space: nowrap;
	vertical-align: text-top;
}

.ABView #ViewGrid div.k-grid-content
{
	height: calc(100% - 72px);
}

.ABView #ViewGrid .k-pager-wrap
{
	position: fixed;
	bottom: 0;
	width: 100%;
}