.height-select-droit{
    height: 41px;
}

#apercuNouvelleListe_length label, #apercuNouvelleListe_wrapper .dataTables_wrapper .dataTables_length,#apercuNouvelleListe_wrapper .dataTables_wrapper .dataTables_filter,#apercuNouvelleListe_wrapper .dataTables_wrapper .dataTables_info,#apercuNouvelleListe_wrapper .dataTables_wrapper .dataTables_processing,#apercuNouvelleListe_wrapper .dataTables_wrapper .dataTables_paginate{
    color: #343a40 !important;
}

#apercuNouvelleListe_wrapper .dataTables_length label select,#apercuNouvelleListe .dataTables_filter label input, #apercuNouvelleListe_filter label input{
    background:#f8f9fa !important;
    color:#343a40 !important;
}

#apercuNouvelleListe_filter label, #liste_contacts_nom, #liste_contacts_pays, #liste_contacts_contacts,#apercuNouvelleListe_info{
    color:#343a40 !important;
}


.select2Pdv .select2-container, .select2Pdv .selection, .select2Pdv .select2-selection{
    width: 100% !important;
    height: 38px;
}

.selectCpPrince .select2-container--default{
    width: 185px !important;
    height: 36px;
    margin-right: 2px;
}

.selectCpCamp .select2-container--default{
    width: 230px !important;
    height: 36px;
}

.selectCpCamp .select2-container--default .select2-selection--single .select2-selection__rendered, .selectCpPrince .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 36px;
}

.selectCpCamp .select2-container--default .select2-selection--single .select2-selection__arrow,
.selectCpPrince .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 5px;
}

 #selecteurPdv .select2-container, #selecteurPdv .selection{
      width: 100% !important;
      padding-top: 2px;
      margin-left: 1px;
     border-top-left-radius: 0 !important;
     border-bottom-left-radius: 0 !important;

  }

.compte_campagne_select_blink{

    animation: allblink 0.5s infinite;
}

@keyframes allblink {
    0% { }
    50% { color:green; background-color:lightgreen; }
}

.card-body .custom-select,.card-body .form-control,#commandes_wrapper .form-control,#factures_wrapper .form-control {
    color:#343a40 !important;
}

.text-light .form-control {
    color:#f8f9fa !important;
}

.dataTables_length select, .dataTables_filter input{
    background:#f8f9fa !important;
}

.page{
    background-color: #1d2124;
}

.page.back_light{
    background-color: #212529;
}

.page.back_dark{
    background-color: #343a40;
}

.campagne_page .container-fluid {
    left:250px;top:6rem;
}

#nav-tabContent .col {
    max-width: calc(100% - 1100px);
}

#nav-tabContent .row .col {
    max-width: calc(100% - 500px);
}

#nav-tabContent .row .tab-pane .row .col {
    max-width: calc(100% - 500px);
}

.navbar .text-info {
    letter-spacing: 10px;
}

#dashboardMenu, #campagnesMenu, #repertoiresMenu, #statsMenu, #demandeMenu{
    transition: all .2s !important;
    margin : 0 !important;
}

.nav-item.active #dashboardMenu,.nav-item.active #campagnesMenu,.nav-item.active #repertoiresMenu,.nav-item.active #statsMenu,.nav-item.active #demandeMenu{
    background-color: #FFFFFF !important;
    color: #343a40 !important;
}

.campagne_page #list-tab {
    height: calc(100% - 346px);overflow-y:auto;
}

.ui-datepicker-trigger{
    border: none;
    background:#FFFFFF;
    color: #868e96;
}

.side-navbar {
    top: 6rem;
    right: auto;
    left: 0;
    background: transparent;
    height: 91%;
}

#campagne_donnee_sms_message {
    outline: none;
    font-size: 3em;
}

#campagne_nom::placeholder, #campagne_donnee_sms_emetteur::placeholder {
    font-size: 1rem;
    color: #FFFFFF;
    font-weight: 700;
}

