@import '_content/Nalplac/Nalplac.vvb4w1zlzv.bundle.scp.css';

/* /Components/Widgets/ChangeClockingComponent.razor.rz.scp.css */
.hiddenLeftSideWidgets[b-boogpl9blz] {
    visibility: hidden;
    display: none !important;
}

.leftSideWidgets[b-boogpl9blz] {
}

    .leftSideWidgets .btn-secondary[b-boogpl9blz] {
        width: 85px;
        margin-left: 10px;
        margin-top: 5px;
        z-index: 90;
        position: relative;
    }


.normalButton[b-boogpl9blz] {
    width: 85px;
    margin-left: 10px;
    margin-right: 5px;
}

@media (min-width:576px) {
}

@media (min-width:768px) {


    .leftSideWidgets[b-boogpl9blz] {
        position: absolute;
        left: 20px;
        width: min-content;
    }

    .hiddenLeftSideWidgets[b-boogpl9blz] {
        display: initial !important;
    }
}
/* /Components/Widgets/KMobileTrestlesComponent.razor.rz.scp.css */
.window-container[b-bbq5fsmdv5] {
    border: 3px solid black;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 2px;
}

.menu-group[b-bbq5fsmdv5] {
    background-color: rgba(200,200,200, .5);
    max-width: fit-content;
}

.mrugaj_me[b-bbq5fsmdv5] {
    animation: blinker-b-bbq5fsmdv5 2s linear infinite;
}

@keyframes blinker-b-bbq5fsmdv5 {
    50% {
        opacity: 0;
    }
}
/* /Components/Widgets/PrintQRCodeComponent.razor.rz.scp.css */
.print-button[b-rx3k1e92er] {
    border: solid;
    border-radius: 8px;
    border-color: darkblue;
    display: flex;
    align-items: center;
}

    .print-button:hover[b-rx3k1e92er] {
        background-color: lightblue;
    }
/* /Components/WindowDataModalBodyComponent.razor.rz.scp.css */
.compactTable td[b-42mqxoqaz7] {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
}

.compactTable th[b-42mqxoqaz7] {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
}

@media (min-width:576px) {
    .modal-dialog[b-42mqxoqaz7] {
        max-width: 90%;
        margin: 1.75rem auto
    }
}

.collapsible[b-42mqxoqaz7] {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

    .active[b-42mqxoqaz7], .collapsible:hover[b-42mqxoqaz7] {
        background-color: #555;
    }

.content[b-42mqxoqaz7] {
    padding: 0 18px;
    overflow: hidden;
    background-color: #f1f1f1;
}

.modal-xl[b-42mqxoqaz7] {
    --bs-modal-width: 94%;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-friydrmtpk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-friydrmtpk] {
    flex: 1;
}

.sidebar[b-friydrmtpk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-friydrmtpk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-friydrmtpk]  a, .top-row[b-friydrmtpk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-friydrmtpk]  a:hover, .top-row[b-friydrmtpk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-friydrmtpk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-friydrmtpk] {
        justify-content: space-between;
    }

    .top-row[b-friydrmtpk]  a, .top-row[b-friydrmtpk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-friydrmtpk] {
        flex-direction: row;
    }

    .sidebar[b-friydrmtpk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-friydrmtpk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-friydrmtpk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-friydrmtpk], article[b-friydrmtpk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1r5645gx4h] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-1r5645gx4h] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1r5645gx4h] {
    font-size: 1.1rem;
}

.bi[b-1r5645gx4h] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-1r5645gx4h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-1r5645gx4h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-1r5645gx4h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-1r5645gx4h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1r5645gx4h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1r5645gx4h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1r5645gx4h]  a {
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-1r5645gx4h]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: black;
}

.nav-item[b-1r5645gx4h]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/*@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 - 3.5rem);
        overflow-y: auto;
    }
}*/

.navbar[b-1r5645gx4h]{
    color: black;
}

.mobile-nav[b-1r5645gx4h] {
    position: absolute;
    width: 100vw;
    z-index: 1;
    --bs-bg-opacity: 0;
}

.mobile-nav-logo[b-1r5645gx4h]{
    visibility: hidden;
}

.mobile-nav-toggler[b-1r5645gx4h] {
    background-color: rgba(255, 255, 255, 0.5);
    top: 6px;
    position: absolute;
    right: 20px;
}

.mobile-nav-content[b-1r5645gx4h] {
    background-color: rgba(168, 192, 210, 1);
}

