body {
  background: #fafafa;
  color: #333333;
  margin-top: 5rem;
  font-size: 12pt;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  color: #001a57;
}

.container {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

.thead-link {
  color: #fafafa;
}

.table td.fit,
.table th.fit {
  white-space: nowrap;
  width: 1%;
  border: none;
  background-color: #fafafa;
}

.table td.narrow,
.table th.narrow {
  width: 1%;
}

.btn-primary {
  background-color: #136daf;
}

.btn-basic {
  color: #136daf;
}

.li-success {
  color: #003f3f;
}

.btn-warning {
  background-color: #f39200;
}

.li-warning {
  color: #f39200;
}

.btn-danger {
  background-color: #880c52;
}

a.link-danger,
a.link-danger:hover {
  color: #880c52;
}

.li-danger {
  color: #880c52;
}

.btn-success {
  background-color: #00a29a;
}

.nav-item {
  font-size: 12pt;
}

.input-group > .input-group-prepend {
  flex: 0 0 15%;
}

.input-group .input-group-text {
  width: 100%;
}

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

.dropdown-item:hover {
  background-color: #001a57;
  color: #cbd5db;
}

.bg-steel {
  background-color: #001a57;
}

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #136daf;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3;
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

.table-small-text {
  font-size: 10pt;
}

#hazel-page-content {
  display: none;
}

#hazel-page-loading {
  display: block;
  position: center;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-image: url("https://media.giphy.com/media/pu15t56YOA9P2/giphy.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.dropdown-selector {
  cursor: pointer;
  font-size: large;
}

.filter-header {
  cursor: pointer;
  font-size: x-large;
  color: white;
  background-color: #001a57;
}

.environment-warning {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  color: #f00;
  pointer-events: none;
  font-size: xxx-large;
  font-weight: normal;
}
