:root {
    /* greys */
    --dark-cold-grey: hsl(210, 9%, 31%);
    --light-grey: hsl(0, 0%, 80%);
    --medium-dark-grey: hsl(0, 0%, 53%);
    --medium-grey: hsl(0, 0%, 58%);
    --warm-grey: hsl(27, 8%, 47%);

    /* whites */
    --very-light-grey: hsl(0, 0%, 91%);

    --green-white: hsl(107, 36%, 90%);
    --very-light-green: hsl(87, 76%, 92%);

    --hyper-light-blue: hsl(228, 33%, 97%);
    --super-light-blue: hsl(251, 40%, 92%);
    --very-light-cold-grey: hsl(210, 17%, 93%);
    --very-light-blue: hsl(225, 45%, 90%);

    --light-pink: hsl(353, 71%, 88%);

    /* colors */
    /* reds */
    --active-red: hsl(6, 100%, 45%);
    --invalid-red: hsl(354, 70%, 54%);
    --overdue-red: hsl(346, 100%, 38%);

    /* greens */
    --light-green: hsl(150, 100%, 80%);
    --valid-green: hsl(134, 61%, 41%);

    /* blues */
    --greyish-blue: hsl(235, 30%, 33%);
    --light-blue: hsl(227, 37%, 80%);
    --lists-blue: hsl(215, 53%, 23%);
    --psa-color: hsl(223, 36%, 26%);
    --very-dark-blue: hsl(228, 29%, 16%);

    /* other colors */
    --warning: hsl(34, 87%, 59%);

    /* transparent colors */
    --dark-grey-shadow: hsla(0, 0%, 35%, 0.5);
    --faint-white: hsla(0, 0%, 100%, 0.3);
    --grey-medium-shadow: hsla(0, 0%, 91%, 0.4);
    --medium-shadow: hsla(0, 0%, 0%, 0.5);
    --modal-shadow: hsla(0, 0%, 0%, 0.7);
    --medium-blue-shadow: hsla(202, 100%, 26%, 0.58);
    --very-light-shadow: hsla(0, 0%, 0%, 0.15);
    --very-transparent-black: hsla(0, 0%, 0%, 0.1);
}

/* override missing png in jquery-ui */
.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: none !important;
}

/* UPLOAD */
.filecanceled {
    text-decoration: line-through;
}

/* GENERAL */
header,
body,
a.link-text {
    color: var(--psa-color) !important;
}

.table td,
.table th {
    border: 1px solid var(--very-light-cold-grey);
}

.table>thead>tr>th {
    vertical-align: middle;
}

.icon-clic {
    cursor: pointer;
}

button,
[onclick] {
    cursor: pointer;
}

.btn-primary {
    background-color: var(--warm-grey) !important;
    border-color: var(--warm-grey) !important;
    border-radius: 0 !important;
    color: white;
}

.btn-primary:hover {
    background-color: var(--warm-grey) !important;
}

.tooltip .tooltip-inner,
.tooltip .tooltip-arrow {
    background-color: var(--very-light-grey) !important;
    color: var(--psa-color) !important;
}

.form-group.hide,
.hide {
    display: none;
}

.clear-both {
    clear: both;
}

.floated-right {
    float: right;
}

.color-overdue {
    color: var(--overdue-red);
}

.pagination .page-item.active .page-link {
    background-color: var(--psa-color) !important;
    border-color: var(--psa-color) !important;
}

.dateReadOnly[readonly] {
    background-color: white !important;
}

.dateDisabledReadOnly:enabled {
    background-color: white !important;
}

.ui-datepicker-prev {
    background: url(../img/icon/arrow-left.png) no-repeat center !important;
}

.ui-datepicker-next {
    background: url(../img/icon/arrow-right.png) no-repeat center !important;
}

