﻿.btn i {
    padding-right: 0.2rem;
}




.blockElement {
    background-color: transparent !important;
    border: none !important;
}

.appLogo {
    margin-right: 10px;
}

.form-wizard-content {
    height: 60vh !important
}

.swal2-container {
    z-index: 1000000
}

.e-dlg-container {
    z-index: 1000 !important;
}

.blockUI {
    z-index: 1001 !important;
}

.swal2-icon-content {
    font-size: 3rem;
}

.message-count-badge {
    top: -11px;
    position: absolute;
    right: -12px;
}

.e-listview .e-list-item.e-active {
    color: black;
}

.forms-wizard-vertical .nav .nav-link {
    display: flex !important;
}

.show-project-name {
    visibility: visible;
}

.hide-project-name {
    visibility: collapse;
}

.navbar-brand {
    width: 100%;
}

.header__pane {
    margin-left: 10px !important;
}

.logo-project-name {
    width: 80%;
    display: inline-block;
}

.navbar-brand {
    color: currentColor;
}

.mainScreenDiv {
    position: absolute;
    width: 100%;
    height: 88vh;
    overflow-y: scroll !important;
   
}

.e-grid .e-row.e-altrow {
    background-color: color-mix(in srgb,var(--bs-secondary),#0000 90%);
}

.e-col-filtered {
    background-color: var(--bs-light) !important;
}

.e-icon-filter {
    font-size: large !important;
}

.e-sortfilterdiv {
    font-size: large !important;
    padding-right: 25px !important;
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 900 !important;
}

.far {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 400 !important;
}

.fal {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 300 !important;
}

.fad {
    position: relative;
    font-family: 'Font Awesome 5 Duotone' !important;
    font-weight: 900 !important;
}

.fab {
    font-family: 'Font Awesome 5 Brands' !important;
    font-weight: 400 !important;
}

.entity-editor-accordion {
    padding: 0px;
}

.property-info-icon {
    display: inline-block !important;
    border-radius: 60px !important;
    box-shadow: 0 0 2px #888 !important;
    padding: 0.2em 0.5em !important;
    background-color: blue !important;
    color: white !important;
    font-size: smaller !important;
    margin-left: 5px !important;
}

.property-editor-icon {
    display: inline-block !important;
    border-radius: 60px !important;
    box-shadow: 0 0 2px #888 !important;
    padding: 0.2em 0.5em !important;
    background-color: green !important;
    color: white !important;
    font-size: smaller !important;
    margin-left: 5px !important;
}


.e-grid .e-table {
    border-collapse: collapse;
}

.e-table tr[aria-selected="true"] {
    /*border-color: var(--bs-secondary);*/
    border-width: 5px;
    border-collapse: separate;
    border-style: solid;
    border-color: color-mix(in srgb,var(--bs-primary),#0000 70%);
   
}

.e-menu-wrapper .e-menu .e-menu-item.e-selected {
    color: var(--bs-black);
    outline: 0 solid var(--bs-primary);
    outline-offset: 0;
    background: color-mix(in srgb,var(--bs-primary),#0000 70%);
}

.e-treeview .e-list-item.e-active > .e-fullrow {
    background-color: color-mix(in srgb,var(--bs-primary),#0000 70%);
    border-style:none;
}

.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
    background-color: color-mix(in srgb,var(--bs-primary),#0000 50%);
    border-color: color-mix(in srgb,var(--bs-primary),#0000 30%);
}

.closed-sidebar .navbar-brand .fas {
    top: -7px;
    position: fixed;
}

.swal2-cancel {
    background-color: darkred !important;
}






.logout-form {
    border-style: solid;
    border-bottom-style: solid !important;
    border-bottom-width: thin !important;
    border-bottom-color: var(--bs-secondary) !important;
}

#toolbar {
    border-style: solid;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: var(--bs-secondary);
}

.e-grid.e-default .e-headercell, .e-grid.e-default .e-detailheadercell {
    border-width: 0;
    background-color: var(--bs-primary);
    color: white;
}

.bg-default {
    background-image: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-secondary) 100%) !important
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    max-width: 500px;
    margin: 1.75rem auto;
}


.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (0.5rem * 2));
        content: "";
    }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop, .blockOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade, .fade.blockOverlay {
        opacity: 0;
    }

    .modal-backdrop.show, .show.blockOverlay {
        opacity: 0.5;
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.h-100 {
    height: 100vh !important;
}

.app-login-box .app-logo {
    margin-bottom: 3rem;
}

.app-login-box h4 {
    margin-bottom: 1.5rem;
    font-weight: normal;
}

    .app-login-box h4 div {
        opacity: .6;
    }

    .app-login-box h4 span {
        font-size: 1.1rem;
    }

.app-container {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0;
    min-width: 100%;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

/*.col-12 {
    flex: 0 0 auto;
    max-width: 100%;
}*/

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }


.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s;
}

    .card > .dropdown-menu-header {
        margin: 0;
    }

        .card > .dropdown-menu-header .dropdown-menu-header-inner {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem;
        }

    .card.text-dark.text-white .card-footer,
    .card.text-dark.text-white .card-header, .card.text-white .card-footer,
    .card.text-white .card-header {
        background: rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.9);
    }

    .card.text-dark.text-white .card-footer,
    .card.text-dark.text-white .card-header {
        color: rgba(0, 0, 0, 0.9);
    }

    .card .card-footer {
        display: flex;
        align-items: center;
    }

