/* /Pages/Dashboard.razor.rz.scp.css */
.bk-pico[b-dsw7yuhykw] {
    background: #001618;
}

.bk-talkpool[b-dsw7yuhykw] {
    background: #122439;
}

.bk-greener[b-dsw7yuhykw] {
    background: #031f1d;
}

.page-client[b-dsw7yuhykw] {
    position: relative;
    display: flex;
    height: 100%;
}

.main-client[b-dsw7yuhykw] {
    flex: 1;
    position: sticky;
    top: 0;
    margin-left: 12px;
    margin-right: 12px;
    color: white;
    height: 100vh;
}

.scrolviewBody[b-dsw7yuhykw] {
    width: 100%;
    height: 88.5vh;
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .scrolviewBody[b-dsw7yuhykw]::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    .scrolviewBody[b-dsw7yuhykw]::-webkit-scrollbar-thumb {
        background: #B3AFB3;
        border-radius: 3px;
    }

.topheader[b-dsw7yuhykw] {
    display: flex;
}

.topheader1[b-dsw7yuhykw] {
    display: flex;
    flex-direction: row-reverse;
}

@supports (-moz-appearance:none) {
    .topheader[b-dsw7yuhykw] {
        display: unset;
    }

    .topheader1[b-dsw7yuhykw] {
        display: unset;
    }
}

.logo-pico[b-dsw7yuhykw] {
    margin-top: 15px;
    margin-right: 15px;
    height: 35px;
}

.logo-greener[b-dsw7yuhykw] {
    margin-top: 5px;
    height: 50px;
}

.logo-talkpool[b-dsw7yuhykw] {
    margin-top: 10px;
    height: 50px;
}

.topheader a[b-dsw7yuhykw] {
    float: left;
    display: block;
}

.topheader div img[b-dsw7yuhykw] {
    float: right;
    right: 0;
    padding: 5px 0px;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}

.dropdown[b-dsw7yuhykw] {
    position: relative;
}

    /*#region dropdown pico*/

    .dropdown:hover .dropbtn-pico[b-dsw7yuhykw] {
        background-color: #345a5a;
    }

.dropbtn-pico[b-dsw7yuhykw] {
    height: 50px;
    border: none;
}

.dropdown-content-pico[b-dsw7yuhykw] {
    display: none;
    position: absolute;
    background-color: #345a5a;
    border: 2px solid white;
    border-radius: 10px;
    min-width: 200px;
    height: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    float: right;
    right: 0;
    margin-top: 60px;
    margin-right: 10px;
}

    .dropdown-content-pico a[b-dsw7yuhykw] {
        color: black;
        padding: 12px 25px;
        text-decoration: none;
        display: block;
    }

.dropdown:hover .dropdown-content-pico[b-dsw7yuhykw] {
    display: block;
}

/*#endregion*/

/*#region dropdown greener*/

.dropdown:hover .dropbtn-greener[b-dsw7yuhykw] {
    background-color: #345a5a;
}

.dropbtn-greener[b-dsw7yuhykw] {
    height: 50px;
    border: none;
}

.dropdown-content-greener[b-dsw7yuhykw] {
    display: none;
    position: absolute;
    background-color: #345a5a;
    border: 2px solid white;
    border-radius: 10px;
    min-width: 200px;
    height: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    float: right;
    right: 0;
    margin-top: 60px;
    margin-right: 10px;
}

    .dropdown-content-greener a[b-dsw7yuhykw] {
        color: black;
        padding: 12px 25px;
        text-decoration: none;
        display: block;
    }

.dropdown:hover .dropdown-content-greener[b-dsw7yuhykw] {
    display: block;
}

/*#endregion*/

/*#region dropdown talkpool*/

.dropdown:hover .dropbtn-talkpool[b-dsw7yuhykw] {
    background-color: #2c394c;
}

.dropbtn-talkpool[b-dsw7yuhykw] {
    height: 50px;
    border: none;
}

.dropdown-content-talkpool[b-dsw7yuhykw] {
    display: none;
    position: absolute;
    background-color: #2c394c;
    border: 2px solid white;
    border-radius: 10px;
    min-width: 200px;
    height: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    float: right;
    right: 0;
    margin-top: 60px;
    margin-right: 10px;
}

    .dropdown-content-talkpool a[b-dsw7yuhykw] {
        color: black;
        padding: 12px 25px;
        text-decoration: none;
        display: block;
    }

.dropdown:hover .dropdown-content-talkpool[b-dsw7yuhykw] {
    display: block;
}

/*#endregion*/

.dropLang[b-dsw7yuhykw] {
    height: 25px;
    width: 60px;
    text-align: center;
    border: none;
}

.dropdownLang[b-dsw7yuhykw] {
    position: relative;
    margin-left: 20px;
}

    .dropdownLang:hover .dropLand[b-dsw7yuhykw] {
        background-color: #a2a4a4;
    }

/*#region pico*/
.dropdown-content-language-pico[b-dsw7yuhykw] {
    display: none;
    position: absolute;
    background-color: #a2a4a4;
    min-width: 50px;
    height: 195px;
    z-index: 1;
    float: right;
    right: 0;
    margin-top: 40px;
    margin-right: 10px;
}

    .dropdown-content-language-pico a[b-dsw7yuhykw] {
        color: black;
        text-decoration: none;
        display: block;
    }

    .dropdown-content-language-pico div a[b-dsw7yuhykw] {
        float: right;
        width: 100px;
        padding: 12px 12px;
        text-align: start;
    }

    .dropdown-content-language-pico div img[b-dsw7yuhykw] {
        float: left;
    }

    .dropdown-content-language-pico div:hover > a[b-dsw7yuhykw] {
        background-color: #345a5a;
    }

.dropdownLang:hover .dropdown-content-language-pico[b-dsw7yuhykw] {
    display: block;
}

/*#endregion*/

/*#region greener*/
.dropdown-content-language-greener[b-dsw7yuhykw] {
    display: none;
    position: absolute;
    background-color: #a2a4a4;
    min-width: 50px;
    height: 240px;
    z-index: 1;
    float: right;
    right: 0;
    margin-top: 40px;
    margin-right: 10px;
}

    .dropdown-content-language-greener a[b-dsw7yuhykw] {
        color: black;
        text-decoration: none;
        display: block;
    }

    .dropdown-content-language-greener div a[b-dsw7yuhykw] {
        float: right;
        width: 100px;
        padding: 12px 12px;
        text-align: start;
    }

    .dropdown-content-language-greener div img[b-dsw7yuhykw] {
        float: left;
    }

    .dropdown-content-language-greener div:hover > a[b-dsw7yuhykw] {
        background-color: #345a5a;
    }

.dropdownLang:hover .dropdown-content-language-greener[b-dsw7yuhykw] {
    display: block;
}

/*#endregion*/

/*#region talkpool*/
.dropdown-content-language-talkpool[b-dsw7yuhykw] {
    display: none;
    position: absolute;
    background-color: #a2a4a4;
    min-width: 50px;
    height: 195px;
    z-index: 1;
    float: right;
    right: 0;
    margin-top: 40px;
    margin-right: 10px;
}

    .dropdown-content-language-talkpool a[b-dsw7yuhykw] {
        color: black;
        text-decoration: none;
        display: block;
    }

    .dropdown-content-language-talkpool div a[b-dsw7yuhykw] {
        float: right;
        width: 100px;
        padding: 12px 12px;
        text-align: start;
    }

    .dropdown-content-language-talkpool div img[b-dsw7yuhykw] {
        float: left;
    }

    .dropdown-content-language-talkpool div:hover > a[b-dsw7yuhykw] {
        background-color: #2c394c;
    }

.dropdownLang:hover .dropdown-content-language-talkpool[b-dsw7yuhykw] {
    display: block;
}

/*#endregion*/

.imgflag[b-dsw7yuhykw] {
    height: 35px;
    float: left;
    margin-left: 10px;
}

h3[b-dsw7yuhykw] {
    color: white;
}

.sidebar-content-left[b-dsw7yuhykw] {
    height: 90%;
}

.sidebar-content-right[b-dsw7yuhykw] {
}

.overview-box[b-dsw7yuhykw] {
}

.nav-icon[b-dsw7yuhykw] {
    display: none;
}

.navbar-toggler[b-dsw7yuhykw] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row-greener[b-dsw7yuhykw] {
    height: 2rem;
    background-color: #203434;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-color: #031f1d;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    margin-top: 23px;
}

.top-row-pico[b-dsw7yuhykw] {
    height: 2rem;
    background-color: #113030;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-color: #001618;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    margin-top: 20px;
}

.top-row-talkpool[b-dsw7yuhykw] {
    height: 2rem;
    background-color: #2c394c;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-color: #122439;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    margin-top: 20px;
}

.box-row-greener[b-dsw7yuhykw]  {
    background-color: #203434; /* greener*/
    border: solid;
    border-color: transparent;
    border-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 15px;
    text-align: center;
}

.box-row-pico[b-dsw7yuhykw]  {
    background-color: #113030; /* pico*/
    border: solid;
    border-color: transparent;
    border-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 15px;
    text-align: center;
}

.box-row-talkpool[b-dsw7yuhykw]  {
    background-color: #2c394c; /* talkpool*/
    border: solid;
    border-color: transparent;
    border-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 15px;
    text-align: center;
}

.alarm-box-row-greener[b-dsw7yuhykw] {
    overflow-y: scroll;
    max-height: 58vh;
    margin-bottom: 10px;
}

.alarm-box-row-pico[b-dsw7yuhykw] {
    overflow-y: scroll;
    max-height: 100vh;
    margin-bottom: 10px;
}

.alarm-box-row-talkpool[b-dsw7yuhykw] {
    overflow-y: scroll;
    max-height: 100vh;
    margin-bottom: 10px;
}

.alarm-box-row-greener[b-dsw7yuhykw]::-webkit-scrollbar {
    width: 12px; /* width of the entire scrollbar */
}

.alarm-box-row-pico[b-dsw7yuhykw]::-webkit-scrollbar {
    width: 12px; /* width of the entire scrollbar */
}

.alarm-box-row-talkpool[b-dsw7yuhykw]::-webkit-scrollbar {
    width: 12px; /* width of the entire scrollbar */
}

.alarm-box-row-greener[b-dsw7yuhykw]::-webkit-scrollbar-track {
    background: #6c7676; /* color of the tracking area */
}

.alarm-box-row-pico[b-dsw7yuhykw]::-webkit-scrollbar-track {
    background: #6c7676; /* color of the tracking area */
}

.alarm-box-row-talkpool[b-dsw7yuhykw]::-webkit-scrollbar-track {
    background: #6c7676; /* color of the tracking area */
}

.alarm-box-row-greener[b-dsw7yuhykw]::-webkit-scrollbar-thumb {
    background-color: #203434; /* greener - color of the scroll thumb */
    border: 3px solid #203434;
}

.alarm-box-row-pico[b-dsw7yuhykw]::-webkit-scrollbar-thumb {
    background-color: #113030; /* pico - color of the scroll thumb */
    border: 3px solid #113030; /* pico - creates padding around scroll thumb */
}

.alarm-box-row-talkpool[b-dsw7yuhykw]::-webkit-scrollbar-thumb {
    background-color: #2c394c; /* talkpool -color of the scroll thumb */
    border: 3px solid #2c394c; /* talkpool - creates padding around scroll thumb */
}

.top-header[b-dsw7yuhykw]  {
    height: 8vh;
    color: white;
    width: 100%;
    display: flex;
}

.centerlogo[b-dsw7yuhykw] {
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    width: 800px;
    flex-grow: 4;
    height: 75px;
}

.center-greener[b-dsw7yuhykw] {
    background-color: #344748;
}

.center-pico[b-dsw7yuhykw] {
    background-color: #344748;
}

.center-talkpool[b-dsw7yuhykw] {
    background-color: #2c394c;
}

.side[b-dsw7yuhykw] {
    margin-top: 20px;
    width: 50%;
    flex-grow: 2;
}

div .center-pico[b-dsw7yuhykw]  a {
    color: white;
    text-decoration: none;
    font-weight: 400;
}

div .center-greener[b-dsw7yuhykw]  a {
    color: white;
    text-decoration: none;
    font-weight: 400;
}

div .center-talkpool[b-dsw7yuhykw]  a {
    color: white;
    text-decoration: none;
    font-weight: 400;
}

.navbar-brand2[b-dsw7yuhykw] {
    font-size: 1.1rem;
    color: white;
    text-transform: uppercase;
}

.oi[b-dsw7yuhykw] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.bground-pico[b-dsw7yuhykw] {
    background-color: #113030;
}

.bground-greener[b-dsw7yuhykw] {
    background-color: #203434;
}

.bground-talkpool[b-dsw7yuhykw] {
    background-color: #2c394c;
}

/*#region card-List Pico */
.card-list-pico[b-dsw7yuhykw] {
    background-color: #113030;
    height: 75.5vh;
    width: 100%;
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .card-list-pico[b-dsw7yuhykw]::-webkit-scrollbar {
        width: 12px; /* width of the entire scrollbar */
        height: 6px;
    }

    .card-list-pico[b-dsw7yuhykw]::-webkit-scrollbar-track {
        background: #6c7676; /* color of the tracking area */
        border-radius: 3px;
    }

    .card-list-pico[b-dsw7yuhykw]::-webkit-scrollbar-thumb {
        background-color: #113030; /* color of the scroll thumb */
        border: 3px solid #113030; /* creates padding around scroll thumb */
    }

/*#endregion */

/*#region card-List Greener */
.card-list-greener[b-dsw7yuhykw] {
    background-color: #203434;
    height: calc(96vh - 120px);
    width: 100%;
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .card-list-greener[b-dsw7yuhykw]::-webkit-scrollbar {
        width: 12px; /* width of the entire scrollbar */
        height: 6px;
    }

    .card-list-greener[b-dsw7yuhykw]::-webkit-scrollbar-track {
        background: #6c7676; /* color of the tracking area */
        border-radius: 3px;
    }

    .card-list-greener[b-dsw7yuhykw]::-webkit-scrollbar-thumb {
        background-color: #203434; /* color of the scroll thumb */
        border: 3px solid #203434; /* creates padding around scroll thumb */
    }
/*#endregion */

/*#region card-List Talkpool */
.card-list-talkpool[b-dsw7yuhykw] {
    background-color: #2c394c;
    height: calc(96vh - 120px);
    width: 100%;
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .card-list-talkpool[b-dsw7yuhykw]::-webkit-scrollbar {
        width: 12px; /* width of the entire scrollbar */
        height: 6px;
    }

    .card-list-talkpool[b-dsw7yuhykw]::-webkit-scrollbar-track {
        background: #2c394c; /* color of the tracking area */
        border-radius: 3px;
    }

    .card-list-talkpool[b-dsw7yuhykw]::-webkit-scrollbar-thumb {
        background-color: #2c394c; /* color of the scroll thumb */
        border: 3px solid #2c394c; /* creates padding around scroll thumb */
    }
/*#endregion */

.unonim-view[b-dsw7yuhykw] {
    filter: blur(3px);
}
.unonim-view-off[b-dsw7yuhykw]{

}

.filtering-item[b-dsw7yuhykw] {
    word-wrap: break-word;
    font-size: small;
    cursor: pointer;
}

/*#region CheckBox */
.severity-content[b-dsw7yuhykw] {
    display: flex;
    margin-top: 20px;
}

.round[b-dsw7yuhykw] {
    position: relative;
    margin-left: 20px;
}

    .round label[b-dsw7yuhykw] {
        background-color: red;
        /*border: 1px solid #ccc;*/
        border-radius: 50%;
        cursor: pointer;
        height: 28px;
        left: 0;
        position: absolute;
        top: 0;
        width: 28px;
    }

        .round label[b-dsw7yuhykw]:after {
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 6px;
            left: 7px;
            opacity: 0;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 12px;
        }

    .round input[type="checkbox"][b-dsw7yuhykw] {
        visibility: hidden;
    }

        .round input[type="checkbox"]:checked + label[b-dsw7yuhykw] {
            background-color: red;
            border-color: #66bb63;
        }

            .round input[type="checkbox"]:checked + label[b-dsw7yuhykw]:after {
                opacity: 1;
            }
/*#endregion */

.tab[b-dsw7yuhykw] {
    display: flex;
}

.tab-item[b-dsw7yuhykw] {
    width: 100%;
    cursor: pointer;
    color: white;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.ti-bk-greener[b-dsw7yuhykw] {
    background-color: #031f1d;
}

.tai-bk-pico[b-dsw7yuhykw] {
    background-color: #001618;
}

.ti-bk-talkpool[b-dsw7yuhykw] {
    background-color: #122439;
}

.tab-item-active-pico[b-dsw7yuhykw] {
    background-color: #113030;
}

.tab-item-active-greener[b-dsw7yuhykw] {
    background-color: #203434;
}

.tab-item-active-talkpool[b-dsw7yuhykw] {
    background-color: #2c394c;
}

/*#region PopUp*/

.black_overlay[b-dsw7yuhykw] {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content[b-dsw7yuhykw] {
    display: none;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    padding: 10px;
    padding-bottom: 10px;
    border: 2px solid white;
    color: white;
    border-radius: 10px;
    z-index: 1002;
    overflow: auto;
}

.thumbs[b-dsw7yuhykw] {
    margin-top: 30px;
    text-align: center;
}

    .thumbs div[b-dsw7yuhykw] {
        margin-top: 10px;
        margin-left: 40px;
        vertical-align: top;
        display: inline-block;
    }

/*#region*/
@media (min-width: 600px) {
    .navbar-toggler[b-dsw7yuhykw] {
        display: none;
    }

    .sidebar-content-left[b-dsw7yuhykw] {
        width: 250px;
        position: sticky;
        top: 0;
        margin-left: 20px;
        height: 90%;
    }

    .sidebar-content-right[b-dsw7yuhykw] {
        width: 350px;
        position: sticky;
        top: 0;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .nav-icon[b-dsw7yuhykw] {
        height: 30px;
        width: 30px;
        display: block;
    }

    .collapse[b-dsw7yuhykw] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/*@media (max-height: 1200px) {
    .card-list-greener {
        height: 85vh;
    }
}*/

.switch[b-dsw7yuhykw] {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 28px;
    margin-left: 25px;
}

    .switch input[b-dsw7yuhykw] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-dsw7yuhykw] {
    position: absolute;
    cursor: pointer;
    margin-left: 0px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-dsw7yuhykw]:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-dsw7yuhykw] {
    background-color: #008e37;
}

input:focus + .slider[b-dsw7yuhykw] {
    box-shadow: 0 0 1px #008e37;
}

input:checked + .slider[b-dsw7yuhykw]:before {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

.slider.round[b-dsw7yuhykw] {
    border-radius: 34px;
}

    .slider.round[b-dsw7yuhykw]:before {
        border-radius: 50%;
    }
/* /Pages/GraphComponent.razor.rz.scp.css */
.thumbs[b-5905exlcww] {
    margin-top: 10px;
    text-align: center;
}

.thumbs div[b-5905exlcww] {
        margin-top: 0px;
        margin-left: 10px;
        vertical-align: top;
        display: inline-block;
    }

.unonim-view[b-5905exlcww] {
    filter: blur(3px);
}
.unonim-view-off[b-5905exlcww] {
}

.btnDiagram[b-5905exlcww] {
    font: bold;
    width: 100px;
    margin-left: 4px;
    border-radius: 5px 5px;
}

.btnDiagramDays[b-5905exlcww] {
    font: bold;
    width: 250px;
    border-radius: 5px 5px;
}

.activeFilter[b-5905exlcww] {
    color: white;
    background-color: #031f1d;
}
.pasiveFilter[b-5905exlcww] {
    color: #031f1d;
    background-color: white;
}

.titleElement[b-5905exlcww] {
    float: left;
}

.subTitleElement[b-5905exlcww] {
    float: left;
}


.btnSize[b-5905exlcww] {
    width: 250px;
}

.btnListSize[b-5905exlcww] {
    width: 100px;
}

.footerElement[b-5905exlcww] {
    text-align: center;
    vertical-align: bottom;
}

/* /Pages/Index.razor.rz.scp.css */
.navbar-toggler[b-vo18kojl3j] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vo18kojl3j] {
    height: 2rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand2[b-vo18kojl3j] {
    font-size: 1.1rem;
    text-transform: uppercase;
}

.nav-icon[b-vo18kojl3j] {
    display: none;
}

.oi[b-vo18kojl3j] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vo18kojl3j] {
    font-size: 0.8rem;
    padding-bottom: 0.5rem;
    word-wrap: break-word;
    color: white;
    cursor: pointer;
}

    .nav-item:first-of-type[b-vo18kojl3j] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vo18kojl3j] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vo18kojl3j]  a {
        color: #d7d7d7;
        border-radius: 4px;
        /*height: 3rem;*/
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-vo18kojl3j]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-vo18kojl3j]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-vo18kojl3j] {
        display: none;
    }

    .nav-icon[b-vo18kojl3j] {
        height: 30px;
        width: 30px;
        display: block;
    }

    .collapse[b-vo18kojl3j] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Pages/LocationList.razor.rz.scp.css */

/*#region NAV ITEM */


.nav-item[b-87q2mhm6cy] {
    font-size: 0.8rem;
    padding-bottom: 0.5rem;
    word-wrap: break-word;
    color: white;
    cursor: pointer;
}

    .nav-item:first-of-type[b-87q2mhm6cy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-87q2mhm6cy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-87q2mhm6cy]  a {
        color: #d7d7d7;
        border-radius: 4px;
        /*height: 3rem;*/
        display: flex;
        align-items: center;
        line-height: 1rem;
    }

        .nav-item[b-87q2mhm6cy]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-87q2mhm6cy]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }


/*#endregion */

.alarm[b-87q2mhm6cy] {
    color: white;
    height: 30px;
    width: 30px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 2.5em;
    margin-left: 7px;
}
/* /Pages/MapAndImages.razor.rz.scp.css */
body[b-z4udp68840] {
}

.map-and-image[b-z4udp68840] {
    height: 350px;
    width: 350px;
    aspect-ratio: auto;
    border: solid;
    border-color: transparent;
    border-width: 1px;
}

.loading-text[b-z4udp68840] {
    text-align: center;
    align-self: center;
    height: 350px;
    width: 350px;
    aspect-ratio: auto;
    border: solid;
    border-color: transparent;
    border-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.thumbnail-box-row[b-z4udp68840] {
    border: solid;
    border-color: transparent;
    border-width: 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 15px;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 23px;
}

.bground-pico[b-z4udp68840] {
    background-color: #113030;
}

.bground-greener[b-z4udp68840] {
    background-color: #203434;
}

.bground-talkpool[b-z4udp68840] {
    background-color: #2c394c;
}

.thumbnail-table[b-z4udp68840] {
}

.thumbnail-table-row[b-z4udp68840] {
}

.thumbnail-table-td[b-z4udp68840] {
}

    .thumbnail-table-td [b-z4udp68840]::selection {
        border: solid;
        border-color: mediumspringgreen;
        border-width: 6px;
    }

.thumb-image[b-z4udp68840] {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    
    /*width ="64" height="64"*/
    width: 64px;
    height: 64px;
    
    margin: 4px;
}
/* /Pages/NavigationCardList.razor.rz.scp.css */
.card-location-list[b-fv59necs7f] {
    display: flex;
    flex-wrap: wrap;
    height: 90%;
}

.bground-pico[b-fv59necs7f] {
    background-color: #113030;
}

.bground-greener[b-fv59necs7f] {
    background-color: #203434;
}

.bground-talkpool[b-fv59necs7f] {
    background-color: #2c394c;
}

.card-location-item[b-fv59necs7f] {
    border: solid;
    border-color: transparent;
    border-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 250px;
    width: 200px;
    font-size: 15px;
    margin-left: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.active[b-fv59necs7f] {
    border-color: white !important;
}

.card-location-item .itemheader[b-fv59necs7f] {
    height: 20px;
}

.card-location-item .text-content[b-fv59necs7f] {
    margin-top: 5px;
    margin-left: 15px;
    margin-bottom: 10px;
    height: 70px;
}

.card-location-item .alarm-content[b-fv59necs7f] {
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.card-location-item .alarm-content-row[b-fv59necs7f] {
    margin-top: 5px;
    display: flex;
    line-height: 1.8em;
}

.card-location-item .alarm-content-text[b-fv59necs7f] {
    margin-left: 15px;
    letter-spacing: 1px;
    font-stretch: expanded
}

.card-location-item .alarm-content-icon[b-fv59necs7f] {
    color: white;
    height: 25px;
    width: 25px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    /*line-height: 2.0em;*/
    margin-left: 4px;
}


.card-name[b-fv59necs7f] {
    font-size: 16px;
    font-weight: 600;
}

.location-name[b-fv59necs7f] {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}

.card-location-item .lora-data-content[b-fv59necs7f] {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.card-location-item .lora-data-row[b-fv59necs7f] {
    margin-top: 5px;
    display: flex;
    line-height: 2.0em;
}

.card-location-item .lora-data-text-content[b-fv59necs7f] {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.card-location-item .lora-data-name[b-fv59necs7f] {
    margin-left: 5px;
    /*letter-spacing: 1px;
    font-stretch: expanded;*/
    font-size: 14px;
}

.card-location-item .lora-data-value[b-fv59necs7f] {
    margin-left: 5px;
    /* letter-spacing: 1px;
    font-stretch: expanded;*/
    font-size: 17px;
}

.card-location-item .lora-data-unit[b-fv59necs7f] {
    margin-left: 1px;
    margin-right: 5px;
    letter-spacing: 1px;
    font-stretch: expanded;
    font-size: 12px;
}
/* /Pages/NavigationCategory/NavigationCardLocationList.razor.rz.scp.css */
.card-location-list[b-6p0a0cj63z] {
    display: flex;
    flex-wrap: wrap;
}
.bground-pico[b-6p0a0cj63z] {
    background-color: #113030;
}

.bground-greener[b-6p0a0cj63z] {
    background-color: #203434;
}

.bground-talkpool[b-6p0a0cj63z] {
    background-color: #2c394c;
}

.card-location-item[b-6p0a0cj63z] {
    border: solid;
    border-color: transparent;
    border-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 250px;
    width: 200px;
    font-size: 15px;
    margin-left: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.active[b-6p0a0cj63z] {
    border-color: white !important;
}

.card-location-item .itemheader[b-6p0a0cj63z] {
    height: 20px;
}

.card-location-item .text-content[b-6p0a0cj63z] {
    margin-top: 5px;
    margin-left: 15px;
    margin-bottom: 10px;
    height: 70px;
}

.card-location-item .alarm-content[b-6p0a0cj63z] {
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.card-location-item .alarm-content-row[b-6p0a0cj63z] {
    margin-top: 5px;
    display: flex;
    line-height: 1.8em;
}

.card-location-item .alarm-content-text[b-6p0a0cj63z] {
    margin-left: 15px;
    letter-spacing: 1px;
    font-stretch: expanded
}

.card-location-item .alarm-content-icon[b-6p0a0cj63z] {
    color: white;
    height: 25px;
    width: 25px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    /*line-height: 2.0em;*/
    margin-left: 4px;
}


.card-name[b-6p0a0cj63z] {
    font-size: 16px;
    font-weight: 600;
}
/* /Pages/NavigationCategory/NavigationCardMain.razor.rz.scp.css */
.page-content[b-jctsiws3yw] {
    position: relative;
    display: flex;
    /*flex-direction: column;*/
}

h3[b-jctsiws3yw] {
    color: white;
}

.main-content[b-jctsiws3yw] {
    flex: 1;
    margin-left: 2%;
    margin-right: 2%;
    color: white;
}


.sidebar-content[b-jctsiws3yw] {
}

.sidebar-content-right[b-jctsiws3yw] {
}

.overview-box[b-jctsiws3yw] {
}

.nav-icon[b-jctsiws3yw] {
    display: none;
}

.navbar-toggler[b-jctsiws3yw] {
    background-color: rgba(255, 255, 255, 0.1);
}

.bground-pico[b-jctsiws3yw] {
    background-color: #113030;
}

.bground-greener[b-jctsiws3yw] {
    background-color: #203434;
}

.bground-talkpool[b-jctsiws3yw] {
    background-color: #2c394c;
}

.top-row[b-jctsiws3yw] {
    height: 3.5rem;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-color: #001618;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    text-align: center;
    margin-top: 20px;
}

.box-row[b-jctsiws3yw] {
    border: solid;
    border-color: transparent;
    border-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 15px;
    text-align: center;
}

.top-header[b-jctsiws3yw] {
    height: 8vh;
    color: white;
    width: 100%;
    display: flex;
}

.center[b-jctsiws3yw] {
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    /*width: 250px;*/
    flex-grow: 4;
}

.side[b-jctsiws3yw] {
    /*width: 100%;*/
    flex-grow: 2;
    margin-top: 20px;
}

.right[b-jctsiws3yw] {
    /*width: 100%;*/
    flex-grow: 2;
}

div .center[b-jctsiws3yw]  a {
    color: white;
    text-decoration: none;
    font-weight: 400;
}


.navbar-brand2[b-jctsiws3yw] {
    font-size: 1.1rem;
    color: white;
    text-transform: uppercase;
}

.oi[b-jctsiws3yw] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}
/*#region card-List Greener */

.card-list-greener[b-jctsiws3yw] {
    overflow-y: scroll;
    height: 92vh;
}

    .card-list-greener[b-jctsiws3yw]::-webkit-scrollbar {
        width: 12px; /* width of the entire scrollbar */
    }

    .card-list-greener[b-jctsiws3yw]::-webkit-scrollbar-track {
        background: #6c7676; /* color of the tracking area */
    }

    .card-list-greener[b-jctsiws3yw]::-webkit-scrollbar-thumb {
        background-color: #203434; /* color of the scroll thumb */
        border: 3px solid #203434; /* creates padding around scroll thumb */
    }

    /*#endregion */

/*#region card-List Pico */

.card-list-pico[b-jctsiws3yw] {
    overflow-y: scroll;
    height: 92vh;
}

    .card-list-pico[b-jctsiws3yw]::-webkit-scrollbar {
        width: 12px; /* width of the entire scrollbar */
    }

    .card-list-pico[b-jctsiws3yw]::-webkit-scrollbar-track {
        background: #6c7676; /* color of the tracking area */
    }

    .card-list-pico[b-jctsiws3yw]::-webkit-scrollbar-thumb {
        background-color: #113030; /* color of the scroll thumb */
        /*border-radius: 20px;*/ /* roundness of the scroll thumb */
        border: 3px solid #113030; /* creates padding around scroll thumb */
    }

    /*#endregion */

/*#region card-List Talkpool */

.card-list-talkpool[b-jctsiws3yw] {
    overflow-y: scroll;
    height: 92vh;
}

    .card-list-talkpool[b-jctsiws3yw]::-webkit-scrollbar {
        width: 12px; /* width of the entire scrollbar */
    }

    .card-list-talkpool[b-jctsiws3yw]::-webkit-scrollbar-track {
        background: #6c7676; /* color of the tracking area */
    }

    .card-list-talkpool[b-jctsiws3yw]::-webkit-scrollbar-thumb {
        background-color: #2c394c; /* color of the scroll thumb */
        /*border-radius: 20px;*/ /* roundness of the scroll thumb */
        border: 3px solid #2c394c; /* creates padding around scroll thumb */
    }

    /*#endregion */
/*#region NAV ITEM */


.nav-item[b-jctsiws3yw] {
    font-size: 0.8rem;
    padding-bottom: 0.5rem;
    word-wrap: break-word;
    color: white;
    cursor: pointer;
}

    .nav-item:first-of-type[b-jctsiws3yw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jctsiws3yw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jctsiws3yw]  a {
        color: #d7d7d7;
        border-radius: 4px;
        /*height: 3rem;*/
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-jctsiws3yw]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-jctsiws3yw]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }


/*#endregion */

.alarm[b-jctsiws3yw] {
    color: white;
    height: 30px;
    width: 30px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 2.5em;
    margin-left: 7px;
}


@media (min-width: 600px) {
    .navbar-toggler[b-jctsiws3yw] {
        display: none;
    }

    .sidebar-content[b-jctsiws3yw] {
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
        margin-left: 20px;
    }

    .sidebar-content-right[b-jctsiws3yw] {
        width: 400px;
        height: 100vh;
        position: sticky;
        top: 0;
        margin-right: 20px;
    }

    .nav-icon[b-jctsiws3yw] {
        height: 30px;
        width: 30px;
        display: block;
    }

    .collapse[b-jctsiws3yw] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Pages/NavigationCategoryList.razor.rz.scp.css */

/*#region NAV ITEM */


.nav-item[b-rny39zqo9p] {
    font-size: 0.8rem;
    padding-bottom: 0.5rem;
    word-wrap: break-word;
    color: white;
    cursor: pointer;
}

    .nav-item:first-of-type[b-rny39zqo9p] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rny39zqo9p] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rny39zqo9p]  a {
        color: #d7d7d7;
        border-radius: 4px;
        /*height: 3rem;*/
        display: flex;
        align-items: center;
        line-height: 1rem;
    }

        .nav-item[b-rny39zqo9p]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-rny39zqo9p]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }


/*#endregion */

.alarm[b-rny39zqo9p] {
    color: white;
    height: 25px;
    width: 25px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 2.1em;
    margin-left: 7px;
}
/* /Pages/NotificationAlarmManager.razor.rz.scp.css */
.alarm-content-row[b-2m8i0lmtg4] {
    display: flex;
    color: white;
    cursor: pointer;
}

    .alarm-content-row .alarm-icon-panel[b-2m8i0lmtg4] {
        vertical-align: middle;
        justify-content: center;
        align-items: center;
        margin-block: auto;
    }

.alarm-icon[b-2m8i0lmtg4] {
    height: 100px;
    width: 100px;
    display: block;
}


.alarm-typeDetails[b-2m8i0lmtg4] {
    text-align: center;
    font-weight: 400;
    color: white;
    font-size: medium;
}

.alarm-filter[b-2m8i0lmtg4] {
    cursor: pointer;
    height: 25px;
    float: right;
    margin-right: 10px;
    vertical-align: middle;
}

.top-row-greener[b-2m8i0lmtg4] {
    height: 2rem;
    background-color: #203434;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-color: #031f1d;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    margin-top: 23px;
}

.top-row-pico[b-2m8i0lmtg4] {
    height: 2rem;
    background-color: #113030;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-color: #001618;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    margin-top: 23px;
}

.top-row-talkpool[b-2m8i0lmtg4] {
    height: 2rem;
    background-color: #2c394c;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-color: #122439;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    margin-top: 23px;
}

.navbar-brand2[b-2m8i0lmtg4] {
    font-size: 1.1rem;
    color: white;
    text-transform: uppercase;
}

.dropdown[b-2m8i0lmtg4] {
    position: relative;
}

input[b-2m8i0lmtg4] {
    width: 20px;
    height: 20px;
}

/*#region dropdown greener*/

.dropdown:hover .dropbtn-greener[b-2m8i0lmtg4] {
    background-color: #345a5a;
}

.dropbtn-greener[b-2m8i0lmtg4] {
    border: none;
    height: 25px;
}

.dropdown-content-greener[b-2m8i0lmtg4] {
    display: none;
    position: absolute;
    background-color: #345a5a;
    min-width: 150px;
    height: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    float: right;
    right: 0;
    margin-top: 5px;
    margin-left: 10px;
}

    .dropdown-content-greener a[b-2m8i0lmtg4] {
        color: black;
        padding: 12px 25px;
        text-decoration: none;
        display: block;
    }

.dropdown:hover .dropdown-content-greener[b-2m8i0lmtg4] {
    display: block;
}

/*#endregion*/

/*#region dropdown pico*/

.dropdown:hover .dropbtn-pico[b-2m8i0lmtg4] {
    background-color: #345a5a;
}

.dropbtn-pico[b-2m8i0lmtg4] {
    border: none;
    height: 25px;
}

.dropdown-content-pico[b-2m8i0lmtg4] {
    display: none;
    position: absolute;
    background-color: #345a5a;
    min-width: 150px;
    height: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    float: right;
    right: 0;
    margin-top: 5px;
    margin-left: 10px;
}

    .dropdown-content-pico a[b-2m8i0lmtg4] {
        color: black;
        padding: 12px 25px;
        text-decoration: none;
        display: block;
    }

.dropdown:hover .dropdown-content-pico[b-2m8i0lmtg4] {
    display: block;
}

/*#endregion*/

/*#region dropdown talkpool*/

.dropdown:hover .dropbtn-talkpool[b-2m8i0lmtg4] {
    background-color: #2c394c;
}

.dropbtn-talkpool[b-2m8i0lmtg4] {
    border: none;
    height: 25px;
}

.dropdown-content-talkpool[b-2m8i0lmtg4] {
    display: none;
    position: absolute;
    background-color: #2c394c;
    min-width: 150px;
    height: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    float: right;
    right: 0;
    margin-top: 5px;
    margin-left: 10px;
}

    .dropdown-content-talkpool a[b-2m8i0lmtg4] {
        color: black;
        padding: 12px 25px;
        text-decoration: none;
        display: block;
    }

.dropdown:hover .dropdown-content-talkpool[b-2m8i0lmtg4] {
    display: block;
}

/*#endregion*/

/*.alarm-level-font-normal {
    color: green;
}*/

/*.alarm-level-font-warning {
    color: yellow;
}

.alarm-level-font-alert {
    color: red;
}*/

.btnprimary[b-2m8i0lmtg4] {
    color: #fff;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 6px;
    background-color: transparent;
    border-width: 0px;
}

.btnprimary-greener[b-2m8i0lmtg4] {
    color: #fff;
    height: 30px;
    border-radius: 6px;
    background-color: #031f1d;
    border-width: 0px;
}

.btnprimary-pico[b-2m8i0lmtg4] {
    color: #fff;
    height: 30px;
    border-radius: 6px;
    background-color: #001618;
    border-width: 0px;
}

.btnprimary-talkpool[b-2m8i0lmtg4] {
    color: #fff;
    height: 30px;
    border-radius: 6px;
    background-color: #122439;
    border-width: 0px;
}

.box-row-greener[b-2m8i0lmtg4]  {
    background-color: #203434; /* greener*/
    border: solid;
    border-color: transparent;
    border-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 15px;
    text-align: center;
}

.box-row-pico[b-2m8i0lmtg4]  {
    background-color: #113030; /* pico*/
    border: solid;
    border-color: transparent;
    border-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 15px;
    text-align: center;
}

.box-row-talkpool[b-2m8i0lmtg4]  {
    background-color: #2c394c; /* talkpool*/
    border: solid;
    border-color: transparent;
    border-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 15px;
    text-align: center;
}

.alarm-box-row-greener[b-2m8i0lmtg4] {
    overflow-y: scroll;
    max-height: calc(97vh - 554px);
    /*margin-bottom: 10px;*/
}

.alarm-box-row-pico[b-2m8i0lmtg4] {
    overflow-y: scroll;
    max-height: calc(97vh - 554px);
    /*margin-bottom: 10px;*/
}

.alarm-box-row-talkpool[b-2m8i0lmtg4] {
    overflow-y: scroll;
    max-height: calc(97vh - 554px);
    /*margin-bottom: 10px;*/
}

.alarm-box-row-greener[b-2m8i0lmtg4]::-webkit-scrollbar {
    width: 12px; /* width of the entire scrollbar */
}

.alarm-box-row-pico[b-2m8i0lmtg4]::-webkit-scrollbar {
    width: 12px; /* width of the entire scrollbar */
}

.alarm-box-row-talkpool[b-2m8i0lmtg4]::-webkit-scrollbar {
    width: 12px; /* width of the entire scrollbar */
}

.alarm-box-row-greener[b-2m8i0lmtg4]::-webkit-scrollbar-track {
    background: #6c7676; /* color of the tracking area */
}

.alarm-box-row-pico[b-2m8i0lmtg4]::-webkit-scrollbar-track {
    background: #6c7676; /* color of the tracking area */
}

.alarm-box-row-talkpool[b-2m8i0lmtg4]::-webkit-scrollbar-track {
    background: #6c7676; /* color of the tracking area */
}

.alarm-box-row-greener[b-2m8i0lmtg4]::-webkit-scrollbar-thumb {
    background-color: #203434; /* greener - color of the scroll thumb */
    border: 3px solid #203434;
}

.alarm-box-row-pico[b-2m8i0lmtg4]::-webkit-scrollbar-thumb {
    background-color: #113030; /* pico - color of the scroll thumb */
    border: 3px solid #113030; /* pico - creates padding around scroll thumb */
}

.alarm-box-row-talkpool[b-2m8i0lmtg4]::-webkit-scrollbar-thumb {
    background-color: #2c394c; /* talkpool -color of the scroll thumb */
    border: 3px solid #2c394c; /* talkpool - creates padding around scroll thumb */
}

.alarm-content-row .alarm-content-text[b-2m8i0lmtg4] {
    margin-left: 10px;
    padding: 8px 0;
    text-align: left;
}

hr[b-2m8i0lmtg4] {
    border-top: 1px solid #001618;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.alarm-type[b-2m8i0lmtg4] {
    font-weight: 400;
}

.unonim-view[b-2m8i0lmtg4] {
    filter: blur(3px);
}
.unonim-view-off[b-2m8i0lmtg4] {
}

.alarm-position[b-2m8i0lmtg4] {
    color: gray;
    font-size: smaller;
}

.alarm-date[b-2m8i0lmtg4] {
    color: gray;
    font-size: small;
}

.alarm-value[b-2m8i0lmtg4] {
    font-weight: 400;
    font-size: medium;
}

.alarm-value-unit[b-2m8i0lmtg4] {
    font-size: small;
}

.physicaldevice-data[b-2m8i0lmtg4] {
    display: flex;
    max-width: 340px;
    flex-wrap: wrap;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
}

.physicaldevice-icon[b-2m8i0lmtg4] {
    width: 60px;
    padding-bottom: 5px;
}

.physicaldevice-icon-image[b-2m8i0lmtg4] {
    /*height: 60px;*/
    width: 60px;
    display: block;
}

.physicaldevice-value[b-2m8i0lmtg4] {
    font-size: medium;
    width: 80px;
    margin-left: 5px;
    text-align:left
}

.physicaldevice-value-unit[b-2m8i0lmtg4] {
    font-size: small;
    color: gray;
}

.physicaldevice-info-header[b-2m8i0lmtg4] {
    color: gray;
    font-size: small;
}

.unonim-view[b-2m8i0lmtg4] {
    filter: blur(3px);
}
.unonim-view-off[b-2m8i0lmtg4] {
}

.physicaldevice-info[b-2m8i0lmtg4] {
    color: white;
    font-size: medium;
}

/*@media (max-height: 1200px) {
    .alarm-box-row-greener {
        max-height: 47vh;
    }

    .alarm-box-row-pico {
        max-height: 47vh;
    }

    .alarm-box-row-talkpool {
        max-height: 47vh;
    }
}*/
/* /Pages/SensorCardList.razor.rz.scp.css */
.bk-pico[b-751kv3a2jr] {
    background: #001618;
}

.bk-talkpool[b-751kv3a2jr] {
    background: #122439;
}

.bk-greener[b-751kv3a2jr] {
    background: #031f1d;
}

.unonim-view[b-751kv3a2jr] {
    filter: blur(3px);
}
.unonim-view-off[b-751kv3a2jr] {
}

.card-location-list[b-751kv3a2jr] {
    display: flex;
    flex-wrap: wrap;
    height: 90%;
}

.bground-pico[b-751kv3a2jr] {
    background-color: #113030;
}

.bground-greener[b-751kv3a2jr] {
    background-color: #203434;
}

.bground-talkpool[b-751kv3a2jr] {
    background-color: #2c394c;
}

.pseudover[b-751kv3a2jr] {
    position: relative;
    display: inline-block;
}

.card-location-item[b-751kv3a2jr] {
    position: relative;
    border: solid;
    border-color: transparent;
    border-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 300px;
    height: 400px;
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

div.absolute[b-751kv3a2jr] {
    align-content: center;
    position: absolute;
    width: 100%;
    bottom: 5px;
}

.grid-container-right[b-751kv3a2jr] {
    margin-right: 10px;
    float: right;
    display: grid;
    grid-template-columns: 70px 30px;
    grid-gap: 1px;
}

.grid-container-left[b-751kv3a2jr] {
    margin-left: 10px;
    float: left;
    display: grid;
    grid-template-columns: 70px 30px;
    grid-gap: 1px;
}

.grid-container-right > div[b-751kv3a2jr] {
    padding: 0px 0px 0px 0px;
}

.grid-container-left > div[b-751kv3a2jr] {
    padding: 0px 0px 0px 0px;
}

.item1[b-751kv3a2jr] {
    float: right;
    width: 70px;
    grid-row: 1 / span 2;
}

.item2[b-751kv3a2jr] {
    float: left;
    width: auto;
    grid-row: 1 / span 1;
    font-size: 12px;
    color: gray;
    text-align: start;
    align-self: flex-end;
}

.item3[b-751kv3a2jr] {
    float: left;
    width: auto;
    grid-row: 2 / span 1;
    text-align: start;
    font-size: 12px;
    font-weight: bold;
}
/*
.alarm-normal {
    color: green;
}

.alarm-warning {
    color: yellow;
}

.alarm-alert {
    color: red;
}*/

.scrolview[b-751kv3a2jr] {
    width: 100%;
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto; /* Add the ability to scroll */
}

    .scrolview[b-751kv3a2jr]::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    .scrolview[b-751kv3a2jr]::-webkit-scrollbar-thumb {
        background: #B3AFB3;
        border-radius: 3px;
    }

.active[b-751kv3a2jr] {
    border-color: white !important;
}

.switchTemplate[b-751kv3a2jr] {
    height: 5px;
    width: 50%;
    float: left;
}
.noEvent[b-751kv3a2jr] {
    width: 50%;
    margin: auto;
    margin-top: 30px;
    font-size: 15px;
    text-align: center;
}
.eventGroup[b-751kv3a2jr] {
    width: 280px;
    margin: 15px 15px 15px 15px;
    font-size: 13px;
}
.eventItem[b-751kv3a2jr] {
    float: left;
    margin-right: 15px;
}

.showAlarmList[b-751kv3a2jr] {
    display: block;
}

.activeSwitch-pico[b-751kv3a2jr] {
    background-color: #001618;
}
.activeSwitch-greener[b-751kv3a2jr] {
    background-color: #54f054;
}
.passiveSwitch[b-751kv3a2jr] {
    background-color: #cedece;
}

.showEventList[b-751kv3a2jr] {
    display: none;
}

.styleType-Ok[b-751kv3a2jr] {
    color: white;
    font-size: 13px;
    float: left;
    margin-left: 5px;
}

.styleType-NotUpdated[b-751kv3a2jr] {
    font-size: 13px;
    font-weight: bold;
    color: #e63412;
    float: left;
    margin-left: 5px;
}

.ageType-Ok[b-751kv3a2jr] {
}

.ageType-NotUpdated[b-751kv3a2jr] {
    /* opacity: 0.2; */
    background-image: repeating-linear-gradient(45deg, gold 0%, gold 12%, gold 0%, black 12%,black 24%);
    height: 100%;
}

.sensor-name[b-751kv3a2jr] {
    font-size: 13px;
    font-weight: normal;
}

.card-location-item .itemheader[b-751kv3a2jr] {
    height: 20px;
    background-color: #ffffff;
}

.card-location-item .text-content[b-751kv3a2jr] {
    font-weight: normal;
    height: 60px;
    margin: 5px 5px 5px 10px;
}

.card-location-item .alarm-content[b-751kv3a2jr] {
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.card-location-item .alarm-content-row[b-751kv3a2jr] {
    margin-top: 5px;
    display: flex;
    line-height: 1.8em;
}

.card-location-item .alarm-content-text[b-751kv3a2jr] {
    margin-left: 15px;
    letter-spacing: 1px;
    font-stretch: expanded
}

.card-location-item .alarm-content-icon[b-751kv3a2jr] {
    color: white;
    height: 25px;
    width: 25px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    /*line-height: 2.0em;*/
    margin-left: 4px;
}

.location-name[b-751kv3a2jr] {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    color: grey;
}

.card-location-item .lora-data-content[b-751kv3a2jr] {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.card-location-item .lora-data-row[b-751kv3a2jr] {
    margin-top: 5px;
    display: flex;
    line-height: 2.0em;
}

.card-location-item .lora-data-text-content[b-751kv3a2jr] {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.card-location-item .lora-data-name[b-751kv3a2jr] {
    margin-left: 5px;
    /*letter-spacing: 1px;
    font-stretch: expanded;*/
    font-size: 14px;
}

.card-location-item .lora-data-value[b-751kv3a2jr] {
    margin-left: 5px;
    /* letter-spacing: 1px;
    font-stretch: expanded;*/
    font-size: 17px;
}

.card-location-item .lora-data-unit[b-751kv3a2jr] {
    margin-left: 1px;
    margin-right: 5px;
    letter-spacing: 1px;
    font-stretch: expanded;
    font-size: 12px;
}

/*#region PopUp*/

.black_overlayblock[b-751kv3a2jr] {
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.black_overlay[b-751kv3a2jr] {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_contentblock[b-751kv3a2jr] {
    display: block;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    padding: 10px;
    padding-bottom: 10px;
    border: 2px solid white;
    color: white;
    border-radius: 10px;
    z-index: 1002;
    overflow: auto;
}

.white_content[b-751kv3a2jr] {
    display: none;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    padding: 10px;
    padding-bottom: 10px;
    border: 2px solid white;
    color: white;
    border-radius: 10px;
    z-index: 1002;
    overflow: auto;
}

.thumbs[b-751kv3a2jr] {
    margin-top: 30px;
    text-align: center;
}

    .thumbs div[b-751kv3a2jr] {
        margin-top: 10px;
        margin-left: 40px;
        vertical-align: top;
        display: inline-block;
    }

/*#region*/

.lines[b-751kv3a2jr] {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 5px;
}

.linetitle[b-751kv3a2jr] {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    float: left;
    width: auto;
    white-space: nowrap;
}

.box-rowshort[b-751kv3a2jr] {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    float: left;
    height: 3px;
    width: 50px;
}

.box-rowlong[b-751kv3a2jr] {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    height: 3px;
    width: 100%;
}
/* /Pages/SensorList.razor.rz.scp.css */

/*#region NAV ITEM */


.nav-item[b-hwexqmfr1z] {
    font-size: 0.8rem;
    padding-bottom: 0.5rem;
    word-wrap: break-word;
    color: white;
    cursor: pointer;
}

.unonim-view[b-hwexqmfr1z] {
    filter: blur(3px);
}
.unonim-view-off[b-hwexqmfr1z] {
}
    .nav-item:first-of-type[b-hwexqmfr1z] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hwexqmfr1z] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hwexqmfr1z]  a {
        color: #d7d7d7;
        border-radius: 4px;
        /*height: 3rem;*/
        display: flex;
        align-items: center;
        line-height: 1rem;
    }

        .nav-item[b-hwexqmfr1z]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-hwexqmfr1z]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }


/*#endregion */

.alarm[b-hwexqmfr1z] {
    color: white;
    height: 25px;
    width: 25px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 2.1em;
    margin-left: 7px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-nvgt5djui3] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #001618;
}

.main[b-nvgt5djui3] {
    flex: 1;
}

.sidebar[b-nvgt5djui3] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, rgb(32, 52, 52) 0%, #113030 70%);
}

.top-row[b-nvgt5djui3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-nvgt5djui3]  a, .top-row .btn-link[b-nvgt5djui3] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-nvgt5djui3] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-nvgt5djui3] {
        display: none;
    }

    .top-row.auth[b-nvgt5djui3] {
        justify-content: space-between;
    }

    .top-row a[b-nvgt5djui3], .top-row .btn-link[b-nvgt5djui3] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nvgt5djui3] {
        flex-direction: row;
    }

    .sidebar[b-nvgt5djui3] {
        width: 250px;
        height: 100vh;
        top: 0;
        overflow: scroll;
        position: sticky;
    }

    .top-row[b-nvgt5djui3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-nvgt5djui3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rdomj239xj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-rdomj239xj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand2[b-rdomj239xj] {
    font-size: 1.1rem;
    text-transform: uppercase;
}

.nav-icon[b-rdomj239xj] {
    display: none;
}

.oi[b-rdomj239xj] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-rdomj239xj] {
    font-size: 0.8rem;
    padding-bottom: 0.5rem;
    word-wrap: break-word;
    color: white;
    cursor: pointer;
}

    .nav-item:first-of-type[b-rdomj239xj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rdomj239xj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rdomj239xj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        /*height: 3rem;*/
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-rdomj239xj]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-rdomj239xj]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-rdomj239xj] {
        display: none;
    }

    .nav-icon[b-rdomj239xj] {
        height: 30px;
        width: 30px;
        display: block;
    }

    .collapse[b-rdomj239xj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
