.hotspots-image {
  padding-top: 20px;
  line-height: 0;
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
}
.hotspots-image img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.wp-admin .dot {
  position: absolute;
  width: 27px;
  height: 27px;
  background-color: #E80C2A;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  /* box-shadow: 0 0 0 8px rgba(7, 64, 163, .2); */
  line-height: 24px;
  color: white;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  transition: box-shadow 0.214s ease-in-out, transform 0.214s ease-in-out, background 0.214s ease-in-out;
}
.dot.ui-draggable-dragging {
  /* box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
  transform: scale3d(1.2, 1.2, 1.2);
  background: rgba(255, 255, 255, 0.7); */
}

.input-table .col-nr {
  width: 30px;
}
.input-table .col-top-perc {
  width: 60px;
}
.input-table .col-left-perc {
  width: 60px;
}
.input-table .col-btn {
  width: 72px;
}

.tooltip_templates {
  display: none;
}
