<div class="modal right come-from-modal fade" id="sortant_modal" aria-labelledby="modal-default" style="display: none;" aria-hidden="true">
<div class="modal-dialog modal-dialog-top" style="width:65%;max-width:1000px !important" role="document">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title">Import des sortants</h2>
<a type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></a>
</div>
<div class="modal-body">
<div class="mb-4">
<button id="download" class="btn btn-primary"><i class="fa fa-download"></i></button>
<input type="file" id="upload_file_sortant" style="display:none"/>
<button class="btn btn-success upload_file_sortant_button"><i class="fa fa-upload text-white"></i></button>
</div>
<table class=" table table-bordered table-striped" id="list_sortant" style="width: 100%">
<thead>
<tr>
<th>#</th>
<th>Dossier</th>
<th>Contract</th>
<th>Personne</th>
<th>Morif</th>
<th>Date</th>
<th></th>
</tr>
</thead>
<tbody class="sortant_list_data">
</tbody>
</table>
</div>
<div class="modal-footer justify-content-start" >
<button id="save_sortant" class="btn btn-secondary">Enregistre</button>
<a type="button" class="btn btn-link" data-bs-dismiss="modal">Fermer</a>
</div>
</div>
</div>
</div>