.overlayTblCus {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    display: block !important;
}

.ci-popup-container {
    display: flex;
    justify-content: center;
}

.th-custom-position {
    border-right: solid rgba(0, 0, 0, 0) 2px !important;
}


#tblListeImports td {
    border-right: solid white 2px;
}

button {
    border: solid 2px green;
    text-align: center;
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
}

#divListeImports {
    margin-bottom: 50px;
}

#div-main-container {
    text-align: left;
    width: 65%;
    margin-bottom: 100px;
}

.img-btn-add {
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.img-btn-edit {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.img-btn-dustbin {
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-top: 3px;
}

.img-btn-list {
    cursor: url(../images/custom-pointer-cursor.png), auto;
    padding-top: 4px;
    height: 22px;
    width: auto;
}

.img-btn-execute {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

fieldset {
    margin-top: 30px;
}

.tr-table-header {
    background-color: #93be0c;
    margin: 0px;
    font-size: 11px;
    border-right: solid white 2px;
}

.tr-table-header th {
    border-right: solid white 2px;
    text-align: start;
    color: #333333;
}


#div-main-container table, #divListeImports table {
    border-collapse: separate;
}

.dynamic-table td {
    text-align: center;
}

.form-textbox, .table-textbox {
    border: 1px solid #848484;
    border-radius: 2px;
    width: 100%;
    height: 25px;
    padding-left: 5px;
}

.textArea {
    border: 1px solid #848484;
    border-radius: 2px;
    width: 90%;
    height: 40px;
    padding-left: 5px;
    background-color: #e6f7ff;
}

.info {
    color: darkblue;
    font-size: 11px;
    width: 95%
}

.bold {
    font-weight: bolder;
}

#div-main-container .form-table {
    border-spacing: 15px;
    width: 100%;
}

#drpFournisseur {
    width: 50%;
}

.td-row-label {
    width: 30%;
}

#tblMailClient {
    width: 80%;
}

.img-type-import {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.btn-add-import {
    width: 200px;
    text-align: center;
    color: green;
}

.img-btn-icon {
    width: 20px;
}

.img-icon-help {
    width: 14px;
    cursor: pointer;
    margin-left: 5px;
}

#btn-save, #btn-back {
    text-align: center;
    width: 100px;
}


/*  TOOLTIP CSS from W3Schools */
/* Tooltip container */
.tooltipImp {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltipImp .tooltiptext {
    visibility: hidden;
    padding: 5px;
    background-color: #205500;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-size: 11px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -20px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipImp:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.custom-cursor, a, button, input[type='checkbox'], #btn-back, #btn-save, select, .img-btn-add, .img-btn-dustbin {
    cursor: url("../images/custom-pointer-cursor.png"), auto;
}

.custom-import-btn {
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 1.5rem;
}

/*To hide spin button on input type=number/*
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* CSS pour detail_import.tpl - Import (radio buttons)*/
.import-etat {
    margin-right: 30px;
}

.import-etat-radio {
    position: absolute;
    bottom: 20%;
}

/* CSS pour liste_import.tpl - Le filtre (Checkboxes) et la table des fournisseurs*/
.filter-area {
    display: flex;
    margin-bottom: 2rem;
}

.filter-area span {
    margin-right: 1.5rem;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
}

.filter-area div {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

.filter-area div input {
    margin-top: 0;
}

.filter-area div label {
    margin: 0 0 0 0.7rem;
    font-weight: 400;
}

#tblListeImports tr:nth-child(even) {
    background-color: #F1F8FD;
}

#tblListeImports tr {
    background-color: #E6E6E6;
}

#tblListeImports td div {
    max-height: 30px; /*Height pour chaque rows*/
    opacity: 1;
    -webkit-transition: max-height 0.2s;
    -moz-transition: max-height 0.2s;
    -ms-transition: max-height 0.2s;
    -o-transition: max-height 0.2s;
    transition: max-height 0.2s;
}

#tblListeImports tr.hide-fourn td div {
    max-height: 0px;
    opacity: 0;
    -webkit-transition: max-height 0.2s;
    -moz-transition: max-height 0.2s;
    -ms-transition: max-height 0.2s;
    -o-transition: max-height 0.2s;
    transition: max-height 0.2s;
}

#tblListeTraitements td, th, #tblListeTraitementsActive td, th, #tblListeTraitementsInactive td, th, #tblListeTraitementsAll td, th {
    border-right: solid white 2px;
    padding-left: 2px !important;
}

#tblListeTraitements tr, #tblListeTraitementsActive tr, #tblListeTraitementsInactive tr, #tblListeTraitementsAll tr {
    height: 30px;
}

/* CSS pour liste_import.tpl - Le filtre (Checkboxes) et la table des fournisseurs*/
.filter-area {
    display: flex;
    margin-bottom: 2rem;
}

.filter-area span {
    margin-right: 1.5rem;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
}

.filter-area div {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

.filter-area div input {
    margin-top: 0;
}

.filter-area div label {
    margin: 0 0 0 0.7rem;
    font-weight: 400;
}

.loader {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 2px solid #fff0;
    border-top: 2px solid #000;
    -webkit-animation: loader 1.5s linear infinite;
    animation: loader 1.5s linear infinite;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-selected {
    background: #3c763d;
    border: solid 2px #008000;
    color: white;
}
