/* BASIC THEME CONFIGURATION */

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* color: #797979; */
    background: #eaeaea;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;
}

ul li {
    list-style: none;
}

#container {
    width: 100%;
    height: 100%;
}


/*Helpers*/

.mt {
    margin-top: 25px;
}

.mb {
    margin-bottom: 25px;
}


/*sidebar navigation*/

#sidebar {
    width: 290px;
    height: 100%;
    /* position: fixed; */
    background: #f4f5f8;
}

ul.sidebar-menu_ged,
ul.sidebar-menu_ged li ul.sub {
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu_ged {
    margin-top: 10px;
}

#sidebar>ul>li>ul.sub {
    display: none;
}

#sidebar>ul>li.active>ul.sub,
#sidebar>ul>li>ul.sub>li>a {
    display: block;
}

ul.sidebar-menu_ged li {
    /*line-height: 20px !important;*/
    /* margin-bottom: 5px; */
    /* margin-left: 10px; */
    height: 30px;
    margin-top: 16px;
    font-size: 12px;
    margin-right: 1px;
}

ul.sidebar-menu_ged li.sub-menu {
    line-height: 15px;
}

ul.sidebar-menu_ged li a span {
    display: inline-block;
}

ul.sidebar-menu_ged li a {
    color: #111213;
    text-decoration: none;
    display: block;
    padding: 15px 0 15px 10px;
    font-size: 13px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu_ged li a i {
    font-size: 15px;
    padding-right: 6px;
}


/*--sidebar toggle---*/

.sidebar-toggle-box_ged {
    float: left;
    /* padding-right: 15px; */
    /* margin-top: 20px; */
    margin-top: -10px
}

.sidebar-toggle-box_ged .fa-bars {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}

.sidebar-closed>#sidebar>ul {
    display: none;
}

.sidebar-closed #menu-droit_ged {
    margin-left: 0px;
}

.sidebar-closed #sidebar {
    margin-left: -180px;
}

.inbox-head .sr-input {
    height: 40px;
    border: none;
    box-shadow: none;
    padding: 0 10px;
    float: left;
    border-radius: 4px 0 0 4px;
    color: #8a8a8a;
}

.inbox-head .sr-btn {
    height: 40px;
    border: none;
    background: #00a6b2;
    color: #fff;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}


/* .wht-bg {
margin-top: -70px;
background: #fff;
}
*/

.wht-bg h4 {
    font-size: 24px;
    color: #a2a2a2;
    font-weight: 300;
}

.table-inbox-wrap {
    margin: 0 -15px;
}

.mail-checkbox {
    margin-right: 10px;
}

ul.inbox-pagination {
    float: right;
}

ul.inbox-pagination li {
    float: left;
}

.pagination li a {
    color: #32323a;
}

.mail-option {
    background-color: rgb(167, 159, 159);
    display: inline-block;
    margin-bottom: 10px;
    width: 99%;
    margin-top: -20px;
    height: 45px;
}


/* Contact Form */

#contact {
    padding: 40px 0;
}

@media (min-width:800px) and (max-device-width:1366px) {
    #apercu_list_doc {
        height: calc(100vh - 150px);
    }
    #controle {
        margin-bottom: 50px
    }
}

@media (min-width:1400px) and (max-width:1920px) {
    #apercu_list_doc {
        height: calc(100vh - 200px);
    }
    #controle {
        margin-bottom: 10px
    }
}

@media (min-width:800px) and (max-device-width:1366px) {
    #id-apercu-img {
        width: 92%;
        height: 90%;
    }
    #controle {
        height: auto;
        position: absolute;
        bottom: 5%;
        opacity: 1;
        border-radius: 3px;
        left: 40%;
        margin-right: -50%;
        z-index: 3;
        font-family: 'Google Sans', Roboto, arial, sans-serif;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0.75);
        display: inline-block;
        padding: 2px;
        vertical-align: middle;
    }
}

@media (min-width:1400px) and (max-width:1920px) {
    #id-apercu-img {
        width: 94%;
        height: 95%;
    }
    #controle {
        height: auto;
        position: absolute;
        bottom: 5%;
        opacity: 1;
        border-radius: 3px;
        left: 40%;
        margin-right: -50%;
        z-index: 3;
        font-family: 'Google Sans', Roboto, arial, sans-serif;
        color: #fff;
        background: rgba(0, 0, 0, 0.75);
        display: inline-block;
        padding: 2px;
        vertical-align: middle;
    }
}

#id-apercu-img {
    width: 100% !important;
}