#utilisateurAdmin-Form .form-group {
    display: inline-block;
    width: 48%;
    margin-bottom: 0;
}

.loader {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(0,0,0,0.6);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.loader::after {
    content:'';
    display:block;
    top: 50%;
    left: 50%;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #17a2b8; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: fixed;
}

.modal-content {
    background-color: #343a40;
}

#choixCreerRepertoire .modal-content, #alerteValidation .modal-content{
    color: #FFFFFF;
}

.fancybox-slide > * {
    background-color: #343a40;
    color: #FFFFFF;
}

.modal-title {
    color: #FFFFFF;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float:left;
    background: #900;
    display: none;
}

span.selection{
    width:100% !important;
}

.select2-container{
    display: flex !important;
    background-color: #ffffff;
    border-radius: .25rem !important;
}

.select2-container--default .select2-selection--single{
    border:0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #343a40 !important;
}


.input-group .colorpicker-component .colorpicker-element .colorpicker-element .add-on i, .colorpicker-element .input-group-addon i{
    width: 35px !important;
    height: 35px !important;
}

.st-file-preview, .st-fileupload-placeholder {
    position: relative;
    padding: 10px;
    border: 1px solid #6c757d;
    border-radius: 3px;
    background-color: #212529;
    width: 15%;
    display: inline-block;
    margin-right: 15px;
}


#donnee_mini_site_beforeImage .st-file-preview, #donnee_mini_site_beforeImage .st-fileupload-placeholder, #donnee_mini_site_afterImage .st-file-preview, #donnee_mini_site_afterImage .st-fileupload-placeholder {
    width: 100% !important;
}

.st-file-preview:first-child {
    margin-top: 15px;
}

.nav.navbar .navbar-holder {
    width: 98%;
}

.logo-header{
    width: 0;
}

.campagne_page #reponses-sms-int_wrapper.container-fluid {
    top: 0;
    left: 0;
}

#nouvelleCampagneSmsInteractif-Form #previewModeleMiniSiteDisable,#nouvelleCampagneSmsInteractif-Form #qrcode_disable {
    cursor: not-allowed;
}


/* Partie formulaire visuel */
#donnee_mini_site_sliders .st-files .st-file-preview{
    width: 100% !important;
    margin-bottom: 0.5rem;
}
#donnee_mini_site_sliders .st-files .st-file-preview .st-file-body{
    display: inline !important;

}

#donnee_mini_site_sliders .st-files .st-file-preview .st-file-body .st-remove-file-btn{
    font-size: 1.2rem !important;
    margin-left: 0.8rem;
    margin-top:-14px;
}
/* Fin Partie formulaire visuel */

/* Form Login */
#_username-error, #_password-error,#username-error{
    color: #dc3545 !important;
    margin-left: 10px;
    width: 100%;

}

#fos_user_resetting_form{
    color: #f8f9fa !important;
}
/* Fin Form Login */

label.error, .help-block{
    color: #dc3545 !important;
}

.disabled-item {
    cursor: not-allowed;
}

#adrFact{
    display: none;
}


#form_reduc_url{
    width: 560px;
}

.text-running,.running {
    color: #FFFF00 !important;
}

.bg-dark.list-group-item.running.active {
    border-left: 10px solid #FFFF00 !important;
    background-color: #1d2124 !important;
}

.running-task {
    cursor: not-allowed !important;
}

.table-hover tbody tr:hover{
    color: #c9c9c9!important;
}

#contact_user_add_telephone, #contact_user_add_prenom,#contact_user_add_nom, #contact_user_add_email{
    color: #1d2124!important;
}

.error-messages {
    display: none;
    list-style-type: disc;
    margin: 0 0 15px 0;
    padding: 8px 35px 8px 30px;
    color: #721c24;
    background-color: #f8d7da;;
    border: 2px solid #f5c6cb;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
