@font-face {
    font-family: 'Haffer';
    src: url('/fonts/InnomoticsHafferSQ-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Haffer';
    src: url('/fonts/InnomoticsHafferSQ-Light.woff2') format('woff2');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Haffer';
    src: url('/fonts/InnomoticsHafferSQ-Medium.woff2') format('woff2');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'Haffer';
    src: url('/fonts/InnomoticsHafferSQ-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #08191f;
}

.newgreen {
    color: #e1f000;
}

.list-group-item-action:hover {
    background-color: #e1f000 !important;
}

.haffer-bold {
    font-family: 'Haffer';
    font-weight: bold;
}

.haffer-light {
    font-family: 'Haffer';
    font-weight: lighter;
}

.haffer-medium {
    font-family: 'Haffer';
    font-weight: bolder;
}

.haffer-regular {
    font-family: 'Haffer';
    font-weight: normal;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.btn-siemens {
    color: #fff;
    background-color: #53656b;
    border-color: #53656b;
}

.btn-siemens-dark {
    color: #fff;
    background-color: #53656b;
    border-color: #53656b;
}

.btn-siemens-secondary {
    color: #e1f000;
    border-color: #53656b;
}

.group {
    padding: 1rem;
    margin-top: 0.3rem;
    margin-bottom: 1rem;
    border: 1px solid #eee;
    /*border-left-width: .25rem;
    border-radius: .25rem;*/
}

.group-siemens {
    /*border-left-color: #53656b;*/
}

.rz-selectable tbody tr.rz-data-row.rz-state-highlight .rz-cell-data a {
    color: #fff !important;
}

.spinner-border {
    border-color: #e1f000;
    border-top-color: transparent;
}
