body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: 'Montserrat', sans-serif;
}

header a {
  color: inherit;
}

header a:hover {
  color: #bbb;
}

header h4 {
  color: #0D0D58;
  font-weight: bold;
}

#logo img {
  max-width: 120px;
}

img.icon {
  height: 30px;
  width: 30px;
  margin-left: 10px;
}

@media only screen and (min-width: 850px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container {
  max-width: 1800px;
}

.account-card {
  width: 400px;
  max-width: 100%;
  margin: 80px auto;
  text-align: center;
}

.wrapper {
  margin: 20px auto 20px auto;
  max-width: 700px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

footer {
  margin-top: auto;
  background-color: #191919;
  color: white; 
  clear: both;
  padding-top: 30px;
}

footer a, footer a:hover {
  color: inherit;
}

.copyright {
  padding: 20px 0;
  font-size: 80%;
}

.copyright a {
  color: inherit;
}

#rightNav {
  background-color: #7159AA;
}

#rightNav a:hover {
  background-color: #654f9a;
}

#rightNav a {
  color: white;
  padding-top: 10px;
  padding-bottom: 11px;
  padding-left: 4px;
  padding-right: 4px;
}

#rightNav .dropdown-menu {
  background-color: #7159AA;
  border-radius: 0;
  margin: 0;
  border: none;
  min-width: 180px;
}

.dropdown, .login {
  min-width: 180px;
}

.wallpaper {
  background-image: url("/static/img/blue-wallpaper-wheel.bfd4c4f3fc2c.png");
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: cover;
  color: white;
  margin-bottom: 40px;
}

.jumbotron {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-bottom: 0;
}

.jumbotron h1 {
  font-size: 5.0625em;
  font-weight: 700;
}

.jumbotron p {
  font-family: Libre Baskerville,Helvetica,Arial,sans-serif;
  font-size: 1.5em;
}

.dashboard-breadcrumbs {
  color: #fff;
  background-color: #0D0D58;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.dashboard-breadcrumbs a {
  color: #fff;
}

.measure-heading {
  color: #fff;
  background-color: #4d4d4d;
  border-radius: 5px;
  font-weight: bold;
  padding: 3px 0;
  margin-bottom: 1px;
  cursor: pointer;
}

.question {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mcode {
  text-align: center;
  border-radius: 2px;
  background-color: #bbb;
}

.response.locked {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 0 3px;
}

.response.incomplete {
  border-radius: .25rem;
  box-shadow: 0 0 0.2rem 0.2rem rgba(244, 128, 5, 75%);
}

.bar {
  padding-right: 7px;
  margin-right: 1px;
  background-color: #bbb;
}

.btn-exp {
  width: 100%;
  padding: 2px;
}

.incomplete .mcode,
.btn.incomplete,
.bar.incomplete
{
  background-color: #F48005;
  /* background-color: #ffc107; */
}

.complete .mcode,
.btn.complete,
.bar.complete,
.bg-complete
{
  background-color: #79D00F;
  /* background-color: #28a745; */
}

.question.not-compliant,
.btn.not-compliant,
span.not-compliant,
td.not-compliant,
.bg-not-compliant
{
  background-color: yellow;
}

.bg-compliant
{
  background-color: #0D0D58;
}

.help-button {
  color: #0c5460;
  background-color: #d1ecf1;
  border-radius: 5px;
}

.help {
  min-width: 400px;
  max-width: 800px;
}

.hint {
  font-style: italic;
  color: #0c5460;
  background-color: #d1ecf1;
  border-radius: 5px;
}

.nowrap {
  white-space: nowrap;
}

.form-control {
  padding: 2px 5px;
  height: auto;
}

.tr-sm th {
  font-weight: normal;
  font-size: 80%;
}

input[type=date].form-control {
  min-width: 100%;
  width: 50px;
}

.programme-footer a {
  color: #E00087;
}

footer hr {
  border-color: #333;
}

footer .btn {
  font-weight: bold;
  border-radius: 0;
}

.standard-footer__icon {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 2.25rem;
    margin-right: .66667em;
    margin-bottom: 10px;
    overflow: visible;
    padding: .5em;
    width: 2.25rem;
}
