﻿.weryfikacja-aktualizacji {
    height: 10px;
}
    .weryfikacja-aktualizacji .error-message {
        color: #d80808;
    }
/*Status urzadzen*/
.break-line {
    flex-basis: 100%;
    height: 0;
}

.opor-danger {
    color: #ffffff;
    background-color: #d80808;
}

.opor-warning {
    color: #ffffff;
    background-color: #ef8824;
}
.opor-nawiew-danger {
    color: #ffffff;
    background-color: #d80808;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.opor-nawiew-warning {
    color: #ffffff;
    background-color: #ef8824;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.opor-wywiew-danger {
    color: #ffffff;
    background-color: #d80808;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.opor-wywiew-warning {
    color: #ffffff;
    background-color: #ef8824;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.wiersz-parametrow-urzadzenia {
   /* border-bottom-style: solid;
    border-block-width: 1px*/
}
.kolumna-parametry-nawiew {
    border-left-style: none;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: #dedede;
    margin: 0;
    padding: 0;
    text-align: center;
}
.kolumna-parametry-jednostki {
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #dedede;
    margin: 0;
    padding: 0;
    text-align: center;
}
.kolumna-parametry-wywiew {
    border-right-style: none;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-color: #dedede;
    margin: 0;
    padding: 0;
    text-align: center;
}
.domek-box {
    position: relative;
    text-align: center;
    width: 340px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}
    .domek-box img{
        width: 100%;
    }
.maxefficiency-box {
    position: absolute;
    display: flex;
    top: 20px;
    left: -8px;
    width: 100px;
    pointer-events: none;
    transform: rotate(-44deg);
}
    .maxefficiency-box.ustawianie {
        cursor: pointer;
        pointer-events: all;
    }
    .maxefficiency-box span {
        font-size: 0.85rem;
        margin-left: 4px;
        color: #1d1d1d;
        margin-top: auto;
        margin-bottom: 0px;
    }

    .maxefficiency-box img {
        animation: anime_statusicon-box 2500ms linear infinite;
        -webkit-animation: anime_statusicon-box 2500ms linear infinite;
        width: 28px;
       /* transform: rotate(18deg);*/
    }

.wifi-box {
    position: absolute;
    display: flex;
    top: -5px;
    left: 142px;
}

    .wifi-box .wifi-value {
        position: absolute;
        top: 22px;
        left:0;
        width: 40px;
        text-align: center;
    }
    .wifi-box .wifi-value span {
        font-size: 0.7rem;
        color: #1d1d1d;
    }

    .wifi-box img {
        animation: anime_statusicon-box 2500ms linear infinite;
        -webkit-animation: anime_statusicon-box 2500ms linear infinite;
        width: 40px;
        /* transform: rotate(18deg);*/
    }

.parameter-box {
    position: absolute;
    display: flex;
    top: -20px;
    left: 190px;
    width:140px;
    flex-wrap: wrap;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    padding-top: 4px;
    padding-bottom: 5px;
}
    .parameter-box .bypass { 
        display: flex;
        flex-wrap: wrap;
        margin-left: 6px;
    }

        .parameter-box .bypass span {
            font-size: 0.85rem;
            margin-left: 4px;
            color: #1d1d1d;
            margin-top: auto;
            margin-bottom: auto;
        }

        .parameter-box .bypass img {
            animation: anime_statusicon-box 2500ms linear infinite;
            -webkit-animation: anime_statusicon-box 2500ms linear infinite;
            height: 25px;
            width: auto;
        }
            .parameter-box .bypass .mode {
                animation: anime_statusicon-box 2500ms linear infinite;
                -webkit-animation: anime_statusicon-box 2500ms linear infinite;
                width: 18px;
                height: 18px;
                margin-left: 5px;
                margin-top: auto;
                margin-bottom: auto;
            }

    .parameter-box .antifreez {
        display: flex;
        flex-wrap: wrap;
        margin-left: 10px;
    }

        .parameter-box .antifreez span {
            font-size: 0.85rem;
            margin-left: 6px;
            color: #1d1d1d;
            margin-top: auto;
            margin-bottom: auto;
        }

            .parameter-box .inactive.antifreez span {
                font-size: 0.85rem;
                margin-left: 4px;
                color: #cccccf;
                margin-top: auto;
                margin-bottom: auto;
            }

        .parameter-box .antifreez img {
            animation: anime_statusicon-box 2500ms linear infinite;
            -webkit-animation: anime_statusicon-box 2500ms linear infinite;
            height: 21px;
            width: auto;
        }

            .parameter-box .inactive.antifreez img {
                animation: none;
                -webkit-animation: none;
                width: 21px;
                height: auto;
                filter: opacity(0.5);
            }

    .parameter-box .post-heater-mode {
        display: flex;
        flex-wrap: wrap;
        margin-left: 8px;
        padding-top: 4px;
    }

        .parameter-box .post-heater-mode span {
            font-size: 0.85rem;
            margin-left: 8px;
            color: #1d1d1d;
            margin-top: auto;
            margin-bottom: auto;
        }

            .parameter-box .inactive.post-heater-mode span {
                font-size: 0.85rem;
                margin-left: 8px;
                color: #cccccf;
                margin-top: auto;
                margin-bottom: auto;
            }

        .parameter-box .post-heater-mode img {
            animation: anime_statusicon-box 2500ms linear infinite;
            -webkit-animation: anime_statusicon-box 2500ms linear infinite;
            width: 19px;
            height: auto;
        }
            .parameter-box .inactive.post-heater-mode img {
                animation: none;
                -webkit-animation: none;
                width: 19px;
                height: auto;
                filter: opacity(0.5);
            }
    .parameter-box .gwc-mode {
        display: flex;
        flex-wrap: wrap;
        margin-left: 8px;
        padding-top: 4px;
    }

        .parameter-box .gwc-mode span {
            font-size: 0.85rem;
            margin-left: 8px;
            color: #1d1d1d;
            margin-top: auto;
            margin-bottom: auto;
        }

            .parameter-box .inactive.gwc-mode span {
                font-size: 0.85rem;
                margin-left: 8px;
                color: #cccccf;
                margin-top: auto;
                margin-bottom: auto;
            }

        .parameter-box .gwc-mode img {
            animation: anime_statusicon-box 2500ms linear infinite;
            -webkit-animation: anime_statusicon-box 2500ms linear infinite;
            width: 19px;
            height: auto;
        }

            .parameter-box .inactive.gwc-mode img {
                animation: none;
                -webkit-animation: none;
                width: 19px;
                height: auto;
                filter: opacity(0.5);
            }
    .parameter-box .parameter-box-name {
        position: absolute;
        display: flex;
        background-color: #ffffff;
        top: 98px;
        right: 12px;
        padding-left: 3px;
        padding-right: 3px;
    }
        .parameter-box .parameter-box-name span {
            font-size: 0.6rem;
            font-weight: 600;
        }
