.modal {
  z-index: 10;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  overflow-y: scroll;
}
.modal .left {
  text-align: left;
}
.modal .left {
  max-width: 90%;
}
.modal .modal-content {
  width: 960px;
  margin: 30px auto;
  padding-bottom: 30px;
  background-color: #fff;
  border-radius: 4px;
}
.modal .modal-content p.modal-link {
  padding-top: 15px;
  color: #3787cb;
  cursor: pointer;
}
.modal .modal-content .modal-header {
  color: #8b8b8b;
  padding: 15px;
  background-color: #efefef;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.modal .modal-content .modal-header form {
  padding-top: 30px;
}
.modal .modal-content .modal-header p.x-modal {
  padding-top: 0;
  font-size: 25px;
  color: #3787cb;
  cursor: pointer;
}
.modal .modal-content .modal-header h4 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 8px;
}
.modal .modal-content .modal-header p {
  padding-bottom: 8px;
}
.modal .modal-content .modal-body {
  text-align: center;
  padding: 25px;
  height: 100%;
  min-height: 500px;
}
.modal .modal-content .modal-body iframe {
  width: 900px;
  border: 0;
  height: 100%;
  min-height: 500px;
}
.modal .modal-content .modal-footer {
  padding-left: 15px;
}
