/* --------------------------------------- STYLISATION GLOBALE PAR CLASSES  --------------------------------------- */


/* --------------------------------------------------------------------------------------------------------------- */

.x-scroll {
    height: 75vh;
    overflow: auto;
}

form#simulation_form {
    padding-right: 30px;
}

.x-scroll.search {
    height: 65vh;
}

.left-border {
    border-left: 1px solid #1e5385;
    padding-left: 1.5em;
    margin-left: 1em !important;
    margin-top: 1em;
}

@media (max-width: 990px) {
    .left-border {
        padding-left: 0;
        margin-left: 1.06em !important;
    }
}


/* --------------------------------------- SCROLLBAR  ----------------------------------------------------------- */

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
    background: #4a6783;
    border-radius: 5px;
}

.simplebar-scrollbar:before {
    background: #4a6783;
}

.simplebar-track.simplebar-vertical {
    background: #ededed;
    border-radius: 5px;
}


/* --------------------------------------- MODALS  ----------------------------------------------------------- */

.modal-header,
.modal-footer {
    border: none;
}


/* --------------------------------------- TEXTE  ----------------------------------------------------------- */

.hover-blue:hover {
    color: #1e5385 !important;
}

.color-green {
    color: #0f0;
}

.color-white {
    color: #fff;
}

.color-jpv-blue {
    color: #1e5385;
}

/* .btn-blue-jpv {
    background-color: #1e5385;
    border-color: #1e5385;
    color: #fff;
} */

a.introjs-button:hover {
    background-color: #1e5385;
    color: #fff;
    text-shadow: none;
}

.color-jpv-dark-blue {
    color: #21384e;
}

.color-jpv-dark-blue-min {
    color: #21384e;
    font-size: 0.8em;
}

label.color-jpv-dark-blue {
    color: #21384e;
    font-weight: bolder;
    font-size: 1em;
}

.color-jpv-green {
    color: #28a745;
}

.color-jpv-red {
    color: #be1f38 !important;
}

.failure-alert {
    color: #c2233d;
    background-color: #fff;
    padding: 0 5px;
    border-radius: 10px;
    margin-left: 5px;
}

.color-inactive {
    color: #a8d5ff;
}

p.error {
    color: #be1f38 !important;
    padding: 5px 10px;
    border: 1px solid #be1f38;
    border-radius: 5px;
}

.bolder {
    font-weight: 600;
}

.runningText {
    position: absolute;
    animation-name: running;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 20s;
    padding-right: 8%;
    padding-bottom: 30%;
}

@keyframes running {
    0%, 100% {
        margin-left:0;
    } 99.99% {
        margin-left:-100%;
    }
}

/* --------------------------------------- OMBRES  ----------------------------------------------------------- */

.inner-shadow {
    box-shadow: inset 0px -5px 14px rgba(0, 0, 0, 0.15);
}

.box-shadow {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}


/* --------------------------------------- BOUTONS  ----------------------------------------------------------- */


/* --------------------------------------- BASE  ----------------------------------------------------------- */


/* Sur balise <button> */

.custom-btn-base {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    height: 40px;
    padding: 5px 75px 5px 20px;
    margin: auto;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    position: relative;
    outline: none !important;
    color: #fff;
    line-height: 1;
}

a.dz-remove,
a.dz-remove:hover {
    color: #dc3545 !important;
}

.custom-btn-base.mirrored-btn {
    padding: 5px 20px 5px 75px;
}


/* Variante sur balise <a> */

a.custom-btn-base {
    line-height: 1;
}

.side-select-buttons button.custom-btn-base {
    height: 55px;
}


/* --------------------------------------- FOND BOUTONS  ----------------------------------------------------------- */

.custom-btn-white-bkg {
    background: #fff;
    color: #1e5385;
}

.custom-btn-white-bkg-txt-grey {
    background: url("../images/global/texture-w-btn.jpg");
    color: #6f6f6f;
}
.custom-btn-gray {
    background: url("../images/global/texture-gray-btn.png");
    color: #ffffff;
}

.custom-btn-blue-bkg {
    background: #1e5385;
}