.pointer-events-none {
    pointer-events: none;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

/* HEADER */
.header {
    margin-bottom: 20px;
}

.header .headContainer {
    border-bottom: solid 1px black;
    padding: 10px;
}

.header .col-logo {
    padding: 0;
}

.header .titleContainer {
    display: table;
    height: 100%;
    width: 100%;
}

.header .title {
    display: table-cell;
    vertical-align: middle
}

.header .headContainer .colRight {
    background-color: var(--very-light-grey);
}

@media(max-width: 990px) {
    .colRight {
        max-width: 155px;
    }
}

@media(max-width: 767px) {
    .colRight {
        max-width: 100%;
    }
}

.header .headContainer .colRight label {
    margin: auto;
}

.header .headContainer .colRight .welcome,
.header .headContainer .colRight .action {
    min-height: 45px;
}

.header a {
    text-decoration: none;
}

/* BODY */
body {
    padding: 0 50px 50px 50px;
    overflow-y: scroll !important;
}

ul.ui-autocomplete {
    z-index: 2000 !important;
}

/* DASHBOARD */
.dashboard-link-text:hover {
    text-decoration: none;
}

.dashboard-link-text.active {
    border-bottom: solid 1px var(--psa-color);
}

.cell-status {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-top: 3px;
    margin-right: 5px;
}

.cell-status-LATE,
.cell-status-51,
.cell-status-55 {
    background: url(../img/icon/status_late.png) center no-repeat;
}

.cell-status-0 {
    background: url(../img/icon/status_draft.png) center no-repeat;
}

.cell-status-1,
.cell-status-50,
.cell-status-54 {
    background: url(../img/icon/status_ongoing.png) center no-repeat;
}

.cell-status-2,
.cell-status-52,
.cell-status-56 {
    background: url(../img/icon/status_resolved.png) center no-repeat;
}

.cell-status-3 {
    background: url(../img/icon/status_closed.png) center no-repeat;
}

.cell-status-4 {
    background: url(../img/icon/status_blocked.png) center no-repeat;
}

.cell-status-9,
.cell-status-53,
.cell-status-57 {
    background: url(../img/icon/status_rejected.png) center no-repeat;
}

.cell-status-real {
    display: none;
}

.cell-status-overload {
    display: inline-block;
}

.cell_overdue {
    background: url(../img/icon/status_overdue.png) center no-repeat;
    background-position-x: 85px;
    padding-right: 20px;
    display: none;
}

.accordionContainer {
    margin-top: 10px;
}

.accordionContainer .card-block {
    overflow-x: auto;
}

/* FOLDER */
.areaupload .draft p {
    margin-top: 1rem;
}

.areaupload .revertfile {
    text-decoration: line-through;
}

.form-control-upload {
    border: 1px solid var(--very-light-cold-grey);
    border-radius: .25rem;
    padding: .375rem .75rem;
}

.filter .search {
    padding-left: 0;
}

.filter select {
    background-color: var(--psa-color) !important;
    color: white !important;
}

.filter select:disabled {
    background-color: var(--light-grey) !important;
}

.formControl-valid {
    border-color: var(--valid-green) !important;
}

.folder-unread {
    font-weight: bold;
}

.propertiesContainer {
    /*background-color: var(--very-light-grey);*/
    border: 1px solid var(--very-light-cold-grey);
    margin-bottom: 10px;
}

.labelIdentity {
    z-index: 2;
}

.inputIdentity {
    width: 26vw;
}

.inputInfo {
    display: none;
    position: absolute;
    top: 49px;
    font-size: 12px;
}

.control-label {
    color: var(--medium-shadow);
}

#modalMessage .control-label {
    color: var(--psa-color);
}

#modalMessage .input-toreset,
#modalMessage .select-toreset {
    box-shadow: none;
}

.userdetails {
    height: 500px;
    overflow-y: auto;
    width: 475px;
}

.userdetails input[type="checkbox"] {
    margin-left: 5px;
    margin-right: 5px;
}

.iconconverter {
    width: 28px;
}

.tab-iconconverter {
    width: 1em;
}

.propertiesContainer {
    background-color: var(--very-light-grey);
    margin: 5px;
}

.propertiesContainer .control-label {
    font-size: 13px;
    margin-bottom: 0;
}

.propertiesContainer .label-created {
    color: var(--dark-cold-grey);
    background-color: var(--very-light-cold-grey);
    opacity: 1;
}

.propertiesContainer .btn-editCancel,
.propertiesContainer .btn-editFolder,
.propertiesContainer .btn-saveFolder {
    margin: 5px;
    ;
}

.container .row-description,
.container .row-message {
    padding: 10px;
}

.container .row-message {
    margin-bottom: 10px;
}

.container .row-line {
    border-top: solid 1px var(--psa-color);
    margin-top: 10px;
    margin-bottom: 10px;
}

.container .row-message .col-response:before {
    content: url(../img/icon/arrow-right.png);
    top: 5px;
    left: -8px;
    position: absolute;
}

.container .row-action {
    font-style: italic;
    background-color: var(--grey-medium-shadow);
    color: var(--medium-grey);
}

.container .row-message .content {
    padding-left: 10px;
}

.container .row-message .content blockquote {
    margin-left: 40px;
    padding-left: 20px;
    border-left: solid 5px var(--light-grey);
    font-style: italic;
}

.container .row-message .attachment span:before {
    content: url(../img/icon/paperclip.png);
    top: 3px;
    left: -5px;
    position: relative;
}

.container .message_description {
    background-color: var(--very-light-grey);
}

.container .message_response_customer {
    background-color: var(--medium-blue-shadow);
}

.container .message_resolved {
    background-color: var(--very-light-green);
}

/* BO */
.rubrics .active {
    border-bottom: solid 1px var(--active-red);
}

.rubrics .sub-active {
    background-color: var(--psa-color);
    color: white;
}

.rubrics .sub-active:hover {
    background-color: var(--psa-color);
    color: white;
}

