
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

p {
    line-height: 1.5rem;
}

input,
select,
textarea {
    --inputFgColor: #555;
    --inputBgColor: #fff;
    --inputBorderColor: #eee;
    --inputBorderWidth: 2px;
    --inputBorderRadius: 0.3rem;
    color: var(--inputFgColor);
    background-color: var(--inputBgColor);
    border: var(--inputBorderWidth) solid var(--inputBorderColor);
    border-radius: var(--inputBorderRadius);
    padding: 0.4rem 0.5rem;
    flex: 1;
    width: 100%;
    min-width: 0;
}

button {
    --buttonFontSize: 0.875rem;
    --buttonFgColor: currentColor;
    --buttonBgColor: #a4b4b2;
    --buttonBorderWidth: 0 0 2px;
    --buttonBorderColor: #777;
    --buttonBorderRadius: 0.3rem;
    --buttonPadding: 0.5rem 1rem;
    color: var(--buttonFgColor);
    background-color: var(--buttonBgColor);
    border-width: var(--buttonBorderWidth);
    border-style: solid;
    border-color: var(--baseColor);
    border-radius: var(--buttonBorderRadius);
    padding: var(--buttonPadding);
    font-size: var(--buttonFontSize);
    cursor: pointer;
}

textarea {
    min-height: 3rem;
}

:root {
    --mainFontSize: 1rem;
    --sidebarWidth: 300px;
    --baseColor: #67b500;
    --secondaryColor: #a4b4b2;
    /*--baseColor: #e40505;*/
    --backgroundColor: #f4f5f6;
    --borderColor: #ccc;
    --boxShadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    --borderRadius: 0.4rem;
    --borderWidth: 1px;
}

html,
body {
    background-color: var(--backgroundColor);
    height: 100%;
}

body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h1 {
    --headingH1FontSize: initial;
    font-size: var(--headingH1FontSize);
}

h2 {
    --headingH2FontSize: initial;
    font-size: var(--headingH2FontSize);
}

h3 {
    --headingH3FontSize: initial;
    font-size: var(--headingH3FontSize);
}

.wrapper {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
}

