/*
    Vert clair   : #87b626
    Vert foncé   : #52ae32
    Gris clair   : #4a4a49
    Gris foncé   : #3c3c3b
*/

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('material-design-icons/MaterialIcons.woff2') format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

@font-face {
    font-family: 'Satoshi-Variable';
    src: url('fonts/Satoshi-Variable.woff2') format('woff2'),
    url('fonts/Satoshi-Variable.woff') format('woff'),
    url('fonts/Satoshi-Variable.ttf') format('truetype');
    font-weight: 300 900;
    font-display: swap;
    font-style: normal;
}

.light-theme {
    --font-family: 'Satoshi-Variable', Roboto, Sans-serif;
    --btn-login_background: #52ae32;
    --btn-login_color: white;
    --forgot_password: #52ae32;
    --a_link: black;
    /* a, a:link, a:visited */
    --main_background: #F0F2F5;
    /* div.main */
    --menu_background: #FFFFFF; /*rgba(133, 62, 165, 0.8);*/
    /* #cssmenu */
    --menu_background_hide_menu: white;
    /* #hide_menu */
    --menu_toggle: #4a4a49;
    /* #hide_menu #toggle */
    --menu_label_color: #4a4a49;
    /* #cssmenu ul li a */
    --menu_sub_background: whitesmoke;
    /* #cssmenu ul ul li a */
    --menu_sub_color: #4a4a49;
    /* #cssmenu ul ul li a */
    --menu_icon_color: white;
    /* #cssmenu ul li a span */
    --menu_active_icon_color: white;
    /* #cssmenu ul li a.active_li span */
    --menu_active_label_color: #52ae32;
    /* #cssmenu ul li a.active_li */
    --menu_active_label_background: #d9d9d8;
    /* #cssmenu ul li a.active_li */
    --menu_mini_color: #4a4a49;
    /* div.mini_menu */
    --menu_mini_background: white;
    /* div.mini_menu */
    --menu_mini_border: #853ea5;
    /* div.mini_menu */
    --dashboard_h4: #333333;
    /* .sub-header h4 */
    --dashboard_box_background: white;
    /* .dashboard-box */
    --dashboard_text_color: black;
    /* .horizontal-list */
    --dashboard_footer_color: #333333;
    /* .sub-footer span */
    --rightblock_background: #f0f2f5;
    /* div.rightblock */
    --header_background: #4a4a49;
    /* div.header */
    --header_color: white;
    /* div.topleft */
    --select_background: white;
    /* div.styled-select select */
    --select_color: black;
    /* div.styled-select select */
    --lnr: #502d87;
    /* lnr */
    --lnr_title: black;
    /* lnr-title */
    --list_background: white;
    /* listBackground*/
    --list_color: black;
    /* listBackground*/
    --list_header_color: black;
    /* div.listHeader */
    --detail_background: white;
    /* div.detail */
    --detail_color: black;
    /* div.detail */
    --list_body_background: white;
    /* div.listBody */
    --list_body_color: black;
    /* div.listBody */
    --input_background: white;
    /* input */
    --input_color: black;
    /* input */
    --input_background_ko: #F8E0E0;
    /* require_ko */
    --input_color_ko: black;
    /* require_ko */
    --input_background_readonly: #f6f6f6;
    /* input.readonly */
    --input_border: none;
    /* input.readonly */
    --person_forms_link: #1a0dab;
    /* person_forms_link */
    --dropdown-background: white;
    /* dropdown */
    --dropdown-color: #52ae32;
    /* dropdown */
    --action_background: #f6f6f6;
    /* div.actionmenu */
    --action_color: black;
    /* div.actionmenu ul li */
    --dialog_header_border: #502d87;
    --dialog_header_background: #853ea5;
    --dialog_header_color: #fff;
    --dialog_header_button_background: #853ea5;
    --dialog_header_button_hover_background: #502d87;
    --dialog_background: white;
    /* .ui-widget-content */
    --dialog_color: black;
    /* .ui-widget-content */
    --event_color: black;
    /* .event */
    --calendar_top_date_color: black;
    /* .calendar_top_date */
    --placeholder_color: #555555;
    /* placeholder */
    --welcome_tile_color: black;
    /* div.welcome_tile */
    --welcome_tile_background: white;
    /* div.welcome_tile */
    --divmsg_tile_color: #333333;
    /* div.welcome_tile */
    --divmsg_tile_background: white;
    /* div.welcome_tile */
    --divmsg_header_background: #853ea5;
    --mytile_background: white;
    /* div.mytile */
    --mytile_color: black;
    /* div.mytile */
    --mytile_hover_background: rgba(134, 63, 166, 0.25);
    /* div.tiledivover */
    --mytile_hover_color: black;
    /* div.tiledivover */
    --mygroup_manager_header_background: white;
    /* mygroup_manager_header */
    --mygroup_manager_header_color: black;
    /* mygroup_manager_header */
    --mygroup_manager_body_background: white;
    /* mygroup_manager_header */
    --mygroup_manager_body_color: black;
    /* mygroup_manager_header */
    --grid_odd_background: #eee;
    /* .tablesorter-metro-dark tr:nth-child(odd) > td */
    --grid_even_background: #fff;
    /* .tablesorter-metro-dark tr:nth-child(odd) > td */
    --grid_odd_color: #000000;
    /* .tablesorter-metro-dark tr:nth-child(odd) > td */
    --grid_even_color: #000000;
    /* .tablesorter-metro-dark tr:nth-child(odd) > td */
    --filterboximg: #502d87;
    /* span.filterboximg */
    --cross_delete_blue: blue;
    /* lnr-cross-delete-blue */
    --faketabup_background: #502d87;
    --faketabdown_background: #853ea5;
    --faketab_line: #502d87;
    --calendar_cell_hover: rgba(133, 62, 165, 0.5);
    --autocomplete_list_color: #333;
    --form_message_background: #853ea5;
    --form_message_color: white;
    --grid3_header_background: #333;
    --grid3_header_color: #fff;
    --grid3_page_background: #333;
    --grid3_page_color: #bbb;
    --grid3_page_current_background: #509da9; /*#5fb9c7;*/ /*#52ae32;*/
    --grid3_page_current_color: #fff;
    --grid3_tr_hover_color: rgba(82, 174, 50, 1.0);
    --grid3_spinner_color: #502d87;
    --spinner_color: #502d87;
    --grid3_spinner_background: #e1e1e1;
    --grid3_filter_popup_background: #bbb;
    --grid3_filter_popup_border: #888;
    --grid_color_filter: none;
    --grid3_photo_color: white;
    --grid3_photo_background: rgba(133, 62, 165, 0.9);
    --help_background: #87b626;
    --help_border: #52ae32;
    --help_header_border: #52ae32;
    --help_header_background: #87b626;
    --help_header_color: #fff;
    --help_header_button_background: #87b626;
    --help_header_button_hover_background: #52ae32;
    --help_result_background: #fff;
    --help_result_delimiter: #888;
    --button_background: #87b626;
    --button_hover_background: #52ae32;
    --h3_color: black;
    --jstreetable_hover_color : black;
    --jstreetable_hover_background : #87b626;
    --button_color : #509da9
}

