/* Styles for signature plugin v1.2.0. */
.kbw-signature {
	display: inline-block;
	border: 1px solid #a0a0a0;
	-ms-touch-action: none;
}
.kbw-signature-disabled {
	opacity: 0.35;
}
.kbw-signature, .gf_signature { width: 400px; height: 150px;  }
.hidden {
	display: none;
}
.gf_signature_name {
	display: block;
	margin-top: 5px;
}
.gf_signature-container {
	position: relative
}
.gf_signature_clear {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0px;
	z-index: 9999;
	top: -30px;
}
.gf_signature_clear img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.gf_signature_clear img:hover {
	opacity: 0.5;
}
.wp-admin .gf_signature_clear{
	display: none;
}
.ui-resizable,
.ui-sortable,
.ui-draggable, 
.ui-droppable {
    -ms-touch-action: none;
    touch-action: none;
}
@media only screen and (max-width: 600px) {
  .gf_signature-container, .gf_signature-container canvas, .gf_signature {
    width: 100% !important;
  }
}