.square {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.semaphore {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.semaphore.red {
  background-color: red;
}
.semaphore.orange {
  background-color: orange;
}
.semaphore.green {
  background-color: green;
}

.div-loading {
  position: fixed;
  z-index: 9999;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  overflow: hidden;
  background-image: url(/images/GIF/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  text-align: center;
  margin-left: -12px;
  margin-top: -12px;
}
.div-loading.percent {
  width: 60px;
  background-color: black;
  background-position: right;
  color: white;
  border-radius: 4px;
  line-height: 24px;
  text-align: center;
  font-size: 0.9em;
  padding-right: 20px;
}

/*# sourceMappingURL=app.css.map */
