@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/AlabNo/Pages/Contact.razor.rz.scp.css */
.c-page[b-fjymqz9eyq] {
    background-color: whitesmoke;
    background-size: 100% 100%;
    width: 500px;
    height: 400px;
    display: grid;
    justify-items: center;
    padding-bottom: 2em;
    position: absolute;
    margin-left:-250px;
    margin-top:100px;
    top: 50%;
    left: 50%;
}
.c-page div a[b-fjymqz9eyq] {
    color: black;
    text-decoration: none;
}
.c-container[b-fjymqz9eyq] {
    background-color: white;
    background-size: 100% 100%;
    border: solid thick white;
    border-radius: 2em;
    width: 80%;
    padding: 2em;
    display: grid;
    justify-items: left;

}
.c-address[b-fjymqz9eyq] {
    margin-left:1em;
}

/* _content/AlabNo/Pages/CRUD/BrowseActivations.razor.rz.scp.css */
.activations-grid[b-zcf762kaad] {
    margin: 1rem 1rem 1rem 1rem;
}

.page-size-chooser[b-zcf762kaad] {
    display:inline-flex;
    align-items: center;
    margin-bottom: 1rem;
}

.page-size-chooser select[b-zcf762kaad] {
    margin: 0 1rem;
    padding: 0.25rem 0.5rem;
}
#search[b-zcf762kaad] {
    height: 40px;
    width: 30rem;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border-radius: 1em;
    box-shadow: #cdcdcd 0.5em 0.5em 0.3em;
}
/* _content/AlabNo/Pages/CRUD/BrowseActivity.razor.rz.scp.css */
.activity-grid[b-m17mp3uk3k] {
    margin: 1rem 1rem 1rem 1rem;
}

.page-size-chooser[b-m17mp3uk3k] {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
}

    .page-size-chooser select[b-m17mp3uk3k] {
        margin: 0 1rem;
        padding: 0.25rem 0.5rem;
    }

#search[b-m17mp3uk3k] {
    height: 40px;
    width: 30rem;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border-radius: 1em;
    box-shadow: #cdcdcd 0.5em 0.5em 0.3em;
}
/* _content/AlabNo/Pages/CRUD/BrowseCustomer.razor.rz.scp.css */
body[b-isx09jt0my] {
}

.customer-container[b-isx09jt0my] {
}
.customer-license-list[b-isx09jt0my] {
    width: 750px;
}
.customer-license-list table tr td[b-isx09jt0my]{
    padding-right: 2em;    
}
.customer-license-list table tr th[b-isx09jt0my] {
    padding-right: 2em;
}

/* Fix height and enable scrolling */
.customer-grid[b-isx09jt0my] {
    height: 35rem;
    overflow-y: auto;
}

.customer-grid[b-isx09jt0my]  table {
    min-width: 100%;
}

/* Sticky header while scrolling */
[b-isx09jt0my] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    /*outline: 1px solid gray;*/
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-isx09jt0my] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-isx09jt0my] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}
#search[b-isx09jt0my] {
    height: 40px;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border-radius: 1em;
    box-shadow: #cdcdcd 0.5em 0.5em 0.3em;
}
/* _content/AlabNo/Pages/CRUD/BrowseLicense.razor.rz.scp.css */
body[b-dmyoy4b346] {
}

.license-container[b-dmyoy4b346] {
}
.license-update-form[b-dmyoy4b346] {
    width: 500px;
    height: 550px;
}
.license-customername-column[b-dmyoy4b346] {

}
.license-name-column[b-dmyoy4b346] {

}
.license-status-column[b-dmyoy4b346] {
    width:1em;
}
.license-maxactivations-column[b-dmyoy4b346] {
    width: 1em;
}

/* Fix height and enable scrolling */
.license-grid[b-dmyoy4b346] {
    width: 1024px;
    height: 35rem;
    overflow-y: auto;
}

.license-grid[b-dmyoy4b346]  table {
    min-width: 100%;
}