.btn-actions-pane-right {
    margin-left: auto;
    white-space: nowrap;
}

    .btn-actions-pane-right a {
        text-transform: none;
    }

.btn-actions-pane-left {
    margin-right: auto;
}

.actions-icon-btn .btn-icon-only {
    padding-left: 0;
    padding-right: 0;
    color: #495057;
}

    .actions-icon-btn .btn-icon-only .btn-icon-wrapper {
        font-size: 1.3rem;
        width: 30px;
        text-align: center;
    }

    .actions-icon-btn .btn-icon-only:hover {
        color: #3f6ad8;
    }

.card-header,
.card-title {
    text-transform: uppercase;
    color: rgba(13, 27, 62, 0.7);
    font-weight: bold;
    font-size: 0.88rem;
}

.card-header {
    display: flex;
    align-items: center;
    border-bottom-width: 1px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0.625rem;
    height: 3.5rem;
}

    .card-header.no-border {
        border: 0;
        padding: 0;
        height: auto;
    }

    .card-header .menu-header-subtitle {
        display: block;
    }

    .card-header.card-header-tab .nav {
        width: auto;
        margin-left: auto;
    }

    .card-header.card-header-tab .card-header-title {
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .card-header .header-icon {
        font-size: 1.65rem;
        margin-right: 0.625rem;
    }

    .card-header > .nav {
        margin-left: -0.625rem;
        height: 100%;
        width: 100%;
    }

        .card-header > .nav .nav-item {
            position: relative;
            height: 100%;
            display: flex;
            align-items: center;
        }

        .card-header > .nav .nav-link {
            text-transform: none;
            width: 100%;
            display: block;
            color: #495057;
        }

            .card-header > .nav .nav-link::before {
                content: '';
                border-radius: 15px;
                background: #3f6ad8;
                transition: all .2s;
                height: 4px;
                width: 100%;
                position: absolute;
                left: 0;
                bottom: -2px;
                opacity: 0;
            }

            .card-header > .nav .nav-link:hover {
                color: #3f6ad8;
            }

            .card-header > .nav .nav-link.active {
                color: #3f6ad8;
            }

                .card-header > .nav .nav-link.active::before {
                    opacity: 1;
                }

    .card-header.card-header-tab-animation .nav .nav-link::before {
        transform: scale(0);
        opacity: 1;
        width: 90%;
        left: 5%;
    }

    .card-header.card-header-tab-animation .nav .nav-link.active::before, .card-header.card-header-tab-animation .nav .nav-link:hover::before {
        transform: scale(1);
    }

.card-border {
    box-shadow: 0 0 0 transparent;
    border-width: 1px;
}

.card-hover-shadow:hover {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

.card-hover-shadow-2x:hover {
    box-shadow: 0 0.66875rem 2.3875rem rgba(4, 9, 20, 0.03), 0 1.1375rem 1.60625rem rgba(4, 9, 20, 0.03), 0 0.45rem 0.73125rem rgba(4, 9, 20, 0.05), 0 0.325rem 0.3875rem rgba(4, 9, 20, 0.03);
}

.card-subtitle {
    margin-bottom: 0.75rem;
    font-size: 0.968rem;
    color: rgba(13, 27, 62, 0.55);
}

.card-shadow-primary {
    box-shadow: 0 0.46875rem 2.1875rem rgba(63, 106, 216, 0.03), 0 0.9375rem 1.40625rem rgba(63, 106, 216, 0.03), 0 0.25rem 0.53125rem rgba(63, 106, 216, 0.05), 0 0.125rem 0.1875rem rgba(63, 106, 216, 0.03);
}

.card-shadow-secondary {
    box-shadow: 0 0.46875rem 2.1875rem rgba(108, 117, 125, 0.03), 0 0.9375rem 1.40625rem rgba(108, 117, 125, 0.03), 0 0.25rem 0.53125rem rgba(108, 117, 125, 0.05), 0 0.125rem 0.1875rem rgba(108, 117, 125, 0.03);
}

.card-shadow-success {
    box-shadow: 0 0.46875rem 2.1875rem rgba(58, 196, 125, 0.03), 0 0.9375rem 1.40625rem rgba(58, 196, 125, 0.03), 0 0.25rem 0.53125rem rgba(58, 196, 125, 0.05), 0 0.125rem 0.1875rem rgba(58, 196, 125, 0.03);
}

.card-shadow-info {
    box-shadow: 0 0.46875rem 2.1875rem rgba(22, 170, 255, 0.03), 0 0.9375rem 1.40625rem rgba(22, 170, 255, 0.03), 0 0.25rem 0.53125rem rgba(22, 170, 255, 0.05), 0 0.125rem 0.1875rem rgba(22, 170, 255, 0.03);
}

.card-shadow-warning {
    box-shadow: 0 0.46875rem 2.1875rem rgba(247, 185, 36, 0.03), 0 0.9375rem 1.40625rem rgba(247, 185, 36, 0.03), 0 0.25rem 0.53125rem rgba(247, 185, 36, 0.05), 0 0.125rem 0.1875rem rgba(247, 185, 36, 0.03);
}

.card-shadow-danger {
    box-shadow: 0 0.46875rem 2.1875rem rgba(217, 37, 80, 0.03), 0 0.9375rem 1.40625rem rgba(217, 37, 80, 0.03), 0 0.25rem 0.53125rem rgba(217, 37, 80, 0.05), 0 0.125rem 0.1875rem rgba(217, 37, 80, 0.03);
}

.card-shadow-light {
    box-shadow: 0 0.46875rem 2.1875rem rgba(238, 238, 238, 0.03), 0 0.9375rem 1.40625rem rgba(238, 238, 238, 0.03), 0 0.25rem 0.53125rem rgba(238, 238, 238, 0.05), 0 0.125rem 0.1875rem rgba(238, 238, 238, 0.03);
}

.card-shadow-dark {
    box-shadow: 0 0.46875rem 2.1875rem rgba(52, 58, 64, 0.03), 0 0.9375rem 1.40625rem rgba(52, 58, 64, 0.03), 0 0.25rem 0.53125rem rgba(52, 58, 64, 0.05), 0 0.125rem 0.1875rem rgba(52, 58, 64, 0.03);
}

.card-shadow-focus {
    box-shadow: 0 0.46875rem 2.1875rem rgba(68, 64, 84, 0.03), 0 0.9375rem 1.40625rem rgba(68, 64, 84, 0.03), 0 0.25rem 0.53125rem rgba(68, 64, 84, 0.05), 0 0.125rem 0.1875rem rgba(68, 64, 84, 0.03);
}

.card-shadow-alternate {
    box-shadow: 0 0.46875rem 2.1875rem rgba(121, 76, 138, 0.03), 0 0.9375rem 1.40625rem rgba(121, 76, 138, 0.03), 0 0.25rem 0.53125rem rgba(121, 76, 138, 0.05), 0 0.125rem 0.1875rem rgba(121, 76, 138, 0.03);
}

.card-header-lg {
    padding: 1.5rem 2.5rem;
    height: auto;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(26, 54, 126, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: #fff;
    border-bottom: 1px solid rgba(26, 54, 126, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid rgba(26, 54, 126, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: flex;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: flex;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-img-top,
                .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-img-bottom,
                .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-img-top,
                .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-img-bottom,
                .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: 0.25rem;
            }

                .card-group > .card:only-child .card-img-top,
                .card-group > .card:only-child .card-header {
                    border-top-left-radius: 0.25rem;
                    border-top-right-radius: 0.25rem;
                }

                .card-group > .card:only-child .card-img-bottom,
                .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: 0.25rem;
                    border-bottom-left-radius: 0.25rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

.form-group {
    /*position: relative;
    width: 100%;
    *//*! padding-right: 15px; */
    padding-left: 15px;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}






/*Toast*/
.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
}

    .toast:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .toast.showing {
        opacity: 1;
    }

    .toast.show {
        display: block;
        opacity: 1;
    }

    .toast.hide {
        display: none;
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    padding: 0.75rem;
}

.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a,
    .toast-message label {
        color: #fff;
    }

        .toast-message a:hover {
            color: #cccccc;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-weight: bold;
    color: #fff;
    opacity: 0.8;
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    /*overrides*/
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        position: relative;
        overflow: hidden;
        margin: 0 0 .6rem;
        padding: .6rem .6rem .6rem 50px;
        width: 300px;
        border-radius: 0.25rem;
        background-position: 15px center;
        background-repeat: no-repeat;
        box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
        color: #fff;
        opacity: 0.9;
    }

        #toast-container > div:hover {
            opacity: 1;
            cursor: pointer;
        }

    #toast-container > .toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
        box-shadow: 0 0.66875rem 2.3875rem rgba(22, 170, 255, 0.03), 0 1.1375rem 1.60625rem rgba(22, 170, 255, 0.03), 0 0.45rem 0.73125rem rgba(22, 170, 255, 0.05), 0 0.325rem 0.3875rem rgba(22, 170, 255, 0.03);
    }

    #toast-container > .toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
        box-shadow: 0 0.66875rem 2.3875rem rgba(217, 37, 80, 0.03), 0 1.1375rem 1.60625rem rgba(217, 37, 80, 0.03), 0 0.45rem 0.73125rem rgba(217, 37, 80, 0.05), 0 0.325rem 0.3875rem rgba(217, 37, 80, 0.03);
    }

    #toast-container > .toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
        box-shadow: 0 0.66875rem 2.3875rem rgba(58, 196, 125, 0.03), 0 1.1375rem 1.60625rem rgba(58, 196, 125, 0.03), 0 0.45rem 0.73125rem rgba(58, 196, 125, 0.05), 0 0.325rem 0.3875rem rgba(58, 196, 125, 0.03);
    }

    #toast-container > .toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
        box-shadow: 0 0.66875rem 2.3875rem rgba(247, 185, 36, 0.03), 0 1.1375rem 1.60625rem rgba(247, 185, 36, 0.03), 0 0.45rem 0.73125rem rgba(247, 185, 36, 0.05), 0 0.325rem 0.3875rem rgba(247, 185, 36, 0.03);
        color: #212529;
    }

    #toast-container.toast-top-center > div,
    #toast-container.toast-bottom-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #toast-container.toast-top-full-width > div,
    #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