#id-apercu-img {
    /*border: double black 1px;*/
    float: left;
    text-align: center;
}

.list-doc_ged {
    height: calc(103vh - 260px);
}

#doc-contenu_ged {
    margin-bottom: -5px !important;
    padding-left: -8px !important;
    padding-right: -2px !important;
    bottom: 0px !important;
}

.row_splitter {
    height: calc(120vh - 260px);
}

.apercu {
    border: 2px solid #ffffff;
    margin-top: -6px;
    height: calc(105vh - 263px);
    margin-left: 3px;
    /* height: 90%;
width: : 90%; */
}

.vsplitbar {
    width: 5px;
    background: rgb(15, 15, 15);
}

.mail-info {
    background-color: rgb(102, 104, 107);
}

.bouton-recherche:hover {
    background-color: rgb(102, 104, 107);
}

.panel-body_ged.minimal {
    height: calc(106vh - 260px);
}

;
.drag-border {
    font-size: 18px;
}

.inbox-pagination {
    margin-top: 10px;
}

.corbeille {
    border-bottom: 5px solid #eee;
    margin-right: 25px;
    margin-top: -4px;
    width: 300px;
    height: 47px important;
    width: 93%;
    padding: 0px 10px 4px 10px !important;
}

.stockage {
    margin-right: 25px;
    margin-top: 5px;
    width: 300px;
    height: 47px important;
    width: 100%;
}

.ged_entreprise {
    width: 100%;
    padding: 0px 10px 4px 10px !important;
}

.pieces_recus {
    width: 100%;
    padding: 0px 10px 4px 10px !important;
}


/*tahiry*/

.list-group-item {
    cursor: pointer
}

.contextMenu .btn:hover {
    background-color: #CEE3F6;
}

.contextMenu {
    position: fixed;
    display: none;
    z-index: 10;
}

.docSelectionner {
    color: #6DA2E2;
    background-color: #E8F0FE;
}

.docSelectionner2 {
    color: #6DA2E2;
    background-color: #E8F0FE;
}


/* .doc-grise {
background-color: #DCDCDC
} */

.sous-repertoire-ouvert {
    background-color: #bbb !important
}

.repertoire-ouvert {
    background-color: rgb(73, 72, 72) !important
}

.menu-desactiver {
    cursor: not-allowed !important
}

#iconNoApercu {
    background-repeat: no-repeat;
    background-position: top;
    background-size: 200px;
}

.nomDocument {
    text-overflow: ellipsis;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    ;
}

.nom-menu {
    text-overflow: ellipsis;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

@media (min-width:800px) and (max-device-width:1366px) {
    #doc-contenu_ged #apercu_list_doc {
        height: calc(90vh - 150px);
    }
    #controle {
        margin-bottom: 50px
    }
}

@media (min-width:1400px) and (max-width:1920px) {
    #doc-contenu_ged #apercu_list_doc {
        height: calc(90vh - 200px);
    }
    #controle {
        margin-bottom: 10px
    }
}

#doc-contenu_ged .controle {
    opacity: .3;
    border-radius: 1px;
    width: 24px;
    height: 24px;
    margin: 0;
    margin: 8px;
    min-width: 0;
    /* color: rgba(255, 255, 255, .47); */
    text-shadow: none;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
    vertical-align: middle;
    position: relative;
    display: inline-block;
}

@media (min-width:800px) and (max-device-width:1366px) {
    #doc-contenu_ged_ged #id-apercu-img {
        width: 92%;
        height: calc(100vh - 200px);
    }
}

@media (min-width:800px) and (max-device-width:1366px) {
    #doc-contenu_ged #id-apercu-img {
        width: 92%;
        height: calc(100vh - 200px);
    }
}

@media only screen and (max-width: 1382px) {
    #doc-contenu_ged #controle {
        height: auto;
        position: absolute;
        bottom: 8% !important;
        opacity: 1;
        border-radius: 3px;
        left: 40%;
        margin-right: -50%;
        z-index: 3;
        font-family: 'Google Sans', Roboto, arial, sans-serif;
        color: #fff;
        background: rgba(0, 0, 0, 0.75);
        display: inline-block;
        padding: 2px;
        vertical-align: middle;
        top: 86%;
    }
}

#doc-contenu_ged #controle {
    height: auto;
    position: absolute;
    bottom: 13%;
    opacity: 1;
    border-radius: 3px;
    left: 40%;
    margin-right: -50%;
    z-index: 3;
    font-family: 'Google Sans', Roboto, arial, sans-serif;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    display: inline-block;
    padding: 2px;
    vertical-align: middle;
}

