@charset "utf-8";

/* 反馈样式 */
tbody tr:nth-child(odd) {
  height: 70px;
}
tbody tr:nth-child(1) .form-control {
  width: 100%;
}
tbody tr:nth-child(2) {
  vertical-align: top;
  height: 226px;
}
tbody textarea.form-control {
  height: 100%;
  resize: none;
}
input.form-control,
select.form-control {
  width: 230px;
}
input[name="captcha"] {
  width: 150px;
}

/* 标签 */

.tagging {
  border: 1px solid #cccccc;
  font-size: 1em;
  height: 50px;
}

.tagging.editable {
  cursor: text;
}

.tagging .tag {
  background: none repeat scroll 0 0 #ee7407;
  border-radius: 2px;
  color: white;
  cursor: default;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  padding: 4px 20px 4px 10px;
  margin: 5px 5px 5px 0;
}

.tagging .tag span {
  display: none;
}

.tagging .tag .tag-i {
  color: white;
  cursor: pointer;
  font-size: 1.3em;
  height: 0;
  line-height: 0.1em;
  position: absolute;
  right: 10px;
  top: 0.7em;
  text-align: center;
  width: 10px;
}

.tagging .tag .tag-i:hover {
  color: black;
  text-decoration: underline;
}

.tagging .type-zone {
  border: 0 none;
  height: auto;
  width: auto;
  margin-top: 8px;
  background: inherit;
  min-width: 20px;
  display: inline-block;
}

.tagging .type-zone:focus {
  outline: none;
}

.pre-tags label {
  margin-right: 10px;
  font-weight: normal;
  cursor: pointer;
}
tbody tr.add-tags {
  height: 80px;
}
.pre-tags label .fa {
  padding-left: 3px;
}
