﻿.containerN {
}

.containerN .sub-title {
    font-size: 110%;
    color: rgba(152, 152, 152, 0.8);
    font-weight: bold;
    text-align: left;
}

#gridContainer {
    max-height: 800px;
}

.gridTitle {
    font-size: 10pt;
    text-align: left;
    padding: 3px;
    background-color: #e0e0e0;
    font-weight: bold;
}

.options {
    margin-top: 20px;
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
    position: relative;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option-container {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.option {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.option-caption {
    white-space: nowrap;
    margin: 0 8px;
}


.gridColumnGreen {
    background-color: #3eac40;
    color: #ffffff;
    font-weight: bold;
}

.gridColumnRed {
    background-color: #f1273f;
    color: #ffffff;
    font-weight: bold;
}

.dx-data-row td.cls {
    text-align: left !important;
}  