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

/*html, body {
    font-family: 'Segoe UI','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif, sans-serif;
    margin: 0px;
}*/

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

.general-validation-message {
    color: rgb(255, 0, 0);
}

.k-breadcrumb-item .k-svg-icon {
    margin-right: 5px;
}

.hlx-full-page-grid-div {
    height: calc(100vh - 120px);
}

/* custom styles for DataIntegrationSystem */

.hlx-standard-page-div {
    padding: 0 10px;
}

.hlx-stanard-breadcrumb-wrapper {
    position: sticky;
    top: 40px;
    z-index: 3000;
}

.hlx-tooltip-grid-header {
    opacity: .6;
    float: right;
    right: 10px;
    position: absolute;
}

/*form styles*/
.k-form-label {
    margin-bottom: 3px !important;
}

.k-form-field-wrap {
    margin-bottom: 14px !important;
}

/*window styles*/

.k-window {
    border-radius: 6.5px !important;
}

.k-window-titlebar {
    border-radius: 6.5px 6.5px 0 0 !important;
    background-color: #223f3b !important;
    color: #ffffff !important;
    letter-spacing: .5px;
    font-weight: 200;
}

.k-loader {
    margin-top: 5px;
}

.k-card-title {
    font-weight: 600;
}

.hlx-submit-button {
    border-color: inherit;
    background-color: #223f3b;
    color: #ffffff;
}

    .hlx-submit-button:hover {
        background-color: #192e2b;
    }
