#dialogCode {
  width: 790px;
  height: 290px;
  margin-left: -395px;
  margin-top: -195px;
  padding: 20px;
  display: none;
}

#dialogTip {
  width: 340px;
  height: auto;
  margin-left: -170px;
  margin-top: -250px;
  padding-bottom: 35px;
  display: none;
  text-align: center;
}

#dialogWin {
  width: 340px;
  height: auto;
  margin-left: -170px;
  margin-top: -250px;
  padding-bottom: 35px;
  display: none;
  text-align: center;
}

#dialogWin .dialog-btn-small {
  margin-left: 10px;
  margin-right: 10px;
}

/* #dialogWin .dialog-btn-left { */
  /* left: 30px; */
/* } */

/* #dialogWin .dialog-btn-right { */
  /* right: 30px; */
/* } */
#dialogCodeBtn {
  font-size: 20px;
  position: absolute;
  bottom: 35px;
  margin-top: 25px;
  background-color: #5883b0;
  border-radius: 5px;
  border: none;
  color: white;
  width: 113px;
  height: 44px;
}

.dialog {
  background-color: white;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 12;
}

.dialog-div {
  position: absolute;
  /*width: 100%;*/
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 280px;
}

.dialog-h {
  font-size: 24px;
  margin-top: 28px;
  margin-left: 30px;
  margin-right: 30px;
}

.dialog-p {
  font-size: 18px;
  margin-top: 15px;
  margin-left: 30px;
  margin-right: 30px;
}

.dialog-btn {
  font-size: 20px;
  position: relative;
  /* bottom: 35px; */
  margin-top: 25px;
  background-color: #5883b0;
  border-radius: 5px;
  border: none;
  color: white;
}

.dialog-btn-big {
  width: 225px;
  height: 44px;
  /* margin-left: -112.5px; */
}

.dialog-btn-small {
  width: 113px;
  height: 44px;
}

.layer {
  background-color: black;
  opacity: 0.75;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: none;
}

/**
* Popover.
*/
#popover {
  max-width: 250px;
  /*min-height: 100px;*/
  background-color: white;
  font-size: 18px;
  line-height: 150%;
  text-align: justify;
  position: absolute;
  z-index: 9;
  top: 30%;
  left: 70%;
  padding: 10px;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  display: none;
}

#popover img{
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
}

#popover button {
  background-color: #5883b0;
  border-radius: 5px;
  border: none;
  color: white;
  padding: 5px 8px 5px 8px;
  margin: 10px 0 0 0;
  position: relative;
  float: right;
  display: none;
}

/**
* Capacity.
*/
#capacity {
  background-color: black;
  opacity: 0.75;
  width: 200px;
  height: 35px;
  border-radius: 35px;
  position: absolute;
  top:460px;
  left: 15px;
  z-index: 10;
  color: white;
  font-size: 18px;
  line-height: 200%;
  text-align:center;
  display: none;
}
