/* /Components/Administration/DeleteDatabase.razor.rz.scp.css */
.global-container[b-fyhugkkz75] {
    display: flex;
    flex-direction: column;
    height: 100%;
}


.header-container[b-fyhugkkz75] {
    background-color: #DAE3F3;
    display: flex;
    padding: 5px;
    align-items: center;
}

.header-container-left[b-fyhugkkz75] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-container-center[b-fyhugkkz75] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-container-right[b-fyhugkkz75] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.main-container[b-fyhugkkz75] {
    display: flex;
    flex-direction: row;
    flex: 1;
    height: 0;
}

/**********************************/
/* left panel                     */
/**********************************/

.left-panel[b-fyhugkkz75] {
    background-color: #384465;
    min-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
}

.left-panel-header[b-fyhugkkz75] {
    display: flex;
    width: 18rem;
    color: white;
    padding: 10px 0px 10px 0px;
}

.left-panel-header-item[b-fyhugkkz75] {
}

    .left-panel-header-item:last-of-type[b-fyhugkkz75] {
        margin-left: auto;
    }

.left-panel-content[b-fyhugkkz75] {
    padding: 0 22px 0 22px;
}

/**********************************/
/* main panel                   */
/**********************************/

.main-panel-content[b-fyhugkkz75] {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 0;
    padding-left: 50px;
    padding-right: 50px;
    overflow:auto;
}

.input-search[b-fyhugkkz75] {
    padding-right: 35px;
    min-width: 300px
}

.button-inside-input-search[b-fyhugkkz75] {
    margin-left: -35px;
    padding: 2px 6px;
}

.button-inside-input-search-clear[b-fyhugkkz75] {
    margin-left: -65px;
    padding: 2px 6px;
    border-radius: 50px;
    opacity: 0.5;
    color: black;
    background-color: transparent;
    border: 0px;
}

