﻿/*.report-definitions-grid-container {
    max-height: 500px;
    max-width: 100%
}*/

.reports-grid {
    height: 300px;
}

.column-container {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.column {
    flex: 1 0 21%;
    margin: 5px;
    /*flex-grow: 1;*/
    /*flex-basis: 0;*/
}

.mode-list-box {
    height: 120px !important;
    width: auto;
    margin-top: 3px;
}

.server-alert {
    background-color: #4a4a4a;
    color: white;
    /*max-width: px;*/
    padding: 5px;
    /* border-style: solid; */
    border-color: gray;
    /* box-shadow: 1px 1px 5px rgb(0 0 0 / 40%); */
    border-radius: 5px;
    white-space: pre-wrap;
}
