﻿/* _content/BlazorMenu/Shared/MainLayout.razor.rz.scp.css */
@import url('css/open-iconic/font/css/fontawesome.min.css');
@import url('css/open-iconic/font/css/all.min.css');

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
    overflow-y: scroll;
}

.sidebar {
    z-index:999;
    width: 75px;
    display: block;
    float: left;
    position: fixed !important;
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #1976D3;
}

.display-none {
    display:none;
}

.top-row {
    background-color: #f7f7f7;
    justify-content: flex-end;
    height: 2.5rem;
    display: flex;
    align-items: center;
}

    .top-row a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

        .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 500px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 75px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BlazorMenu/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 2.5rem;
    background-color: white;
}

.navbar-brand {
    font-size: 1.1rem;
}

.navbar {
    background-color: #1976D3 !important;
}

.oi {
    width: 2rem;
    font-size: 1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.8rem;
    padding-bottom: 1rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item a {
        color: #f3f3f3;
        border-radius: 5px;
        display: flex;
        align-items: center;
        line-height: 1.5rem;
    }

        .nav-item a.active {
            background-color: white;
            color: dodgerblue;
        }

        .nav-item a:hover {
            background-color: rgba(255, 255, 255, 0.812);
            color: dodgerblue;
        }

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 6.5rem);
        overflow-y: auto;
    }
}

.dxbs-grid-header-row {
    background-color: dodgerblue;
    color: white;
}
.dxbs-grid-header-content {
    justify-content:center;
}

.dxbs-scroll-viewer-hor-scroll-bar:hover > .dxbs-scroll-viewer-scroll-thumb {
    opacity: .75;
    height: 1.5rem;
    border-radius: .75rem
}

.menu-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    opacity: 0.7;
}

.menu-icon-home {
    mask-image: url("../images/icons/home.svg");
    -webkit-mask-image: url("../images/icons/home.svg");
}

.menu-icon-support {
    mask-image: url("../images/icons/support.svg");
    -webkit-mask-image: url("../images/icons/support.svg");
}

.menu-icon-products {
    mask-image: url("../images/icons/products.svg");
    -webkit-mask-image: url("../images/icons/products.svg");
}

.menu-icon-user-profile {
    mask-image: url("../images/icons/user-profile.svg");
    -webkit-mask-image: url("../images/icons/user-profile.svg");
}

.icon-logo {
    display: flex;
    height: 20px;
    width: 120px;
    opacity: 0.7;
    background-color: currentColor;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-image: url("../images/icons/logo-monochrome.svg");
    -webkit-mask-image: url("../images/icons/logo-monochrome.svg");
}

.nav-item {
    font-size: 0.8rem;
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
}

.card-header {
    background-color: dodgerblue !important;
    color: white;
}

.dxbl-grid-header-row {
    background-color: dodgerblue !important;
    color: white;
    text-align: center !important;
}

.form-custom {
    border: none !important;
}

.nav-link {
    padding: 1rem 1rem !important;
    margin: 0.5rem 0 !important;
}

.btn-custom {
    background-color: dodgerblue !important;
    color: white !important;
    text-align: center !important;
}

.text-custom {
    color: dodgerblue !important;
}

.nav-item a.active::after {
    content: "";
}
/*.top-row{
    background-color:white;
}*/
.unit-caption-nospace {
    max-width: min-content !important;
}

.unit-caption {
    max-width: 160px;
}

.remove-pad {
    padding: 0 !important;
}
.nav-tabs .nav-link {
    height: 45px !important;
    background-color: lightslategrey !important;
    color: white !important;
}

    .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
        background-color: dodgerblue !important;
        font-weight: bold !important;
    }

.myFLG .row {
    padding-top: 0px !important;
}
    .myFLG .row .dxbs-grid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

@media (min-width: 500px) {
    .col-md {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 0 0% !important;
        -ms-flex: 1 0 0% !important;
        flex: 1 0 0% !important
    }

    .row-cols-md-auto > * {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: auto !important
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 100% !important
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 50% !important
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 33.3333333333% !important
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 25% !important
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 20% !important
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 16.6666666667% !important
    }

    .col-md-auto {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: auto !important
    }

    .col-md-1 {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 8.33333333% !important
    }

    .col-md-2 {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 16.66666667% !important
    }

    .col-md-3 {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 25% !important
    }

    .col-md-4 {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 33.33333333% !important
    }

    .col-md-5 {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 41.66666667% !important
    }

    .col-md-6 {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 50% !important
    }

    .col-md-7 {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 58.33333333% !important
    }

    .col-md-8 {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 66.66666667% !important
    }

    .col-md-9 {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 75% !important
    }

    .col-md-10 {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 83.33333333% !important
    }

    .col-md-11 {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 91.66666667% !important
    }

    .col-md-12 {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 auto !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 100% !important
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem
    }

    .breadcrumbs {
        color: #000;
        font-size: 0.001px;
        list-style: outside none;
        background-color: #f5f5f5;
        border-radius: 5px;
    }

        .breadcrumbs > li {
            font-size: 1.2rem;
            vertical-align: top;
        }

            .breadcrumbs > li,
            .breadcrumbs > li > a,
            .breadcrumbs > li > span {
                display: inline-block;
            }

                .breadcrumbs > li > a {
                    color: #07d;
                    text-decoration: none;
                }

                    .breadcrumbs > li > a:hover {
                        text-decoration: underline;
                    }

    .bc1 > li:nth-child(n+2)::before {
        display: inline-block;
        margin: 0 8px;
        content: '//';
    }

    .bc1 > li:not(:last-child) > span {
        color: #999;
    }

    .bc2 > li {
        white-space: nowrap;
    }

        .bc2 > li:not(:last-child):after {
            margin: 0 10px;
            color: #000;
            font-size: 1rem;
            font-weight: bold;
            position: relative;
            top: -0.05rem;
            content: "⇒";
        }

        .bc2 > li:not(:last-child) > span {
            color: #f00;
        }

    .bc3 {
        font-size: inherit;
    }

        .bc3 > li {
            display: inline;
        }

            .bc3 > li > a {
                display: inline;
                margin: 0 3px 0 0;
            }

    .bc4 {
        overflow: hidden;
    }

        .bc4 > li {
            float: left;
            background: url(http://www.rolwheels.com/public/images/icons/arrow-icon-link-small-orange.png) no-repeat 100% 55%;
            padding: 0 15px 0 0;
            margin: 0 7px 0 0;
        }

            .bc4 > li:last-child {
                background: none;
            }
}
.dropdown-button {
    padding: 0rem !important;
}
.padding-top20 {
    padding-top: 20px !important;
}
.min-width100 {
    min-width: 100px !important;
}
    .min-width100 .dxuc-button-container .col-auto .btn {
        min-width: 100px !important;
    }