/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #f00;
  font-size: smaller;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  border: 1px solid #f00;
  background-color: #fee;
}

.validation-summary-errors {
  font-weight: bold;
  color: #f00;
}

.validation-summary-valid {
  display: none;
}

.gallery-box {
  min-height: 200px;
  width: 200px;
  padding: 5px;
  margin: 7px;
  float: left;
  border: 1px solid #DDD;
  overflow: hidden;
}

.gallery-box .thumbnail {
  height: 188px;
  width: 188px;
}

.img-thumbnail {
  max-height: 180px;
}

#page-topbar {
  z-index: 1049 !important;
}

.bg-highlight td {
  background-color: #ffcc00 !important;
}