.creerged_ged {
    border-bottom: #eeeeee;
    width: 374px;
    height: auto;
}

.dropdown-toggle-gedcreer_ged {
    width: 220px;
    height: 37px;
    text-align: right;
    margin-left: 18px;
    border-radius: 27px;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.24), 0 17px 63px 0 rgba(0, 0, 0, 0.19);
}

.dropdown-toggle-gedcreer2 {
    width: 80px;
    height: 40px;
    text-align: right;
}

.dropdown-menu-ged {
    position: absolute;
    z-index: 1000;
    float: left;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border-radius: 5px;
    margin-left: 66px;
    width: 200px;
    height: 209px;
}

.dropdown-menu-ged2 {
    position: absolute;
    z-index: 1000;
    float: left;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border-radius: 5px;
    /* margin-left: 40px; */
    width: 200px;
}

.dropdown-menu-progression-importation {
    position: absolute;
    z-index: 1000;
    float: left;
    font-size: 14px;
    list-style: none;
    background-color: rgb(207, 45, 45);
    background-clip: padding-box;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border-radius: 5px;
    margin-left: 75px;
    margin-top: 680px;
    width: 400px;
    height: 10%;
}

ul.sidebar-menu_ged li a span {
    display: inline-block;
}

ul.sidebar-menu_ged li a {
    color: #111213;
    text-decoration: none;
    display: block;
    padding: 9px 0 10px 10px;
    font-size: 13px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu_ged li a.active,
ul.sidebar-menu_ged li a:hover,
ul.sidebar-menu_ged li a:focus {
    background: #DDDDDD;
    color: rgb(12, 10, 10);
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu_ged li a i {
    font-size: 15px;
    padding-right: 6px;
}

ul.sidebar-menu_ged li a.active i {
    color: #fff;
}


/*Antonyo*/

.btn_troispoint {
    margin-top: -4px !important;
    border-color: #FFFFFF;
    border-radius: 2px;
}

.btn_troispoint:hover {
    border-color: #FFFFFF;
    border-radius: 4px;
}

.tous_sel {
    padding: 15px 23px;
}

.panel-container_ged {
    display: flex;
    flex-direction: row;
    border: 1px solid silver;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: -2px;
    margin-left: -29px;
    padding: 2px 11px;
    margin-bottom: 78px;
}

.panel-left_ged {
    flex: 0 0 auto;
    /* only manually resize */
    white-space: nowrap;
    background-color: #FFFFFF;
    min-width: 299px;
    /* overflow-y: scroll; */
}

.splitter {
    flex: 0 0 auto;
    width: 18px;
    background: url(https://raw.githubusercontent.com/RickStrahl/jquery-resizable/master/assets/vsizegrip.png) center center no-repeat #535353;
    min-height: 200px;
    cursor: col-resize;
    position: sticky;
    top: 0%;
}

.panel-right {
    /* position: sticky; */
    top: 0%;
    background-color: #FFFFFF;
}

#cacher_menu_droite {
    margin-top: 25px;
}

.poslistederoulant_ged {
    position: absolute;
    min-width: 108px;
    height: auto;
    padding: 2px;
    margin: 0;
    margin-left: 402px;
    margin-top: -30px;
    border: 1px solid #999;
    background: #F8F8F8;
    box-shadow: 2px 2px 2px #AAA;
    z-index: 20;
    overflow: visible;
}

.listderoulant_ged {
    /* margin-left: -35px; */
    margin-top: 10px;
}

#coll {
    background-color: #FFFFFF;
    color: black;
}

#ol-sous_menu {
    /* margin-left: -10%; */
    margin-top: -15px;
}

#ol-sous_menu1 {
    margin-left: 1%;
    margin-top: -3px;
}

#ol-sous_menu2 {
    margin-left: 2;
    margin-top: -3px;
}

#ol-sous_menu3 {
    margin-left: 3%;
    margin-top: -3px;
}

#ol-sous_menu4 {
    margin-left: 4%;
    margin-top: -3px;
}

#ol-sous_menu5 {
    margin-left: 5%;
    margin-top: -3px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.color-select:hover {
    font-size: 1.5em;
    cursor: pointer;
}

.dropdown-content {
    min-width: 5px;
    height: auto;
    padding: 2px;
    border: 1px solid #999;
    background: #F8F8F8;
    box-shadow: 2px 2px 2px #AAA;
    z-index: 100;
    overflow: visible;
}

