@import '../_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '../_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* manuals/Pages/client/UsersInfo.razor.rz.scp.css */
input:focus[b-upai8106f5] {
    border: 0 !important;
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
}
/* manuals/Pages/client/ViewManual.razor.rz.scp.css */

.show-vertical[b-d7fgar93ky] {
    writing-mode: vertical-lr;
    text-orientation: upright;
}
.manual-name-header[b-d7fgar93ky] {
    display: initial;
}

.manual-name-body[b-d7fgar93ky] {
    display: none;
}
.main-menu[b-d7fgar93ky] {
    width: max-content;
    max-width: 250px;
    background: white;
    position: absolute;
    z-index: 1000;
    border-radius: 10px;
    box-shadow: 5px 5px 18px 0px #0d0d1ce0;
    overflow: auto;
    padding: 5px;
    height: 92vh;
}

.btn-toggle[b-d7fgar93ky] {
    border-radius: 3px;
}

.menu-icon[b-d7fgar93ky] {
    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[b-d7fgar93ky] {
    mask-image: url("../images/icons/home.svg");
    -webkit-mask-image: url("../images/icons/home.svg");
}

.menu-icon-support[b-d7fgar93ky] {
    mask-image: url("../images/icons/support.svg");
    -webkit-mask-image: url("../images/icons/support.svg");
}


.navbar-toggler[b-d7fgar93ky] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-d7fgar93ky] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-d7fgar93ky] {
    font-size: 1.1rem;
}

.oi[b-d7fgar93ky] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-d7fgar93ky] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-d7fgar93ky] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-d7fgar93ky] {
        padding-bottom: 1rem;
    }

    .nav-item[b-d7fgar93ky]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-d7fgar93ky]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-d7fgar93ky]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }
.display-title[b-d7fgar93ky]{
    display: none;
}
@media (max-width:950px){
    .fog-menu-show[b-d7fgar93ky] {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        backdrop-filter: blur(4px);
        z-index: 101;
        background-color: rgb(15 23 42 / 0.5);
        display:none;
    }
    .showMenu[b-d7fgar93ky] {
        display: initial !important;
        position: fixed;
        z-index: 1000;
        box-shadow: 0px 0px 11px 3px grey;
        left: 0px;
    }
}
@media (min-width: 949px) {
    .display-title[b-d7fgar93ky]{
        display:inherit;
    }
    .btn-toggle[b-d7fgar93ky] {
        display: none;
    }

    .manual-name-header[b-d7fgar93ky] {
        display: none;
    }

    .manual-name-body[b-d7fgar93ky] {
        display: initial;
    }

    .main-menu[b-d7fgar93ky] {
        position: relative;
        border-radius: 0px;
        box-shadow: none;
    }

    .navbar-toggler[b-d7fgar93ky] {
        /*display: none;*/
    }

    .collapse[b-d7fgar93ky] {
        /* Never collapse the sidebar for wide screens */
        display: block !important;
    }

    .nav-scrollable[b-d7fgar93ky] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(var(--max-height) - 2vh);
        overflow-y: auto;
    }
}
/* manuals/Pages/logs/LogsComponent.razor.rz.scp.css */

.show-vertical[b-oet4yyxokh] {
    writing-mode: vertical-lr;
    text-orientation: upright;
}
.manual-name-header[b-oet4yyxokh] {
    display: initial;
}

.manual-name-body[b-oet4yyxokh] {
    display: none;
}
.main-menu[b-oet4yyxokh] {
    width: max-content;
    max-width: 250px;
    background: white;
    position: absolute;
    z-index: 1000;
    border-radius: 10px;
    box-shadow: 5px 5px 18px 0px #0d0d1ce0;
    overflow: auto;
    padding: 5px;
    height: 92vh;
}

.btn-toggle[b-oet4yyxokh] {
    border-radius: 3px;
}

.menu-icon[b-oet4yyxokh] {
    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[b-oet4yyxokh] {
    mask-image: url("../images/icons/home.svg");
    -webkit-mask-image: url("../images/icons/home.svg");
}

.menu-icon-support[b-oet4yyxokh] {
    mask-image: url("../images/icons/support.svg");
    -webkit-mask-image: url("../images/icons/support.svg");
}


.navbar-toggler[b-oet4yyxokh] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-oet4yyxokh] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-oet4yyxokh] {
    font-size: 1.1rem;
}