@media (min-width: 992px) {
    .nav-item[b-1r5645gx4h]  a {
        color: #d7d7d7;
    }

        .nav-item[b-1r5645gx4h]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

    .mobile-nav[b-1r5645gx4h] {
        position: initial;
        width: 100vw;
        z-index: 0;
        --bs-bg-opacity: 0.25;
    }

    .mobile-nav-logo[b-1r5645gx4h]{
        visibility: visible;
    }

    .mobile-nav-content[b-1r5645gx4h] {
        background-color: initial;
    }
}
/* /Layout/SideNavMenu.razor.rz.scp.css */
/* Główne menu boczne */
.sidebar[b-f3jm63ksqh] {
    position: fixed;
    top: 0;
    left: -100%;
    width: 250px;
    height: 100vh;
    background: whitesmoke;
    transition: left 0.3s ease;
    padding-top: 60px;
    overflow-y: auto;
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.2);
    z-index: 2000; /* Sidebar zawsze na wierzchu */
}

    .sidebar.open[b-f3jm63ksqh] {
        left: 0;
    }

/* Przycisk zamykający menu */
.close-btn[b-f3jm63ksqh] {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    color: #2e7d32;
    cursor: pointer;
}

/* Tło pod menu */
.sidebar-overlay[b-f3jm63ksqh] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1999;
}

    .sidebar-overlay.active[b-f3jm63ksqh] {
        opacity: 1;
        visibility: visible;
    }

/* Styl dla nawigacji */
nav ul[b-f3jm63ksqh] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    nav ul li[b-f3jm63ksqh] {
        margin: 5px 0;
    }

        nav ul li button[b-f3jm63ksqh] {
            width: 100%;
            background: none;
            border: none;
            color: #2e7d32;
            font-size: 18px;
            text-align: left;
            padding: 10px 20px;
            cursor: pointer;
        }

            nav ul li button:hover[b-f3jm63ksqh] {
                background: #c8e6c9;
            }

/* Styl dla submenu */
.submenu[b-f3jm63ksqh] {
    list-style: none;
    padding-left: 20px;
    display: none;
}

    .submenu li .nav-item[b-f3jm63ksqh] {
        display: block;
        color: #1b5e20;
        text-decoration: none;
        padding: 8px 10px;
    }

        .submenu li .nav-item:hover[b-f3jm63ksqh] {
            background: #a5d6a7;
        }

/* Podświetlenie aktywnego linku */
.nav-item.active[b-f3jm63ksqh] {
    font-weight: bold;
    color: #ffffff;
    background: #2e7d32;
}

/* Przycisk otwierający menu */
.menu-btn[b-f3jm63ksqh] {
    position: fixed;
    top: 10px;
    left: 15px;
    background: #2e7d32;
    color: white;
    font-size: 1.3rem;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    z-index: 2001;
    border-radius: 5px;
}

    .menu-btn:hover[b-f3jm63ksqh] {
        background: #1b5e20;
    }

/* Responsywność */
@media (max-width: 768px) {
    .sidebar[b-f3jm63ksqh] {
        width: 100%;
    }
}


a[b-f3jm63ksqh] {
    display: block;
    color: #2e7d32;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 18px;
    transition: background 0.2s ease, color 0.2s ease;
}

    /* Efekt hover */
    a:hover[b-f3jm63ksqh] {
        background: #c8e6c9;
    }

    /* Styl dla aktywnego linku */
    a.active[b-f3jm63ksqh] {
        font-weight: bold;
        background: #2e7d32;
        color: white;
    }


.accordion-button[b-f3jm63ksqh] {
    --bs-accordion-btn-bg: rgba(0, 0, 0, 0.1) !important;
    --bs-accordion-btn-color: #2e7d32 !important;
    font-size: medium;
}
/* /Layout/WidgetNavMenu.razor.rz.scp.css */

.menu-container[b-qbv60wf3gn] {
    position: absolute;
    top: 15px;
    left: 20px;
    margin-right: 20px;
    z-index: 20;
}

.prod-menu-button[b-qbv60wf3gn] {
    padding: 7px 7px;
    border: 1px solid var(--kvtprod-menu-button-color);
    color: var(--kvtprod-menu-button-color);
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    text-decoration: none;
    background-size: contain;
    background-color: white;
    text-align: center;
    width: 100%;
    display: block;
    text-align: center;
}

