/* ============================================================
   custom.css - additional page specific customisations
   ============================================================ */

/* Enable absolute positioning icons inside inputs */
.inner-addon {
  position: relative;
}
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}
.left-addon .glyphicon {
  left: 0px;
}
.right-addon .glyphicon {
  right: 0px;
}
.left-addon input {
  padding-left: 30px;
}
.right-addon input {
  padding-right: 30px;
}

/* Thumbnail/image helper classes */
.thum {
  max-width: 100px;
  min-width: 100px;
  min-height: 100px;
  max-height: 100px;
  padding: 5px;
}
.example-image {
  padding: 5px;
}

/* Reports / validation helpers */
.report-error {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 20%;
  transform: translateY(-50%);
}
.report-error h4 {
  color: #ff0202;
}
.starrs {
  color: red;
}
.clnote {
  font-weight: 600;
}
#registration_form label.error,
label.error {
  color: #FB3A3A;
  font-weight: normal !important;
}
.custom-text-wrap {
  word-wrap: break-word;
}

/* Autocomplete / chosen helpers */
.ui-autocomplete {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000 !important;
}
.chosen-container.chosen-container-single {
  width: 100% !important;
}