.custom-btn-light-blue-bkg {
    background: url("../images/global/texture-b-btn.jpg");
}

.custom-btn-valid {
    background: url("../images/global/texture-b-btn-valid.jpg");
}


/* --------------------------------------- ICONES BOUTONS  ----------------------------------------------------------- */

.custom-btn-base:after {
    content: "";
    display: block;
    height: 100%;
    width: 58px;
    position: absolute;
    top: 0;
    right: -1px;
}

.custom-btn-base.mirrored-btn:after {
    content: none;
}

.custom-btn-base.mirrored-btn:before {
    content: "";
    display: block;
    height: 100%;
    width: 58px;
    position: absolute;
    top: 0;
    left: -1px;
}


/* --------------------------------------- GLOBAL  ----------------------------------------------------------- */

.custom-btn-add:after {
    background: url("../images/global/btn-add.png") no-repeat;
}


/* Icônes boutons : securisation (générer / confirmer / annuler) */

.custom-btn-red-back:after {
    background: url("../images/global/redback.png") no-repeat;
}

.custom-btn-generate:after {
    background: url("../images/global/generate.png") no-repeat;
    background-position: center;
}

.custom-btn-validate:after {
    background: url("../images/global/validate.png") no-repeat;
    background-position: center;
}

.custom-btn-validate-grey:after {
    background: url("../images/global/validate-grey.png") no-repeat;
    background-position: center;
}


/* Icône bouton : suivant */

.custom-btn-blue-next:after {
    background: url("../images/global/blue-arrow-next.png") no-repeat;
}

.custom-btn-white-next:after {
    background: url("../images/global/white-arrow-next.png") no-repeat;
}

.custom-btn-white-next-lb:after {
    background: url("../images/global/white-arrow-next-lb.png") no-repeat;
}


/* Icône bouton : précédent */

.custom-btn-grey-prev:before {
    background: url("../images/global/grey-arrow-prev.png") no-repeat;
}


/* Icône bouton : Documents disponibles */

.custom-btn-docs:after {
    background: url("../images/tarification/btn-docs.png") no-repeat;
}

.custom-btn-help:after {
    background: url("../images/tarification/btn-help.png") no-repeat;
}

.custom-btn-sign:after {
    background: url("../images/tarification/btn-sign.png") no-repeat;
}

.custom-btn-print:after {
    background: url("../images/tarification/btn-print.png") no-repeat;
}

.custom-btn-print-2:after {
    background: url("../images/tarification/btn-print_2.png") no-repeat;
}

.custom-btn-send:after {
    background: url("../images/tarification/btn-send.png") no-repeat;
}

.custom-btn-support:after {
    background: url("../images/tarification/btn-support.png") no-repeat;
}


/* --------------------------------------- ACCUEIL  ----------------------------------------------------------- */


/* Icône bouton HP : Démarrer une tarification */

.custom-btn-hp-1:after {
    background: url("../images/accueil/icones/demar-tarif.png") no-repeat;
}


/* Icône bouton HP : Tarifications en cours */

.custom-btn-hp-2:after {
    background: url("../images/accueil/icones/tarif-en-cours.png") no-repeat;
}


/* Icône bouton HP : Contrats émis */

.custom-btn-hp-4:after {
    background: url("../images/accueil/icones/cont-emis.png") no-repeat;
}


/* Icône bouton HP : Liste des clients */

.custom-btn-hp-5:after {
    background: url("../images/accueil/icones/liste-clients.png") no-repeat;
}


/* Icône bouton HP : Situation de vos contrats */

.custom-btn-hp-6:after {
    background: url("../images/accueil/icones/situ-contrats.png") no-repeat;
}


/* Icône bouton HP : Situation contrats simpl. */

.custom-btn-hp-7:after {
    background: url("../images/accueil/icones/situ-contrats-sim.png") no-repeat;
}


/* Icône bouton HP : Produits */

.custom-btn-hp-11:after {
    background: url("../images/accueil/icones/produits.png") no-repeat;
}


/* Icône bouton afficher tout : Tarification en cours */

.custom-btn-show-all:after {
    background: url("../images/tarification_en_cours/liste.png") no-repeat;
}


