.modal.fade {
  background-color: rgba(55, 55, 55, 0.5);
}

.logo {
  height: 100%;
  display: inline;
  max-height: 8em;
}

.navbar-brand {
  padding: 10px 15px;
}

input[type="file"] {
  height: 100%;
  padding: 3px;
}

.form-group .signature canvas {
  background-color: whitesmoke;
}

.footer address div {
  color: #000088 !important;
  font-size: 85%;
  text-align: center;
}

.printed-checkbox {
  border: solid 1px black;
  width: 1.75em;
  height: 1.75em;
  display: inline-block;
  vertical-align: top;
  line-height: 100%;
  text-align: center;
}

.printed-checkbox i {
  vertical-align: middle;
}

@media print {
  hr.page-break {
    border: none;
    page-break-before: always;
  }

  /* this is to achive a 3cm margin, other mesurements effect it */
  address.window-envelope {
    margin-top: 2.5cm;
  }
}

@media print {
  .text-right .logo {
    margin-bottom: 1em;
  }
}

/* Preserve newlines in listing text */
.list-group li {
  white-space: pre-line;
}

.print-header {
  display: none;
}

.preserve-whitespace {
  white-space: pre-wrap;
}

@media print {
  .print-header {
    width: 25%;
    display: block;
    float: right;
  }

  .print-header .logo {
    width: 100%;
  }

  .btn,
  li.next,
  li.previous {
    display: none;
  }

  a {
    color: inherit;
    text-decoration: none;
  }
  @media print {
    a[href]:after {
      content: none;
    }
  }
}
