.panel-refresh-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  opacity: 0.6;
  filter: alpha(opacity=50);
  z-index: 3;
  font-size: 21px;
}
.panel-refresh-layer .lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  top: 50% !important;
  left: 50% !important;
}
.panel-refresh-layer .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  top: 50%;
  border: 6px solid var(--loader);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--loader) transparent transparent transparent;
}
.panel-refresh-layer .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.panel-refresh-layer .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.panel-refresh-layer .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

div.dataTables_wrapper, div.dataTables_filter {
  display: none !important;
}

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