.margin-auto{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
    margin: 3% auto;
}

.title_section{
    font-family: inherit;
    margin-bottom: 4%;
}

.title_section h4{
    font-size: 19px;
    margin-bottom: 0;
}

.div_table_partic{
    overflow: auto;
    height: 600px;
}

.table_partic.table>thead>tr>th{
    border-top: 0;
    padding: 16px;
    vertical-align: top;
    font-weight: 600;
    line-height: 1.5;
    color: #545454;
    text-align: center;
    font-size: 13px;
}

.table_partic.table>tbody>tr>td{
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle;
    text-align: center;
    color: #545454;
}

tr.btn-action td {
    border-bottom: 2px solid #ccc; /* Customize as needed */
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge.bg-success {
    color: #0c622e !important;
    background-color: #dcf1e4 !important;
}
.badge.bg-danger {
    color: #b03d50 !important;
    background-color: #fae4e8 !important;
}
.badge.bg-warning {
    color: #896110 !important;
    background-color: #fbf1dd !important;
}

.btn_partic {
    font-size: 13px;
    text-transform: none;
    width: 207px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 19px;
}

.btn_partic.btn-icons {
    width: 30px;
    height: 30px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    color: #335587;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.card_file_213{
   font-size: 13px;
    text-transform: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: inline-block;
    padding: 8px 40px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 5px;
    color: white;
    background: #335587;
    width: 100%;
}

.card_file_213 i{
  margin-left: 10px;
}
.div_dash{
    position: fixed; 
    top: 25%;
    display: contents;
}
.div_dash ul li{
    border-top: 1px solid #e9e9e9 !important;
    text-align: left;
}

.div_dash ul li i{
    margin-right: 10px;
}


.tr_doc_preremp td {
    border-bottom: 1px solid;
}

tr td:first-child{
    border-left: 1px solid;
}

tr td:last-child {
    border-right: 1px solid;
}
.border-none{
    border: none !important;
}


.ajax-file-upload-statusbar {
    border: none;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    display: inline-block;
    width: 213px !important;
    padding: 14px 5px 14px 15px;
    text-align: center;
    margin-bottom: 2%;
}

.img-empty {
    width: 50px;
    height: 100px;
}
.ajax-file-upload-preview {
    margin-top: 5px !important;
    margin-bottom: 9px !important;
    cursor: pointer;
}

.extrahtml {
    width: auto;
    font-size: 13px;
    margin-bottom: 12px;
    height: 22px;
    line-height: 1.3;
}

.hide_elem {
    display: none;
}

.ajax-file-upload-green {
    border: 1px solid transparent;
    background-color: #335587;
    border-color: #335587;
    padding: 4px 8px;
    width: 100px;
}

.view_pdf {
    width: 151px;
    height: 92px;
}
.display-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-doc{width:100px;height:100px}

.btn_retour_file {
    background: #fff;
    border: 1px solid #335587;
    margin-bottom: 20px;
    padding: 6px 12px;
    color: #335587;
    font-size: 12px;
    font-weight: 500;
}
.title_document {
    line-height: 0.5;
    margin-bottom: 37px;
    color: #545454;
}
.title_document:not(:first-child) {
    margin-top: 7%;
}

hr {
    border: none;
    height: 1px;
    color: #ececec;
    background: #ececec;
}

p {
    color: #545454;
    font-size: 14px;
}


.title_document p{
    line-height: 1;
}


@media screen and (max-width: 600px) {
    table.table_partic {
      border: 0;
    }
    .table_partic a{
        font-size: 12px;
    }
    table.table_partic thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }

    table.table_partic tr:last-child {
        margin-top: 50px;
    }
    
    .btn-action {
      display: block;
      margin-bottom: 10%;
      border-bottom: 2px solid #ccc;

    }
    
    table.table_partic td {
      border-bottom: 1px solid #ddd;
      display: block;
      padding-top: 10px !important;
      padding-bottom: 10px !important;

      border-left: 1px solid;
      border-right: 1px solid;
    }
    
  
    table.table_partic td::before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table.table_partic td:last-child {
      border-bottom: 0;
    }

    .hidden-mobile{
        display: none !important;
    }

    .card_file_213{
        margin: 0;
    }
    table.table_partic tr.tr_doc_preremp{
        margin-top: -23px;
        border-bottom: 3px solid #ececec;
    }

    .list_doc_dem{
        text-align: center;
    }
}
  
.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.fa-headphones:before {
    content: "\f025";
}

.btn_partic.btn_whites {
border-color: #355689;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    color: #335587;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.box-shadow-effect {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.25),0 5px 15px 2px rgba(0,0,0,0)!important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.25),0 5px 15px 2px rgba(0,0,0,0)!important;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 20px;
    background-color: #f4f8f8;
}

.fa-exclamation-triangle:before {
    content: "\f071";
    color: #ff4d00;
}

.m-b-10 {
    margin-bottom: 10px;
}
.comm_btn {
    display: none;
}

.all-notifs
 {
    background-color: #F3F3F3;
}
.btn.btn-supprot-notif, .btn-supprot-notif:hover, .btn-supprot-notif:focus {
    border: 1px solid #d50000;
    background: #fff;
    color: #d50000;
}