html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;     overflow: scroll;
  overflow-x: hidden; /* Hide horizontal scrollbar */
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
 
  background-color: transparent;
  color: inherit;
 
}

.bg-active{background-color:#eefcee;}
.bg-workingon{background-color:#E9F2FC;}
.bg-warning{background-color:#fef6e0 !important;}
.bg-late{background-color:#fff1f1;}
.bg-completed{background-color:#EEEEEE;}
.bg-bronze{background-color:#CE8946;}
.bg-silver{background-color:#C0C0C0;color:#666666;}
.bg-gold{background-color:#FFD700;color:#000000;}
.bg-platinum{background-color:#E5E4E2;color:#000000;}
.bg-emrald{background-color:#50C878;}