@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('fontawesome/css/all.css');

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu.woff') format('woff')
}

:root{
    --primary: #27426D;
}

html, body {
    font-family: 'Ubuntu', Ubuntu-Bold, Ubuntu-Light, Ubuntu-Medium;
    color: #27426D;
}


h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0077cc;
}

.content {
    padding-top: 1.1rem;
}

input {
    color: #27426D !important;
}

input:focus {
    box-shadow: none !important;
    border: 1px solid #337ab7 !important;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.element-separator{
    height: 25px;
}
.small-element-separator{
    height: 10px;
}
.vertical-element-separator{
    margin-right: 10px;
}
.small-vertical-element-separator {
    margin-right: 5px;
}

.text-align-end{
    text-align: end;
}

.btn {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 150px;
    height: 45px;
    line-height: 35px;
    overflow: hidden;
    outline: none !important;
    border-radius: 0px;
    text-transform: uppercase;
    border: none;
}

    .btn:focus {
        box-shadow: none !important;
        background-color: #0b396b !important;
    }

.btn-disabled {
    opacity: 0.6;
    background-color: #27426D !important;
    cursor: default !important;
}

.k-button-solid-primary {
    background-color: #27426D !important;
    border: 1px solid #27426D !important;
    color: white;
}

    .k-button-solid-primary:hover {
        background-color: #337ab7 !important;
        border: inherit;
    }

    .k-button-solid-primary:focus {
        box-shadow: unset;
        outline: unset;
        border: inherit;
    }

    .k-button-solid-primary:active {
        border: inherit;
    }

.btn-primary {
    background-color: #27426D !important;
    border: 1px solid #27426D !important;
    color: white !important;
}
    .btn-primary:hover {
        background-color: #337ab7 !important;
    }

.btn-secondary {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #27426D !important;
}
    .btn-secondary:hover {
        background-color: white !important;
        color: #27426D !important;
    }
    .btn-secondary:active {
        background-color: white !important;
        color: #27426D !important;
    }
    .btn-secondary:focus {
        background-color: white !important;
        color: #27426D !important;
    }
    .btn-secondary.btn-border {
        border: 1px solid #27426D !important;
    }

.btn-tertiary {
    background-color: transparent !important;
    color: #27426D !important;
}

    .btn-tertiary:hover {
        background-color: lightgray !important;
        color: #27426D !important;
    }

    .btn-tertiary:active {
        background-color: lightgray !important;
        color: #27426D !important;
    }

    .btn-tertiary:focus {
        background-color: lightgray !important;
        color: #27426D !important;
    }
