body {
  background-color: rgb(241, 244, 245);
}

.text-muted {
  color: #999999;
}

.loading-screen {
  z-index: 9999 !important;
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.btn {
  text-decoration: none;
}

.tripleg-pickup-line {
  margin-top: -10px;
  color: #555;
}

.site-menubar {
  overflow-y: auto;
  z-index: auto;
}

.page-content {
  padding-top: 5px;
}

.widget-body {
  padding: 15px;
}

.login-title {
  font-weight: lighter;
  margin-top: 0;
  font-size: 20pt;
}

.login-footer {
  color: white;
}

.login-footer a {
  color: #d2e6f9;
}

.login-footer a:hover {
  color: #8fc1f0;
}

.site-menu-category .username {
  overflow: hidden;
  word-wrap: none;
}

@keyframes yellowfade {
  from {
    background: #ffe699;
  }
  to {
    background: white;
  }
}

.widget.highlighted {
  animation: yellowfade 5s;
}

.site-menubar-fold #menubar-tenant {
  display: none;
}

#menubar-tenant button:active:focus {
  outline: none;
}

.autocomplete-results-container {
  border: 1px solid #ddd;
  margin-top: -20px;
  margin-bottom: 10px;
  width: 100%;
}

.autocomplete-result {
  padding: 10px;
}

.autocomplete-result:hover {
  background: #89bceb;
  color: white;
  cursor: pointer;
}
