@import '_content/Footprints.UI.Shared/Footprints.UI.Shared.92t8rvu41t.bundle.scp.css';
@import '_content/Majorsoft.Blazor.Components.Loading/Majorsoft.Blazor.Components.Loading.bundle.scp.css';
@import '_content/Majorsoft.Blazor.Components.Notifications/Majorsoft.Blazor.Components.Notifications.bundle.scp.css';
@import '_content/Majorsoft.Blazor.Components.Tabs/Majorsoft.Blazor.Components.Tabs.bundle.scp.css';

/* /Components/Utility/JumpBox.razor.rz.scp.css */
.sticky[b-zlgzyc1hio] {
    position: sticky;
    top: -6px;
    /*background-color: blue;*/
    z-index: 500!important;
    margin-top: 0px;
}

.zFront[b-zlgzyc1hio] {
    z-index: 5001!important;
}

.tb-background[b-zlgzyc1hio] {
    /*background: linear-gradient(to top, rgba(202, 210, 193, 0.5), rgba(202, 210, 193, 0.7));*/
    background: #CAD2C1;
}

.fp-label[b-zlgzyc1hio] {
   margin-right: 5px;
   font-size: .875rem;
   font-weight: 600;
}
/* /Components/Utility/UpdateNotification.razor.rz.scp.css */
.floating-update-button[b-8j8i6xteev] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-8j8i6xteev 2s ease-out;
}

@keyframes fadein-b-8j8i6xteev {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
/* /Shared/AppHeader.razor.rz.scp.css */
.navbar.header-navbar[b-jwqidydowh] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    /*background-color: inherit;*/
    background-color: #CAD2C1;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    /*box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);*/
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-jwqidydowh] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

    .header-navbar .navbar-toggler .navbar-toggler-icon[b-jwqidydowh] {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        background-color: transparent !important;
        height: 2rem;
        width: 2rem;
    }

.customDelimiter[b-jwqidydowh] {
    border-top: 1px solid darkgray;
    margin-left: 30px;
    width: 150px;
}

.title[b-jwqidydowh] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn.btn-rounded[b-jwqidydowh] {
    border-radius: 50px
}

@media (max-width: 350px) {
    .title[b-jwqidydowh] {
        font-size: inherit;
    }
}



/*.top-row {*/
    /*background-image: linear-gradient(135deg, #DCE0C9 10%, rgb(170, 190, 142) 60%);*/
    /*background-color: #cad2c1;*/
    /*border-bottom: 1px solid forestgreen;*/ /*#d6d5d5*/
    /*justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}
    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }
        .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
            text-decoration: underline;
        }
        .top-row ::deep a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.showAlways) {
        display: none;
    }*/

/*    .top-row:not(.auth) {
        display: none;
    }*/
        /*.top-row.auth {
            justify-content: space-between;
        }
        .top-row ::deep a, .top-row ::deep .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }
        .top-row.auth ::deep a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
        .top-row, article {
            padding-left: 2rem !important;
            padding-right: 1.5rem !important;
        }
}*/

/*DevExpress Menus*/
/*.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;
}

    .menu-icon-home {
        mask-image: url("../images/Home.svg");
        -webkit-mask-image: url("../images/Home.svg");
    }

    .menu-icon-support {
        mask-image: url("../images/Support.svg");
        -webkit-mask-image: url("../images/Support.svg");
    }

    .menu-icon-products {
        mask-image: url("../images/Products.svg");
        -webkit-mask-image: url("../images/Products.svg");
    }*/
/* /Shared/FPTabInterface.razor.rz.scp.css */
fp-tab-template-local[b-4v65aksipz] {
    background-color: #139176;
    padding: 7px 7px;
    text-align: center;
    border: 2px solid red;
    border-radius: 2px;
    color: white;
    cursor: pointer;
    /*    width: 200px;*/
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-015byhbtec] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}

[b-015byhbtec] .page-layout,
[b-015byhbtec] .page-layout > .dx-gridlayout-root,
[b-015byhbtec] .layout-item {
    background-color: inherit;
}

[b-015byhbtec] .content {
    padding: .5rem 2rem 0 .1rem;
    overflow: auto;
}

@media (max-width: 1022.99px) {
    [b-015byhbtec] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-015byhbtec] .fit-width {
    max-width: 100%;
}

[b-015byhbtec] .mw-1100 {
    max-width: 1100px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-9asceedwju] {
    min-width: 200px;
    max-width: 200px;
    transition: transform 1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: #CAD2C1;
}

    .sidebar.collapse[b-9asceedwju] {
        display: none;
    }

    .sidebar.expand[b-9asceedwju] {
        display: block;
    }

@media (max-width: 1022.99px) {
    .sidebar[b-9asceedwju] {
        display: none;
    }

        .sidebar.expand[b-9asceedwju] {
            position: fixed;
            top: 3.5rem;
            left: 0;
            height: auto;
            min-width: 100%;
            z-index: 1050;
        }
}

[b-9asceedwju] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-9asceedwju] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-9asceedwju] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-9asceedwju] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 500 !important;
    padding: .25rem .25rem .25rem .25rem;
}

    [b-9asceedwju] .app-sidebar,
    [b-9asceedwju] .app-sidebar > .nav-pills,
    [b-9asceedwju] .app-sidebar > .nav-pills > .nav-item,
    [b-9asceedwju] .app-sidebar > .nav-pills > .nav-item > a:not(.active) {
        background-color: inherit;
    }

@media (max-width: 1199.98px) {
   .sidebar[b-9asceedwju] {
      display: none;
   }

      .sidebar.expand[b-9asceedwju] {
         position: fixed;
         top: 3.5rem;
         left: 0;
         height: auto;
         min-width: 200px;
         z-index: 1050;
      }


/*    ::deep .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }*/
}




/*.navbar-toggler-old {
    background-color: gray rgba(255, 255, 255, 0.1);
}

.navbar {
    justify-content: flex-start;
}

.navbar-toggler {*/
    /*background-color: rgba(128, 128, 128, 0.7);*/
    /*width: 35px;
    height: 30px;
    margin-left: 10px;*/
    /*margin-top: -5px;*/
    /*margin-right: 15px;
}

.navbar-toggler-icon {
    font-size: 0.7em;*/
    /*width: ;*/
    /*margin-left: -3px;
    color: black;
}

.sidebar {*/
    /*border-right: 1px solid forestgreen;*/ /*#d6d5d5*//*;*/
/*}

.top-green {
    background-color: #cad2c1;
}

.top-row {
    height: 3.5rem;
}

.footprints-container-fluid .container-fluid {
    background-image: url(Resources/images/logo.png);
    height: 100px;
    font-size: 1.1rem;
}

.navbar-brand {
    font-size: 1.1rem;
    background-repeat: no-repeat;
    background-position: center;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
.navbar-brand a {
    outline: none;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: black*/ /*#d7d7d7*//*;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item ::deep a.active {
            background-color: rgba(255,255,255,0.25);
            color: black*/ /*white*//*;
        }

        .nav-item ::deep a:hover {
            background-color: rgba(255,255,255,0.1);
            color: black*/ /*white*//*;
        }

@media (max-width: 640.99) {

    .navbar-brand {
        white-space: nowrap;
        float: right;
    }


}*/

/*@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}*/
