label.error {
  color: red;
}

#list_view_loading {
  left: 0 !important;
  top: 0 !important;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.38);
  z-index: 1000;
}

.loading-center {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
}

.loading-center .loading-img {
  max-width: 100px;
}