.width-auto {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.width-25{
    width: 25%;
}
.width-50 {
    width: 50%;
}
.width-75 {
    width: 75%;
}
.width-100 {
    width: 100%;
}

.underline{
    text-decoration: underline;
}

.form-label{
    
}

.form-group-container{
    display: flex;
}

.form-group-container-left{
    justify-content: left;
}

.form-group-container-right {
    justify-content: right;
    margin-left: auto;
    margin-right: 0;
}

.powered-by {
    color: white;
}

h3{
    font-weight: bold;
}

h2 {
    font-weight: bold;
}

h1 {
    font-weight: bold;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0b396b;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #337ab7;
    }



.flex-container{
    display: flex;
}

.flex-right {
    justify-content: right;
    margin-left: auto;
    margin-right: 0;
}
.flex-left {
    justify-content: left;
}

a{
    cursor: pointer;
}

.top-row-menu-item {
    display: flex;
    color: white;
    height: 60px;
    width: 60px;
    cursor: pointer;
}
    .top-row-menu-item:hover {
        background-color: #066C7B
    }

.top-row-menu-item-icon{
    margin: auto;
}

.top-row-menu-item-aktive {
    background-color: #066C7B
}

.error {
    background-color: #C22B19;
    color: white;
}

.success {
    background-color: #159924;
    color: white;
}

.information {
    background-color: #0697DA;
    color: white;
}

.warning {
    background-color: #F9B300;
    color: white;
}

.navmenu-footer .user-popup-menu-animation-container{
    bottom: 1rem;
}

.user-popup-menu-animation-container {
/*    position: fixed;
    bottom: 0;
    left: 1rem;
    height: 100%;
    width: 100%;*/
    z-index: 999;
}
.user-popup-menu-animation-container-collapsed {
/*    bottom: 0 !important;
    left: 0 !important;*/
}

.language-picker a {
    color: white !important;
    margin-top: 3px;
}
.language-picker .nav-link-text {
    margin-left: 10px !important;
}
.language-picker .k-icon {
    margin-top: -3px !important;
}
.main-page-animation-container {
    height: 100%;
}


.input{
    display: flex;
    height: auto;
    color: inherit;
}
.input-icon {
    justify-content: flex-start;
    background-color: white;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.input-value {
    justify-content: flex-end;
    flex: 1;
    border-radius: 0px;
    border: 0px;
    padding: 0.375rem 0.75rem;
    padding-left: 0.1rem;
    outline: none !important;
    appearance: none !important;
    height: 45px;
    width: 100%;
}
.input-value:focus{
    border: 0px !important;
    box-shadow: none !important;
}
.input-pusher{
    flex: 1;
}

.input-checkbox{
    height: 20px;
    width: 20px;
    margin-top: 2px;
    margin-right: 10px;
}

.e-input-group, .e-input-group.e-control-wrapper, .e-input-group:not(.e-float-icon-left), .e-input-group.e-control-wrapper:not(.e-float-icon-left) {
    border: 1px solid #CED4DA !important;
    box-shadow: unset !important;
}

    .e-input-group input {
        box-shadow: unset !important;
        border: unset !important;
        padding: 4px 8px !important;
        font-size: 16px !important;
        height: 36px !important;
        line-height: 28px !important;
    }

    .e-input-group:focus-within, .e-input-group.e-control-wrapper:focus-within, .e-input-group:not(.e-float-icon-left):focus-within, .e-input-group.e-control-wrapper:not(.e-float-icon-left):focus-within {
        border: 1px solid #337ab7 !important;
    }

.e-multiselect {
    box-shadow: unset !important;
    border: 1px solid #CED4DA !important;
}

    .e-multiselect .e-multi-select-wrapper {
        min-height: 36px;
    }

        .e-multiselect .e-multi-select-wrapper input {
            border: unset !important;
        }

        .e-multiselect .e-multi-select-wrapper .e-chips {
            background-color: #27426D !important;
            height: 28px;
            margin: 4px;
        }

            .e-multiselect .e-multi-select-wrapper .e-chips .e-chips-close::before {
                -webkit-text-fill-color: white;
                color: white !important;
            }

            .e-multiselect .e-multi-select-wrapper .e-chips .e-chipcontent {
                -webkit-text-fill-color: white;
                color: white !important;
            }

        .e-multiselect .e-multi-select-wrapper .e-delim-values {
            line-height: 36px !important;
        }

        .e-multiselect .e-multi-select-wrapper .e-multi-searcher {
            height: 36px !important;
            min-width: 300px;
        }

        .e-multiselect .e-multi-select-wrapper .e-clear-icon {
            height: 28px !important;
            width: 28px !important;
            margin: unset !important;
            top: unset !important;
            bottom: 4px !important;
            right: 4px !important;
        }

.resetPassword-container a {
    color: #27426D !important;
}

    .resetPassword-container a:hover {
        color: #0a58ca !important;
    }

.k-table-td {
    text-align: center !important;
    font-size: 16px;
}

.k-table-th {
    text-align: center !important;
    font-size: 16px;
}

.nav-item-tooltip {
    visibility: hidden;
    position: absolute;
    left: 65%;
    margin-left: 28px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background-color: #27426D;
    box-shadow: rgb(0 0 0 / 35%) 0px 2px 5px;
    padding-left: 1rem;
    padding-right: 1rem;
    white-space: nowrap;
}

    .nav-item-tooltip::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0%;
        margin-top: -5px;
        margin-left: -10px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent #27426D transparent transparent;
    }

@media(max-width: 679.98px) {
    .nav-item-tooltip {
        display: none !important;
    }
}

.nav-item {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    line-height: 3rem;
    color: #27426D;
    cursor: pointer;
}

    .nav-item .k-icon {
        font-size: 30px;
        width: 30px;
    }

    .nav-item .k-svg-icon {
        font-size: 30px;
        width: 30px;
    }
    .nav-item svg {
        font-size: 24px;
    }

    .nav-item .nav-link-text {
        font-size: 18px;
    }

    .nav-item:hover {
        background-color: white;
    }

.nav-item-active {
    background-color: white;
}

    .nav-item:hover .nav-item-tooltip {
        visibility: visible;
    }

.user-popup-menu-profile-icon .k-icon {
    margin-top: 15px;
    background-color: transparent;
    font-size: 80px !important;
}
.keyword-text-container input {
    background-color: #F6F5F4;
    border: 0px !important;
    min-width: 85px;
    width: 85px;
    margin-right: -35px;
    outline: none !important;
    vertical-align: middle;
}
.document-search-container {
    display: flex;
    width: 100%;
}
.document-search-text-input input {
    background-color: #F6F5F4;
    border: 0px !important;
    outline: none !important;
    vertical-align: middle;
}
.vertical-align-middle{
    vertical-align: middle;
}
.justify-content-left{
    justify-content: flex-start;
    display: flex;
}
.justify-content-right {
    justify-content: flex-end;
    display: flex;
}
.grid-data-container .btn {
    width: 45px !important;
}

.download-footer-right a {
    color: #27426D !important;
}
h1, h2, h3, h4, h5, h6{
    text-transform: uppercase;
}
.nav-language {
    text-align: end;
}

#freshworks-frame-wrapper{
    right: 60px !important;
    bottom: 80px !important;
}

