.formid {
  transition: 0.5s;
}

.formid.disable {
  opacity: 0;
}

.modal-form.feedback, .feedback {
  padding: 40px 40px;
  transition: 0.3s;
}

.feedback.loading {
  /*border-radius: 1000px;
	overflow: hidden;
	width: 250px;
	height: 250px;*/
}

.feedback .url_before {
  display: none;
}

.feedback .title {
  margin-bottom: 15px;
}

.feedback .input_json {
  padding: 0;
  margin: 0;
}

.feedback .desc {
  font-size: 0.92857em;
  margin-top: 8px;
}

.feedback .formabout {
  line-height: 1.4;
}

.feedback label {
  position: relative;
  display: block;
}

.feedback label span {
  font-size: 0.9em;
  font-weight: 300;
  padding-left: 5px;
  display: table;
  z-index: 1;
}

.input_checkbox .items,
.input_radio .items {
  margin: 0px 5px 20px 5px;
}

.feedback .check,
.feedback .radio {
  display: inline-block;
  margin-right: 15px;
  margin-top: 10px;
  cursor: pointer;
  white-space: nowrap;
}

.feedback .check input,
.feedback .radio input {
  display: inline-block;
  position: relative;
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.feedback .check span::before, .feedback .radio span::before {
  content: "";
  text-align: center;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-radius: 4px;
  position: relative;
  bottom: -4px;
  margin-right: 10px;
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
}

.feedback .check:hover span::before {
  background-image: url(/uploads/design/current/check-solid.svg);
}

.feedback .check input:checked + span::before {
  background-color: #ff9700;
  background-image: url(/uploads/design/current/check-solid.svg);
}

.feedback .radio span::before {
  border-radius: 30px;
  background-size: 14px;
}

.feedback .radio:hover span::before {
  background-image: url(/uploads/design/current/check-solid.svg);
}

.feedback .radio input:checked + span::before {
  background-color: #ff9700;
  background-image: url(/uploads/design/current/check-solid.svg);
}

.feedback .feedback_form .check span,
.feedback .feedback_form .radio span {
  display: inline-block;
  text-transform: none;
  padding-left: 0;
  border-bottom: 1px solid transparent;
  font-weight: 300;
}

.input-box {
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}

.feedback .input-box span.err_msg {
  font-size: 0.8em;
  display: none;
  background-color: #f00;
  color: #fff;
  padding: 0px 5px 2px 5px;
  text-align: center;
  margin-top: 0px;
  margin-left: 8px;
  border-radius: 0 0 3px 3px;
  position: absolute;
  white-space: nowrap;
  text-transform: none;
  font-weight: 300;
}

.feedback .input-box span.required {
  position: absolute;
  color: #F00;
  font-weight: 300;
  font-size: 1em;
  top: 25px;
  right: 5px;
}

.modal-form.feedback label span {
  margin-bottom: 4px;
}

.feedback .input-box label span.label-caption {
  font-weight: 300 !important;
}

.input-box.input_text {
  width: 100%;
  padding-top: 0px;
}

.feedback_form .feedback_button {
  display: table;
  margin-top: 7px;
}

.results .loading {
  display: none;
  font-size: 1.6em;
  text-align: center;
  text-transform: uppercase;
  padding: 40px 0;
}

.results .result {
  display: none;
  clear: both;
  text-align: center;
  padding-top: 65px;
  font-size: 1.6em;
  line-height: 1.4em;
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: top center;
}

input[type*="file"] {
  display: none;
}

.input_file .file-name {
  cursor: pointer;
  border: 1px dashed #bd0021;
  padding: 10px;
}

.input_file .file-name:hover {
  border: 1px dashed #aaa;
}