.humidity-box {
    position: absolute;
    top: 24px;
    left: 69px;
    width: 55px;
    display: flex;
}

    .humidity-box img {
        animation: anime_statusicon-box 2500ms linear infinite;
        -webkit-animation: anime_statusicon-box 2500ms linear infinite;
        width: 20px;
        margin-bottom: auto;
        margin-top: 0px;
        margin-left: auto;

    }


    .humidity-box span {
        font-size: 0.7rem;
        color: #1d1d1d;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: auto;
    }

.co2-box {
    position: absolute;
    top: 48px;
    left: 48px;
    width: 100px;
    text-align: center;
}

    .co2-box img {
        animation: anime_statusicon-box 2500ms linear infinite;
        -webkit-animation: anime_statusicon-box 2500ms linear infinite;
        width: 20px;
    }
        .co2-box span {
            font-size: 0.7rem;
            margin-left: 1px;
            color: #1d1d1d;
        }

.errors-box {
    position: absolute;
    display: flex;
    top: 72px;
    height: 22px;
    border-style: solid;
    border-radius: 10px;
    border-width: 0.7px;
    text-align: left;
}
    .errors-box.active {
        animation: anime_statusicon-box 2500ms linear infinite;
        -webkit-animation: anime_statusicon-box 2500ms linear infinite;
        background-color: #ffb8b8;
        left: 38px;
        width: 120px;
        cursor: pointer;
    }
    .errors-box.inactive {
        animation: none;
        -webkit-animation: none;
        background-color: none;
        left: 43px;
        width: 105px;
        opacity: 0.4;
    }

    .errors-box img {
       /* animation: anime_statusicon-box 2500ms linear infinite;
        -webkit-animation: anime_statusicon-box 2500ms linear infinite;*/
        width: 20px;
        margin-left: 5px;
        margin-top: auto;
        margin-bottom: auto;
    }

    .errors-box span {
        font-size: 0.7rem;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
        color: #1d1d1d;
    }

.comfort-temp-box {
    position: absolute;
    display: flex;
    top: 198px;
    right: 158px;
}

    .comfort-temp-box span {
        font-size: 0.75rem;
        margin-left: 3px;
        color: #1d1d1d;
        margin-top: auto;
        margin-bottom: auto;
    }

    .comfort-temp-box img {
        animation: anime_statusicon-box 2500ms linear infinite;
        -webkit-animation: anime_statusicon-box 2500ms linear infinite;
        height: 20px;
        width: auto;
    }

.licznik-filtrow-box {
    position: absolute;
    top: 198px;
    left: 194px;
}
    .licznik-filtrow-box.resetowanie {
        cursor: pointer;
    }

    .licznik-filtrow-box span {
        font-size: 0.75rem;
        margin-left: 3px;
        color: #1d1d1d;
        margin-top: auto;
        margin-bottom: auto;
    }
    .licznik-filtrow-box span.low-day {
        color: #f6952b;
    }
        .licznik-filtrow-box span.zero-day {
            color: #d44d4d;
        }

    .licznik-filtrow-box img {
        animation: anime_statusicon-box 2500ms linear infinite;
        -webkit-animation: anime_statusicon-box 2500ms linear infinite;
        height: 20px;
        width: auto;
    }

.post-heater-box {
    position: absolute;
    display: flex;
    top: 230px;
    left: 200px;
}

    .post-heater-box span {
        font-size: 0.7rem;
        margin-left: 3px;
        color: #1d1d1d;
        margin-top: auto;
        margin-bottom: auto;
    }

    .inactive.post-heater-box span {
        font-size: 0.7rem;
        margin-left: 3px;
        color: #cccccf;
        margin-top: auto;
        margin-bottom: auto;
    }

    .post-heater-box img {
        animation: anime_statusicon-box 2500ms linear infinite;
        -webkit-animation: anime_statusicon-box 2500ms linear infinite;
        height: 16px;
        width: auto;
    }
    .inactive.post-heater-box img {
        animation: none;
        -webkit-animation: none;
        height: 16px;
        width: auto;
        filter: opacity(0.5);
    }

.gwc-box {
    position: absolute;
    display: flex;
    top: 230px;
    left: 60px;
}

    .gwc-box span {
        font-size: 0.7rem;
        margin-left: 3px;
        color: #1d1d1d;
        margin-top: auto;
        margin-bottom: auto;
    }
    .inactive.gwc-box span {
        font-size: 0.7rem;
        margin-left: 3px;
        color: #cccccf;
        margin-top: auto;
        margin-bottom: auto;
    }
    .gwc-box img {
        animation: anime_statusicon-box 2500ms linear infinite;
        -webkit-animation: anime_statusicon-box 2500ms linear infinite;
        height: 18px;
        width: auto;
    }
    .inactive.gwc-box img {
        animation: none;
        -webkit-animation: none;
        height: 18px;
        width: auto;
        filter: opacity(0.5);
    }

@keyframes anime_statusicon-box {
    0% {
        opacity: 1;
        filter: saturate(1);
    }

    50% {
        opacity: 0.5;
        filter: saturate(0.5);
    }

    100% {
        opacity: 1;
        filter: saturate(1);
    }
}

@-webkit-keyframes anime_statusicon-box {
    0% {
        opacity: 1;
        filter: saturate(1);
    }

    50% {
        opacity: 0.5;
        filter: saturate(0.5);
    }

    100% {
        opacity: 1;
        filter: saturate(1);
    }
}

.opis-ciagu {
    font-size: 0.7rem;
}
.nawiew-temperatura {
    position: absolute;
    top: 108px;
    left: 24px;
    width: 60px;
    line-height: 15px;
    text-align: left;
    color: #000000;
}
.wyrzutnia-temperatura {
    position: absolute;
    top: 108px;
    right: 11px;
    width: 60px;
    line-height: 15px;
    text-align: right;
    color: #000000;
}
.wyciag-temperatura {
    position: absolute;
    top: 170px;
    left: 24px;
    width: 60px;
    line-height: 15px;
    text-align: left;
    color: #000000;
}
.czerpnia-temperatura {
    position: absolute;
    top: 170px;
    right: 11px;
    width: 60px;
    line-height: 15px;
    text-align: right;
    color: #000000;
}
.wydatek-nawiew {
    position: absolute;
    top: 120px;
    left: 92px;
    color: #000000;
}
.wydatek-wywiew {
    position: absolute;
    top: 120px;
    left: 210px;
    color: #000000;
}
.sprawnosc {
    position: absolute;
    top: 148px;
    left: 148px;
    width: 50px;
    text-align: center;
    color: #000000;
}

.tabela-wentylatory {
    display:block;
    width: 320px;
    border-style: dotted;
    border-radius: 10px;
    border-width: 1px;
    border-color: #c4c4c4;
    margin: auto;
}
    .tabela-wentylatory .naglowek {
        border-bottom-style: solid;
        border-width: 1px;
        border-color: #c4c4c4;
        margin: 0;
        padding: 0;
    }
    .tabela-wentylatory .komorka {
        border-left-style: solid;
        border-width: 1px;
        border-color: #c4c4c4;
    }
    .tabela-wentylatory .komorka.wartosc {
        color: black
    }