.filter-card[b-fyhugkkz75] {
    background-color: transparent;
    /*border: 2px solid #1360A1;*/
    border-top: 1px solid white;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    color: white;
    width: 18rem;
    /*margin-top: 1rem;*/
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

    .filter-card > .card-body[b-fyhugkkz75] {
        padding: 0px
    }

        .filter-card > .card-body > .card-title[b-fyhugkkz75] {
            padding: 1.25rem 1.25rem 0px 0px;
        }

.card-content[b-fyhugkkz75] {
    padding: 1.25rem 1.25rem 1.25rem 0;
    padding-top: 0px;
}

.checkbox[b-fyhugkkz75] {
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .container[b-fyhugkkz75] {
        max-width: 3000px;
    }
}
/* /Components/Administration/FillDataBase.razor.rz.scp.css */
.global-container[b-6ce17qs7i7] {
    display: flex;
    flex-direction: column;
    height: 100%;
}


.header-container[b-6ce17qs7i7] {
    background-color: #DAE3F3;
    display: flex;
    padding: 5px;
    align-items: center;
}

.header-container-left[b-6ce17qs7i7] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-container-center[b-6ce17qs7i7] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-container-right[b-6ce17qs7i7] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.main-container[b-6ce17qs7i7] {
    display: flex;
    flex-direction: row;
    flex: 1;
    height: 0;
}

/**********************************/
/* left panel                     */
/**********************************/

.left-panel[b-6ce17qs7i7] {
    background-color: #384465;
    min-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
}

.left-panel-header[b-6ce17qs7i7] {
    display: flex;
    width: 18rem;
    color: white;
    padding: 10px 0px 10px 0px;
}

.left-panel-header-item[b-6ce17qs7i7] {
}

    .left-panel-header-item:last-of-type[b-6ce17qs7i7] {
        margin-left: auto;
    }

.left-panel-content[b-6ce17qs7i7] {
    padding: 0 22px 0 22px;
}

/**********************************/
/* main panel                   */
/**********************************/

.main-panel-content[b-6ce17qs7i7] {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 0;
    padding-left: 50px;
    padding-right: 50px;
    overflow:auto;
}

.input-search[b-6ce17qs7i7] {
    padding-right: 35px;
    min-width: 300px
}

.button-inside-input-search[b-6ce17qs7i7] {
    margin-left: -35px;
    padding: 2px 6px;
}

.button-inside-input-search-clear[b-6ce17qs7i7] {
    margin-left: -65px;
    padding: 2px 6px;
    border-radius: 50px;
    opacity: 0.5;
    color: black;
    background-color: transparent;
    border: 0px;
}

.filter-card[b-6ce17qs7i7] {
    background-color: transparent;
    /*border: 2px solid #1360A1;*/
    border-top: 1px solid white;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    color: white;
    width: 18rem;
    /*margin-top: 1rem;*/
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

    .filter-card > .card-body[b-6ce17qs7i7] {
        padding: 0px
    }

        .filter-card > .card-body > .card-title[b-6ce17qs7i7] {
            padding: 1.25rem 1.25rem 0px 0px;
        }

.card-content[b-6ce17qs7i7] {
    padding: 1.25rem 1.25rem 1.25rem 0;
    padding-top: 0px;
}

.checkbox[b-6ce17qs7i7] {
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .container[b-6ce17qs7i7] {
        max-width: 3000px;
    }
}
/* /Components/Administration/Informations.razor.rz.scp.css */
.global-container[b-fu8abdncvh] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header-container[b-fu8abdncvh] {
    background-color: #DAE3F3;
    display: flex;
    padding: 5px;
    align-items: center;
}

.header-container-left[b-fu8abdncvh] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-container-center[b-fu8abdncvh] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-container-right[b-fu8abdncvh] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.main-container[b-fu8abdncvh] {
    display: flex;
    flex-direction: row;
    background-color: #384465;
    flex: 1;
    height: 0;
}

.document-info[b-fu8abdncvh] {
    color: white;    
    border-radius: 5px;
    padding: 7px;
    display: inline-flex;
    background-color: #2C354E;    
}


/* /Components/Administration/PurgeSettings.razor.rz.scp.css */
.global-container[b-r7l6ut2g8x] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header-container[b-r7l6ut2g8x] {
    background-color: #DAE3F3;
    display: flex;
    padding: 5px;
    align-items: center;
}

.header-container-left[b-r7l6ut2g8x] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-container-center[b-r7l6ut2g8x] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-container-right[b-r7l6ut2g8x] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.main-container[b-r7l6ut2g8x] {
    display: flex;
    flex-direction: row;
    background-color: #384465;
    flex: 1;
    height: 0;
}

.document-info[b-r7l6ut2g8x] {
    color: white;    
    border-radius: 5px;
    padding: 7px;
    display: inline-flex;
    background-color: #2C354E;    
}


/* /Components/Administration/Translations.razor.rz.scp.css */
.global-container[b-yu51jrwzjt] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header-container[b-yu51jrwzjt] {
    background-color: #DAE3F3;
    display: flex;
    padding: 5px;
    align-items: center;
}

.header-container-left[b-yu51jrwzjt] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-container-center[b-yu51jrwzjt] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-container-right[b-yu51jrwzjt] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.main-container[b-yu51jrwzjt] {
    display: flex;
    flex-direction: row;
    background-color: #384465;
    flex: 1;
    height: 0;
}

.document-info[b-yu51jrwzjt] {
    color: white;    
    border-radius: 5px;
    padding: 7px;
    display: inline-flex;
    background-color: #2C354E;    
}


/* /Components/BlazorPdfJs/PdfJs.razor.rz.scp.css */
#the-canvas[b-07ji66etw0] {
    direction: ltr;
}
/* /Components/DocumentDisplay/DynamicForm.razor.rz.scp.css */
/*body {
    background-color:azure;
    height:500px;
    width:auto;
}

.form-group {
    padding-left: 20px;
    padding-right: 20px;
}

.form-control:focus {
    border-width:3px;
    box-shadow: none;
}

.form-control.valid {
    border-color: green;
}

.form-control.unvalid {
    border-color: red;
}

.field {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.localisation-blue {
    color: #0F6AFF;
}

.localisation-orange {
    color: #FC6719;
}

.form-control:focus:first-line {
    background-color: gold;
}

.editable-select {
    background-color: white;
}*/




/* /Components/DocumentDisplay/Scenario.razor.rz.scp.css */

.scenario-step-icon[b-b3j4yoi24z] {
    background-color: #2C354E;
    width: 25px;
}

.scenario-step-text[b-b3j4yoi24z] {
    font-size: 8px;
    margin-top: 25px;
    position: absolute;
    white-space: nowrap;
}

.scenario-step[b-b3j4yoi24z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}



div.boxItem[b-b3j4yoi24z] {
    display: inline-block;
    /* border: 1px solid black; */
    /* padding: 1em; */
    margin-right: 3em;
    position: relative;
    padding-bottom: 20px;
    /* margin-top: -10px;*/
}

.boxItem[b-b3j4yoi24z]:before,
.boxItem[b-b3j4yoi24z]:after {
    content: '';
    width: 2em; /* size of your margin */
    border-bottom: 1px solid;
    position: absolute;
    top: 30%;
}

[b-b3j4yoi24z]:after {
    left: 100%;
}

[b-b3j4yoi24z]:before {
    right: 100%;
}

.boxItem:first-of-type[b-b3j4yoi24z]:before,
.boxItem:last-of-type[b-b3j4yoi24z]:after {
    display: none;
}

/* /Components/DocumentDisplay/ToggleGroup.razor.rz.scp.css */

.switch-active[b-pkvdwl5w7o] {
    color: #fff !important;
    background-color: #0062cc !important;
}

.btn-switch[b-pkvdwl5w7o] {
    color: #000000;
    background-color: white;
    border-radius: 0;
    margin: 0;
    border: 0;
}

.radio-style[b-pkvdwl5w7o] {
    width: 50px;
    margin: 0px;
}

/* /Components/Documents/CheckBoxList.razor.rz.scp.css */
input[b-rp5ec43rhh] {   
    margin-right: 5px;
}
/* /Components/Documents/FilterGrid.razor.rz.scp.css */

.table-wrapper[b-95k62pqqgo] {
    overflow-y: scroll;
    height: 0px;
    flex: 1;
}

.table-wrapper th[b-95k62pqqgo] {
    position: sticky;
    top: 0;
}

.app-fab--absolute[b-95k62pqqgo] {
    position: fixed;
    top: 11rem;
    right: 1rem;
}

.sort-th[b-95k62pqqgo] {
    cursor: pointer !important;
    cursor: hand !important;
}

th.unsortable[b-95k62pqqgo] {
    cursor: default;
}

.fa[b-95k62pqqgo] {
    margin-left: 5px;
    float: none;
}

.table td[b-95k62pqqgo], .table th[b-95k62pqqgo] {
    padding: .35rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    vertical-align: middle;
}

.top-menu[b-95k62pqqgo] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px;
}

