@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
html {
    height: 100%;
}

body {
    position: relative;
    margin: 0;
/*    padding-bottom: 6rem; */
    min-height: 100%;
}

#wrap {
    margin: 0 auto;
    min-height: 100%;
    /*padding-top: 50px;*/
}
a, .btn-link {
    /*color: #0366d6;*/
    color: #E67E22;
}
a {
    text-decoration: none;
}
a.link-blue {
    color: #0366d6;
    cursor: pointer;
    /*text-decoration: underline;*/
}
    a.link-blue:focus {
        color: #0366d6;
    }
    a.link-blue:hover {
        color: #0366d6;
        text-decoration: underline;
    }
/* Theme overrides */
/*.btn {
    border-radius: 0.375rem;*/  /* give the buttons a rounded corner */
/*}*/


.btn-standard-width {
    width: 100%;
}
@media (min-width: 768px) {
    .btn-standard-width {
        width: 10rem;
    }
}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    flex-grow: 1;
}


main {
    flex: 1;
}
footer {
    z-index: -123456;
}
.z-index-1 {
    z-index: 1;
}
@media (min-width: 641px) {
    .page {
        flex-direction: column;
    }

    .article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
.entityContent {
    display: flex;
    flex-direction: row;
    height: 100%;
}
.entityMainContent {
    flex: 1;
}

@media (max-width: 641px) {
    .entityContent {
        display: flex;
        flex-direction: column;
    }
}
.gsNavMenu {
    z-index: 9990;
}

.form-check-input {
    border-color: #6d6d6d;
}
/*.k-input.k-rounded-md {
    border-radius: 0;
}*/
.accounttree,
.register {
    min-width: 1000px;
}

.report-div {
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*border-bottom: 1px solid #868e96;*/
}
    .report-div a.report-link {
        /*color: #0366d6;*/
        cursor: pointer;
        font-size: 1.1rem;        
    }
        .report-div a.report-link.active {
        }
        .report-div a.report-link:hover {
            text-decoration: underline;
        }
/*.content {
    padding-top: 1.1rem;
}
*/
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.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;
    }

.navbar {
    padding: 12px 16px;
}

/*.main {
    margin-top: 63px;
}*/

/* Identity pages */
.footer {
    position: sticky;
    top: 100vh;
    width: 100%;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
}
/*.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;*/
     /*Set the fixed height of the footer here */
    /*height: 40px;
    line-height: 40px;*/  /*Vertically center the text there */
/*}*/
/*a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}*/
/*.breadcrumb {
    padding-top: .4rem;
    padding-bottom: .4rem;
}
*/
button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}*/


/*@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

}*/


@media (min-width: 768px) {
    /*.page {
        flex-direction: row;
    }*/

    /*.main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
    /*.sidebar {
        min-height: calc(100vh - 63px);
        width: 250px;
    }*/

/*    main {
        min-height: calc(100vh - 93px);
    }*/
    /*.navbar-toggler {
        display: none;
    }    */
}

.messageNotification .k-notification-container .k-notification-wrap {
/*    width: 300px;*/
    height: 50px;
    font-size: 1.5em;
    text-align: center;
    align-items: center;
    z-index: 654321;
}

.k-grid td.right-align {
    text-align: right;
}

.k-grid td.left-align {
    text-align: left;
}
.centered-header-grid .k-cell-inner > .k-link {
    justify-content: center;
}
.bold-header-grid .k-cell-inner > .k-link {
    font-weight: 600;
}

.table-striped-opposite tbody tr:nth-of-type(odd) {
    background-color: white;
}

.table-striped-opposite tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05)
}

.big-notification .k-notification-container .k-notification-wrap {
    /*    width: 350px;*/
    height: 50px;
    font-size: 1.5em;
    text-align: center;
    align-items: center;
    z-index: 654321;
}

.big-notification {
    z-index: 1234;
    margin-right: 10px;
}

/* default state */
.select-toggle.k-button,
.select-toggle.k-button:hover {
    color: #bbb;
    border: 1px solid #e4e7eb;
}
/* selected state  */
.select-toggle.k-selected,
.select-toggle.k-selected:hover {
    color: white;
    background-color: #593196;
    border: 1px solid #593196;
    font-weight: 700;
    opacity: 1;
}
/* toggle icon*/
.select-toggle.k-icon-button.k-button-sm > .k-button-icon {
    min-width: 1rem;
    min-height: 1rem;
}

