﻿body,
html {
    height: 100%
}

body {
    margin: 0;
}

.no-user-select {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.datagrid-row-parent {
    font-weight: bold;
    font-style: italic;
}

.BackgroundColorFDEDEC {
    background-color: #FDEDEC;
}

.BackgroundColorE9F7EF {
    background-color: #E9F7EF;
}

.BackgroundColorFEF9E7 {
    background-color: #FEF9E7;
}

.BackgroundColorF4ECF7 {
    background-color: #F4ECF7;
}

.ReportRow {
    min-height: 38px;
}