.prod-menu-button-blue[b-qbv60wf3gn] {
    padding: 10px 20px;
    border: 1px solid var(--blue-reyna);
    color: var(--blue-reyna);
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    text-decoration: none;
    background-size: contain;
    background-color: white;
}

.prod-menu-button:hover[b-qbv60wf3gn] {
    background: var(--kvtprod-menu-button-color);
    color: #fff;
    text-decoration: none;
}

.prod-menu-button.active[b-qbv60wf3gn] {
    background: var(--kvtprod-menu-button-color);
    color: #fff;
    text-decoration: none;
}

.prod-menu-button-blue:hover[b-qbv60wf3gn] {
    background: var(--blue-reyna);
    color: #fff
}

.prod-menu-button-blue:active[b-qbv60wf3gn] {
    background: var(--blue-reyna);
    color: #fff
}



@media (min-width:576px) {
}

@media (min-width:768px) {
}

@media (min-width:992px) {
    .list-border[b-qbv60wf3gn] {
        font-size: 1.2vw;
    }
}

@media (min-width:1200px) {
    .group-big[b-qbv60wf3gn] {
        width: 6vw;
        font-size: 1.2vw;
    }
}

@media (min-width:1400px) {
    .list-border[b-qbv60wf3gn] {
        font-size: 1vw;
    }
}


@media (min-width: 1440px) {
}

@media (min-width:1920px) {
    .list-border[b-qbv60wf3gn] {
        font-size: 20px;
    }

    .group-big[b-qbv60wf3gn] {
        width: 6vw;
        font-size: 23px;
    }
}
/* /Pages/Production/Assembling.razor.rz.scp.css */


/*html, main, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.full-height {
    height: 100%;
    background: yellow;
}

header {
    position: absolute;
    background: none;
    --kvtprod-menu-button-color: rgb(107, 155, 69) !important;
    --kvtprod-menu-button-color1: #7fc465 !important;
}

body {
    background-image: linear-gradient( rgba(0, 0, 0, 0.8) 3%, rgba(33, 140, 140, 0.8) 12%, rgba(83, 140, 61, 0.3) 40%, rgba(33, 140, 140, 0.6) 96% );
}*/


/*Fullscreen loader to avoid clicking buttons after send request*/
/* Center the loader */
/*#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loaderback {
    position: absolute;
    top: -10vh;
    left: 0;
    z-index: 2000;
    width: 100vw;
    height: 110vh;
    margin: 0;
    background-color: rgba(1, 1, 1, 0.4);
    display: none;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/

/* Add animation to "page content" */
/*.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

#myDiv {
    display: none;
    text-align: center;
}*/
/*Fullscreen loader END*/

/* Multi Level Dropdown Menu */
/*.dropdown-submenu {
    position: relative;
    margin: 0px 12px;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 60px;
    }

.row {
    --bs-gutter-x: 0;
}


.window-dot {
    height: 12px;
    width: 12px;
    background-color: darkred;
    border-radius: 50%;
    display: inline-block;
}

.window-container {
    border: 3px solid black;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 2px;
}

.window-top {
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(100,100,83,1);
    border-top-left-radius: 2px;
    border-top-right-radius: 0px;
    font-size: 1.2rem;
    color: darkgrey;
    font-weight: bold;
}

.window-content {
    padding: 10px;
}



.box-page {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.box-content {
    flex: 1 1 auto;
}*/

/*this is set finaly by adjustHeight() in common.js*/
/*.box-content-scroller {
    overflow-y: auto;
    bottom: 0;
    top: 0;
    max-height: calc(50vh - 60px);
    height: calc(50vh - 60px);
    width: -webkit-fill-available;
    width: -moz-available;
}

.box .row {
    border: 1px dotted grey;
}

    .box .row.header {
        flex: 0 1 auto;*/
        /* The above is shorthand for:
  flex-grow: 0,
  flex-shrink: 1,
  flex-basis: auto
  */
    /*}

    .box .row.content {
        flex: 1 1 auto;
    }

    .box .row.footer {
        flex: 0 1 40px;
    }*/