/*
* Sidebar v2
*/

@media (min-width: 992px) {
    .sidebar-new {
        flex: 0 0 280px;
    }

    .sidebar-new {
        min-width: 280px;
    }
}


/*
* Sidebar
*/
.sticky-top {
    z-index: 100;
}

.sidebar {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

@media (max-width: 641px) {
    .sidebar {
        top: 6rem;
    }
}

@media (min-width: 641px) {
    .sidebar {
        width: 250px;
        height: 100%;
        position: fixed;
/*        top: 0;*/
    }
    .entityMainContent {
        margin-left: 250px;
    }
    .entityContent {
/*        margin-top: 48px;*/
    }
    main {
        margin-top: 85px;
    }
}
.navbar-toggler {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
/*    position: absolute;*/
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    z-index: 200;
}

    .navbar-toggler:checked {
        background-color: rgba(255, 255, 255, 0.5);
    }

.nav-scrollable .fa-solid {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}
/*.nav-scrollable {
    display: none;
}*/

/*.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}*/

@media (min-width: 641px) {
    /*.navbar-toggler {
        display: none;
    }*/

    .nav-scrollable {
        /* Never collapse the sidebar for wide screens */
        /*display: block;*/
        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 48px);*/
        overflow-y: auto;
    }

    .fixed-top-nav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}

.form-control {
    border-color: #dddddd;
}

/*.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;*/ /* Behind the navbar */
    /*padding: 48px 0 0;*/ /* Height of navbar */
    /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 6rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;*/ /* Scrollable contents if viewport is shorter than content. */
/*}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}


.sidebar .nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .sidebar .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .sidebar .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .sidebar .nav-item a {
        color: #fff;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        cursor: pointer;
    }

        .sidebar .nav-item a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .sidebar .nav-item a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }
.sidebar .dropdown-header {
    font-size: 1rem;
    font-weight: 600;
}

.sidebar .nav-item .dropdown-item {
        color: #444;
        height: 2rem;
    }

    .sidebar .nav-item a.dropdown-item {
        color: #444;
        display: flex;
        align-items: center;
        line-height: 2rem;
    }

        .sidebar .nav-item a.dropdown-item:hover {
            background-color: rgba(0,0,0,0.1);
            color: #444;
        }*/


/*.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #999;
    }

    .sidebar .nav-link.active {
        color: #007bff;
    }

        .sidebar .nav-link:hover .feather,
        .sidebar .nav-link.active .feather {
            color: inherit;
        }*/

/*.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.sidebar .oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.sidebar .fa-solid {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}*/

/*
* Navbar
*/
.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    /*background-color: rgba(0, 0, 0, .25);*/
    /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);*/
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

/*.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}*/

.left-0 {
    padding-left: 0;
}
.left-2 {
    padding-left: 1rem!important;
}
.left-4 {
    padding-left: 2rem !important;
}
.left-6 {
    padding-left: 3rem !important;
}
.left-8 {
    padding-left: 4rem !important;
}
.left-10 {
    padding-left: 5rem !important;
}
.left-12 {
    padding-left: 6rem !important;
}
/* Used in reports */
/*.border-total {*/
    /*border-style: none none solid none;*/
    /*border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #444;*/
    /*border-top: 1px solid #444 !important;*/
/*}*/
.border-grandtotal {
    border-bottom-width: 2px !important;
    border-bottom-style: double;
    border-bottom-color: #000000;
    /*border-left: none;
    border-right: none;*/
    /*
    border-style: none none double none !important;*/
    /*border-bottom: 2px;*/
}

.bg-solid-white {
    background-color: whitesmoke !important;
}

.small-rows * {
    font-size: .85rem;
    /*        line-height: 1;*/
}

/*.k-input-solid.k-valid {
    border-color: #dddddd;
}

.k-input-solid.k-valid:focus-within, .k-input-solid.k-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}*/

.gs-0 {
    margin-left: 0 !important;
}

.gs-1 {
    margin-left: 0rem !important;
}

.gs-2 {
    margin-left: 0rem !important;
}

.gs-3 {
    margin-left: 0rem !important;
}

.gs-4 {
    margin-left: .5rem !important;
}

.gs-5 {
    margin-left: 1rem !important;
}
.gs-6 {
    margin-left: 1.5rem !important;
}

/* Modals */

.k-window {
    max-width: 95%;
}