#header {
  background: #131a26;
  color: #687790;
  padding: 15px 0;
  z-index: 3;
}
#header #header-content {
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#header #header-content ul {
  margin: 0;
  padding: 0;
}
#header #header-content ul li {
  list-style: none;
  float: left;
}
#header #header-content ul a {
  color: #fff;
  text-decoration: none;
  padding: 0 24px;
  transition: text-shadow 0.1s ease-in;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
}
#header #header-content ul a:hover {
  color: #3bd671;
}
#header #header-content:after {
  content: "";
  display: block;
  clear: both;
}
#content {
  margin: 50px auto 0;
  width: 1200px;
  max-width: 100%;
}
#content .hero {
  font-size: 22px;
}
.frontpage #content,
.dashboard #content {
  text-align: center;
}
.frontpage #content .row,
.dashboard #content .row {
  display: block;
}
#content .table td,
#content .table th {
  padding: .2rem;
}
#content label {
  margin-bottom: 0;
  margin-top: .5rem;
  display: block;
  font-weight: bold;
}
#content .bubble-container {
  display: inline-block;
  margin: 0 6px;
}
#content .bubble-container .bubble {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #3bd671;
  color: #fff;
  border: 2px solid #26b859;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 160px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
  transition: text-shadow 0.1s ease-in;
  box-shadow: #ccc 2px 2px 6px;
  margin: 20px auto 0;
}
.dashboard #content .bubble-container .bubble {
  font-size: 65px;
}
#content .bubble-container .bubble.large {
  width: 220px;
  height: 220px;
  line-height: 220px;
}
#content .bubble-container span {
  display: block;
  text-align: center;
  margin-top: 10px;
  border: 2px solid #eee;
  border-radius: 5px;
  padding: 0 5px;
}
input {
  padding: 2px 5px;
}
.btn.btn-success,
.actions .btn {
  margin-top: 20px;
}
.btn {
  margin-right: 3px;
}
#content form .notification ul {
  margin: 0;
  padding: 0;
}
#content form .notification ul label {
  font-weight: normal;
}
#content form .notification ul label small {
  color: #aaa;
}
#content form .notification ul li {
  list-style: none;
  font-size: 0.9em;
  line-height: 0.9em;
}
#content form .notification-search {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
#content form .notification-search .show,
#content form .notification-search .select {
  color: #5eb5e0;
  cursor: pointer;
  font-size: smaller;
  user-select: none;
}
#content form .notification-search .label {
  font-weight: bold;
  font-size: smaller;
}
#content form .notification-search .search {
  font-size: smaller;
}
/*# sourceMappingURL=base.css.map */