#doc-contenu_ged .controle:hover {
    background-color: grey;
}

.input-searchDoc {
    width: 114% !important;
    height: 34px;
}

.etendremv_ged {
    border-color: #FFFFFF;
}

.etendremv_ged:hover {
    border-color: #FFFFFF;
}

.etendre-fermer_ged {
    font-size: 12px;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    height: 34px;
    margin-left: 3px;
}

.entendre_fermer_menugauche {
    width: 100%;
    text-align: center;
}

.creerged2 {
    text-align: center;
    width: 100%;
    /* background-color: #EAEAEA; */
}

.pieces_recus2 {
    width: 100%;
    text-align: center;
}

.ged_entreprise2 {
    height: 47px important;
    width: 100%;
    text-align: center;
}

.corbeille2 {
    text-align: center;
    height: 47px important;
    width: 100%;
}

.stockage2 {
    height: 47px important;
    width: 100%;
    text-align: center;
}

.btn-circle {
    width: 80%;
    height: 80%;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.42;
    /* border-radius: 15px; */
}

.ctxline {
    width: 100%;
    border: none;
    padding: 6px 6px 6px 6px;
    background-color: white;
    cursor: pointer;
}

.ctxline:hover {
    border: 1px solid #888888;
    border-radius: 4px;
    background-color: #EEEEEE;
}

.poslistederoulant_ged {
    position: absolute;
    min-width: 108px;
    height: auto;
    padding: 2px;
    margin: 0;
    margin-left: 402px;
    margin-top: -30px;
    border: 1px solid #999;
    background: white;
    box-shadow: 2px 2px 2px #AAA;
    border-radius: 4px;
    z-index: 20;
    overflow: visible;
    padding-right: 6px;
}

.menu_poslistederoulant_ged {
    position: absolute;
    min-width: 108px;
    height: auto;
    padding: 2px;
    margin: 0;
    margin-left: 58px;
    margin-top: -30px;
    border: 1px solid #999;
    background: white;
    box-shadow: 2px 2px 2px #AAA;
    border-radius: 4px;
    z-index: 20;
    overflow: visible;
    padding-right: 6px;
}

.cadreprincipal_ged {
    margin-left: -5%;
    background-color: #FFFFFF;
    width: 107%;
    margin-top: -3%;
}

.cadreprincipal_button {
    margin-left: -24%;
    width: 70px;
    /* margin-top: -4px; */
}

#menu_button_ged {
    display: none;
    /* margin-right: -18%; */
}

@media only screen and (max-width: 820px) {
    #doc-contenu_ged {
        display: none;
    }
}

#doc-contenu_ged {
    background-color: #FFFFFF;
}


/* #main-container {
    background-color: #FFFFFF !important;
} */


/*Tahiry*/


/* @media (min-width:1400px) and (max-device-width:1920px) {
    #modallisteImport {
        left: 14vh;
        bottom: -51vh
    }
}

@media (min-width:800px) and (max-device-width:1366px) {
    #modallisteImport {
        left: 0;
        bottom: -42vh
    }
} */

#ModalProgression {
    left: 65% !important;
    top: 66% !important;
}

.modal-backdrop {
    display: none;
}

@media (min-width:1400px) and (max-device-width:1920px) {
    .tableauliste {
        height: calc(30vh - 200px);
        width: 97%;
        overflow-y: scroll;
    }
}

@media (min-width:800px) and (max-device-width:1366px) {
    .tableauliste {
        height: calc(35vh - 200px);
        width: 97%;
        overflow-y: scroll;
    }
}


.prev,
.next {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #9ca09f;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 33px 33px 0;
    user-select: none;
}

/* Position the "next button" to the right */

.next {
    right: -5px;
    border-radius: 33px 0 0 33px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(15, 15, 15, 0.8);
}

.clusterize-thead_ged {
    width: 100%;
    margin-top: -4px;
}

.poslistederoulantmultiple_ged {
    position: absolute;
    min-width: 108px;
    height: auto;
    padding: 2px;
    margin: 0;
    margin-left: 58px;
    margin-top: -30px;
    border: 1px solid #999;
    background: white;
    box-shadow: 2px 2px 2px #AAA;
    border-radius: 4px;
    z-index: 20;
    overflow: visible;
    padding-right: 6px;
}

.listderoulantmultiple_ged {
    /* margin-left: -35px; */
    margin-top: 10px;
}

.listderoulant_ged li {
    padding: 0px !important;
}