.rubrics a {
    text-decoration: none !important;
    padding: 5px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

#dropdownMenuButton {
    width: 100%;
    padding: 0;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.dropdown-menu {
    margin: 0 15px 0 !important;
    text-align: center !important;
    color: var(--psa-color) !important;
    width: calc(100% - 30px);
}

.filter-label:after {
    content: url(../img/icon/arrow-right.png);
    top: 3px;
    position: relative;
    left: 5px;
}

.filter input[type=checkbox] {
    margin-right: 10px;
}

.containerCategories th,
.containerCategories td {
    border: none !important;
}

.containerCategories tr {
    border: 1px solid var(--very-light-cold-grey);
}

.rubrics {
    padding-bottom: 20px;
}

/* DOCUMENTS */
.doc-cell-status {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-top: 3px;
    margin-right: 5px;
}

.doc-cell-status-ARCHIVED {
    background: url(../img/icon/document_archived.png) no-repeat;
}

.doc-cell-status-0 {
    background: url(../img/icon/document_offline.png) no-repeat;
}

.doc-cell-status-1 {
    background: url(../img/icon/document_online.png) no-repeat;
}

.container .divFiles span.documentFile:before {
    content: url(../img/icon/paperclip.png);
    top: 3px;
    left: -5px;
    position: relative;
}

.divFiles table {
    width: 100%;
    border-collapse: collapse;
}

.divFiles th,
.divFiles td {
    float: left;
    height: 60px;
    border: 1px solid #d9d9d9;
}

.divFiles input {
    width: 100%;
    border: 1px solid var(--very-light-shadow);
    border-radius: .25rem;
}

.divFiles .file-col-id {
    width: 5%;
    padding: 10px 0 10px 0;
    text-align: center;
}

.divFiles .file-col-rank {
    width: 8%;
    padding: 10px;
}

.divFiles .file-col-title {
    width: 50%;
    padding: 10px;
}

.divFiles .file-col-lang {
    width: 10%;
    padding: 10px;
}

.divFiles .file-col-date {
    width: 17%;
    padding: 10px;
}

.divFiles #table_result .table_body .table_col,
.divFiles #table_draft .table_body .table_col {
    border-bottom: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}

.divFiles #table_result .table_body .row,
.divFiles #table_draft .table_body .row {
    border-left: 1px solid lightgrey;
}

.divFiles .table_head .table_col {
    border-bottom: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
}

.divFiles .table_head {
    border-left: 1px solid lightgrey;
}

.divFiles .file-col-action {
    width: 10%;
    padding: 10px;
    text-align: center;
}

.divFiles .btn-addfile {
    clear: both;
}

.divFiles .file-col-action .upfile:before {
    content: url(../img/icon/delete_big.png);
    display: inline-block;
}

.divFiles .file-col-action .upfile.filecanceled:before {
    content: url(../img/icon/revert.png);
    display: inline-block;
    width: 16px;
    position: relative;
    left: -5px;
}

.divFiles .row-add-file {
    height: 100px;
}

#modalMessage #img-loader-upload {
    position: absolute;
    margin: 20px;
}

.divFiles #text-error-upload,
.divFiles #img-loader-upload,
.divFiles #btn-save-upload {
    position: absolute;
    top: 20px;
    right: 20px;
}

.divFiles #text-error-upload {
    right: 150px;
}

.div-lono-buttons #text-error-upload,
.div-lono-buttons #img-loader-upload {
    position: absolute;
    right: 35px;
    top: 4px;
}

.div-lono-buttons #text-error-upload {
    right: -180px;
}

.converterAdminTitle {
    position: relative;
    margin-left: 15%;
}

.converterAdmin {
    text-align: center;
    position: relative;
    display: inline-block;
    margin-left: 16.5%;
}

.container-converter,
.container-converter-folder {
    margin-top: 20px;
}

.container-converter-folder,
.container-converter-files {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 16px;
}

.container-converter #modalMessage .form-group {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.container-converter #modalMessage .form-control {
    border: 1px solid var(--very-light-blue);
    height: calc(1.5em + .75rem + 2px);
    resize: vertical;
    padding: .375rem .75rem;
}

#img-loader,
#img-loader-companies {
    position: absolute;
    display: none;
}

.img-loader-input {
    margin-left: -35px;
    margin-top: 2px;
}

.div-formblock .card {
    height: 82px;
}

.div-formblock .card.subFormBlock {
    height: inherit;
}

.formblocklinehide {
    display: none;
}

.formblockline {
    width: 95%;
}

.subFormBlock.form-display-line .formblockline {
    width: 46%;
}

.formblocklinehide {
    display: none;
}

.thirdSpace {
    margin-top: 100px;
}

.buttonsConverter {
    width: 100%;
    margin-top: 5vh;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.btnConverter {
    margin-left: 1vw;
    margin-right: 1vw;
}

/* ADMIN > DEMAND */
.btnNewCustomer {
    display: none;
}

/*Brand table */
.brandTable {
    position: relative;
    border: 1px solid navy;
    margin-left: auto !important;
    margin-right: auto !important;
}

.brandTable td,
.brandTable th {
    border: 1px solid navy;
    padding: 2px 2px 2px 2px;
    text-align: center;
    font-size: 12px;
}

/*Certif table */
.certifTable {
    position: relative;
    border: 1px solid navy;
    margin-left: auto !important;
    margin-right: auto !important;
}

.certifTable td,
.certifTable th {
    border: 1px solid navy;
    padding: 2px 2px 2px 2px;
    text-align: center;
    font-size: 12px;
}

/* FOOTER */
.footer .footContainer {
    border-top: solid 1px navy;
    padding: 10px;
    margin-top: 20px;
}

/* STATISTICS */
.stats_container,
.colored_panel {
    background-color: var(--super-light-blue);
    color: var(--greyish-blue);
    width: 100%;
    padding: 15px;
}

.stats_container_kpi_opened {
    margin-top: 20px;
}

.stats_title {
    background-color: var(--very-light-cold-grey);
    border-left: var(--super-light-blue) 10px solid;
    vertical-align: middle;
    display: inline-block;
    height: 42px;
}

.stats_title:last-child {
    border-right: var(--super-light-blue) 10px solid;
}

.stats_select {
    font-size: 14px;
    width: 100%;
}

.stats_label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.stats_bottomborder {
    border-bottom: var(--very-light-blue) 1px solid;
}

.stats_export {
    float: right;
}

.panel_wrapper {
    padding-left: 5px;
    padding-right: 5px;
}

.stats_search {
    margin: 0 !important;
    margin-bottom: 0px;
}

.stats_container form {
    margin-bottom: 0px !important;
}

.stats_container .status_link {
    cursor: pointer;
}

.stats_container .status_chck {
    padding-left: 10px;
    width: 40px;
}

.stats_container .status_chck:before {
    content: '_';
    color: var(--super-light-blue);
}

.modal-dailog-custom {
    max-width: 50% !important;
    min-width: 500px !important;
}

.brand-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-label input {
    margin-right: 5px;
}

.hiddenReason {
    display: none !important;
}

.flexReason {
    display: flex !important;
}

.bcrmInfos {
    padding: 0 0 10px 0;
}

.psacarrInfos {
    border-top: 1px solid var(--very-light-grey);
    padding: 25px 0 10px 0;
}

.dashboard-subtitle {
    padding-bottom: 30px;
}

#pwdReset {
    display: none;
    color: red;
}

