/* The Modal (background) */
/*.modal {*/
/*  display: none;*/ /* Hidden by default */
/*  position: fixed;*/ /* Stay in place */
/*  z-index: 1;*/ /* Sit on top */
/*  padding-top: 54px;*/ /* Location of the box */
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/ /* Full width */
/*  height: 100%;*/ /* Full height */
/*  overflow: auto;*/ /* Enable scroll if needed */
/*}*/

.modal {
  box-shadow: 0 5px 10px 5px rgba(0,0,0,0.5);
  margin: auto;
  border: 1px solid #888;
  width: calc(100% - 35px);  /*100%*/
  background: #b3ffec;
  border: none;
  outline: none;
  text-align: center;
  margin: 0% 0% 0px;
  padding: 25px; /*10px*/
  font-size: 16px;
  border-radius: 10px;
}

/* Modal Content */
.modal-content {
  box-shadow: 0 5px 10px 5px rgba(0,0,0,0.5);
  margin: auto;
  float: right;
  border: 1px solid #888;
  width: calc(100% - 25px);
/*  background: #003366; //#d0d5df
    color: #FFF; //#9ca6ba
    color: #9ca6ba;*/
  background: #b3ffec; /* #b3c6ff #b3ffec;*/
  border: none;
  outline: none;
  text-align: center;
  margin: 0% 0% 0px;
  line-height: 1px;
  padding: 10px;
  font-size: 16px;
  border-radius: 10px;
}

.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  z-index:3000;  /*absent*/
}

.modal-content2 {
  box-shadow: 0 5px 10px 5px rgba(0,0,0,0.5);
  margin: auto;
  float: right;
  border: 1px solid #888;
  width: calc(100% - 25px);
  background: #9ca6ba; /* #b3c6ff #b3ffec;*/
  border: none;
  outline: none;
  text-align: center;
  margin: 0% 0% 0px;
  line-height: 1px;
  padding: 10px;
  font-size: 16px;
  border-radius: 10px;
}

.modal3 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 154px; /* Location of the box */
  left: 0;
  top: 0;
  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); /* ,0.4 Black w/ opacity */
}

.modal-content3 {
  box-shadow: 0 5px 10px 5px rgba(0,0,0,0.5);
  margin: auto;
  float: right;
  border: 1px solid #888;
  width: calc(100% - 25px);
  background: #b3ffec; /* #b3c6ff #b3ffec;*/
  border: none;
  outline: none;
  text-align: center;
  margin: 0% 0% 0px;
  line-height: 1px;
  padding: 30px;
  font-size: 16px;
  border-radius: 10px;
}

/* The Close Button */
.close {
  color: #003366;
  float: right;
  font-size: 22px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}