@import '_content/BlazorSignaturePad/BlazorSignaturePad.bundle.scp.css';
@import '_content/CPEIdentityUI/CPEIdentityUI.bundle.scp.css';
@import '_content/TouchUpRxDamageDiagram/TouchUpRxDamageDiagram.bundle.scp.css';

/* _content/TouchUpRxLotListApp/Pages/Reports/LotListPrintComponent.razor.rz.scp.css */
body[b-srf5wkm7bp] {
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #777;
}

    body h1[b-srf5wkm7bp] {
        font-weight: 300;
        margin-bottom: 0px;
        padding-bottom: 0px;
        color: #000;
    }

    body h3[b-srf5wkm7bp] {
        font-weight: 300;
        margin-top: 10px;
        margin-bottom: 20px;
        font-style: italic;
        color: #555;
    }

    body a[b-srf5wkm7bp] {
        color: #06f;
    }

div.footer[b-srf5wkm7bp] {
    display: none;
}

.pagebreakafter[b-srf5wkm7bp] {
    page-break-after: always;
}

.invoice-box[b-srf5wkm7bp] {
    max-width: 800px;
    margin: auto;
    padding: 10px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    line-height: 24px;
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color: #555;
}

.text-left[b-srf5wkm7bp] {
    text-align: left;
}

.text-right[b-srf5wkm7bp] {
    text-align: right;
}

.text-center[b-srf5wkm7bp] {
    text-align: center;
}

.hide[b-srf5wkm7bp] {
    display: none;
}

.invoice-box table[b-srf5wkm7bp] {
    width: 100%;
    line-height: inherit;
    border-collapse: collapse;
}

    .invoice-box table td[b-srf5wkm7bp] {
        padding: 5px;
        vertical-align: top;
    }

    .invoice-box table tr td:nth-child(2)[b-srf5wkm7bp] {
    }

    .invoice-box table tr.top table td[b-srf5wkm7bp] {
        padding-bottom: 20px;
    }

        .invoice-box table tr.top table td.title[b-srf5wkm7bp] {
            font-size: 45px;
            line-height: 45px;
            color: #333;
        }

    .invoice-box table tr.information table td[b-srf5wkm7bp] {
        padding-bottom: 40px;
    }

    .invoice-box table tr.heading td[b-srf5wkm7bp] {
        background: #eee;
        border-bottom: 1px solid #ddd;
        font-weight: bold;
    }

    .invoice-box table tr.details td[b-srf5wkm7bp] {
        padding-bottom: 20px;
    }

    .invoice-box table tr.item td[b-srf5wkm7bp] {
        border-bottom: 1px solid #eee;
    }

    .invoice-box table tr.item.last td[b-srf5wkm7bp] {
        border-bottom: none;
    }

    .invoice-box table tr.total td:nth-child(2)[b-srf5wkm7bp] {
        border-top: 2px solid #eee;
        font-weight: bold;
    }

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td[b-srf5wkm7bp] {
        width: 100%;
        display: block;
        text-align: center;
    }

    .invoice-box table tr.information table td[b-srf5wkm7bp] {
        width: 100%;
        display: block;
        text-align: center;
    }
}

@media print {
    @page {
        size: Letter portrait;
        margin: .25cm;

    }

    .invoice-box[b-srf5wkm7bp] {
        box-shadow: none;
    }



    /*
				.invoice-box table.pagebreak {
					page-break-after: always;
				}
*/
    div.footer[b-srf5wkm7bp] {
        display: block;
        position: fixed;
        bottom: 0;

    }

    .hide[b-srf5wkm7bp] {
        display: table-row;
    }

    #pageFooter[b-srf5wkm7bp] {
        display: block; /*table-footer-group;*/
        position: fixed;
        bottom: 0;
        counter-increment: page;
    }

    #pageFooter[b-srf5wkm7bp]:after {
        
        content: "Page " counter(page);
        left: 0;
        top: 100%;
        white-space: nowrap;
        z-index: 20;
        -moz-border-radius: 5px;
        -moz-box-shadow: 0px 0px 4px #222;
        background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    }
}
/* _content/TouchUpRxLotListApp/Pages/Reports/StatementPrintComponent.razor.rz.scp.css */
body[b-cpztj0tcoz] {
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #777;
}

    body h1[b-cpztj0tcoz] {
        font-weight: 300;
        margin-bottom: 0px;
        padding-bottom: 0px;
        color: #000;
    }

    body h3[b-cpztj0tcoz] {
        font-weight: 300;
        margin-top: 10px;
        margin-bottom: 20px;
        font-style: italic;
        color: #555;
    }

    body a[b-cpztj0tcoz] {
        color: #06f;
    }