#pwdBtn:disabled {
    cursor: not-allowed;
}

.translationInput {
    margin-top: 15px;
}

.imgTranslationTextarea,
.imgTranslationText {
    position: absolute;
    top: 0;
    right: 0;
}

.translationEditorContainer .cke,
.translationEditorContainer input {
    width: 90%;
}

/* #loader {
    top: 40px;
    left: -2.5px;
  } */

.loader-wrapper #loader span {
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: var(--very-dark-blue);
}

#loaderModal {
    z-index: 9999;
    position: fixed !important;
    top: 46% !important;
    left: 45% !important;
    right: auto !important;
    bottom: auto !important;
    width: 125px;
    height: 125px;
    border-radius: 15px;
    border: 1px solid #b7b7b7;
    margin: 0 auto;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px var(--medium-shadow);
    -moz-box-shadow: 0px 0px 5px 0px var(--medium-shadow);
    box-shadow: 0px 0px 5px 0px var(--medium-shadow);
}

.loader-wrapper.loader-alt #loader span,
.loader-wrapper.loader-btn #loader span {
    background-color: white;
}

#loader span:nth-child(1) {
    animation: grow 1s ease-in-out infinite;
}

#loader span:nth-child(2) {
    animation: grow 1s ease-in-out 0.15s infinite;
}

#loader span:nth-child(3) {
    animation: grow 1s ease-in-out 0.30s infinite;
}

#loader span:nth-child(4) {
    animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow {

    0%,
    100% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }

    50% {
        -webkit-transform: scaleY(1.8);
        -ms-transform: scaleY(1.8);
        -o-transform: scaleY(1.8);
        transform: scaleY(1.8);
    }
}

.loader-wrapper {
    position: relative;
    text-align: center;
    top: 40%;
}

.radio-inline,
.radio-inline input {
    margin-right: 15px;
}

/* Cosmétic, invisible à l'oeil nu*/
table.wltp-transformation tr td div.smaller {
    font-size: 0.96rem;
}

table.wltp-transformation .dates {
    min-width: 120px;
}

table.wltp-transformation .vin {
    cursor: pointer;
    font-weight: bold;
}

.center {
    text-align: center;
}

.text-bold {
    font-weight: bold;
}

#vinModal .modal-dialog {
    min-width: 700px;
}

#vinModal img {
    width: 100%;
}

.dashboard-country {
    margin-bottom: 20px;
}

.stat-child:first-of-type {
    margin-bottom: 25px;
}

/* STATISTICS TABS */
.statistics-tabs {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--very-light-cold-grey);
}

.statistics-tab {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 10px;
    text-decoration: none;
    color: var(--medium-dark-grey);
    font-weight: bold;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.statistics-tab:hover {
    color: var(--psa-color);
    text-decoration: none;
}

.statistics-tab.active {
    color: var(--psa-color);
    border-bottom-color: var(--psa-color);
}

.popover {
    max-width: 500px ! important;
}

.closepopover {
    position: absolute;
    right: 15px;
}

#lonoresponse .folder .objection,
#productresponse .objection {
    color: red;
}

#lonoresponse .folder .no_objection,
#productresponse .no_objection {
    color: green;
}

.formbloc-parent,
.formbloc-child {
    background-color: var(--very-light-grey);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.formbloc-parent .formbloc-title,
.formbloc-child .formbloc-title {
    padding-right: 7.5px;
    padding-left: 30px;
}

.formbloc-parent .formbloc-result,
.formbloc-child .formbloc-result {
    padding-left: 7.5px;
    padding-right: 30px;
    color: DimGray;
}

.type_yesno {
    position: relative;
    float: right;
}

#validate-converter .card {
    border: solid 5px white;
    float: left;
}

#validate-converter .form-group-yesno,
#validate-converter .form-group-date {
    margin-top: 6px;
    padding-top: 12px;

}