th[b-95k62pqqgo] {
    z-index: 2;
}

.table .thead-light th[b-95k62pqqgo] {
    top: -1px;
}
tr[b-95k62pqqgo] {
    transition: all 50ms cubic-bezier(0.420, 0.000, 1.000, 1.000); /* ease-in */
    transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000); /* ease-in */
}

tr:hover[b-95k62pqqgo] {
    background-color: #dee2e6;
    cursor: pointer !important;
    cursor: hand !important;
}

.numberCircle[b-95k62pqqgo] {
    font: 10px Arial, sans-serif;
    width: 2em;
    height: 2em;
    box-sizing: initial;
    /* background: #fff; */
    border: 0.1em solid white;
    color: white;
    text-align: center;
    border-radius: 50%;
    line-height: 2em;
    box-sizing: content-box;
    background-color: red;
    position: absolute;
    top: -5px;
    left: 35px;
}

/***************************/
/*     Dropdown menu
/***************************/

/* Dropdown Button */
.dropbtn[b-95k62pqqgo] {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover[b-95k62pqqgo], .dropbtn:focus[b-95k62pqqgo] {
    background-color: #2980B9;
}

/* The container - needed to position the dropdown content */
.dropdown[b-95k62pqqgo] {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content[b-95k62pqqgo] {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    margin-left: -220px;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    cursor: pointer !important;
    cursor: hand !important;
}

/* Links inside the dropdown */
.dropdown-content a[b-95k62pqqgo] {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover[b-95k62pqqgo] {
    background-color: #ddd
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show[b-95k62pqqgo] {
    display: block;
}

.btn-bootstrap-icon-16[b-95k62pqqgo] {
    margin-right: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.dropdown-menu-column[b-95k62pqqgo] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.center-text-inside-button[b-95k62pqqgo] {
    margin-right: 5px;
    height: 50px;
    width: 50px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
}

img.doc-info-icon[b-95k62pqqgo] {
    height: 20px;
    width: 20px;
    margin-left: 5px
}
/* /Components/HeaderBar.razor.rz.scp.css */

.top-bar[b-m3xdkjvbwc] {
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #2C354E;
    display: flex;
    align-items: center;
}

.flex-title[b-m3xdkjvbwc] {
    display: inline-flex;
    color: white;
    font-size: 24px;
    flex: 1;
}

.flex-gap[b-m3xdkjvbwc] {
    display: inline-flex;
    flex-wrap: wrap;
    color: white;
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

.flex-gap > div[b-m3xdkjvbwc] {
    margin: 6px;
}

.select-box[b-m3xdkjvbwc] {
    width: 150px;
    margin: 6px;
    border: 1px solid white;    
    color: white;
    background-color: transparent !important;
}

.select-box:focus[b-m3xdkjvbwc] {
    background-color: white !important;
}
/* /Components/ManageAccount/Langage.razor.rz.scp.css */
.global-container[b-nzzphor6oj] {
    /*height: 100vh; 
    display: flex; 
    flex-direction: column;*/
}


.header-container[b-nzzphor6oj] {
    background-color: #DAE3F3;
    display: flex;
    /*flex-wrap:wrap;*/
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.header-container-left[b-nzzphor6oj] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-container-center[b-nzzphor6oj] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-container-right[b-nzzphor6oj] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.main-container[b-nzzphor6oj] {
    display: flex;
    flex-direction: row;
    /*height: 94vh;*/
}

/**********************************/
/* left panel                     */
/**********************************/

.left-panel[b-nzzphor6oj] {
    background-color: #384465;
    min-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
}

.left-panel-header[b-nzzphor6oj] {
    display: flex;
    width: 18rem;
    color: white;
    padding: 10px 0px 10px 0px;
}

.left-panel-header-item[b-nzzphor6oj] {
}

    .left-panel-header-item:last-of-type[b-nzzphor6oj] {
        margin-left: auto;
    }

.left-panel-content[b-nzzphor6oj] {
    padding: 0 22px 0 22px;
}

/**********************************/
/* center panel                   */
/**********************************/

.center-panel[b-nzzphor6oj] {
    padding-left: 0px;
    flex: 1;
    min-width: 800px;
}

.center-panel-content[b-nzzphor6oj] {
    padding-left: 50px;
    padding-right: 50px;
}

.input-search[b-nzzphor6oj] {
    padding-right: 35px;
    min-width: 300px
}

.button-inside-input-search[b-nzzphor6oj] {
    margin-left: -35px;
    padding: 2px 6px;
}

.button-inside-input-search-clear[b-nzzphor6oj] {
    margin-left: -65px;
    padding: 2px 6px;
    border-radius: 50px;
    opacity: 0.5;
    color: black;
    background-color: transparent;
    border: 0px;
}

.filter-card[b-nzzphor6oj] {
    background-color: transparent;
    /*border: 2px solid #1360A1;*/
    border-top: 1px solid white;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    color: white;
    width: 18rem;
    /*margin-top: 1rem;*/
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

    .filter-card > .card-body[b-nzzphor6oj] {
        padding: 0px
    }

        .filter-card > .card-body > .card-title[b-nzzphor6oj] {
            padding: 1.25rem 1.25rem 0px 0px;
        }

.card-content[b-nzzphor6oj] {
    padding: 1.25rem 1.25rem 1.25rem 0;
    padding-top: 0px;
}

.checkbox[b-nzzphor6oj] {
    margin-right: 10px;
}
/* /Pages/About.razor.rz.scp.css */
.global-container[b-npwqytl1io] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header-container[b-npwqytl1io] {
    background-color: #DAE3F3;
    display: flex;
    padding: 5px;
    align-items: center;
}

.header-container-left[b-npwqytl1io] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-container-center[b-npwqytl1io] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-container-right[b-npwqytl1io] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.main-container[b-npwqytl1io] {
    display: flex;
    flex-direction: row;    
    flex: 1;
    height: 0;
}

/**********************************/
/* left panel                     */
/**********************************/

.left-panel[b-npwqytl1io] {
    background-color: #384465;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left-panel-header[b-npwqytl1io] {
    display: flex;
    width: 18rem;
    color: white;
    padding: 10px 0px 10px 0px;
}

.left-panel-header-item[b-npwqytl1io] {
}

.left-panel-header-item:last-of-type[b-npwqytl1io] {
    margin-left: auto;
}

.left-panel-content[b-npwqytl1io] {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 0;
    overflow: auto;
}

/**********************************/
/* center panel                   */
/**********************************/

.center-panel[b-npwqytl1io] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 0;
    flex: 1;
}

.center-panel-content[b-npwqytl1io] {
    padding-left: 10px;
    padding-right: 10px;
    height: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

input.input-search[b-npwqytl1io] {
    padding-right: 35px;
    min-width: 400px
}

.button-inside-input-search[b-npwqytl1io] {
    margin-left: -35px;
    padding: 2px 6px;
}

.button-inside-input-search-clear[b-npwqytl1io] {
    margin-left: -65px;
    padding: 2px 6px;
    border-radius: 50px;
    opacity: 0.5;
    color:black;
    background-color:transparent;
    border:0px;
}

.filter-card[b-npwqytl1io] {
    background-color: transparent;
    /*border: 2px solid #1360A1;*/
    border-top: 1px solid white;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    color: white;
    width: 18rem;
    /*margin-top: 1rem;*/
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.filter-card > .card-body[b-npwqytl1io] {
    padding: 0px
}

.filter-card > .card-body > .card-title[b-npwqytl1io] {
    padding: 1.25rem 1.25rem 0px 0px;
}

.card-content[b-npwqytl1io] {
    padding-bottom: 10px;    
}

.checkbox[b-npwqytl1io] {
    margin-right: 10px;
}
/* /Pages/Administration.razor.rz.scp.css */
.navbar-toggler[b-ttl03dl5qh] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ttl03dl5qh] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}
.alert-success[b-ttl03dl5qh] {
    background-color: #a6d94c
}

.button-style[b-ttl03dl5qh] {
    width: 100% !important;
    background-color: #384465;
    border-color: #384465;
    text-align: left;
}
.text-style[b-ttl03dl5qh] {
    margin-left: auto;
    
    text-align: left;
    width: 100%;
    font-size: 1.8rem;
}
.left-panel-header[b-ttl03dl5qh] {
    display: flex;
    width: 18rem;
    color: white;
    padding: 10px 0px 10px 0px;
}
/* /Pages/BatchControl.razor.rz.scp.css */
.global-container[b-uoaol55j4i] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header-container[b-uoaol55j4i] {
    background-color: #DAE3F3;
    display: flex;
    padding: 5px;
    align-items: center;
}

.header-container-left[b-uoaol55j4i] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-container-center[b-uoaol55j4i] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-container-right[b-uoaol55j4i] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.main-container[b-uoaol55j4i] {
    display: flex;
    flex-direction: row;
    flex: 1;
    height: 0;
    background-color: #384465;
}

.document-info[b-uoaol55j4i] {
    color: white;    
    border-radius: 5px;
    padding: 7px;
    display: inline-flex;
    background-color: #2C354E;    
}


/* /Pages/Chart.razor.rz.scp.css */
.global-container[b-i25goksq8h] {
    /*height: 100vh; 
    display: flex; 
    flex-direction: column;*/
}


.header-container[b-i25goksq8h] {
    background-color: #DAE3F3;
    display: flex;
    /*flex-wrap:wrap;*/
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.header-container-left[b-i25goksq8h] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-container-center[b-i25goksq8h] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-container-right[b-i25goksq8h] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.main-container[b-i25goksq8h] {
    display: flex;
    flex-direction: row;
    /*height: 94vh;*/
}

/**********************************/
/* left panel                     */
/**********************************/

.left-panel[b-i25goksq8h] {
    background-color: #384465;
    min-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
}

.left-panel-header[b-i25goksq8h] {
    display: flex;
    width: 18rem;
    color: white;
    padding: 10px 0px 10px 0px;
}

.left-panel-header-item[b-i25goksq8h] {
}

    .left-panel-header-item:last-of-type[b-i25goksq8h] {
        margin-left: auto;
    }

.left-panel-content[b-i25goksq8h] {
    padding: 0 22px 0 22px;
}

/**********************************/
/* center panel                   */
/**********************************/

.center-panel[b-i25goksq8h] {
    padding-left: 0px;
    flex: 1;
    min-width: 800px;
}

.center-panel-content[b-i25goksq8h] {
    padding-left: 50px;
    padding-right: 50px;
}

.input-search[b-i25goksq8h] {
    padding-right: 35px;
    min-width: 300px
}

.button-inside-input-search[b-i25goksq8h] {
    margin-left: -35px;
    padding: 2px 6px;
}

.button-inside-input-search-clear[b-i25goksq8h] {
    margin-left: -65px;
    padding: 2px 6px;
    border-radius: 50px;
    opacity: 0.5;
    color: black;
    background-color: transparent;
    border: 0px;
}

.filter-card[b-i25goksq8h] {
    background-color: transparent;
    /*border: 2px solid #1360A1;*/
    border-top: 1px solid white;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    color: white;
    width: 18rem;
    /*margin-top: 1rem;*/
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

    .filter-card > .card-body[b-i25goksq8h] {
        padding: 0px
    }

        .filter-card > .card-body > .card-title[b-i25goksq8h] {
            padding: 1.25rem 1.25rem 0px 0px;
        }

.card-content[b-i25goksq8h] {
    padding: 1.25rem 1.25rem 1.25rem 0;
    padding-top: 0px;
}

.checkbox[b-i25goksq8h] {
    margin-right: 10px;
}
/* /Pages/Dashboard.razor.rz.scp.css */
.global-container[b-0ofx25ua0h] {
    display: flex;
    flex-direction: column;
    height: 100%;
}


.header-container[b-0ofx25ua0h] {
    background-color: #DAE3F3;
    display: flex;
    padding: 5px;
    align-items: center;
}

.header-container-left[b-0ofx25ua0h] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-container-center[b-0ofx25ua0h] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-container-right[b-0ofx25ua0h] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.main-container[b-0ofx25ua0h] {
    display: flex;
    flex-direction: row;
    flex: 1;
    height: 0;
}

/**********************************/
/* left panel                     */
/**********************************/

.left-panel[b-0ofx25ua0h] {
    background-color: #384465;
    min-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
}

.left-panel-header[b-0ofx25ua0h] {
    display: flex;
    width: 18rem;
    color: white;
    padding: 10px 0px 10px 0px;
}

.left-panel-header-item[b-0ofx25ua0h] {
}

    .left-panel-header-item:last-of-type[b-0ofx25ua0h] {
        margin-left: auto;
    }

.left-panel-content[b-0ofx25ua0h] {
    padding: 0 22px 0 22px;
}

/**********************************/
/* main panel                   */
/**********************************/

.main-panel-content[b-0ofx25ua0h] {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 0;
    padding-left: 50px;
    padding-right: 50px;
    overflow:auto;
}

.input-search[b-0ofx25ua0h] {
    padding-right: 35px;
    min-width: 300px
}

.button-inside-input-search[b-0ofx25ua0h] {
    margin-left: -35px;
    padding: 2px 6px;
}

.button-inside-input-search-clear[b-0ofx25ua0h] {
    margin-left: -65px;
    padding: 2px 6px;
    border-radius: 50px;
    opacity: 0.5;
    color: black;
    background-color: transparent;
    border: 0px;
}

.filter-card[b-0ofx25ua0h] {
    background-color: transparent;
    /*border: 2px solid #1360A1;*/
    border-top: 1px solid white;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    color: white;
    width: 18rem;
    /*margin-top: 1rem;*/
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

    .filter-card > .card-body[b-0ofx25ua0h] {
        padding: 0px
    }

        .filter-card > .card-body > .card-title[b-0ofx25ua0h] {
            padding: 1.25rem 1.25rem 0px 0px;
        }

.card-content[b-0ofx25ua0h] {
    padding: 1.25rem 1.25rem 1.25rem 0;
    padding-top: 0px;
}

.checkbox[b-0ofx25ua0h] {
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .container[b-0ofx25ua0h] {
        max-width: 3000px;
    }
}
/* /Pages/DocumentDisplay.razor.rz.scp.css */
.global-container[b-kgmatz25vt] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header-container[b-kgmatz25vt] {
    background-color: #DAE3F3;
    display: flex;
    padding: 5px;
    align-items: center;
}

.header-container-left[b-kgmatz25vt] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*.header-container-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}*/

.header-container-right[b-kgmatz25vt] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-container-content[b-kgmatz25vt] {
    display: flex;
    flex-direction: row;
    flex: 1;
    height: 0;
}

.document-information-panel[b-kgmatz25vt] {
    /*align-items: center;
    display: flex;*/
}

.actions-panel[b-kgmatz25vt] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*justify-content: flex-end;*/
}

.pdf-container[b-kgmatz25vt] {
   padding: 0px;
}

.form-container[b-kgmatz25vt] {
    padding-top: 40px;
    background-color: #F3F6FB;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 0;
    flex: 1;
}




/* /Pages/Documents.razor.rz.scp.css */


.global-container[b-z9e8brkp52] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header-container[b-z9e8brkp52] {
    background-color: #DAE3F3;
    display: flex;
    padding: 5px;
    align-items: center;
}

.header-container-left[b-z9e8brkp52] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-container-center[b-z9e8brkp52] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-container-right[b-z9e8brkp52] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.main-container[b-z9e8brkp52] {
    display: flex;
    flex-direction: row;    
    flex: 1;
    height: 0;
}

/**********************************/
/* left panel                     */
/**********************************/

.left-panel[b-z9e8brkp52] {
    background-color: #384465;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left-panel-header[b-z9e8brkp52] {
    display: flex;
    width: 18rem;
    color: white;
    padding: 10px 0px 10px 0px;
}

.left-panel-header-item[b-z9e8brkp52] {
}

.left-panel-header-item:last-of-type[b-z9e8brkp52] {
    margin-left: auto;
}

.left-panel-content[b-z9e8brkp52] {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 0;
    overflow: auto;
}

/**********************************/
/* center panel                   */
/**********************************/
.header-container-left[b-z9e8brkp52], .header-container-center[b-z9e8brkp52], .header-container-right[b-z9e8brkp52] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.center-panel[b-z9e8brkp52] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 0;
    flex: 1;
}

.center-panel-content[b-z9e8brkp52] {
    padding-left: 10px;
    padding-right: 10px;
    height: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

input.input-search[b-z9e8brkp52] {
    padding-right: 35px;
    min-width: 400px
}

.button-inside-input-search[b-z9e8brkp52] {
    margin-left: -35px;
    padding: 2px 6px;
}

.filter-card[b-z9e8brkp52] {
    background-color: transparent;
    /*border: 2px solid #1360A1;*/
    border-top: 1px solid white;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    color: white;
    width: 18rem;
    /*margin-top: 1rem;*/
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.filter-card > .card-body[b-z9e8brkp52] {
    padding: 0px
}

.filter-card > .card-body > .card-title[b-z9e8brkp52] {
    padding: 1.25rem 1.25rem 0px 0px;
}

.card-content[b-z9e8brkp52] {
    padding-bottom: 10px;    
}

.checkbox[b-z9e8brkp52] {
    margin-right: 10px;
}

/* /Pages/ManageAccount.razor.rz.scp.css */
.navbar-toggler[b-3jtd1rosik] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-3jtd1rosik] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}
.alert-success[b-3jtd1rosik] {
    background-color: #a6d94c
}

.button-style[b-3jtd1rosik] {
    width: 100% !important;
    background-color: #384465;
    border-color: #384465;
    text-align: left;
}
.text-style[b-3jtd1rosik] {
    margin-left: auto;
    
    text-align: left;
    width: 100%;
    font-size: 1.8rem;
}
.left-panel-header[b-3jtd1rosik] {
    display: flex;
    width: 18rem;
    color: white;
    padding: 10px 0px 10px 0px;
}
/* /Pages/QualityControl.razor.rz.scp.css */
.global-container[b-w5o47asra8] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header-container[b-w5o47asra8] {
    background-color: #DAE3F3;
    display: flex;
    padding: 5px;
    align-items: center;
}

.header-container-left[b-w5o47asra8] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-container-center[b-w5o47asra8] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-container-right[b-w5o47asra8] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.main-container[b-w5o47asra8] {
    display: flex;
    flex-direction: row;
    background-color: #384465;
    flex: 1;
    height: 0;
}

.document-info[b-w5o47asra8] {
    color: white;    
    border-radius: 5px;
    padding: 7px;
    display: inline-flex;
    background-color: #2C354E;    
}


/* /Shared/EmptyLayout.razor.rz.scp.css */
.page[b-u0wf5ezeh2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-u0wf5ezeh2] {
    flex: 1;
    height: 100vh;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-cu7nfc3la8] {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

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

.content[b-cu7nfc3la8] {
    height: 0;
    flex-grow: 1;
}

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

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

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



/*@media (max-width: 767.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: 768px) {
    .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;
    }
}*/
