﻿body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Segoe UI';
    font-size: 13px;
    font-weight: 500;
}

p {
    font-family: 'Segoe UI';
    font-size: 13px;
}

a {
    font-family: Segoe UI;
    font-size: 13px;
    font-weight: 500;
}

h1 {
    font-family: 'Segoe UI';
    font-size: 16px;
    color: #465957;
}

.tableContainer {
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
}

.label {
    font-family: 'Segoe UI';
    font-weight: 500;
    font-size: 13px;
}

.button {
    font-family: 'Segoe UI';
    font-weight: 500;
    font-size: 14px;
}

.gridCell {
    font-weight: 500;
}

.gridHeader {
    background-color: #465957;
    color: #E1E1E1;
    font-size: 13px;
    font-weight: bold;
}

.gridRow {
    color: #333940;
    font-size: 13px;
    background-color: #e0dedc;
    font-weight: 700;
}

.gridAlternateRow {
    background-color: #a2a4a3;
}

.gridViewGroupRow td {
    padding: 2px !important;
}

.dataCell {
    padding: 2px !important;
    font-weight: 500;
    font-family: Segoe UI;
    font-size:13px;
}

.dataCellFooter {
    padding-top: 2px !important;
    padding-right: 10px !important;
    padding-bottom: 2px !important;
    padding-left: 2px !important;
    font-weight: 700;
    font-family: Segoe UI;
    font-size: 13px;
    background-color: #c3cdd5;
}

.dxButton {
    color: #000;
    background: #c3cdd5;
    border: 1px solid #000;
    padding: 0px;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Segoe UI';
}
