/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-t0war4lxuu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-t0war4lxuu] {
    flex: 1;
}

.sidebar[b-t0war4lxuu] {    
    background-color:#f0f1f1;
}

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

    .top-row[b-t0war4lxuu]  a, .top-row[b-t0war4lxuu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-t0war4lxuu]  a:hover, .top-row[b-t0war4lxuu]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-t0war4lxuu] {
        justify-content: space-between;
    }

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

@media (min-width: 641px) {
    .page[b-t0war4lxuu] {
        flex-direction: row;
    }

    .sidebar[b-t0war4lxuu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

    .top-row.auth[b-t0war4lxuu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-t0war4lxuu], article[b-t0war4lxuu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-r6fas1fkmu] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-r6fas1fkmu] {
    height: 3.5rem;
    background-color: lightslategrey;    
}

.navbar-brand[b-r6fas1fkmu] {
    font-size: 1.4rem;
    color:black;
}

.bi[b-r6fas1fkmu] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;    
    background-size: cover;
    top: -0.75rem;
    color:black
}
.nav-item[b-r6fas1fkmu] {
    font-size: 1.1rem;
    
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-r6fas1fkmu]  a {
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-r6fas1fkmu]  a.active {
    background-color: lightslategrey;
    color: white;
}

.nav-item[b-r6fas1fkmu]  a:hover {
    background-color: lightslategrey;
    color: darkslategrey;
}

@media (min-width: 641px) {
    .navbar-toggler[b-r6fas1fkmu] {
        display: none;
    }

    .collapse[b-r6fas1fkmu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-r6fas1fkmu] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Licensing/Components/Child/CustomerGrid.razor.rz.scp.css */

html[b-s6ab7dc2jc],
body[b-s6ab7dc2jc],
.intro[b-s6ab7dc2jc] {
    height: 100%;
}

table td[b-s6ab7dc2jc],
table th[b-s6ab7dc2jc] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

thead th[b-s6ab7dc2jc] {
    color: #fff;
    background-color: steelblue;
}

.card[b-s6ab7dc2jc] {
    border-radius: .5rem;
}

.table-scroll[b-s6ab7dc2jc] {
    border-radius: .5rem;
}

    .table-scroll table thead th[b-s6ab7dc2jc] {
        font-size: 1.25rem;
    }

thead[b-s6ab7dc2jc] {
    top: 0;
    position: sticky;
}

.table-hover tbody tr:hover[b-s6ab7dc2jc] {
    cursor: pointer;
}

.grid-rec[b-s6ab7dc2jc] {
    position: relative;
    max-height: 750px;
}
/* /Pages/Licensing/Components/CreateCustomer.razor.rz.scp.css */
@media (min-width: 768px) {
    .modal-lg[b-ptf8gpsfxh] {
        width: 100%;
        max-width: 500px;
        max-height:300px;
    }
}


.modal-header[b-ptf8gpsfxh] {
    background-color: steelblue;
}

.detail-field-name[b-ptf8gpsfxh] {
    text-align: center;
    text-decoration: underline;
    font-size: 1.2rem;
    color: #193D6F;
    margin-bottom: 0.3rem;
    font-weight: bold;
}

.detail-title[b-ptf8gpsfxh] {
    text-align: center;
    font-size: 1.2rem;
    color: #193D6F;
    margin-bottom: 1rem;
    font-weight: bold;
}
/* /Pages/Licensing/Components/CustomerDetails.razor.rz.scp.css */
.detail-field-name[b-3e77zmfkg5] {
    text-align: center;
    text-decoration: underline;
    font-size: 1.2rem;
    color: #193D6F;
    margin-bottom: 0.3rem;
    font-weight: bold;
}

.detail-title[b-3e77zmfkg5] {
    text-align: center;
    font-size: 1.2rem;
    color: #193D6F;
    margin-bottom: 1rem;
    font-weight: bold;
}

.btn-back[b-3e77zmfkg5]{
    height:2rem;
    text-align:center;
    padding-top:2px;    
}

.detail-section[b-3e77zmfkg5] {
    padding: 0px;
  
}

.detail-bg[b-3e77zmfkg5] {
    padding: 0px;
    background-color: #f3f3f354;
}

.detail-summary[b-3e77zmfkg5] {
    padding: 0px;
    height: 20rem;
}

.hidden[b-3e77zmfkg5] {
    display: none;
}


html[b-3e77zmfkg5],
body[b-3e77zmfkg5],
.intro[b-3e77zmfkg5] {
    height: 100%;
}

table td[b-3e77zmfkg5],
table th[b-3e77zmfkg5] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
     
}


thead th[b-3e77zmfkg5]{
    color: #fff;
    background-color: steelblue;
}

table tr[b-3e77zmfkg5] {
    color: #fff;
    background-color: steelblue!important;
}

.card[b-3e77zmfkg5] {
    border-radius: .5rem;
}

.table-scroll[b-3e77zmfkg5] {
    border-radius: .5rem;
}

    .table-scroll table thead th[b-3e77zmfkg5] {
        font-size: .95rem;
    }

