﻿/*global css*/
.MainPanel {
    flex: 1;
    overflow: auto;
    position: absolute;
    top: 0rem;
    left: 0rem;
    right: 0rem;
    bottom: 0rem;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.BodyPanel {
    flex: 1;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    padding: 0rem;
    margin: 0rem;
}

.TextOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.FontWeight800 {
    font-weight: 800;
}

.FontSizeLarge {
    font-size: large;
    width: 10rem;
}

.ElementDatagrid {
    flex: 1;
    position: absolute;
    top: 0rem;
    left: 0rem;
    right: 0rem;
    bottom: 0rem
}

.ElementDatagridDensity {
    flex: 1;
    position: absolute;
    @(density == Density.Default ? "top: 0.8rem; right: 0.8rem;" : "top: 0.4rem; right: 0.4rem;");
}


