.edit-figure-field-container {
  position: relative;

  display: flex;
  align-items: center;

  min-height: 50px;

  margin: 0;
  padding: 0 15px;

  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
}

.edit-figure-field-container:last-of-type {
  border-bottom: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.edit-figure-field-elastic-text-area-container {
  min-height: 32px;

  padding: 9px 15px;
}

.edit-figure-field-text-input {
  display: block;

  width: 100%;
  min-height: 32px;
  resize: none;

  border: none;
  border-radius: 0;
  padding: 6px 20px 6px 0;

  color: #000000;

  font-size: 15px;

  transition: height .4s ease;
}

.edit-figure-field-text-input::-webkit-input-placeholder {
  color: #999999;
}
.edit-figure-field-text-input:-moz-placeholder {
  color: #999999;
}
.edit-figure-field-text-input::-moz-placeholder {
  color: #999999;
}
.edit-figure-field-text-input:-ms-input-placeholder {
  color: #999999;
}

.edit-figure-field-text-input--non-editable {
  color: #555555;
  cursor: default;
}

.edit-figure-field-value-clear-button {
  position: absolute;
  top: 20px;
  right: 18px;
  z-index: 1200;

  width: 12.5px;
  height: 12.5px;

  padding: 0;

  background: none;
  border: none;
  color: #777777;

  font-size: 12.5px;
  line-height: 1;

  transition: color .4s ease;
}

.edit-figure-field-value-clear-button:hover {
  color: #000000;
}

.edit-figure-field-value-error-text {
  position: absolute;
  bottom: 2px;
  left: 15px;

  margin: 0;

  color: #777777;

  font-family: 'AzoSans-Regular';
  font-size: 9px;
}

.edit-figure-field-value-error-text--gps {
  left: 41px;
}

.edit-figure-field-container .fg-dropdown-category-search {
  width: 100%;

  padding: 0;
}

.edit-figure-field-container .fg-dropdown-category-search .fg-dropdown-typeahead-search-clear-button {
  right: 0;
}