thead[b-3e77zmfkg5] {
    top: 0;
    position: sticky;
}

/*.table-hover tbody tr:hover {
    cursor: pointer;
}*/

.grid-rec-units[b-3e77zmfkg5] {
    position: relative;
    max-height: 320px;
    overflow-y:scroll;

}

.grid-rec-install[b-3e77zmfkg5] {
    position: relative;    
    overflow-y: scroll;
}

.grid-sub-status[b-3e77zmfkg5] {
    position: relative;
    max-height: 200px;
    border-radius: 10px;    
    border: 0.4px solid #00000029;
}

.grid-sub-cons[b-3e77zmfkg5] {
    position: relative;
    max-height: 300px;
    border-radius: 10px;
    border: 0.4px solid #00000029;
}

.collapse-header[b-3e77zmfkg5] {
    background-color: #44779b6e;
}

.collapse-widget[b-3e77zmfkg5]{
    padding:0px!important;
    border-radius:0px;
}

.btn-toggle[b-3e77zmfkg5]{    
    margin-right:3rem;
}

.create-button[b-3e77zmfkg5] {
    color: #0d6efd;
    padding: 0px;
    cursor: pointer;
}

.units-grid[b-3e77zmfkg5] {
    height: 50px;
    overflow-y: scroll;
}

.units-edit[b-3e77zmfkg5] {
    color: #0b5ed7;
    padding: 0px;
    cursor: pointer;
    float: right
}


.install-create[b-3e77zmfkg5] {
    color: #0d6efd;
    padding: 0px;
    cursor: pointer;
}

.status-div[b-3e77zmfkg5] {
    width: 40%;
    margin-left: 5%
}

.consump-div[b-3e77zmfkg5] {
    background-color: #df8e151a;
    font-weight: 500
}

.consump-options[b-3e77zmfkg5] {
    width: 15px;
    height: 15px;
    padding-left: 3rem;
    margin-left: 3rem;
}

.grid-bg[b-3e77zmfkg5] {
    background-color: #002d72;
}

.install-edit[b-3e77zmfkg5] {
    color: #0b5ed7;
    padding: 0px;
    cursor: pointer;
    float: right;
}

.status-table[b-3e77zmfkg5] {
    background-color: #df8e151a;
    font-weight: 500;
}

.consum-option-label[b-3e77zmfkg5] {
    font-size: medium;
    padding-top: 0px;
}
/* /Pages/Licensing/Components/CustomerIndex.razor.rz.scp.css */

.index-card[b-7hmf1e9lya] {
    width: 60rem;
    height: 14rem !important;
}

.index-searchdiv[b-7hmf1e9lya] {
    width: 30rem;
}

.center-content-search[b-7hmf1e9lya] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; 
    background-color: #f0f9ff9c;
    padding: 0px !important;
}


.btn-search[b-7hmf1e9lya] {
    width: 80% !important;
    margin-left: 30%;
}

/* Style the checked radio button */
/* /Pages/Licensing/Components/CustomerInstallKeysEditModal.razor.rz.scp.css */
@media (min-width: 768px) {
    .modal-lg[b-4gn6fkvl2d] {
        width: 100%;
        max-width: 1500px;       
    }
}


.modal-header[b-4gn6fkvl2d] {
    background-color: steelblue;
}

.detail-field-name[b-4gn6fkvl2d] {
    text-align: center;
    text-decoration: underline;
    font-size: 1.2rem;
    color: #193D6F;margin-bottom: 0.3rem;
    font-weight: bold;
}

.detail-title[b-4gn6fkvl2d] {
    text-align: center;
    font-size: 1.2rem;
    color: #193D6F;
    margin-bottom: 1rem;
    font-weight: bold;
}

.inputChkBox[b-4gn6fkvl2d] {
    width: 20px !important;
    height: 20px !important;
}


.status-header[b-4gn6fkvl2d]{
    height:30px;
}

.collapse-header[b-4gn6fkvl2d] {
    background-color: #44779b6e;
    display: flex;
    justify-content: center;
    height:2.5vh;
    padding:5px;
}

.collapse-widget[b-4gn6fkvl2d] {
    padding: 0px !important;
    border-radius: 0px;
    border-radius:10px;
    
}

.card-header-height[b-4gn6fkvl2d] {
    height: 32px;
}

.modal-body[b-4gn6fkvl2d] {
    overflow-y: scroll;
    height:68rem;
}

.saas-check[b-4gn6fkvl2d] {
    width: 20px;
    height: 20px;
}


.consump-card[b-4gn6fkvl2d] {
    height: 26rem;
    overflow-y: scroll;
}

.consump-check[b-4gn6fkvl2d] {
    width: 15px;
    height: 15px;
    padding-left: 3rem;
    margin-left: 3rem;
}

.consump-check-label[b-4gn6fkvl2d] {
    font-size: medium;
    padding-top: 0px;
}
/* /Pages/Licensing/Components/CustomerUnitsEditModal.razor.rz.scp.css */
@media (min-width: 768px) {
    .modal-lg[b-29z9hg9ern] {
        width: 100%;
        max-width: 900px;
    }
}


