@charset "UTF-8";
.highlight {
  background-color: yellow !important;
  color: black !important; }
  .highlight.event-row.bg-danger a {
    color: black !important; }

.event-row a {
  color: black !important;
  font-weight: normal; }

.event-row.bg-danger a {
  color: white !important;
  font-weight: normal; }

.swap-icons-for-spinners .fa {
  animation: fa-spin 2s infinite linear; }
  .swap-icons-for-spinners .fa:before {
    content: "" !important; }

.title-bar .divider {
  position: absolute;
  height: 76px;
  margin: 0 10px 0 10px;
  border-left: 1px solid gray;
  top: -1px;
  border-right: 2px solid white;
  transform: rotate(15deg); }

.main-nav .logo {
  padding: 0 0 6px 10px; }

.main-nav nav a.active {
  background-color: white;
  color: #1279b3 !important; }

input.toggle-next + .toggle-next-target {
  display: none; }

input.toggle-next:checked + .toggle-next-target {
  display: initial; }
