﻿/*@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;
}*/
@font-face {
  font-family: 'darlington';
  src: url('fonts/DarlingtonDemo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.sigPad {
  margin: 0;
  padding: 0;
  width: 322px;
}
.sig {display: none}

.sigNav {
  display: none;
  margin: 10px 0 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}

.sigNav li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}
.typeIt a, .drawIt a {
    border: 1px solid #ccc;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    color: #666;
}
.sigNav a,
.sigNav a:link,
.sigNav a:visited {
  display: block;
  margin: 0;
  padding: 0 0.5em;
  font-weight: bold;
  line-height: 2em;
  text-decoration: none;
}

.sigNav a.current,
.sigNav a.current:link,
.sigNav a.current:visited {
  background-color:#0057e7;
  color: #fff;
  text-decoration: none;
  border: 1px solid #0057e7;
}

.sigNav .clearButton {
  display: none;
  position: absolute;
  right: 0;
  top:0;
}

.sigWrapper {
  clear: both;
  height: 85px;
  border: 1px solid #ccc;
}

.sigWrapper.current {border-color: #666;}
.signed .sigWrapper {border: 0}
.pad {position: relative}
.current .pad {
  /**
   * 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("/Content/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: 85px;
  margin: 0;
  padding:25px 0 5px;
  position: absolute;
  z-index: 90;
  cursor: default;
  color: #00319f;
  /*font: normal 1.875em/50px "Journal",Georgia,Times,serif;*/
  font: normal 6em/120px "darlington",Georgia,Times,serif;
}

.typeItDesc,
.drawItDesc {
  display: none;
  margin: 0;
  padding: 0;
  color: #000;
  font: italic normal Georgia,Times,serif;
}

p.error {
  display: block;
  margin: 0.5em 0;
  padding: 0.4em;
  background-color: #f33;
  color: #fff;
  font-weight: bold;
}