body.loading::after {
  top: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/assets/inova-hub/pics/loading.gif");
  background-color: rgba(10, 137, 152, 0.3);
  z-index: 10000;
}

.panel {
  box-shadow: none !important;
}

.popopver .popover-title,
.popopver .popover-content {
  font-size: 1rem;
}

.text-primary,
.text-link {
  color: #0A8998 !important;
}

.badge {
  font-size: 1rem !important;
}

.btn.btn-primary {
  border-color: #0A8998;
  background-color: #0A8998;
}

.btn.btn-primary:hover {
  border-color: #06555E;
  background-color: #06555E;
}

.btn.btn-outline-primary {
  color: #0A8998;
  border-color: #0A8998;
}

.btn.btn-outline-primary:hover {
  color: #FFF;
  border-color: #06555E;
  background-color: #06555E;
}

.nav > .nav-tabs li a:hover,
.nav > .nav-tabs li a a:active {
  color: #0A8998 !important;
}

.nav > .nav-tabs li.active {
  color: #0A8998 !important;
  box-shadow: inset 0 -1px 0 #0A8998 !important;
}

.nav > .nav-tabs li.active a {
  color: #0A8998 !important;
}

