/* Panneau de mise a jour de thesaurus */

.thesaurus-update-bar-wrap {
  margin-bottom: 6px;
}

.thesaurus-update-bar-label {
  font-size: .85em;
  margin-bottom: 2px;
}

.thesaurus-update-bar-track {
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 10px;
  overflow: hidden;
}

[id^="thesaurus-update-bar-"] {
  background: #bdbdbd;
  height: 10px;
  width: 0;
  transition: width .25s;
}

.thesaurus-update-msg {
  margin-top: 8px;
  font-weight: bold;
}

.thesaurus-update-msg--error {
  color: #c00;
}