/* ModCRE NN layout — sidebar width and main content offset (matches ModCRE frame). */

html .sidebar {
  width: 200px;
}

html .sidebar.minimized {
  width: 70px;
}

html .contentwrap {
  margin-left: 200px;
  text-align: left;
}

html .sidebar.minimized ~ .contentwrap {
  margin-left: 70px;
}

html #contentmain {
  margin-left: 0;
  width: auto;
  max-width: none;
  padding-left: 48px;
  padding-right: 32px;
}

html #title {
  padding-left: 48px;
  padding-right: 32px;
  text-align: center;
}

html #title h1 {
  text-align: center;
}

html #title h2 {
  text-align: center;
}

html #modcrenn .uploader {
  margin-left: 12px;
}

html .sidebar li span {
  white-space: nowrap;
}

/* Results: inline help icon next to summary labels. */
html #modcrenn-results .nn-help {
  margin-left: 6px;
  color: #8f8f8f;
  cursor: pointer;
}

html #modcrenn-results .nn-help:hover {
  color: #6666cc;
}

/* Job queue: wider Job Name column (long labels). */
html #queue .nn-queue-job-name {
  min-width: 15em;
  max-width: 32em;
}

html #queue .nn-queue-status {
  min-width: 12em;
  max-width: 36em;
}

html #queue .nn-queue-error-detail {
  margin: 6px 0 0;
  padding: 4px 8px;
  font-size: 0.85em;
  line-height: 1.35;
  color: #333;
  background: #f9ecec;
  border-radius: 6px;
  text-align: left;
  word-wrap: break-word;
}