.modal-header[b-29z9hg9ern]{
    background-color:steelblue;    
}

.detail-field-name[b-29z9hg9ern] {
    text-align: center;
    text-decoration: underline;
    font-size: 1.2rem;
    color: #193D6F;
    margin-bottom: 0.3rem;
    font-weight: bold;
}

.detail-title[b-29z9hg9ern] {
    text-align: center;
    font-size: 1.2rem;
    color: #193D6F;
    margin-bottom: 1rem;
    font-weight: bold;
}

.inputChkBox[b-29z9hg9ern] {
    width: 20px!important;
    height: 20px!important;
}

.unit-options[b-29z9hg9ern] {
    width: 16px;
    height: 16px;
    padding-left: 3rem;
    margin-left: 3rem;
}

.unit-opions-label[b-29z9hg9ern] {
    font-size: large;
    padding-top: 0px;
}

.delete-check[b-29z9hg9ern] {
    width: 20px;
    height: 20px;
    float: right;
}

.delete-confirm-div[b-29z9hg9ern] {
    align-items: center;
    padding: 5px
}
/* /Pages/Licensing/Components/History/InstallHistoryModal.razor.rz.scp.css */
@media (min-width: 768px) {
    .modal-lg[b-mrrq1iku99] {
        width: 100%;
        max-width: 1500px;
    }
}


.modal-header[b-mrrq1iku99] {
    background-color: steelblue;
}

.modal-body[b-mrrq1iku99] {
    overflow-y: scroll;
    max-height: 68rem;
}

.grid-rec-install[b-mrrq1iku99] {
    position: relative;
    overflow-y: scroll;
}

.grid-sub-status[b-mrrq1iku99] {
    position: relative;
    max-height: 200px;
    border-radius: 10px;
    border: 0.4px solid #00000029;
}

.grid-sub-cons[b-mrrq1iku99] {
    position: relative;
    max-height: 300px;
    border-radius: 10px;
    border: 0.4px solid #00000029;
}
.collapse-header[b-mrrq1iku99] {
    background-color: #44779b6e;
}

.collapse-widget[b-mrrq1iku99] {
    padding: 0px !important;
    border-radius: 0px;
}

.btn-toggle[b-mrrq1iku99] {
    margin-right: 3rem;
}

html[b-mrrq1iku99],
body[b-mrrq1iku99],
.intro[b-mrrq1iku99] {
    height: 100%;
}

table td[b-mrrq1iku99],
table th[b-mrrq1iku99] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


thead th[b-mrrq1iku99] {
    color: #fff;
    background-color: steelblue;
}

table tr[b-mrrq1iku99] {
    color: #fff;
    background-color: steelblue !important;
}

.card[b-mrrq1iku99] {
    border-radius: .5rem;
}

.table-scroll[b-mrrq1iku99] {
    border-radius: .5rem;
}

    .table-scroll table thead th[b-mrrq1iku99] {
        font-size: .95rem;
    }

thead[b-mrrq1iku99] {
    top: 0;
    position: sticky;
}

.status-section[b-mrrq1iku99] {
    width: 40%;
    margin-left: 5%;
}

.status-div[b-mrrq1iku99] {
    background-color: #df8e151a;
    font-weight: 500;
}

.consump-div[b-mrrq1iku99] {
    background-color: #df8e151a;
    font-weight: 500;
}

.consump-check[b-mrrq1iku99] {
    width: 15px;
    height: 15px;
    padding-left: 3rem;
    margin-left: 3rem;
}

.consump-check-label[b-mrrq1iku99] {
    font-size: medium;
    padding-top: 0px;
}
/* /Pages/Licensing/Components/History/UnitsHistoryModal.razor.rz.scp.css */
@media (min-width: 768px) {
    .modal-lg[b-bqhy0udkf6] {
        width: 100%;
        max-width: 1500px;
       
    }
}


.modal-header[b-bqhy0udkf6] {
    background-color: steelblue;
}

.detail-field-name[b-bqhy0udkf6] {
    text-align: center;
    text-decoration: underline;
    font-size: 1.2rem;
    color: #193D6F;
    margin-bottom: 0.3rem;
    font-weight: bold;
}

.detail-title[b-bqhy0udkf6] {
    text-align: center;
    font-size: 1.2rem;
    color: #193D6F;
    margin-bottom: 1rem;
    font-weight: bold;
}

.grid-rec-units[b-bqhy0udkf6] {
    position: relative;
    max-height: 1000px;
    overflow-y: scroll;
}
.modal-body[b-bqhy0udkf6] {
    overflow-y: scroll;
    max-height: 68rem;
}

.option-check[b-bqhy0udkf6] {
    width: 15px;
    height: 15px;
    padding-left: 3rem;
    margin-left: 3rem;
}

.option-check-label[b-bqhy0udkf6] {
    font-size: medium;
    padding-top: 0px;
}
