:root {
    --font-family-head: vw-head, Helvetica, Arial, sans-serif;
    --font-family-text: vw-text, Helvetica, Arial, sans-serif;
}

@font-face {
    font-family: 'vw-head';
    font-weight: 400;
    font-display: swap;
    src: url("/javax.faces.resource/fonts/vw/vwhead-regular.woff2.jsf?_cb=wfHqcqB") format('woff2'),
    url("/javax.faces.resource/fonts/vw/vwhead-regular.woff.jsf?_cb=wfHqcqB") format('woff');
}

@font-face {
    font-family: 'vw-head';
    font-weight: 700;
    font-display: swap;
    src: url("/javax.faces.resource/fonts/vw/vwhead-bold.woff2.jsf?_cb=wfHqcqB") format('woff2'),
    url("/javax.faces.resource/fonts/vw/vwhead-bold.woff.jsf?_cb=wfHqcqB") format('woff');
}

@font-face {
    font-family: 'vw-head';
    font-weight: 200;
    font-display: swap;
    src: url("/javax.faces.resource/fonts/vw/vwhead-light.woff2.jsf?_cb=wfHqcqB") format('woff2'),
    url("/javax.faces.resource/fonts/vw/vwhead-light.woff.jsf?_cb=wfHqcqB") format('woff');
}

@font-face {
    font-family: 'vw-text';
    font-weight: 400;
    font-display: swap;
    src: url("/javax.faces.resource/fonts/vw/vwtext-regular.woff2.jsf?_cb=wfHqcqB") format('woff2'),
    url("/javax.faces.resource/fonts/vw/vwtext-regular.woff.jsf?_cb=wfHqcqB") format('woff');
}

@font-face {
    font-family: 'vw-text';
    font-weight: 700;
    font-display: swap;
    src: url("/javax.faces.resource/fonts/vw/vwtext-bold.woff2.jsf?_cb=wfHqcqB") format('woff2'),
    url("/javax.faces.resource/fonts/vw/vwtext-bold.woff.jsf?_cb=wfHqcqB") format('woff');
}

* {
    font-family: var(--font-family-text);
}

form {
    line-height: 1.2;
}

.ui-widget {
    font-family: var(--font-family-text);
}

.h1 {
    color: #00437a;
    font-family: var(--font-family-head);
}

.h2 {
    color: #00437a;
    font-family: var(--font-family-head);
}

#work_area h2 {
    font-weight: bold;
    font-size: 24px;
    font-family: var(--font-family-head);
    color: #011E51;
    letter-spacing: 0;
}

button.ui-state-default._vivid {
    background-color: #2274ac;
    background-image: none;
    color: white;
    font-weight: bold;
}

.questions label {
    width: 420px;
    margin-bottom: 5px;
}

table.input_box_custom.en label {
    display: block;
    width: 75px;
}

table.input_box_custom.fr label {
    display: block;
    width: 100px;
}

.login-container {
    margin: 0;
    width: auto;
}

@media screen and (min-width: 60rem) {
    .login-container {
        overflow-y: hidden;
    }
}

#page-container-background {
    width: 59vw;
    height: 100%;
    background-size: cover;
    background-position: top;
    right: 0;
    position: absolute;
    z-index: -1;
    display: block;
    overflow: hidden;
}

#page-container-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

@media screen and (max-width: 59.999rem) {
    #page-container-background {
        display: none;
    }
}

