/*****************************************************

LAYOUT GENERAL (MENU, INPUTS, LANGUES et TAILLE DU DOM)

*******************************************************/

#main-header {
    position: fixed;
    top: 0;
    /* height: 100px; */
    padding: 20px;
    width: 100%;
    border-bottom: 1px solid #eee;
    z-index: 999;
    background-color : #fff;
}
.user_profile {
    border: 1px solid #a8adff;
    border-radius: 5px;
    color: #2c3179 ;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #f9f9f9;
}
#ul_des_langues {
    list-style: none;
}
#dropdownMenuLangs {
    min-width: 0 !important;
}
.wrapper {
    min-height: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}
/* Modification */
.select2-container {
    margin-right: 500px;
    /* margin-bottom: 27.5px; */
    /* margin-top: -5px; */
    width: 100% !important;
    /* width: 40% !important; // Modification */
}
footer {
    border-top: 1px solid #333;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
}
/* Modification */
label {
    color: #333;
    margin-top: -30px;
    font-size:14px; 
}
/* Ajout */
hr {
    margin-bottom: 35px;
}
/*****************************************************

                    FORMULAIRE

*******************************************************/


.nom_medecin, .nom_geste {
    border: none;
    border-radius: 25px;
    background-color: #fcfcfc;
}
#formulaire {
    margin-top: 10px;
    border: 2px solid #EEE;
    box-shadow: 3px 3px 15px 5px #eee;
    padding: 15px;
}
/* Modification */
/* #dropdownLangs {
    text-align: right;
    margin-top: -140px;
} */
/* Ajout */
.nav-tabs {
    margin-top: -30px;
}
/* Ajout */
#generatedContent{
    margin-top: -5px;
}
/* Ajout */
#generatedKeyWords{
    margin-top: -5px;
    height: 85%;
    margin-bottom: -110px;
    resize: none;
}
/* Ajout */
.labelMC{
    margin-top: 5px;
}
/* Ajout 
.lstP, .lstTC, .lstT {
}*/
/* Gestion générale de la surbrillance quand on séléctionne quelque chose dans le tableau */
#formulaire .tableau .selector {
    cursor: pointer;
}
#formulaire .tableau .selector:hover,  #formulaire .tableau .selector.selected {
    background-color: #a8adff;
    --bs-table-striped-bg: #a8adff;
}
#formulaire .tableau .selector:hover td,  #formulaire .tableau .selector.selected td {
    background-color: #a8adff;
    --bs-table-striped-bg: #a8adff;
}
/* Modification */
#formulaire .tableau .selector a {
    text-decoration: none;
    color: #000;
    text-align: center;
    font-size: 12px;
}
.return_link {
    text-decoration: none;
    font-size: 18px;
    vertical-align: middle;
}
/* Ajout */
/* #clearForm {
    position: relative;
    right: 10%;
} */
#tableau_motsCles .code_snomed_selector:nth-child(n+11){
    display: none;
}
.toTheTopButton {
    /*position: fixed;
    bottom: 25px;
    right: 25px;*/
    z-index: 1000; 
    display: none;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}
#ToTheTop {
    position: fixed;
    width: 45px;
    height: 45px; 
    bottom: 21px;
    right: 18px;
    z-index: 1000;
    background-color: #6BA1F0;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}
/* Augmenter la taille du switch */
.form-check-input[type="checkbox"] {
    width: 50px;  
    height: 25px; 
}

/* Augmenter la taille du curseur à l'intérieur du switch */
.form-check-input[type="checkbox"]:before {
    width: 18px; 
    height: 18px; 
}
.caseNum {
    background-color: #0d6efd !important;
    color: #fff !important;
}
/*****************************************************

                        ADMIN

*******************************************************/
.id_fields {
    cursor: not-allowed !important;
    outline : none !important;
    box-shadow: none !important;
    border : var(--bs-border-width) solid var(--bs-border-color) !important;
    background-color: var(--bs-secondary-bg) !important ;
}
#input_recherche {
    cursor: pointer !important;
}
.form-group {
    padding-bottom: 20px;
}
.admMed {
    padding-top: 10px;
}
.admEG {
    margin-top: 30px;
}
.admTL {
    margin-bottom: 20px;
}
.admLL {
    margin-top: 2px;
}

.footerDiv {
    margin-top: -15px;
}
.labelCP, .labelLO, .labelTP {
    margin-top: -10px;
    padding-bottom: 5px;
}
.labelPCP {
    margin-top: -20px;
    padding-bottom: 5px;
}
.btnAAdm {
    width: 75%;
    margin-bottom: 3px;
    transition: all 0.3s ease;
    transform: scale(1);
    position: relative;
    z-index: 1;
    color: #2c3179 !important;
}
.btnAAdm.hovered {
    transform: scale(1.2);
}
.lstBtnAAdm {
    list-style-type: none;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 5px;
}

