/* _content/GotDashboard/Pages/AssignFilesPage.razor.rz.scp.css */
.dropArea[b-pih48pd0ww] {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    background-color: white;
    font-size: 1.0rem;
    cursor: pointer;
    position: relative;
    max-height: 150px;
    width: 100%;
}

    .dropArea:hover[b-pih48pd0ww] {
        background-color: rgba(51, 190, 173, 0.15);
        color: black;
    }

    .dropArea input[type=file][b-pih48pd0ww] {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.dropAreaDrug[b-pih48pd0ww] {
    background-color: white;
}

/*.ramme {
    border: solid thin #00859d;
    border-radius: 5px;
    padding: 5px;
}*/
/* _content/GotDashboard/Pages/DashboardPage.Razor.rz.scp.css */
.containerDash[b-0gy5zaike8] {
    width: 250px;
    /*max-width: 650px;*/
    height: 300px;
    background-color: white;
    border-radius: 5px;
    border: thin solid gray;
    padding: 5px;
    z-index: 200;
    float: left;
    overflow: hidden;
    box-shadow: 3px 3px 5px rgba(128, 128, 128, 0.2);
    margin-left: 7px;
    margin-bottom: 7px;
}

.div1[b-0gy5zaike8] {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 2rem;
    text-align: center;
    line-height: 300px;
    background: rgba(255, 255, 255, 0.66);
    color: #00829a;
}

.div2[b-0gy5zaike8] {
    position: relative;
    top: -300px;
    z-index: 1;
}
/* _content/GotDashboard/Shared/IndexLayout.razor.rz.scp.css */
.page[b-dpniyuvs8h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dpniyuvs8h] {
    flex: 1;
}

.sidebar[b-dpniyuvs8h] {
    background: transparent;
}

.top-row[b-dpniyuvs8h] {
    background-color: rgba(51, 190, 173, 0.15);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: black;
}

    .top-row[b-dpniyuvs8h]  a, .top-row .btn-link[b-dpniyuvs8h] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-dpniyuvs8h] {
        overflow: hidden;
        text-overflow: ellipsis;
    }



@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-dpniyuvs8h] {
        display: none;
    }

    .top-row.auth[b-dpniyuvs8h] {
        justify-content: space-between;
    }

    .top-row a[b-dpniyuvs8h], .top-row .btn-link[b-dpniyuvs8h] {
        margin-left: 0;
    }
/*
    .WelcomeText {
        text-align: center;
        top: 30vh;
        position: relative;
        font-size: 1.3rem;
    }*/
}

@media (min-width: 641px) {
    .page[b-dpniyuvs8h] {
        flex-direction: row;
    }

    .sidebar[b-dpniyuvs8h] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dpniyuvs8h] {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: rgba(51, 190, 173, 0.15);
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
        height: 3.5rem;
        display: flex;
        align-items: center;
        color: black;
    }

    .top-row[b-dpniyuvs8h], article[b-dpniyuvs8h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .banner[b-dpniyuvs8h] {
        background: url('../images/GOTRigg_O19.png') center center no-repeat;
        background-size: cover;
        height: calc(100% - 57px);
        overflow: hidden;
    }


}
/* _content/GotDashboard/Shared/MainLayout.razor.rz.scp.css */
.page[b-if0vy3qfns] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-if0vy3qfns] {
    flex: 1;
}

.sidebar[b-if0vy3qfns] {
    background: transparent;
}

.top-row[b-if0vy3qfns] {
    background-color: rgba(51, 190, 173, 0.15);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: black;
}

    .top-row[b-if0vy3qfns]  a, .top-row .btn-link[b-if0vy3qfns] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-if0vy3qfns] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-if0vy3qfns] {
        display: none;
    }

    .top-row.auth[b-if0vy3qfns] {
        justify-content: space-between;
    }

    .top-row a[b-if0vy3qfns], .top-row .btn-link[b-if0vy3qfns] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-if0vy3qfns] {
        flex-direction: row;
    }

    .sidebar[b-if0vy3qfns] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-if0vy3qfns] {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: rgba(51, 190, 173, 0.15);
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
        height: 3.5rem;
        display: flex;
        align-items: center;
        color: black;
    }

    .top-row[b-if0vy3qfns], article[b-if0vy3qfns] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/GotDashboard/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dybjna6s24] {
    background-color: #00859d; /*rgba(51, 190, 173, 1.0);*/
}

.top-row[b-dybjna6s24] {
    height: 3.5rem;
    background-color: rgba(51, 190, 173, 0.15);
}

.navbar-brand[b-dybjna6s24] {
    font-size: 1.1rem;
}

.oi[b-dybjna6s24] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
    color: #00859d;
}

.nav-item[b-dybjna6s24] {
    font-size: 1.0rem;
    padding-bottom: 0.5rem;
    color: black;
}

    .nav-item:first-of-type[b-dybjna6s24] {
        padding-top: 5px;
    }

    .nav-item:last-of-type[b-dybjna6s24] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dybjna6s24]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        color: darkgray;
    }

.nav-item[b-dybjna6s24]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: black;
    font-weight: bold;
}

.nav-item[b-dybjna6s24]  a:hover {
    background-color: rgba(255,255,255,0.2);
    color: black;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dybjna6s24] {
        display: none;
    }

    .collapse[b-dybjna6s24] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