/* --------------------------------------- FORMULAIRES ----------------------------------------------------------- */

h2.tarif-title {
    font-size: 15px;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    margin-left: 1rem;
    color: #1e5385;
    text-transform: uppercase;
    font-weight: 600;
}

h3.tarif-title {
    font-size: 12px;
    letter-spacing: 0.02em;
    margin-bottom: 0.7rem;
    margin-left: 1rem;
    color: #1e5385;
    text-transform: uppercase;
    font-weight: 600;
}

.blue-code-input,
.blue-code-display {
    background: url("../images/global/input-bkg.png") no-repeat center;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 10px;
    text-align: center;
    width: 160px !important;
    height: 41px;
    border-radius: 15px;
    width: 160px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grey-code-input {
    background: linear-gradient( 180deg, rgba(224, 224, 224, 0.85) 0%, rgba(204, 204, 204, 0.85) 100%);
    color: #21384e;
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 10px;
    text-align: center;
    width: 160px !important;
}

.custom-select {
    width: auto;
    font-size: 13px;
}

.custom-select:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none !important;
}

.custom-radio label,
.custom-checkbox label {
    font-weight: 500;
    font-size: 14px;
    position: relative;
}

.form-control.custom-input-with-checkbox {
    width: calc(50% - 0.5rem);
}

input {
    border-color: #d9d9d9;
    border-style: solid;
    border-radius: 10px;
    overflow: hidden;
}

.tarif-primes {
    border-radius: 15px;
    border: 1px solid #4a6783;
}


/* Tabs assurés */

.custom-nav-link {
    color: #1e5385;
    cursor: pointer;
}

a.nav-link.custom-nav-link.active {
    background-color: #1e5385;
    color: #fff;
}

.custom-nav-link .assure-icon:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/tarification/assure.png") no-repeat;
    background-size: contain;
}

.custom-nav-link.active .assure-icon:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/tarification/assure-bl.png") no-repeat;
    background-size: contain;
}

.custom-nav-link .benef-del-icon:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/tarification/benef_del.png") no-repeat;
    background-size: contain;
}

.custom-nav-link.active .benef-del-icon:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/tarification/benef_del_bl.png") no-repeat;
    background-size: contain;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
    background: linear-gradient( 180deg, rgba(141, 198, 63, 0.67) 0%, #8dc63f 32.81%, #699629 100%);
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    left: -23px;
    top: 2px;
    width: 16px;
    height: 16px;
}

.custom-switch .custom-control-label::before {
    left: -3.75rem;
    width: 3rem;
    height: 1.5rem;
    pointer-events: all;
    border-radius: 25px;
}

