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

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

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.vertical-center {
    min-height: 90%; /* Fallback for browsers do NOT support vh unit */
    min-height: 90vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.card-quarter {
    height: calc(25vh - 37px) !important
}

.modal-lg {
    max-width: 1000px !important
}

.dubcardheight {
    height: calc(-171px + 100vh) !important
}

    .dubcardheight.readonly {
        height: calc(-108px + 100vh) !important
    }

.card-third {
    height: calc(75vh - 37px) !important
}

.card-half {
    height: calc(50vh - 37px) !important
}

.table-fixed-headerx {
    height: calc(100vh - 115px) !important;
    overflow-y: auto;
}

.text-muted-more {
    color: #95a2ad !important
}

.custom-radio {
    width: 100%;
}

.b-bar-link {
    padding-left: .25rem !important;
}

.b-bar-dropdown-item {
    padding-left: 1.5rem !important;
}

.modal-xl {
    max-width: 98% !important;
}

.box {
    display: flex !important;
    flex-flow: column;
    height: 100% !important;
}

    .box .boxrow {
    }

        .box .boxrow.boxheader {
            flex: 0 1 auto !important;
            /* The above is shorthand for:
  flex-grow: 0,
  flex-shrink: 1,
  flex-basis: auto
  */
        }

        .box .boxrow.boxcontent {
            flex: 1 1 auto;
            overflow: hidden;
            margin-bottom: 4px;
        }

            .box .boxrow.boxcontent.scroll {
                overflow-y: auto;
                height: 1px;
                margin-bottom: 0;
            }

            .box .boxrow.boxcontent.horizontal {
                overflow-x: auto;
                height: 1px;
                margin-bottom: 0;
            }

        .box .boxrow.boxfooter {
            flex: 0 1 300px;
            overflow-y: hidden;
        }

.scrollcard {
    overflow-y: auto;
    height: 628px;
}

.scrollcardnew {
    overflow-y: auto;
    height: 634px;
}

#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;
    }
