#form-review {
  display: none;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.well textarea.form-control {
  height: auto;
}

.well .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border: solid 1px rgba(0, 0, 0, 0.15);
}

.well .form-group {
  margin: 0;
}

.well .form-group > label {
  display: inline;
  font-size: 1em;
  margin: 0 0 5px;
  font-weight: 500;
}

.well .review_star {
  position: relative;
  display: inline-block;
  min-width: 130px;
  margin: 0 0 0 5px;
  box-sizing: border-box;
}

.well .review_star input {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 20px;
  margin: 0;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
}

.formReview .form-horizontal .form-group {
  margin: 10px -10px;
}

.formReview label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.formReview .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.formReview .review_pagination {
  margin: 0 0 20px;
  padding: 20px 0 0;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}

.review_star .stars {
  position: absolute;
  top: -1px;
  left: 0;
}

.review_star .stars i {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6em;
  color: #D9534F;
  opacity: 0.8;
}

.form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
}

.form-horizontal .form-group {
  margin: 10px 0px;
}

div.required .control-label::before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

.text-danger {
  float: none;
  clear: both;
  font-weight: 500;
  color: #d9534f;
  border-radius: 3px;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
}