.custom-select {
    display: inline-block;
    width: auto;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 2.75rem 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("../images/global/select.png") no-repeat;
    background-size: contain;
    background-position: right;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select.small {
    padding: 0.375rem 0.5rem 0.375rem 0.75rem;
}

.custom-tarif-table,
.custom-docs-table {
    font-size: 12px;
}

.table-scroll,
.tarif-table-scroll {
    height: 250px;
    overflow-x: hidden;
}

.tarif-table-scroll .simplebar-wrapper,
.tarif-table-documents .simplebar-wrapper {
    height: 100%;
}

@media (max-width: 991px) {
    .tarif-table-scroll {
        height: 100%;
    }
    .tarif-table-scroll .simplebar-vertical {
        visibility: hidden;
    }
}

.custom-tarif-table.table,
.custom-docs-table.table {
    display: table;
    width: 100%;
    border-radius: 5px;
}

.custom-tarif-table .border-radius {
    border-radius: 15px;
}

.custom-tarif-table .border-top-left-radius {
    border-top-left-radius: 15px;
}

.custom-tarif-table .border-top-right-radius {
    border-top-right-radius: 15px;
}

.custom-tarif-table .border-bottom-left-radius {
    border-bottom-left-radius: 15px;
}

.custom-tarif-table .border-bottom-right-radius {
    border-bottom-right-radius: 15px;
}

.custom-tarif-table .table-row,
.custom-docs-table .table-row {
    display: table-row;
}

.row-table-resultat .table-row .table-cell:first-child,
.row-table-info-comp .table-row .table-cell:first-child {
    min-width: 120px;
    max-width: 150px;
}

.custom-tarif-table .table-cell,
.custom-tarif-table .table-head {
    display: table-cell;
    padding: 0.5em 1em;
    border: #f0f0f0 1px solid;
    text-align: center;
}

.custom-tarif-table.benef .table-head:first-child,
.custom-tarif-table.benef .table-cell:first-child {
    table-layout: fixed;
    width: auto;
}

.custom-docs-table .table-cell,
.custom-docs-table .table-head {
    display: table-cell;
    padding: 0.5em 1em;
    text-align: center;
}

.custom-docs-table .table-cell {
    border: 1px solid #f0f0f0;
}

.custom-docs-table .border-radius {
    border-radius: 5px;
}

.custom-docs-table .border-top-left-radius {
    border-top-left-radius: 5px;
}

.custom-docs-table .border-top-right-radius {
    border-top-right-radius: 5px;
}

.custom-docs-table .border-bottom-left-radius {
    border-bottom-left-radius: 5px;
}

.custom-docs-table .border-bottom-right-radius {
    border-bottom-right-radius: 5px;
}

.custom-docs-modal-footer {
    position: absolute;
    bottom: -5px;
}

.drag-docs {
    border: 1px dashed #c9c9c9 !important;
    border-radius: 15px;
}

.btn-doc-offset {
    right: 2%;
}


/* ----- custom radio buttons ----- */

.custom-radio-button {
    background: linear-gradient(180deg, #b0b0b0 0%, #6f6f6f 100%);
    color: #fff;
    border: 1px solid #fff;
    font-size: inherit;
    line-height: 1;
}

.custom-radio-button.active {
    background: #8dc63f;
    box-shadow: inset 0px 9px 19px rgba(0, 0, 0, 0.3);
}

.custom-radio-button.active {
    background: #8dc63f;
    box-shadow: inset 0px 9px 19px rgba(0, 0, 0, 0.3);
}

/* ----- custom radio line ----- */

.custom-radio-line {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    align-content: stretch;
    position: relative;
    width: 100%;
    height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio-line::before {
    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    width: calc(100% * (3.9 / 5));
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #1e5385;
}

.custom-radio-line label {
    display: inline-block;
    position: relative;
    width: 25%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio-line label::before {
    content: attr(data-custom-radio-line);
    position: absolute;
    left: 50%;
    padding-top: 10px;
    -webkit-transform: translate(-50%, 45px);
    transform: translate(-50%, 45px);
    font-size: 13px;
    letter-spacing: 0.4px;
    white-space: nowrap;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.custom-radio-line label::after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid #1e5385;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.custom-radio-line input {
    display: none;
}

.custom-radio-line input:checked+label::before {
    font-weight: 800;
    opacity: 1;
}

.custom-radio-line input:checked~.custom-radio-pos {
    opacity: 1;
}

.custom-radio-line.custom-radio-line-4 input:checked:nth-child(1)~.custom-radio-pos {
    left: 12.5%;
}

.custom-radio-line.custom-radio-line-4 input:checked:nth-child(3)~.custom-radio-pos {
    left: 37.5%;
}

.custom-radio-line.custom-radio-line-4 input:checked:nth-child(5)~.custom-radio-pos {
    left: 62.5%;
}

.custom-radio-line.custom-radio-line-4 input:checked:nth-child(7)~.custom-radio-pos {
    left: 87.5%;
}

.custom-radio-line .custom-radio-pos {
    display: block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background: linear-gradient( 180deg, rgba(141, 198, 63, 0.67) 0%, #8dc63f 32.81%, #699629 100%);
    border-radius: 50%;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    opacity: 0;
    z-index: 2;
}

.custom-radio-line.custom-radio-line-3 input:checked:nth-child(1)~.custom-radio-pos {
    left: 12.35%;
}

.custom-radio-line.custom-radio-line-3 input:checked:nth-child(3)~.custom-radio-pos {
    left: 50%;
}

.custom-radio-line.custom-radio-line-3 input:checked:nth-child(5)~.custom-radio-pos {
    left: 87.7%;
}

.custom-radio-line.custom-radio-line-3 label.label-1 {
    margin-right: 6.5%;
}

.custom-radio-line.custom-radio-line-3 label.label-2 {
    margin-left: 6.5%;
    margin-right: 6.5%;
}

.custom-radio-line.custom-radio-line-3 label.label-3 {
    margin-left: 6.5%;
}


/* custom btn choice */

.custom-btn-choice {
    background: #ffffff;
    color: #1e5385;
    border-bottom-right-radius: 30px;
    padding: 1em;
    padding-right: 15%;
    position: relative;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.17);
}

.custom-btn-choice.green:hover {
    border-bottom: 2px solid #8dc63f;
    border-right: 2px solid #8dc63f;
}

.custom-btn-choice.green.choice {
    border: 2px solid #8dc63f;
}

.custom-btn-choice.orange:hover {
    border-bottom: 2px solid #ec872e;
    border-right: 2px solid #ec872e;
}

.custom-btn-choice.orange.choice {
    border: 2px solid #ec872e;
}

.custom-btn-choice.red:hover {
    border-bottom: 2px solid #be1f38;
    border-right: 2px solid #be1f38;
}

.custom-btn-choice.red.choice {
    border: 2px solid #be1f38;
}

.custom-btn-choice:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 30px);
    width: 40px;
    height: 60px;
}

.custom-btn-choice.green:after {
    background: url("../images/tarification/chevron-vert.png") no-repeat;
    background-size: contain;
}

.custom-btn-choice.orange:after {
    background: url("../images/tarification/chevron-orange.png") no-repeat;
    background-size: contain;
}

.custom-btn-choice.red:after {
    background: url("../images/tarification/chevron-rouge.png") no-repeat;
    background-size: contain;
}


/** Custom GridJS Table **/

#tableau_tarification table thead th,
#tableau_proposition table thead th,
#tableau_securisation table thead th,
#tableau_sinister table thead th,
#tableau_icad table thead th,
#tableau_contrat table thead th {
    color: #21384e;
    padding: 5px 6px 25px 6px;
    font-size: 12px;
    text-align: center;
}

#tableau_tarification table thead th:not(.sorter-false):after,
#tableau_tarification table thead th:not(.sorter-false):before,
#tableau_sinister table thead th:not(.sorter-false):after,
#tableau_sinister table thead th:not(.sorter-false):before,
#tableau_icad table thead th:not(.sorter-false):after,
#tableau_icad table thead th:not(.sorter-false):before,
#tableau_proposition table thead th:not(.sorter-false):after,
#tableau_proposition table thead th:not(.sorter-false):before,
#tableau_securisation table thead th:not(.sorter-false):after,
#tableau_securisation table thead th:not(.sorter-false):before,
#tableau_contrat table thead th:not(.sorter-false):after,
#tableau_contrat table thead th:not(.sorter-false):before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #d9d9d9 transparent transparent transparent;
    position: absolute;
}