.dark-theme {
    --font-family: 'Satoshi-Variable', Roboto, Sans-serif;
    --btn-login_background: #52ae32;
    --btn-login_color: white;
    --forgot_password: #52ae32;
    --a_link: #bbbbbb;
    /* a, a:link, a:visited */
    --main_background: #2b2b2b;
    /* div.main */
    --menu_background: #2b2b2b;
    /* #cssmenu */
    --menu_background_hide_menu: #2b2b2b;
    /* #hide_menu */
    --menu_toggle: #bbbbbb;
    /* #hide_menu #toggle */
    --menu_label_color: #bbbbbb;
    /* #cssmenu ul li a */
    --menu_sub_background: #2b2b2b;
    /* #cssmenu ul ul li a */
    --menu_sub_color: #bbbbbb;
    /* #cssmenu ul ul li a */
    --menu_icon_color: white;
    /* #cssmenu ul li a span */
    --menu_active_icon_color: #2b2b2b;
    /* #cssmenu ul li a.active_li span */
    --menu_active_label_color: #853ea5;
    /* #cssmenu ul li a.active_li */
    --menu_active_label_background: #d9d9d8;
    /* #cssmenu ul li a.active_li */
    --menu_mini_color: #bbbbbb;
    /* div.mini_menu */
    --menu_mini_background: #2b2b2b;
    /* div.mini_menu */
    --menu_mini_border: #2b2b2b;
    /* div.mini_menu */
    --dashboard_h4: #bbbbbb;
    /* .sub-header h4 */
    --dashboard_box_background: #2b2b2b;
    /* .dashboard-box */
    --dashboard_text_color: #bbbbbb;
    /* .horizontal-list */
    --dashboard_footer_color: #bbbbbb;
    /* .sub-footer span */
    --rightblock_background: #2b2b2b;
    /* div.rightblock */
    --header_background: #2b2b2b;
    /* div.header */
    --header_color: #bbbbbb;
    /* div.topleft */
    --select_background: #2b2b2b;
    /* div.styled-select select */
    --select_color: #ffffff;
    /* div.styled-select select */
    --lnr: #bbbbbb;
    /* lnr */
    --lnr_title: #bbbbbb;
    /* lnr-title */
    --list_background: #2b2b2b;
    /* listBackground*/
    --list_color: #bbbbbb;
    /* listBackground*/
    --list_header_color: #bbbbbb;
    /* div.listHeader */
    --detail_background: #2b2b2b;
    /* div.detail */
    --detail_color: #bbbbbb;
    /* div.detail */
    --list_body_background: #2b2b2b;
    /* div.listBody */
    --list_body_color: #bbbbbb;
    /* div.listBody */
    --input_background: #2b2b2b;
    /* input */
    --input_color: #ffffff;
    /* input */
    --input_background_ko: #F8E0E0;
    /* require_ko */
    --input_color_ko: #2b2b2b;
    /* require_ko */
    --input_background_readonly: #2b2b2b;
    /* input.readonly */
    --input_border: initial;
    /* input.readonly */
    --person_forms_link: #ffffff;
    /* person_forms_link */
    --dropdown-background: #2b2b2b;
    /* dropdown */
    --dropdown-color: #bbbbbb;
    /* dropdown */
    --action_background: #2b2b2b;
    /* div.actionmenu */
    --action_color: #bbbbbb;
    /* div.actionmenu ul li */
    --dialog_header_border: #502d87;
    --dialog_header_background: #853ea5;
    --dialog_header_color: #fff;
    --dialog_header_button_background: #853ea5;
    --dialog_header_button_hover_background: #502d87;
    --dialog_background: #2b2b2b;
    /* .ui-widget-content */
    --dialog_color: #bbbbbb;
    /* .ui-widget-content */
    --event_color: #2b2b2b;
    /* .event */
    --calendar_top_date_color: #2b2b2b;
    /* .calendar_top_date */
    --placeholder_color: #bbbbbb;
    /* placeholder */
    --welcome_tile_color: #bbbbbb;
    /* div.welcome_tile */
    --welcome_tile_background: #2b2b2b;
    /* div.welcome_tile */
    --divmsg_tile_color: #bbbbbb;
    /* div.welcome_tile */
    --divmsg_tile_background: #2b2b2b;
    /* div.welcome_tile */
    --divmsg_header_background: #2b2b2b;
    --mytile_background: #2b2b2b;
    /* div.mytile */
    --mytile_color: #bbbbbb;
    /* div.mytile */
    --mytile_hover_background: rgba(59, 59, 59, 0.75);
    /* div.tiledivover */
    --mytile_hover_color: black;
    /* div.tiledivover */
    --mygroup_manager_header_background: #2b2b2b;
    /* mygroup_manager_header */
    --mygroup_manager_header_color: #bbbbbb;
    /* mygroup_manager_header */
    --mygroup_manager_body_background: #2b2b2b;
    /* mygroup_manager_header */
    --mygroup_manager_body_color: #bbbbbb;
    /* mygroup_manager_header */
    --grid_odd_background: #2b2b2b;
    /* .tablesorter-metro-dark tr:nth-child(odd) > td */
    --grid_even_background: #2b2b2b;
    /* .tablesorter-metro-dark tr:nth-child(odd) > td */
    --grid_odd_color: #bbbbbb;
    /* .tablesorter-metro-dark tr:nth-child(odd) > td */
    --grid_even_color: #bbbbbb;
    /* .tablesorter-metro-dark tr:nth-child(odd) > td */
    --filterboximg: #bbbbbb;
    /* span.filterboximg */
    --cross_delete_blue: #bbbbbb;
    /* lnr-cross-delete-blue */
    --faketabup_background: #502d87;
    --faketabdown_background: #853ea5;
    --faketab_line: #502d87;
    --calendar_cell_hover: rgba(133, 62, 165, 0.5);
    --autocomplete_list_color: #bbbbbb;
    --form_message_background: #853ea5;
    --form_message_color: white;
    --grid3_header_background: #333;
    --grid3_header_color: #fff;
    --grid3_page_background: #333;
    --grid3_page_color: #bbb;
    --grid3_page_current_background: #502d87;
    --grid3_page_current_color: #fff;
    --grid3_tr_hover_color: #fff;
    --spinner_color: #333;
    --grid3_spinner_background: rgba(175, 175, 175, 0.8);
    --grid3_filter_popup_background: #bbb;
    --grid3_filter_popup_border: #333;
    --grid_color_filter: grayscale(30%);
    --grid3_photo_color: white;
    --grid3_photo_background: #808080;
    --help_background: #2b2b2b;
    --help_border: #502d87;
    --help_header_border: #502d87;
    --help_header_background: #853ea5;
    --help_header_color: #fff;
    --help_header_button_background: #853ea5;
    --help_header_button_hover_background: #502d87;
    --help_result_background: #fff;
    --help_result_delimiter: #888;
    --h3_color: #bbbbbb;
    --jstreetable_hover_color : black;
    --jstreetable_hover_background : #87b626;
    --button_color : #509da9
}

