/* _content/PAS_Core.Shared/Components/BreadcrumbsPAS.razor.rz.scp.css */
.breadcrumb[b-tbqebt6mkw] {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
    font-size: 12px;
}

a[b-tbqebt6mkw] {
    margin-left: .5rem;
    margin-right: .5rem;
    color: black;
    text-decoration: none;
}

    a:hover[b-tbqebt6mkw] {
        text-decoration: underline;
    }

.noLink[b-tbqebt6mkw] {
    margin-left: .5rem;
    margin-right: .5rem;
}
/* _content/PAS_Core.Shared/Components/DashboardLayout.razor.rz.scp.css */
.notification[b-78mzmtx5m9] {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #99CC99), to(#447744));
    padding-top: 10px;
    position: relative;
    right: 12px;
    min-height: 50vh;
}

hr[b-78mzmtx5m9] {
    height: 1px;
    width: 100%;
    color: #CC9933;
    text-align: center;
    margin-top: 10px;
    border: none;
    border-top: 1px #CC9933 solid;
    opacity: 1;
}
h1[b-78mzmtx5m9] {
    color: #447744;
    font-size: 24px;
}
/* _content/PAS_Core.Shared/Components/Forms/GenericForm.razor.rz.scp.css */
h4[b-lzzr3zhyjm] {
    font-size: 20px;
    font-family: Arial, Helvetica, Sans-serif;
    line-height: normal;
    color: #069;
    font-weight: bold;
}

.firstCol[b-lzzr3zhyjm] {
    font-size: 12px;
    /*  original code: col-4 width: 33.33%*/
    width: 40%;
}

.secondCol[b-lzzr3zhyjm] {
    font-size: 12px;
    white-space: nowrap;
}

td[b-lzzr3zhyjm], th[b-lzzr3zhyjm] {
    padding: 5px;
}
/* _content/PAS_Core.Shared/Components/Forms/GFInput.razor.rz.scp.css */
td[b-0ttf0cnfl9], th[b-0ttf0cnfl9] {
    padding: 5px;
}
/* _content/PAS_Core.Shared/Components/Forms/MultiRecord.razor.rz.scp.css */
.halfWidth[b-tltct2sacq]{
    width: 50%;
}
/* _content/PAS_Core.Shared/Components/HoverPopover.razor.rz.scp.css */
.tooltip-wrapper[b-juz9dlcice] {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
    cursor: help;
}

#HoverPopover[b-juz9dlcice] {
    visibility: hidden;
    position: absolute;
    width: 10vw;
    bottom: 100%;
    left: 50%;
    margin-left: -5vw;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

#HoverPopover[b-juz9dlcice]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

#HoverPopoverDown[b-juz9dlcice] {
    visibility: hidden;
    position: absolute;
    width: 10vw;
    top: 100%;
    left: 50%;
    margin-left: -5vw;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

#HoverPopoverDown[b-juz9dlcice]::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.tooltip-wrapper:hover #HoverPopoverDown[b-juz9dlcice] {
    visibility: visible;
}

.tooltip-wrapper:hover #HoverPopover[b-juz9dlcice] {
    visibility: visible;
}

.blue[b-juz9dlcice] {
    color: #0a58ca;
}
/* _content/PAS_Core.Shared/Components/InputPopover.razor.rz.scp.css */
.tooltip-wrapper[b-fezl7xinci] {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
    cursor: help;
}


#InputPopover[b-fezl7xinci] {
    visibility: hidden;
    position: absolute;
    width: 10vw;
    bottom: 100%;
    left: 50%;
    margin-left: -5vw;
    margin-bottom: 8px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

    #InputPopover[b-fezl7xinci]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;        
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover #InputPopover[b-fezl7xinci] {
    visibility: visible;
}
/* _content/PAS_Core.Shared/Components/LoadingWithText.razor.rz.scp.css */
.spinnerCustom[b-o0sptxps3f] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 5rem;
    height: 5rem;
    color: #000066 !important;
}

.loadingDiv[b-o0sptxps3f] {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 2147483647;
}