#tableau_tarification table thead th:not(.sorter-false):after,
#tableau_sinister table thead th:not(.sorter-false):after,
#tableau_icad table thead th:not(.sorter-false):after,
#tableau_proposition table thead th:not(.sorter-false):after,
#tableau_securisation table thead th:not(.sorter-false):after,
#tableau_contrat table thead th:not(.sorter-false):after {
    margin-top: 5px;
}

#tableau_tarification table thead th:not(.sorter-false):before,
#tableau_sinister table thead th:not(.sorter-false):before,
#tableau_icad table thead th:not(.sorter-false):before,
#tableau_proposition table thead th:not(.sorter-false):before,
#tableau_securisation table thead th:not(.sorter-false):before,
#tableau_contrat table thead th:not(.sorter-false):before {
    transform: rotate(180deg);
    margin-left: -15px;
    margin-top: 23px;
}

#tableau_tarification table thead th.tablesorter-headerDesc:after,
#tableau_sinister table thead th.tablesorter-headerDesc:after,
#tableau_icad table thead th.tablesorter-headerDesc:after,
#tableau_proposition table thead th.tablesorter-headerDesc:after,
#tableau_securisation table thead th.tablesorter-headerDesc:after,
#tableau_contrat table thead th.tablesorter-headerDesc:after {
    border-color: #bfbfbf transparent transparent transparent;
}