@font-face {
    font-family: 'exo';
    font-style: normal;
    font-weight: normal;
    src: url('Exo2.0-Medium.otf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    src: url(Roboto.woff) format('woff');
}

body {
    display: flex;
    flex-direction: row;
    margin: 0;
    font-family: var(--font-family), sans-serif;
    height: 100vh;
    background-image: linear-gradient(to right, #5c8413, #87b626);
    background-size: cover;
}

p {
    margin: 0;
}

div {
    box-sizing: border-box;
}

form {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
}

/********************/
/*   Common Header  */
/********************/
div.rightblock {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* prend toute la place restante */
    min-width: 0;
    /* obligatoire pour que les elements enfants ne dépassent pas */
}

div.header {
    display: flex;
    justify-content: space-between;
    height: 40px;
    background-color: var(--header_background);
    box-sizing: border-box;
}

div.topleft {
    display: block;
    box-sizing: border-box;
    height: 100%;
    line-height: 35px;
    cursor: pointer;
}

div.topleft div {
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: x-large;
    color: var(--header_color);
}

@media all and (max-width: 768px) {
    div.topleft div {
        display: none;
    }
}

div.topright {
    display: flex;
    height: 100%;
    text-align: right;
    padding-right: 10px;
}

img.avatar {
    position: relative;
    object-fit: cover;
    width: 34px;
    height: 34px;
    top: -1px;
    border-radius: 50%;
}

div.avatar {
    position: relative;
    width: 34px;
    height: 34px;
    line-height: 34px;
    top: -1px;
    background-color: lightgray;
    color: white;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
}

div.main {
    display: flex;
    overflow: auto;
    box-sizing: border-box;
    margin: 10px 10px 10px 10px;
}

div.buttonbar {
    position: fixed;
    top: 0;
    left: 220px;
    height: 40px;
    z-index: 10;
    display: block;
}

.show_hide {
    display: none;
    cursor: pointer;
}

/* END */

.fieldlabel {
    font-size: 14px;
    text-align: right;
}



a,
a:link,
a:visited,
a:active {
    color: black;
    text-decoration: none;
    font-family: var(--font-family), sans-serif;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
}

a.budget,
a.budget:link,
a.budget:visited,
a.budget:active {
    color: darkblue;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: 10pt;
}

a.budget:hover {
    color: orange;
}


a.homemenu,
a.homemenu:link,
a.homemenu:visited,
a.homemenu:active {
    color: black;
    text-decoration: none;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 11pt;
    cursor: pointer;
}

a.homemenu:hover {
    color: orange;
}


/********/
/* HOME */
/********/
div.homecontainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: auto;
}

div.homeleftcontainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 500px;
}

div.homerightcontainer {
    width: 460px;
}

@media screen and (max-width: 700px) {
    div.homerightcontainer {
        display: none !important;
    }
}

div.homerightcontainerExpanded {
    width: 100%;
}

div.mainContent {
    width: 500px;
    color: black;
    background-color: white;
    border-radius: 4px;
    padding:1em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

div.homeBHLinesFollowup {
    padding: 10px;
    width: 500px;
    color: black;
    background-color: white;
    overflow: auto;
    min-height: 170px;
    margin:1em 0 1em 0;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

div.mainMessage {
    height: fit-content;
    width: 500px;
    color: black;
    background-color: white;
    border-radius: 4px;
    padding:1em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

div.mainMessage h3 {
    margin:0;
}

div.mainMessage div#div_2 {
    height:110px;
    font-style:italic;
    margin: 5px 0 0 0;
    border: 1px solid lightgray;
    border-radius: 4px;
    padding: 4px;
    overflow:auto;
}

textarea.mainMessage {
    position: relative;
    left: 1px;
    top: 1px;
    height: 122px;
    width: 392px;
    font-style: italic;
    font-size: 12pt;
    font-weight: normal;
}

div.mainFollowup {
    padding: 10px;
    font-size: 16px;
    color: #000000;
    background-color: white;
    overflow: auto;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    flex-shrink: 1;
    flex-grow: 1;
}

table.mainFollowup {
    width: 215px;
    height: 100%;
    font-style: normal;
    font-size: 8pt;
    font-weight: normal;
    margin-top: 10px;
    border-radius: 4px;
}

/********/
/* FORM */
/********/
div.listBackground {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    color: black;
    background-color: white;
    overflow: auto;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

div.detail {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    float: left;
    width: 100%;
    color: black;
    background-color: white;
    overflow: auto;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    height: 100vh;
}

div.scroll {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: black;
    background-color: white;
    overflow: auto;
}

div.detail-ng {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 60px);
}

div.listHeader {
    font-size: 16px;
    line-height: 30px;
    color: black;
    box-sizing: border-box;
    overflow: auto;
    margin-bottom: 5px;
    flex-shrink: 0;
    padding: 0.2rem;
}

div.listFilter {
    box-sizing: border-box;
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-shrink: 0;
}

div.personListHeader {
    margin-top: 10px;
    padding-left: 4px;
    padding-right: 4px;
    height: 40px;
    color: #000000;
    background-color: white;
    overflow: auto;
    flex-shrink: 0;
}

div.personList,
div.profileList {
    padding-left: 4px;
    padding-right: 4px;
    color: #000000;
    background-color: white;
    overflow: auto;
    flex:1;
    min-height: 0;
}


div.personListBack {
    position: absolute;
    right: 10px;
    left: 10px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
    border-top: 2px solid grey;
    border-bottom: 2px solid grey;
    top: 10px;
    bottom: 10px;
    font-size: 16px;
    color: #000000;
    background-color: white;
    overflow: auto;
}

div.personListFooter {
    display: flex;
    width: 100%;
    font-size: 16px;
    color: #000000;
    background-color: white;
    overflow: auto;
    margin-bottom: 10px;
}

div.budgetFull2 {
    margin: 0 auto 10px;
    padding-left: 4px;
    padding-right: 4px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
    border-bottom: 2px solid grey;
    width: 1080px;
    bottom: 10px;
    text-align: left;
    font-size: 11pt;
    color: #000000;
    background-color: white;
    overflow: auto;
}


div.dashboard {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-left: 4px;
    padding-right: 4px;
    border: 2px solid grey;
    width: 1080px;
    height: 400px;
    text-align: left;
    font-size: 11pt;
    color: #000000;
    background-color: white;
    overflow: auto;
}

div.dashboard2 {
    margin: 0 auto 10px;
    padding-left: 4px;
    padding-right: 4px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
    border-bottom: 2px solid grey;
    width: 1080px;
    bottom: 10px;
    text-align: left;
    font-size: 11pt;
    color: #000000;
    background-color: white;
    overflow: auto;
}

div.dashboard-page {
    height:calc(100vh - 145px);
}

div.dashboardUnit {
    width: calc(50% - 20px);
    height: 300px;
    float: left;
    background-color: white;
    text-align: center;
    border: 1px solid black;

    margin-bottom: 10px;
    margin-left: 10px;

    padding: 10px 3px 3px;
    overflow: auto;
}

div.dashboardUnitDouble {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: calc(100% - 20px);
    height: 300px;
    float: left;
    background-color: white;
    text-align: center;
    border: 1px solid black;

    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;

    padding: 10px 3px 3px;
    overflow: auto;
}

div.dashboardUnitFullScreen {
    box-sizing: border-box;
    width: calc(100% - 20px);
    position: absolute;
    float: left;
    background-color: white;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 3px 3px;
    overflow: auto;
}

div.dashboardUnitQuad {
    box-sizing: border-box;
    width: calc(50% - 20px);
    height: 600px;
    float: left;
    background-color: white;
    text-align: center;
    border: 1px solid black;

    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;

    padding: 10px 3px 3px;
    overflow: auto;
}

div.dashboardSeparator {
    width: 1%;
    height: 1px;
    float: left;
}

h4.dashboard-title {
    margin: 0;
}

div.dashboard-header {
    margin: 10px 5px 5px 5px;
    font-size:.9em;
    height:25px;
    line-height:20px;
    display: flex;
    justify-content: space-between;
}

div.dashboard-filter-title {
    float:left;
    height:25px;
    line-height:25px;
}

div.dashboard-filter-select {
    float:left;
    margin-left:5px;
    width:100px;
}

div.dashboard-search-title {
    float:left;
    margin-left:20px;
    margin-right:5px;
    height:25px;
    line-height:25px;
}

div.dashboard-search-container {
    float: left;
}

input.dashboard-search-input {
    width:100px;
    text-indent:0;
    height:25px;
}

div.closureBudgetFull {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    width: 960px;
    height: 125px;
    border-top: 2px solid #888;
    border-left: 2px solid #888;
    border-right: 2px solid #888;
    text-align: left;
    color: #000000;
    background-color: white;
    overflow: auto;
}

div.closureBudgetFull2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    width: 960px;
    height: 370px;
    border-bottom: 2px solid #888;
    border-left: 2px solid #888;
    border-right: 2px solid #888;
    text-align: left;
    color: #000000;
    background-color: white;
    overflow: auto;
}

div.closureSummary {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
    border-top: 2px solid grey;
    width: 960px;
    height: 50px;
    text-align: left;
    color: #000000;
    background-color: white;
    overflow: auto;
}

div.closureSummary2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-left: 4px;
    padding-right: 4px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
    width: 960px;
    height: 370px;
    text-align: left;
    color: #000000;
    background-color: white;
    overflow: auto;
}