.text-center {
    padding-top: 9px !important;
}

#tete_droit {
    margin-left: -47px;
    /* margin-top: 15px; */
    margin-right: -1px;
}

#opa_tete_droit {
    top: 16px;
}


/* .panel-heading_ged {
        padding: 17px 12px 1px 3px
    } */

.menu-droit_ged {
    background-color: #FFFFFF;
    /* margin: -5px -22px 0px 0px; */
    border-radius: 5px;
    padding-left: 4px;
}

.glyphicon-triangle-right {
    color: #777777 !important;
}

.glyphicon-triangle-left {
    color: #777777 !important;
}

.rechercherDoc_ged .glyphicon-search {
    color: black !important;
}

.rechercherDoc_ged {
    height: 34px;
    margin-top: -11px;
}

.form-control_ged {
    display: block;
    width: 94%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: -11px;
    margin-left: 28px;
}

.chemin_ged {
    font-size: 14px !important;
    margin-top: -35px !important;
    margin-left: -55px;
}

.remove_padding li {
    padding: 0px !important;
}

.corbeille li {
    padding: 0px !important;
}

.remove_pad li {
    padding: 0px !important;
}

.dropdown-menu-ged li {
    padding: 0px !important;
}

#apercupict {
    overflow: hidden !important;
}


/* .app-content .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.container-fluid .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
} */

.close {
    font-size: 35px;
    margin-top: 3px;
}

.vider_corbeille {
    height: 36px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: -5px;
    width: 93% !important;
}

.swal2-cancel {
    margin-left: 46px;
}

.swal2-confirm {
    margin-left: 12px;
    ;
}

@media only screen and (max-width: 1533px) {
    .class_chemin {
        margin-left: 6%;
    }
}

@media only screen and (max-width: 811px) {
    #menu_non_button {
        width: 466px;
        margin-left: 7%;
    }
}

#entremve_ged {
    margin-left: -4px;
}

#sousmenu-gedentreprise {
    overflow: auto;
    max-height: 518px;
    margin-right: 15px;
    margin-top: 8px;
}

.remove_padding {
    margin-top: -8px;
    ;
}

.right-click-menu-ged {
    position: absolute;
    z-index: 1000;
    padding: 0px 2px 3px 6px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border-radius: 5px;
    width: 200px;
    height: 209px;
}

#list-document::-webkit-scrollbar {
    width: 10px;
}

#list-document::-webkit-scrollbar-track {
    color: #f5f5f5;
    /*     border: 1px solid #5a595937; */
}

#list-document::-webkit-scrollbar-thumb {
    background-color: rgb(130 128 128 / 1);
    /*     border-radius: 15px; */
    border: 2px solid #797878;
}

#list-document::-webkit-scrollbar-thumb:hover {
    background-color: rgb(78 77 77);
}

#list-document::-webkit-scrollbar-track:hover {
    color: #f5f5f5;
    border: 1px solid #3e3d3d37;
}

.sousRepertoire::-webkit-scrollbar {
    width: 7px;
}

.sousRepertoire::-webkit-scrollbar-track {
    background-color: rgb(255, 255, 255) rgba(209, 30, 30, 0);
}

.sousRepertoire::-webkit-scrollbar-thumb {
    background-color: rgb(255, 255, 255) rgba(209, 30, 30, 0);
    border-radius: 15px;
}

.sousRepertoire::-webkit-scrollbar-thumb:hover {
    background-color: rgb(255, 255, 255) rgba(209, 30, 30, 0);
}

#btn-exporter {
    border-radius: 15px !important;
}

#list-document {
    scrollbar-width: thin;
    scrollbar-color: rgb(128, 128, 128) rgba(209, 30, 30, 0);
}

.sousRepertoire {
    scrollbar-width: thin;
    scrollbar-color: rgb(255, 255, 255) rgba(209, 30, 30, 0);
}

.btn-action-move,
.btn-action-edit-file,
.btn-action-edit-folder,
.btn-action-delete,
.btn-action-copy,
.btn-action-download,
.btn-action-palette {
    text-align: right;
    border-color: rgb(255 255 255 / 0%);
    margin: 5px 5px 0px 5px;
    background-color: #70809000;
    color: #777777;
}

#footermodalcreationdossier {
    border-top: 0px solid #FFFFFF !important;
}

#nombreFichierImporter {
    background-color: #FFFFFF !important;
}

#modal-header-ged {
    background-color: #FFFFFF !important;
}


/*mis a jour 24-01-22*/