.oi[b-oet4yyxokh] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-oet4yyxokh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-oet4yyxokh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-oet4yyxokh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-oet4yyxokh]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-oet4yyxokh]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-oet4yyxokh]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }
.display-title[b-oet4yyxokh]{
    display: none;
}
.show-fog[b-oet4yyxokh] {
    display: inherit !important;
}
@media (max-width:950px){
    .fog-menu-show[b-oet4yyxokh] {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        backdrop-filter: blur(4px);
        z-index: 101;
        background-color: rgb(15 23 42 / 0.5);
        display:none;
    }
    .showMenu[b-oet4yyxokh] {
        display: initial !important;
        position: fixed;
        z-index: 1000;
        box-shadow: 0px 0px 11px 3px grey;
        left: 34px;
    }
}
@media (min-width: 949px) {
    .display-title[b-oet4yyxokh]{
        display:inherit;
    }
    .btn-toggle[b-oet4yyxokh] {
        display: none;
    }

    .manual-name-header[b-oet4yyxokh] {
        display: none;
    }

    .manual-name-body[b-oet4yyxokh] {
        display: initial;
    }

    .main-menu[b-oet4yyxokh] {
        position: relative;
        border-radius: 0px;
        box-shadow: none;
    }

    .navbar-toggler[b-oet4yyxokh] {
        /*display: none;*/
    }

    .collapse[b-oet4yyxokh] {
        /* Never collapse the sidebar for wide screens */
        display: block !important;
    }

    .nav-scrollable[b-oet4yyxokh] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(var(--max-height) - 2vh);
        overflow-y: auto;
    }
}
/* manuals/Shared/MainLayout.razor.rz.scp.css */
.page[b-9rb5lvc53x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9rb5lvc53x] {
    flex: none !important;
    overflow: auto;
    display: flex;
    height: 95vh !important;
}
.top-row[b-9rb5lvc53x], article[b-9rb5lvc53x] {
    padding-left: 8px !important;
    padding-right: 13px !important;
}
.top-row[b-9rb5lvc53x] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9rb5lvc53x]  a, .top-row[b-9rb5lvc53x]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9rb5lvc53x]  a:hover, .top-row[b-9rb5lvc53x]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9rb5lvc53x]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9rb5lvc53x] {
        display: none;
    }

    .top-row.auth[b-9rb5lvc53x] {
        justify-content: space-between;
    }

    .top-row[b-9rb5lvc53x]  a, .top-row[b-9rb5lvc53x]  .btn-link {
        margin-left: 0;
    }
}

@media (max-width: 100%) {
    .sidebar[b-9rb5lvc53x] {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10;
    }

    main[b-9rb5lvc53x] {
        margin-top: 3.5rem;
    }
}

@media (min-width: 100%) {
    .page[b-9rb5lvc53x] {
        flex-direction: row;
    }

    .sidebar[b-9rb5lvc53x] {
        width: max-content;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9rb5lvc53x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-9rb5lvc53x]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
}
/* manuals/Shared/NavMenu.razor.rz.scp.css */

.changePW[b-kd3l0htko0] {
    position: fixed;
    bottom: 22px;
    right: 20px;
    width: 267px;
    background: white;
    text-align: center;
    padding: 7px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px;
    z-index:10;
}
.main-menu[b-kd3l0htko0] {
    box-shadow: inset 0px 0px 29px #0e8ce9;
    border-radius: 15px 15px 0px 0px !important;
}
.menu-icon[b-kd3l0htko0] {
    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[b-kd3l0htko0] {
    mask-image: url("../images/icons/home.svg");
    -webkit-mask-image: url("../images/icons/home.svg");
}

.menu-icon-support[b-kd3l0htko0] {
    mask-image: url("../images/icons/support.svg");
    -webkit-mask-image: url("../images/icons/support.svg");
}

.menu-icon-products[b-kd3l0htko0] {
    mask-image: url("../images/icons/products.svg");
    -webkit-mask-image: url("../images/icons/products.svg");
}

.icon-logo[b-kd3l0htko0] {
    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");
}
.dxbl-menu-item-tmpl[b-kd3l0htko0] {
    display: flex;
    align-items: center;
}

.notoggle svg[b-kd3l0htko0] {
    display: none;
}

.dxbl-menu-item .search[b-kd3l0htko0] {
    min-width: 123px
}

.dxbl-menu-item-tmpl > .search[b-kd3l0htko0] {
    position: relative;
}

.user-profile .logo-container[b-kd3l0htko0] {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.user-profile .log-off-btn[b-kd3l0htko0] {
    padding-top: 0.815rem;
    padding-bottom: 0.815rem;
    border-top: 1px solid #e5e5e5;
}

.menu-icon-user-profile[b-kd3l0htko0] {
    opacity: 0.75;
}

.user-profile .menu-icon-user-profile[b-kd3l0htko0] {
    opacity: 0.25;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.user-name-container .tm-8[b-kd3l0htko0] {
    opacity: 0.8;
}
/* manuals/Shared/SearchItem.razor.rz.scp.css */
/* Styles for wrapping the search box */

.main[b-8j1n5mxvlp] {
    width: 50%;
    margin: 50px auto;
}

/* Bootstrap 5 text input with search icon */

.has-search .form-control[b-8j1n5mxvlp] {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback[b-8j1n5mxvlp] {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
