body {
  padding-top: 65px;
  background: url("../images/white_wall_hash.png");
}
.page-header {
  margin-top: 10px;
  padding-bottom: 3px;
}
.page-header h1 {
  margin: 0;
  padding: 0;
}
.imgs__item {
  position: relative;
  width: 160px;
  height: 160px;
}
.imgs__item._main {
  box-shadow: 0 0 10px -1px #2eaf32;
}
.imgs__images > div {
  margin-right: 10px;
}
.imgs__drop {
  position: absolute;
  top: 4px;
  bottom: 44px;
  left: 4px;
  right: 4px;
  border: 1px dashed #017218;
  text-align: center;
}
.imgs__drop:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.imgs__drop span {
  vertical-align: middle;
}
.imgs__img {
  max-width: 100%;
  width: 100%;
  height: 116px;
  background: #fff no-repeat 50% 50%;
  background-size: auto auto;
}
.imgs__img-remove {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 0 0 0 10px;
  background: #fff;
  opacity: 0.5;
  cursor: pointer;
  text-align: center;
}
.imgs__img-remove .glyphicon {
  font-size: 20px;
  top: 0;
  line-height: 1;
  display: block;
}
.imgs__img-remove:hover {
  opacity: 0.9;
}
.imgs__input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.imgs__input-container {
  position: absolute;
  bottom: 4px;
  left: 4px;
  right: 4px;
  height: 34px;
}
.related__priority {
  width: 55px;
}
.related__remove {
  cursor: pointer;
  opacity: 0.5;
}
.related__remove:hover {
  opacity: 1;
}
.json-upload {
  display: inline-block;
  position: relative;
}
.json-upload__input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.ranges__range {
  margin-bottom: 8px;
}
.ranges__col:first-child {
  width: auto;
}
.ranges__col {
  display: inline-block;
  margin-right: 10px;
}
.ranges__label {
  display: inline-block;
  margin-right: 10px;
}
.ranges__add {
  display: inline-block;
}
.ranges__row {
  margin-bottom: 5px;
}
.ranges__name {
  margin-bottom: 8px;
}
.ranges__item {
  margin-bottom: 20px;
}
