/* _content/CDE_BlazorComponents/Accessibility/CDE_Form.razor.rz.scp.css */
.validation-accessible[b-g8afw6k8c8], .validation-message[b-g8afw6k8c8] {
    color: #b30f0f;
}
/* _content/CDE_BlazorComponents/Breadcrumbs.razor.rz.scp.css */
.breadcrumb[b-gaoyqugg63] {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
    font-size: 12px;
}

a[b-gaoyqugg63] {
    margin-left: .5rem;
    margin-right: .5rem;
    color: black;
    text-decoration: none;
}

    a:hover[b-gaoyqugg63] {
        text-decoration: underline;
    }

.noLink[b-gaoyqugg63] {
    margin-left: .5rem;
    margin-right: .5rem;
}
/* _content/CDE_BlazorComponents/Card.razor.rz.scp.css */
.cardHelp[b-cd5ljfu576] {
    text-decoration: none;
    font-size: .9em;
    color: black;
}

.cardHeader[b-cd5ljfu576] {
    font-size: 1.25rem;
    background-color: #DDEEFF;
}

.card-body[b-cd5ljfu576] {
    color: black;
}
/* _content/CDE_BlazorComponents/Loading.razor.rz.scp.css */
.spinnerCustom[b-6xijsh8zp2] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 5rem;
    height: 5rem;
    color: #000066 !important;
}

.loadingDiv[b-6xijsh8zp2] {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 2147483647;
}
/* _content/CDE_BlazorComponents/MultiSelect.razor.rz.scp.css */
.multiSelect[b-74e4k1pyhp] {
    min-height: 38px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    line-height: 0;
}

.multiSelectMenu[b-74e4k1pyhp] {
    position: absolute;
    border: 1px solid #ced4da;
    /*width: inherit;*/
    background-color: white;
    z-index: 10;
    /*width: 46.5%;*/
    width: 100%;
    border-radius: .25rem;
    cursor: pointer;
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}

.posRel[b-74e4k1pyhp]{
    position: relative;
}

.multiSelectHover[b-74e4k1pyhp] {
    background-color: #3f3f3f;
    color: white;
}

.selectedItem[b-74e4k1pyhp] {
    display: inline-block;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    /*min-height: 38px;*/
    margin: 1px;
}

.selectedName[b-74e4k1pyhp] {
    display: inline-block;
    line-height: 2.0rem;
    padding-left: .25rem;
    padding-right: .25rem;
}

.closeItem[b-74e4k1pyhp] {
    display: inline-block;
    background-color: whitesmoke;
    padding-left: .25rem;
    padding-right: .25rem;
}

