@font-face {
    font-family: "Cairo";
    src: url(../fonts/Cairo-Regular.ttf) format("truetype");
}
body{
    font-family: 'Cairo';
}
body {
    font-size: 1.2rem;
}

.ul_action {
    list-style: none;
    float: right;
    margin-block-end: 0em;
}

.ul_action li {
    float: left;
    margin-left: 10px;
}

fieldset {
    margin-top: 15px;
}

fieldset hr {
    margin-top: 0;
}

ul#index_action_buttons, ul#show_action_buttons {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

ul#index_action_buttons li, ul#show_action_buttons li {
    margin-left: 5px;
    float: left;
}

#index_th_action {
    width: 170px;
    text-align: center;
}

.index_table {
    margin-top: 5px;
}

.clear-both {
    clear: both;
}

.btn-recherche {
    margin-top: 7px;
}

.search_form label {
    font-weight: normal !important;
}

.checkbox label, .radio label {
    font-weight: 700;
}

.div_head_table {
    padding: 5px 10px;
    background-color: #cccccc;
    margin-bottom: 5px;
    font-weight: bold;
}

/*****/
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}

/*****/

#simple-ajax-form, #multiple-ajax-form, #file-ajax-form {
    display: none;
}

.margin-50 {
    display: block;
    margin: 25px 0px;
}

span.icones_file_upload {
    position: relative;
}

span.ajax_simple_file_icones_loading {
    display: inline-block;
    padding: 16px;
    background-size: 32px 32px;
    position: absolute;
    top: -7px;
    left: 0px;
    display: none;
}

.icones_upload_loading {
    background: url(../img/loading-file.svg) left no-repeat;
}

.icones_upload_success {
    background: url(../img/success.svg) left no-repeat;
}

.icones_upload_error {
    background: url(../img/error.svg) left no-repeat;
}

.simple_file_alert {
    display: block;
    margin-top: 10px;
    display: none;
}

.selected_file {
    display: block;
    font-weight: bold;
    display: none;
}

.simple_file_upload, .multi_file_upload {
    display: none;
}

.display-block {
    display: block;
}

.delete-simple-file {
    display: inline-table;
    width: 25px;
    cursor: pointer;
}

.delete-simple-file img, .delete-profile-photo img {
    width: 100%;
    height: auto;
}

.delete_line_csv {
    display: inline-block;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.delete_line_csv img {
    width: 100%;
    height: auto;
}

.my-modal-large {

    width: 90%;
    margin-left: 5%;
    margin-top: 2%;
}

.my-modal-large .modal-content {
    max-height: 80%;
}

.solde-non-null {
    color: red;
    font-weight: bold;
}

.solde-null {
    color: green;
}

.hidden-field {
    display: none;
}

#logo-config {
    width: 100%;
}

#logo-config img {
    width: 100%;
    height: auto;
}

.m_b_10 {
    margin-bottom: 10px;
}

.m_b_15 {
    margin-bottom: 15px;
}

.m_b_20 {
    margin-bottom: 20px;
}

.m_t_10 {
    margin-top: 10px;
}

.m_t_15 {
    margin-top: 15px;
}

.m_t_20 {
    margin-top: 20px;
}

.m_t_25 {
    margin-top: 25px;
}

.m_t_35 {
    margin-top: 35px;
}

.m_t_50 {
    margin-top: 50px;
}

.height_upload_file {
    height: 80px;
}

label .invalid-feedback {
    display: none !important;
}

.invalid-feedback {
    margin-top: -15px;
    margin-bottom: 5px;
}
.responsable_line  .invalid-feedback {
    margin-top: 0px;
    margin-bottom: 5px;
}

#piece-line-fields-list .invalid-feedback {
    margin-top: 0px;
    margin-bottom: 5px;
}

.btn_change_logo {
    margin-top: 34px;
}

.width_avatar {
    width: 150px;
}

.form-group {
    margin-bottom: 20px !important;
}

.badge-danger {
    background-color: #dc3545 !important
}
.border_erreur {
    border-color: #dc3545 !important
}
.msg_erreur{
    color: #dc3545;
    font-size: .875em;
}
.m_err_top{
    margin-top: -20px;
    margin-bottom: 5px;
}
.spinner_affect,
.spinner_btn_modal {
    width: 25px;
}

.bg_bleu {
    background-color: #1b417d;
}
.bg_success {
    background-color: #DDFFDD;
}
.bg_danger {
    background-color: #FEE8E9;
}
.loading_recharge{
    width: 25px;
}
.loading_adhesion {
    position: absolute;
    top: 34px;
    width: 25px;
}

.loading_contact {
    position: absolute;
    top: 34px;
    width: 25px;
}
.loading_categ_attestation {
    position: absolute;
    top: 34px;
    width: 25px;
}

.loading_categ_attest img{
    width: 25px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-top: 2px solid darkorange;
}

.hr_doc {
    margin-top: 0;
}

.tr_purchase_depense td ul,
.ul_document {
    list-style: none;
    padding-inline-start: 10px;
}

.tr_purchase_depense td ul li,
.ul_document li {
    margin-bottom: 10px;
}

.icone_document {
    width: 30px;
}

.tr_purchase_depense td {
    vertical-align: middle;
}

.spinner_form_search {
    width: 25px;
}

.icone_document {
    font-size: 28px;
    position: relative;
}

.badge_nb_doc {
    position: absolute;
    top: -5px;
    background-color: red;
    color: #ffffff;
    font-size: 18px;
    border-radius: 50%;
    padding: 2px 5px;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
}

ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.data_historique {
    text-align: center;
}
.auteur_historique {
    font-size: 16px;
}
.info_historique {
    font-size: 14px;
    color: #777777;
}

.show_historique {
    cursor: pointer;
}

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

.spinner_modal_historique img {
    width: 25px;
}
.spinner_adhesion_amount {
    position: absolute;
    top: 35px;
    width: 25px;
}
.loading_chambre_syndicale{
    position: absolute;
    top:35px;
    width: 25px;
}
.nav-item .rounded-circle{
    width: 40px;
}
.td_error .invalid-feedback{
    margin-top: 0;
}
.direction_ltr{
    direction: ltr;
}
.btn_copier_param{
    margin-bottom: 10px;
}
.badge_id{
    background-color: orangered;
    font-size: 16px;
}

.ligne_erreur{
    font-size: 14px;
    color: red;
    margin-top: -15px;
}