.discord-btn {
  background-color: #212529 !important;
  color: #9a9c9d !important;
}

.discord-btn:hover {
  background-color: #7289da !important;
  color: whitesmoke !important;
}

.bootstrap-table .table th,
.bootstrap-table .table td {
  border-right: none;
  border-left: none;
}

.popover-header {
  background-color: #ffbb29 !important;
  color: whitesmoke;
  text-align: center;
}

.popover-body {
  background-color: #252526 !important;
  color: whitesmoke;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu > li > a:hover {
  background-color: #ffbb29;
}

.navbar-nav > li > .dropdown-menu {
  background-color: #252526;
}

.navbar-nav > li > .dropdown-menu a{   color: whitesmoke;  }

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.bgImage1 { background: url("/static/images/bg-human.jpg") no-repeat fixed; background-attachment: fixed; background-size: cover; }
.bgImage2 { background: url("/static/images/bg-orc.jpg") no-repeat fixed; background-attachment: fixed; background-size: cover; }
.bgImage3 { background: url("/staticimages/bg-night-elf.jpg") no-repeat fixed; background-attachment: fixed; background-size: cover; }
.bgImage4 { background: url("/static/images/bg-undead.jpg") no-repeat fixed; background-attachment: fixed; background-size: cover; }
.bgImage5 { background: url("/static/images/bg-random.jpg") no-repeat fixed; background-attachment: fixed; background-size: cover; }

.blink-me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
