@font-face {
  font-family: 'Journal';
  src: url('journal.eot');
  src: url('journal.eot?#iefix') format('embedded-opentype'),
       url('journal.woff') format('woff'),
       url('journal.ttf') format('truetype'),
       url('journal.svg#JournalRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.sigPad input.error {
  border-color: #f33;
}

.sig {
  display: none;
}

.sigNav {
  display: none;
  width: 400px;
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
  margin-top: 30px;
}

.sigNav li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.sigNav a,
.sigNav a:link,
.sigNav a:visited {
  display: block;
  margin: 0;
  border: 0;
  color: #333;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: none;
}

.sigNav a.current,
.sigNav a.current:link,
.sigNav a.current:visited {
  color: #333;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 3rem;
  cursor: default;
}

.sigNav .clearButton {
  bottom: 10px;
  display: none;
  position: absolute;
  right: 0;
  font-size: 0.8125rem;
  line-height: 1em;
}
.sigNav .clearButton a { color: #1e87f0; cursor: pointer; }

.sigWrapper {
  clear: both;
  height: 100px;
  width: 400px;
  border: 1px dashed #333;
}

.signed .sigWrapper {
  border: 0;
}

.pad {
  position: relative;
  cursor: url("../assets/pen.cur"), crosshair;
  cursor: url("pen.cur") 16 16, crosshair;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

p.error {
  display: block;
  margin: 0.5em 0;
  padding: 0.4em;

  background-color: #f33;

  color: #fff;
  font-weight: bold;
}
