:root {
    --tabulatorWhiteSpace: no-wrap;
    --menuFontSize: 14px;
    --personal-hover-color: #ebe8e4;
    --borderRadius: 15px;
    margin-bottom: 10px;
}

.hide {
    display: none;
}
.show {
    display: block;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.top-0 {
    top: 0;
}
.right-0 {
    right: 0;
}
.bottom-0 {
    bottom: 0;
}
.left-0 {
    left: 0;
}
.position-static {
    position: static;
}
.position-absolute {
    position: absolute;
}
.position-relative {
    position: relative;
}
.position-fixed {
    position: fixed;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.float-none {
    float: none;
}
.italic {
    font-style: italic;
}

/*---------------------------------
	GRID/COLUMNS
-----------------------------------*/

.grid {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 2em;
}

.grid.flex {
    width: 100%;
    max-width: 100%;
    padding: 0 2%;
    padding: 2em;
}

.row {
    display: block;
    overflow: hidden;
    clear: both;
}

.grid img {
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
* html .clearfix,
*:first-child + html .clearfix {
    zoom: 1;
}

/*---------------------------------
	LINKS
-----------------------------------*/
.read-more {
    cursor: pointer;
    white-space: nowrap;
}
.link-more {
    cursor: pointer;
    display: table;
}
.link-bar {
    cursor: pointer;
    display: block;
    text-align: center;
    background: #cccccc;
    padding: 9px 0;
    line-height: 1.5em;
}
.pseudo-link {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
    outline: 0 !important;
    color: #4d99e0 !important;
    cursor: pointer !important;
    font-family: inherit !important;
    font-size: inherit !important;
    text-shadow: none !important;
    text-decoration: underline;
}

/*---------------------------------
	FORMS VERTICAL
-----------------------------------*/
form.vertical {
}
form.vertical label {
    display: block;
}
form.vertical input,
form.vertical select,
form.vertical textarea {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
form.vertical .chzn-container {
    display: block;
    margin-bottom: 10px;
}
form.vertical .chzn-choices {
    display: block;
    margin-bottom: 10px;
}

/* radios & checks */
form.vertical input.checkbox,
form.vertical input[type="checkbox"],
form.vertical input.radio,
form.vertical input[type="radio"],
form.vertical label.inline {
    display: inline;
    width: auto;
    margin: 0;
}

/*---------------------------------
	FORM VALIDATION
-----------------------------------*/
.error {
    color: red;
}
label.error {
    color: red;
}
input.error {
    border: 1px solid red;
}
select.error {
    border: 1px solid red;
}

/*---------------------------------
	POSITIONING
-----------------------------------*/

div.caption {
    background: #f5f5f5;
    border: 1px solid var(--main-border-color);
    padding: 3px;
    max-width: 100%;
    display: inline-block;
    height: auto;
}

div.caption img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}

div.caption span {
    display: block;
    margin-top: 3px;
    font-size: 0.8em;
    color: #000;
    padding: 0px 5px;
}

/*---------------------------------
	STYLES
-----------------------------------*/
.pill {
    -webkit-border-radius: 200em;
    -moz-border-radius: 200em;
    border-radius: 200em;
}
.pop {
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.inset {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.square {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* extra CSS classes */
.title {
    display: none;
}
.menu-keyword {
    font-weight: bold;
}
.keywordsList li {
    color: #000;
    cursor: pointer;
}
.keywordsList li a {
    color: #000;
    text-decoration: underline;
}

h4 .titleRecord {
    color: var(--main-text-color);
    font-size: var(--fontSize);
}

.listSearch .no-results {
    padding-left: 60px;
    font-weight: bold;
}

.loading-animation {
    min-height: 150px;
    background: url(img/bx_loader.gif) center top no-repeat #fff;
    background-color: var(--main-background-color);
    padding-top: 50px;
}

.MSGBLOQUANT {
    padding: 5px;
    color: red;
    display: block;
}

.MSGBLOQUANTVENUS,
.MSGBLOQUANTVENUS td {
    padding: 5px;
    color: red;
    display: block;
    font-weight: bolder;
    font-size: 16.8px;
}

.MSGNONBLOQUANT {
    color: var(--msg-non-bloquant);
    font-weight: bolder;
}

.anchor {
    display: block;
    position: relative;
    top: -50vh;
    visibility: hidden;
}

A.SELECTED {
    font-size: larger;
    font-weight: bold;
}
.tabulator-cell.PUBLIC.SELECTED,
.divZone.PUBLIC.SELECTED {
    border: solid 2px var(--public-text-color) !important;
}
.tabulator-cell.PRIVE.SELECTED,
.divZone.PRIVE.SELECTED {
    border: solid 2px var(--main-text-color) !important;
}

A.PRIVE,
A.PRIVE_TABLE {
    color: var(--main-text-color);
}
A.PUBLIC,
A.PUBLIC_TABLE {
    color: var(--public-text-color);
}
A.PRIVE_SELECTED {
    color: var(--main-text-color);
    font-size: larger;
    font-weight: bold;
}

.error_border {
    border: solid red 2px;
    margin-bottom: 3px;
}

.modifMultiple-height table tbody tr,
.modifMultiple-height .tabulator .tabulator-table .tabulator-row {
    height: 16px;
}

.modifMultiple-height table tbody tr select,
.modifMultiple-height .tabulator .tabulator-table .tabulator-row select {
    margin-top: 10px;
}

.tabulator-headers,
.affichageResponsive {
    width: 100% !important;
}

.scroll_tabs_container {
    height: 25px !important;
}

.fontS-15 {
    font-size: 15px;
}

.width100Class {
    width: 100%;
}

#aideF8 {
    background: var(--second-bg-color);
    padding: 15px;
    display: inline-block;
    z-index: 8;
    position: absolute !important;
    -webkit-box-shadow: 3px 3px 5px 0px var(--main-border-color);
    -moz-box-shadow: 3px 3px 5px 0px var(--main-border-color);
    box-shadow: 3px 3px 5px 0px var(--main-border-color);
}

.visuTracesOddTD {
    text-align: left;
    border-collapse: collapse;
    border: solid black 1px;
    background-color: var(--third-bg-color);
    height: 35px;
}

.visuTracesEvenTD {
    text-align: left;
    border-collapse: collapse;
    border: solid black 1px;
    background-color: var(--second-bg-color);
    height: 35px;
}

.visuTracesTitleTD {
    background-color: #b7b0a6;
    height: 20px;
    border-collapse: collapse;
    border: solid black 1px;
    font-weight: bold;
    text-align: left;
}
.dark-theme .visuTracesTitleTD {
    background-color: var(--main-background-color);
}

.ldcDemandeStyle {
    width: 40%;
    text-align: right;
    font-size: 1em;
}

.colorSubstitution {
    color: #008ae6;
}

.centerTd td,
.centerTd th,
.centerTd .tabulator-cell,
.centerTd .tabulator-col {
    text-align: center !important;
}

li:empty {
    display: none;
}

.tableAffichageTotaux {
    border: solid black 1px;
    height: 100px;
}

.optTriAvancee {
    color: black;
    background-color: #f5deb3;
}

.tabulator.dataTable.display
    .tabulator-table
    .tabulator-row.tabulator-row-odd
    > .sorting_2,
.tabulator.dataTable.display
    .tabulator-table
    .tabulator-row.tabulator-row-odd
    > .sorting_2 {
    background-color: var(--second-bg-color);
}

label > span.affichageTexteInput {
    color: var(--main-text-color);
}

iframe {
    background: url(img/bx_loader.gif) center center no-repeat #fff;
}

iframe body {
    background: var(--main-background-color);
}

.pwdArcadia {
    -webkit-text-security: disc;
}

div.libelle {
    padding-top: 12px;
    margin-left: 0.7em;
}

.vcenter,
.tabulator-row.vcenter .tabulator-cell:first-of-type,
.vcenter,
tr.vcenter td:first-of-type {
    vertical-align: middle;
}

.tabulatorDetailHeader {
    text-align: center;
}

.tabulator-cell td {
    padding: 1px;
    margin: 1px;
}

.etiquetteTri {
    background-color: white;
    color: black;
    font-size: 7pt;
    font-family: Verdana;
    height: 13px;
    width: 50px;
    border-radius: 5px;
    text-align: center;
    vertical-align: bottom;
}

.select2-selection__clear {
    margin-right: 25px;
    padding: 0;
}

.radius5 {
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}