.selectedContainer[b-74e4k1pyhp] {
    width: 100%;
    padding-right: 2.25rem;
    /*min-height: 38px;*/
    min-height: 2.25rem;
    display: inline-block;
    transition: all 0.5s;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-position: right .75rem center;
    background-size: 16px 12px;
}

    .selectedContainer span[b-74e4k1pyhp] {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

    .selectedContainer:hover span[b-74e4k1pyhp]:after {
        opacity: 1;
        right: 0;
    }

.dropdownSelect[b-74e4k1pyhp] {
    width: 10%;
    position: absolute;
    min-height: 38px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-position: right 3.25rem center;
    background-size: 16px 12px;
}

.multiInput[b-74e4k1pyhp] {
    height: 2.20rem;
    border: none;
    padding-left: .25rem;
    margin-left: .25rem;
}

    .multiInput:focus[b-74e4k1pyhp] {
        outline: none;
    }

.visuallyhidden[b-74e4k1pyhp] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* _content/CDE_BlazorComponents/MultiSelectAccessible.razor.rz.scp.css */
.multiSelect[b-vpyynj7tov] {
    min-height: 38px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    line-height: 0;
}

.togClass:focus[b-vpyynj7tov], .togOpen[b-vpyynj7tov] {
    border: 1px solid #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    border-radius: .25rem;
}

.togClass:focus-visible[b-vpyynj7tov], selectedContainer:focus-visible[b-vpyynj7tov] {
    outline: none;
}

.multiSelectMenu[b-vpyynj7tov] {
    position: absolute;
    border: 1px solid #ced4da;
    /*width: inherit;*/
    background-color: white;
    z-index: 10;
    /*width: 46.5%;*/
    width: 100%;
    border-radius: .25rem;
    cursor: pointer;
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}

.posRel[b-vpyynj7tov] {
    position: relative;
}

.multiSelectHover[b-vpyynj7tov] {
    background-color: #3f3f3f;
    color: white;
}

.selectedItem[b-vpyynj7tov] {
    display: inline-block;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    /*min-height: 38px;*/
    margin: 1px;
}

.selectedName[b-vpyynj7tov] {
    display: inline-block;
    line-height: 2.0rem;
    padding-left: .25rem;
    padding-right: .25rem;
}

.closeItem[b-vpyynj7tov] {
    display: inline-block;
    background-color: whitesmoke;
    padding-left: .25rem;
    padding-right: .25rem;
}

.selectedContainer[b-vpyynj7tov] {
    width: 100%;
    padding-right: 2.25rem;
    /*min-height: 38px;*/
    min-height: 2.25rem;
    display: inline-block;
    transition: all 0.5s;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-position: right .75rem center;
    background-size: 16px 12px;
}

    .selectedContainer span[b-vpyynj7tov] {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

    .selectedContainer:hover span[b-vpyynj7tov]:after {
        opacity: 1;
        right: 0;
    }

.dropdownSelect[b-vpyynj7tov] {
    width: 10%;
    position: absolute;
    min-height: 38px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-position: right 3.25rem center;
    background-size: 16px 12px;
}

.multiInput[b-vpyynj7tov] {
    height: 2.20rem;
    border: none;
    padding-left: .25rem;
    margin-left: .25rem;
}

    .multiInput:focus[b-vpyynj7tov] {
        outline: none;
    }

.visuallyhidden[b-vpyynj7tov] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* _content/CDE_BlazorComponents/Repository/RepositoryGeneric.razor.rz.scp.css */
table[b-5q40wc3ihx] {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.tdLink[b-5q40wc3ihx] {
    cursor: pointer;
}

    .tdLink:hover[b-5q40wc3ihx] {
        text-decoration: underline;
    }
/* _content/CDE_BlazorComponents/Repository/RepositoryGenericEdit.razor.rz.scp.css */
.inputErr[b-wpsp3wzcda]
{
    color: red;
}
/* _content/CDE_BlazorComponents/Signature.razor.rz.scp.css */
.sigClear[b-e0keol2foa]{
    padding: 1px 3px;
}


.signature[b-e0keol2foa] {
    border: 1px solid #c4caac;
    width: 100%;    
}

.roundCorners[b-e0keol2foa]{
    position: absolute !important;
}
/* _content/CDE_BlazorComponents/Site.razor.rz.scp.css */
.page[b-8fkghqzhlk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8fkghqzhlk] {
    flex: 1;
    background-color: #F7F4EE;
}

.content[b-8fkghqzhlk] {
    background-image: url(/images/background1260.jpg);
    background-position: center center;
    background-repeat: repeat-y;
    background-size: 100%;
}

.sidebar[b-8fkghqzhlk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8fkghqzhlk] {
    border-bottom: 1px solid #000066;
    justify-content: flex-end;    
    height: 74px;    
    display: flex;
    align-items: center;
}

    .top-row[b-8fkghqzhlk]  a, .top-row .btn-link[b-8fkghqzhlk] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-8fkghqzhlk] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.top-row-nounderline[b-8fkghqzhlk] {    
    justify-content: flex-end;
    height: 74px;
    display: flex;
    align-items: center;
}

    .top-row-nounderline[b-8fkghqzhlk]  a, .top-row-nounderline .btn-link[b-8fkghqzhlk] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row-nounderline a:first-child[b-8fkghqzhlk] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.bottom-row[b-8fkghqzhlk] {
    justify-content: flex-end;
    /*
        border-bottom: 1px solid #6699cc;
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        height: 3.5rem;
        height: 150px;
        background-color: #f5f5f5;
    */
    height: 5vh;
    margin-right: 1vw;
    display: flex;
    align-items: center;
}

    .bottom-row[b-8fkghqzhlk]  a, .bottom-row .btn-link[b-8fkghqzhlk] {
        white-space: nowrap;
        margin-left: 1rem;
        margin-right: 1rem;
        color: black;
        font-size: 80%;
    }

    .bottom-row a:first-child[b-8fkghqzhlk] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .bottom-row:not(.auth)[b-8fkghqzhlk] {
        display: none;
    }

    .bottom-row.auth[b-8fkghqzhlk] {
        justify-content: space-between;
    }

    .bottom-row a[b-8fkghqzhlk], .bottom-row .btn-link[b-8fkghqzhlk] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8fkghqzhlk] {
        flex-direction: row;
    }

    .sidebar[b-8fkghqzhlk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8fkghqzhlk] {
        /*position: sticky;*/
        top: 0;
        z-index: 1;
    }

    .bottom-row[b-8fkghqzhlk] {
        /*position: absolute;*/
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    article[b-8fkghqzhlk] {
        /*min-height: calc(100vh - 74px);*/
        min-height: 100vh;
        margin: 0;
        position: relative;
    }

    /*body::after {
        content: '';
        display: block;
        height: 150px;
    }*/

    
}

.articlePadding[b-8fkghqzhlk] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
}

.shrinkTopRow[b-8fkghqzhlk] {
    position: relative;
    width: 96%;
    left: 2%;
}

.mainRow[b-8fkghqzhlk] {
    width: 100vw;
}
/* _content/CDE_BlazorComponents/SiteFooter.razor.rz.scp.css */
.overview-container[b-ikwahz2te5] {
    border: solid #CCC 1px;
    border-radius: 3px;
    background-color: #F9F9F9;
    width: 100%;
    height: 100%;
}

.lineHeight[b-ikwahz2te5] {
    line-height: 5vh;
}
/* _content/CDE_BlazorComponents/SiteHeader.razor.rz.scp.css */
.headerWidth[b-skurc6xior] {
    width: 96%;
}

.title-text-medium[b-skurc6xior] {
    font-size: 1.6rem;
}

.text-right[b-skurc6xior] {
    text-align: right !important;
}

a.title-link:link[b-skurc6xior], a.title-link:visited[b-skurc6xior] {
    text-decoration: none;
}

a:link[b-skurc6xior], a:visited[b-skurc6xior], a:hover[b-skurc6xior], a:active[b-skurc6xior], a:focus[b-skurc6xior] {
    color: #000066;
    background-color: transparent;
}

.cdeLogo[b-skurc6xior] {
    position: relative;
    bottom: 2px;
    left: -3vw;
}

.cdeApp[b-skurc6xior] {
    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-skurc6xior] {
    width: 100%;
}
/* _content/CDE_BlazorComponents/SubHeader.razor.rz.scp.css */
h1[b-bomwco4hna] {
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: normal;
    line-height: 35px;
    margin: 0;
    color: #000066;
    font-size: 30px;
}

h2[b-bomwco4hna] {
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: normal;
    line-height: normal;
    color: #4F6A92;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h3[b-bomwco4hna] {
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: normal;
    line-height: normal;
    color: #815f1c;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h4[b-bomwco4hna] {
    font-family: Arial, Helvetica, Sans-serif;
    line-height: normal;
    color: #069;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
