.open-in-modal{}

body, html {
    font-family: Tahoma, Geneva, sans-serif !important;
}


/** FLASHBAG **/
.flashbag-container {
    position: fixed;
    z-index: 100000000;
    left: 50%;
    transform: translateX(-50%);
}

.flashbag-container .alert {
    border-radius: 0;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    margin-top : 0.5rem;
    color: inherit;
    font-size: 1.5rem;
}

.alert button.close {
    background-color: transparent;
    border :0;
}
/** FLASHBAG **/

nav {
    z-index: 9999!important;
}

/*NAVBAR*/
nav.navbar {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

nav.navbar, .dropdown-menu {
    background-color: #095893 !important;
    }

.navbar-brand, .nav-link, .dropdown-item, .navbar-item-right, .navbar-toggler, .navbar-toggler-icon{
    color: white!important;

}

.nav-link:hover, .dropdown-item:hover {
    background-color: white!important;
    color: #095893!important;
}

.link_nostyle, .link_nostyle:hover, .link_nostyle:visited, .link_nostyle:checked {
    color: inherit;!important;
}

/*NAVBAR*/

/*MODAL*/
.modal.modal-margin-top {
    margin-top : 200px;
}

.btn-close-modal {
    text-align: right!important;
}

/*MODAL*/


.style-container-bo {
    margin-top: 75px;
}

.titre_section {
    color: #095893;
    text-transform: uppercase;
}

/*DATATABLE*/
.ajax_datatable {
    text-align: center;
    border-collapse: separate;
    border-spacing: 0px 2px;
}

.ajax_datatable tr, .ajax_datatable td, .ajax_datatable th{
    border: none;
}

.ajax_datatable tr>th {
    border-bottom: 1px solid #095893!important;
    background-color: white;
}

.ajax_datatable tr {
    background-color: #f6f6f6 !important;
}

.ajax_datatable tr.selected {
    background-color: #c3ffc7 !important;
}



.pagination, .page-link, .page-item, .page-pre, .page-next {
    color: #095893!important;
}

.page-item .active{
    background-color: #095893!important;
}

ul.pagination > li.active > a.page-link {
    color: white!important;
    background-color: #095893!important;
    border-color: #095893!important;
}

div.btn-group.dropdown.dropup > button {
    color: white!important;
    background-color: #095893!important;
    border-color: #095893!important;
}

div.dropdown-menu.show > a.active {
    background-color: white!important;
    color: #095893!important;
}
/*DATATABLE*/

/*BOUTON*/

.btn-primary {
    color: white!important;
    background-color: #095893!important;
    border-color: #095893!important;
    padding-left: 25px!important;
    padding-right: 25px!important;
}
.btn-secondary {
    padding-left: 25px!important;
    padding-right: 25px!important;
}

.btn-import {
    width: 350px;
}

/*BOUTON*/

/*FORMULAIRE*/

.input-group-prepend-lg {
    width: 250px!important;
}

.input-group-prepend-md {
    width: 190px!important;
}

.input-group-prepend-sm {
    width: 140px!important;
}

.form-row {
    margin-top: 25px!important;
}

input + i.fa-eye {
    position: absolute;
    right: 0.2rem;
    top: 0.65rem;
    z-index: 10;
}

.bleu-fonce-stimcall {
    color: #095893;
}

.check-association {
    margin-left: 25px;
}

#asso_campagne_questions {
    position: absolute;
    right: 5rem;
    top : 5rem;
    border: 1px solid black;
    border-radius: 8px;
    padding: 10px 10px;

}

.btn-delete-reponse {
    margin-left : 10px
}

.label_question_campagne {
    font-weight: bold;
}

.label_required {
    color: darkred;
}

.footer-modal-with-form {
    margin-top: 30px;
    text-align: right;
}

/*FORMULAIRE*/

/*BANDEAU IDENTITE*/



.div_bandeau_identite {
    width: 100%;
}


.div_bandeau_identite + .code_postal {
    max-width: 80px!important;
}

.div_bandeau_identite + .is_bic_rib {
    max-width: 120px!important;
}

.div_bandeau_identite + .is_tel_fax, .div_bandeau_identite + .is_ville {
    max-width: 120px!important;
}

.div_bandeau_identite + .is_iban {
    max-width: 300px;
}

.div_bandeau_identite + .is_nom_prenom {
    max-width: 190px;
}

.div_bandeau_identite > input {
    font-size: 14px!important;
    position: relative;
}

.div_bandeau_identite > label {
    position: absolute;
    font-size: 12px!important;
    margin-left: 0.5rem;
    color: lightgrey;
}

.action_identite > i {
    margin: 5px 5px;
    cursor: pointer;
}



/*BANDEAU IDENTITE*/



/*SELECT2*/
/*getion du select2 pour les formulaires*/
.vue_acteur + span.select2 {
    position: absolute!important;
    right:0!important;
}

.select2-selection__rendered {
    padding: 0.375rem 0.75rem!important;
}

.select2-selection {
    height: 2.4rem!important;
    width: auto!important;
}

/*gestion du select2 pour les modales*/
div.dropDownSelect2 > span.select2 {
    width: 100%!important;
}
/*SELECT2*/


/*DROPZONE*/

.text_upload {
    color: gray;
    font-size: 16px;
    font-weight: bold;
}

.div_dropzone_import {
    width: 200px!important;
    height: 250px!important;
    border: 1px solid black;
    margin: auto;
    border-radius: 5px;
}


span.gabarit > a:link, span.gabarit > a:visited, span.gabarit > a:hover, span.gabarit > a:active {
    color: dimgray;
    text-decoration: none;
}
/*.dz-success-mark, .dz-error-mark {
    display: none!important;
}*/

/*DROPZONE*/

#bloc_gestion_appel {
    position: fixed!important;
    top : 140px;
    left : -2px;
    width: 300px;
    height: 500px;

    border : 1px solid #ced4da;
    border-radius: 9px;
    border-left: none;
}

#container_bloc_note {
    position: fixed!important;
    top : 140px;
    right : -2px;
    width: 300px;
    overflow-y: scroll;
    border : 1px solid #ced4da;
    border-radius: 9px;
    border-right: none;
    height: 600px;

    padding-top: 5px!important;
}

#bloc_note {
    /*position: fixed!important;
    top : 510px;
    right : -2px;
    width: 300px;

    border : 1px solid #ced4da;
    border-radius: 9px;
    border-right: none;*/
}

.display_note {
    font-size: 12px;
}

.delete-note {
    cursor: pointer;
}

/*BLOC GESTION APPEL*/
.btn-link {
    text-decoration: none!important;
}

.btn-link + .btn-link-selected {
    border-bottom: 2px solid #095893!important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#bloc_gestion_appel button, #bloc_gestion_appel #btn_abandon {
    width: 250px;
}

.locked {
    color: darkred;
    font-size: 18px;
    font-family: 'Microsoft Yahei', serif;
    background-color: #eff3ea;
}

.unlocked {
    background-color:darkred;
    color: white!important;
}


/*BLOC GESTION APPEL*/

.preview-uploaded_file {
    max-width: 128px;
    max-height: 180px;
}

progress {
    height: 35px;
    width: 250px;
    position: relative;
}

progress:after {
    content: attr(value)'%';
    position: absolute;
    right: -37%;
    top: 15%;
}


.info_stat_user {
    font-size: 14px;
    text-decoration: none;
    color: inherit;
}

progress.info_stat_user {
    height: 25px;
    width: 150px;
    position: relative;
}

.log_error_import {
    list-style: none;
    color: darkred;
}

/*FOOTER*/
/*footer.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
}*/
/*FOOTER*/