#tableau_sinister table thead th.tablesorter-headerAsc:before,
#tableau_icad table thead th.tablesorter-headerAsc:before,
#tableau_tarification table thead th.tablesorter-headerAsc:before,
#tableau_proposition table thead th.tablesorter-headerAsc:before,
#tableau_securisation table thead th.tablesorter-headerAsc:before,
#tableau_contrat table thead th.tablesorter-headerAsc:before {
    border-color: #bfbfbf transparent transparent transparent;
}


/* Tableau recherche tarification */

#tableau_tarification table thead button.gridjs-sort,
#tableau_sinister table thead button.gridjs-sort,
#tableau_icad table thead button.gridjs-sort,
#tableau_proposition table thead button.gridjs-sort,
#tableau_securisation table thead button.gridjs-sort,
#tableau_contrat table thead button.gridjs-sort {
    float: none;
    background-color: transparent;
    border: none;
    display: block;
    margin: auto;
}

#tableau_tarification table tbody tr td,
#tableau_sinister table tbody tr td,
#tableau_icad table tbody tr td,
#tableau_proposition table tbody tr td,
#tableau_securisation table tbody tr td,
#tableau_contrat table tbody tr td {
    padding: 6px;
    font-size: 11px;
    color: #21384e;
    text-align: center;
}

#tableau_tarification .gridjs-footer,
#tableau_sinister .gridjs-footer,
#tableau_icad .gridjs-footer,
#tableau_proposition .gridjs-footer,
#tableau_securisation .gridjs-footer,
#tableau_contrat .gridjs-footer {
    display: none;
}

#tableau_tarification table tbody tr:nth-child(odd) td,
#tableau_sinister table tbody tr:nth-child(odd) td,
#tableau_icad table tbody tr:nth-child(odd) td,
#tableau_proposition table tbody tr:nth-child(odd) td,
#tableau_securisation table tbody tr:nth-child(odd) td,
#tableau_contrat table tbody tr:nth-child(odd) td {
    background: #ebebeb;
}

#tableau_tarification table tbody tr:nth-child(even) td,
#tableau_sinister table tbody tr:nth-child(even) td,
#tableau_icad table tbody tr:nth-child(even) td,
#tableau_proposition table tbody tr:nth-child(even) td,
#tableau_securisation table tbody tr:nth-child(even) td,
#tableau_contrat table tbody tr:nth-child(even) td {
    background: #fff;
}

.tarification_en_cours .btn-group:not(.btn-group-toggle) button.btn {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    height: 35px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none;
    position: relative;
    outline: none !important;
    color: #fff;
}

.tarification_en_cours .btn-group:not(.btn-group-toggle) {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.tarification_en_cours .btn-group:not(.btn-group-toggle) .btn.btn_affichage {
    color: #595959;
    background: #fff;
}

.tarification_en_cours .btn-group:not(.btn-group-toggle) .btn.btn_export {
    background: #595959;
}

.tarification_en_cours .btn-group.btn-group-toggle .custom-radio-button.active {
    background: #8dc63f;
}

.tarification_en_cours #nb_elements_selected {
    color: #21384e;
    font-size: 12px;
}

.tarification_en_cours #nb_elements_selected span {
    font-size: 16px;
    font-weight: bold;
}


/* Icône bouton : Documents disponibles */

.custom-btn-vide,
.custom-btn-supprime {
    height: 29px;
    margin: 0;
}

.custom-btn-supprime:after {
    right: -9px;
    background: url("../images/tarification_en_cours/btn-supprime.png") no-repeat;
}





/* custom results list group */

.custom-results-list-group {
    border-radius: 15px;
}

.custom-results-list-group .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #f1f1f1;
    border: none;
}

.modal .btn.btn-link {
    color: #21384e;
    text-decoration: none;
    font-size: 12px;
    padding: 0;
}

span.dotted-line {
    height: 1px;
    width: 45%;
    border-bottom: 1px dotted #b6b6b6;
}