#launcher-frame {
    z-index: 800 !important;
}

.freshdesk-auth {
    display: none;
    bottom: 20px !important;
    right: 52px !important;
}

.freshdesk-main {
    bottom: 0px !important;
    right: 5px !important;
}

.freshdesk-public {
    bottom: 20px !important;
    right: 52px !important;
    display: none;
}

.Action-Button-Container {
    min-height: 38px;
    display: flex;
    gap: 10px;
    overflow: hidden;
    justify-content: space-evenly;
}

    .Action-Button-Container .btn, .Action-Button-Container .e-tooltip .btn {
        width: 38px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

.grid-button-place-holder {
    width: 38px;
    height: 38px;
}

.e-pager .e-currentitem, .e-pager .e-currentitem:hover {
    border-color: #27426D;
    color: #27426D;
}

.e-pager .e-numericitem, .e-pager div.e-icons.e-pager-default {
    color: #27426D;
}

    .e-pager .e-numericitem:hover, .e-pager div.e-icons.e-pager-default:hover {
        color: #337ab7 !important;
    }

.e-pager .e-currentitem {
    border-color: #27426D;
}

.e-ddl.e-popup {
    border: 1px solid #ced4da;
}

    .e-ddl.e-popup .e-content {
        border-radius: 4px;
    }

.e-dialog {
    max-height: 95vh !important;
}

.view-selector {
    display: flex;
    box-sizing: border-box;
    cursor: pointer;
    height: 100%;
    border-right: 1px solid #d9d9d9;
    background-color: #F6F5F4;
}
.view-selector .select-view {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    padding: 0 10px;
}

.view-selector .select-view:hover {
    background-color: rgba(0,0,0,0.05);
}
.view-selector .select-view.v-selected {
    background-color: #27426D33;
}

.view-selector .select-view.disabled {
    cursor: default;
    background-color: lightgray;
}
.view-selector .select-view.disabled:hover {
    background-color: lightgray;
}


.checkbox-wrapper .e-checkbox-wrapper .e-label {
    font-size: 1rem !important;
    font-weight: 500;
    text-transform: uppercase !important;
}

.checkbox-wrapper .e-checkbox-wrapper .e-frame {
    height: 20px;
    width: 20px;
    padding: 3px 0;
}

.checkbox-wrapper .e-checkbox-wrapper .e-check {
    font-size: 11px;
}

.checkbox-wrapper .e-checkbox-wrapper .e-ripple-container {
    height: 52px;
    top: -11px;
    width: 47px;
}

.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
    color: #27426D;
    font-weight: 400;
}
.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    line-height: 30px;
}
.loading-container {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .8;
    background-color: #fefefe;
}
.e-dashboardlayout.e-control.e-responsive{
    z-index: 99;
}
.font-bold{
    font-weight: bold;
}
.btn-unset-width {
    width: unset;
}
.btn-full-width{
    width: 100%;
}
.row-edit-button {
    color: var(--primary);
    cursor: pointer;
    font-weight: 500;
}
.row-small-width{
    width: 60%;
}
.row-width-800 {
    width: 800px;
}
.row-edit-button:hover{
    text-decoration: underline;
}
.row-multirow-value {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.btn-small {
    width: 36px;
    height: 36px;
    line-height: 24px;
}
.row-button-container{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.row-button-container-right {
    justify-content: flex-end;
}
.btn-secondary-border{
    border: 1px sol
}
.mfa-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mfa-item{
    width: 600px;
    border: 1px solid #d9d9d9;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}
    .mfa-item:hover{
        border-color: var(--primary);
    }
    .mfa-item-title {
        font-weight: bold;
        font-size: 18px;
        margin-left: 60px;
    }
.mfa-item-icon{
    font-size: 32px;
    position: absolute;
    top: 12px;
    left: 24px;
}
.row-edit-button {
    color: red;
}
.row-edit-button-disabled{
    color: #d9d9d9 !important;
    cursor: default !important;
    text-decoration: none !important;
}
.mfa-new-item {
    border: 1px dashed #d9d9d9;
    width: 600px;
    padding: 24px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #808080;
}
    .mfa-new-item:hover {
        color: var(--primary);
        border-color: var(--primary);
    }

.add-mfa-item{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 30px;
    padding: 24px;
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
    cursor: pointer;
}
    .add-mfa-item:hover{
        border-color: var(--primary);
    }
    .add-mfa-item-icon {
        font-size: 42px;
        color: var(--primary);
    }
.add-mfa-item:last-of-type{
    margin-bottom: 0px;
}
.add-mfa-item-disabled {
    cursor: default !important;
    border: 1px solid #d9d9d9 !important;
}
    .add-mfa-item-disabled .add-mfa-item-icon{
        color: #d9d9d9 !important;
    }
    .add-mfa-item-disabled .add-mfa-item-title {
        color: #d9d9d9 !important;
    }
    .add-mfa-item-disabled .add-mfa-item-description {
        color: #d9d9d9 !important;
    }
    .add-mfa-item-title {
        color: var(--primary);
        font-size: 18px;
        font-weight: bold;
    }
.add-mfa-item-content{
    margin-top: auto;
    margin-bottom: auto;
}
.add-mfa-toolbar{
    border-top: 1px solid #d9d9d9;
    margin-top: 20px;
    padding-top: 20px;
}
    .add-mfa-container {
        min-height: 480px;
    }

.mfa-setup-title {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.mfa-setup-description {
    flex: 1;
    display: flex;
    gap: 1rem;
    align-items: stretch;
    flex-direction: column;
}
.mfa-setup-toolbar {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}
.mfa-setup-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 416px;
}
.mfa-setup-message {
    display: flex;
    background-color: #f0f0f0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.step-list {
    max-width: 700px;
}
    .step-list li {
        margin-bottom: 8px;
    }
.content-align-right, .content-align-right h5, .content-align-right h6, .content-align-right .add-mfa-description {
    text-align: right;
}
    .content-align-right .add-mfa-item {
        flex-direction: row-reverse;
    }

.mfa-yubikey-configuration-container{
}
.mfa-yubikey-configuration-container .btn{
    width: auto;
    padding-left:20px;
    padding-right: 20px;
}
.form-textarea {
    height: 250px;
    box-shadow: none !important;
    resize: none !important;
}

    .form-textarea textarea {
        height: 250px;
    }
.k-window-titlebar-action, .k-window-title {
    color: white;
}
.skip-fa-container {
    text-align: end;
}
.mfa-phone-number-existing-message{
    color: red;
}
.form-control-title{
    font-weight: bold;
}
.form-button-container {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.form-control-container label{
    width: 100%;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;

}
.form-control-container input[type=text], .form-control-container input[type=number] {
    width: 100%;
    outline: none !important;
    height: 38px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: none !important;
}
.form-control-container input[type=checkbox]{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.custom-file-upload {
    border: 1px solid var(--primary);
    padding: 8px 12px;
    background-color: var(--primary);
    color: white;
    cursor: pointer;
}
.custom-file-upload:hover{
    background-color: #0077cc;
}
.help-phone-number-container {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
    margin-right: 50px;
}
.add-mfa-container-small{
    min-height: 300px;
}
    .add-mfa-container-small .add-mfa-item{
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 4px;
    }

.e-wrong-folder-name {
    outline: 1px solid red !important;
}

.uppercase {
    text-transform: uppercase;
}

.uppercase input {
    text-transform: uppercase;
}

.mode-select-buttons .e-ddl.e-input-group.e-control-wrapper {
    height: 100% !important
}