.page-container {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.page-container .page-content {
    background-color: #fff;
    box-shadow: 0 .125rem 1.5rem 0 rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: unset;
    min-height: 100%;
    max-height: unset;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

@media screen and (min-width: 60rem) {
    .page-container .page-content {
        width: 41.66vw;
        height: 100vh;
    }
}

.error-container {
    font-size: 16px;
}

.page-container .page-content .content {
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #808890;
    letter-spacing: normal;
    line-height: 1.5;
    margin: 0 4rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 3.5rem;
}

@media screen and (min-width: 35rem) and (max-width: 59.999rem) {
    .body-container .page-container .page-content .content {
        width: 22.5rem;
        align-self: center;
        margin: 0;
    }
}

@media screen and (min-width: 89.9375rem) {
    .page-container .page-content .content {
        width: 25rem;
        margin: 0 auto;
    }
}

@media screen and (min-width: 90.25rem) {
    .page-container .page-content .content {
        padding-bottom: 2.5rem;
    }
}

.page-container .page-content .legal-entity {
    align-items: normal;
    text-align: start;
    margin-right: 4rem;
    margin-left: 4rem;
    height: auto;
    width: fit-content;
}

@media screen and (min-width: 35rem) and (max-width: 59.999rem) {
    .body-container .page-container .page-content .legal-entity {
        margin: 0;
        width: 22.5rem;
        align-self: center;
    }
}

@media screen and (min-width: 89.9375rem) {
    .page-container .page-content .legal-entity {
        margin: 0 auto;
        width: 25rem;
    }
}

.page-container .page-content .legal-entity .legal-entity-logo {
    display: none;
}

.legal-entity-name {
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #2f3538;
}

.page-container .page-content .legal-entity .legal-entity-name {
    align-self: flex-start;
    font-weight: bold;
    font-size: .8125rem;
    line-height: 1.38rem;
    height: 1.125rem;
    color: #000;
    text-align: start;
}

.page-container .page-content .content .title {
    width: 100%;
}

@media screen and (max-width: 63.999rem) {
    .page-container .page-content .title {
        padding-top: 0;
    }
}

.page-container .page-content .content .title .primary-title {
    margin-top: 0;
    font-size: 3.75rem;
    font-family: var(--font-family-head);
    font-weight: 200;
    line-height: 1.25;
    margin-bottom: 1rem;
    color: #000;
}

#header {
    display: flex;
    justify-content: space-around;
    position: fixed;
    width: 100%;
    height: 3.25rem;
    box-sizing: initial;
    background-color: rgba(0, 0, 0, 0);
    z-index: 5000;
    font-weight: bold;
    color: #fff;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: normal;
    padding-bottom: 2em;
    flex-direction: row;
}

@media screen and (min-width: 60rem) {
    #header {
        width: 58.333vw;
        right: 0;
    }
}

#header div:nth-child(1), #header div:nth-child(3) {
    flex-grow: .5;
    border-bottom: .125rem solid #fff;
}

@media screen and (max-width: 59.999rem) {
    #header div:nth-child(1), #header div:nth-child(3) {
        border-bottom: .125rem solid #001e50;
    }
}

#header div:nth-child(2) {
    background-image: url("/javax.faces.resource/img/d6-header-logo_light.svg.jsf?_cb=wfHqcqB");
    width: 3rem;
    height: 3rem;
    margin-top: 1.875rem;
    margin-left: .75rem;
    margin-right: .75rem;
}

@media screen and (max-width: 59.999rem) {
    #header div:nth-child(2) {
        background-image: url("/javax.faces.resource/img/d6-header-logo_dark.svg.jsf?_cb=wfHqcqB");
        background-size: contain;
        margin-top: 2.2rem;
        width: 2rem;
        height: 2rem;
    }
}

#header div:nth-child(1), #header div:nth-child(3) {
    flex-grow: .5;
    border-bottom: .125rem solid #fff;
}

@media screen and (max-width: 59.999rem) {
    #header div:nth-child(1), #header div:nth-child(3) {
        border-bottom: .125rem solid #001e50;
    }
}

.page-container .page-content .spacer-top {
    display: block;
    margin-top: 25vh;
}

@media screen and (min-width: 89.9375rem) {
    .page-container .page-content .spacer-top {
        margin-top: calc((100vh - 8rem) * .25);
    }
}

.inputs {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
    min-height: 200px;
    padding-top: 2rem;
}

