/* line 2, /app/app/assets/stylesheets/layout/form.scss */
div.field_with_errors {
  color: red;
  display: inline;
}

/* line 3, /app/app/assets/stylesheets/layout/form.scss */
.field_with_errors input {
  border-color: red !important;
}

/* line 4, /app/app/assets/stylesheets/layout/form.scss */
.field_with_errors label {
  color: red;
}

/* line 5, /app/app/assets/stylesheets/layout/form.scss */
.field_with_errors select {
  border-color: red;
  color: red;
}

/* line 6, /app/app/assets/stylesheets/layout/form.scss */
.field_with_errors textarea {
  border-color: red;
  color: red;
}

/* line 8, /app/app/assets/stylesheets/layout/form.scss */
span.selected {
  font-weight: bold;
}

/* line 9, /app/app/assets/stylesheets/layout/form.scss */
span.unselected {
  color: lightgrey;
}

/* line 11, /app/app/assets/stylesheets/layout/form.scss */
#errorExplanation, #error_explanation {
  text-align: left;
  background: #feded9;
  border: 1px solid #fc8675 !important;
  padding: 0 15px 10px 15px;
  margin-bottom: 20px;
}

/* line 20, /app/app/assets/stylesheets/layout/form.scss */
#errorExplanation h2, #error_explanation h2 {
  font-size: 15px;
}

/* line 24, /app/app/assets/stylesheets/layout/form.scss */
.ui-dialog-content.ui-widget-content {
  /* overflow: hidden !important; */
  overflow-x: hidden !important;
  width: inherit;
}

/* line 32, /app/app/assets/stylesheets/layout/form.scss */
div.cjis-warnings {
  border: 3px solid goldenrod;
  border-radius: 10px;
  background: palegoldenrod;
  color: brown;
  padding: 10px;
}