.subFormBlock {
    background-color: var(--very-light-grey);
    padding-bottom: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.subFormBlock .form-group {
    border: none;
    margin-bottom: 0;
}

.subFormBlock .form-control {
    border-bottom: none;
}

.label-radio {
    padding-left: 16px;
}

.btnContainer {
    margin-top: 10px;
    clear: left;
}

input::placeholder {
    color: white;
}

.hidden {
    visibility: hidden;
}

.selectinput .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.selectinput:hover .tooltiptext {
    visibility: visible;
}

.selectinput {
    color: white !important;
    background-color: var(--lists-blue) !important;
    height: 45px;
}

/* for IE : select2 not working correctly */
.selectinput:not([disabled]),
.selectinput:focus::-ms-value {
    color: white !important;
    background-color: var(--lists-blue) !important;
}

.selectinput:disabled {
    border-color: var(--very-light-cold-grey) !important;
    background-image: none !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: var(--lists-blue) !important;
    padding-top: 10px;
    padding-bottom: 5px;
}

.label-select {
    color: white;
    opacity: 0.5;
    z-index: 1;
    padding-left: 16px;
    transform: scale(0.75, 0.72) translateY(-12px) translateX(7px);
}

.was-validated .multiple-select:invalid+.select2 .select2-selection {
    border-color: var(--invalid-red);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);

}

.was-validated .multiple-select:valid+.select2 .select2-selection {
    border-color: var(--valid-green);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.multiple-select:disabled+.select2 .select2-selection {
    border-color: var(--very-light-cold-grey) !important;
    background-image: none !important;
}

*:focus {
    outline: 0px;
}

.formbloc-list,
.formbloc-list-multiple {
    margin-top: 8px;
}

.formbloc-list-multiple {
    border-bottom: 0;
}

.formbloc-parent .formbloc-title {
    font-weight: bold;
}

.formbloc-parent {
    margin-top: 10px;
    padding: 10px 0px;
}

.formbloc-child {
    padding-bottom: 15px;
}

.lono-separator {
    margin-top: 10px;
    border-top: 1px solid black;
}

.formbloc-result span.attachment:before,
.folder.lono .attachment span:before {
    content: url(../img/icon/paperclip.png);
    top: 3px;
    left: -5px;
    position: relative;
}

.bloc-info img {
    max-width: 24px;
    max-height: 24px;
}

.bloc-info {
    margin-top: -3px !important;
}

.bloc-info {
    padding: 9px 0px !important;
}

.bloc-warning {
    color: var(--warning);
    padding: 8px 0 !important;
}

.formbloc-parent.bloc-info,
.bloc-warning {
    margin-top: 10px !important;
}

.bloc-info div {
    max-height: 24px;
    cursor: pointer;
}

.alert-divider {
    border-right: 1px solid lightgray;
}

.response-last-action {
    text-align: right;
    cursor: pointer;
}

.response-last-action .modal-body {
    text-align: left;
    cursor: initial;
}

.response-last-action .actions .row-action:not(:last-of-type) {
    margin-bottom: .5rem;
}

.response-top-wrapper {
    line-height: 16px;
}

.response-top-wrapper .bloc-warning {
    margin-top: 0 !important;
    padding: 0 !important;
}

.response-top-wrapper .bloc-warning img {
    margin-top: 4px !important;
}

.response-folder-analysis-wrapper div.col-md-12 {
    padding: 7px 15px;
}

.response-folder-analysis-wrapper label.radio-inline {
    margin-bottom: 0;
}

.response-folder-analysis-wrapper .radio-inline input {
    margin-right: .5rem;
}

.response-folder-analysis-wrapper {
    border: 1px solid var(--light-grey);

}

.element-wrapper {
    line-height: 2rem;
}

.response-folder-analysis-wrapper>div.validated,
#productresponse.response-folder-analysis-wrapper.validated {
    background-color: var(--very-light-grey);
}

.pdf-form {
    background-color: white;
}

.pdf-form.pdf-form-validated {
    background-color: var(--very-light-grey);
}

.wizi-border {
    border: 1px solid lightgrey;
}

.automatic-label-bdd {
    background-color: lightgrey
}

.editable {
    background-color: var(--light-green);
}

.uppercase {
    text-transform: uppercase;
}

.signature-pad {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* width:465px;
    height:250px; */
    background-color: white;
    border: 1px solid lightgrey;
    background-clip: padding-box;
    border-radius: .25rem;
}

.ta-right {
    text-align: right;
}

.content-editable {
    background-color: var(--very-light-blue);
    display: inline-block;
}

.pdf-form-validated .content-editable,
.pdf-form-validated .content-from-db,
#masterTranslationDiv .content-editable,
#masterTranslationDiv .content-from-db {
    background-color: transparent;
}

.pdf-form-validated .pdf-content-wrapper {
    border: none;
}

.lono-ref {
    background-color: var(--green-white);
}

.not-editable {
    background-color: var(--light-pink);
}

.content-from-db {
    background-color: var(--light-blue);
}

.pdf-content-wrapper {
    padding: .5rem;
    border: 1px solid lightgrey;
    line-height: 1.5rem;
}

.v-divider {
    margin-top: 1rem;
    border: 0;
    height: 0;
    border-top: 1px solid var(--very-transparent-black);
    border-bottom: 1px solid var(--faint-white);
}

#masterTranslationDiv {
    padding: 1rem;
    border: 1px solid lightgray;
    border-radius: 5px;
    background-color: var(--very-light-grey);
    margin-top: 1rem;
    cursor: default;
}

.lonoPdfTranslationDiv {
    padding: 1rem;
    margin-top: 1rem;
}