.header {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.header__logo {
    text-align: center;    
}
.sidebar {
    --navTextColor: #4a5568;
    --navIconColor: currentColor;
    --navIconColorHover: currentColor;
    --navIconColorActive: currentColor;
    --navBorderWidth: 0px;
    --navBorderColor: transparent;
    --navBorderColorHover: transparent;
    --navBorderColorActive: transparent;
    --navActiveBackgroundColor: #b1bfb4;
    --navActiveBackgroundColor: #f4f5f6;
    --navSubMenuBackgroundColor: #f7fafc;
    --navSubMenuActiveBackgroundColor: #edf2f7;
    background-color: #fff;
    border-right: 1px solid var(--borderColor);
    display: flex;
    flex-direction: column;
    flex: 0 0 var(--sidebarWidth);
    width: var(--sidebarWidth);
    height: 100vh;
    box-shadow: var(--boxShadow);
    z-index: 2;
    position: absolute;
    transform: translateX(calc(var(--sidebarWidth) * -1));
    overflow-y: auto;
    transition: transform 0.25s;
}

@media only screen and (min-width: 768px) {
    .sidebar {
        position: relative;
        height: initial;
        overflow-y: initial;
        transform: translateX(0);
    }
}

.sidebar.visible {
    transform: translateX(0);
    display: flex;
}

.sidebar a {
    color: var(--navTextColor);
}

.sidebar__logo {
    text-align: center;
    padding: 1.25rem 0;
}

    .sidebar__logo img {
        max-width: 180px;
    }

.sidebar__session {
    color: #4a5568;
    background-color: #f7fafc;
    padding: 0.75rem 1.25rem;
    align-self: center;
}

.sidebar__session__timer {
    margin-top: 0.5rem;
}

    .sidebar__session__timer span {
        font-size: 0.875rem;
        line-height: 1.5;
        display: block;
    }

    .sidebar__session__timer button {
        font-size: 0.75rem;
        font-weight: bold;
        background-color: #e2e8f0;
        color: #2a4365;
        border-radius: 0.3rem;
        border: 0;
        padding: 0.5rem 0.75rem;
        margin-top: 0.5rem;
        cursor: pointer;
    }

        .sidebar__session__timer button:hover {
            background-color: #cbd5e0;
        }

.sidebar__navigation {
    margin: 0.5rem 0;
    min-height: 0;
    overflow-y: auto;
}

    .sidebar__navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .sidebar__navigation a {
        display: flex;
        padding: 0.75rem 1.25rem;
        text-decoration: none;
        align-items: center;
        border-radius: 0.4rem;
        border-width: var(--navBorderWidth);
        border-style: solid;
        border-color: var(--navBorderColor);
        margin: 0.5rem 0.75rem;
    }

        .sidebar__navigation a:hover {
            border-color: var(--navBorderColorHover);
        }

        .sidebar__navigation a.active {
            border-color: var(--navBorderColorActive);
        }

        .sidebar__navigation a.active,
        .sidebar__navigation a:hover {
            background-color: var(--navActiveBackgroundColor);
        }

        .sidebar__navigation a i {
            color: var(--navIconColor);
            font-size: 1.25rem;
            text-align: center;
            width: 24px;
            margin-right: 0.75rem;
            flex: 0 0 auto;
        }

        .sidebar__navigation a:hover i {
            color: var(--navIconColorHover);
        }

        .sidebar__navigation a.active i {
            color: var(--navIconColorActive);
        }

    .sidebar__navigation li ul {
        background-color: var(--navSubMenuBackgroundColor);
        padding: 0.5rem 0;
    }

        .sidebar__navigation li ul a.active,
        .sidebar__navigation li ul a:hover {
            background-color: var(--navSubMenuActiveBackgroundColor);
        }

.sidebar__footer {
    text-align: center;
    margin-top: auto;
    padding: 1rem;
}

    .sidebar__footer a {
        text-decoration: none;
    }

.main {
    font-size: var(--mainFontSize);
    color: #4a5568;
    flex: 1;
    padding: 1rem 2rem;
    overflow: hidden auto;
    z-index: 1;
}

.main--external {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 !important;
}

.main__postback {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;

}

    .main__postback a {
        text-decoration: none;
    }

.main__topBar {
    background-color: #808080;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    margin: -1rem -2rem 1rem;
}

@media only screen and (min-width: 576px) {
    .main__topBar {
        padding: 0.75rem 0;
        margin: 0;
        background-color: transparent;
        color: inherit;
    }
}

.main__topBar a {
    font-size: 1.5rem;
    color: #fff;
}

@media only screen and (min-width: 576px) {
    .main__topBar a {
        display: none;
    }
}

.main h1 {
    margin: 0;
    font-weight: normal;
}

.main h2 {
    font-weight: normal;
}

.login {
    color: #666;
    align-self: center;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: var(--boxShadow);
}

    .login a {
        color: #666;
    }

    .login form {
        border-top: 4px solid #797979;
        padding: 2.5rem 1.5rem 1.5rem;
    }

.login__header {
    text-align: center;
}

    .login__header img {
        max-width: 180px;
    }

    .login__header h2 {
        font-weight: normal;
        letter-spacing: -1px;
    }

.login__form {
    display: flex;
    flex-direction: column;
}

    .login__form .form-col {
        position: relative;
        margin-bottom: 0.5rem;
    }

    .login__form label {
        font-size: 1.25rem;
        background-color: #fff;
        border-radius: 0.2rem;
        left: 3px;
        top: 3px;
        width: 40px !important;
        height: 40px;
        display: flex;
        padding: 0 !important;
        align-items: center;
        justify-content: center;
        position: absolute;
    }

    .login__form input {
        color: #000;
        background-color: var(--inputBgColor);
        padding: 0.75rem 1rem 0.75rem 3.25rem;
    }

.login__actions {
    margin: 0.75rem 0;
}

    .login__actions button {
        padding: 0.75rem 1rem;
        width: 100%;
        font-size: 1rem;
        font-weight: bold;
        text-transform: uppercase;
    }

.login__footer {
    text-align: center;
}

    .login__footer a {
        text-decoration: none;
        font-size: 0.875rem;
    }

.summary {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 1rem;
    flex-direction: column;
}

@media only screen and (min-width: 1140px) {
    .summary {
        flex-direction: row;
    }
}

@media only screen and (min-width: 1140px) {
    .summary {
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(3, minmax(275px, 1fr));
    }

    .summary--counter {
        grid-template-columns: repeat(auto-fit, minmax(250px, 300px));
    }
}

.summary__item {
    --summaryItemFgColor: #718096;
    --summaryItemBgColor: #fff;
    --summaryItemBorderRadius: var(--borderRadius);
    --summaryItemFgColorActive: var(--baseColor);
    --summaryItemBgColorActive: #fff;
    --summaryItemIconFgColorActive: #fff;
    --summaryItemIconBgColorActive: var(--baseColor);
    --summaryItemBorderColorActive: var(--baseColor);
    color: var(--summaryItemFgColor);
    background-color: var(--summaryItemBgColor);
    border-radius: var(--summaryItemBorderRadius);
    border: 1px solid var(--summaryItemFgColor);
    display: flex;
    flex: 1;
    box-shadow: var(--boxShadow);
}

    .summary__item.active,
    .summary__item:hover {
        border-color: var(--summaryItemBorderColorActive);
    }

    .summary__item:hover {
        cursor: default;
    }

    .summary__item:not(:last-child) {
        margin-bottom: 1rem;
    }

@media only screen and (min-width: 1140px) {
    .summary__item:not(:last-child) {
        margin-bottom: 0;
    }
}

.summary__item__icon {
    background-color: var(--summaryItemBgColor);
    color: var(--summaryItemFgColor);
    padding: 1rem 0;
    font-size: 2.5rem;
    border-radius: calc(var(--summaryItemBorderRadius) - 1px) 0 0 calc(var(--summaryItemBorderRadius) - 1px);
    width: 5rem;
    text-align: center;
}

.summary__item.active .summary__item__icon,
.summary__item:hover .summary__item__icon {
    color: var(--summaryItemIconFgColorActive);
    background-color: var(--summaryItemIconBgColorActive);
}

.summary__item__text {
    color: var(--summaryItemFgColor);
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    text-align: right;
    border-radius: 0 calc(var(--summaryItemBorderRadius) - 1px) calc(var(--summaryItemBorderRadius) - 1px) 0;
}

.summary__item.active .summary__item__text,
.summary__item:hover .summary__item__text {
    color: var(--summaryItemFgColorActive);
    background-color: var(--summaryItemBgColorActive);
}

.summary__item__text strong {
    font-size: 2rem;
    font-weight: normal;
}

.summary--counter .summary__item {
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.summary--counter .summary__item__text {
    text-align: center;
}


.customSearch .card__body {
    display: flex;
    flex-direction: column;
    padding: 0;
}

@media only screen and (min-width: 960px) {
    .customSearch .card__body {
        flex-direction: row;
        padding: 0 1.25rem;
    }
}

.customSearch .card__body > .col {
    padding: 0.5rem 1.25rem;
}

@media only screen and (min-width: 960px) {
    .customSearch .card__body > .col {
        padding: 0.5rem 0;
    }
}

.customSearch .form-col {
    position: relative;
}

.customSearch__input {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: var(--borderColor);
}

@media only screen and (min-width: 960px) {
    .customSearch__input {
        border-width: 0 1px 0 0;
    }
}

.customSearch__input i {
    position: absolute;
    top: 0.3rem;
}

.customSearch__input input {
    border: 0;
    padding: 0.25rem 1.5rem;
    min-width: 0;
}

.customSearch__modifier {
    display: flex;
    justify-content: center;
}

    .customSearch__modifier > div:not(:last-child) {
        margin-right: 1.5rem;
    }

.container {
    display: flex;
    flex-direction: column;
    margin: 0 -0.5rem;
}

@media only screen and (min-width: 768px) {
    .container {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.container .col {
    padding: 0 0.5rem;
}

.col,
.row {
    flex: 1;
    min-width: 0;
}

.row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.row {
    margin-bottom: 0.5rem;
}

.dc-grid {
    --gridRows: 1;
    --gridColumns: 1;
    --gridGap: 1;
    display: grid;
    grid-template-rows: repeat(var(--gridRows), 1fr);
    grid-template-columns: repeat(var(--gridColumns), 1fr);
    grid-gap: var(--gridGap);
}

@media only screen and (max-width: 576px) {
    .dc-grid {
        --gridRows-xs: 1;
        --gridColumns-xs: 1;
        grid-template-rows: repeat(var(--gridRows-xs, --gridRows), 1fr);
        grid-template-columns: repeat(var(--gridColumns-xs, --gridRows), 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .dc-grid {
        --gridRows-sm: 1;
        --gridColumns-sm: 1;
        grid-template-rows: repeat(var(--gridRows-sm, --gridRows), 1fr);
        grid-template-columns: repeat(var(--gridColumns-sm, --gridRows), 1fr);
    }
}

@media only screen and (max-width: 992px) {
    .dc-grid {
        --gridRows-md: 1;
        --gridColumns-md: 1;
        grid-template-rows: repeat(var(--gridRows-md, --gridRows), 1fr);
        grid-template-columns: repeat(var(--gridColumns-md, --gridRows), 1fr);
    }
}

@media only screen and (max-width: 1200px) {
    .dc-grid {
        --gridRows-lg: 1;
        --gridColumns-lg: 1;
        grid-template-rows: repeat(var(--gridRows-lg, --gridRows), 1fr);
        grid-template-columns: repeat(var(--gridColumns-lg, --gridRows), 1fr);
    }
}

.dc-grid > * {
    min-width: 0;
}

.form-col {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .form-col {
        flex-direction: row;
    }
}

.form-col > label {
    padding: 0.5rem 0.75rem 0.5rem 0;
}

@media only screen and (min-width: 768px) {
    .form-col > label {
        padding-bottom: 0;
        text-align: right;
        width: 180px;
        flex: 0 0 180px;
    }
}

.form-col > input,
.form-col > select {
}

.form-col .row > * {
    margin-bottom: 0.75rem;
}

.form-col .row input {
    width: 100%;
}

.form-col__date {
    position: relative;
}

    .form-col__date i[class*="calendar"] {
        position: absolute;
        right: 12px;
        top: 8px;
    }

.custom-input {
    position: relative;
    padding-left: 1.75rem;
    min-height: 1.25rem;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}

    .custom-input > input {
        position: absolute;
        z-index: -1;
        visibility: hidden;
    }

    .custom-input > label {
        position: relative;
    }

.custom-checkbox > label::before {
    position: absolute;
    left: -1.75rem;
    top: -0.15rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 2px solid #eee;
    border-radius: 0.3rem;
}

.custom-checkbox > label::after {
    content: "";
    position: absolute;
    left: -1.75rem;
    top: 0.1rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
}

.custom-checkbox input:checked ~ label::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 0.65rem;
    left: -1.45rem;
}

.custom-radio > label::before {
    position: absolute;
    left: -1.75rem;
    top: -0.15rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 2px solid #eee;
    border-radius: 100%;
}

.custom-radio > label::after {
    position: absolute;
    left: -1.75rem;
    top: -0.15rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
}

.custom-radio input:checked ~ label::before {
    border-color: #808080;
}

.custom-radio input:checked ~ label::after {
    background-color: #808080;
    border-radius: 100%;
    width: 0.65rem;
    height: 0.65rem;
    left: -1.45rem;
    top: 0.16rem;
}

.card {
    --cardBgColor: #fff;
    --cardBorderRadius: var(--borderRadius);
    --cardBorderWidth: 1px;
    --cardBorderColor: var(--borderColor);
    --cardBoxShadow: var(--boxShadow);
    --cardHeaderBgColor: #eaeaea;
    --cardHeaderFgColor: #4a5568;
    --cardHeaderBorderWidth: 0;
    --cardHeaderBorderColor: var(--borderColor);
    --cardHeaderFontSize: 0.875rem;
    --cardHeaderPadding: 0.75rem 1.25rem;
    --cardBodyBgColor: transparent;
    --cardBodyFgColor: var(--fontColor);
    --cardBodyBorderColor: var(--borderColor);
    --cardBodyPadding: 0;
    --cardFooterPadding: 0.5rem 1.25rem;
    background-color: var(--cardBgColor);
    border-radius: var(--cardBorderRadius);
    border-width: var(--cardBorderWidth);
    border-style: solid;
    border-color: var(--cardBorderColor);
    margin-bottom: 1rem;
    box-shadow: var(--cardBoxShadow);
    flex: 1;
}

.card__header,
.card__footer {
    border-style: solid;
    border-width: 0;
}

.card__header {
    color: var(--cardHeaderFgColor);
    background-color: var(--cardHeaderBgColor);
    border-style: solid;
    border-width: var(--cardHeaderBorderWidth);
    border-radius: var(--cardBorderRadius) var(--cardBorderRadius) 0 0;
    padding: var(--cardHeaderPadding);
    display: flex;
    justify-content: space-between;
	position: relative;
}

    .card__header h3,
    .card__header a {
        color: var(--cardHeaderFgColor);
    }

    .card__header h3 {
        font-size: var(--cardHeaderFontSize);
        font-weight: bold;
        margin: 0;
    }

    .card__header a {
        text-decoration: none;
    }

.card__body {
    background-color: var(--cardBodyBgColor);
    border-color: var(--cardBodyBorderColor);
    color: var(--cardBodyFgColor);
    padding: var(--cardBodyPadding);
}

    .card__body table {
        min-width: 100%;
    }

.card__footer {
    border-color: var(--cardFooterBorderColor);
    border-top-width: 1px;
    border-radius: 0 0 var(--cardBorderRadius) var(--cardBorderRadius);
    padding: var(--cardFooterPadding);
}

.filter {
    position: relative;
}

.filter--hidden {
    --cardBorderColor: transparent;
    --cardBoxShadow: none;
}

    .filter--hidden .card__body,
    .filter--hidden .card__footer {
        display: none;
    }

.filter__options {
    margin-left: auto;
    display: flex;
}

.filter .card__body .simpleList__item {
    padding: 0;
}

.filter .card__body .form-col {
    align-items: center;
    width: 100%;
}

.filter .card__footer {
    text-align: right;
}

.simpleList {
}

.simpleList--grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}

@media only screen and (min-width: 576px) {
    .simpleList--grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
}

.simpleList--pseudoGrid {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .simpleList--pseudoGrid {
        flex-wrap: wrap;
        flex-direction: row;
    }
}

.simpleList__item {
    --simpleListItemFontSize: 0.875rem;
    --simpleListItemFgColor: #718096;
    --simpleListItemPadding: 0.75rem 1.25rem;
    --simpleListItemBorderWidth: 0 0 1px;
    --simpleListItemBorderColor: var(--borderColor);
    font-size: var(--simpleListItemFontSize);
    display: flex;
    flex-direction: column;
    padding: var(--simpleListItemPadding);
    border-width: var(--simpleListItemBorderWidth);
    border-style: solid;
    border-color: var(--simpleListItemBorderColor);
}

@media only screen and (min-width: 1140px) {
    .simpleList__item {
        --simpleListItemPadding: 1rem 1.25rem;
        flex-direction: row;
    }
}

@media only screen and (min-width: 768px) {
    .simpleList--pseudoGrid .simpleList__item {
        flex: 1 1 50%;
    }
}

@media only screen and (min-width: 1100px) {
    .simpleList--pseudoGrid .simpleList__item {
        flex: 1 1 33%;
    }
}

@media only screen and (min-width: 1400px) {
    .simpleList--pseudoGrid .simpleList__item {
        flex: 1 1 25%;
    }
}

.simpleList--noBorder .simpleList__item {
    border: 0;
}

.simpleList--striped .simpleList__item:nth-child(even) {
    background-color: #fff;
}

.simpleList--striped .simpleList__item:nth-child(odd) {
    background-color: #f9fafb;
}

.simpleList__item:last-child {
    border-radius: 0 0 var(--borderRadius) var(--borderRadius);
    border-bottom: 0;
}

.simpleList--grid .simpleList__item:last-child {
    border-width: var(--simpleListItemBorderWidth);
    border-style: solid;
    border-color: var(--simpleListItemBorderColor);
}

@media only screen and (min-width: 768px) {
    .simpleList--pseudoGrid .simpleList__item:last-child {
        border-width: var(--simpleListItemBorderWidth);
        border-style: solid;
        border-color: var(--simpleListItemBorderColor);
    }
}

.simpleList__item:last-child .alert {
    border-radius: 0 0 var(--borderRadius) var(--borderRadius);
}

dt {
    color: #718096;
    font-weight: bold;
    display: inline-flex;
    flex-shrink: 0;
}

.simpleList__item dt {
    color: var(--simpleListItemFgColor);
    font-weight: bold;
    padding: 0 0.5rem 0 0;
    flex: 0 0 0%;
}

@media only screen and (min-width: 1140px) {
    .simpleList__item dt {
        width: 200px;
        flex: 0 0 200px;
        padding-bottom: 0;
    }

    .simpleList--pseudoGrid .simpleList__item dt {
        width: auto;
        flex: 1;
    }
}

dd {
    color: #000;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    line-height: 1.25rem;
    word-break: break-all;
}

.simpleList__item dd p {
  word-break: initial;
}

.simpleList__item .alert {
    padding: 0.5rem 1rem;
    margin: 0;
}

.simpleList__item .col {
    display: flex;
    flex: 1;
    width: auto;
    min-width: 0;
    align-items: center;
    padding: 0.5rem 1.25rem;
    flex-direction: column;
}

.simpleList--grid .simpleList__item .col {
    flex-direction: column;
    align-items: start;
    padding: 0;
}

@media only screen and (min-width: 576px) {
    .simpleList--grid .simpleList__item .col {
        padding: 0.5rem 1.25rem;
        flex-direction: row;
        align-items: center;
    }
}

.simpleList--pseudoGrid .simpleList__item .col {
    flex-direction: column;
    align-items: start;
    padding: 0;
}

@media only screen and (min-width: 1140px) {
    .simpleList__item .col {
        flex: 0 0 50%;
        flex-direction: row;
        width: 50%;
    }

    .simpleList--grid .simpleList__item .col {
        width: 100%;
        flex: 0 0 100%;
    }

    .simpleList--pseudoGrid .simpleList__item .col {
        width: 100%;
        flex: 0 0 100%;
    }
}

.simpleList__item .col label {
    width: 100%;
    padding-bottom: 0.5rem;
}

@media only screen and (min-width: 1140px) {
    .simpleList__item .col label {
        flex: 0 0 180px;
        width: 180px;
        padding-bottom: 0;
    }
}

.simpleList__item .col input {
    min-width: 0;
}

    .simpleList__item .col input.ahrefbutton {
        background-color: transparent;
        border: 0;
        color: #4a5568;
        font-weight: bold;
        padding: 0;
        text-align: left;
        cursor: pointer;
    }

.simpleList__item .col .separator {
    padding: 0 0.5rem;
}

.grid {
    display: grid;
    font-size: 0.875rem;
}

@media only screen and (min-width: 960px) {
    .grid {
        grid-template-columns: repeat(2, auto);
    }
}

@media only screen and (min-width: 1140px) {
    .grid {
        grid-template-columns: repeat(3, auto);
    }
}

.grid > div {
    display: flex;
    padding: 0.75rem 1.25rem;
}

.grid dt {
    width: 150px;
}

.table-scrollable {
    overflow-x: auto;
    position: relative;
}

.table-scrollable--y {
    overflow-y: auto;
    position: relative;
}

table {
    --tableBorderRadius: var(--borderRadius);
    --tableHeadFontFamily: initial;
    --tableCellPadding: 1rem 1.25rem;
    border-collapse: collapse;
    border-radius: var(--tableBorderRadius);
	/* 
	 * Muss raus, da ansonsten Chrome/Edge/etc. Tabellen-Koepfe nicht sticky machen.
	 * Sollten das mal beobachten, da aktuell nicht sicher, wieso wir das hier als Regel ueberhaupt drin haben.
	 */
    /*overflow: hidden;*/
}

    table thead th {
        font-family: var(--tableHeadFontFamily);
        text-transform: uppercase;
        text-align: left;
        background-color: var(--backgroundColor);
        padding: 0.75rem 1.25rem;
        font-size: 0.75rem;
        white-space: nowrap;
        position: sticky;
        top: 0;
        z-index: 1;
    }

        table thead th a {
            font-size: 1rem;
            vertical-align: middle;
            padding-left: 0.25rem;
            color: #a0aec0;
        }

    table tbody {
        border-top: 1px solid var(--borderColor);
    }

        table tbody tr {
            border-bottom: 1px solid var(--borderColor);
        }

        table tbody td {
            padding: var(--tableCellPadding);
            font-size: 0.875rem;
            white-space: nowrap;
        }

            table tbody td input.ahrefbutton {
                background-color: transparent;
                border: 0;
                color: #4a5568;
                font-weight: bold;
                padding: 0;
                text-align: left;
                cursor: pointer;
            }

            table tbody td button.ahrefbutton {
                background-color: transparent;
                border: 0;
                color: #4a5568;
                font-weight: bold;
                padding: 0;
                text-align: left;
                cursor: pointer;
            }

.card__header input.ahrefbutton {
    background-color: transparent;
    border: 0;
    color: #4a5568;
    font-weight: bold;
    padding: 0;
    text-align: left;
    cursor: pointer;
}

table.table--striped tbody tr:nth-child(even) {
    background-color: #fff;
}

table.table--striped tbody tr:nth-child(odd) {
    background-color: #f9fafb;
}

table tbody tr:last-child {
    border-bottom: 0;
}

table.table--noBorder tbody tr {
    border: 0;
}

.pagination {
    --paginationItemFgColor: #a0aec0;
    --paginationItemBgColor: #e2e8f0;
    --paginationItemFgColorHover: #4a5568;
    --paginationItemBgColorHover: #cbd5e0;
    --paginationItemFgColorActive: var(--paginationItemFgColorHover);
    --paginationItemBgColorActive: var(--paginationItemBgColorHover);
    --paginationItemBorderWidth: 1px;
    --paginationItemBorderStyle: solid;
    --paginationItemBorderColor: transparent;
    --paginationItemMargin: 0;
    --paginationItemPadding: 0.25rem 0.5rem;
    --paginationItemBorderRadius: 0.3rem;
    text-align: center;
    padding: 0rem 1.25rem;
}

    .pagination ul {
        list-style: none;
        margin: 1rem 0;
        padding: 0;
    }

    .pagination li {
        display: inline-block;
        margin: 0.5rem 0;
    }

    .pagination a {
        color: var(--paginationItemFgColor);
        background-color: var(--paginationItemBgColor);
        text-decoration: none;
        padding: var(--paginationItemPadding);
        margin: var(--paginationItemMargin);
        border: var(--paginationItemBorderWidth) var(--paginationItemBorderStyle) var(--paginationItemBorderColor);
        border-radius: var(--paginationItemBorderRadius);
        display: inline-block;
    }

        .pagination a:hover {
            color: var(--paginationItemFgColorHover);
            background-color: var(--paginationItemBgColorHover);
        }

        .pagination a.active {
            color: var(--paginationItemFgColorActive);
            background-color: var(--paginationItemBgColorActive);
        }

.button {
    --buttonFontSize: 0.875rem;
    --buttonFgColor: currentColor;
    --buttonBgColor: #a4b4b2;
    --buttonBorderWidth: 0 0 2px;
    --buttonBorderColor: #777;
    --buttonBorderRadius: 0.3rem;
    --buttonPadding: 0.5rem 1rem;
    color: var(--buttonFgColor);
    background-color: var(--buttonBgColor);
    border-width: var(--buttonBorderWidth);
    border-style: solid;
    border-color: var(--baseColor);
    border-radius: var(--buttonBorderRadius);
    padding: var(--buttonPadding);
    font-size: var(--buttonFontSize);
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.alert {
    --alertFgColor: var(--fontColor);
    --alertBgColor: var(--backgroundColor);
    --alertBorderRadius: var(--borderRadius);
    --alertBorderWidth: var(--borderWidth);
    --alertBorderColor: var(--borderColor);
    --alertBoxShadow: var(--boxShadow);
    background-color: var(--alertBgColor);
    border-width: var(--alertBorderWidth);
    border-style: solid;
    border-color: var(--alertBorderColor);
    width: 100%;
    align-items: center;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    box-shadow: var(--alertBoxShadow);
    border-radius: var(--alertBorderRadius);
}

    .alert.icon {
        display: flex;
    }

    .alert.info {
        --alertBgColor: #ebf4ff;
        --alertFgColor: #2b6cb0;
    }

    .alert i {
        flex: 0 0 auto;
        padding: 0.5rem;
    }

    .alert p {
        flex: 1;
        margin: 0;
    }

.badge {
    font-size: 0.75rem;
    font-weight: bold;
    display: inline-flex;
    padding: 0.25rem 0.5rem;
    border-radius: 1rem;
    white-space: nowrap;
}

.success {
    background-color: #c6f6d5;
    color: #22543d;
}

.warning {
    background-color: #feebc8;
    color: #7b341e;
}

.danger {
    background-color: #fed7d7;
    color: #742a2a;
}

.p-0 {
    padding: 0 !important;
}

.myTooltip {
    padding: 10px;
    width: 300px;
    background-color: #eef0f7;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica,sans-serif;
    font-size: 11px;
}

.error {
    color: red;
}

.readonly {
    color: #999;
}

.invisible {
    display: hidden;
}

.frame-wrapper {
    display: flex;
    flex: 1;
}

    .frame-wrapper iframe {
        border: 0;
        padding: 0;
        margin: 0;
        flex: 1;
    }

.dropdown-menu {
    position: relative;
}

    .dropdown-menu a {
        padding: 0.5rem;
    }

    .dropdown-menu .menu {
        background-color: var(--backgroundColor);
        border: var(--borderWidth) solid var(--borderColor);
        border-radius: var(--borderRadius);
        position: absolute;
        right: 0;
        top: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
        z-index: 1;
        box-shadow: var(--boxShadow);
    }

    .dropdown-menu .dropdown-menu__item {
        --dropdownItemFgColor: #000;
        --dropdownItemBgColor: var(--backgroundColor);

        color: var(--dropdownItemFgColorHover);
        background-color: var(--dropdownItemBgColor);
        padding: 0.5rem 1rem;
    }

    .dropdown-menu .dropdown-menu__item:hover {
        --dropdownItemFgColorHover: var(--dropdownItemFgColor);
        --dropdownItemBgColorHover: var(--dropdownItemBgColor);

        color: var(--dropdownItemFgColorHover);
        background-color: var(--dropdownItemBgColorHover);
    }

    .dropdown-menu.dropdown-menu--visible .menu,
    .dropdown-menu:hover .menu {
        display: block;
    }

[data-tooltip] {
    position: relative;
}

    [data-tooltip]::after {
        content: attr(data-tooltip);
        font-family: sans-serif;
        font-size: 1rem;
        background-color: #fff;
        border-radius: 0.25rem;
        word-wrap: break-word;
        padding: 0.5rem 0.75rem;
        width: max-content;
        max-width: 200px;
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translate(-50%, 0);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
        opacity: 0;
        transition: opacity .25s;
        z-index: 1000;
    }

    [data-tooltip][data-tooltip-position="top"]::after {
        left: 50%;
        bottom: 100%;
        top: initial;
        transform: translate(-50%, -0.5rem);
    }

    [data-tooltip][data-tooltip-position="right"]::after {
        left: 100%;
        top: 50%;
        transform: translate(0.5rem, -50%);
    }

    [data-tooltip][data-tooltip-position="bottom"]::after {
        left: 50%;
        top: 100%;
        transform: translate(-50%, 0.5rem);
    }

    [data-tooltip][data-tooltip-position="left"]::after {
        left: initial;
        right: 100%;
        top: 50%;
        transform: translate(-0.5rem, -50%);
    }

[data-tooltip]:hover::after {
    opacity: 1;
}

/* Dialog */
.dialog-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.dialog-wrapper .dialog-wrapper__backdrop {
	background-color: rgba(0, 0, 0, 0.25);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
}

.dialog-wrapper .dialog-wrapper__dialog {
	z-index: 102;
}

.dialog-wrapper .dialog-wrapper__dialog .card__footer {
	justify-content: end;
	display: flex;
	padding: 0.75rem;
}

.dialog-wrapper .dialog-wrapper__dialog .card__footer button:not(:first-child) {
	margin-left: 0.5rem;
}

/* A11y */
.visually-hidden:not(:focus):not(:active) {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.button--icon {
    border-color: transparent;
    --buttonFgColor: var(--baseColor);
    --buttonPadding: 0.5rem;
}
