/* /Pages/Index.razor.rz.scp.css */
#crossfade[b-mhga6fh027] {
    position: relative;
    height: 100%;
    width: 100%;
}

    #crossfade img[b-mhga6fh027] {
        position: fixed;
        left: 0;
        top: 0;
        /*opacity: 0;*/
        height: 100%;
        width: 100%;
        object-fit: cover;
        -webkit-transition: opacity 5s ease-in-out;
        -moz-transition: opacity 5s ease-in-out;
        -o-transition: opacity 5s ease-in-out;
        -ms-transition: opacity 5s ease-in-out;
        transition: opacity 5s ease-in-out;
    }

        #crossfade img.hidden[b-mhga6fh027] {
            opacity: 0;
        }
        #crossfade img.visible[b-mhga6fh027] {
            opacity: 1;
        }
        #crossfade img.front[b-mhga6fh027] {
            z-index: 1;
        }

        #crossfade img.back[b-mhga6fh027] {
            z-index: 0;
        }

.middle[b-mhga6fh027] {
    position: absolute;
    top: 150%;
    left: 50%;
    text-align: center;
    z-index: 10;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 3px 10px;
    border-radius: 5px;
    transform: translate(-50%, 0);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.comingsoon[b-mhga6fh027] {
    color: white;
    font-weight: bolder;
    font-size: xx-large;
    font-size: 4.2em;
    /*text-shadow: 0px 0px 40px #000;*/
}
/* /Pages/JunctionSafety.razor.rz.scp.css */
.toolbarr[b-apjf25oho5] {
    list-style: none;
    clear: both;
    padding: 0;
    margin: 0;
    display: block;
}

    .toolbarr li[b-apjf25oho5] {
        padding: 4px;
        margin: 0;
        width: 32px;
        height: 32px;
        max-height: 32px;
        max-width: 32px;
        border: 1px solid #959595;
        border-radius: 3px;
        display: inline-block !important;
        cursor: pointer;
    }


.icon-open[b-apjf25oho5] {
    background-image: url('images/folder.png');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
}

.icon-find[b-apjf25oho5] {
    background-image: url('images/find.png');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
}

.icon-save[b-apjf25oho5] {
    background-image: url('images/download.png');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
}

.icon-load[b-apjf25oho5] {
    background-image: url('images/upload.png');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
}

.workspace[b-apjf25oho5] {
    opacity: 1;
    background-color: white;
    width: 100%;
    height: 100%;
    clear: both;
}

.clickable[b-apjf25oho5] {
    cursor: pointer;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-2k26zb1rhm] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    justify-content: space-between;
}

    .page.rtl[b-2k26zb1rhm] {
        direction: rtl;
        text-align: right;
    }

    .page.ltr[b-2k26zb1rhm] {
        direction: ltr;
        text-align: left;
    }

.content[b-2k26zb1rhm] {
    position: relative;
    /*    display: flex;
    flex-direction: column;
*/
    display: flex;
    flex-flow: column;
    flex: 1 1 auto;
    overflow-y: auto;
}


.sidebar[b-2k26zb1rhm] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.header[b-2k26zb1rhm] {
    flex: 0 1 auto;
    background-color: rgba(0,0,0,0.5);
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.55);
    z-index: 100 !important;
    height: 3.5rem;
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin: 0;
    padding: 10px;
}

    .header ul[b-2k26zb1rhm] {
        list-style: none;
        margin: 0;
        padding: 0;
        transition: all 0.25s;
    }

        .header ul li[b-2k26zb1rhm] {
            display: inline-block !important;
            margin: 4px;
            padding: 2px;
        }

            .header ul li a[b-2k26zb1rhm] {
                opacity: 0.5;
                text-decoration: none;
                background-color: transparent;
                cursor: pointer;
            }

                .header ul li a:hover[b-2k26zb1rhm] {
                    background-color: rgba(0,0,0,0.1);
                    fill: white;
                    opacity: 1;
                }


.footer[b-2k26zb1rhm] {
    flex: 0 1 44px;
    /*    
    clear: both;
    width: 100%;
    */
    padding: 4px;
    border-top: 1px solid rgba(0,0,0,0.55);
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    z-index: 100000;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

    .footer .soc-lnks[b-2k26zb1rhm] {
        list-style: none;
        margin: 0;
        padding: 0;
        transition: all 0.25s;
    }

        .footer .soc-lnks li[b-2k26zb1rhm] {
            display: inline-block !important;
        }

            .footer .soc-lnks li a[b-2k26zb1rhm] {
                display: inline-block !important;
                opacity: 0.5;
                text-decoration: none;
                background-color: transparent;
                /*                border: 1px solid rgba(0,0,0,0.7);
                border-radius: 3px;*/
                margin: 4px;
                padding: 2px;
            }

                .footer .soc-lnks li a:hover[b-2k26zb1rhm] {
                    background-color: rgba(0,0,0,0.1);
                    /*border-color: transparent;*/
                    fill: white;
                    opacity: 1;
                }
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-kr0fpm3fmj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-kr0fpm3fmj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-kr0fpm3fmj] {
    font-size: 1.1rem;
}

.oi[b-kr0fpm3fmj] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-kr0fpm3fmj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kr0fpm3fmj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kr0fpm3fmj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kr0fpm3fmj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-kr0fpm3fmj]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-kr0fpm3fmj]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-kr0fpm3fmj] {
        display: none;
    }

    .collapse[b-kr0fpm3fmj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
