#tableau-suivi-dossier {
    table-layout: fixed;
}

/* .container-tableau-suivi-dossier {
	 overflow: scroll; 
} */

.position-sticky-left {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: white;
    font-weight: bold;
    font-size: 0.9rem;
}


.info-suivi-dossier-candidat textarea {
    width: 400px;
}

.btn-suivi-dossier {
    background-color: #e26f38;
    color: white;
    border: none;
    padding: 10px;
    background-clip: content-box;
    transition: all 0.3s ease-out;
}

.btn-suivi-dossier:disabled {
    background-color: darkgrey;
    color: gray
}

.date-renseignee,
.date-non-renseignee,
.date-modifiee {
    padding: 2px;
    border: 0;
}

.date-renseignee {
    background-clip: content-box, padding-box;
    background-color: #a2e1a2;
}

.date-non-renseignee {
    background-clip: content-box, padding-box;
    background-color: #ffaca7;
}

.date-modifiee {
    background-clip: content-box, padding-box;
    background-color: #fdc191;
}

/****/

.header-suivi-dossier {
    display: flex;
    font-weight: bold;
    position: sticky;
}

.header-suivi-dossier div,
.sous-partie-header div {
    background-color: #003e5d;
    color: white;
    display: flex;
    position: sticky;
}

.no-side-padding {
    padding: auto 0 !important;
}

.no-border {
    padding: 10px 0;
    border: none !important;
}

.sous-partie-header {
    border: none !important;

}

.sous-partie-header div {
    border-top: thin solid white !important;
    padding: 10px 0px;
}


.sous-partie-header div:first-child {
    border-left: none !important;
    border-right: thin solid white !important;
}

.sous-partie-header div:last-child {
    border-right: none !important;

    border-left: thin solid white !important;
}

.header-suivi-dossier div {
    border-left: thin solid white;
    border-right: thin solid white;
}

.header-suivi-dossier div h3,
.sous-partie-header div h3 {
    font-size: small;
    font-weight: bold;
    align-self: center;
    width: 100%;
    margin: 0;
}

.container-grid {
    display: flex;
    flex-wrap: wrap;
    overflow: scroll;
    margin-top: 10px;
    max-height: 68vh;
    background-color: white;
}

.container-grid>.header-suivi-dossier>div {
    min-width: 200px;
    text-align: center;
    /* padding: 10px; */
}

.container-grid>.header-suivi-dossier>div.suivi-dossier-commentaire {
    min-width: 400px;
}

.info-suivi-dossier-candidat {
    display: flex;
}

.coordonnees {
    flex-direction: column;
    max-width: 200px;
}

.email-candidat-ts {
    font-size: 0.7rem;
}

.info-suivi-dossier-candidat input,
.info-suivi-dossier-candidat textarea,
.info-suivi-dossier-candidat select,
.info-suivi-dossier-candidat div,
.info-suivi-dossier-candidat button {
    min-width: 200px;
    text-align: center;
    border: thin solid #ece3e3;
    border-collapse: collapse;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-suivi-dossier-candidat div {
    width: 200px;
}

.info-suivi-dossier-candidat input[type="checkbox"] {
    align-self: center;
    height: 25px;
}

.sous-partie-header {
    display: flex;
    min-width: 200px;
}

.info-suivi-dossier-candidat select option {
    color: black;
}

.a-faire,
.a-definir {
    color: red;
}

.faits,
.en-attente {
    color: orange;
}

.envoyes,
.financement-valide {
    color: green;
}



.separateur-formation-suivi-dossier {
    padding: 15px;
    width: 200px;
    position: sticky;
    left: 0;
    text-align: center;
    color: white;
    font-weight: 800;
    background-color: #e26f38;
}

.header-suivi-dossier {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.paiement-a-definir {
    background-color: #ffaca7;
    padding: 2px;
    background-clip: content-box;
}

.dossiers-complets {
    display: none;
}

.choix-visualisation {
    display: flex;
}

.choix-visualisation a {
    color: #e26f38;
}

a.btn-actif-bleu {
    background-color: #003e5d;
    color: white;
}

.choix-visualisation a.btn-actif {
    background-color: #e26f38;
    color: white;
}

.choix-visualisation a:hover {
    color: white;
    background-color: #e26f38;
}

.choix-visualisation div {
    cursor: pointer;
}

.suivi-dossier-champ-disabled {
    background-color: #c7c7c7 !important;
}

.date-ville-naissance {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.date-ville-naissance span:nth-child(even) {
    font-size: 0.9rem;
}

.modal-dossiers-deplaces {
    height: auto;
    padding: 20px 0px;
}

.modal-dossiers-deplaces h1 {
    padding: 10px 20px;
    text-align: center;
    color: #003e5d;
    font-size: 1.6rem;
    font-weight: 800;
}

.modal-dossiers-deplaces p {
    padding: 20px;
    margin: 0;
    background-color: #f2f2f2;
}

.modal-dossiers-deplaces p:nth-child(odd) {
    background-color: white;
}

.modal-dossiers-deplaces p:last-of-type {
    margin-bottom: 20px;
}
