﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Calibri', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

#app {
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    width: 300px;
    border-right: 1px solid #DEDEDE;
}

    .sidebar .top-row {
        /*background-color: rgba(0,0,0,0.4);*/
        border-bottom: 1px solid #DEDEDE;
        border-top: 1px solid #DEDEDE;
    }

    .sidebar .first-top-row {
        border-top: 0px;
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
        text-transform: uppercase;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .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: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

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

.notification {
    z-index: 100;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

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

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    #app {
        flex-direction: row;
    }

    .sidebar {
        width: 300px;
        border-right: 1px solid #DEDEDE;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    /*   .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.container {
    margin-right: initial;
    margin-left: initial;
    max-width: initial
}

.oi-cog, .oi-browser {
    margin-right: 10px;
    height: 20px;
}

.oi-browser {
    vertical-align: super;
}

.k-treeview-leaf {
    flex: auto !important;
}

.k-drawer-push {
    display: block !important;
}

.k-drawer-mini .k-drawer.k-drawer-start, .k-drawer-expanded .k-drawer.k-drawer-start, .k-drawer-left.k-drawer-mini .k-drawer, .k-drawer-left.k-drawer-expanded .k-drawer {
    border-right-width: 0px !important;
}

.show-on-hover {
    display: none !important;
}

.k-treeview-leaf:hover .show-on-hover {
    display: block !important;
}

.k-form-field .k-input {
    padding: 8px !important;
}

.k-form-field .k-input {
    width: 300px !important;
}
/*
.no-headers-grid .k-grid-header {
    display: none;
}*/

.sidebar-group-content {
    overflow: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.sidebar-grid {
    height: 100%;
}

.k-tabstrip-item > span.k-link {
    gap: 8px;
}

.k-dateinput {
    width: 10em;
    margin: 0;
    padding: 0;
    height: 20px;
}

.ph-xl {
    font-size: 1.4em;
}

.Hamburger {
    font-size: 32px;
    cursor: pointer;
    padding: 8px;
}

.k-button {
    text-transform: capitalize;
}

.borderless-grid {
    border-style: none !important;
}

.grid-no-scroll .k-grid-content {
    overflow-y: auto;
}

.grid-no-scroll .k-grid-header,
.grid-no-scroll .k-grid-footer {
    padding-right: 0; /* version 2.26 and older requires !important here */
}

.grid-no-scroll .k-grid-header-wrap,
.grid-no-scroll .k-grid-footer-wrap {
    border-right-width: 0;
}

.node-disabled {
    color: silver;
    cursor: not-allowed;
    background-color: transparent;
}

.node-disabled:hover {
    color: silver;
    cursor: not-allowed;
    background-color:transparent;
}

.k-card-header .k-card-title {
    height: 30px;
    margin-left: 5px;
    font-size: 21px;
    line-height: inherit;
    font-family: Calibri;
    font-weight: bold !important;
}

/* resolve move icon alignment for fluent theme */
.k-grid .k-hierarchy-cell > .k-icon, .k-grid .k-drag-cell > .k-icon {
    padding-block: 0;
}

.no-border-dropdown {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.ph {
    vertical-align: middle;
}
