html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll; }

body {
  background-color: #fff;
  font-size: 0.9rem;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
}

.masthead {
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 10px 2px #ddd; }

.fedora-preheader {
  box-sizing: content-box;
  width: 100% !important;
  position: relative;
  z-index: 1;
  display: block;
  color: black; }

.fedora-preheader a {
  color: #000; }

.fedora-header {
  display: block;
  text-indent: -9999px;
  background: url(../img/blockerbugs-logo-light.png) no-repeat;
  background-size: 100%;
  background-position: center;
  height: 40px;
  width: 175px;
  overflow: hidden;
  text-decoration: none; }

.login-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.login-link a {
  color: rgba(0, 0, 0, 0.5); }

.login-link a:hover {
  color: rgba(0, 0, 0, 0.7); }

#main-nav button a {
  color: #333; }

.navbar-no-bottom-padding {
  padding: 0.5rem 1rem 0rem 1rem; }

.btn-primary a {
  color: #eee !important; }

.btn-group > .btn.active {
  z-index: 0; }

#main-nav {
  padding-top: 2em; }

@media only screen and (min-width: 580px) {
  .navbar-toggler-icon {
    background-image: none !important;
    width: auto;
    padding-top: 0.2em;
  }

  .navbar-toggler-icon::after {
    content: "Select milestone";
    font-size: 0.75em;
  }
}

@media only screen and (max-width: 991px) {
  .vertical-align-start {
    display: flex;
    align-items: start;
  }
}

@media only screen and (min-width: 992px) {
  .vertical-align-center-lg {
    display: flex;
    align-items: center;
  }
}

#secondary-nav {
  padding-top: 0.75em;
  padding-bottom: 1.5em; }

#secondary-nav .btn-group a {
  font-size: 1em; }

.btn-light {
  background-color: white; }

.btn-light .active {
  background-color: #ddd !important; }

table.tablesorter tr:nth-child(even) {
  background-color: #f7f7f9; }

table.tablesorter tr:nth-child(odd) {
  background-color: white; }

.btn-bb-light {
  background-color: #dae0e5;
  border-color: #d3d9df; }

.needinfo {
  font-weight: bold;
  color: #885aab; }

/* Updates UI */
.qtip {
  max-width: unset;
  width: 500px; }

.qtip-content {
  padding: 5px 19px;
  font-size: 0.8rem;
  line-height: 1.5; }

.qtip-default, .qtip-titlebar {
  background-color: white; }

table {
  border-collapse: separate;
  border-spacing: 0px;
}

th:first-of-type {
  border-top-left-radius: 8px;
}
th:last-of-type {
  border-top-right-radius: 8px;
}
tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 8px;
}
tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 8px;
}

.table th, .table td {
  padding: 0.25rem; }

.tiptable {
  font-size: 0.8rem;
  width: 100%; }

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  vertical-align: middle;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: auto;
}

.footer .standout {
  color: #17a2b8;
}

.fedora-prefooter {
  color: #818a91; }

textarea {
  width: 100%;
  height: 150px; }

fieldset {
  border: 1px solid #dae0e5 !important;
  border-radius: 4px;
  padding: 1em; }

fieldset legend {
  width: unset !important;
  font-size: 1em;
  margin-left: 1em;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 600; }

form label {
  font-weight: 600; }

.big-checkbox {
  width: 24px;
  height: 24px; }

.alert {
  margin-top: 1em !important; }

/* icons */
.foundicon-idea.yellow {
  color: #e59728; }

.foundicon-refresh.green {
  color: #61b921; }

.fas.fa-anchor {
  color: mediumorchid; }

.z-fix {
  z-index: -1; }

.no-padding {
  padding: 0; }

thead th.super-narrow {
  width: 2% !important;
}

thead th.narrow {
  width: 6% !important;
}

thead th.normal {
  width: 15% !important;
}

thead th.wide {
  width: 60% !important;
}

.badge {
  font-size: 0.9em;
  font-weight: inherit;
}
