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





