            
                                                                                                                    
#distributionWizard .xdialog-screen {
  opacity: 0.5;
  position: fixed;
}
#distributionWizard .xdialog-box {
  margin: 1em auto;
  width: 800px;
}
#distributionWizard .xdialog-header {
      background-image: url("header.png");
  }
#distributionWizard .errormessage, #distributionWizard .warningmessage, #distributionWizard .infomessage {
  background-color: transparent;
  box-shadow: none;
}
#welcome .steps-hint {
  margin-top: 1.5em;
}
#welcome .steps.vertical {
  margin-bottom: 1.5em;
}
#welcome .steps.vertical .name {
  font-weight: bolder;
}
#welcome .steps.vertical .description {
  font-size: smaller;
}
/* The extension actions available on the Distribution Wizard steps should target a single wiki whenever possible. */
#distributionWizard .extension-actions button[class~="alternative-action"][value$="Globally"] {
  display: none;
}
.previousUI dt label {
  font-size: .75em;
}
.previousUI .versionSelector {
  padding-right: 20px;
}
.previousUI .versionSelector .icon {
  padding: 1px 0 0 4px;
  position: absolute;
}
#extension\.defaultui\.wikis > .description {
  margin-bottom: 1em;
}
#extension\.defaultui\.wikis form.extension-item {
  margin-top: .5em;
}
#extension\.defaultui\.wikis > dl > dt {
  display: list-item;
  list-style-position: inside;
  margin-top: 1.5em;
}
#extension\.defaultui\.wikis > dl > dt:first-of-type {
  margin-top: .5em;
}
/* The font size is smaller and the text is not aligned with the pagination control icons. */
#distributionWizard .paginationFilter .resultsNo, #distributionWizard .paginationFilter .pagination {
  padding-top: .3em;
}
#report .document-tree {
  border: 1px dotted #E8E8E8;
  padding: .3em;
}
#report .collapsible.document-tree {
  padding-left: 1.3em;
}
.document-tree .node form.actions {
  display: inline;
}
.document-tree .node form.actions .icon {
  padding: 0;
}
.document-tree .created.document.node, .document-tree .created.locale.node {
  background-image: url("/resources/icons/silk/page_white_add.png?cache-version=1767717506000")
}
.document-tree .deleted.document.node, .document-tree .deleted.locale.node {
  background-image: url("/resources/icons/silk/page_white_delete.png?cache-version=1767717506000")
}
.document-tree .modified.document.node, .document-tree .modified.locale.node {
  background-image: url("/resources/icons/silk/page_white_edit.png?cache-version=1767717506000")
}
#distributionWizard .flavorRow {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 0.5em 0;
}
#distributionWizard .flavorLeft {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}
#distributionWizard .flavorRight {
  display: table-cell;
  text-align: right;
  width: 40%;
}
