@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-n9kzo7zxac], article[b-n9kzo7zxac] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/PdhNow.Web/Components/Layout/NavBar.razor.rz.scp.css */
@media screen and (min-width: 993px) {
    .dropdown:hover .dropdown-menu[b-e6rydrghck] {
        display: block !important;
    }    
    
    .dropdown:focus .dropdown-menu[b-e6rydrghck] {
        display: block !important;
    }
    
    .dropdown .dropdown-menu.show[b-e6rydrghck] {
        display: none !important;
    }
}
/* _content/PdhNow.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-u6s0alvwr9] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-u6s0alvwr9] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

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

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

.nav-item[b-u6s0alvwr9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

.nav-item[b-u6s0alvwr9]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-u6s0alvwr9]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

    .collapse[b-u6s0alvwr9] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-u6s0alvwr9] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/PdhNow.Web/Components/Pages/Admin/Orders/Details.razor.rz.scp.css */
.orders-table[b-40zqhay2nn] {
    width: 100%;
    border: solid 1px #DDD;
    font-size: 0.875rem;
}
.orders-table tbody tr td[b-40zqhay2nn] {
    padding-inline: 0.625rem;
    padding-block: 0.4rem;
    border-top: solid 1px #DDD;
}

.orders-table thead[b-40zqhay2nn] {
    background: #F5F5F5;
}
.orders-table thead tr th[b-40zqhay2nn] {
    font-weight: bold;
    padding-inline: 0.625rem;
    padding-block: 0.4rem;
}

.orders-table tfoot[b-40zqhay2nn] {
    background: #F5F5F5;
}
.orders-table tfoot tr td[b-40zqhay2nn] {
    font-weight: bold;
    padding-inline: 0.625rem;
    padding-block: 0.4rem;
    border-top: solid 1px #DDD;
}
/* _content/PdhNow.Web/Components/Pages/Alert.razor.rz.scp.css */
.alert-box[b-zzre9ncair] {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: normal;
    margin-bottom: 0;
    position: sticky;
    top: 0;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    font-size: 0.8125rem;
    transition: opacity 300ms ease-out;
    background-color: white;
    z-index: 999;
}

.alert-box.success[b-zzre9ncair] {
    background-color: #43AC6A;
    border-color: #3A945B;
    color: #FFFFFF;
}

.alert-box.error[b-zzre9ncair] {
    background-color: #E74C3C;
    border-color: #C0392B;
    color: #FFFFFF;
}

.alert-box .close[b-zzre9ncair] {
    text-decoration: none;
    font-size: 1.375rem;
    padding: 9px 6px 3px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #FFFFFF;
    cursor: pointer;
}
/* _content/PdhNow.Web/Components/Pages/Member/Dashboard/Questions/Index.razor.rz.scp.css */
.question-num[b-5o8zkp8epd] {
    color: #D0021B;
    text-decoration: underline;
    cursor: pointer;
    margin-right: 0.5rem;
}

.question-num-current[b-5o8zkp8epd] {
    color: #FFF !important;
}
/* _content/PdhNow.Web/Components/Pages/Member/Profile/EditPeNumbers.razor.rz.scp.css */
.valid.modified:not([type=checkbox])[b-9xkplheur7] {
    outline: 0 !important;
}
/* _content/PdhNow.Web/Components/Pages/PeNumbersTable.razor.rz.scp.css */
.pe-number-remove[b-gy1moo8j50] {
    color: #4a4a4a;
}