div.closureSummary3 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
    border-bottom: 2px solid grey;
    width: 960px;
    height: 70px;
    text-align: left;
    color: #000000;
    background-color: white;
    overflow: auto;
}

div.SupplierListHeader {
    position: absolute;
    right: 10px;
    left: 10px;
    top: 10px;
    height: 40px;
    font-size: 16px;
    color: #000000;
    background-color: white;
    overflow: auto;
}

div.SuppliertList {
    position: absolute;
    right: 10px;
    left: 10px;
    top: 50px;
    bottom: 10px;
    font-size: 16px;
    color: #000000;
    background-color: white;
    overflow: auto;
}

.supplierHeader {
    display: flex;
    justify-content: space-between;
    min-height: 85px;
    padding: 0.2rem;
}

.supplierHeader>div {
    float: left;
    margin-left: 1em;
    max-width: 600px;
    height: 65px;
}

.supplierHeader h3 {
    max-width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 2px outset lightgray;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    margin-bottom: 2px;
}

.supplier_title_required {
    font-style: italic;
    color: red;
}

.supplierHeader input#supplier_name {
    display: none;
    font-size: 1.17em;
    margin: .83em 0 5px 0;
    height: 40px;
    width: 600px;
}

div.supplierDetail2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-left: 4px;
    padding-right: 4px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
    width: 860px;
    height: 0;
    text-align: left;
    color: #000000;
    background-color: white;
    overflow: auto;
}

div.supplierDetail3 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-left: 4px;
    padding-right: 4px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
    border-bottom: 2px solid grey;
    width: 860px;
    height: 50px;
    text-align: left;
    color: #000000;
    background-color: white;
    overflow: auto;
}

div.budgetHeadingDetail {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-left: 4px;
    padding-right: 4px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
    border-top: 2px solid grey;
    width: 880px;
    height: 480px;
    text-align: left;
    color: #000000;
    background-color: white;
    overflow: auto;
}

div.budgetHeadingDetail2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-left: 4px;
    padding-right: 4px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
    width: 880px;
    height: 100px;
    text-align: left;
    color: #000000;
    background-color: white;
    overflow: auto;
}

div.budgetHeadingDetail3 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-left: 4px;
    padding-right: 4px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
    border-bottom: 2px solid grey;
    width: 880px;
    height: 120px;
    text-align: left;
    color: #000000;
    background-color: white;
    overflow: auto;
}

div.closureDetail {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-left: 4px;
    padding-right: 4px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
    border-top: 2px solid grey;
    width: 760px;
    height: 120px;
    text-align: left;
    color: #000000;
    background-color: white;
    overflow: auto;
}

div.closureDetail2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-left: 4px;
    padding-right: 4px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
    width: 760px;
    height: 320px;
    text-align: left;
    color: #000000;
    background-color: white;
    overflow: auto;
}

div.closureDetail3 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-left: 4px;
    padding-right: 4px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
    border-bottom: 2px solid grey;
    width: 760px;
    height: 40px;
    text-align: left;
    color: #000000;
    background-color: white;
    overflow: auto;
}

div.businessyearDetail {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-left: 4px;
    padding-right: 4px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
    border-top: 2px solid grey;
    width: 760px;
    height: 300px;
    text-align: left;
    color: #000000;
    background-color: white;
    overflow: auto;
}

table.tabsmall {
    width: 100%;
    font-size: 12px;
    text-align: center;
    border: 1px solid #52ae32;
    overflow: scroll;
}

a.clsId:link,
a.clsId:visited,
a.clsId:active,
a.clsId:hover {
    color: #6088AD;
}

button,
input.bouton {
    cursor: pointer;
}

button.budget_button {
    cursor: pointer;
    background: #5fb9c7;
    border: none;
    border-radius: 4px;
    margin-right: 4px;
    padding: 5px;
    min-width: 100px;
    color: white;
}

table.detail {
    text-align: center;
    overflow: scroll;
}

input,
textarea {
    font-family: var(--font-family), sans-serif;
    text-align: left;
    overflow: hidden;
    width: 100%;
    height: 25px;
    border: solid 1px #bdc3c7;
    box-sizing: border-box;
    padding-left: 3px;
    padding-right: 2px;
    border-radius: .25rem;
}

input[type="checkbox"] {
    width: auto;
    height: auto;
    box-sizing: initial;
}

code {
    display: block;
    background: #ddd;
    border: solid 2px #666;
    line-height: 15px;
}

table thead tr,
table thead tr th {
    background-color: #4a4a49;
    color: white;
    text-align: center;
    font-weight: normal;
    font-size: .9em;
}

table thead.white tr,
table thead.white tr th {
    background-color: white;
    color: black;
}

div.menubar {
    float: left;
    height: 30px;
    width: auto;
    text-align: center;
    vertical-align: middle;
    padding-right: 2px;
    padding-left: 2px;
    background-color: #F5F5F5;
    border: 1px solid #888;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: black;
    text-decoration: none;
    font-family: var(--font-family), sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 8pt;
    cursor: pointer;
}

span.required {
    color: red;
    font-weight: bold;
}

/*
    Vert clair   : #87b626
    Vert foncé   : #52ae32
    Gris clair   : #4a4a49
    Gris foncé   : #3c3c3b
*/

