#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #56829e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 768px) {
  .hide-on-small{
    display: none !important;
  }
  .tableFixHead2{
    overflow-y: auto;
    height: 40vh !important;
  }

  .tableFixHead{
    overflow-y: auto;
    height: 50vh !important;
  }
}

body {
  color: #566787;
  background: #212529;
}

.tableFixHead {
  overflow-y: auto;
  height: 100vh;
}

.tableFixHead thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 8px 16px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 8px 16px;
}

.tableFixHead2 thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 8px 16px;
}
.tableFixHead2{
  overflow-y: auto;
  height: 50vh;
}

#tbl1 thead th {
  color:#AB947E;
}

#tbl2 thead th {
  color:#AB947E;
}

#tbl3 thead th {
  color:#AB947E;
}
#tbl4 thead th{
  color:#AB947E;
}
#tbl5 thead th {
  color:#AB947E;
}

header h2 {
  color:#AB947E;
}

.table .btn-group {
  white-space: nowrap;
}
.table .btn-group .btn {
  display: inline-block;
  float: none;
}
.table .btn-group .btn + .btn {
  margin-left: -5px;
}
.table-wrapper {
  background: #f5f5f5;
  padding: 20px 25px;
  border-radius: 3px;
  width: 100vw;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.Srch-Btn {
  background-image: url('../assets/magnifying-glass.png');
  background-position: 5px 3px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  border: 1px solid #ddd;
  text-indent: 20px;
}

#scrlBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.icon-box i {
  color: #f15e5e;
  font-size: 46px;
  display: inline-block;
  margin-top: 13px;
}

.icon-box-success i {
  color: #86BC48;
  font-size: 46px;
  display: inline-block;
  margin-top: 13px;
}
