#signature-pad canvas {
	width: 100% !important;
}
#signature-pad {
	background-color: #a9a9a9;
	padding: 15px;
}
.wooos-button {
	background-color: #1a1a1a !important;
	color: #ffffff !important;
}
.m-signature-pad--body{
	background-color: #cccccc;
    border: 4px dotted black;
    margin-bottom: 10px;
}
.m-signature-title {
	color: #0a018b;
	font-weight: bold;
}

#woo-os-signature-saved {
	display: none;
	opacity:1;
	transition: opacity 1s;
	
	/*background: #efefef none repeat scroll 0 0;
	border: 1px solid #dddddd;*/
	color: #2caa32;
	font-weight: bold;
	text-align: left;
}

#woo-os-signature-saved.fade {
	opacity: 0;
}
@media only screen and (max-width: 767px) {
.sign-popup-btn::after {
  background: rgba(0, 0, 0, 0.78) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  content: "View";
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  padding-left: 45%;
  padding-top: 19%;
  position: absolute;
  top: 0;
  width: 100%;
}

.sign-popup-btn:hover:after{opacity: 1;}
.m-signature-pad {
  overflow: hidden;
  position: relative;
} 

#signature-pad.m-signature-pad.signature-popup {
  left: 0%;
  position: fixed;
  top: 10%;
  width:100%;
  z-index: 999999;
}
.overlay-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
  z-index: 999999;
}
}
#signature-pad {
  box-sizing: border-box;
  float: left;
  margin: 0 auto;
  width: 100%;
}