/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1 abr. 2020, 14:24:58
    Author     : Saturn
*/

#div_signaturePad .wrapperSignature {
	/*position:				relative;*/
	width:					400px;
	min-height:				250px;
	-moz-user-select:		none;
	-webkit-user-select:	none;
	-ms-user-select:		none;
	user-select:			none;
}
#div_signaturePad img {
  position: absolute;
  left: 0;
  top: 0;
}

#div_signaturePad .signature-pad {
	border:		solid 1px black;
	/*position:	absolute;*/
	/*left:		0;*/
	/*top:		0;*/
	width:		400px;
	height:		200px;
}
img.signature {
	max-width:		300px;
	border:		1px solid black;
    padding:	10px;
}
img.signatureAdmin {
	border:		1px solid black;
    padding:	10px;
}

#div_signaturePad .signature-photo {
	border:		solid 1px black;
	height:		150px;
	position:	inherit;
}

@media (max-width: 600px) {
	#div_signaturePad .signature-pad {
		max-width:		300px;
	}
	img.signature {
		max-width:		300px;
	}
}

@media (max-width: 480px) {
	#div_signaturePad .signature-pad {
		max-width:		250px;
	}
	img.signature {
		max-width:		250px;
	}
}

@media (max-width: 420px) {
	#div_signaturePad .signature-pad {
		max-width:		200px;
	}
	img.signature {
		max-width:		200px;
	}
}