/* Sticky header while scrolling */
[b-dmyoy4b346] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    /*outline: 1px solid gray;*/
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-dmyoy4b346] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-dmyoy4b346] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}
#search[b-dmyoy4b346] {
    height:40px;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border-radius: 1em;
    box-shadow: #cdcdcd 0.5em 0.5em 0.3em;
}
/* _content/AlabNo/Pages/CRUD/EditCustomer.razor.rz.scp.css */
body[b-uzxaoopmz3] {
}

.editcustomer-container[b-uzxaoopmz3] {
}

.editcustomer-form[b-uzxaoopmz3] {
    width: 500px;
    height: 550px;
}

.customer-license-grid[b-uzxaoopmz3] {
    width:400px;
    margin-top:75px;
}
/* _content/AlabNo/Pages/CRUD/EditLicense.razor.rz.scp.css */
body[b-waw981lnyi] {
}
.editlicense-container[b-waw981lnyi] {
}

.editlicense-form[b-waw981lnyi] {
    width: 500px;
    height: 600px;
}

.editlicense-customername-column[b-waw981lnyi] {
    width: 50em;
}

.editlicense-name-column[b-waw981lnyi] {
    width: 50em;
}
/* _content/AlabNo/Pages/CRUD/NewCustomer.razor.rz.scp.css */
.customer-container[b-2pmsl0rstd] {
}

.customer-insert-form[b-2pmsl0rstd] {
    width: 500px;
    height: 400px;
}
/* _content/AlabNo/Pages/CRUD/NewLicense.razor.rz.scp.css */
body[b-rkru4fsp86] {
}

.newlicense-container[b-rkru4fsp86] {
}
.newlicense-form[b-rkru4fsp86] {
    width: 600px;
    height: 350px;
}

/* _content/AlabNo/Pages/Home.razor.rz.scp.css */
body[b-i5tovpnxor] {
}

.jumbo[b-i5tovpnxor] {
    display: block;
    max-width: 1200px;
    max-height: 360px;
    width: 100%;
    height: 100%;
}
.mainmenu[b-i5tovpnxor] {
    position: absolute;
    top: 0;
    left: 0;
}

.mainmenu ul[b-i5tovpnxor] {
    position: relative;
    padding-top: 5px;
}

.mainmenu ul li[b-i5tovpnxor] {
    list-style-type: none;
    line-height: 1.5rem;
    padding-right: 20px;
    float: left;
}

.mainmenu ul li a[b-i5tovpnxor] {
    font-size: 1rem;
    text-decoration: none;
    color: white;
}

.home-content-outer-container[b-i5tovpnxor] {
    background-color: whitesmoke;
    background-size: 100% 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: inline-block;
    justify-content: center;
    height: 100%;
}
.home-content-container[b-i5tovpnxor] {
    margin-left: 2em;
    margin-top:1em;
}
.home-column[b-i5tovpnxor] {
    float:left;
}
.home-section[b-i5tovpnxor] {
    float:none;
    justify-content: center;
    padding:0 0 0 0;
    margin-bottom:0.5em;
    width:500px;
}
.home-ingress[b-i5tovpnxor] {
    font-size:1.1em;
    font-weight:600;    
}
.home-ingress p[b-i5tovpnxor] {
    margin: 0 0 0 0;
    padding-top: 0;
    padding-bottom: 0.5em;
    padding-left: 0;
    padding-right: 0;
}
.home-content[b-i5tovpnxor] {
    font-size: 1em;    
}
.home-content p[b-i5tovpnxor] {
    margin:0 0 0 0;
    padding-top:0;
    padding-bottom:0.5em;
    padding-left:0;
    padding-right:0;
}

@media (max-width: 640.98px) {
}

@media (min-width: 641px) {
}
/* _content/AlabNo/Pages/Users.razor.rz.scp.css */
body[b-tdyyhkzfo3] {
}
.u-header[b-tdyyhkzfo3] {
    background-color: #596d72;
    background-size: 100% 100%;
    height: 150px;
}
.jumbo[b-tdyyhkzfo3] {
    display: block;
    max-width: 750px;
    max-height: 150px;
    width: 100%;
    height: 100%;
}
.u-header a[b-tdyyhkzfo3] {
    position: absolute;
    top:2px;
    left:2px;
    color:white;
    font-weight:bold;
    text-decoration:none;
}
.u-header div[b-tdyyhkzfo3] {
    float:left;
}
.u-ingress[b-tdyyhkzfo3] {
    font-size: x-large;
    color: white;
    font-weight: bold;
    margin-left: 2em;
    margin-top:3em;
}
.u-content-outer-container[b-tdyyhkzfo3] {
    width: 1200px;
    background-color: whitesmoke;
    background-size: 100% 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: inline-block;
    justify-content: center;
    height: 100%;
}

