#mm-room-map-fields label {
  font-weight: bold;
}

.rm-image-upload-wrapper {
  margin-top: 10px;
}

.rm-image-wrapper {
  margin-top: 15px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.rm-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.rm-image-wrapper .rm-img-plus {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #e85d1a;
  margin-top: -12.5px;
  margin-left: -12.5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.rm-image-wrapper .rm-img-plus:before, .rm-image-wrapper .rm-img-plus:after {
  content: '';
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rm-image-wrapper .rm-img-plus:before {
  width: 3px;
  height: 12px;
}
.rm-image-wrapper .rm-img-plus:after {
  width: 12px;
  height: 3px;
}
.rm-image-wrapper .rm-img-plus.selected {
  background-color: #ffffff;
}
.rm-image-wrapper .rm-img-plus.selected:before, .rm-image-wrapper .rm-img-plus.selected:after {
  background-color: #e85d1a;
}

.rm-field-subtitle {
  margin-top: 15px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 25px;
}
.rm-field-subtitle input[type="text"] {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.rm-field-pluses {
  margin-top: 10px;
}

.rm-field-plus {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}
.rm-field-plus label {
  margin-left: 50px;
}
.rm-field-plus select {
  width: 325px;
  margin-left: 10px;
}
.rm-field-plus.selected {
  background-color: #f1f1f1;
}

#rm-field-plus-template {
  display: none;
}
