@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: auto;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.my-spinner {
    --sk-size: 70px;
    --sk-color: #2C64B2;
}

.my-header {
    color: white;
    width: 100%;
    height: fit-content;
    background-color: #2C64B2;
    padding: 5px;
}

.my-subheader {
    color: white;
    width: 100%;
    height: fit-content;
    background-color: #88A13B;
    padding: 5px;
}

.my-fixedwithbutton {
    width: 230px !important;
}

.my-grid.dxbs-gridview .card.dxgvCSD.dxbs-grid-vsd {
    height: calc(100vh - 241px) !important;
}

.my-smallgrid.dxbs-gridview .card.dxgvCSD.dxbs-grid-vsd {
    height: calc(100vh - 370px) !important;
}

.btn {
    font-weight: bold;
}

.my-grid .table-active {
    /*Highlight-Farbe vom Data-Grid*/
    background-color: #2C64B2 !important;
    color: white !important;
}

.my-smallgrid .table-active {
    /*Highlight-Farbe vom Data-Grid*/
    background-color: #2C64B2 !important;
    color: white !important;
}

.dxbs-memo .form-control:not(.dxbs-disable-mh) {
    /*Höhe der Bigbox bei der Bestellung*/
    height: calc(100vh - 335px );
}

.table > :not(caption) > * > * {
    box-shadow: none;
}

.dxbs-table > tbody > tr.dxbs-grid-first-level-group > td.dxbs-toggle-cell, table.dxbs-table:not(.dxbs-grouped) > tbody > tr > td:first-child:not(.dxbs-gridview-row-details) {
    /*Breite der Spalten*/
    height: 40px;
}

.dxbs-menu .dx-menu-item > dxbl-menu-item > a {
    /*Für das Menü*/
    color: #88A13B !important;
    font-weight: bold;
}

#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;
    }