.u-content-container[b-tdyyhkzfo3] {
    margin-top: 1em;
    padding-bottom:2em;
}
.u-content-grid[b-tdyyhkzfo3] {
    width:100%;
    display:inline-grid;
    margin-left:1%;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 1%;
    grid-row-gap: 1em;
}

.u-content-box[b-tdyyhkzfo3] {
}
.u-content-box a[b-tdyyhkzfo3] {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2% 2% 2% 2%;
    text-decoration: none;
}
.u-content-box a div img[b-tdyyhkzfo3] {
    max-width: 200px;
    max-height: 50px;
}
.u-content-box a div[b-tdyyhkzfo3] {
    float:left;
}
.u-country[b-tdyyhkzfo3] {
    margin-left: 1em;
    font-size: x-large;
    text-decoration: none;
}
@media (max-width: 1199.98px) {
    .u-content-outer-container[b-tdyyhkzfo3] {
        width: 100%;
    }
    .u-content-grid[b-tdyyhkzfo3] {
        grid-template-columns: 48% 48%;
    }
}
@media (max-width: 641.98px) {
    .u-content-outer-container[b-tdyyhkzfo3] {
        width: 100%;
    }
    .u-content-grid[b-tdyyhkzfo3] {
        grid-template-columns: 96%;
    }
    .u-header-img[b-tdyyhkzfo3] {
        display: none;
    }
}
/* _content/AlabNo/Shared/AnonymousNavigationMenu.razor.rz.scp.css */
.sidebar[b-5ejmd78duc] {
    background-color: #537072;
}

.navbar-toggler[b-5ejmd78duc] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5ejmd78duc] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5ejmd78duc] {
    font-size: 1.1rem;
}

.oi[b-5ejmd78duc] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-5ejmd78duc] {
    font-size: 0.9rem;
    padding-bottom: 0.4rem;
}

    .nav-item:first-of-type[b-5ejmd78duc] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5ejmd78duc] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5ejmd78duc]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 2rem;
    }

        .nav-item[b-5ejmd78duc]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-5ejmd78duc]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-5ejmd78duc] {
        display: none;
    }

    .collapse[b-5ejmd78duc] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-5ejmd78duc] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/AlabNo/Shared/AuthenticatedNavigationMenu.razor.rz.scp.css */
.navbar-toggler[b-nyto7vo0ap] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-nyto7vo0ap] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-nyto7vo0ap] {
    font-size: 1.1rem;
}

.oi[b-nyto7vo0ap] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-nyto7vo0ap] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nyto7vo0ap] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nyto7vo0ap] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nyto7vo0ap]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-nyto7vo0ap]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-nyto7vo0ap]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-nyto7vo0ap] {
        display: none;
    }

    .collapse[b-nyto7vo0ap] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-nyto7vo0ap] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/AlabNo/Shared/MainLayout.razor.rz.scp.css */
.page[b-hzl0nh7mow] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hzl0nh7mow] {
    flex: 1;
}

.sidebar[b-hzl0nh7mow] {
    background-color: #537072;
}

.top-row[b-hzl0nh7mow] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hzl0nh7mow]  a, .top-row .btn-link[b-hzl0nh7mow] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-hzl0nh7mow] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-hzl0nh7mow] {
        display: none;
    }

    .top-row.auth[b-hzl0nh7mow] {
        justify-content: space-between;
    }

    .top-row a[b-hzl0nh7mow], .top-row .btn-link[b-hzl0nh7mow] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hzl0nh7mow] {
        flex-direction: row;
    }

    .sidebar[b-hzl0nh7mow] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hzl0nh7mow] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-hzl0nh7mow], article[b-hzl0nh7mow] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