.tryby {
    position: relative;
    display: flex;
    border-style: solid;
    border-radius: 10px;
    border-width: 1px;
    border-color: #c4c4c4;
    height: 55px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
    .tryby .tryby_title {
        position: absolute;
        display: flex;
        background-color: #ffffff;
        top: -10px;
        left: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }
        .tryby .tryby_title span {
            font-size: 0.8rem;
            font-weight: 300;
            color: #b1b1b1;
        }
    .tryby .tryby_icons {
        margin: auto;
    }

.wybor-rodzaju-czujnika-wilgotnosci .active-sensor {
    width: 35%;
    text-align: center;
    background-color: #4da6ff;
    color: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    transition: .5s;
    pointer-events: none;
    cursor: default;
}
    .wybor-rodzaju-czujnika-wilgotnosci .inactive-sensor {
        width: 35%;
        text-align: center;
        background-color: rgb(77 166 255 / 0.15);
        color: #7e7e7e;
        border-radius: 10px;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        transition: .5s;
        cursor: pointer;
    }
        .wybor-rodzaju-czujnika-wilgotnosci .inactive-sensor:hover {
        background-color: #4da6ff;
        color: #ffffff;
        transition: .5s;
        }

.wybor-trybu-bypass .active-option {
    width: 30%;
    text-align: center;
    background-color: #4da6ff;
    color: #ffffff;
    font-size: 0.9rem;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    transition: .5s;
    pointer-events: none;
    cursor: default;
}
    .wybor-trybu-bypass .active-option.disabled-option {
        width: 30%;
        text-align: center;
        background-color: #4da6ff;
        opacity: 0.5;
        color: #ffffff;
        font-size: 0.9rem;
        border-radius: 10px;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        transition: .5s;
        pointer-events: none;
        cursor: default;
    }
.wybor-trybu-bypass .inactive-option {
    width: 30%;
    text-align: center;
    background-color: rgb(77 166 255 / 0.15);
    color: #7e7e7e;
    font-size: 0.9rem;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    transition: .5s;
    cursor: pointer;
}
    .wybor-trybu-bypass .inactive-option.disabled-option {
        width: 30%;
        text-align: center;
        background-color: rgb(77 166 255 / 0.15);
        color: #7e7e7e;
        font-size: 0.9rem;
        opacity: 0.5;
        border-radius: 10px;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        pointer-events: none;
        cursor: default;
    }

    .wybor-trybu-bypass .inactive-option:hover {
        background-color: #4da6ff;
        color: #ffffff;
        transition: .5s;
    }
    .wybor-trybu-bypass .inactive-option.disabled-option:hover {
        pointer-events: none;
        cursor: default;
    }
.naglowek-wartosci-serwisowej {
    position: absolute;
    top: -7px;
    left: -12px;
    width: auto;
    height: 17px;
    font-size: 0.6rem;
    background-color: #ffffff;
    z-index:10;
    padding-left: 0px;
    padding-right: 5px;
    color: #000000;
    font-weight:600;
}

.zmianyUstawienSerwisowychNaDomyslne {
    height: 35px;
    display: flex;
    margin-top: -5px;
}

#zmianyUstawienSerwisowychNaDomyslne {
    text-align: center;
    display: none;
    border-style: solid;
    border-radius: 10px;
    border-width: 1px;
    border-color: #15c30e;
    font-size: 1rem;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #367033;
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .zmianyUstawienSerwisowychNaDomyslne {
        height: 25px;
        margin-top: -2px;
    }
    #zmianyUstawienSerwisowychNaDomyslne {
        font-size: 0.7rem;
    }
}


.wartosc-serwisowa {
    text-align: center;
}
    .wartosc-serwisowa.text-danger {
        background-color: rgb(247 155 155 / 0.30);
    }
    .wartosc-serwisowa.text-success {
        background-color: rgb(212 254 145 / 0.40);
    }

.wartosci-domyslne-serwisowe {
    width: 100px;
}
    .wartosci-domyslne-serwisowe .input-group-text {
        width: 100%;
        display: flex;
        position: relative;
        background-color: rgb(235 96 14 / 0.20);
        border-color: #8f8f8f;
        border-left: none;
    }
        .wartosci-domyslne-serwisowe .input-group-text span{
           margin-left:auto;
           margin-right: auto;
           color: #000000;
        }
        .wartosci-domyslne-serwisowe .input-group-text .naglowek-default {
            display: flex;
            position: absolute;
            bottom: -10px;
            right: 5px;
            width: 65px;
            height: 17px;
            font-size: 0.6rem;
            background-color: #ffffff;
            border-style: solid;
            border-radius: 5px;
            border-color: #8f8f8f;
            border-width: 1px
        }
            .wartosci-domyslne-serwisowe .input-group-text .naglowek-default span {
                margin: auto;
                color: #8f8f8f;
            }
.button-ustawienia-domyslne {
    margin-top: 0px;
    margin-bottom: 10px;
    background-color: rgb(235 96 14 / 0.20);
    color: black;
    transition: .5s;
}

@media screen and (max-width: 768px) {

    .button-ustawienia-domyslne {
        margin-top: -20px;
        margin-bottom: 0px;
    }
}

    .button-ustawienia-domyslne:hover {
        background-color: rgb(235 96 14 / 0.80);
        color: #ffffff;
        transition: .5s;
    }

.error-message-box {
    position: absolute;
    bottom: -1px;
    right: 105px;
    width: auto;
    height: auto;
    font-size: 0.7rem;
    background-color: none;
    z-index: 1;
    color: red;
}

.btn-actions {
    background-color: none;
    transition: 0.5s;
    opacity: 1;
}


    .btn-actions:hover {
        background-color: #d8f2bc;
        color:#000000;
        transition: 0.5s;
    }

.btn-mobile-footer {
    background-color: none;
    transition: 0.5s;
    opacity: 1;
}


    .btn-mobile-footer:hover {
        background-color: #dddddd;
        transition: 0.5s;
    }
        .btn-mobile-footer:hover .opis-tryb {
            display: block;
        }

    .btn-mobile-footer img {
        transition: 0.5s;
        opacity: 0.7;
    }

    .btn-mobile-footer:hover img {
        color: #fff;
        opacity: 1;
        transition: 0.5s;
    }
    .btn-mobile-footer.disabled {
        opacity: 0.2;
    }
    .btn-mobile-footer.uruchomione {
        background-color: #d8f2bc;
        border-radius: 10px;
        opacity: 1;
    }
        .btn-mobile-footer.uruchomione.inactive {
            pointer-events: none;
            cursor: default;
        }