.toast {
    background-color: #343a40;
}

.toast-success {
    background-color: #3ac47d;
}

.toast-error {
    background-color: #d92550;
}

.toast-info {
    background-color: #16aaff;
}

.toast-warning {
    background-color: #f7b924;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: 0.4;
}

@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

/*Wizard*/
.forms-wizard {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: table;
    table-layout: fixed;
    border-radius: 0.25rem;
    border: 0;
}

    .forms-wizard li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        font-size: 1rem;
        padding: 1rem 0;
        color: #adb5bd;
        position: relative;
    }

        .forms-wizard li .nav-link {
            display: block;
            padding: 0;
            color: #adb5bd;
        }

            .forms-wizard li .nav-link:focus, .forms-wizard li .nav-link:active, .forms-wizard li .nav-link:hover {
                border-color: transparent;
                color: #495057 !important;
            }

        .forms-wizard li::after, .forms-wizard li::before {
            position: absolute;
            height: 4px;
            top: 50%;
            margin-top: -1rem;
            width: 50%;
            content: '';
            background: #dee2e6;
            z-index: 5;
            transition: all .2s;
        }

        .forms-wizard li::after {
            left: 50%;
        }

        .forms-wizard li::before {
            left: 0;
        }

        .forms-wizard li:first-child::before {
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
        }

        .forms-wizard li:last-child::after {
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
        }

        .forms-wizard li em {
            font-style: normal;
            font-size: 1.5rem;
            background: #ced4da;
            color: #fff;
            text-align: center;
            padding: 0;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50px;
            display: block;
            margin: 0 auto 0.5rem;
            position: relative;
            z-index: 7;
            transition: all .2s;
        }

        .forms-wizard li.active .nav-link {
            color: #495057;
        }

        .forms-wizard li.active em {
            background: #3f6ad8;
            color: #fff;
        }

        .forms-wizard li.active::after, .forms-wizard li.active::before {
            background: #3f6ad8;
        }

        .forms-wizard li.done em {
            font-family: 'Linearicons-Free';
            background: #3ac47d;
            overflow: hidden;
        }

            .forms-wizard li.done em::before {
                width: 42px;
                height: 42px;
                font-size: 1.2rem;
                line-height: 40px;
                text-align: center;
                display: block;
            }

        .forms-wizard li.done::after, .forms-wizard li.done::before {
            background: #3ac47d;
        }

        .forms-wizard li.done:hover {
            color: #495057 !important;
        }

        .forms-wizard li:hover {
            color: #6c757d;
        }

