/**
Ingelby
*/
.form-attribute {
  margin-bottom: 60px;
  background-color: #e4e4e4;
  position: relative;
}

.form-attribute .sorting-handle {
  position: absolute;
  left: 20px;
  top: 35px;
  cursor: pointer;
}

.form-attribute .form-attribute-data {
  margin-left: 60px;
}

.form-attribute .form-attribute-data .form-group.text-form-group {
  margin-bottom: 0;
  margin-top: 22px;
}

.form-attribute .form-attribute-options {
  position: absolute;
  right: 20px;
  top: 38px;
}

.form-attribute .form-attribute-options i {
  cursor: pointer;
}

.form-attribute .form-attribute-options i:hover {
  opacity: 0.7;
}

.form-attribute .form-attribute-values {
  background-color: #003150;
}

.form-attribute .form-attribute-values .value-container {
  color: white;
  margin-left: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-attribute .down-arrow {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.form-attribute-value {
  margin-bottom: 10px;
  background-color: #e4e4e4;
  position: relative;
}

.form-attribute-value .sorting-handle {
  position: absolute;
  left: 7px;
  top: 25px;
  cursor: pointer;
}

.form-attribute-value .form-attribute-data {
  margin-left: 20px;
}

.form-attribute-value .form-attribute-data .form-group.text-form-group {
  margin-bottom: 0;
  margin-top: 15px;
  padding-bottom: 15px;
}

.form-attribute-value .form-attribute-options {
  position: absolute;
  right: 20px;
  top: 30px;
}

.form-attribute-value .form-attribute-options i {
  cursor: pointer;
}

.form-attribute-value .form-attribute-options i:hover {
  opacity: 0.7;
}

.jconfirm .no-horizontal-scroll .jconfirm-content {
  overflow-x: hidden !important;
}