div.footer[b-cpztj0tcoz] {
    display: none;
}

.pagebreakafter[b-cpztj0tcoz] {
    page-break-after: always;
}

.invoice-box[b-cpztj0tcoz] {
    max-width: 800px;
    margin: auto;
    padding: 10px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    line-height: 24px;
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color: #555;
}

.text-left[b-cpztj0tcoz] {
    text-align: left;
}

.text-right[b-cpztj0tcoz] {
    text-align: right;
}

.text-center[b-cpztj0tcoz] {
    text-align: center;
}

.hide[b-cpztj0tcoz] {
    display: none;
}

.invoice-box table[b-cpztj0tcoz] {
    width: 100%;
    line-height: inherit;
    /*text-align: left;*/
    border-collapse: collapse;
}

    .invoice-box table td[b-cpztj0tcoz] {
        padding: 5px;
        vertical-align: top;
    }

    .invoice-box table tr td:nth-child(2)[b-cpztj0tcoz] {
    }

    .invoice-box table tr.top table td[b-cpztj0tcoz] {
        padding-bottom: 20px;
    }

        .invoice-box table tr.top table td.title[b-cpztj0tcoz] {
            font-size: 45px;
            line-height: 45px;
            color: #333;
        }

    .invoice-box table tr.information table td[b-cpztj0tcoz] {
        padding-bottom: 40px;
    }

    .invoice-box table tr.heading td[b-cpztj0tcoz] {
        background: #eee;
        border-bottom: 1px solid #ddd;
        font-weight: bold;
    }

    .invoice-box table tr.details td[b-cpztj0tcoz] {
        padding-bottom: 20px;
    }

    .invoice-box table tr.item td[b-cpztj0tcoz] {
        border-bottom: 1px solid #eee;
    }

    .invoice-box table tr.item.last td[b-cpztj0tcoz] {
        border-bottom: none;
    }

    .invoice-box table tr.total td:nth-child(2)[b-cpztj0tcoz] {
        border-top: 2px solid #eee;
        font-weight: bold;
    }

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td[b-cpztj0tcoz] {
        width: 100%;
        display: block;
        text-align: center;
    }

    .invoice-box table tr.information table td[b-cpztj0tcoz] {
        width: 100%;
        display: block;
        text-align: center;
    }
}

@media print {
    @page {
        size: Letter portrait;
        margin: .25in;
    }

    .invoice-box[b-cpztj0tcoz] {
        box-shadow: none;
    }



    /*
				.invoice-box table.pagebreak {
					page-break-after: always;
				}
*/
    div.footer[b-cpztj0tcoz] {
        display: block;
        position: fixed;
        bottom: 0;
    }

    .hide[b-cpztj0tcoz] {
        display: table-row;
    }

    #pageFooter[b-cpztj0tcoz] {
        display: block; /*table-footer-group;*/
        position: fixed;
        bottom: 0;
        counter-increment: page;
    }

        #pageFooter[b-cpztj0tcoz]:after {
            content: "Page " counter(page);
            left: 0;
            top: 100%;
            white-space: nowrap;
            z-index: 20;
            -moz-border-radius: 5px;
            -moz-box-shadow: 0px 0px 4px #222;
            background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
        }
}
/* _content/TouchUpRxLotListApp/Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
    */
/* _content/TouchUpRxLotListApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gcdnibk9vt] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-gcdnibk9vt] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gcdnibk9vt] {
    font-size: 1.1rem;
}

.oi[b-gcdnibk9vt] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-gcdnibk9vt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gcdnibk9vt] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gcdnibk9vt] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gcdnibk9vt]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-gcdnibk9vt]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-gcdnibk9vt]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gcdnibk9vt] {
        display: none;
    }

    .collapse[b-gcdnibk9vt] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/TouchUpRxLotListApp/Shared/PrintLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
    */