.forms-wizard-alt .forms-wizard li {
    font-size: 0.88rem;
}

    .forms-wizard-alt .forms-wizard li em {
        width: 14px;
        height: 14px;
        line-height: 14px;
        text-indent: -999rem;
        border: #fff solid 2px;
    }

.forms-wizard-vertical .forms-wizard {
    display: block;
    width: 20%;
    float: left;
    padding: 0 1.5rem 1.5rem 0;
}

    .forms-wizard-vertical .forms-wizard li {
        display: block;
        margin: 0;
        padding: 0;
    }

        .forms-wizard-vertical .forms-wizard li::before, .forms-wizard-vertical .forms-wizard li::after {
            display: none;
        }

        .forms-wizard-vertical .forms-wizard li a {
            text-align: left;
            display: flex;
            align-items: center;
            align-content: flex-start;
            padding: 0.75rem;
            margin-bottom: 0.5rem;
            border-radius: 0.3rem;
            transition: all .2s;
        }

            .forms-wizard-vertical .forms-wizard li a em {
                margin: 0 0.75rem 0 0;
            }

            .forms-wizard-vertical .forms-wizard li a:active, .forms-wizard-vertical .forms-wizard li a:focus, .forms-wizard-vertical .forms-wizard li a:hover {
                background: #e9ecef;
                color: #495057 !important;
            }

        .forms-wizard-vertical .forms-wizard li.active a {
            background: #3f6ad8;
            color: #fff;
        }

            .forms-wizard-vertical .forms-wizard li.active a:active, .forms-wizard-vertical .forms-wizard li.active a:focus, .forms-wizard-vertical .forms-wizard li.active a:hover {
                color: #fff !important;
            }

            .forms-wizard-vertical .forms-wizard li.active a em {
                background: rgba(255, 255, 255, 0.2);
            }

