/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed;  /* Stay in place */

  top: 0;    /* Sit on top */
  left: 0;
  z-index: 1;
  
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  /*overflow: auto; *//* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */

}

#myModal{
  position: fixed;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 7% auto; /* 15% from the top and centered */
  padding: 10px;
  border: 1px solid #888;
  width: 560px;
  height: 320px;
  overflow: auto;
}

.modal-btn {
  display: inline;
  height: 30px;
  line-height: 30px;
}

/* The Close Button */
.close {
  color: #aaa;
  font-weight: bold;
  color: red;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.show-sign {
  margin-left: 14px;
}
#myBtn {
  margin-top: 20px;
  margin-left: 14px;
}
@media screen and (max-width: 480px) {
  .modal-content {

    width: 90%;
  }
/*  .modal-content #canvas {
  }*/
}


.onOpenModel{
  overflow: hidden;
  height: 90vh !important;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}