
.file_container.file_btn_add,
.file_container.file_btn_del{
    color: black;
    width: 100%;
    text-align: center;
    display: block;
    background-color: transparent;
    margin: 10px 0px;
    padding: 0px !important;
}
.file_container.file_btn_add:focus,
.file_container.file_btn_del:focus{
    outline: none;
}

.file_container.file_btn_add{
    border: 1px solid green;
}
.file_container.file_btn_add:hover{
    background-color: green;
    color: white;
}
.file_container.file_btn_del{
    border: 1px solid red;
}
.file_container.file_btn_del:hover{
    background-color: red;
    color: white;
}
.file_container .form-group.btn{
    color: #555;
    padding: 0;
    line-height: 40px;
    width: 300px;
    margin: auto;
    display: block;
    padding: 10px!important;
    border: 1px solid #483737;
    transition: all 150ms ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-group.btn .delete_file:hover, 
.form-group.btn .delete_file:focus{
    color: red;
    border-color: #8e8e8e;
}

.form-group.btn label:hover, 
.form-group.btn label:focus{
    color: green;
    border-color: #8e8e8e;
}

.btn-file-doc:hover,.btn-file-doc:focus {
    color: #8e8e8e;
    border-color: #8e8e8e;
}

.file_container form{
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.file_container label.btn-file-doc {
    padding: 20px!important;
    border: 1px solid #483737;
    cursor: pointer;
    transition: all 150ms ease-in-out;
}


.file_container .input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file_container .input-file + .btn-file-doc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
}

.file_container .file_name .icon_file:before {
    /* font-awesome */
    /* display: none; */
    content: "";
}

.file_container .file_name.has-file .icon_file:before {
    /* font-awesome */
    content: "\f00c";
    color: #5AAC7B;
}

.file_container .uploading {
    display: none !important;
}

.file_container .sending_file .uploading {
    display: inline-block !important;
}



.file_name{
    line-height: 1;
    width: 80%;
}
.file_name span.js-fileName{
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


.input-file + .btn-file-doc .icon:before {
    /* font-awesome */
    content: "\f093";
}

.input-file + .btn-file-doc.has-file .icon:before {
    /* font-awesome */
    content: "\f00c";
    color: #5AAC7B;
}

.form-group:not(.has-file) .delete_file i{
    display: none;
}

.form-group.btn.has-file{
    /* border: 1px solid #6aacc4; */
    /* background-color: #e8f9ff; */
}

.has-file .delete_file i{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.d-none{
    display: none!important;
}

.form-group.btn label,.form-group.btn .delete_file {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 700;
    /* min-width: 33px; */
    height: 100%;
    cursor: pointer;
    width: 10%;
}

.table_lcs .col_table_container:has(.form-group.btn) {
    border-bottom: none;
}

.ui-accordion-header h2 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.ui-accordion-header .ui-accordion-header-icon {
    top: 2em !important;
}





#accordion h2 {
    text-transform: uppercase;
    color: white;
}

p {
    font-size: 14px;
}

#infos {
    height: auto;
    margin: 5px;
    padding: 5px;
    margin-bottom: 15px;
}

#infos article {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

#accordion {
    margin: 0px;
}
    
#accordion header.ui-state-active {
    border-radius: 5px 5px 0px 0px;
}
    
    

#accordion article {
    height: auto;
    border: 1px solid #32373F;
    border-top: none;
    border-radius: 0 0 5px 5px;
    position: relative;
}

#accordion div {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
    
#accordion div:hover {
    background: #eee;
}

#actions {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

#actions div {
    width: 220px;
    height: 30px;
    margin: auto;
    padding: 4px;
    text-align: center;
    background-color: white;
    border: 1px solid #32373F;
    border-radius: 5px;
    box-shadow: 0px 5px 5px 3px rgba(135, 90, 120, 0.15);
}
    
#echanges .echange_name, #echanges .echange_body, #echanges .echange_from_to {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px;
    border-bottom: 0px;
}
    
    
    
#echanges .smartdate {
    position: absolute;
    top: 1em;
    right: 1em;
    padding: 0px;
    border-bottom: 0px;
}
    
#notes > div {
    position: relative;
}
    
#notes > div.before {
    background: #d3413b20;
}

#notes > div.today {
    background: #ec971f20;
}
    
#notes > div.after {
    background: #006d3220;
}
    
    

    
#notes .smartdate, #notes .relativedays {
    border-bottom: 0px;
    padding: 0px;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 14px;
}
    
#echanges .echange_item {
    position: relative;
}
    
#echanges .echange_body {
    color: #555;
    font-size: 0.8em;
}
    
#echanges .echange_from_to {
    font-size: 0.9em;
    margin-right: 6em;
}
    
#accordion div.message_body {
    padding: 0px;
    border-bottom: 0px;
    font-size: 0.8em;
    margin-top: 0.5em;
}
    
ul {
    padding-left: 2em;
    font-size: 0.8em;
}
    
.item_note_note:first-child {
    border-top: 1px solid #ddd;
}
    
.main_actions {
    text-align: center;
}
    
.button {
    text-align: center;
    font-family: "roboto", sans-serif;
    background: #875A7B;
    border: 0px;
    padding: 0.5em;
    color: white;
    border-radius: 5px;
    font-size: 1em;
}
    
#chargement_en_cours {
    position: fixed;
    background: #ffffffee;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom:0px;
    padding: 5px;
    overflow: auto;
    display: table;
    width: 100%;
    height: 100%;
}
    
.integrer_email_choice .email_integre, .integrer_email_choice .integrer_email {
    display: none;
}
    
.integrer_email_choice.integre .email_integre {
    display: inline-block;
}
    
.integrer_email_choice.pas_integre .integrer_email {
    display: inline-block;
}

.ui-accordion-header-collapsed h2 {
    color: black !important;
}