/********/
/* TABS */
/********/
td.faketab {
    width: 135px;
    cursor: pointer;
    padding-left: 1em;
    padding-right: 1em;
    height: 2em;
    line-height: 2em;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-radius: 10px 10px 0 0;
    font-weight: normal;
    background-color: lightgrey;
    color: #2E2E2E;
}

td.faketabup {
    cursor: default;
    background-color: #87b626;
    font-weight: bold;
    color: white;
}

td.faketab:not(.faketabup):hover {
    background-color: #87b626;
    cursor: pointer;
}

td.faketabline {
    cursor: default;
    border-bottom: 2px solid #87b626;
}

.faketab-content {
    position: relative;
    float:left;
    width: 100%;
}

.faketab-label {
    text-align: left;
    width: fit-content;
    float: left;
}

.faketab-bullet {
    display: none;
    float:right;
    margin-top:3px;
    border-radius: 20px;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    width: 20px;
    font-weight: normal;
    color: #2E2E2E;
    background-color: white;
}

.faketab-bullet-up {
    color: #87b626;
    background-color: white;
}

tr.ribheader {
    height: 25px;
    padding-right: 12px;
    cursor: pointer;
    background-color: #52ae32;
    color: white;
    font-size: 13px;
    text-align: center;
}


tr.rib {
    height: 25px;
    background-color: #D0D0DA;
    color: black;
    font-size: 12px;
}