#masterTranslationDiv .content-editable {
    background-color: transparent;
}

#btnGenFinalPdf {
    width: 100%;
}

.modal .modal-signature {
    min-width: 665px;
    max-width: 665px;
}

.fullscreen-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--dark-grey-shadow);
    z-index: 9999;
}

.strike-text,
.strike-text .icon-clic {
    text-decoration: line-through;
    cursor: not-allowed !important;
}

.container .row-message .attachment .strike-text span::before {
    content: none;
}

#modalRecapAction .modal-dialog {
    min-width: 60%;
}

#modalRecapAction .modal-dialog {
    min-width: 60%;
}

input[type=checkbox].form-control {
    background-color: transparent;
}

.purge-box-row div {
    line-height: 16px;
}

li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.dropdown-menu a {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.rubrics .dropdown-item {
    padding: .25rem;
}

.rubrics .sub-menu-active {
    background-color: var(--very-light-blue);
}

.rubrics .sub-menu-active:hover {
    background-color: var(--hyper-light-blue);
}

.product-table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.product-row {
    display: table-row;
}

.product-cell {
    display: table-cell;
    border: 1px solid var(--very-light-cold-grey);
    padding: 0;
    vertical-align: middle;
}

.col-date-mini {
    font-size: 0.7rem;
}

.product-archived {
    background-color: #E0E0E0;
}

.product-header {
    border-bottom: 2px solid var(--very-light-cold-grey);
}

.product-cell:not(.no-gutters) {
    padding: .75rem;
}

.pointer {
    cursor: pointer;
}

.cursor-default {cursor: default;}

.product-title {
    font-weight: bold;
    margin-top: 1rem;
}

.product-edit-parent-row {
    margin-top: 10px;
}

.product-thumbnail {
    max-width: 100%;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.btn-actions {
    margin: 5px;
}

div.product-info-column {
    width: 50%;
    max-width: 50%;
}

.btn-primary:disabled {
    cursor: not-allowed;
}

.cpm-brand {
    padding: .25em;
}

.cpm-brand .cpm-psa-logo {
    max-height: 100%;
    position: relative;
    top: 25%;
}

/* Import Converters */
.tableError {
    border: black 1px solid;
}

.tableError td,
.tableError th {
    border: 1px solid black;
}

.warning {
    background:
        url(../img/icon/document_offline.png) no-repeat 4px 4px var(--very-light-grey);
    color: var(--warning);
    border-radius: 5px;
    padding: 0px 4px 4px 28px;
}

.clock {
    cursor: pointer;
    margin-left: 10px;
}

/* New catalog */
.searchProductInput {
    color: transparent;
    color: var(--medium-dark-grey);
}

.selectBox {
    position: relative;
    width: 100%;
    height: 200px;
}

.arrowsProduct {
    position: relative;
    margin-top: 1%;
    vertical-align: middle;
}

.arrowProduct {
    border: 1px solid var(--lists-blue)
}

.arrowProduct:hover {
    cursor: pointer;
}

.textCatalog,
.pictureCatalog {
    height: 100%;
    vertical-align: middle;
}

.viewerIcon {
    width: 35px;
    height: 35px;
}

.iframeWidimg {
    position: relative;
    width: 40vw;
    height: 60vh;
}

.descriptionCatalog {
    font-size: 0.7rem;
}

#loaderSpin {
    display: none;
    border: 12px solid var(--very-light-grey);
    border-top: 12px solid var(--lists-blue);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.conversionTypeCatalog {
    position: relative;
    display: inline-block;
    background-color: lightgrey;
    padding: 1px 5px;
    font-size: 0.7rem;
}

.infobulle {
    position: relative;
    /* les .infobulle deviennent référents */
    cursor: help;
}

/* on génère un élément :after lors du survol et du focus :*/

.infobulle:hover::after,
.infobulle:focus::after {
    content: attr(aria-label);
    /* on affiche aria-label */
    position: absolute;
    top: -2.8em;
    left: 50%;
    transform: translateX(-50%);
    /* on centre horizontalement  */
    z-index: 1;
    /* pour s'afficher au dessus des éléments en position relative */
    white-space: nowrap;
    /* on interdit le retour à la ligne */
    background: var(--psa-color);
    color: white;
    border-radius: 4px;
    padding: 10px;
}

.saveDone {
    color: green;
    display: none;
}

.productRefAgreement {
    font-weight: bold;
    font-size: 1.2rem;
}

.col-city {
    display: none;
}

.invalid {
    display: none;
    color: red;
}

#myBarContainer {
    display: none;
}

#myBar {
    padding: 0 !important;
    width: 100%;
    height: 15px;
    background-color: var(--warm-grey);
}

#progress {
    width: 1%;
    height: 15px;
    background-color: var(--psa-color);
}

.exportAllContainer {
    padding: 15px;
    border: 1px solid grey;
}

#downloadAllConverters {
    width: 50%;
}

#linkDownloadAll {
    text-decoration: underline;
    cursor: pointer;
}

.hiddenForm {
    display: none;
}

/* ADMIN > AUTOASSIGNMENT */
.group-form-control {
    border: 1px solid var(--very-light-cold-grey);
    padding: 10px;
}

.form-plainText {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    /* needed for Firefox: */
    overflow: hidden;
}

.btn-primary a {
    text-decoration: none;
    color: white;
}

