/* WDT LOADING INDICATOR */
.wpdt-c{position: relative;}
.wpdt-c.cstm{min-height:90px;}
.wdtLoadingIndicator {
  position: absolute;
  min-width: 100%;
  min-height:100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #ffffff;
  margin-bottom:30px;
  z-index: 2;
}
.wdtLoadingIndicator table, .wdtLoadingIndicator tbody, .wdtLoadingIndicator tr, .wdtLoadingIndicator td {
    background: transparent !important;
}
.wdtLoadingIndicator table {
    width:100%;
    height:100%
}
.wdtLoadingIndicator table tr td {
    text-align: center;
    vertical-align: middle;
}
/* PRELOADER CSS */
.wdt-dual-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.wdt-dual-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  margin: 8px;
  border: 3px solid #127eec;
  border-radius: 50%;
  animation: wdt-dual-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #127eec transparent transparent transparent;
}
.wdt-dual-ring div:nth-child(1) {animation-delay: -0.45s;}
.wdt-dual-ring div:nth-child(2) {animation-delay: -0.3s;}
.wdt-dual-ring div:nth-child(3) {animation-delay: -0.15s;}
@keyframes wdt-dual-ring {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}


/* FREEZE HEADER */
/*
.wdtResponsiveWrapper {
    max-height: 500px;
    overflow-y: scroll;
    width: 100%;
}
.wpdt-c .wpDataTablesWrapper table.wpDataTable {
    position:relative;
}
.wpdt-c .wpDataTablesWrapper table.wpDataTable thead tr th {
    position: sticky;
    top: 0px;
    z-index: 1;
}
*/