.modal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

.modal-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-inner {
  position: absolute;
  background-color: #fff;
  z-index: 100001;
  box-shadow: 0 0 3px #333;
  border-radius: 2px;
  overflow: hidden;
}

.modal-form {
  padding: 20px;
}

.modal-title {
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
  padding: 20px;
  margin: 0;
}

.modal-form-item {
  margin-bottom: 15px;
}

.modal-form-item:last-child {
  margin-bottom: 0;
}

.modal-form-item input[type=text] {
  width: 408px;
}

.modal-form-item label {
  width: 150px;
  float: left;
  line-height: 30px;
}

.modal-controls {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #ddd;
  background: #f5f5f5;
  padding: 20px;
}

.modal-controls a {
  margin-left: 10px !important;
}

/*# sourceMappingURL=modal.css.map */
