@import '_content/Farynor.Forms.OpsRisk/Farynor.Forms.OpsRisk.bundle.scp.css';

/* /Forms/FormLayout.razor.rz.scp.css */
.page[b-6cidrb2eb4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6cidrb2eb4] {
    flex: 1;
}

.sidebar[b-6cidrb2eb4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.left-side[b-6cidrb2eb4] {
    position:absolute;
    left: 1.5em;
}

.top-row[b-6cidrb2eb4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 5000;
}

.article[b-6cidrb2eb4] {
    margin-top: 3.5rem;
}

    .top-row[b-6cidrb2eb4]  a, .top-row .btn-link[b-6cidrb2eb4] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-6cidrb2eb4] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6cidrb2eb4] {
        display: none;
    }

    .top-row.auth[b-6cidrb2eb4] {
        justify-content: space-between;
    }

    .top-row a[b-6cidrb2eb4], .top-row .btn-link[b-6cidrb2eb4] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6cidrb2eb4] {
        flex-direction: row;
    }

    .sidebar[b-6cidrb2eb4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6cidrb2eb4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-6cidrb2eb4], article[b-6cidrb2eb4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/ViewForm.razor.rz.scp.css */
.form-toolbar[b-eml834c968] {
    width: 100%;
    background-color: #f6f6f6;
    height: 4vh;
    position: relative;
    line-height: 10px;
    border-bottom: inset;
    border-bottom-width: 1px;
    padding: 3px 8px;
    color: #656565;
}

span.buttons-bar[b-eml834c968] {
    float: right;
    margin-right: 25px;
}
/* /Shared/Loading.Razor.rz.scp.css */

.loading-section-box[b-kcs9791fa7] {
    position: fixed;
    top: 10%;
    left: 40%;
    padding: 5%;
    height: 25%;
    z-index: 9999;
    background-color: white;
    border: 3px solid black;
}

.loading-section[b-kcs9791fa7] {
    text-align: center;
    height: 80vh;
    justify-content: center;
}

.loading-disable-page[b-kcs9791fa7] {
    z-index: 999;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    color: #aaa;
    opacity: .4;
    filter: alpha(opacity=50);
}

.loading-section h2[b-kcs9791fa7] {
    color: #0f19db;
}

.loader-dot[b-kcs9791fa7] {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #0f19db;
    display: inline-block;
    -webkit-animation: grow 2.1s infinite ease-in-out both;
    animation: grow 2.1s infinite ease-in-out both;
}

    .loader-dot.dot1[b-kcs9791fa7] {
        -webkit-animation-delay: -0.96s;
        animation-delay: -0.96s;
    }

    .loader-dot.dot2[b-kcs9791fa7] {
        -webkit-animation-delay: -0.48s;
        animation-delay: -0.48s;
    }

@-webkit-keyframes grow {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-zd8abydqej] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-zd8abydqej] {
    flex: 1;
}

.sidebar[b-zd8abydqej] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zd8abydqej] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zd8abydqej]  a, .top-row .btn-link[b-zd8abydqej] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-zd8abydqej] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-zd8abydqej] {
        display: none;
    }

    .top-row.auth[b-zd8abydqej] {
        justify-content: space-between;
    }

    .top-row a[b-zd8abydqej], .top-row .btn-link[b-zd8abydqej] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zd8abydqej] {
        flex-direction: row;
    }

    .sidebar[b-zd8abydqej] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zd8abydqej] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-zd8abydqej] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


#demo-runner[b-zd8abydqej] {
    height: 600px;
}

.k-drawer-content[b-zd8abydqej] {
    padding: 25px;
    font-size: 18px;
}

.k-drawer-container[b-zd8abydqej] {
    position: relative;
    width: 100%;
    height: 94.2vh;
}

.customsidebar[b-zd8abydqej] {    
    position: relative;
    top: 4vh;       
}

.k-drawer .k-drawer-item[b-zd8abydqej] {
    white-space: nowrap;
    overflow: hidden;  
}

.k-level-1[b-zd8abydqej] {
    padding-left: 20px;
}

.custom-toolbar[b-zd8abydqej] {
    width: 100%;
    background-color: #f6f6f6;
    height: 4vh;
    position: absolute;
    line-height: 10px;
    border-bottom: inset;
    border-bottom-width: 1px;
    padding: 3px 8px;
    color: #656565;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-iob64fox0h] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-iob64fox0h] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-iob64fox0h] {
    font-size: 1.1rem;
}

.oi[b-iob64fox0h] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-iob64fox0h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-iob64fox0h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-iob64fox0h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-iob64fox0h]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-iob64fox0h]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-iob64fox0h]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-iob64fox0h] {
        display: none;
    }

    .collapse[b-iob64fox0h] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