.caroussel {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.caroussel>div {
    min-width: 250px;
    min-height: 200px;
}

.caroussel img {
    max-width: 240px;
    max-height: 180px;
    display: block;
    cursor: pointer;
    border: solid transparent 4px;
    box-sizing: content-box;
}

.caroussel .carousselThmb {
    margin: 10px 5px;
    display: inline-block;
}

.img-loader-thumb {
    position: absolute;
}

.caroussel img.active {
    border-color: var(--psa-color);
}

iframe.widget {
    position: relative;
    width: 100%;
    height: 346px;
}

iframe.widtemplate {
    width: 210mm;
    height: 297mm;
    transform-origin: top;
    overflow: hidden;
    border: none;
    box-shadow: 0 0 1rem #0003;
    transition: 300ms;
    scale: 0.8;
    margin-bottom: -60mm;
}

.div-lono-new-file {
    cursor: pointer;
    background-color: #706860;
    color: white;
    text-align: center;
    padding: 5px 0;
    /* Style as you please, it will become the visible UI component. */
}

.label-lono-new-file {
    display: block;
    cursor: pointer;
    margin-bottom: 0 !important;
}

.input-lono-new-file {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.div-lono-buttons {
    display: none;
}

.blue-button-lono {
    cursor: pointer;
    display: block !important;
    background-color: #706860 !important;
    color: white;
    text-align: center;
    padding: 5px 10px;
    width: 100% !important;
}

.blue-button-lono:hover {
    color: white;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.div-lono-del-file {
    cursor: pointer;
    /* Style as you please, it will become the visible UI component. */
}

.container-converter-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-converter-logo img {
    min-width: 250px;
    max-height: 500px;
    max-width: 100%;
    margin: 1em auto;
}


.importantBlock {
    display: block !important;
}

.importantOpacity {
    opacity: 1 !important;
}

.kpi-table td {
    border: 1px solid black;
    width: 100px;
}

.kpi-table th {
    border: 1px solid black;
}

.kpi-table thead td {
    height: 100px;
}

/* Satisfaction Survey KPI Styles */
.satisfaction-kpi-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.satisfaction-kpi-card .card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 600;
}

.satisfaction-kpi-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.satisfaction-kpi-list li:last-child {
    border-bottom: none;
}

.satisfaction-kpi-value {
    font-family: 'Courier New', monospace;
    font-weight: bold;
    color: #6c757d;
}

/* Satisfaction KPI Table Styles */
.satisfaction-kpi-table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

.satisfaction-kpi-table thead th {
    font-size: 13px;
    font-weight: 600;
    padding: 12px 8px;
    border: none;
    border-right: 2px solid white;
    vertical-align: middle;
}

.satisfaction-kpi-table thead th:last-child {
    border-right: none;
}

.satisfaction-kpi-table .kpi-label {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
}

.satisfaction-kpi-table .kpi-header i {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.satisfaction-kpi-table .kpi-header.kpi-primary {
    background-color: #e3f2fd;
    color: #1976d2;
}

.satisfaction-kpi-table .kpi-header.kpi-success {
    background-color: #e8f5e9;
    color: #388e3c;
}

.satisfaction-kpi-table .kpi-header.kpi-info {
    background-color: #e0f7fa;
    color: #0097a7;
}

.satisfaction-kpi-table .kpi-header.kpi-warning {
    background-color: #fff3e0;
    color: #f57c00;
}

.satisfaction-kpi-table .kpi-header.kpi-danger {
    background-color: #ffebee;
    color: #d32f2f;
}

.satisfaction-kpi-table tbody td {
    padding: 20px 8px;
    border: none;
    border-right: 2px solid #f0f0f0;
    background-color: #fafafa;
}

.satisfaction-kpi-table tbody td:last-child {
    border-right: none;
}

.satisfaction-kpi-table .kpi-value-cell {
    vertical-align: middle;
}

.satisfaction-kpi-table .kpi-value-large {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    display: block;
    line-height: 1;
}

.user-details {
    /*width:250px;*/
    min-height: 25px;
    position: relative;
}

.user-details img {
    position: absolute;
    left: 0
}

.processing-result {
    animation: 1s linear forwards fade-in
}

@keyframes fade-in {
    from {
        position: relative;
        left: 1em;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1
    }
}

/* Admin Settings */
.form-inline .form-check.text-left {
    justify-content: left;
}

.settings_form .form-inline {
    border-top: solid 1px #ccc;
    padding-top: 10px;
    margin-top: 10px;
}

.form-control[disabled] {
    background-color: var(--very-light-grey);
}

textarea.limited {
    background-image: linear-gradient(to right,transparent var(--limit, 110%), #f009 var(--limit, 110%), transparent calc(var(--limit, 110%) + 3px));
}

/* Positions spécifiques de la barre verticale par marque */
textarea.limited[data-brand="AP"] {
    --limit: 28.4rem; /* Position actuelle pour Peugeot */
}

textarea.limited[data-brand="AC"] {
    --limit: 44rem; /* Position ajustée pour Citroën */
}

textarea.limited[data-brand="OP"] {
    --limit: 39.6rem; /* Position ajustée pour Opel */
}

textarea.limited[data-brand="VX"] {
    --limit: 27.6rem; /* Position ajustée pour Vauxhall */
}

textarea.limited[data-brand="FO"] {
    --limit: 29.4rem; /* Position ajustée pour Fiat */
}

.customer-management {
    padding-top: 1em;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em 3em;
}

.customer-management input {
    width: 100%;
}

.customer-management .row {
    grid-column: span 3;
}

.folders-count {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.folders-count input {
    width: 100%;
    text-align: center;
    position: relative;
    background-position: 5px center;
    background-repeat: no-repeat;
}

.folders-count #folders-open {
    background-image: url(../img/icon/status_ongoing.png);
    cursor: help;
}

.folders-count #folders-resolved {
    background-image: url(../img/icon/status_resolved.png);
    cursor: help;
}

.folders-count #folders-closed {
    background-image: url(../img/icon/status_closed.png);
    cursor: help;
}

.folders-count #folders-draft {
    background-image: url(../img/icon/status_draft.png);
    cursor: help;
}

.folders-count #folders-rejected {
    background-image: url(../img/icon/status_rejected.png);
    cursor: help;
}

