html .formcraft-css .fc-form .signature-cover.field-cover > span {
	width: 100%;
	text-align: left;
}
html .formcraft-css .fc-form .signature-cover.field-cover > div {
	width: 100%;
}
html .formcraft-css .fc-form .signature-pad-placeholder {
	width: 100%;
	height: 140px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	border-top-color: #bababa;
	border-left-color: #bfbfbf;
	margin-top: 4px;
	border-radius: 2px;
	position: relative;
}


html .formcraft-css .fc-form .signature-pad-placeholder::before {
	position: absolute;
	left: 0%;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -9px;
	font-weight: 500;
	font-size: 16px;
	color: #aaa;
}

html .formcraft-css.form-live .fc-form .signature-pad-placeholder::before {
	display: none;
}

html .formcraft-css.form-live .fc-form .signature-pad-placeholder canvas {
	width: 100%;
	height: 100%;
	cursor: text;
	background-color: #fafafa;
}

html .formcraft-css .fc-form .form-element-type-signature .pad-placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top: -10px;
	font-size: 18px;
	opacity: .5;
}
html .formcraft-css.form-live .fc-form .form-element-type-signature.has-signature .pad-placeholder,
html .formcraft-css.form-live .fc-form .form-element-type-signature .signature-pad-placeholder:hover .pad-placeholder {
	display: none;
}

html .formcraft-css .fc-form .signature-cover.field-cover .clear-signature {
	font-weight: normal;
	cursor: pointer;
	opacity: .85;
	display: block;
	text-align: center;
}
html .formcraft-css.form-live .fc-form .clear-signature:hover {
	opacity: 1;
}
html .formcraft-css .fc-form .form-element-type-signature.error-field .signature-pad-placeholder {
	border: 1px solid rgba(255,0,0,.6);
}

#signature_detail{
	width: 380px;
	height: 105px;
	background: white;
}
#signature{
	width:50%; float: left; padding: 12px 0 0 5%;
}
#typeSignature{
	height: 180px;
	padding-top: 35px;
	padding-left: 0;
}
html .formcraft-css .fc-form .field-cover p,
html .formcraft-css.form-live .fc-form p,
html .formcraft-css .fc-form .field-cover td,
html .formcraft-css.form-live .fc-form td,
.nav-tabs > li{
	letter-spacing: 0px;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	color: #ffc820;
}


@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;
}

html .formcraft-css.form-live .fc-form .sigPad {
	margin: 0;
	padding: 0;
	width: 200px;
}

html .formcraft-css .fc-form .signature-cover label {
	display: block;
	margin: 0 0 0.515em;
	padding: 0;

	color: #000;
	font: italic normal 1em/1.375 Georgia,Times,serif;
}

html .formcraft-css .fc-form .signature-cover label.error {
	color: #f33;
}

html .formcraft-css .fc-form .signature-cover input {
	margin: 0;
	padding: 0.2em 0;
	width: 198px;

	border: 1px solid #666;

	font-size: 1em;
}

html .formcraft-css .fc-form .signature-cover input.error {
	border-color: #f33;
}

html .formcraft-css .fc-form .signature-cover button {
	margin: 1em 0 0 0;
	padding: 0.6em 0.6em 0.7em;

	background-color: #ccc;
	border: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	cursor: pointer;

	color: #555;
	font: bold 1em/1.375 sans-serif;
	text-align: left;
}

html .formcraft-css .fc-form .signature-cover button:hover {
	background-color: #333;

	color: #fff;
}

.sig {
	display: none;
}

.sigNav {
	display: none;
	height: 2.25em;
	margin: 0;
	padding: 0;
	position: relative;

	list-style-type: none;
}

.sigNav li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

.sigNav a,
.sigNav a:link,
.sigNav a:visited {
	display: block;
	margin: 0;
	padding: 0 0.6em;

	border: 0;

	color: #333;
	font-weight: bold;
	line-height: 2.25em;
	text-decoration: underline;
}

.sigNav a.current,
.sigNav a.current:link,
.sigNav a.current:visited {
	background-color: #666;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-radius: 8px 8px 0 0;

	color: #fff;
	text-decoration: none;
}

.sigNav .typeIt a.current,
.sigNav .typeIt a.current:link,
.sigNav .typeIt a.current:visited {
	background-color: #ccc;

	color: #555;
}

.sigNav .clearButton {
	bottom: 0.2em;
	display: none;
	position: absolute;
	right: 0;

	font-size: 0.75em;
	line-height: 1.375;
}

.sigWrapper {
	clear: both;
	height: 55px;

	border: 1px solid #ccc;
}

.sigWrapper.current {
	border-color: #666;
}

.signed .sigWrapper {
	border: 0;
}

.signature-canvas {
	position: relative;

	/**
     * 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: 55px;
	margin: 0;
	padding: 0 5px;
	position: absolute;
	z-index: 90;

	cursor: default;

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

.typeItDesc,
.drawItDesc {
	display: none;
	margin: 0.75em 0 0.515em;
	padding: 0.515em 0 0;

	border-top: 3px solid #ccc;

	color: #000;
	font: italic normal 1em/1.375 Georgia,Times,serif;
}

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

	background-color: #f33;

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

.border_fullname {
	border-top: 2px solid #005cb9;
	border-left: 2px solid #005cb9;
	border-bottom: 2px solid #005cb9;
	border-radius: 20px 0 0 20px;
	width: 50px;
}
.signed_by {
	font-size: 15px;
	margin-left: 50px;
	margin-top: -11px;
	width: 390px;
	font-weight: 700;
}
#fullname_sign {
	font-size: 40px;
	margin-left: 20px;
	margin-top: 2px;
	width: 340px;
	font-family: Journal;
	line-height: 41px;
	padding-left: 5px;
	height: 50px;
}
#date_sign {
	margin-bottom: -10px;
	font-size: 15px;
	margin-left: 50px;
	margin-top: 2px;
	width: 200px;
	font-weight: 700;
}

.sigWrapper.current {
	border-color: #666;
}
.sigWrapper {
	height: 180px;
	clear: both;
	border: 1px solid #ccc;
}

.modal-backdrop {
	position: relative!important;
}

.btnSigned{
	background-image: url('../assets/images/SignHere3.png');
	width: 380px;
	height: 105px;
	border: none;
	background-repeat: no-repeat;
	display:block;
	cursor: pointer;
}