option.lang_1 {
    background-image: url("../pictures/en.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #ffffff;
    margin-right: 3px;
    margin-left: 3px;
    color: #333333;
    text-align: left;
}

option.lang_2 {
    background-image: url("../pictures/fr.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #ffffff;
    margin-right: 3px;
    margin-left: 3px;
    color: #333333;
    text-align: left;
}

option.lang_3 {
    background-image: url("../pictures/sp.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #ffffff;
    margin-right: 3px;
    margin-left: 3px;
    color: #333333;
    text-align: left;
}

option.lang_4 {
    background-image: url("../pictures/ge.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #ffffff;
    margin-right: 3px;
    margin-left: 3px;
    color: #333333;
    text-align: left;
}

/*********************/
/* TABLESORTER PAGER */
/*********************/
div.listPager {
    padding-left: 10px;
    height: 30px;
    font-size: 10pt;
    color: #000000;
    background-color: lightblue;
    overflow: auto;
}

.statusCMB {
    height: 20px;
    width: 150px;
}

.dateCMB {
    height: 25px;
    width: 120px;
}




div.uploadDialog {
    font-size: 10pt;
}

div.ImageWait {
    text-align: center;
    background-image: url("../pictures/ajax.gif");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.4);
}


div.prDialog {
}


div.styled-select select {
    background: var(--select_background);
    color: var(--select_color);
    width: 300px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 25px;
    float: left;
    padding-bottom: 5px;
    padding-left: 2px;
}

.styled-select {
    position: relative;
    width: 300px;
    height: 25px;
    overflow: hidden;
    background-color: var(--select_background);
    border: 1px solid #bdc3c7;
    float: left;
    border-radius: .25rem;
}

select.select {
    color: #4a4a49;
}

.dropdown {
    pointer-events: none;
    /* quand on clique on passe au travers de cet élément et c'est le select en dessous qui prend le click */
    position: absolute;
    right: 5px;
    width: 15px;
    height: 20px;
    margin-top: 2px;
    padding-left: 3px;
    line-height: 20px;
    font-weight: bold;
    background: var(--dropdown-background);
    color: var(--dropdown-color);
}


.require {
    background-color: #f8e0e0;
}

.file-wrapper {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.file-wrapper .button {
    background-color: black;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    padding: 4px 18px;
}

.file-wrapper input {
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

/***************
/* breadcrumb */
/**************/
.breadcrumb {
    white-space: nowrap;
}

.breadcrumb li {
    display: inline-block;
    line-height: 20px;
    margin: 0 9px 0 -10px;
    padding: 0 20px;
    position: relative;
    cursor: pointer !important;
}

.breadcrumb li::before,
.breadcrumb li::after {
    border-right: 1px solid #666666;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: skewX(45deg);
}

.breadcrumb li::after {
    bottom: 0;
    top: auto;
    transform: skewX(-45deg);
}

.breadcrumb li:last-of-type::before,
.breadcrumb li:last-of-type::after {
    display: none;
}

.breadcrumb li a {
    font: bold 16px Sans-Serif;
    letter-spacing: -1px;
    text-decoration: none;
}

.breadcrumb li.breadcrumb-1 a {
    color: hsl(0, 0%, 65%);
}

.breadcrumb li.breadcrumb-2 a {
    color: hsl(0, 0%, 50%);
}


/*********************/
/* TAGS              */
/*********************/
div.tag {
    font-size: 75%;
    float: left;
    display: inline-block;
    background-color: #52ae32;
    color: white;
    box-sizing: border-box;
    width: auto;
    height: 25px;
    line-height: 25px;
    border-radius: 13px;
    padding-left: 13px;
    padding-right: 13px;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

div.tag span {
    color: black;
    line-height: inherit;
    padding-left: 0.5em;
    cursor: pointer;
}



/**********************/
/* JQUERY UI override */
/**********************/
.ui-widget {
    font-family: var(--font-family), sans-serif;
}

.ui-widget input,
select {
    font-family: var(--font-family), sans-serif;
}

.ui-dialog-title {
    color: white;
}

.ui-dialog-titlebar {
    background-color: #87b626;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    line-height: 1em;
    padding: .1em .1em .1em .1em;
    background-color: white;
}

.ui-menu .ui-menu-item {
    padding: 0 1em 0 0.4em;
    font-size: 75% !important;
}

.ui-selectmenu-open {
    z-index: 10000;
}

input.checkbox {
    width: auto;
    height: auto;
}

input.radio {
    width: auto;
    height: auto;
}

.required::before {
    content: "* ";
    color: red;
}

/* CHECKBOX STYLE */
/* The container */
.check_container {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check_container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check_container input:checked~.checkmark {
    background-color: #52ae32;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check_container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check_container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumb_chevron {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 5px;
    margin-right: 5px;
    color: grey;
    font-weight: bold;
    font-size: 20px;
}

.breadcrumb_label {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
}

.readonly {
    color: rgb(55 65 81/1);
    background-color: rgb(248 250 252/1);
    border-color: rgb(243 244 246/1);
    border-width: 1px;
}

/*
    Vert clair   : #87b626
    Vert foncé   : #52ae32
    Gris clair   : #4a4a49
    Gris foncé   : #3c3c3b
*/

.treetable {
    width: calc(100% - 30px);
}

.treetable table {
    float: right;
    width: calc(100% - 30px);
    border-collapse: collapse;
    border-spacing: 0;
}

.treetable table tbody tr {
    height: 25px;
}

.treetable table tbody tr td {
    border: 1px solid black;
    padding-right: 5px;
    text-align: right;
    width: 110px;
}

.treetable table tbody tr td:first-child {
    padding-right: 2px;
    text-align: left;
    width: auto;
    border: none;
}


.treetableheader {
    float: none;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #4a4a49 !important;
    color: white;
    font-weight: normal;
    font-size: 12px;
}

.jstree-table-separator-regular {
    border-color: black !important;
}

.jstree-table-col-0 {
    width: auto !important; /* calc(100% - 18px); */
}

.treetablecell, .jstree-anchor {
    line-height: 25px;
    height: 25px;
}

.treetableheader thead tr {
    height: 25px;
}

.treetableheader thead tr th {
    border: 1px solid black;
    text-align: center;
    width: 114px;
}

.treetableheader thead tr th:first-child {
    text-align: center;
    width: auto;
    border: none;
}

#jstreeEXPdash::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: #aaa;
}


.jstree-proton .jstree-hovered {
    color: var(--jstreetable_hover_color) !important;
    background: var(--jstreetable_hover_background) !important;
}


.jstree-default .jstree-clicked {
    background: transparent;
    color: black;
}

/*****************/
/* Button switch */
/*****************/
.switch:not(:checked),
.switch:checked {
    position: absolute;
    left: -9999px;
}

.switch:not(:checked)+label,
.switch:checked+label {
    position: relative;
    padding-left: 75px;
    cursor: pointer;
}

.switch:not(:checked)+label:before,
.switch:checked+label:before,
.switch:not(:checked)+label:after,
.switch:checked+label:after {
    content: '';
    position: absolute;
}

.switch:not(:checked)+label:before,
.switch:checked+label:before {
    left: 0;
    top: -3px;
    width: 120px;
    height: 30px;
    /* le container 65/30 par défaut*/
    background: #DDDDDD;
    /* couleur du fond  : gris clair */
    border-radius: 15px;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
}

.switch:not(:checked)+label:after,
.switch:checked+label:after {
    width: 20px;
    height: 20px;
    /* la bille 20/20 */
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
    background: #7F8C9A;
    /* couleur de la bille : grid foncé */
    top: 1.5px;
    left: 5px;
    /* position initiale 2/5 */
}

/* on checked */
.switch:checked+label:before {
    background: #34495E;
    /* couleur du fond : bleu canard */
}

.switch:checked+label:after {
    background: #39D2B4;
    /* couleur de la bille : vert */
    top: 1.5px;
    left: 95px;
    /* déplacement de la bille 2/40 par défaut */
}

.switch:checked+label .ui,
.switch:not(:checked)+label .ui:before,
.switch:checked+label .ui:after {
    position: absolute;
    left: 6px;
    width: 120px;
    /* le texte à l'intérieur */
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.switch:not(:checked)+label .ui:before {
    left: 32px
}

.switch:checked+label .ui:after {
    color: #39D2B4;
}

.switch:focus+label:before {
    box-sizing: border-box;
    margin-top: -1px;
}

/*************/
/* LIST FORM */
/*************/
div.listBody {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 16px;
    color: black;
    background-color: white;
    min-height: 300px;
    overflow: auto;
}

.searchhighlight {
    color: #52ae32;
    font-weight: bold;
    text-decoration: underline;
}

/***********/
/* SPINNER */
/***********/
.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1.0);
    }
}


.tablesorter tr.line_disabled {
    color: darkgrey !important;
    cursor: default !important;
    font-style: italic !important;
}

.tablesorter tr.line_disabled:hover {
    color: black !important;
}

.editable_node {
    cursor: pointer;
}

.edit_envelope {
    cursor: pointer;
}

span.ui-state-highlight-custom {
    font-weight: bold;
    color: red;
}

div.puce_gauche {
    width: 10px;
    height: 22px;
    margin-left: 5px;
    background-image: url('../pictures/puce_gauche.svg');
    background-position: center;
    background-color: white;
    background-repeat: no-repeat;
    float: left;
}

div.puce_droite {
    width: 10px;
    height: 22px;
    right: 5px;
    background-image: url('../pictures/puce_gauche.svg');
    background-position: center;
    background-color: white;
    background-repeat: no-repeat;
    float: left;
    transform: rotate(180deg);
}

div.ligne {
    flex-grow: 100;
    height: 22px;
    background-image: url('../pictures/ligne.svg');
    background-position: center;
    background-color: white;
    background-repeat: repeat-x;
    float: left
}

span.help {
    color: rgb(116, 174, 254);
    font-size: 1.2em;
    margin-left: 3px;
    line-height: 1.2em;
    cursor: pointer;
}

span.help:hover {
    color: blue;
}

span.help2 {
    color: white;
    background: rgba(135, 182, 38, 0.7);
    height: 22px;
    width: 22px;
    border-radius: 11px;
    font-size: 13px;
    line-height: 22px;
    font-weight: bold;
    cursor: pointer;
}

span.help2:hover {
    background: rgba(135, 182, 38, 1);
}

span.help_mini {
    height: 18px;
    width: 18px;
    border-radius: 9px;
    font-size: 10px;
    line-height: 18px;
}

.address_valid {
    float: right;
    background-color: rgba(144, 238, 144, 0.2);
    border: 1px solid rgba(0, 152, 0, 0.3);
    height: 25px;
    border-radius: 4px;
    color: rgba(0, 152, 0, 0.8);
    padding: 0 5px 0 5px;
    line-height: 22px;
    cursor: default;
}

.address_valid>span.lnr {
    color: rgba(0, 152, 0, 0.8);
    font-size: 15px;
    margin-top: 4px;
}

.address_invalid {
    float: right;
    background-color: rgba(255, 0, 0, 0.2);
    border: 1px solid rgba(255, 0, 0, 0.1);
    height: 25px;
    border-radius: 4px;
    color: rgba(255, 0, 0, 0.7);
    padding: 0 5px 0 5px;
    line-height: 22px;
    cursor: default;
}

.address_invalid>span.lnr {
    color: rgba(255, 0, 0, 0.7);
    font-size: 15px;
    margin-top: 4px;
}

.iban_valid {
    float: left;
    background-color: rgba(144, 238, 144, 0.2);
    border: 1px solid rgba(0, 152, 0, 0.3);
    height: 25px;
    border-radius: 4px;
    color: rgba(0, 152, 0, 0.8);
    padding: 0 5px 0 5px;
    line-height: 22px;
    cursor: default;
}

.iban_valid>span.lnr {
    color: rgba(0, 152, 0, 0.8);
    font-size: 15px;
    margin-top: 4px;
}

.iban_invalid {
    float: left;
    background-color: rgba(255, 0, 0, 0.2);
    border: 1px solid rgba(255, 0, 0, 0.1);
    height: 25px;
    border-radius: 4px;
    color: rgba(255, 0, 0, 0.7);
    padding: 0 5px 0 5px;
    line-height: 22px;
    cursor: default;
}

.iban_invalid>span.lnr {
    color: rgba(255, 0, 0, 0.7);
    font-size: 15px;
    margin-top: 4px;
}

li.registry_result {
    cursor: pointer;
    border-bottom: 1px solid black;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

li.registry_result > ul > li {
    list-style: disc;
}

span.registry_result_copy {
    font-size:25px;
}

.noresult {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    width: 400px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-style: italic;
    border: 1px solid lightgrey;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: #4a4a49;
}

.noresult-small {
    width:fit-content;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    padding:0 1em;
    font-size: 9pt;
}

.reolinNumber {
    text-align: right;
}

.prlvat {
    border:0;
    width:100%;
    background-color:lightyellow;
    text-align:right;
}

.prlprice {
    border:0;width:100%;
    background-color:white;
    text-align:right;
    color:black;
}

.prvat {
    display: block;
    width:90%;
    vertical-align:middle;
    text-align:right;
    font-size:10pt;
}

.pramount {
    display:block;
    width:90%;
    vertical-align:middle;
    font-weight:bold;
    text-align:right;
    font-size:10pt;
}

.prtotal {
    display:block;
    width:90%;
    vertical-align:middle;
    text-align:right;
    font-size:10pt;
}

.helpDialog {
    z-index: 10001;
    display: none;
    flex-direction: column;
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 400px;
    width: 300px;
    padding: 10px;
    border-radius: 4px;
    border-color: var(--help_border);
    background-color: var(--help_background);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.helpDialog #help-close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    background-color: var(--help_background);
    border: 3px solid white;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

.helpDialog h3 {
    margin-top: 0.5em;
    text-align: center;
    color: var(--help_header_color);
}

.helpDialog #help-input {
    flex-shrink: 0;
    height: 40px;
    line-height: 40px;
    font-size: 1.1em;
    border-radius: 4px;
}

.helpDialog #help-results {
    overflow: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: var(--help_result_background);
    border-radius: 4px;
}

.helpDialog #help-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.helpDialog #help-results ul li {
    border-bottom: 1px solid var(--help_result_delimiter);
    padding: 5px 5px 15px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.helpDialog #help-results .article-title {
    font-size: 1.2em;
}

.helpDialog #help-results .article-body {
    white-space: break-spaces;
    font-size: 0.9em;
}

.helpDialog .highlight {
    background-color: yellow;
    font-weight: bold;
}

.helpDialog .help-no-result {
    text-align: center;
    padding: 1em;
    font-style: italic;
}

.helpDialog .help-footer {
    padding: 5px;
    background: var(--help_result_background);
    border-radius: 4px;
}

.calendar {
    max-height: calc(90% - 10px);
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.home-payment-plan {
    max-height: 40%;
    flex-shrink: 0;
    flex-grow: 1;
    background-color: white;
    border-radius: 4px;
    margin-top: 20px;
    padding:10px;/* 0; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.fc-event:hover {
    background-color: yellow !important;
}

.fc-toolbar-title {
    font-size: 1.25rem !important;
}

.calendar-event {
    background-color: rgba(135, 182, 38, 1) !important;
    border-color: rgba(135, 182, 38, 1) !important;
    color: white !important;
}

.calendar-event-done {
    background-color: rgba(135, 182, 38, 0.5) !important;
    border-color: rgba(135, 182, 38, 1) !important;
}

.calendar-event-done * {
    text-decoration-line: line-through !important;
    text-decoration-thickness: 2px;
}

.calendar-event-late {
    background-color: rgb(244, 67, 54) !important;
    border-color: rgba(255, 0, 0, 1) !important;
}

.notification_div {
    width: 50px;
    height: 40px;
    cursor: pointer;
    margin-right: 10px;
}

.notification_icon {
    position: relative;
    line-height: 40px;
    color: white;
    opacity: 0.3;
    font-size: 30px;
    transform: rotate(-30deg);
    margin: -5px 5px 5px 5px;
}

.notification_icon_on {
    opacity: 1;
}

#notification_counter {
    display: none;
    position: relative;
    color: white;
    background: red;
    border-radius: 8px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 15px;
    top: -40px;
    left: 0;
}

.messageslist {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 40px;
    width: 300px;
    min-height: 100px;
    z-index: 10000;
    background-color: #F2F3F5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}

.message_item {
    padding-bottom: 10px;
    cursor: pointer;
    padding-left: 5px;
    padding-top: 5px;
    border-radius: 8px;
    background: rgba(133, 62, 165, 0.5);
    color: white;
    margin-bottom: 3px;
}

.message_item:hover {
    background-color: rgba(0, 0, 0, 0.1);
    background-color: #853ea5;
}

.message_no_new_message {
    display: block;
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-style: italic;
    opacity: 0.5;
}

.message_age {
    display: block;
    font-size: 12px;
    line-height: 10px;
}

.message_read {
    color: rgba(0, 0, 0, 0.5);
}

.alert-mark-as-read {
    color:red;
    position: relative;
    top:-20px;
    right:5px;
    font-size:20px;
}

.envelope-header {
    border-spacing:0;
    border-collapse:collapse;
}

.envelope-header thead tr {
    height:30px;
    color:white;
    background-color:#4a4a49;
    font-size: 1em;
    white-space: nowrap;
}

/**********/
/* Grid 3 */
/**********/
.filter_popup {
    display: none;
    cursor: default;
    border-radius: 4px;
    padding: 10px;
    background-color: var(--grid3_filter_popup_background);
    max-width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.filter_popup_container {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 55px;
}

.filter_input {
    display: none;
}

.grid3container {
    margin-top: 1px;
    outline: 1px solid #52ae32;
    overflow-x: auto;
    min-height: 200px;
}

.grid3 {
    text-align: left;
    position: relative;
    border-collapse: collapse;
    width: 100%;
}

.grid3 th,
.grid3 td {
    padding: 0.25rem 1rem;
}

.grid3 th {
    z-index: 1;
    position: sticky;
    top: 0;
    /* Don't forget this, required for the stickiness */
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    white-space: normal;
    font-size: 80%;
    background-color: var(--grid3_header_background);
    color: var(--grid3_header_color);
}

.grid3 th.active {
    background-color: rgb(105, 105, 105);
}

.grid3 .grid3_div_header {
    width: max-content;
    height: 30px;
    line-height: 30px;
}

.grid3 .grid3_header_label {
    float: left;
    margin-right: 30px;
}

.grid3 .grid3_header_icons {
    position: absolute;
    top: 7px;
    right: 0;
}

.grid3 .filter_icon {
    font-size: 1.5em;
    float: right;
    color: #bbb;
}

.grid3 .sort_icon {
    font-size: 1.5em;
    float: right;
}

.grid3 tbody tr {
    font-size: 80%;
    cursor: pointer;
}

.grid3 tbody tr:nth-child(even) {
    background-color: var(--grid_even_background);
    color: var(--grid_even_color);
}

.grid3 tbody tr:nth-child(odd) {
    background-color: var(--grid_odd_background);
    color: var(--grid_odd_color);
}

.grid3 tbody tr:hover {
    color: var(--grid3_tr_hover_color);
}

.grid3 tfoot tr {
    background-color: var(--grid3_header_background);
    color: var(--grid3_header_color);
    font-size: 80%;
}

.grid3_value {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.grid3_value_noclick {}

.grid3_value_icon {
    float: none;
    font-size: 1.5em;
    cursor: default;
}

.grid3_footer {
    background: var(--list_header_color);
}

.grid3_external_pager {
    width: 100%;
    height: 30px;
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.grid3_selection {
    float: left;
    margin-right: 20px;
}

.grid3_nbresults {
    float: left;
}

.grid3_pagination {}

.grid3_current_page,
.grid3_sort {
    display: none;
}

.grid3_page {
    float: left;
    color: var(--grid3_page_color);
    background-color: var(--grid3_page_background);
    margin: 0 3px;
    min-width: 25px;
    height: 28px;
    text-align: center;
    cursor: pointer;
    font-size: 0.8em;
    line-height: 28px;
    padding: 0 5px;
}

.grid3_pagesize {
    float: left;
}

.grid3_external_pager .current {
    color: var(--grid3_page_current_color);
    background-color: var(--grid3_page_current_background);
}

.filter_select {}

.grid3_spinner {
    position: fixed;
    top: 200px;
    left: calc(50% - 100px);
    margin: 50px auto 0;
    background: var(--grid3_spinner_background);
    border-radius: 10px;
    width: 200px;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.grid3_search {
    float: left;
    position: relative;
    margin-right: 10px;
}

.grid3_filter_containers, .grid3_configure_containers {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.grid3_filter_actions, .grid3_configure_actions  {
    float: left;
    cursor: pointer;
    color: #4a4a49;
    margin: 0 2px;
}

.grid3_filter_actions span.material-icons, .grid3_configure_actions span.material-icons {
    background-color: #f6f6f6;
    color: #3c3c3b;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
}

.grid3_filter_actions span.material-icons:hover,  .grid3_configure_actions span.material-icons:hover{
    border: 1px solid;
    background-color: var(--button_color); /*rgba(133, 62, 165, 0.8);*/
    color: white;
    border-color: var(--button_color);
}

.grid3_filter_actions_panel, .grid3_configure_actions_panel{
    display: none;
    flex-direction: column;
    background-color: var(--action_background);
    color: var(--action_color);
    position: absolute;
    right: 15px;
    top: 77px;
    min-width: 150px;
    z-index: 100;
    padding: 10px 0 10px 0;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
}

.grid3_filter_actions_panel_displayed, .grid3_configure_actions_panel_displayed{
    display: flex;
}

.grid3_filter_actions_panel ul, .grid3_configure_actions_panel ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 25px;
}

.grid3_filter_actions_panel ul li, .grid3_configure_actions_panel ul li{
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.grid3_filter_actions_panel ul li:hover, .grid3_configure_actions_panel ul li:hover{
    border-left: 5px solid #853ea5;
    background-color: rgba(154, 154, 153, 0.5);
    padding-left: 5px;
}

.grid3_modal_container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    display: none;
    background-color: rgba(22, 22, 22, 0.5);
    z-index: 1000;
}

.grid3_modal_container_displayed {
    visibility: visible;
    display: block;
}

.grid3_hidden{
    display:none;
}

.grid3_filter_popup, .grid3_configure_popup {
    border-radius: 4px;
    background: #e1e1e1;
    margin: 0 auto;
    width: 300px;
    height: 150px;
    position: relative;
    z-index: 41;
    top: 25%;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.grid3_configure_popup.grid3_configure_edit_popup{
    width: 600px;
    height: 500px;
}

.grid3_filter_popup_buttons, .grid3_configure_popup_buttons{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 10px;
}

.grid3_configure_edit_popup #grid3_configure_grid{
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
}


.grid3_button {
    min-width: 100px;
    float: left;
    text-align: center;
    border: none;
    background-color: var(--button_background); /*darkcyan;*/
    color: white;
    border-radius: 4px;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
    cursor: pointer;
}

.grid3_button_or {
    font-weight: normal;
    padding: 0 10px;
    margin: 5px 0;
    min-width: 0;
}

.grid3_input_label {
    font-size: 0.8em;
    margin-left: 5px;
}

.grid3_noresult {
    text-align: center;
    font-style: italic;
    height: 150px;
    padding-top: 75px;
}

img.grid3_photo {
    position: relative;
    object-fit: cover;
    width: 34px;
    height: 34px;
    top: -1px;
    border-radius: 50%;
}

div.grid3_photo {
    position: relative;
    width: 34px;
    height: 34px;
    line-height: 34px;
    top: -1px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    color: var(--grid3_photo_color);
    background-color: var(--grid3_photo_background);
}

#grid3_configure_grid .block__container {
    position:absolute;
    top:10px;
    width:40%;
    height:80%;
    overflow:auto;
    background-color:#EEE;
}

#grid3_configure_grid .block__container__left {
    left:20px;
}

#grid3_configure_grid .block__container__right {
    right:20px;
}

#grid3_configure_grid .block__title {
    width:100%;
    text-align: center;
    padding:10px;
    background-color: white;
}

#grid3_configure_grid .block__list {
    padding: 20px 0;
    margin-top: -20px;
    background-color: transparent;
}

#grid3_configure_grid .block__list_words li {
    cursor: move;
    background-color: #fff;
    padding: 10px 10px;
    border:1px solid lightgray;
    margin-bottom:2px;
    list-style: none;
}

#grid3_configure_grid .block__list_words .sortable-ghost {
    opacity: 0.4;
    background-color: #853ea5;
}

/* end GRID3 */

.my-account {
    display:none;
    background-color:#4a4a49;
    color: white;
    line-height: 1.5em;
    padding:10px;
    font-size: 0.9em;
    text-align: right;
    position:fixed;
    top:40px;
    right:0;
    z-index: 10000;
}

.my-account a {
    color: white;
}

div.filterTag {
    float: left;
    background-color: royalblue;
    color: white;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    font-size: 11px;
    margin-top: 6px;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

div.filterTagClose {
    float: right;
    margin-left: 10px;
    height: 19px;
    line-height: 19px;
    font-weight: bold;
    cursor: pointer;
}

div.filterTagClose::after {
    content: " x";
}

div#cost-center-gap {
    font-size: 12px;
}

div#cost-center-gap span {
    display: block;
    margin-top: 10px;
    text-align: right;
    margin-right: 5px;
}