.group {
    position: relative;
    margin-bottom: 1.25rem;
}

.login-container .group input {
    font-size: 1rem;
    padding: .625rem 0 .625rem 0;
    display: block;
    width: 100%;
    border: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0 !important;
    color: #001e50 !important;
}

.login-container .group label {
    color: #001e50;
    font-size: 1rem;
    position: absolute;
    pointer-events: none;
    top: .625rem;
    transition: .4s ease all;
    -moz-transition: .4s ease all;
    -webkit-transition: .4s ease all;
}

.login-container .group input:focus ~ label, .login-container .group input.dirty ~ label {
    top: -1.25rem;
    font-size: .8125rem;
    color: #666;
}

button.btn {
    margin-top: 2rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 1.14;
    border-radius: 1.5rem !important;
    padding: .9rem 1rem .8rem;
    align-self: center;
    min-width: 9.25rem;
    width: auto;
    font-size: 1rem;
    height: unset;
    transition: none;
    -webkit-appearance: none;
    border: 0;
}

.button-disabled, .button-disabled:hover, .btn-active:disabled, .btn-active:hover:disabled {
    background: #dfe4e8;
    color: #6a767d;
    cursor: default;
}

button.btn:not(.button-disabled):hover {
    background: #0040c5;
}

.btn-active {
    background: #001e50;
    color: #fff;
}

button.btn .ui-button-text {
    font-size: 1rem;
    line-height: 1;
    padding: 0;
}

@media (max-width: 560px) {
    button.btn {
        width: 100%;
    }
}

.link {
    text-align: center;
    margin: 2.5rem 0 2rem 0;
}

#signup-link {
    font-size: 14px;
    color: #001e50;
    text-decoration: none;
}

#main_menu #logo {
    margin: auto 32px auto 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

#main_menu #logo img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}


#main_menu > div > ul > li > a {
    color: #00437a;
}

#main_menu > div > ul > li > a:hover {
    color: #00b0f0;
}

#main_menu > ul > li > a:active {
    color: #0082d6;
}

.dropdown > a {
    position: relative;
    padding-right: 22px;
}

.dropdown > a::after {
    content: '';
    background-image: url("/javax.faces.resource/img/btn_sort-down.svg.jsf?_cb=wfHqcqB");
    margin-left: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 8px;
    height: 8px;
    width: 15px;
}

.dropdown-menu li a {
    color: #00437a;
}

.dropdown-menu li a:hover {
    color: #00b0f0;
}

.dropdown-menu li a:active {
    color: #0082d6;
}

#work_area_search > h2 {
    color: #00437a;
    font-family: var(--font-family-head);
    font-weight: bold;
}

