/* Also note: https://github.com/Semantic-Org/Semantic-UI/issues/1114 */

.readonly {
  line-height: 1.21428571em;
  padding: 0.67857143em 1em;
}

/* TODO: Fix this */
.ui.radio.checkbox {
  margin-top: 0 !important;
}

.help:not(.help-tooltip),
.url {
  padding-top: 0.5em;
}

.semantic-help-text > .ui.bulleted.list {
  margin-top: 0;
  margin-bottom: 0;
}

.semantic-error-list {
  color: #9f3a38;
}

.ui.error.message > .semantic-error-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hidden {
  display: none !important;
}

div.ui.checkbox:not(.changelist) {
  margin-bottom: 0.69em;
}

@media print {
  .noprint {
    display: none !important;
    height: 0 !important;
    border: 0 none !important;
    opacity: 0 !important;
  }
}