.cost-center-table-tr {
    cursor: pointer;
}

.cost-center-table-tr td:first-of-type {
    text-align: left;
    padding-left:5px;
}

.cost-center-table-tr td:last-of-type {
    text-align:right;
    padding-right:5px;
}

.cost-center-detail {
    display: flex;
    flex-direction: column;
    position: absolute;
    top:0;
    right:0;
    width:50%;
    height: calc(100% - 4px);
    margin: 2px 0 2px 0;
    border: 1px solid #c5c5c5;
    border-radius: 10px 0 0 10px;
    background-color: white;
}

.hidden {
    display: none;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.popup-body {
    padding: 5px;
}

.popup-close-button {
    font-size: 25px;
    color: var(--button_color);
    cursor: pointer;
}

.toggle-chevron, .toggle-expand {
    cursor: pointer;
    color: #111111;
    font-weight: bold;
}

button.internal-link {
    border:none;
    background-color: transparent;
    padding: 0;
    font-family: var(--font-family), sans-serif;
    font-size: 0.8rem;
    text-align: left;
}

button.internal-link.header {
    font-size: 1rem;
}

button.internal-link:hover {
    color: orange;
}

div.divList {
    padding: 0 5px;
}

.previewContainer {
    display:none;
    position: absolute;
    width: 50%;
    height:calc(100% - 4px);
    margin:2px 0 2px 2px;
    top:0;
    right:0;
    z-index:10;
    background-color:white;
    border:1px solid #E3E3E3;
    border-radius:10px;
    padding:10px;
}
/*
    Vert clair   : #87b626
    Vert foncé   : #52ae32
    Gris clair   : #4a4a49
    Gris foncé   : #3c3c3b
*/