.wrap-job-application-statut {
    margin-top: 70px;
}
.table-job-application-statut {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: transparent;
    caption-side: bottom;
    border-collapse: collapse;
}
.table-job-application-statut>thead {
    vertical-align: bottom;
}
.table-job-application-statut tbody, 
.table-job-application-statut td, 
.table-job-application-statut tfoot, 
.table-job-application-statut th, 
.table-job-application-statut thead, 
.table-job-application-statut tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
.table-job-application-statut>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: transparent;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px transparent;
}
.table-job-application-statut>tbody {
    vertical-align: inherit;
}
.table-job-application-statut>tbody>tr:nth-of-type(odd) {
    background-color:rgba(0, 0, 0, 0.05);
    color: #212529;
}
.table-job-application-statut td {
    display: table-cell;
    vertical-align: inherit;
}
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:after{
    content: none;
}
.dataTables_paginate ul li {
    list-style: none;
    margin: 0 10px;
}
.dataTables_paginate .pagination {
    display: flex;
}
.modal-form-send-email{
    z-index: 99;
    top: 115px;
}
.form-send-email textarea {
    background-color: #fff;
}
.form-send-email .submit {
    margin: 25px auto 0 !important;
    background-color: #e40043 !important;
    font-size: 21px;
    font-weight: bold;
    border-radius: 10px;
    padding: 20px 24px;
    border: none;
    display: block;
}
.form-send-email .submit:hover,
.form-send-email .submit:focus{
    opacity: 0.85;
    background-color: #e40043 !important;
}
.form-send-email .error{
    color: #e40043;
    display: none;
}
.form-send-email .success{
    display: none;
}
iframe#content-email_ifr {
    height: 180px !important;
}
.loader {
    width: 40px;
    height: 40px;
    border: 4px solid #e40043;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin: 25px auto 0 !important;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

.btn-action-send-email {
    display: block;
    margin: 0;
    background: none;
    padding: 1px 0;
    border-radius: 5px;
    border: solid 2px #e40043;
    background-color: #e40043;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    width: 55px;
}
.btn-action-reply{
    margin-bottom: 4px;
}
.btn-action-send-email:hover,
.btn-action-send-email:focus {
    border: solid 2px #e40043;
    background-color: #e40043;
    color: #ffffff !important;
    opacity: 0.85;
}

@media (max-width:991px)
{
    .table-job-application-statut th{
        display: none;
    }
    .table-job-application-statut tr{
        display: table-row;
    }
    .table-job-application-statut td {
        display: block;
    }
    .table-job-application-statut {
        width: 100% !important;
    }
    .table-job-application-statut td:before {
        content: attr(data-th) ": ";
        font-weight: bold;
        width: 50%;
        display: inline-block;
        color: #000;
    }
    .btn-action-send-email {
        display: inline-block;
    }
    .modal-form-send-email {
        top: 20px;
    }
    .wrap-job-application-statut {
        margin-top: 0;
    }
}