.forms-wizard-vertical .form-wizard-content {
    width: 80%;
    overflow: auto;
    min-height: auto !important;
}

.form-wizard-content {
    min-height: auto !important;
}

.form-wizard-content {
    height: 60vh !important
}

.forms-wizard-vertical .nav .nav-link {
    display: flex !important;
}

.sw-theme-default > .nav .nav-link.active {
    color: var(--bs-dark) !important;
    background-color: color-mix(in srgb,var(--bs-primary),#0000 70%);
}

.sw-theme-default > .nav-item > a:hover {
    /*color: var(--bs-secondary);*/
}

.sw-theme-default > .nav .nav-link.active::after {
    background: var(--bs-primary) !important;
}

.e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop):not(.e-icon-reorderuparrow):not(.e-icon-reorderdownarrow) {
    color: var(--bs-light);
}

.footer-container {
    background: rgb(248,249,250);
    background: radial-gradient(circle, rgba(248,249,250,1) 0%, rgba(181,187,193,0.6867121848739496) 100%);
    z-index: 2000;
    /*left: -50px;*/
    position: sticky;
    height: 24px;
}

.main-logo-icon {
    height:48px;
}


/*Menu system*/
.main-manu-item {
    /*font-size: x-large !important;*/
    display:inline-block!important;
    margin-right: 15px !important;
}

#dockMenu .e-menu-item {
    padding: 17px;
    opacity: .9;
}

.e-caret {
    color: #343a40 !important;
    opacity: .9;
}



#dockMenu .e-menu-item .e-menu-icon {
    color: #343a40 !important;
    opacity: .3;
}

#dockMenu .e-menu-caret-icon .e-menu-icon {
    padding-right: 15px;

}

.accordion-item:has([aria-invalid="true"]) > :first-child {
    --bs-accordion-btn-bg: var(--bs-danger);
    --bs-accordion-active-bg: var(--bs-danger);
}

label.property-required-label::after {
    content: "*";
    color: red;
    margin-left: 5px;
}