.loadingText[b-o0sptxps3f] {    
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* _content/PAS_Core.Shared/Components/ModalCASUsers.razor.rz.scp.css */
table[b-olio0ljc25] {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-right-color: rgba(0, 0, 0, 0.3);
    border-left-color: rgba(0, 0, 0, 0.3);
}

/* _content/PAS_Core.Shared/Components/ModalCertification.razor.rz.scp.css */
.approvedTransfer[b-zvy2gm1k6b] {
    background-color: #d9edf7;
    border-color: #bce8f1;
    border-radius: 4px;
}
/* _content/PAS_Core.Shared/Components/ModalCounty.razor.rz.scp.css */
h4[b-b0z6qxequ2] {
    font-size: 20px;
}

h4[b-b0z6qxequ2] {
    font-family: Arial, Helvetica, Sans-serif;
    line-height: normal;
    color: #069;
    font-weight: bold;
}
/* _content/PAS_Core.Shared/Components/ModalDMCDelete.razor.rz.scp.css */
.header[b-uez2ryvs22]{
    font-size: 1.25rem;
}
/* _content/PAS_Core.Shared/Components/ModalDMCEdit.razor.rz.scp.css */
.inputErr[b-j94xrr3dbk] {
    color: red;
}
/* _content/PAS_Core.Shared/Components/ModalPeriod.razor.rz.scp.css */
h4[b-up3deibdsf] {
    font-size: 20px;
}

h4[b-up3deibdsf] {
    font-family: Arial, Helvetica, Sans-serif;
    line-height: normal;
    color: #069;
    font-weight: bold;
}
/* _content/PAS_Core.Shared/Components/ModalSysAdmin.razor.rz.scp.css */
.list-view-grey[b-gfm0dl54jp] {
    background-color: rgba(var(--palette-neutral-2,248, 248, 248),1);
}

.virtualized-container[b-gfm0dl54jp] {
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid rgba(var(--palette-neutral-8,234, 234, 234),1);
    border-radius: .25rem;
}

.tabs[b-gfm0dl54jp] {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none; 
}

.cache-table[b-gfm0dl54jp] {
    border: 1px solid black;
}

.userRow[b-gfm0dl54jp] {
    font-size: .9rem;
}
/* _content/PAS_Core.Shared/Components/ModalUserDetails.razor.rz.scp.css */
table[b-u4gh0dvuio] {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-right-color: rgba(0, 0, 0, 0.3);
    border-left-color: rgba(0, 0, 0, 0.3);
}
mark[b-u4gh0dvuio] {
    background: #99CC99;
}

tr[b-u4gh0dvuio]{
    vertical-align: middle;
    font-size: 14px;
}
/* _content/PAS_Core.Shared/Components/ModalValidation.razor.rz.scp.css */
.fourteenPx[b-kqdyewdefy] {
    font-size: 14px;
}
.tenPercent[b-kqdyewdefy]{
    width: 10%;
}

table[b-kqdyewdefy] {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-right-color: rgba(0, 0, 0, 0.3);
    border-left-color: rgba(0, 0, 0, 0.3);
}
/* _content/PAS_Core.Shared/Components/ModalValidationRuleAddEdit.razor.rz.scp.css */
.page-link[b-50ejstsebu] {
    background-color: #447744;
    border-color: #99CC99;
    color: white;
}
/* _content/PAS_Core.Shared/Components/NavBar.razor.rz.scp.css */
.navbarbg-green[b-avyuxtt2pm] {
    background-color: #1E5100;
}
.userSpan[b-avyuxtt2pm]{
    line-height: 40px;
    color: white;    
}
.dropdown-toggle[b-avyuxtt2pm]{
    color: white !important;
}

.white[b-avyuxtt2pm] {
    color: white !important;
}

.shortButton[b-avyuxtt2pm]{    
    height: 30px;
    
}
/* _content/PAS_Core.Shared/Components/PasFooter.razor.rz.scp.css */
.overview-container[b-miqrwr40ng] {
    border: solid #CCC 1px;
    border-radius: 3px;
    background-color: #F9F9F9;
    width: 100%;
    height: 100%;
}

.lineHeight[b-miqrwr40ng] {
    line-height: 5vh;
}
/* _content/PAS_Core.Shared/Components/PasHeader.razor.rz.scp.css */
.headerWidth[b-g31ozdj46l] {
    width: 96%;
}

.title-text-medium[b-g31ozdj46l] {
    font-size: 1.6rem;
}

.text-right[b-g31ozdj46l] {
    text-align: right !important;
}

a.title-link:link[b-g31ozdj46l], a.title-link:visited[b-g31ozdj46l] {
    text-decoration: none;
}

a:link[b-g31ozdj46l], a:visited[b-g31ozdj46l], a:hover[b-g31ozdj46l], a:active[b-g31ozdj46l], a:focus[b-g31ozdj46l] {
    color: #000066;
    background-color: transparent;
}

.cdeLogo[b-g31ozdj46l] {
    position: relative;
    bottom: 2px;
    left: -3vw;
}

.cdeApp[b-g31ozdj46l] {
    font-weight: 500;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    
}

.fullWidth[b-g31ozdj46l] {
    width: 100%;
}
/* _content/PAS_Core.Shared/Components/RecordInformation.razor.rz.scp.css */
h1[b-ida4qr7cvu] {
    font-size: 20px;
}

h3[b-ida4qr7cvu]{
    font-size: 16px;
    font-weight: bold;
}

.row[b-ida4qr7cvu]{
    font-size: 14px;
}

hr[b-ida4qr7cvu] {
    height: 1px;
    width: 100%;
    color: #CC9933;
    text-align: center;
    margin-top: 10px;
    border: none;
    border-top: 1px #CC9933 solid;
    opacity: 1;
}

.approvedTransfer[b-ida4qr7cvu] {
    background-color: #d9edf7;
    border-color: #bce8f1;
    border-radius: 4px;
}

.panel-footer[b-ida4qr7cvu] {
    background-color: #f5f5f5;
}
/* _content/PAS_Core.Shared/Components/SideBar.razor.rz.scp.css */
body[b-ce1kc5r2va] {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html[b-ce1kc5r2va] {
    height: -webkit-fill-available;
}

main[b-ce1kc5r2va] {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
}

.b-example-divider[b-ce1kc5r2va] {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi[b-ce1kc5r2va] {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle[b-ce1kc5r2va] {
    outline: 0;
}

.nav-flush .nav-link[b-ce1kc5r2va] {
    border-radius: 0;
}

.btn-toggle[b-ce1kc5r2va] {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

    .btn-toggle:hover[b-ce1kc5r2va],
    .btn-toggle:focus[b-ce1kc5r2va] {
        color: rgba(0, 0, 0, .85);
        background-color: #eeeeee;
    }

    .btn-toggle[b-ce1kc5r2va]::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

    .btn-toggle[aria-expanded="true"][b-ce1kc5r2va] {
        color: rgba(0, 0, 0, .85);
    }

        .btn-toggle[aria-expanded="true"][b-ce1kc5r2va]::before {
            transform: rotate(90deg);
        }

.btn-toggle-nav a[b-ce1kc5r2va] {
    display: inline-flex;
    padding: .1875rem .5rem;
    /*margin-top: .125rem;
    margin-left: 1.25rem;*/
    text-decoration: none;
}

    .btn-toggle-nav a:hover[b-ce1kc5r2va],
    .btn-toggle-nav a:focus[b-ce1kc5r2va] {
        background-color: #eeeeee;
    }

.scrollarea[b-ce1kc5r2va] {
    overflow-y: auto;
}

.fw-semibold[b-ce1kc5r2va] {
    font-weight: 600;
}

.lh-tight[b-ce1kc5r2va] {
    line-height: 1.25;
}

.toggleUp[b-ce1kc5r2va] {
    transform: rotate(-90deg);
}

.collapse li a[b-ce1kc5r2va] {
    border-bottom: 1px solid #e7e7e7;
    padding: 8px 3%;
    width: 100%;
}

.nav > li[b-ce1kc5r2va] {
    position: relative;
    display: block;
}

.nav[b-ce1kc5r2va] {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.sidebar ul li a[b-ce1kc5r2va] {
    color: #000;
    font-weight: 300;
    text-decoration: none;
}

.nav > li > a[b-ce1kc5r2va] {
    position: relative;
    display: block;
    padding: 10px 15px;
}

li[b-ce1kc5r2va]{
    width: 100%;
}

.sidebar[b-ce1kc5r2va] {
    background-color: #F5F5F5;
}

.subTitle[b-ce1kc5r2va]{
    background-color: #F5F5F5;
}

.sidebar ul li a:hover[b-ce1kc5r2va] {
    /* background-color: #99CC99; */
    border-left: 10px solid #1E5100;
}
.buttonDiv[b-ce1kc5r2va] {
    border-bottom: 1px solid #e7e7e7;
}

.title[b-ce1kc5r2va]{
    color: black;
    font-size: 14px;
}

.nounderline[b-ce1kc5r2va] {
    text-decoration: none !important
}

    .nounderline:hover[b-ce1kc5r2va] {
        border-left: 10px solid #1E5100;
    }

.z-index9999[b-ce1kc5r2va]{
    z-index: 9999;
}
/* _content/PAS_Core.Shared/Components/SideNews.razor.rz.scp.css */
h2[b-j6xetvjfic] {
    font-size: 20px;
    font-family: Arial, Helvetica, Sans-serif;
    line-height: normal;    
    font-weight: bold;
}

h3[b-j6xetvjfic] {
    font-size: 18px;
    font-family: Arial, Helvetica, Sans-serif;
    line-height: normal;
    font-weight: bold;
    display: inline;
}

.notification-header[b-j6xetvjfic] {   
    color: #1E5100;
    
}

a:link[b-j6xetvjfic], .list-group-item-text[b-j6xetvjfic] {
    color: #0000FF;
}

.notification-header small[b-j6xetvjfic] {
    float: right;
    font-size: .75em;
}

.list-group-item-heading[b-j6xetvjfic]{
    line-height: 30px;
}
/* _content/PAS_Core.Shared/Components/TableDelayRender.razor.rz.scp.css */
table[b-9y7j3i6hwz] {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-right-color: rgba(0, 0, 0, 0.3);
    border-left-color: rgba(0, 0, 0, 0.3);
}
/* _content/PAS_Core.Shared/Components/TableValidationRules.razor.rz.scp.css */
.actionCol[b-ewaj8uxm5z] {
    width: 6%;
}

table[b-ewaj8uxm5z] {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-right-color: rgba(0, 0, 0, 0.3);
    border-left-color: rgba(0, 0, 0, 0.3);
}
/* _content/PAS_Core.Shared/Components/Web/DataEntry/Forms.razor.rz.scp.css */
h1[b-j12akmvfuu]{
    font-size: 20px;
}

h2[b-j12akmvfuu] {
    font-size: 16px;
    font-weight: bold;
}

hr[b-j12akmvfuu] {
    height: 1px;
    width: 100%;
    color: #CC9933;
    text-align: center;
    margin-top: 10px;
    border: none;
    border-top: 1px #CC9933 solid;
    opacity: 1;
}

