/* preview images for collage layout type */
.layoutype label {
  margin-left: -20px !important;
  display: inline-block;
  margin-right: 40px;
  border: 3px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 110px;
}

/* preview images for carouselbig slide position type */
.slidepos input[type="radio"],
.layoutype input[type="radio"] {
  display: none !important;
}

.slidepos input[type="radio"]:checked + label img,
.layoutype input[type="radio"]:checked + label img {
  border: 3px solid #BD372F;
  opacity: 1;
}

#jform_params__theme_collage__collage_layout .form-check {
  width: 110px;
  display: inline-block;
}

/* thumbnail settings note */
.small-note {
  display: block;
  margin-top: 10px;
  font-size: 85% !important;
  font-weight: 400 !important;
  line-height: 120%;
}

/* css snippets */
.mfp_css_note h4 {
  display: none;
}

.mfp_css_note small {
  display: block;
  margin-left: 180px;
  margin-top: -10px !important;
  color: #666;
}