.pe-number-remove:hover[b-gy1moo8j50] {
    color: #4a4a4a;
}
/* _content/PdhNow.Web/Components/Pages/Public/CourseList.razor.rz.scp.css */
.course-listings[b-cyy8ljegxh] {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.course-listing-head[b-cyy8ljegxh] {
    display: none;
}

.course-listing[b-cyy8ljegxh] {
    border-bottom: 1px solid #D8D8D8;
    border-color: #D8D8D8 !important;
}

.course-listing-attr[b-cyy8ljegxh] {
    border-bottom: none;
}

.course-listing-action[b-cyy8ljegxh] {
    width: 11rem;
}

.course-listing-summary[b-cyy8ljegxh] {
    line-height: 1.125rem;
}

.table[b-cyy8ljegxh] {
    border: none;
}

@media screen and (min-width: 64em) {
    .course-listing-attr[b-cyy8ljegxh] {
        display: table-cell;
        vertical-align: top;
    }
}

@media screen and (min-width: 64em) {
    .course-listing-hours[b-cyy8ljegxh],
    .course-listing-price[b-cyy8ljegxh],
    .course-listing-action[b-cyy8ljegxh] {
        text-align: right;
    }
}

.course-listing:last-child .course-listing-attr[b-cyy8ljegxh] {
    border-bottom: 0;
}

@media screen and (min-width: 64em) {
    .course-listing-link[b-cyy8ljegxh] {
        margin-bottom: 0.625rem;
    }
}

.course-listing-summary[b-cyy8ljegxh] {
    color: #4d4d4d;
}
/* _content/PdhNow.Web/Components/Pages/Public/Courses/Details.razor.rz.scp.css */
/* This makes it so our tabs are styled properly - shouldn't be on all headers */
[b-u8h1fcg35o] .header {
    padding-bottom: 0;
}

.header-meta[b-u8h1fcg35o] {
    color: #4a4a4a;
}

.course-tabs[b-u8h1fcg35o] {
    padding-top: 2rem;
}

.course-tab[b-u8h1fcg35o] {
    cursor: pointer;
}

.course-details-content[b-u8h1fcg35o] {
    min-height: 500px;
}
/* _content/PdhNow.Web/Components/Pages/Public/Courses/Index.razor.rz.scp.css */
[b-sv69h5m7cz] .facet-label {
    cursor: pointer;
}

tbody[b-sv69h5m7cz] {
    border: 0;
}
/* _content/PdhNow.Web/Components/Pages/Public/Courses/RegionRequirements.razor.rz.scp.css */
.panel[b-ooxqmpe84j] {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #333333;
}
/* _content/PdhNow.Web/Components/Pages/Public/Discounts/DiscountsList.razor.rz.scp.css */
.discount-listings[b-ovlv0g9cjp] {
    border: none;
}

.discount-listing-head[b-ovlv0g9cjp] {
    display: none;
}

.discount-listing-body[b-ovlv0g9cjp] {
    background: none;
}

.discount-listing-link[b-ovlv0g9cjp] {
    color: #D0021B;
    display: block;
    font-weight: bold;
    font-size: 1.0625rem;
    margin-bottom: 1rem;
}
/* _content/PdhNow.Web/Components/Pages/Public/Licenses/Details.razor.rz.scp.css */
.region-renewal-panel[b-4e3w1fj34p] {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #333333;
}

label[b-4e3w1fj34p] {
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

.field-required[b-4e3w1fj34p] {
    border: 0;
    color: #D0021B;
    font-weight: bold;
}
/* _content/PdhNow.Web/Components/Pages/Public/Payment/Cart.razor.rz.scp.css */
.discount-field-label[b-bimw8eecf3] {
    font-weight: bold;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-size: 1rem;
}

.discount-field[b-bimw8eecf3] {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;

    display: flex;
}

.discount-field-input[b-bimw8eecf3] {
    padding-left: 0;
    padding-right: 0;
    width: 42%;
}

.discount-field-submit[b-bimw8eecf3] {
    padding-left: 0;
    padding-right: 0;
    width: 16%;
}

.discount-field-button[b-bimw8eecf3] {
    background: green;
    border-radius: 0;
    border-bottom: none;
}
.discount-field-button:hover[b-bimw8eecf3] {
    background-color: darkgreen;
}
/* _content/PdhNow.Web/Components/Pages/Public/Payment/Checkout.razor.rz.scp.css */
.expiration-field[b-j8mvjikexs] {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
