.obp-spinner {
  width: 38px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.obp-spinner > div {
  height: 100%;
  width: 4px;
  display: inline-block;
  margin-left: 1px;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.obp-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.obp-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.obp-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.obp-spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.admin-load-affected {
    transition: opacity 0.25s ease;
    opacity: 1;
}

.admin-load-affected.loading {
    opacity: 0.2;
}

.tabulator {
    border: none;
}
.tabulator-row,
.tabulator-headers {
    font-size: 0.75rem;
}

.tabulator-headers {
    font-weight: normal;
}

.bw1px {
    border-width: 1px;
}