.btn-mqtt-desktop {
    background-color: none;
    transition: 0.5s;
    opacity: 1;
    margin: 5px;
    padding: 0;
    width: 75px;
    max-width: 75px;
}

    .btn-mqtt-desktop:hover {
        background-color: #cbcbcb;
        transition: 0.5s;
    }

    .btn-mqtt-desktop img {
        transition: 0.5s;
        opacity: 0.7;
        max-width: 35px;
        width: 35px;
        max-height: 35px;
        height: 35px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        display: block;
    }
    .btn-mqtt-desktop span {
        display: block;
        transition: 0.5s;
        font-size: 0.7rem !important;
    }

    .btn-mqtt-desktop:hover img {
        color: #fff;
        opacity: 1;
        transition: 0.5s;
    }
    .btn-mqtt-desktop:hover span {
        color: #ffffff;
        transition: 0.5s;
    }
    .btn-mqtt-desktop.disabled {
        opacity: 0.2;
    }

    .btn-mqtt-desktop.uruchomione {
        background-color: #d8f2bc;
        border-radius: 10px;
        opacity: 1;
    }

        .btn-mqtt-desktop.uruchomione.inactive {
            pointer-events: none;
            cursor: default;
        }

.btn-dodatkowe-funkcje-zbiorcze {
    background-color: #ffffff;
    transition: 0.5s;
    opacity: 1;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}
    .btn-dodatkowe-funkcje-zbiorcze:hover {
        background-color: #c1c1c1;
        transition: 0.5s;
    }

    .btn-dodatkowe-funkcje-zbiorcze img {
        margin:auto;
        display: block;
        transition: 0.5s;
        opacity: 1;
        max-width: 35px;
        width: 35px;
        max-height: 35px;
        height: 35px;
    }
    .btn-dodatkowe-funkcje-zbiorcze span {
        margin: auto;
        display: block;
        color: black;
        font-size: 0.7rem !important
    }

.tlo-status {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    -webkit-backdrop-filter: grayscale(1) blur(0.6px);
    backdrop-filter: grayscale(1) blur(0.6px);
    width: 100vw;
    z-index: 1;
}

.dodatkowe-funkcje-zbiorcze {
    position: relative;
    width: 100%;
}

    .dodatkowe-funkcje-zbiorcze .zmiana-typow, .dodatkowe-funkcje-zbiorcze .restore-czyszczenie {
        display: none;
        opacity: 0;
        width: 1px;
        height: 1px;
        box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
        border-radius: 20px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 2;
        background: rgb(179 241 250 / 0.40);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
    }
        .dodatkowe-funkcje-zbiorcze .zmiana-typow .zmiana-typow-buttons, .dodatkowe-funkcje-zbiorcze .restore-czyszczenie .restore-czyszczenie-buttons {
            margin: auto;
            display: none;
        }

@media screen and (min-width: 768px) and (max-width: 991px) {

    #statusUrzadzeniaMobile {
        font-size: 0.8rem;
    }
}

/*Desktopowa wersja*/

.status-urzadzen-main {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    container-type: inline-size;
}

.urzadzenie-dane {
    height: 820px;
    width: 20%;
    background-color: #ffffff;
    margin-left: 10px;
    margin-right: auto;
    border-radius: 10px;
    position: relative;
}
    .urzadzenie-dane .dane-klienta, .urzadzenie-dane .dane-instalatora {
        margin-top: 50px;
    }
    .urzadzenie-dane .naglowek-danych-urzadzenia {
        background-color: #ffffff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 10px;
        padding-top: 20px;
        padding-bottom: 10px;
        border-bottom-style: solid;
        border-width: 1px;
        display: flex;
        flex-wrap: wrap;
    }
        .urzadzenie-dane .naglowek-danych-urzadzenia .title {
            width: 100%;
            font-weight: 600;
            font-size: 0.78rem;
            margin: 0;
            margin-left: -12px;
            margin-bottom: -6px;
        }
        .urzadzenie-dane .naglowek-danych-urzadzenia .imie-nazwisko {
            color: #142f43;
            font-weight: 800;
            margin-top: auto;
            margin-bottom: auto;
        }
        .urzadzenie-dane .naglowek-danych-urzadzenia .producent {
            color: #142f43;
            font-weight: 800;
            margin-top: auto;
            margin-bottom: auto;
        }
        .urzadzenie-dane .naglowek-danych-urzadzenia .model {
            color: #142f43;
            font-weight: 100;
            margin-top: auto;
            margin-bottom: auto;
        }

    .urzadzenie-dane .producent-model {
       width: 85%;
    }
.urzadzenie-dane .edycja-danych {
    margin-right: 10px;
    margin-left: auto;
    margin-top: -12px;
    margin-bottom: auto;
}
    .urzadzenie-dane .tresc-danych-urzadzenia {
        padding-top: 5px;
        padding-left: 20px;
    }
        .urzadzenie-dane .tresc-danych-urzadzenia .wiersz-danych-urzadzenia {
            display: flex;
        }
            .urzadzenie-dane .tresc-danych-urzadzenia .wiersz-danych-urzadzenia .odnosnik-z-wiersza-danych-urzadzenia {
                font-weight: 600;
                color: #2a282e;
                transition: .3s;
            }
                .urzadzenie-dane .tresc-danych-urzadzenia .wiersz-danych-urzadzenia .odnosnik-z-wiersza-danych-urzadzenia:hover {
                    color: #4da6ff;
                    transition: .3s;
                }
        .urzadzenie-dane .tresc-danych-urzadzenia .title {
            margin-right: 5px;
        }
        .urzadzenie-dane .tresc-danych-urzadzenia .pogrubione {
            font-weight: 600;
            color: #2a282e;
        }
    .urzadzenie-dane .aktualizacje-urzadzenia {
        display: flex;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
        flex-wrap: wrap;
    }
        .urzadzenie-dane .aktualizacje-urzadzenia .aktualizacja-plyty-modulu {
            display: flex;
            margin-left: 0;
            margin-right: auto;
        }
            .urzadzenie-dane .aktualizacje-urzadzenia .aktualizacja-plyty-modulu button {
                width: 50px;
                margin: 5px;
                position: relative;
                border-radius: 10px;
            }
                .urzadzenie-dane .aktualizacje-urzadzenia .aktualizacja-plyty-modulu button span.new-uptade {
                   position: absolute;
                   right: -7px;
                   top: -5px;
                   background-color: #4da6ff;
                   width: 15px;
                   height: 15px;
                   border-radius: 20px;
                   font-weight: 500;
                   font-size: 0.7rem;
                   
                }
        .urzadzenie-dane .aktualizacje-urzadzenia .mac-address {
            display: flex;
        }
            .urzadzenie-dane .aktualizacje-urzadzenia .mac-address button {
                margin-top: 5px;
                margin-bottom: 5px;
                border-radius: 7px;
            }

