.field-validation-error {
    display: block;
    margin: 0.75rem 0 1.5rem 0;
    line-height: 1.4;
}

.field-validation-error:not(:empty) + .form-group {
    margin-top: 1.5rem !important;
}

.field-validation-error,
.val-summary {
    margin-top: 0.3125rem;
    color: #FFFFFF;
    padding: 0.3125rem 0.5rem;
    position: absolute;
    top: calc(100% + 0.125rem);
    left: 0;
    border-radius: 0.1875rem;
    z-index: 1;
    list-style: none;
    letter-spacing: 0.01875rem;
}

.form-group.row .field-validation-error,
.form-group.row .val-summary {
    left: 0.625rem;
}

.field-validation-error:before,
.val-summary:before {
    content: '';
    position: absolute;
    left: 0.625rem;
    top: -0.375rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.375rem 0.375rem 0.375rem;
    border-color: transparent transparent #007bff transparent;
}

.field-validation-error > span,
.val-summary li {
    position: relative;
}

.val-summary.multi-error li:before {
    content: '\00b7';
    padding-right: 0.1875rem;
}

.k-grid .input-validation-error {
    border-style: solid;
}

@media screen and (min-width: 767px) {
    .no-data-box {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    .no-data-box .no-data-text {
        position: relative;
        left: calc(50% - 9.375rem);
        top: 50%;
    }
}

/* Page not found */
.pnf-left {
    float: left;
    margin-top: 2.5rem;
    width: 12.5rem;
}

.pnf-right {
    width: calc(100% - 12.5rem);
    max-width: 37.5rem;
    float: left;
    overflow: hidden;
    margin-top: 2.5rem;
}

.pnf-right p {
    padding-bottom: 0.3125rem;
}

.pnf-right a {
    text-decoration: underline;
}

.pnf-intro {
    font-size: 1.125rem;
}

.pnf-intro P {
    padding-bottom: 0.625rem;
}

h1.pnf-title {
    font-size: 4.6875rem;
    line-height: 4.6875rem;
    margin: 0 3.4375rem 0 0;
    padding: 0;
}

.pnf-link {
    margin-left: 2.1875rem;
}


@media screen and (max-width: 639px) {
    .pnf-left,
    .pnf-right {
        width: 100%;
    }
}
/* End Page not found */