.work_box_search > .work_box {
    background: transparent linear-gradient(89deg, #00427A 0%, #001E50 100%) 0% 0% no-repeat padding-box;
    border-radius: 16px;
    margin-top: 10px;
    padding: 24px;
}

.work_box label {
    color: #262626;
    font-weight: 200;
    font-size: 13px;
    width: auto;
    margin-bottom: 2px;
}

.work_box_search > .work_box label {
    color: #ffffff;
    font-weight: 200;
    font-size: 13px;
    width: auto;
    margin-bottom: 2px;
}

.work_box_search > .work_box h3 {
    font-weight: bold;
    font-size: 20px;
    font-family: var(--font-family-head);
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 16px;
}

.tab_navigation ul li a {
    float: left;
    text-decoration: none;
    color: rgba(1, 30, 81, 0.5);
    padding: 3px 10px 10px;
    white-space: nowrap;
    background-color: #FFFFFF;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid rgba(1, 30, 81, 0.5);
}

.tab_navigation ul li.active a {
    background-color: #FFFFFF;
    color: #011E51;
    text-decoration: none;
    font-weight: bold;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #4DC7F4;
}

.primary_action button {
    border-radius: 20px;
    color: white;
    background: #011E50;
    box-shadow: none;
    min-width: 210px;
    border: 1px solid #011E50;
    margin-right: 0;
    padding: 3px 0;
    transition: all .3s ease-in-out;
}

.primary_action button:hover {
    background: #173FBD;
    border-color: #173FBD;
}

.secondary_action a {
    background: none;
    border: 1px solid #011E50;
    min-width: 210px;
    border-radius: 20px;
    font-size: 16px;
    text-align: center;
    color: #011E50 !important;
    padding: 9px;
    min-height: 40px;
    text-decoration: none;
    font-weight: 200;
    transition: all .3s ease-in-out;
}

.secondary_action a:hover {
    background: #173FBD !important;
    border-color: #173FBD;
    color: white !important;
    text-decoration: none !important;
}

.work_box_search .primary_action button {
    border-radius: 20px;
    color: #011E50;
    box-shadow: none;
    min-width: 210px;
    border: 1px solid white;
    background: white;
    margin-right: 0;
    padding: 3px 0;
    transition: all .3s ease-in-out;
}

.work_box_search .primary_action button:hover {
    background: #4DC7F4;
    border-color: #4DC7F4;
}

.primary_action button span {
    font-weight: 200;
}

.work_box_search .secondary_action a, .secondary_action_fileupload span > span.ui-button-text {
    background: none;
    border: 1px solid white;
    min-width: 220px;
    border-radius: 20px;
    font-size: 16px;
    text-align: center;
    color: white !important;
    padding: 9px;
    min-height: 40px;
    text-decoration: none;
    font-weight: 200;
    transition: all .3s ease-in-out;
}

.work_box_search .secondary_action a:hover {
    background: #4DC7F4 !important;
    border-color: #4DC7F4;
    color: #011E50 !important;
    text-decoration: none !important;
}

.work_box input {
    color: #262626;
    border-top-style: none;
    border-right-style: none;
    border-bottom: 1px solid #262626;
    border-left-style: none;
}

.work_box_search .work_box input {
    color: white;
    border-top-style: none;
    border-right-style: none;
    border-bottom: 1px solid white;
    border-left-style: none;
}

.work_box select {
    color: #262626;
    border-top-style: none;
    border-right-style: none;
    border-bottom: 1px solid #262626;
    border-left-style: none;
}

.work_box_search .work_box select {
    color: white;
    border-top-style: none;
    border-right-style: none;
    border-bottom: 1px solid white;
    border-left-style: none;
}

.work_box_search__container .input_field > .input_box {
    color: #FFFFFF;
    font-weight: 200;
    font-size: 13px;
}

.secondary_action a.back {
    background-image: none;
}

.ui-treetable-toggler {
    background-position: 0 8px;
    margin-right: 12px;
    margin-left: 12px;
    width: 20px;
    height: 20px;
}

.ui-treetable-toggler.ui-icon-triangle-1-s {
    background-image: url("/javax.faces.resource/img/vw/chevron1.svg.jsf?_cb=wfHqcqB") !important;
}

td:has(> .ui-icon-triangle-1-e) {
    padding-left: 15px !important;
}

td:has(> .ui-icon-triangle-1-s) {
    box-shadow: inset 5px 0 0 0 #00B0F0;
    padding-left: 15px !important;
}

input[type=checkbox]:before {
    border-radius: 1px;
}

input[type=checkbox]:checked:after {
    background: #4DC7F4;
    border-radius: 2px;
}

.ui-treetable-toggler.ui-icon-triangle-1-e {
    background-image: url("/javax.faces.resource/img/vw/chevron2.svg.jsf?_cb=wfHqcqB") !important;
}

.ui-treetable tbody td {
    border-color: #F2F2F2;
}

._download {
    background-image: url("/javax.faces.resource/img/vw/download.svg.jsf?_cb=wfHqcqB") !important;
}

.ui-widget-content > * > ._download {
    padding-left: 15px !important;
}

.jumper_arrow._download {
    background-position: 0 0 !important;
    padding-left: 20px !important;
}

.ui-sortable-column-icon {
    margin-top: 3px !important;
    margin-right: 10px !important;
}

.ui-sortable-column-icon, .ui-icon-carat-2-n-s {
    background-image: url("/javax.faces.resource/img/vw/sort_none.svg.jsf?_cb=wfHqcqB") !important;
}

.ui-sortable-column-icon.ui-icon-triangle-1-n {
    background-image: url("/javax.faces.resource/img/vw/sort_down.svg.jsf?_cb=wfHqcqB") !important;
}

.ui-sortable-column-icon.ui-icon-triangle-1-s {
    background-image: url("/javax.faces.resource/img/vw/sort_up.svg.jsf?_cb=wfHqcqB") !important;
}

.ui-icon-seek-first {
    background-image: url("/javax.faces.resource/img/vw/backward-double.svg.jsf?_cb=wfHqcqB") !important;
    background-position: 0px 2px !important;
}

.ui-icon-seek-prev {
    background-image: url("/javax.faces.resource/img/vw/backward-single.svg.jsf?_cb=wfHqcqB") !important;
    background-position: 0px 2px !important;
}

.ui-icon-seek-next {
    background-image: url("/javax.faces.resource/img/vw/forward-single.svg.jsf?_cb=wfHqcqB") !important;
    background-position: 0px 2px !important;
}

.ui-icon-seek-end {
    background-image: url("/javax.faces.resource/img/vw/forward-double.svg.jsf?_cb=wfHqcqB") !important;
    background-position: 0px 2px !important;
}

.refreshButton {
    background-image: url("/javax.faces.resource/img/vw/arrow-down-arrow-up-light.svg.jsf?_cb=wfHqcqB") !important;
    background-position: 0px 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: -20px !important;
}

a.delete {
    background-image: url("/javax.faces.resource/img/vw/delete-dark.svg.jsf?_cb=wfHqcqB") !important;
    background-position: 0px 2px !important;
}

.checkmark {
    background: url("/javax.faces.resource/img/vw/check-dark.svg.jsf?_cb=wfHqcqB") no-repeat scroll;
    background-position-x: 0px !important;
    background-position-y: 5px !important;
    padding-right: 30px;
}

.wip-admin {
    position: absolute;
    top: 76px;
    left: 90%;
}

.work_box option {
    padding-left: 4px;
    color: #000000;
}

.work_box {
    padding-left: 60px !important;
    margin-left: 0px !important;
}

#print_btn {
    background-image: url("/javax.faces.resource/img/vw/print.svg.jsf?_cb=wfHqcqB");
}

.ui-datatable thead th, .ui-datatable tfoot td {
    background: none;
    border-bottom: 1px solid #011E50;
    border-top: 1px solid #011E50;
}

.ui-datatable th.ui-state-active {
    border-top: 1px solid #011E50;
    border-bottom: 1px solid #011E50;
}

.ui-datatable .ui-datatable-data td, .ui-datatable .ui-datatable-data th, .ui-datatable .ui-datatable-data-empty td, table td {
    border-color: #011E50;
    color: #43425D;
}

.ui-datatable thead th.ui-sortable-column span:first-child {
    color: #011E50;
}

.ui-datatable thead th.ui-sortable-column span.ui-sortable-column-icon.ui-icon {
    float: none;
    margin-left: 8px;
}

.ui-widget-content {
    border: 1px solid transparent;
}

.ui-fileupload-buttonbar .ui-button {
    background: none;
    border: 1px solid #011E50;
    border-radius: 20px;
    font-size: 16px;
    text-align: center;
    color: #011E50 !important;
}

.signInUrl {
    width: 100%!important;
}
div.whatsNewTitle {
    font-family: var(--font-family-head);
    background-color: #45c7f4;
}