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

.sigPad {
  margin: 0;
  padding: 0;
 
}
.signature_wrapper{
  margin-top:10px;padding:10px;border:1px solid #ddd;min-height:420px;
}
.sigPad label {
 
}

.sigPad label.error {
  color: #f33;
}

.sigPad input {
  font-size: 1em;
}

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

.sigPad button {

}


.sig {
  display: none;
}

.sigNav {
 margin:10px;
 padding: 0px;
}

.sigNav li {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  
}

.sigNav a,
.sigNav a:hover,
.sigNav a:link,
.sigNav a:visited {
color:white;
text-decoration: none;
}

.sigNav a.current,
.sigNav a.current:link,
.sigNav a.current:visited { 
font-weight: bold;
}

.sigNav .typeIt a.current,
.sigNav .typeIt a.current:link,
.sigNav .typeIt a.current:visited {

}

.sigNav .clearButton {
 
}

.sigWrapper {
  clear: both;
  height:auto;

}

.sigWrapper.current {
 
}

.signed .sigWrapper {
  border: 0;
}

.pad {
  position: relative;
 
  border: 1px solid #f33;
  border-radius: 5px;
  /**
   * For cross browser compatibility, this should be an absolute URL
   * In IE the cursor is relative to the HTML document
   * In all other browsers the cursor is relative to the CSS file
   *
   * http://www.useragentman.com/blog/2011/12/21/cross-browser-css-cursor-images-in-depth/
   */
  cursor: url("../assets/pen.cur"), crosshair;
  /**
   * IE will ignore this line because of the hotspot position
   * Unfortunately we need this twice, because some browsers ignore the hotspot inside the .cur
   */
  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;
}

.typed {
  height: auto;
  margin: 110px 10%;
  padding: 0 5px;
  position: absolute;
  z-index: 90;

  cursor: default;

  color: #145394;
  font: normal 2.875em/40px "Journal",Georgia,Times,serif;
}

.typeItDesc,
.drawItDesc {
  display: none;

  margin: 0px;
  padding: 0px;
  padding-top:5px;
  padding-bottom: 5px;
}

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

  background-color: #f33;

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