/*style de l'upload de feuille excel*/
/* on personnalise le label comme on veut*/
.divv_nameDoc{
  display: none;
}
.divv_file{
  margin-left: 12px !important;
}
.label-file {
    cursor: pointer;
    color: #444;
    font-weight: bold;
}
.label-file:hover {
    color: #ec971f;
}
.label-file .glyphicon-remove{
  color: rgba(255, 0, 0, 0.5) !important;
  cursor: pointer;
}
/* et on masque le input*/
#file {
    display: none;
}
.reset{
  display: none;
  position: absolute;
  margin-left: 14px;
  left: 0;
  opacity: 0;
  width: 1px;
}
.import{
  display: none;
}
/*interface popup admin*/
.white{
  color:#444;
  font-size: 13px;
}
.show_detail,.hide_detail{
  cursor: pointer;
}
.show_detail{
  color: #449d44;
}
.hide_detail{
  color: rgba(255, 0, 0, 0.5);
}
.show_detail:hover{
  color: #3c7665;
}
.hide_detail:hover{
  color: rgba(255, 0, 0, 0.7);
}
.hide_detail, .detail{
  display: none;
}
.download_li{
  color: #444;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.download_li:hover{
  color: #3c7665;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
/*for croppie*/
.modal-backdrop{
  z-index: 0;
}