/* _content/Cenvigo.Hub/Areas/Analysis/Pages/Overview.razor.rz.scp.css */
.modal-backdrop[b-n884po2sks] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000af;
}

.fullscreen-mode[b-n884po2sks] {
    position: absolute;
    top: 0;
    /*bottom: 0;*/
    left: 0;
    /*right: 0;*/
    z-index: 99;
    width: calc(100vw-1em);
    height: 100vh;
    background-color: white;
    padding: 1.5rem;
}

.fullscreen-button[b-n884po2sks] {
    width: 2.75rem;
    height: 2rem;
}
/* _content/Cenvigo.Hub/Areas/Management/Pages/DeviceEdit.razor.rz.scp.css */
.modal-backdrop[b-6yy99d6ofn] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000af;
}
.modal-container[b-6yy99d6ofn] {
    border-radius: 0.5rem;
    padding: 1.5rem;
}
.modal-controls[b-6yy99d6ofn] {
    display: flex;
    justify-content: space-between;
}
/* _content/Cenvigo.Hub/Components/Chart/WeekChart.razor.rz.scp.css */
.loading-container[b-cewsaovjuy]
{
    width: 100%;
    height: 30vw;
}
/* _content/Cenvigo.Hub/Components/LiveChart/LiveChart.razor.rz.scp.css */
.svg-graph-container[b-wn22k6jh58] {
    display: inline-block;
    position: relative;
    width: 100%;
    /*padding-bottom: 36%;*/
    vertical-align: middle;
    overflow: hidden;
}

.svg-content[b-wn22k6jh58] {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
/* _content/Cenvigo.Hub/Components/MainLayout.razor.rz.scp.css */
.page[b-07bwerbgjq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-07bwerbgjq] {
    flex: 1;
}

.sidebar[b-07bwerbgjq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

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

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

@media (min-width: 641px) {
    .sidebar[b-07bwerbgjq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

    .top-row[b-07bwerbgjq], article[b-07bwerbgjq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Cenvigo.Hub/Components/NavMenu.razor.rz.scp.css */

.blazor-navbar[b-yjvvv31erq] {
    background-color: rgb(33, 37, 41);
}

.navbar-brand[b-yjvvv31erq] {
    font-size: 1.1rem;
}

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

.nav-item[b-yjvvv31erq] {
    font-size: 0.9rem;
    min-width: 10rem;
    max-width: 15rem;
}

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

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

.nav-item[b-yjvvv31erq]  a {
    background-color: rgba(255,255,255,0.1);
    color: #c1c1c1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 2.2rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-yjvvv31erq]  a.active {
    background-color: rgb(255,255,255);
    color: #212529;
}

.nav-item[b-yjvvv31erq]  a:hover {
    background-color: rgba(255,255,255,0.25);
    color: #c1c1c1;
}

/* _content/Cenvigo.Hub/Components/OverviewCard.razor.rz.scp.css */
.w-24r[b-h375oafs3c] {
    width: 24rem;
}

.w-16r[b-h375oafs3c] {
    width: 16rem;
}

.card-font-size-sm[b-h375oafs3c] {
    font-size: 12px;
}

.card-font-size-lg[b-h375oafs3c] {
    font-size: 16px;
}

.object-contain[b-h375oafs3c] {
    object-fit: contain;
}

.cursor-pointer[b-h375oafs3c] {
    cursor: pointer;
}

.card-border[b-h375oafs3c] {
    border-style: solid;
}
/* _content/Cenvigo.Hub/Components/OverviewModal.razor.rz.scp.css */
.modal-backdrop[b-q5pg7ikp4g] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000af;
}
.modal-container[b-q5pg7ikp4g] {
    min-width: calc(100vw - 6rem);
    min-height: calc(100vh - 6rem);
    border-radius: 0.5rem;
    padding: 0.75rem;
}
.modal-controls[b-q5pg7ikp4g] {
    position: fixed;
    top: 3rem;
    bottom: 3rem;
    left: 3rem;
    right: 3rem;
    display: flex;
    justify-content: space-between;
    min-width: calc(100vw - 6rem);
    min-height: calc(100vh - 6rem);
}
.modal-button[b-q5pg7ikp4g] {
    min-height: calc(100vh - 6rem);
    width: 15vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
    background-color: #ffffff5c;
    opacity: 0; /*Make the navigation invisible by default*/
}
.modal-controls > div:hover[b-q5pg7ikp4g] { /*Make navigation visible on hover*/
    opacity: 0.8;
}
.modal-button-l[b-q5pg7ikp4g] {
    border-radius: 0.5rem 0 0 0.5rem;
}
.modal-button-r[b-q5pg7ikp4g] {
    border-radius: 0 0.5rem 0.5rem 0;
}
.modal-button span[b-q5pg7ikp4g] { /*Navigation Arrow*/
    font-size: 4rem;
    text-align: center;
    display: inline;
}
/* _content/Cenvigo.Hub/Pages/Setup/Setup.cshtml.rz.scp.css */
.svg-graph-container[b-be16qiqvvp] {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-top: 8px;
}

.svg-content[b-be16qiqvvp] {
    display: inline-block;
}

.modal-backdrop[b-be16qiqvvp] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000af;
}

.modal-container[b-be16qiqvvp] {
    min-width: calc(100vw - 6rem);
    min-height: calc(100vh - 6rem);
    border-radius: 0.5rem;
    padding: 0.75rem;
}
/* _content/Cenvigo.Hub/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-v40ztmebm1] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-v40ztmebm1] {
  color: #0077cc;
}

.btn-primary[b-v40ztmebm1] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-v40ztmebm1], .nav-pills .show > .nav-link[b-v40ztmebm1] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-v40ztmebm1] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-v40ztmebm1] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-v40ztmebm1] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-v40ztmebm1] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-v40ztmebm1] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 30px;
}