.urzadzenie-statusiakcje {
    height: 820px;
    width: 79%;
    display: flex;
    flex-wrap: wrap;
}

    .urzadzenie-statusiakcje .grafika-przeplywu-akcje {
        width: 100%;
        height: 55%;
        background-color: #ffffff;
        border-radius: 10px;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        padding-left: 60px;
        padding-right: 20px;
    }
        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .errors-box-desktop {
            position: absolute;
            width: 60px;
            height: 60px;
            left: 5px;
            top: 5px;
            border-style: solid;
            border-radius: 10px;
            border-width: 1px;
            display: flex;
        }
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .errors-box-desktop.active {
                animation: anime_statusicon-box 2500ms linear infinite;
                -webkit-animation: anime_statusicon-box 2500ms linear infinite;
                background-color: #ffb8b8;
                cursor: pointer;
            }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .errors-box-desktop.inactive {
                animation: none;
                -webkit-animation: none;
                opacity: 0.6;
            }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .errors-box-desktop img {
                width: 30px;
                margin: auto;
            }
        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .wifi-desktop-box {
            position: absolute;
            display: flex;
            width: 60px;
            height: 60px;
            left: 5px;
            top: 75px;
            border-style: solid;
            border-radius: 10px;
            border-width: 1px;
            transition: .5s;
        }
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .wifi-desktop-box:hover {
                background-color: #e8ffd4;
                transition: .5s;
            }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .wifi-desktop-box .wifi-value {
                position: absolute;
                top: 30px;
                left: 0;
                width: 60px;
                text-align: center;
            }

                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .wifi-desktop-box .wifi-value span {
                    font-size: 0.8rem;
                    color: #1d1d1d;
                }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .wifi-desktop-box img {
                animation: anime_statusicon-box 2500ms linear infinite;
                -webkit-animation: anime_statusicon-box 2500ms linear infinite;
                width: 46px;
                margin: auto;
            }

        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .maxefficiency-desktop-box {
            position: absolute;
            display: flex;
            width: 60px;
            height: 60px;
            left: 5px;
            top: 145px;
            border-style: solid;
            border-radius: 10px;
            border-width: 1px;
        }
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .maxefficiency-desktop-box.active {
                cursor: pointer;
                pointer-events: all;
                transition: .5s;
            }
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .maxefficiency-desktop-box.inactive {
                cursor: none;
                pointer-events: none;
            }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .maxefficiency-desktop-box.active:hover {
                    background-color: #e8ffd4;
                    transition: .5s;
                }
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .maxefficiency-desktop-box span {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 60px;
                text-align: center;
                font-size: 0.7rem;
                color: #1d1d1d;
            }
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .maxefficiency-desktop-box img {
                width: 35px;
                margin: auto;
                margin-top: 4px;
            }
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .maxefficiency-desktop-box.active img {
                animation: anime_statusicon-box 2500ms linear infinite;
                -webkit-animation: anime_statusicon-box 2500ms linear infinite;
            }
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .maxefficiency-desktop-box.inactive img {
                animation: none;
                -webkit-animation: none;
                opacity: 0.4;
            }

        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .sterowanie-desktop-box {
            position: absolute;
            display: flex;
            width: 60px;
            height: 60px;
            left: 5px;
            top: 215px;
            border-style: solid;
            border-radius: 10px;
            border-width: 1px;
            border-color:#9395a2;
            cursor: default;
        }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .sterowanie-desktop-box.aktywne {
                cursor: pointer;
                transition: .5s;
            }

                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .sterowanie-desktop-box.aktywne:hover {
                    background-color: #e8ffd4;
                    transition: .5s;
                }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .sterowanie-desktop-box span {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 60px;
                text-align: center;
                font-size: 0.8rem;
                color: #1d1d1d;
            }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .sterowanie-desktop-box img {
                animation: anime_statusicon-box 2500ms linear infinite;
                -webkit-animation: anime_statusicon-box 2500ms linear infinite;
                width: 35px;
                margin: auto;
                margin-top: 4px;
            }


        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .notatki-desktop-box {
            position: absolute;
            display: flex;
            width: 60px;
            height: 60px;
            left: 5px;
            top: 285px;
            border-style: solid;
            border-radius: 10px;
            border-width: 1px;
            border-color: #9395a2;
            cursor: pointer;
            transition: .5s;
        }
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .notatki-desktop-box.dostepne-notatki {
                border-width: 2px;
                border-color: #7aca55;
                background-color: #edbe5e45;
            }

                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .notatki-desktop-box:hover {
                    background-color: #e8ffd4;
                    transition: .5s;
                }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .notatki-desktop-box span {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 60px;
                text-align: center;
                font-size: 0.8rem;
                color: #1d1d1d;
            }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .notatki-desktop-box img {
                animation: anime_statusicon-box 2500ms linear infinite;
                -webkit-animation: anime_statusicon-box 2500ms linear infinite;
                width: 35px;
                margin: auto;
                margin-top: 4px;
            }




        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw {
            margin-top: 75px;
            margin-bottom: auto;
            margin-right: auto;
            margin-left: auto;
            width: 850px;
            position: relative;
        }
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .temperatury .temperatura {
                color: #000000;
                font-size: 1.5rem;
                font-weight: 600;
            }
           
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .czerpnia-box {
                position: absolute;
                width: 80px;
                height: 50px;
                left: 15px;
                top: -40px;
            }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .czerpnia-box div {
                  line-height: 1.1;
                  text-align: left;
                }
                
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .wyrzut-box {
                position: absolute;
                width: 80px;
                height: 50px;
                left: 15px;
                bottom: 10%;
            }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .wyrzut-box div {
                    line-height: 1.1;
                    text-align: left;
                }
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .wyciag-box {
                position: absolute;
                width: 80px;
                height: 50px;
                right: 18px;
                top: -40px;
            }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .wyciag-box div {
                    line-height: 1.1;
                    text-align: right;
                }
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .nawiew-box {
                position: absolute;
                width: 80px;
                height: 50px;
                right: 18px;
                bottom: 10%;
            }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .nawiew-box div {
                    line-height: 1.1;
                    text-align: right;
                }
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .heater-box {
                position: absolute;
                border-radius: 10px;
                display: flex;
                width: 80px;
                height: 30px;
                left: calc(calc(100%/4) - 80px);
                top: -5px;
                transform: rotate(-90deg);
                cursor: pointer;
                z-index: 3;
                box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
            }

                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .heater-box div {
                    line-height: 1.1;
                    margin: auto;
                }
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .bypass-box {
                position: absolute;
                border-radius: 10px;
                display: flex;
                width: 80px;
                height: 30px;
                left: calc(calc(100%/4) - 38px);
                top: -5px;
                transform: rotate(-90deg);
                cursor: pointer;
                z-index: 3;
                box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
            }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .bypass-box.off, .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .heater-box.off {
                    border-style: solid;
                    border-color: #fc4444;
                    border-width: 1px;
                    background-color: #fc4444;
                    color: #ffffff;
                    transition: .5s;
                }
                    .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .bypass-box.off:hover, .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .heater-box.off:hover {
                        border-style: solid;
                        border-color: #000000;
                        border-width: 0.8px;
                        background-color: #c6ff68;
                        color: #000000;
                        transition: .5s;
                    }

                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .bypass-box.on, .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .heater-box.on {
                    border-style: solid;
                    border-color: #c6ff68;
                    border-width: 1px;
                    background-color: #c6ff68;
                    color: #000000;
                    transition: .5s;
                }
                    .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .bypass-box.on:hover, .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .heater-box.on:hover {
                        border-style: solid;
                        border-color: #000000;
                        border-width: 0.8px;
                        background-color: #fc4444;
                        color: #ffffff;
                        transition: .5s;
                    }

                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .bypass-box.wylaczony, .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .heater-box.wylaczony {
                    cursor: default;
                    border-style: solid;
                    border-color: #cccccf;
                    border-width: 1px;
                    background-color: #e5e5e5;
                    color: #2e2e2e;
                }

                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .bypass-box div {
                    line-height: 1.1;
                    margin: auto;
                }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .co2-wilgotnosc-box {
                position: absolute;
                border-radius: 10px;
                border-style: solid;
                border-color: #cccccf;
                border-width: 1px;
                background-color: #ffffff;
                display: flex;
                flex-wrap: wrap;
                width: 120px;
                height: 70px;
                right: calc(calc(100%/4) - 80px);
                top: -25px;
                box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
            }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .co2-wilgotnosc-box img {
                    max-width: 25px;
                    max-height: 25px;
                    opacity: 0.8;
                }
                    .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .co2-wilgotnosc-box div {
                        display: block;
                        display: flex;
                        margin: auto;
                        margin-left: 10px;
                        margin-right: auto;
                        color: #2e2e2e;
                    }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .co2-wilgotnosc-box .wilgotnosc span {
                 margin-left: 8px;
                }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .co2-wilgotnosc-box .co2 span {
                    margin-left: 8px;
                }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .wywiew-wentylator-box {
                position: absolute;
                border-radius: 10px;
                border-style: solid;
                border-color: #cccccf;
                border-width: 1px;
                display: flex;
                flex-wrap: wrap;
                left: calc(calc(100%/4) - 90px);
                background-color: #ffffff;
                box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
            }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .wywiew-wentylator-box.on {
                    width: 80px;
                    height: 113px;
                    bottom: -35px;
                }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .wywiew-wentylator-box.off {
                    width: 60px;
                    height: 60px;
                    bottom: -10px;
                }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .wywiew-wentylator-box .wentylator-nawiew-wywiew {
                    transform: scale(-1,1);
                }
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .nawiew-wentylator-box {
                position: absolute;
                border-radius: 10px;
                border-style: solid;
                border-color: #cccccf;
                border-width: 1px;
                display: flex;
                flex-wrap: wrap;
                right: calc(calc(100%/4) - 50px);
                background-color: #ffffff;
                box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
            }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .nawiew-wentylator-box.on {
                    width: 80px;
                    height: 113px;
                    bottom: -35px;
                }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .nawiew-wentylator-box.off {
                    width: 60px;
                    height: 60px;
                    bottom: -10px;
                }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .wywiew-wentylator-box span, .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .nawiew-wentylator-box span {
                    display: block;
                    margin: auto;
                    color: #67b063;
                    font-weight:600;
                }

                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .wywiew-wentylator-box .wentylator-nawiew-wywiew, .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .nawiew-wentylator-box .wentylator-nawiew-wywiew {
                    display: block;
                    margin: auto;
                    margin-bottom: auto;
                    margin-top: auto;
                    padding: 0;
                    border-top-style: solid;
                    border-bottom-style: solid;
                    border-width: 1px;
                    border-color: #c4c4c4;
                }

                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .wywiew-wentylator-box.off span {
                    display: none;
                }

                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .wywiew-wentylator-box.off .wentylator-nawiew-wywiew {
                    border-style: none;
                }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .nawiew-wentylator-box.off span {
                    display: none;
                }

                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .nawiew-wentylator-box.off .wentylator-nawiew-wywiew {
                    border-style: none;
                }
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .sprawnosc-box {
                position: absolute;
                display: flex;
                width: 20%;
                height: 100%;
                left: 40%;
                bottom: 1%;
            }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .sprawnosc-box div {
                    margin: auto;
                    display: flex;
                    flex-wrap: wrap;
                }
                    .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .sprawnosc-box div .rodzaj-wymiennika, .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .sprawnosc-box div .sprawnosc-w-procentach {
                        margin: auto;
                        width: 100%;
                        display: flex;
                    }
                        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .sprawnosc-box div .rodzaj-wymiennika span, .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .sprawnosc-box div .sprawnosc-w-procentach span {
                            margin: auto;
                            font-size: 1.3rem;
                        }
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .tryb-urzadzenia-box {
                position: absolute;
                width: 100%;
                height: 50px;
                left: -0.2%;
                top: -40px;
                display: flex;
            }

                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .tryb-urzadzenia-box div {
                    font-size: 0.8rem;
                    padding-top: 3px;
                    padding-bottom: 2px;
                    margin: auto;
                    width: 23%;
                    min-width: 150px;
                    border-radius: 10px;
                    text-align: center;
                }
                    .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .tryb-urzadzenia-box div.danger {
                        background-color: #de4545;
                        color: #ffffff;
                    }
                    .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .tryb-urzadzenia-box div.warning {
                        background-color: #ffe59b;
                        color: #000000;
                    }
                    .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .tryb-urzadzenia-box div.automatyczny {
                        background-color: #7eceff;
                        color: #ffffff;
                    }
                    .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .tryb-urzadzenia-box div.manualny {
                        background-color: #c4e0d2;
                        color: #000000;
                    }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .suma-poboru-wentylatorow-box {
                position: absolute;
                width: 100%;
                height: 50px;
                left: -0.5%;
                bottom: -60px;
            }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .suma-poboru-wentylatorow-box div {
                    line-height: 1.1;
                    text-align: center;
                }
        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-tryby {
            position: relative;
            display: flex;
            border-style: solid;
            border-radius: 10px;
            border-width: 1px;
            border-color: #c4c4c4;
            height: auto;
            margin-left: 10px;
            margin-top: 20px;
            width: auto;
            padding-left: 5px;
            padding-right: 5px;
        }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-tryby .tryby_title {
                position: absolute;
                display: flex;
                background-color: #ffffff;
                font-weight: 500;
                top: -10px;
                left: 8px;
                padding-left: 5px;
                padding-right: 5px;
            }

                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-tryby .tryby_title span {
                    font-size: 0.8rem;
                    font-weight: 300;
                    color: #b1b1b1;
                }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-tryby .tryby_icons {
                margin: auto;
            }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-tryby .tryby_icons a {
                    display: block;
                    margin: 0;
                }
                    .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-tryby .tryby_icons a img {
                        width: 28px;
                        height: 28px;
                        margin-top: 5px;
                        margin-bottom: 5px;
                        margin-left: 10px;
                        margin-right: 10px;
                    }
                    .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-tryby .tryby_icons .opis-tryb {
                        height:13px;
                        width: 100%;
                        display:flex;
                        opacity: 0;
                        transition: .7s;
                    }
                        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-tryby .tryby_icons .opis-tryb span {
                            font-size: 10px;
                            margin-left: auto;
                            margin-right: auto;
                            color: black;
                            padding: 0;
                        }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-tryby .tryby_icons .tryb_icon:hover .opis-tryb {
                    opacity: 1;
                    transition: .5s;
                }
        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje {
            width: calc(100% - 900px);
        }
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje a {
                display: block;
                width: 200px;
                height: 35px;
                margin-right: auto;
                margin-left: auto;
                margin-top: 10px;
                margin-bottom: 10px;
            }
        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-mqtt {
            width: 100%;
            display: flex;
            border-top-style: solid;
            border-width: 3px;
            border-color: #f3f3f3;
            margin-top: auto;
        }
            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-mqtt div {
                margin: auto;
                text-align: center;
            }
    .urzadzenie-statusiakcje .tabela-wartosci-serwisy {
        width: 100%;
        height: 44%;
        display: flex;
        margin-bottom: 0;
        margin-top: auto;
    }
        .urzadzenie-statusiakcje .tabela-wartosci-serwisy .tabela-wartosci {
            width: 65%;
            height: 100%;
            background-color: #ffffff;
            border-radius: 10px;
            overflow: hidden;
        }
        .urzadzenie-statusiakcje .tabela-wartosci-serwisy .naglowek-box {
            background-color: #ffffff;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            margin-left: 10px;
            margin-right: 10px;
            padding-left: 10px;
            padding-top: 10px;
            padding-bottom: 3px;
            margin-bottom: 5px;
            border-bottom-style: solid;
            border-width: 1px;
            display: flex;
            flex-wrap: wrap;
            font-weight: 600;
            color: #000000;
            font-size: 1.2rem;
        }
        .urzadzenie-statusiakcje .tabela-wartosci-serwisy .body-box {
            position: relative;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            margin-left: 10px;
            margin-right: 10px;
            padding-left: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
            height: 85%;
            overflow: hidden;
        }
            .urzadzenie-statusiakcje .tabela-wartosci-serwisy .body-box .tabela-wentylatory-desktop {
                display: block;
                width: 50%;
                margin: auto;
                border-style: solid;
                border-radius: 10px;
                border-width: 1px;
                border-color: #000000;
                margin-bottom: 13px;
            }

                .urzadzenie-statusiakcje .tabela-wartosci-serwisy .body-box .tabela-wentylatory-desktop .naglowek {
                    border-bottom-style: solid;
                    border-width: 1px;
                    border-color: #c4c4c4;
                    margin: 0;
                    padding: 0;
                }

                .urzadzenie-statusiakcje .tabela-wartosci-serwisy .body-box .tabela-wentylatory-desktop .komorka {
                    border-left-style: solid;
                    border-width: 1px;
                    border-color: #c4c4c4;
                }

                    .urzadzenie-statusiakcje .tabela-wartosci-serwisy .body-box .tabela-wentylatory-desktop .komorka.wartosc {
                        color: black
                    }

            .urzadzenie-statusiakcje .tabela-wartosci-serwisy .body-box .tabela-parametrow {
                display: flex;
                flex-wrap: wrap;
                position: relative;
                margin: 0;
                padding: 0;
            }
            .urzadzenie-statusiakcje .tabela-wartosci-serwisy .body-box .column-1 {
                margin-left: 0;
                margin-right: auto;
                padding-top: 5px;
                padding-bottom: 5px;
                width: 49%;
            }
            .urzadzenie-statusiakcje .tabela-wartosci-serwisy .body-box .column-2 {
                margin-right: 0;
                margin-left: auto;
                padding-top: 5px;
                padding-bottom: 5px;
                width: 49%;
            }
            .urzadzenie-statusiakcje .tabela-wartosci-serwisy .body-box .wiersz {
                display: flex;
                padding-top: 5px;
                padding-bottom: 5px;
                border-width: 1px;
                border-bottom-style: solid;
                border-color: #c4c4c4;
            }
                .urzadzenie-statusiakcje .tabela-wartosci-serwisy .body-box .wiersz.ostatni {
                    border-bottom-style: none;
                }
                .urzadzenie-statusiakcje .tabela-wartosci-serwisy .body-box .wiersz .wartosc {
                   color: #000000
                }
            .urzadzenie-statusiakcje .tabela-wartosci-serwisy .body-box .tabela-parametrow span {
                display: block;
                width: 50%;
                text-align: left;
            }
                .urzadzenie-statusiakcje .tabela-wartosci-serwisy .body-box .tabela-parametrow span.wartosc {
                    text-align: right;
                }
                            
        .urzadzenie-statusiakcje .tabela-wartosci-serwisy .serwisy {
            width: 34%;
            height: 100%;
            background-color: #ffffff;
            margin-right: 0;
            margin-left: auto;
            border-radius: 10px;
        }
    .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu {
        position: absolute;
        background-color: rgb(126 206 255 / 0.3);
        border-color: #FFFFFF;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        color: #c2c2c2;
        width: 0px;
        height: 100%;
        right: 0px;
        left: auto;
        top: 0;
        bottom: 0;
        margin: auto 0;
        border-bottom-left-radius: 40px;
        z-index: 1;
        transition-timing-function: ease-out;
        transition: .5s;
        display: none;
    }

        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu .buttony-akcje-podmenu-header {
            position: absolute;
            display: flex;
            background-color: rgb(126 206 255);
            width: 50px;
            height: 52px;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 11px;
            padding-right: 0;
            margin: 0;
            right: 0px;
            left: auto;
            top: 0;
            border-top-left-radius: 100px;
            border-bottom-left-radius: 100px;
            z-index: 1;
            -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
            transition: .5s;
        }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu .buttony-akcje-podmenu-header .header-image {
                width: 47px;
            }

                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu .buttony-akcje-podmenu-header .header-image img {
                    max-width: 30px;
                    width: 30px;
                    max-height: 30px;
                    height: 30px;
                    opacity: 0.8;
                    transition: .5s;
                }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu .buttony-akcje-podmenu-header .header-text {
                display: flex;
                width: 500px;
                opacity: 0;
                transition: .5s;
            }
                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu .buttony-akcje-podmenu-header .header-text span {
                    margin-right: 10px;
                    margin-left: auto;
                    color: #ffffff;
                    display: none;
                }


        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu .buttony-akcje-podmenu-body {
            height: calc(100% - 52px);
            width: 100%;
            padding: 0;
            margin: 0;
            margin-top: 40px;
            opacity: 0;
            transition: .5s;
            display: flex;
            flex-wrap: wrap;
        }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu .buttony-akcje-podmenu-body .buttony {
                display: block;
                margin-top: 10px;
                margin-bottom: auto;
                margin-left: auto;
                margin-right: auto;
            }

                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu .buttony-akcje-podmenu-body .buttony a {
                    display: none;
                    width: 200px;
                    height: 35px;
                    margin-right: auto;
                    margin-left: auto;
                    margin-top: 7px;
                    margin-bottom: 7px;
                }

        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu.podmenu-show {
            width: 250px;
        }

        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu.podmenu-show-opacity .buttony-akcje-podmenu-body {
            opacity: 1;
        }

        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu.podmenu-show-opacity .buttony-akcje-podmenu-header .header-text span.duzy-rozmiar {
            display: block;
        }

        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu.podmenu-show-opacity .buttony-akcje-podmenu-body .buttony a {
            display: block;
        }

        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu.podmenu-show-opacity .buttony-akcje-podmenu-header .header-text {
            opacity: 1;
        }

        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu.podmenu-show-opacity .buttony-akcje-podmenu-header .header-image img {
            opacity: 1;
        }

        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu .buttony-akcje-podmenu-header.podmenu-show {
            width: 300px;
        }
        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu .buttony-akcje-podmenu-body .buttony-tryby {
            display: none;
        }
    .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .comfort-temp-desktop-box {
        position: absolute;
        display: flex;
        right: 14px;
        bottom: 40%;
        width: 110px;
        border-style: solid;
        border-radius: 10px;
        border-width: 1px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 12px;
        padding-right: 12px;
        transition: .5s;
    }
        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .comfort-temp-desktop-box:hover {
            cursor: pointer;
            background-color: #e8ffd4;
            transition: .5s;
        }

        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .comfort-temp-desktop-box span {
            font-size: 1rem;
            margin-left: 5px;
            color: #1d1d1d;
            margin: auto;
        }

        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .comfort-temp-desktop-box img {
            animation: anime_statusicon-box 2500ms linear infinite;
            -webkit-animation: anime_statusicon-box 2500ms linear infinite;
            height: 30px;
            width: auto;
            margin: auto;
        }

    .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .licznik-filtrow-desktop-box {
        position: absolute;
        display: flex;
        right: 14px;
        width: 110px;
        bottom: 65%;
        border-style: solid;
        border-radius: 10px;
        border-width: 1px;
        padding: 5px;
    }

        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .licznik-filtrow-desktop-box.resetowanie {
            cursor: pointer;
            transition: .5s;
        }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .licznik-filtrow-desktop-box.resetowanie:hover {
                background-color: #e8ffd4;
                transition: .5s;
            }
        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .licznik-filtrow-desktop-box span {
            font-size: 1rem;
            margin-left: 5px;
            color: #1d1d1d;
            margin: auto;
        }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .licznik-filtrow-desktop-box span.low-day {
                color: #f6952b;
            }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .licznik-filtrow-desktop-box span.zero-day {
                color: #d44d4d;
            }

        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .licznik-filtrow-desktop-box img {
            animation: anime_statusicon-box 2500ms linear infinite;
            -webkit-animation: anime_statusicon-box 2500ms linear infinite;
            height: 30px;
            width: auto;
            margin: auto;
        }

