#signature{
	height: 100%;
	width: 100%;
}
#sign_container{
	height: 100%;
	width: 100%;
	z-index: 99999;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #fff;
}
#operation {
	width: 80%;
	display: flex;
	position: absolute;
	bottom: 1.5rem;
	justify-content: space-between;
	left: 0;
	right: 0;
	margin: auto;
}
#operation button{
	transform: rotate(90deg);
	color: #fff;
	padding: 0.3rem;
	border-radius: 0.1rem;
	text-align: center;
}
#save{
	background-color: #07c160;
	border: 1px solid #07c160;
}
#clear{
	background-color: #ff976a;
	border: 1px solid #ff976a;
}
#temp{
	opacity: 0%;
}
#signature button{
	transform: rotate(90deg);
	bottom: 1.5rem;
	position:absolute;
	margin:0 !important;
	top:auto;
	border-radius: 0.1rem;
	padding: 0.3rem;
	text-align: center;
	color: #fff;
	background-color: #1989fa;
	border: 1px solid #1989fa;
}
#signature button:disabled {
	background-color: lightgray;
	border: 1px solid lightgray;
}