/*           s     h      w      o      o      m      e      r            */





.label-for-form-a1{margin-left:11%;padding:15px;display:block;margin-top:10px;border-radius:0px;border:1px solid grey;index:1;transition:.1s;}.label-for-form-a1:focus{border:1px solid black;border-radius:0px;outline:none;}.form-submission-button-login.green{background-color:#eee;padding:10px 20px;margin-top:10px;border:1px solid grey;border-radius:10px;}.form-submission-button-login.green:hover{background-color:#ccf;padding:10px 20px;margin-top:10px;border:1px solid grey;}.notice-txt-a123j7f98e71a2e8df3da7f2o8{margin-left:11%;color: grey;}.notice-txt-a123j7f98e71a2e8df3da7f2o8.a{color: grey;margin-left:0;}.notice-txt-H981d74G92X345d080Z298g508574ea868f7a9{margin-left:11%;color: grey;font-size:12px;margin-top:4px;}.notice-txt-H981d74G92X345d080Z298g508574ea868f7a9.a{color: grey;margin-left:0;}
* {box-sizing: border-box;}
.tag{
    background-color:white;
    border-radius:2px;
    padding:10px;
    border:2px solid black;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: inline-block;
}

.tag .tooltiptext {
  visibility: hidden;
  background-color: grey;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  width: 120px;
  bottom: 100%;
  left: 50%;
  margin-bottom:10px;
  margin-left: -60px;
  position: absolute;
  z-index: 1;
}

.tag .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tag:hover .tooltiptext {
  visibility: visible;
}


button:hover {
  opacity:1;
}

.cancelbtn, .deletebtn {
  float: left;
  width: 50%;
  font-size:20px;
}

.cancelbtn {
  background-color: white;
  color: black;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  opacity: 0.9;
}

.deletebtn {
  background-color: black;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  opacity: 0.9;
}

/* Add padding and center-align text to the container */
.container {
  padding: 16px;
  text-align: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
    background-color:rgba(0, 0, 0, 0.5);
  padding-top: 50px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  border: 1px solid #888;
  width: 50%;
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* The Modal Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .deletebtn {
     width: 100%;
  }
}