@container (max-width: 1475px) {
    .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu {
        display: flex;
    }
    /*Boxy z danymi adresowymi*/
    .urzadzenie-dane {
        width: 100%;
        height: 250px;
        overflow: hidden;
        margin-left: 0;
        display: flex;
        font-size: 0.8rem;
    }

        .urzadzenie-dane .dane-urzadzenia {
            width: 33%;
            margin-top: 8px;
            margin-bottom: auto;
        }

        .urzadzenie-dane .dane-klienta, .urzadzenie-dane .dane-instalatora {
            width: 33%;
            margin-top: 0;
            margin-bottom: auto;
            height: 100%;
        }

            .urzadzenie-dane .dane-klienta .naglowek-danych-urzadzenia, .urzadzenie-dane .dane-instalatora .naglowek-danych-urzadzenia {
                margin-top: -4px;
            }

        .urzadzenie-dane .dane-klienta {
            border-left-style: solid;
            border-color: #f3f3f3;
            border-width: 8px;
        }

        .urzadzenie-dane .dane-instalatora {
            border-left-style: solid;
            border-color: #f3f3f3;
            border-width: 8px;
        }
    /*Box z grafika i akcjami*/
    .urzadzenie-statusiakcje {
        width: 100%;
        margin-top: 8px;
        height: auto;
        display: block;
    }

        .urzadzenie-statusiakcje .grafika-przeplywu-akcje {
            height: auto;
            min-height: 500px;
            margin-bottom: 10px;
        }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw {
                margin: auto;
                margin-top: 50px;
                width: 85%;
                position: relative;
            }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-tryby {
                display: none;
            }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-mqtt {
                margin-top: 50px;
            }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu .buttony-akcje-podmenu-body .buttony-tryby {
                position: relative;
                display: none;
                border-style: none;
                border-radius: 10px;
                border-width: 1px;
                border-color: #c4c4c4;
                height: 100px;
                margin: auto;
                margin-top: 0;
                width: 80%;
                background-color: rgb(255 255 255 / 0.95);
            }

                .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu .buttony-akcje-podmenu-body .buttony-tryby .tryby_icons {
                    position: relative;
                    display: flex;
                    flex-wrap: wrap;
                    margin: auto;
                    text-align: center;
                }

                    .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu .buttony-akcje-podmenu-body .buttony-tryby .tryby_icons a {
                        margin-left: auto;
                        margin-right: auto;
                    }

                        .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu .buttony-akcje-podmenu-body .buttony-tryby .tryby_icons a img {
                            width: 28px;
                            height: 28px;
                            margin-left: 3px;
                            margin-right: 3px;
                        }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu.podmenu-show-opacity .buttony-akcje-podmenu-header .header-text span.duzy-rozmiar {
                display: none;
            }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu.podmenu-show-opacity .buttony-akcje-podmenu-header .header-text span.maly-rozmiar {
                display: block;
            }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje-podmenu.podmenu-show-opacity .buttony-akcje-podmenu-body .buttony-tryby {
                display: flex;
            }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .heater-box {
                left: calc(calc(100%/4) - 80px);
            }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .bypass-box {
                left: calc(calc(100%/4) - 36px);
            }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .wywiew-wentylator-box.on {
                bottom: -11%;
            }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .wywiew-wentylator-box.off {
                bottom: -1%;
            }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .nawiew-wentylator-box.on {
                bottom: -11%;
            }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .nawiew-wentylator-box.off {
                bottom: -1%;
            }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .buttony-akcje {
                display: none;
            }

            .urzadzenie-statusiakcje .grafika-przeplywu-akcje .grafika-przeplyw .comfort-temp-desktop-box {
                bottom: 40%;
            }
        /*akcje w statusie*/

        .urzadzenie-statusiakcje .tabela-wartosci-serwisy {
            height: auto;
            width: 100%;
            flex-wrap: wrap;
        }

            .urzadzenie-statusiakcje .tabela-wartosci-serwisy .tabela-wartosci, .urzadzenie-statusiakcje .tabela-wartosci-serwisy .serwisy {
                height: 370px;
                width: 100%;
                flex-wrap: wrap;
                margin-bottom: 10px;
            }
}
