.dmRespDesignRow>div {
  min-height: 40px;
  color: #888;
}

.dmRespDesignRow>div label {
  width: 30%;
}

.dmRespDesignRow>div input {
  width: 60%;
}

.dmRespDesignRow>div select {
  width: 60%;
}

.dmRespDesignRow>div textarea {
  width: 60%;
}

.dmRespDesignRow a[name=sbm] {
  display: block;
  width: 94%;
  margin-top: 30px;
  background: #86c6f9;
  color: #fff;
  border: 1px solid #3c5f7b;
  line-height: 40px;
  font-size: 21px;
}

.dmRespDesignRow a[name=sbm]:hover {
  background-color: #3c5f7b;
}

.updownstyle>label {
  width: 100% !important;
  margin-left: 10px;
  text-align: left;
  color: #ffa000;
  line-height: 30px;
}

.updownstyle>a {
  width: 94% !important;
  height: 30px;
}

.updownstyle>select {
  width: 94% !important;
  height: 30px;
}

.updownstyle>textarea {
  width: 94% !important;
  min-height: 130px;
}

#inquiry-form-wrap.hidden {
  display: none;
}

.inquiry-inline-hint {
  display: none;
  width: 94%;
  margin: 0 auto 16px;
  padding: 10px 14px;
  border: 1px solid #f0ad4e;
  background: #fff8e8;
  color: #8a6d3b;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.inquiry-feedback {
  display: none;
  width: 94%;
  margin: 10px auto 30px;
  padding: 36px 28px 32px;
  text-align: center;
  background: #f7fbff;
  border: 1px solid #cfe6fa;
}

.inquiry-feedback.is-visible {
  display: block;
}

.inquiry-feedback-icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  font-size: 32px;
  margin-bottom: 18px;
}

.inquiry-feedback.success .inquiry-feedback-icon {
  background: #e8f4fc;
  color: #3c5f7b;
}

.inquiry-feedback.error .inquiry-feedback-icon {
  background: #fff3e0;
  color: #ffa000;
}

.inquiry-feedback-title {
  margin: 0 0 10px;
  color: #3c5f7b;
  font-size: 22px;
  font-weight: normal;
}

.inquiry-feedback-text {
  margin: 0 auto 24px;
  max-width: 520px;
  color: #888;
  font-size: 15px;
  line-height: 1.7;
}

.inquiry-feedback-btn {
  display: inline-block;
  min-width: 180px;
  padding: 0 24px;
  background: #86c6f9;
  color: #fff;
  border: 1px solid #3c5f7b;
  line-height: 40px;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
}

.inquiry-feedback-btn:hover {
  background: #3c5f7b;
  color: #fff;
  text-decoration: none;
}

.dmRespDesignRow a[name=sbm].is-loading {
  opacity: 0.75;
  cursor: wait;
  pointer-events: none;
}
