/* On aligne les boutons de filtres */
.option_button, .bootstrap-select {
  vertical-align: top !important;
}

.sidebar-content {
  /* background-color: #696161; */
  background-color: #6b6464;
}

/* Cellules du tableau la moins large possible mais sans retour à la ligne */
.smallest_td_no_br {
  width: 1%;
  white-space: nowrap;
}





/* .icon-select-text-info > .fas {
  color: blue !important;
} */




.icon-select-text-primary > .fas {
  color:#3f80ea !important
}

.icon-select-text-secondary > .fas {
  color:#495057 !important
}

.icon-select-text-success > .fas {
  color:#4bbf73 !important
}

.icon-select-text-info > .fas {
  color:#1f9bcf !important
}

.icon-select-text-warning > .fas {
  color:#e5a54b !important
}

.icon-select-text-danger > .fas {
  color:#d9534f !important
}

.icon-select-text-light > .fas {
  color:#eff2f6 !important
}

.icon-select-text-dark > .fas {
  color:#293042 !important
}

.icon-select-text-body > .fas {
  color:#f7f9fc !important
}

.icon-select-text-white > .fas {
  color:#fff !important
}




/* Placeholder des selectpickers en noir pour pouvoir les voir */
.dropdown.bootstrap-select > button {
  color: black !important;
}


.stat i {
    width: 24px;
    height: 24px;
    font-size: 24px;
    color:#3f80ea !important
}