.folders-count #folders-blocked {
    background-image: url(../img/icon/status_blocked.png);
    cursor: help;
}

.zip-town {
    display: grid;
    grid-template-columns: 5em 1fr;
    gap: 0.5em;
}

label[for],
label:has(input) {
    user-select: none;
}

.pill-checkbox label {
    border: 1px solid var(--psa-color);
    background-color: var(--very-light-grey);
    font-weight: bold;
    padding: 0.25em 1em;
    border-radius: 100vmax;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.5s, color 0.5s
}

.pill-checkbox input {
    display: none;
}

.pill-checkbox :checked~label {
    background-color: var(--blue);
    color: white;
}

.pill-checkbox :disabled~label {
    cursor: not-allowed;
    opacity: 0.7;
}

.pills-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    gap: 0.5em;
}

.brand-pills {
    grid-column: span 2;
}

.toggler input {
    display: none;
}

.toggler input+.slider {
    height: 2em;
    width: 3.5em;
    border-radius: 100vmax;
    border: 2px solid var(--psa-color);
    background-color: var(--light-grey);
    cursor: pointer;
    position: relative;
    transition: 300ms;
}

.toggler input:disabled+.slider {
    cursor: not-allowed;
    opacity: 0.7;
}

.toggler input+.slider::after {
    content: '';
    position: absolute;
    width: 1.8em;
    height: 1.8em;
    border: 2px solid var(--psa-color);
    background-color: white;
    left: 0;
    transition: 300ms;
    border-radius: 100vmax;
}

.toggler input:checked+.slider {
    background-color: blue;
}

.toggler input:checked+.slider::after {
    left: 50%;
}

.accept-reject-row {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.radio-group-buttons {
    display: flex;
    justify-content: left;
    align-items: center;
}

.radio-group-buttons input {
    display: none;
}

.radio-group-buttons label {
    border: 1px solid black;
    padding: 0.25em 0.5em;
    background-color: var(--light-grey);
    color: white;
    cursor: pointer;
}

.radio-group-buttons label:nth-of-type(1) {
    border-radius: 0.5em 0 0 0.5em;
}

.radio-group-buttons label:nth-last-of-type(1) {
    border-radius: 0 0.5em 0.5em 0;
}

.radio-group-buttons input:checked+label {
    background-color: hsl(241, 61%, 41%);
    box-shadow: 0 0 0.25em 0.25em var(--psa-color) inset;
}

.radio-group-buttons input:disabled+label {
    cursor: not-allowed;
    opacity: 0.7;
}

pre.debug {
    margin-top: 2em;
    background: black;
    color: white;
    border: 2px solid red;
    padding: 1em 2em;
}

dialog {
    padding: 1em 2em;
}

dialog::backdrop {
    background: #6666;
}

#linkCompany {
    overflow: visible;
}

#loaderDialog {
    border: none;
    background: transparent;
}

select[multiple] {
    resize: vertical;
}

.error {
    color: red;
    border: solid 2px red;
    margin: 10px;
}

#inputProjects {
    margin-bottom: 10px;
}

#inputLinkProject {
    margin-top: 10px;
}

.company-inactive {
    text-decoration: line-through;
}

.company-cube {
    margin-right: 10px;
}

.conv_legend {
    position: relative;
    top: 10px;
}
.colCompanyCT span,
.colCompanyCTG span {
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.nowrap {
    white-space: nowrap;
}

.button-inline {
    display: inline-block;
}

.input-limit {
    width: 100px;
}

.input-limit-small {
    width: 50px;
}

.cke_notification {
    display: none;
}

option:disabled {
    color: var(--light-grey);
}

#modalAnnouncement {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-body-content {
    background-color: #D3D3D3;
    /* Light Grey */
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.modalClose {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modalClose:hover,
.modalClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

td:has(.row-scroller) {
    padding: 0;
}

.row-scroller {
    padding: 0.5rem 0.25rem;
    height: 100%;
    max-height: 8em;
    overflow-y: auto;
    scrollbar-width: thin;
}

.ui-sortable-handle {
    cursor: grab;
}

.ui-sortable-helper {
    background-image: linear-gradient(#eeec, #fffc, #eeec);
    cursor: grabbing;
}

.unsaved * {
    font-weight: bold;
}

#assignments tr:nth-child(odd) td {
    background-color: #eeec;
    border: 1px solid white;
}

#assignments tr {
    border: 2px solid #eee;
}