.dropdown-menu-gedcompta {
    position: absolute;
    z-index: 1000;
    float: left;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border-radius: 5px;
    margin-left: 66px !important;
    width: 200px;
}

.dropdown-toggle-gedcreer_gedcompta {
    width: 220px;
    height: 37px;
    text-align: right;
    margin-left: 18px;
    border-radius: 27px;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.24), 0 17px 63px 0 rgba(0, 0, 0, 0.19);
}

.right-click-menu-gedcompta2 {
    position: absolute;
    z-index: 1000;
    padding: 0px 2px 3px 6px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border-radius: 5px;
    width: 166px;
    height: 153px;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    position: absolute;
    bottom: -1.6em;
    left: -6%;
    padding: 4px 4px 4px 8px;
    color: #222;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #cccccc);
    background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);
    background-image: -ms-linear-gradient(top, #f8f8f8, #cccccc);
    background-image: -o-linear-gradient(top, #f8f8f8, #cccccc);
    opacity: 0;
    z-index: 99999999;
    visibility: hidden;
}

.sousRepertoire ul li:hover {
    background-color: rgb(182, 178, 178);
    color: #333 !important;
}

#panelright {
    min-width: 441px !important;
}

#sroll_modal_deplacement::-webkit-scrollbar-thumb {
    background-color: rgba(242, 246, 248, 0.87);
    border-radius: 15px;
}

#sroll_modal_deplacement::-webkit-scrollbar-thumb:hover {
    background-color: rgb(78 77 77);
}

#sroll_modal_deplacement::-webkit-scrollbar {
    width: 7px;
}

#sroll_modal_deplacement::-webkit-scrollbar {
    width: 10px;
}

#sroll_modal_deplacement {
    scrollbar-width: thin;
    scrollbar-color: rgb(128, 128, 128) rgba(209, 30, 30, 0);
}

#menu-vertical div li {
    padding: 11px !important;
}

#player {
    height: 97% !important;
    width: 100% !important;
}

.panel-container_ged::-webkit-scrollbar-thumb {
    background-color: rgba(242, 246, 248, 0.87);
    border-radius: 15px;
}

.panel-container_ged::-webkit-scrollbar-thumb:hover {
    background-color: rgb(78 77 77);
}

.panel-container_ged::-webkit-scrollbar {
    width: 7px;
}

.panel-container_ged::-webkit-scrollbar {
    width: 10px;
}

.panel-container_ged {
    scrollbar-width: thin;
    scrollbar-color: rgb(128, 128, 128) rgba(209, 30, 30, 0);
}

#modallisteImport {
    width: 92% !important;
}

#container_progression {
    width: 211% !important;
}

.poslistederoulant_detail {
    position: fixed;
    min-width: 200px;
    height: auto;
    padding: 2px;
    margin: 0;
    margin-left: 266px;
    margin-top: 3px;
    border: 1px solid #999;
    background: #F8F8F8;
    box-shadow: 2px 2px 2px #AAA;
    z-index: 20;
    overflow: visible;
    text-align: start;
    border-radius: 10px;
    max-width: 250px;
    right: 20px;
}

#listderoulant_detail {
    margin-left: 6px;
}

#apercupict::-webkit-scrollbar {
    width: 8px;
}

#apercupict::-webkit-scrollbar-track {
    color: #f5f5f5;
    /*     border: 1px solid #5a595937; */
}

#apercupict::-webkit-scrollbar-thumb {
    background-color: rgb(130 128 128 / 1);
    /*     border-radius: 15px; */
    border: 2px solid #797878;
}

#apercupict::-webkit-scrollbar-thumb:hover {
    background-color: rgb(78 77 77);
}

#apercupict::-webkit-scrollbar-track:hover {
    color: #f5f5f5;
    border: 1px solid #3e3d3d37;
}

#apercupict {
    scrollbar-width: thin;
    scrollbar-color: rgb(128, 128, 128) rgba(209, 30, 30, 0);
}

#btn_cacherDetail{
    right:0px;
    position:absolute;
    background-color:#FFFFFF;
}

#btn_afficherDetail{
    right:0px;
    position:absolute;
    background-color:#FFFFFF;
    display:none;
}
.button_masquer-detail{
    width:100%;
    border-bottom:2px solid
}

#texteur_ico{
    width: 30px;
    height: 24px;
    position: static;
    margin: 1px -8px 1px;
}

#tableur_ico{
    width: 28px;
    height: 24px;
    position: static;
    margin: 1px -8px 1px;
}