.btnAOrganes {
    border-color: #a8adff !important;
    background-color: #a8adff !important;
}

.btnAPathologies {
    border-color: #6BA1F0 !important;
    background-color: #6BA1F0 !important;
}

.btnATextes {
    border-color: #a5dfc3 !important;
    background-color: #a5dfc3 !important;
}

.btnASegments {
    border-color: #96c03d !important;
    background-color: #96c03d !important;
}

.btnAOp {
    border-color: #ffd1dc !important;
    background-color: #ffd1dc !important;
}

.mmh {
    margin-bottom: 4px;
    margin-right: -10px;
}
/*.btnNE {
    margin-top: -35px;
}*/
.searchbar, .btnNE {
    margin-top: 5px;
    margin-bottom: 10px;
}
.selectE {
    margin-top : 10px;
    margin-bottom: 20px;
}
.btnSF {
    margin-bottom: 10px;
}
.deleteRecord {
    margin-right: 20px;
}
#point {
    margin-right : 5px;
}

#point:not([disabled]):not(.disabled).active,
#point:not([disabled]):not(.disabled):active,
#point:not([disabled]):not(.disabled).hover,
#point:not([disabled]):not(.disabled):hover{
    color: var(--bs-btn-color) !important;
    background-color: var(--bs-btn-bg) !important;
    border-color: var(--bs-btn-border-color) !important;
    cursor: default;
}
.tooltip .tooltip-inner {
    background-color: var(--bs-body-bg); 
    color: var(--bs-body-color); 
    border : var(--bs-border-width) solid var(--bs-secondary-color);
    max-width: fit-content;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--bs-secondary-color) !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: var(--bs-secondary-color) !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: var(--bs-secondary-color) !important;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: var(--bs-secondary-color) !important;
}
/*****************************************************

                    ADMIN Pagination

*******************************************************/

#ul-table-admin-pagination {
    list-style: none;
    display: flex;
    justify-content: center;
}
.trigger_pagination {
    margin-right: 5px;
}
.loader_admin {
    display: block;
    margin: auto;
    width: 50px;
}
.loader_pagination {
    display: block;
    margin: auto;
    width: 50px;
}
#page_current_div, #page_max_div {
    background-color: #6BA1F0 !important;
    border-color: #6BA1F0 !important;
}

/*****************************************************

                    Tri

*******************************************************/
.pointer  {
    cursor: pointer;
}
i.active {
    color: #96c03d ;
}
.order-input-label input[type="radio"] {
    visibility: hidden;
}

/*****************************************************

                    MEDIA QUERIES

*******************************************************/

@media screen and (min-width: 768px) {
    /*.select2-container {
        width: 60% !important;
    }*/
    #formulaire .tableau .selector a {
        font-size: 13px;
    }
    label {
        font-size:15px;
        margin-top: -30px;
    }
    /* #dropdownLangs {
        margin-right: -138.5%;
        margin-top: -83px;
    } */
    hr {
        margin-top: -10px;
        margin-bottom: 35px;
    }
    #generatedKeyWords{
        margin-top: -5px;
        height: 100%;
    }
    .labelMC{
        margin-top: -30px;
    }
    .footerDiv {
        margin-top: -5px;
    }
    .linkY {
        margin-left: 80%;
        margin-top: -25px;
    }
    .btnAAdm {
        width: 50%;
    }
    /*.btnSF {
        display: flex;
        justify-content: flex-end;
    }*/
    .searchbtn, .filterbtn {
        display: inline-block;
        margin-top: 7.5px;
        height: 60%;
        /*margin-left: 5px;*/
        margin-bottom: 10px;
    }
    /*.filterbtn {
        width: 25%;
    }
    .searchbtn {
        width:15%;
    }*/
    .searchbar, .btnNE {
        /*width:100%;*/
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .selectE {
        margin-top : 15px;
        /*padding-left: 50px;*/
    }
}

@media screen and (min-width: 992px) {
    /*.select2-container {
        width: 80% !important;
    }*/
    #formulaire .tableau .selector a {
        font-size: 14px;
    }
    label {
        font-size:16px;
        margin-top: -30px;
    }
    /* #dropdownLangs {
        margin-top: -20px;
        margin-left: 0px;
        margin-right: 0%;
    } */
    #generatedKeyWords{
        height: 100%;
    }
    .labelMC{
        margin-top: -30px;
    }
    .footerDiv {
        margin-top: -5px;
    }
    .linkY {
        margin-left: 0%;
        margin-top: 0;
    }
    .btnAAdm {
        width: 37%;
    }
    /*.filterbtn {
        width: 16%;
    }
    .searchbtn {
        width:10%;
    }*/
}

@media screen and (min-width: 1600px) {
    /*.select2-container {
        width: 100% !important;
    }*/
    #formulaire .tableau .selector a {
        font-size: 15px;
    }
    label {
        font-size:17px;
    }
    .btnAAdm {
        width: 30%;
    }
}