/******** Sidebar Filtres ********/

/* Positionnement */
:root {
    font-size: 16px;
    font-family: 'Open Sans';
    --text-primary: #1f1f1f;
    --text-secondary: #000000;
    --bg-primary: #ffffff;
    --bg-secondary: #e4e4e4;
    --transition-speed: 600ms;
}
#navbarLeft {
    position: fixed;
    width: 0;
    left: 0;
    padding: 0;
    top: 58px;
    background-color: var(--bg-primary);
    transition: width 600ms ease;
    overflow: scroll;
    height: calc(100vh - 58px);
}
#navbar-navLeft {
    list-style: none;
    padding: 10px 0 10px 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
}

/* UI */
#containerTitle-navLeft {
    margin-bottom: 5px;
    padding: 0 100px 0 100px;
    color: Tomato;
    width: 100%;
    text-align: center;
}
#sidebarTitle-navLeft {
    margin: 0;
    font-size: x-large;
    vertical-align: middle;
}
#nav-itemLeft{
    margin: 0 10px;
    width: 100%;
    padding-left: 5px;
}
.card-header {
    padding: 10px 0 5px 0;
    text-align: center;
    vertical-align: middle;
}
h6.title {
    margin: 0;
    font-weight: bold;
    color: crimson;
    font-size: 14px;
}
.card {
    margin: 0 10px 20px 10px;
}
.card-body {
    padding: 10px 5px 10px 5px;
    font-size: 12px;
}
.card-body .floor {
    margin-top: 5px;
}
#navbarLeft .form-control{
    font-size: 12px;
}

/* Mot(s)-clé(s) */
.tagify {
    border: 0!important;
}
#formFiltre .tagify__input {
    width: 301px;
    height: 32px;
    padding-top: 8px!important;
    margin: 0 0 5px 0!important;
}
#formFiltre .tagify--outside .tagify__input{
order: -1;
flex: 100%;
border: 1px solid var(--tags-border-color);
transition: .1s;
}
#formFiltre .tagify--outside .tagify__input:hover{ border-color:var(--tags-hover-border-color); }
.tagify--outside.tagify--focus .tagify__input{
transition:0s;
border-color: var(--tags-focus-border-color);
}

/* Localisation */
#navbarLeft #saisieVille {
    padding-right: 35px;
}
#navbarLeft .selection {
    margin-top: 8px; 
    padding: 5px;
    height: 180px; 
    border: 1px solid #eaeaea; 
    box-shadow: 0 3px 5px rgb(0 0 0 / 25%);
    cursor: pointer;
    overflow: scroll;
}
#navbarLeft .selection ul {
    padding-left: 0;
}
.selection li {
    font-size: 0.8rem;
    padding : 0.3rem;
    list-style-type: none; /* Supprime les puces dans l'auto-complétion */
}
#navbarLeft .selection li:hover {
    background-color: rgb(250, 250, 250) ;
}
#navbarLeft .selection span {
    color: tomato;
    font-size: 13px;
}

/* Catégories */
.jstree-icon {
    font-size: medium;
}
    /* Icones */
    #catTreeFiltre .fa-ticket, #catTreeCrea .fa-ticket {
        color: #EB5757;
    }
    #catTreeFiltre .fa-theater-masks, #catTreeCrea .fa-theater-masks {
        color: #F2994A;
    }
    #catTreeFiltre .fa-store, #catTreeCrea .fa-store {
        color: #828282;
    }
    #catTreeFiltre .fa-futbol, #catTreeCrea .fa-futbol {
        color: #219653;
    }
    #catTreeFiltre .fa-user-friends, #catTreeCrea .fa-user-friends {
        color: #2f80ed;
    }
    #catTreeFiltre .fa-wrench, #catTreeCrea .fa-wrench {
        color: #f2c94c;
    }
    #catTreeFiltre .fa-bed, #catTreeCrea .fa-bed {
        color: #6FCF97;
    }
    #catTreeFiltre .fa-bullhorn, #catTreeCrea .fa-bullhorn {
        color: #ba886c;
    }
    #catTreeFiltre .fa-chess-knight, #catTreeCrea .fa-chess-knight {
        color: #9b51e0;
    }
    #catTreeFiltre .fa-building, #catTreeCrea .fa-building {
        color: #4f4f4f;
    }
    #catTreeFiltre .fa-camera, #catTreeCrea .fa-camera {
        color: #56ccf2;
    }
    #catTreeFiltre .fa-lock, #catTreeCrea .fa-lock {
        color: #f266e4;
    }
#filterCatNames {
    font-style: italic;
    color: tomato;
}
#searchFilterCat {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
}
.pre-icon {
    float: left;
    margin-left: 15px;
    margin-top: -27px;
    position: relative;
    z-index: 2;
    color: grey;
}
.post-icon {
    float: right;
    margin-right: 15px;
    margin-top: -27px;
    position: relative;
    z-index: 2;
    color: grey;
}
.post-icon:hover{
    cursor: pointer;
}
#catTreeFiltre {
    margin-top: 10px;
    background-color: white;
    color: black;
    height: 220px;
    overflow-y: scroll;
}
#folder_jstree_filtre {
    overflow: scroll;
}
.jstree-anchor.jstree-disabled .jstree-icon.jstree-checkbox {
    display: none;
}


/* Dates d'évènement */
.card-body .litepicker {
    display: flex!important;
    justify-content: center;
    font-size: 0.8rem;
}
.is-today { /* Redondant ? */
    font-weight: bold;
}
.container__predefined-ranges {
    box-shadow: none!important;
}
.container__predefined-ranges button {
    cursor: pointer;
    border: 2px solid tomato;
    border-radius: 10px;
    margin-right: 7px!important;
    margin-bottom: 10px!important;
}

/* Boutons RàZ */
#cancelFiltre {
    margin-left: 100px;
}