span.dotted-line.dotted-line-with-checkbox {
    width: 30%;
}


/* tarif footer */

.tarif-footer,
.search-footer {
    width: fit-content;
    padding: 0 !important;
    margin-bottom: 1.5em;
}

@media (max-width: 1199px) {
    .tarif-footer {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .tarif-footer {
        width: 100%;
        background: transparent !important;
        z-index: 1045;
    }
    .search-footer {
        width: 100%;
    }
    .custom-responsive-btn-prev span,
    .custom-responsive-btn-next span {
        display: none;
    }
    .custom-btn-base.custom-responsive-btn-prev,
    .custom-btn-base.custom-responsive-btn-next {
        background-color: transparent;
        height: 54px;
        width: 85px;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border: none;
        position: relative;
        outline: none !important;
        color: #fff;
    }
    .custom-btn-base.custom-responsive-btn-prev {
        background: url("../images/global/resp-prev.png") no-repeat;
        background-size: contain;
        position: absolute;
        left: -1px;
        bottom: 0;
        clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    }
    .custom-btn-base.custom-responsive-btn-next {
        background: url("../images/global/resp-next.png") no-repeat;
        background-size: contain;
        position: absolute;
        right: -1px;
        bottom: 0;
        clip-path: polygon(20% 1%, 100% 0, 100% 100%, 0% 100%);
    }
    .custom-btn-base.custom-responsive-btn-prev:before,
    .custom-btn-base.custom-responsive-btn-next:after {
        content: none;
    }
}


/* Icône bouton : précédent */

.custom-btn-grey-prev:before {
    background: url("../images/global/grey-arrow-prev.png") no-repeat;
}

.assure_actif .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #fff;
}

.dropdown-item {
    padding: .25rem 1.5rem .25rem 1rem;
}

.dot:hover {
    background-color: #b9b9b9;
}

.cursor {
    cursor: pointer;
}

.w-50 {
    min-width: 145px;
}

.big-select {
    position: relative;
    height: 2.4em;
}

.big-select select {
    position: absolute;
    z-index: 90;
}

