html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 99999;
    /* make error message large so user will notice it*/
    top: 5%;
    bottom: 5%;
    left: 5%;
    width: 90%;
}

#blazor-error-ui .dismiss {
    display: none; /*no point to dismiss, page should be reloaded*/
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

#blazor-error-ui .error-icon{
    font-size: 100px;
    text-align: center;
    display: block;
    width: 80%;
    padding: 10%;
}

.navbar-toggler-icon {
    color: #fff;
}

.text-align-left{
    text-align: left;
}

.dxbl-modal > .dxbl-modal-root > .dxbl-popup{
    max-width: 1800px;
    width: 80%;
}

.padding-5{
    padding: 5px;
}

.grid-no-scroll .k-grid-content {
    overflow-y: auto;
}

.grid-no-scroll .k-grid-header,
.grid-no-scroll .k-grid-footer {
    padding-right: 0; /* version 2.26 and older requires !important here */
}

.grid-no-scroll .k-grid-header-wrap,
.grid-no-scroll .k-grid-footer-wrap {
    border-right-width: 0;
}

a.k-button:hover{
    color: #fff;
}

.k-svg-icon > svg {
    max-width: 100%;
    max-height: 100%;
}