    /* ================================================================================================== */

    /*.groupsSettingsTop {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 10;
        height: 66px;
        padding-top: 36px;
    }*/

    /*This is our main wrapping element, it's made var(--app-height) high to ensure it is always the correct size and then moved into place and padded with negative margin and padding*/
    /* ================================================================================================== */

    .issues_errors_setting_menu {
        line-height: 25px;
        border-bottom: 1px solid lightgrey;
        font-size: 8pt;
        cursor: pointer;
        padding-bottom: 10px;
    }

    .groups_setting_sub_menu, .show_group_estab_settings {
        line-height: 38px;
        border-bottom: 1px solid lightgrey;
        font-size: 8pt;
        cursor: pointer;
        padding-left: 10px;
    }

    .groups_section_header {
        font-size: small;
        font-weight: normal;
        background-color: #a2a2a2;
        padding: 12px 0 10px 10px;
        color: ghostwhite;

        text-shadow: 1px 1px 1px black;
    }

    .groups_input_row {
        padding-top: 10px;
    }

    .groups_input_row .col-md-12 {
        padding: 0;
    }

    #ticket_content_container label {
        font-size: 12px;
    }

    .tickets_severity_critical {
        background-color: #ffcccc;
        border: 1px solid #dd7777;
        color: #A30000;
        line-height: 50px;
    }

    .tickets_severity_high {
        background-color: #ffcccc;
        border-left: 1px solid #dd7777;
        border-right: 1px solid #dd7777;
        border-bottom: 1px solid #dd7777;
        color: #A30000;
        line-height: 50px;
    }

    .tickets_severity_medium {
        background-color: #ffffcc;
        border-left: 1px solid #b2b2b2;
        border-right: 1px solid #b2b2b2;
        border-bottom: 1px solid #b2b2b2;
        color: darkslategray;
        line-height: 50px;
    }

    .tickets_severity_low {
        background-color:#eaf6ea;
        border-left: 1px solid #33a333;
        border-right: 1px solid #33a333;
        border-bottom: 1px solid #33a333;
        color:#33a333;
        line-height: 50px;
    }