.max-width-75 {
    max-width: 75% !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-20-right-0 {
    padding-left: 20px !important;
    padding-right: 0px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
    padding-right: 0px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.showPricing {
    border-radius: 10px;
    padding: 3px 5px;
}

.showPricing:hover {
    cursor: pointer;
}

.overlay-absolute {
    position: absolute;
    z-index: 10;
}

.datepicker {
    font-size: 1em !important;
    border: 1px solid #6f6f6f !important;
}

.glow-button-funeplus {
    background-color: white;
    border: 4px solid #02779e;
    border-radius: 8px;
}
.glow-button-funeplus:hover {
    box-shadow: 0 5px 40px #02779e;
}

.glow-button-funeris {
    background-color: white;
    border: 4px solid #014495;
    border-radius: 8px;
}

.glow-button-funeris:hover {
    box-shadow: 0 5px 40px #014495;
}

.glow-button-packobseques {
    background-color: white;
    border: 4px solid #3b3b3b;
    border-radius: 8px;
}

.glow-button-packobseques:hover {
    box-shadow: 0 5px 40px #3b3b3b;
}

.glow-button-profilobseques {
    background-color: white;
    border: 4px solid #1C6B1C;
    border-radius: 8px;
}
.glow-button-profilobseques:hover {
    box-shadow: 0 5px 40px #1C6B1C;
}

.glow-button-kairos {
    background-color: white;
    border: 4px solid #C2233D;
    border-radius: 8px;
    padding: 15px;
}
.glow-button-kairos:hover {
    box-shadow: 0 5px 40px #C2233D;
}

.glow-button-florian {
    background-color: white;
    border: 4px solid #a6151b;
    border-radius: 8px;
    padding: 25px;
}
.glow-button-florian:hover {
    box-shadow: 0 5px 40px #a6151b;
}

.glow-button-pffrance {
    background-color: #ffffff;
    border: 4px solid #ca6818;
    border-radius: 8px;
    padding: 5px;
}
.glow-button-pffrance:hover {
    box-shadow: 0 5px 40px #004155;
}

.glow-button-oef {
    background-color: #ffffff;
    border: 4px solid #2C376A;
    border-radius: 8px;
}
.glow-button-oef:hover {
    box-shadow: 0 5px 40px #2C376A;
}

.glow-button-philae {
    background-color: #fff;
    /* background-color: #bab6b6; */
    border: 4px solid #560093;
    border-radius: 8px;
    padding: 5px;
}
.glow-button-philae:hover {
    box-shadow: 0 5px 40px #560093;
}

.zoom-in:hover {
    transform: scale(1.1);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    transition: transform .2s ease;
}

.zoom-out {
    transform: scale(1);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    transition: transform .2s ease;
}


/*
    Distinction des propositions selon leurs états.
    Utilisé pour les pastilles de la page d'accueil et dans la liste.
*/

/* #signed {
    position: absolute;
    top: 0px;
    left: 15px;
    transform: translate(-50%, -50%);
}

#toSign {
    position: absolute;
    top: 0px;
    left: 50px;
    transform: translate(-50%, -50%);
}

#waitDoc {
    position: absolute;
    top: 0px;
    left: 90px;
    transform: translate(-50%, -50%);
} */

.bgNothing {
    color: #000;
    border: 1px solid #000;
}

.bgSigned {
    color: #28a745;
    border: 1px solid #28a745;
}

.bgToSign {
    color: #ffc107;
    border: 1px solid #ffc107;
}

.bgWaitDoc {
    color: #dc3545;
    border: 1px solid #dc3545;
}

.noDisplayUser {
    color: #dc3545;
    text-decoration: line-through;
}

/*
    Couleurs utilisées pour la sécurisation.
*/

.allowed {
    color: #28a745;
}

.banned {
    color: #dc3545;
}


/*
    Modal de signature électronique immédiate.
*/

.mdActive {
    opacity: 1;
    pointer-events: auto;
}

.mdInactive {
    opacity: 0;
    pointer-events: none;
}

.modalDelete,
.modalRplControl,
.modalSignature,
.modalSignatureSmall,
.modalWaiting {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.modalOccurrenceSignature {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.modalDelete>div {
    width: 50%;
    height: 30%;
    font-size: 1em;
    color: #000;
    background: #fff;
    position: relative;
    margin: 10% auto;
    padding: 15px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    overflow-y: auto;
}

.modalRplControl>div {
    width: 50%;
    height: 80%;
    font-size: 1em;
    color: #000;
    background: #fff;
    position: relative;
    margin: 5% auto;
    padding: 15px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    overflow-y: auto;
}

.modalSignature>div {
    width: 75%;
    height: 90%;
    font-size: 1em;
    color: #000;
    background: #fff;
    position: relative;
    margin: 2% auto;
    padding: 15px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    overflow-y: auto;
}

.modalSignatureSmall>div {
    width: 50%;
    height: 60%;
    font-size: 1em;
    color: #000;
    background: #fff;
    position: relative;
    margin: 10% auto;
    padding: 15px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    overflow-y: auto;
}

.modalWaiting>div {
    width: 35%;
    height: 17%;
    font-size: 1em;
    color: #000;
    background: #fff;
    position: relative;
    margin: 20% auto;
    padding: 15px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    overflow-y: auto;
}
.modalOccurrenceSignature>div {
    width: 35%;
    font-size: 1em;
    color: #000;
    background: #fff;
    position: relative;
    margin: 20% auto;
    padding: 15px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.9);
    overflow-y: auto;
}

.previewDoc {
    height: 93%;
}

.formError {
    border: 2px solid #df6363 !important;
    background-color: rgb(233, 216, 216) !important;
}

.remindElectronicSign {
    justify-content: center;
    display: flex;
    align-items: center;
}

.remindElectronicSign span {
    color: #d76c6c;
    font-size: 15px;
    font-weight: 600;
    margin-left: 15px;
}

.lastLogin {
    font-size: 0.5em;
}

.tab-eye{
    color: rgb(0, 0, 0) !important;
}

.tab-eye-blue.active{
    color: #007bff !important;
}

.tab-eye-white{
    color: #fff !important;
}
.tab-eye-white.active{
    color: #fff !important;
}

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