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

.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; }

.all-transitions {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.good-detail-modal-toggler {
  cursor: pointer; }
  .good-detail-modal-toggler:hover {
    background-color: #f8f9fc; }

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