/*Scroller*/
/* width */
/*::-webkit-scrollbar {
    width: 10px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.7);
    border-radius: 0px;
}*/

    /* Handle on hover */
    /*::-webkit-scrollbar-thumb:hover {
        background: darkred;
    }

.menu-button {
    width: 100%;
    display: block;
    text-align: center;
}


.prod-menu-button {
    padding: 7px 7px;
    border: 1px solid var(--kvtprod-menu-button-color);
    color: var(--kvtprod-menu-button-color);
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    text-decoration: none;
    background-size: contain;
    background-color: white;
    text-align: center;
    width: 100%;
    display: block;
    text-align: center;
}

.prod-menu-button-blue {
    padding: 10px 20px;
    border: 1px solid var(--blue-reyna);
    color: var(--blue-reyna);
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    text-decoration: none;
    background-size: contain;
    background-color: white;
}

.prod-menu-button:hover {
    background: var(--kvtprod-menu-button-color);
    color: #fff;
    text-decoration: none;
}

.prod-menu-button.active {
    background: var(--kvtprod-menu-button-color);
    color: #fff;
    text-decoration: none;
}

.prod-menu-button-blue:hover {
    background: var(--blue-reyna);
    color: #fff
}

.prod-menu-button-blue:active {
    background: var(--blue-reyna);
    color: #fff
}

header {
    padding: 20px 0;
    background: #fff;
    font-size: 1rem
}

    header .prod-menu {
        padding-left: 0;
        margin-bottom: 0
    }

        header .prod-menu li {
            display: inline-block;
            margin-right: 10px
        }

            header .prod-menu li a {
                padding: 12px 20px;
                border: 1px solid var(--kvtprod-menu-button-color);
                color: #7fc465;
                text-transform: uppercase;
                font-size: .8125rem;
                font-weight: 600;
                font-family: Montserrat,sans-serif;
                text-decoration: none;
                background-size: contain
            }

                header .prod-menu li a:hover {
                    background: var(--kvtprod-menu-button-color);
                    color: #fff
                }*/

    /* BLUE */
    /*header .prod-menu-blue li a {
        padding: 12px 20px;
        border: 1px solid var(--blue-reyna);
        color: var(--blue-reyna);
        text-transform: uppercase;
        font-size: .8125rem;
        font-weight: 600;
        font-family: Montserrat,sans-serif;
        text-decoration: none;
        background-size: contain
    }

        header .prod-menu-blue li a:hover {
            background: var(--blue-reyna);
            color: #fff
        }

    header .prod-menu li:last-child {
        margin-right: 0
    }

    header .prod-menu li.prod a {
        position: relative;
        padding: 12px 20px 12px 50px
    }

        header .prod-menu li.prod a:before {
            content: "";
            width: 22px;
            height: 22px;
            display: inline-block;
            background: url(img/icon-prod.png) no-repeat;
            background-position: 0 -22px;
            position: absolute;
            left: 12px;
            top: 0;
            bottom: 0;
            margin: auto 10px auto auto;
            font-size: 1rem;
            vertical-align: middle
        }

        header .prod-menu li.prod a:hover:before {
            background-position: 0 0
        }

.list-border {
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 1px;
    margin-right: 1px;
    border-top-style: unset;
    border-right-style: unset;
    border-bottom-style: dotted;
    border-left-style: unset;
    flex: 1 0 26%;
    font-size: small;
    text-align: center;
}


.menu-group {
    background-color: rgba(200,200,200, .5);
    max-width: fit-content;
}

@media (min-width:576px) {*/
    /*this is set finaly by adjustHeight() in common.js*/
    /*.box-content-scroller {
        max-height: calc(100vh - 115px);
        height: initial;
    }
}

@media (min-width:768px) {
    

}

@media (min-width:992px) {
    .list-border {
        font-size: 1.2vw;
    }*/
    /*this is set finaly by adjustHeight() in common.js*/
    /*.box-content-scroller {
        max-height: calc(100vh - 115px);
        height: initial;
    }
    
    .top-bar-btn-gr {
        display: inline-flex !important;
    }

    .top-bar-text {
        color: black;
    }
}

@media (min-width:1200px) {
    .group-big {
        width: 6vw;
        font-size: 1.2vw;
    }
}

@media (min-width:1400px) {
    .list-border {
        font-size: 1vw;
    }
}


@media (min-width: 1440px) {
}

@media (min-width:1920px) {
    .list-border {
        font-size: 20px;
    }

    .group-big {
        width: 6vw;
        font-size: 23px;
    }
}


.top-bar {
    height: 50px !important;
}


.top-bar-text {
    font-size: 36px !important;
    color: whitesmoke;
}

.top-bar-btn-gr{
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 10px;
    margin-left: 10px;
    display: none;
}*/
