/****************************************************************************
 * Review-specific macros
 ****************************************************************************/
/****************************************************************************
 * Code Mirror
 ****************************************************************************/
.CodeMirror {
  border: 1px #b8b5a0 solid;
  height: auto;
  margin: 10px 0 0 0;
  cursor: text;
}
.CodeMirror .CodeMirror-lines {
  padding: 10px;
}
.CodeMirror .CodeMirror-scroll {
  overflow-y: hidden !important;
  overflow-x: auto !important;
}
.CodeMirror pre {
  padding: 0;
}
.CodeMirror .cm-header {
  color: black;
}
.CodeMirror .cm-rb-markdown-code {
  color: #4444cc;
}
.CodeMirror .cm-variable-2 {
  color: black;
}
.markdown-info {
  color: blue;
  font-size: 8pt;
  font-weight: normal;
  float: right;
  line-height: 25px;
  margin-right: 0.5em;
  text-decoration: none;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .markdown-info {
    /* Let the Markdown Reference link flow to the next line. */
    display: block !important;
    float: none;
    margin-top: 0.5em;
  }
}
.markdown-info:hover {
  text-decoration: underline;
}
/****************************************************************************
 * Review UIs
 ****************************************************************************/
.review-ui-box.has-review-ui-box-content .review-request-actions-container .actions > li:last-child {
  border-radius: 0 5px 0 0;
}
.review-ui-box.has-prev-attachment .review-request {
  margin-left: 1em;
}
.review-ui-box.has-next-attachment .review-request {
  margin-right: 1em;
}
.review-ui-box .actions-container .actions > li:last-child {
  border-radius: 0 5px 5px 0;
}
.review-ui-box .review-ui-box-content {
  border: 1px #9E9A7F solid;
  border-top: 0;
  clear: both;
  padding: 0;
  min-height: 5em;
}
.review-ui-box .review-ui-header {
  border-bottom: 1px #cacaca solid;
  background: #FEFADF;
  min-height: 2em;
}
.review-ui-box .review-ui-header h1 {
  margin: 0;
  padding: 8px;
  font-size: 10pt;
  line-height: 16px;
}
.review-ui-box .review-ui-header h1.file-attachment-single-revision {
  text-align: center;
}
.review-ui-next-attachment,
.review-ui-prev-attachment {
  background: #FFFFFF;
  border: 1px solid #888A85;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding: 2px;
  position: fixed;
  top: 50%;
  transition: transform 0.3s, background 0.3s, margin 0.3s;
  z-index: 1;
}
.review-ui-next-attachment:hover,
.review-ui-prev-attachment:hover {
  background: #e6e6e6;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.review-ui-next-attachment a,
.review-ui-prev-attachment a {
  color: black;
  text-decoration: none;
}
.review-ui-next-attachment .file-container,
.review-ui-prev-attachment .file-container {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.review-ui-next-attachment {
  border-right-width: 0;
  border-radius: 6px 0 0 6px;
  margin-right: 1.5em;
  right: -2px;
  -ms-transform: translateY(-50%) translateX(100%);
      transform: translateY(-50%) translateX(100%);
}
.review-ui-next-attachment:hover {
  margin-right: 0;
}
.review-ui-prev-attachment {
  border-left-width: 0;
  border-radius: 0 6px 6px 0;
  margin-left: 1.5em;
  left: -2px;
  -ms-transform: translateY(-50%) translateX(-100%);
      transform: translateY(-50%) translateX(-100%);
}
.review-ui-prev-attachment:hover {
  margin-left: 0;
}
/****************************************************************************
 * Entries (status updates, reviews, change descriptions)
 ****************************************************************************/
.review-request-page-entry {
  clear: both;
  margin: 2rem 0;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .review-request-page-entry {
    margin-top: 1rem;
  }
}
.review-request-page-entry:last-child {
  margin-bottom: 0;
}
.review-request-page-entry .collapse-button {
  border: 1px #333333 solid;
  cursor: pointer;
  float: left;
  margin-right: 0.5rem;
  margin-top: -1px;
  padding: 0;
}
.review-request-page-entry-contents {
  background-color: #FFFFFF;
  border: 1px #888A85 solid;
  border-radius: 6px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.review-request-page-entry-contents.collapsed {
  background-color: #ECECEE !important;
  background-image: none !important;
}
.review-request-page-entry-contents.collapsed .body,
.review-request-page-entry-contents.collapsed .banners {
  display: none;
}
.review-request-page-entry-contents.collapsed .header {
  border-radius: 6px;
}
.has-avatar .review-request-page-entry-contents {
  margin-left: 80px;
  width: auto;
  position: relative;
}
.has-avatar .review-request-page-entry-contents:before,
.has-avatar .review-request-page-entry-contents:after {
  border: 1px transparent solid;
  content: " ";
  display: block;
  height: 0;
  left: -20px;
  position: absolute;
  right: 100%;
  top: 12px;
  width: 0;
}
.has-avatar .review-request-page-entry-contents:before {
  border-right-color: #888A85;
  border-width: 10px;
}
.has-avatar .review-request-page-entry-contents:after {
  border-right-color: #FFFFFF;
  border-width: 9px;
  margin-left: 2px;
  margin-top: 1px;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .has-avatar .review-request-page-entry-contents {
    margin-left: 0;
    margin-top: 1em;
  }
  .has-avatar .review-request-page-entry-contents:after,
  .has-avatar .review-request-page-entry-contents:before {
    content: none;
  }
}
.has-avatar .review-request-page-entry-contents.collapsed:after {
  border-right-color: #ECECEE;
}
.review-request-page-entry-contents .header {
  border-radius: 6px 6px 0 0;
  padding: 12px;
}
.review-request-page-entry-contents .header a {
  color: black;
  text-decoration: none;
}
.review-request-page-entry-contents .header .header-details {
  line-height: 20px;
  overflow: hidden;
}
.review-request-page-entry-contents .header .summary {
  float: left;
  font-size: 110%;
  font-weight: bold;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .review-request-page-entry-contents .header .summary {
    float: none;
  }
}
.review-request-page-entry-contents .header .summary .review-request-page-entry-title {
  vertical-align: middle;
}
.review-request-page-entry-contents .header .timestamp {
  color: #555;
  display: block;
  text-align: right;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .review-request-page-entry-contents .header .timestamp {
    margin-top: 0.5rem;
    text-align: left;
  }
}
.review-request-page-entry-contents .header .timestamp:hover {
  text-decoration: underline;
}
.review-request-page-entry-contents .banner {
  border-width: 0 0 1px 0;
  box-sizing: border-box;
  margin: 0;
  padding: 12px;
}
.review-request-page-entry-contents .banner.floating {
  border-top: 0;
  margin-top: 0;
}
.new-review-request-page-entry .review-request-page-entry-contents {
  border-color: #2278FC;
}
.new-review-request-page-entry .review-request-page-entry-contents:before {
  border-right-color: #2278FC;
}
/****************************************************************************
 * Reviews
 ****************************************************************************/
.review.has-draft .review-request-page-entry-contents:after {
  border-right-color: #CDFF9C;
}
.review.has-draft .header {
  background: #CDFF9C;
}
.review.has-draft .review-request-page-entry-contents:not(.collapsed) .header {
  /*
     * When the box is expanded, there's @review-request-entry-padding space
     * between the header and the banner. We take that space out of the header
     * instead of the banner to ensure that nothing jumps when the banner is
     * switching between fixed and floating modes.
     */
  padding-bottom: 0;
}
.review-comments {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.review-comment-screenshot,
.review-comment-file-attachment,
.review-comment-diff {
  background-color: #F0F0F0;
  border: 0px #C0C0C0 solid;
}
.review-comment-screenshot .diffrevision,
.review-comment-file-attachment .diffrevision,
.review-comment-diff .diffrevision {
  font-weight: normal;
}
.review-comment-screenshot,
.review-comment-file-attachment {
  border-width: 1px 0;
  padding: 5px;
}
.review-comment-screenshot .filename,
.review-comment-file-attachment .filename {
  color: black;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
.review-comment-screenshot .thumbnail,
.review-comment-file-attachment .thumbnail {
  margin-top: 0.5em;
}
li:not(:first-child) > .review-comment-details > .review-comment-screenshot,
li:not(:first-child) > .review-comment-details > .review-comment-file-attachment {
  margin-top: 4em;
}
.review-comment-diff.allow-transitions .sidebyside {
  /*
       * Set up some animations for the hover effects on diff fragments.
       *
       * When collapsed, the contents of the diff headers will be transparent,
       * showing just a few pixels of the background to show that there's
       * something there.
       *
       * When expanding, the contents will be fully opaque.
       *
       * Both are done as transitions and their states managed in JavaScript.
       * The result is that the controls will appear to expand outward from the
       * diff (using transforms, without impacting the layout of the rest of the
       * page), with the contents fading in/out.
       */
}
.review-comment-diff.allow-transitions .sidebyside,
.review-comment-diff.allow-transitions .sidebyside thead,
.review-comment-diff.allow-transitions .sidebyside .diff-header,
.review-comment-diff.allow-transitions .sidebyside .diff-header td > div {
  transition: all 0.3s linear;
}
.review-comment-diff th {
  /*
     * The line numbers aren't clickable in the comment fragments in reviews,
     * so show a standard cursor instead of a pointer.
     */
  cursor: initial;
}
.review-comment-diff .sidebyside:not(.has-diff-header-above) {
  /*
       * If there's no diff header above, then we won't have a file header
       * that's retracted. In this case, we want to add back the margin that
       * we'd normally have in a comment section.
       */
  margin-top: 4em;
}
.review-comment-diff .sidebyside:not(.has-diff-header-below) {
  /*
       * Diff comment sections don't have a bottom border. We leave it up to
       * the diff headers to supply one normally. If there isn't a diff header
       * below the diff, add our own border.
       */
  border-bottom: 1px #C0C0C0 solid;
}
.review-comment-diff .sidebyside.collapsed .diff-header td > div {
  opacity: 0;
}
.review-comment-diff .sidebyside.expanded .diff-header td > div {
  opacity: 1;
}
.review-comment-diff .sidebyside .filename-row th {
  background: #F0F0F0;
  /*
       * This replaces the border that would normally be at the top of
       * .review-comment-diff. We put it here instead so that it will appear
       * on the top of the header when it animates, instead of staying fixed
       * above it.
       */
  border-top: 1px #C0C0C0 solid;
  /*
       * Normally the revision row has this border, but for diff fragments,
       * we want to place it on the filename row.
       */
  border-bottom: 1px #cacaca solid;
}
.review-comment-diff .sidebyside .diff-header-above {
  -ms-transform-origin: bottom;
      transform-origin: bottom;
}
.review-comment-diff .sidebyside .diff-header-below {
  -ms-transform-origin: top;
      transform-origin: top;
}
.review-comment-diff .sidebyside .diff-header td > div {
  overflow: hidden;
}
.review-comment-diff .sidebyside .first-comment-line td,
.review-comment-diff .sidebyside .first-comment-line th {
  border-top: 1px black solid;
}
.review-comment-diff .sidebyside .last-comment-line td,
.review-comment-diff .sidebyside .last-comment-line th {
  border-bottom: 1px black solid;
}
.review-comment-diff .diff-error tbody {
  border: 1px #f3da00 solid;
}
/*
 * An anchor beside a review box.
 *
 * This is used to help generate a link to a particular comment or reply on
 * a page. It will appear to the left of the review box, aligned with the
 * linked item, when hovering over the item.
 *
 * Consumers need to call ``.setup-floating-anchor()`` on the container that
 * should respond to the hover.
 */
.floating-anchor {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: right;
  padding-top: 1em;
  z-index: 20;
}
.floating-anchor a {
  color: #BBB;
  font-size: 120%;
  padding: 1em;
  text-decoration: none;
}
.floating-anchor a:hover {
  color: #888;
}
/**
 * Set up the floating anchor for a parent container.
 *
 * Args:
 *     container-offset-left (number):
 *          An additional offset to get the floating anchor's right-hand
 *          side to match the left-hand side of the review box. This should
 *          be the value of any parent container's padding.
 *
 *     margin-left (number):
 *          An additional margin to apply to the floating anchor. This is
 *          there to help nudge based on a pixel amount (for use in the left
 *          border for replies).
 */
/**
 * Set the offset for an existing floating anchor.
 *
 * Args:
 *     container-offset-left (number):
 *         The new offset for the floating anchor.
 *
 *     margin-left (number):
 *          An additional margin to apply to the floating anchor. This is
 *          there to help nudge based on a pixel amount (for use in the left
 *          border for replies).
 */
.review-comment-details {
  position: relative;
}
.review-comment-details:hover .floating-anchor {
  display: block;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .review-comment-details .floating-anchor {
    /*
       * On mobile, we're going to show this on the right-hand side of the box
       * instead, optimistically.
       */
    left: auto;
    right: 0;
    padding-right: 0;
    margin-left: 0;
    width: auto;
  }
}
.review-comment-details .floating-anchor {
  left: -7em;
  width: 8em;
  padding-right: 0;
  margin-left: -1px;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .review-comment-details .floating-anchor {
    margin-right: 1em;
  }
}
.has-avatar .review-comment-details .floating-anchor {
  left: -8em;
  width: 8em;
  padding-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .has-avatar .review-comment-details .floating-anchor {
    margin-right: 0;
  }
}
.review-comment-details .review-comment {
  padding: 2em;
}
.review-comment-details.comment-details-empty .review-comment {
  padding: 0;
}
.review-comment-thread {
  padding: 0 2em 2em 2em;
}
.has-avatar .review-comment-thread .reply-comments > li .floating-anchor {
  left: -10em;
  width: 10em;
  padding-right: 2em;
  margin-left: -2px;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .has-avatar .review-comment-thread .reply-comments > li .floating-anchor {
    margin-right: -2em;
  }
}
.review-comment-thread .comment-text {
  white-space: pre-wrap;
}
.review-comment-thread .controls {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.review-comment-thread .controls a {
  color: black;
  display: inline-block;
  text-decoration: none;
  background: #ECECEC;
  border: 1px #C3C3C3 solid;
  margin-top: 2em;
  padding: 0.6em 1em;
  border-radius: 6px;
}
.review-comment-thread .controls a:hover {
  background: #F3F3F3;
}
.review-comment-thread .controls a .fa {
  margin-right: 5px;
}
.review-comment-thread .controls li {
  display: inline;
}
.review-comment-thread .reply-comments {
  margin: 0;
  padding: 0;
}
.review-comment-thread .reply-comments > li {
  border-left: 2px transparent solid;
  list-style: none;
  padding: 2em;
  position: relative;
  /*
   * When there's a draft present, modify some colors so that it's apparent
   * that the comments are drafts, and modify margins so that the inline editor
   * opens without any jumps.
   */
}
.review-comment-thread .reply-comments > li.new-reply {
  border-left-color: #2278FC;
}
.review-comment-thread .reply-comments > li:hover .floating-anchor {
  display: block;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .review-comment-thread .reply-comments > li .floating-anchor {
    /*
       * On mobile, we're going to show this on the right-hand side of the box
       * instead, optimistically.
       */
    left: auto;
    right: 0;
    padding-right: 0;
    margin-left: 0;
    width: auto;
  }
}
.review-comment-thread .reply-comments > li .floating-anchor {
  left: -9em;
  width: 9em;
  padding-right: 1em;
  margin-left: -3px;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .review-comment-thread .reply-comments > li .floating-anchor {
    margin-right: -1em;
  }
}
.review-comment-thread .reply-comments > li .comment-author {
  margin-bottom: 1em;
}
.review-comment-thread .reply-comments > li .comment-author label {
  display: block;
  line-height: 16px;
  vertical-align: top;
}
.review-comment-thread .reply-comments > li .comment-author label .avatar-container {
  background: white;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  width: 32px;
  height: 32px;
}
.review-comment-thread .reply-comments > li .comment-author label .user {
  color: #AB5603;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
}
.review-comment-thread .reply-comments > li .comment-author label .user-reply-info {
  display: inline-block;
  overflow: hidden;
}
.review-comment-thread .reply-comments > li .comment-author label .user-reply-info .timestamp {
  color: #487858;
  display: block;
  text-decoration: none;
}
.review-comment-thread .reply-comments > li .comment-author label .user-reply-info .timestamp:hover {
  text-decoration: underline;
}
.review-comment-thread .reply-comments > li .comment-author label .user-reply-info .timestamp time {
  vertical-align: middle;
}
.review-comment-thread .reply-comments > li.draft .comment-author {
  margin-bottom: 22px;
}
.review-comment-thread .reply-comments > li.draft .comment-author label a {
  color: #4E9A06;
}
.review-comment-thread .reply-comments > li.draft .text-editor {
  margin: -11px -11px 0;
}
#reviews .box-statuses {
  float: left;
  text-align: center;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  #reviews .box-statuses {
    margin-top: 3em;
    float: none;
  }
}
#reviews .box-statuses .box-status {
  position: relative;
  transition: 0.2s linear all;
}
#reviews .box-statuses .box-status.has-issues.revoking-ship-it .ship-it-label,
#reviews .box-statuses .box-status.has-issues.ship-it:hover .ship-it-label {
  top: 23px;
}
#reviews .box-statuses .box-status.has-issues .avatar-container {
  border-color: #caad00;
}
#reviews .box-statuses .box-status.ship-it .avatar-container {
  border-color: #6ebf20;
}
#reviews .box-statuses .box-status.ship-it.has-issues .avatar-container {
  border-color: #caad00;
}
#reviews .box-statuses .box-status.ship-it.has-issues .fix-it-label {
  z-index: 1;
}
#reviews .box-statuses .box-status.ship-it.has-issues .ship-it-label {
  top: 3px;
  margin-left: 2px;
  padding-left: 2px;
  padding-right: 2px;
}
#reviews .box-statuses .box-status .avatar-container {
  background: white;
  border: 2px #CCC dotted;
  border-radius: 50%;
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin: 0 9px;
  transition: border-color 0.4s ease-in-out;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  #reviews .box-statuses .box-status .avatar-container {
    display: inline-block;
    vertical-align: top;
  }
}
#reviews .box-statuses .box-status .avatar-container img {
  border: 2px white solid;
  box-sizing: border-box;
}
#reviews .box-statuses .box-status .labels-container {
  margin-top: -5px;
  position: relative;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  #reviews .box-statuses .box-status .labels-container {
    display: inline-block;
    margin-top: 0;
    top: 4px;
  }
}
#reviews .box-statuses .box-status label {
  border: 1px #888888 solid;
  border-radius: 6px;
  display: block;
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 2px 4px;
  position: absolute;
  left: 0;
  top: 0;
  width: 5.5em;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  #reviews .box-statuses .box-status label {
    margin-bottom: 0;
  }
}
#reviews .box-statuses .box-status label.fix-it-label,
#reviews .box-statuses .box-status label.ship-it-label {
  transition-delay: 0.2s;
}
#reviews .box-statuses .box-status label.ship-it-label {
  border: 1px #489300 solid;
  background: #aeff60;
  position: absolute;
  transition: padding 0.2s ease-in-out, top 0.2s ease-in-out, margin 0.2s ease-in-out, left 0.5s ease-in-out, opacity 0.8s ease;
}
#reviews .box-statuses .box-status label.ship-it-label .revoke-ship-it {
  cursor: pointer;
  font-size: 110%;
  margin-left: 0.1em;
  opacity: 0.35;
  transition: opacity 0.2s ease;
}
#reviews .box-statuses .box-status label.ship-it-label .revoke-ship-it:hover {
  opacity: 1;
}
#reviews .box-statuses .box-status label.fix-it-label {
  border: 1px #b09700 solid;
  background: #fff4B0;
  transition: left 0.5s ease-in-out, opacity 0.8s ease;
}
#reviews .box-statuses .box-status label.fix-it-label .open-issue-count {
  color: darkred;
  display: block;
}
#reviews .review .body {
  clear: both;
}
#reviews .review .body pre {
  white-space: pre-wrap;
}
#view_controls {
  list-style: none;
  margin: 2em 0;
  text-align: center;
}
#view_controls a {
  background: #E0E0E0;
  border: 1px #C3C3C3 solid;
  border-radius: 6px;
  color: black;
  display: inline-block;
  padding: 0.6em 1em;
  text-decoration: none;
}
#view_controls a:hover {
  background: #ECECEC;
}
#view_controls li {
  display: inline-block;
  margin: 1em;
  padding: 0;
}
#view_controls .rb-icon {
  vertical-align: top;
}
.sidebyside.loading tbody {
  background-color: #F3F3F3;
  padding: 2px 2px 1px 2px;
}
.sidebyside.loading tbody td {
  padding: 4px;
  font-size: 20px;
  text-align: center;
}
/****************************************************************************
 * Change Descriptions
 ****************************************************************************/
.changedesc .review-request-page-entry-contents {
  background-color: #fffef8;
  background-color: #FEFADF;
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #fffef8, #FEFADF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffef8', endColorstr='#FEFADF', GradientType=0);
}
.changedesc .review-request-page-entry-contents:after {
  border-right-color: #fffef8;
}
.changedesc .changed-fields {
  clear: both;
  padding: 12px;
  /* Field labels */
  /* Used in the textarea field diffs and the Change Summary section. */
  /*
     * File attachment/screenshot change lists.
     *
     * These differ from the other field change lists in that they have
     * mini-section labels underneath for each file.
     */
  /* Displays changes for field values, with "-" and "+" markers. */
  /* The "Change Summary" section. */
  /* The diff for text areas. */
  /* Styling for the "Diff" field updates. */
  /* Styles for the file listing for the "Diff" field. */
  /*
     * Secondary fields are in more of a Field: Value display, with the
     * fields lining up.
     */
}
.changedesc .changed-fields > ul {
  list-style: none;
  margin: 1em 0 1em 0;
  padding: 0;
}
.changedesc .changed-fields > ul > li {
  margin: 3em 0 0 0;
}
.changedesc .changed-fields > ul > li:first-child {
  margin-top: 0;
}
.changedesc .changed-fields a {
  color: default;
  text-decoration: none;
}
.changedesc .changed-fields a:hover {
  text-decoration: underline;
}
.changedesc .changed-fields h3 {
  color: #575012;
  font-size: 110%;
  margin: 0;
  padding: 0;
}
.changedesc .changed-fields h3.status {
  /* Add some separation between this and the other fields. */
  margin-bottom: 2em;
}
.changedesc .changed-fields h3.status:last-child {
  /*
           * If it's the last child, we don't want that separation, or it'll
           * have an odd amount of extra space.
           */
  margin-bottom: 0.5em;
}
.changedesc .changed-fields h3.status .value {
  color: black;
  font-weight: normal;
}
.changedesc .changed-fields > pre {
  background-color: #FFFFFF;
  border: 1px #b8b5a0 solid;
  padding: 10px;
  font-size: 9pt;
  white-space: pre-wrap;
}
.changedesc .changed-fields .caption-changed {
  margin: 2em 0 0 2em;
  padding: 0;
}
.changedesc .changed-fields .caption-changed a {
  /* Treat the link like a field. */
  font-weight: bold;
}
.changedesc .changed-fields .caption-changed td,
.changedesc .changed-fields .caption-changed th {
  vertical-align: top;
}
.changedesc .changed-fields .caption-changed td {
  padding-left: 1em;
}
.changedesc .changed-fields .caption-changed th {
  text-align: right;
}
.changedesc .changed-fields .changed {
  border: 1px #b8b5a0 solid;
  border-collapse: collapse;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.changedesc .changed-fields .changed a {
  color: blue;
  text-decoration: none;
}
.changedesc .changed-fields .changed a:first-child {
  margin-left: 0;
}
.changedesc .changed-fields .changed a:hover {
  text-decoration: underline;
}
.changedesc .changed-fields .changed td,
.changedesc .changed-fields .changed th {
  font-family: monospace;
  padding: 0.3em 0.6em;
}
.changedesc .changed-fields .changed td {
  background: #FEFEFE;
}
.changedesc .changed-fields .changed .new-value .marker {
  background: #caf2c1;
}
.changedesc .changed-fields .changed .old-value .marker {
  background: #f5d0d6;
}
.changedesc .changed-fields .changedesc-text {
  margin: 10px 0 1.5rem;
  padding: 10px;
  overflow: hidden;
}
.changedesc .changed-fields .changedesc-text .codehilite {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.changedesc .changed-fields .changedesc-text:last-child {
  margin-bottom: 0;
}
.changedesc .changed-fields .diffed-text-area {
  background: white;
  border: 1px #b8b5a0 solid;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  /* The '-' or '+' marker. */
}
.changedesc .changed-fields .diffed-text-area a {
  text-decoration: underline;
}
.changedesc .changed-fields .diffed-text-area p {
  padding-top: 2px;
  padding-bottom: 2px;
}
.changedesc .changed-fields .diffed-text-area pre {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
}
.changedesc .changed-fields .diffed-text-area td {
  font-family: monospace;
  padding: 0 4px;
  vertical-align: top;
  white-space: pre-wrap;
}
.changedesc .changed-fields .diffed-text-area td .codehilite {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  margin: 0 -4px;
}
.changedesc .changed-fields .diffed-text-area td .codehilite pre:empty {
  /* Give this a reasonable height so it's not just blank. */
  height: 1rem;
}
.changedesc .changed-fields .diffed-text-area .delete {
  /* The '-' or '+' marker. */
}
.changedesc .changed-fields .diffed-text-area .delete .line {
  background: #ffe0e5;
}
.changedesc .changed-fields .diffed-text-area .delete .marker {
  color: #990000;
  background: #f5d0d6;
}
.changedesc .changed-fields .diffed-text-area .insert {
  /* The '-' or '+' marker. */
}
.changedesc .changed-fields .diffed-text-area .insert .line {
  background: #dfffd7;
}
.changedesc .changed-fields .diffed-text-area .insert .marker {
  background: #caf2c1;
}
.changedesc .changed-fields .diffed-text-area .line {
  width: 100%;
  /*
         * Make sure any images in the Markdown-rendered text are kept
         * small, but with the correct aspect ratio.
         */
}
.changedesc .changed-fields .diffed-text-area .line img {
  width: auto;
  max-height: 100px;
}
.changedesc .changed-fields .diffed-text-area .marker {
  background: #F9F9F9;
  font-family: monospace;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.changedesc .changed-fields .diffed-text-area .replace-new {
  /* The '-' or '+' marker. */
}
.changedesc .changed-fields .diffed-text-area .replace-new .line {
  background: #dfffd7;
}
.changedesc .changed-fields .diffed-text-area .replace-new .line .hl {
  background: #acee9c;
}
.changedesc .changed-fields .diffed-text-area .replace-new .marker {
  background: #caf2c1;
}
.changedesc .changed-fields .diffed-text-area .replace-old {
  /* The '-' or '+' marker. */
}
.changedesc .changed-fields .diffed-text-area .replace-old .line {
  background: #ffe0e5;
}
.changedesc .changed-fields .diffed-text-area .replace-old .line .hl {
  background: #f7b5c0;
}
.changedesc .changed-fields .diffed-text-area .replace-old .marker {
  background: #f5d0d6;
}
.changedesc .changed-fields .diff-changes .line-counts {
  margin-left: 0.5em;
}
.changedesc .changed-fields .diff-changes .line-counts .delete-count {
  color: darkred;
}
.changedesc .changed-fields .diff-changes .line-counts .insert-count {
  color: darkgreen;
}
.changedesc .changed-fields .diff-index {
  margin-bottom: 0;
}
.changedesc .changed-fields .diff-index .diff-file-icon {
  min-width: 20px;
  min-height: 20px;
}
.changedesc .changed-fields .diff-index .diff-file-info {
  /* Compensate for the lack of diff-chunks-cell column. */
  width: 100%;
}
.changedesc .changed-fields .primary-fields h3:first-child {
  margin-top: 2em;
}
.changedesc .changed-fields .secondary-fields {
  width: 100%;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .changedesc .changed-fields .secondary-fields {
    display: block;
  }
}
.changedesc .changed-fields .secondary-fields h3 {
  margin: 0 1em 0 0;
  padding: 0;
  text-align: right;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .changedesc .changed-fields .secondary-fields h3 {
    margin: 0;
    text-align: left;
  }
}
.changedesc .changed-fields .secondary-fields > tbody > tr > td,
.changedesc .changed-fields .secondary-fields > tbody > tr > th {
  padding: 0.5em 0;
  vertical-align: top;
  white-space: nowrap;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .changedesc .changed-fields .secondary-fields > tbody > tr > td,
  .changedesc .changed-fields .secondary-fields > tbody > tr > th {
    display: block;
    white-space: normal;
  }
}
.changedesc .changed-fields .secondary-fields > tbody > tr > td {
  /*
           * Between this and the white-space: nowrap above, the field labels
           * will end up taking the minimum size without wrapping, and the
           * rest of the width will be given to the value.
           */
  width: 100%;
}
.changedesc .changed-fields .secondary-fields > tbody > tr > td > p {
  /*
             * If the field value is rendered inside a <p>, make sure it
             * aligns with the field label.
             *
             * Note that the label has a larger font than this, so we can't
             * reuse the same pixel value. We have to bump it.
             */
  /* Don't take up more room than we need in the last <p>. */
}
.changedesc .changed-fields .secondary-fields > tbody > tr > td > p:first-child {
  margin-top: 3px;
}
.changedesc .changed-fields .secondary-fields > tbody > tr > td > p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .changedesc .changed-fields .secondary-fields > tbody > tr > th {
    margin-top: 2em;
  }
}
.changedesc-status-updates {
  background-color: white;
  border-radius: 0 0 6px 6px;
}
/****************************************************************************
 * Updates Bubble
 ****************************************************************************/
#updates-bubble {
  background: #FFF1AB;
  border-top: 1px #888866 solid;
  border-left: 1px #888866 solid;
  bottom: 0;
  border-radius: 10px 0 0 0;
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.15);
  font-size: 110%;
  padding: 1em;
  position: fixed;
  right: 0;
  z-index: 130;
}
#updates-bubble a,
#updates-bubble a:visited {
  color: #0000CC;
  text-decoration: none;
}
#updates-bubble #updates-bubble-buttons {
  margin-left: 2em;
}
/****************************************************************************
 * Review Dialog
 ****************************************************************************/
#review-form {
  overflow: auto;
  margin: 0;
  padding: 20px;
}
#review-form label {
  color: black;
  font-weight: bold;
  margin-top: 10px;
}
#review-form .add-link {
  font-size: 110%;
}
#review-form .add-link:visited {
  color: #0000C0;
}
#review-form .delete-comment {
  color: #000000;
}
#review-form .comment-label {
  color: #AB5603;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 2em;
  text-decoration: none;
  display: block;
  line-height: 16px;
  vertical-align: top;
}
#review-form .comment-text-field {
  margin-bottom: 1em;
}
#review-form .rich-text {
  margin-bottom: 2em;
}
#review-form .text-editor {
  width: inherit;
}
#review-form #review-form-comments {
  background: none;
  position: relative;
}
#review-form #review-form-comments pre {
  white-space: pre-wrap;
}
#review-form #review-form-comments .diffrevision {
  font-weight: normal;
}
#review-form #review-form-comments .file-attachment {
  background: #F0F0F0;
  border-color: #C0C0C0;
  border-width: 1px 0;
  border-style: solid;
  margin: 0 -20px;
  padding: 5px;
}
#review-form #review-form-comments .file-attachment .diffrevision,
#review-form #review-form-comments .file-attachment .filename {
  font-size: 120%;
}
#review-form #review-form-comments .file-attachment .filename {
  font-weight: bold;
}
#review-form #review-form-comments .file-attachment .filename a {
  color: black;
}
#review-form #review-form-comments .file-attachment .thumbnail {
  margin-top: 1em;
}
#review-form #review-form-comments .review-comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
#review-form #review-form-comments .review-comments > li {
  margin: 2em 0;
  padding: 0;
  /*
   * When there's a draft present, modify some colors so that it's apparent
   * that the comments are drafts, and modify margins so that the inline editor
   * opens without any jumps.
   */
}
#review-form #review-form-comments .review-comments > li .comment-author {
  margin-bottom: 1em;
}
#review-form #review-form-comments .review-comments > li .comment-author label {
  display: block;
  line-height: 16px;
  vertical-align: top;
}
#review-form #review-form-comments .review-comments > li .comment-author label .avatar-container {
  background: white;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  width: 32px;
  height: 32px;
}
#review-form #review-form-comments .review-comments > li .comment-author label .user {
  color: #AB5603;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
}
#review-form #review-form-comments .review-comments > li .comment-author label .user-reply-info {
  display: inline-block;
  overflow: hidden;
}
#review-form #review-form-comments .review-comments > li .comment-author label .user-reply-info .timestamp {
  color: #487858;
  display: block;
  text-decoration: none;
}
#review-form #review-form-comments .review-comments > li .comment-author label .user-reply-info .timestamp:hover {
  text-decoration: underline;
}
#review-form #review-form-comments .review-comments > li .comment-author label .user-reply-info .timestamp time {
  vertical-align: middle;
}
#review-form #review-form-comments .review-comments > li.draft .comment-author {
  margin-bottom: 22px;
}
#review-form #review-form-comments .review-comments > li.draft .comment-author label a {
  color: #4E9A06;
}
#review-form #review-form-comments .review-comments > li.draft .text-editor {
  margin: -11px -11px 0;
}
#review-form #review-form-comments .review-dialog-comment-diff {
  margin: 0 -20px;
}
#review-form #review-form-comments .sidebyside {
  border-color: #C0C0C0;
  border-width: 1px 0;
  border-style: solid;
}
#review-form #review-form-comments .sidebyside .filename-row th {
  background: #F0F0F0;
  border-bottom: 1px #C0C0C0 solid;
}
#review-form #review-form-comments .spinner {
  font-size: 20px;
}
#review-form #review-form-comments .delete-comment {
  margin-left: 0.5em;
  font-size: 1.25em;
  line-height: normal;
}
#review-form #review-form-comments .editicon {
  margin-left: 0.5em;
}
#review-form-modalbox .modalbox-buttons {
  left: 0;
}
#review-form-modalbox .modalbox-buttons .review-dialog-buttons-left {
  /*
       * We're only absolutely positioning the buttons-left and not
       * buttons-right. This way, buttons-right dictates the height, and
       * buttons-left is able to fit in on the same row.
       */
  position: absolute;
  left: 0;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  #review-form-modalbox .modalbox-buttons .review-dialog-buttons-left {
    position: relative;
  }
  #review-form-modalbox .modalbox-buttons .review-dialog-buttons-left,
  #review-form-modalbox .modalbox-buttons .review-dialog-buttons-right {
    display: inline;
  }
}
/****************************************************************************
 * Uploaded files
 ****************************************************************************/
.file-container {
  float: left;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .file-container {
    float: none;
  }
}
.file-container .file:hover .file-actions-container {
  display: block;
}
.file-container .file {
  border: 1px #CCCCCC solid;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 1em 1.5em 0.5em 0;
  max-width: 300px;
  transition: 0.2s opacity linear;
  width: 300px;
  /*
     * This container provides the padding necessary to display a shadow
     * around all but one edges of the actions list. We clip the shadow on
     * the side sharing a border with the file attachment thumbnail.
     */
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .file-container .file {
    margin: 1.5em 0 0 0;
  }
}
.file-container .file .fa-spinner {
  font-size: 37.5px;
  line-height: 150px;
  vertical-align: middle;
  text-align: center;
}
.file-container .file .file-actions-container {
  display: none;
  overflow: hidden;
  padding: 4px;
  position: absolute;
  left: 100%;
  top: -5px;
  z-index: 110;
}
.file-container .file .file-actions-container.left {
  padding-right: 0;
}
.file-container .file .file-actions-container.left .file-actions {
  border-right-color: #EEEEEE;
  margin-left: 4px;
}
.file-container .file .file-actions-container.right {
  padding-left: 0;
}
.file-container .file .file-actions-container.right .file-actions {
  border-left-color: #EEEEEE;
}
.file-container .file .file-actions {
  background-color: #FCFCFC;
  border: 1px #CCCCCC solid;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  height: 119px;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.file-container .file .file-actions li {
  margin: 0;
  padding: 0;
}
.file-container .file .file-actions li a {
  color: #333;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
.file-container .file .file-actions li a:hover {
  background: #efefef;
}
.file-container .file .file-thumbnail-container {
  background: white;
  height: 150px;
  text-align: center;
}
.file-container .file .file-thumbnail-container a {
  color: black;
  text-decoration: none;
}
.file-container .file .file-thumbnail-container pre {
  font-size: x-small;
}
.file-container .file .file-thumbnail-container .file-thumbnail-overlay {
  box-sizing: border-box;
  max-height: 150px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.file-container .file .file-thumbnail-container .file-thumbnail {
  box-sizing: border-box;
  max-height: 150px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  margin: auto;
}
.file-container .file .file-thumbnail-container .file-thumbnail-clipped {
  border: 0;
  overflow: hidden;
  text-align: left;
  padding: 1em 0 0 1em;
  font-size: 8pt;
  /* Override the styling used for the <pre>s for fields. */
}
.file-container .file .file-thumbnail-container .file-thumbnail-clipped pre {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
.file-container .file .file-caption-container {
  opacity: 0.9;
  background-color: #FCFCFC;
  border-top: 1px #EEEEEE solid;
  bottom: 0;
  box-sizing: border-box;
  line-height: 2.5em;
  padding: 0 30px;
  position: absolute;
  text-align: center;
  z-index: 31;
  max-width: 298px;
  width: 298px;
}
.file-container .file .file-caption-container a {
  color: black;
  text-decoration: none;
}
.file-container .file .file-caption-container a.empty-caption {
  color: gray;
  font-style: italic;
}
.file-container .file .file-caption-container .file-caption {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 1;
  line-height: 31px;
  height: 31px;
  text-shadow: 0px 0px 2px white;
}
.file-container .file .file-caption-container .file-caption .buttons {
  /*
           * This provides enough padding to cleanly cover much of any file
           * attachment's header below.
           */
  /* Line up with .file's side borders. */
  margin: 0 0 0 -31px;
  background: #f2f2f2;
  border: 1px #CCCCCC solid;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  display: block;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  width: 300px;
  z-index: 20;
}
.file-container .file .file-caption-container .inline-editor-form > input[type='text'] {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  height: 31px;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: inherit;
  vertical-align: bottom;
  /*
         * The 4px is needed to align the input with the text. It matches
         * the margin between the text and pencil.
         */
  padding: 0 4px 0 0;
  /*
         * The box shadow doesn't display correctly in file attachment
         * thumbnails, so hide it. There will be a red background instead.
         */
}
.file-container .file .file-caption-container .inline-editor-form > input[type='text']:focus {
  outline: 0;
}
.file-container .file .file-caption-container .inline-editor-form > input[type='text']:not(:focus) {
  background: rgba(255, 0, 0, 0.15);
  box-shadow: none;
}
.file-container .file .file-caption-container .inline-editor-form > input[type='text']::-ms-clear {
  display: none;
}
.file-container .file .file-caption-container .rb-icon-edit {
  vertical-align: middle;
  position: absolute;
  right: 6px;
  bottom: 6px;
}
/****************************************************************************
 * Screenshots
 ****************************************************************************/
.screenshot-caption {
  background-color: #F6F6F6;
  border: 1px #999999 solid;
  border-top: 1px #CCCCCC solid;
  padding: 2px 8px;
  border-radius: 0 0 6px 6px;
}
.screenshot-caption img {
  vertical-align: bottom;
}
.screenshot-container {
  background: white;
  float: left;
  display: inline;
  margin-bottom: 10px;
  margin-right: 10px;
  max-width: 400px;
  min-width: 130px;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  border-radius: 6px;
}
.screenshot-container:hover {
  background-color: #F6F6F6;
}
.screenshot-container:hover .screenshot-caption {
  background-color: #E6E6E6;
}
.screenshot-container a {
  color: black;
  text-decoration: none;
}
.screenshot-container .image {
  border: 1px #999999 solid;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  vertical-align: bottom;
}
.screenshot-container .image img {
  border-radius: 5px 5px 0 0;
  vertical-align: middle;
}
/****************************************************************************
 * Screenshot Thumbnails
 ****************************************************************************/
#screenshot-thumbnails {
  margin: 2px;
  padding: 0.5em;
}
#screenshot-thumbnails.dragover {
  border: 2px green dashed;
  display: block;
  margin: 0;
}
/****************************************************************************
 * List of Attached Files
 ****************************************************************************/
#file-list-container.dnd-overlay-visible {
  display: block !important;
  margin: 0;
  /*
   * If there are no file attachments present when showing the drag and drop
   * overlay, this will default to being very short. Force it to be a minimum
   * height to give it enough heft to be a useful drop point.
   */
  min-height: 64px;
}
#file-list {
  margin: 0;
  padding: 0;
  /*
   * When hovering over a thumbnail, fade out all the other thumbnails, to both
   * provide focus to the thumbnail the user is hovering over, and to help
   * separate out the actions menu from other thumbnail contents.
   */
}
#file-list .file.faded {
  opacity: 0.5;
}
#file-list h1.drop-indicator {
  clear: both;
  text-align: center;
}
/****************************************************************************
 * Comment detail dialog
 ****************************************************************************/
.comment-dlg {
  border: 1px #467d11 solid;
  border-radius: 6px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  cursor: default;
  margin-top: 8px;
  overflow: hidden;
  position: absolute;
}
.comment-dlg form {
  background-color: #ACEB6F;
  display: block;
  padding: 6px;
}
.comment-dlg form .buttons {
  margin: 0;
}
.comment-dlg form .buttons input[type="button"] {
  margin-right: 3px;
}
.comment-dlg h1 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
.comment-dlg img.ui-resizable-grip {
  /* Use -1 for bottom and right so it overlaps the resize borders. */
  bottom: -1px;
  cursor: se-resize;
  padding: 0.5em;
  position: absolute;
  right: -1px;
  z-index: 20;
}
.comment-dlg .comment-dlg-body,
.comment-dlg .comment-dlg-footer,
.comment-dlg .comment-dlg-header {
  position: relative;
}
.comment-dlg .comment-dlg-footer {
  padding: 6px 0 0 0;
}
.comment-dlg .comment-dlg-footer .status {
  display: none;
  font-style: italic;
  margin-bottom: 6px;
}
.comment-dlg .comment-dlg-header {
  padding: 0 0 6px 0;
  line-height: 16px;
}
.comment-dlg .comment-dlg-header .markdown-info {
  line-height: inherit;
}
.comment-dlg .comment-dlg-options {
  list-style: none;
  margin: 0;
  padding: 6px 0 0 0;
}
.comment-dlg .comment-dlg-options li {
  margin: 3px 0;
  padding: 0;
}
.comment-dlg .comment-dlg-options li:first-child {
  margin-top: 0;
}
.comment-dlg .comment-dlg-options li:last-child {
  margin-bottom: 0;
}
.comment-dlg .markdown-info {
  line-height: 16px;
}
.comment-dlg .other-comments {
  background-color: #A1C0E3;
  border-right: 1px #467d11 solid;
  padding: 6px;
}
.comment-dlg .other-comments ul {
  background-color: white;
  border: 1px #333333 solid;
  list-style: none;
  margin: 6px 0 0 0;
  overflow: auto;
  padding: 0;
  position: relative;
}
.comment-dlg .other-comments ul li {
  padding: 6px;
}
.comment-dlg .other-comments ul li.even {
  background-color: #F3F3F3;
}
.comment-dlg .other-comments ul li h2 {
  font-size: 90%;
  margin: 0 0 6px 0;
  padding: 0;
}
.comment-dlg .other-comments ul li h2 .actions {
  font-weight: normal;
  right: 6px;
}
.comment-dlg .other-comments ul li h2 .actions a {
  color: blue;
  cursor: pointer;
  text-decoration: none;
  margin-left: 6px;
  padding: 3px;
}
.comment-dlg .other-comments ul li h2 .actions a:hover {
  background-color: #F6F6F6;
}
.comment-dlg .other-comments ul li pre {
  white-space: pre-wrap;
  font-size: 90%;
}
.comment-dlg .text-editor {
  border: 1px #b8b5a0 solid;
  margin: 0;
}
.comment-dlg .text-editor .CodeMirror,
.comment-dlg .text-editor textarea {
  border: 0;
}
.comment-dlg .ui-icon-gripsmall-diagonal-se {
  background: url('../../images/resize-grip.png') no-repeat top left;
}
.issue-state {
  border: 1px transparent solid;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 2em;
  min-height: 26px;
  padding: 0.6em;
  transition: 0.1s linear all;
  visibility: hidden;
}
.issue-state input,
.issue-state .back-to-issue-summary {
  /*
     * This keeps a consistency with the browser. By default, Chrome uses
     * a margin of 2px, and changing it to 0 actually makes things look
     * off-center.
     */
  margin: 2px 2px 2px 0.2em;
  vertical-align: middle;
}
.issue-state .issue-container {
  position: relative;
}
.issue-state .rb-icon {
  margin: 0 0.2em;
}
.issue-state.dropped,
.issue-state.open,
.issue-state.resolved,
.issue-state.verifying-resolved,
.issue-state.verifying-dropped {
  visibility: visible;
}
.issue-state.dropped {
  background: #ECECEC;
  border-color: #b9b9b9;
}
.issue-state.dropped .back-to-issue-summary,
.issue-state.dropped .back-to-issue-summary:visited {
  color: #535353;
}
.issue-state.open {
  background: #fff4B0;
  border-color: #e3c300;
}
.issue-state.open .back-to-issue-summary,
.issue-state.open .back-to-issue-summary:visited {
  color: #7d6c00;
}
.issue-state.resolved {
  background: #FAFAFA;
  border-color: #e1e1e1;
}
.issue-state.resolved .back-to-issue-summary,
.issue-state.resolved .back-to-issue-summary:visited {
  color: #616161;
}
.issue-state.verifying-resolved,
.issue-state.verifying-dropped {
  background: #fff8ca;
  border-color: #e3c300;
}
.issue-state.verifying-resolved .back-to-issue-summary,
.issue-state.verifying-dropped .back-to-issue-summary,
.issue-state.verifying-resolved .back-to-issue-summary:visited,
.issue-state.verifying-dropped .back-to-issue-summary:visited {
  color: #7d6c00;
}
.issue-state .back-to-issue-summary {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  padding: 0 0.5em;
  position: absolute;
  right: 0;
  height: 24px;
  line-height: 24px;
}
.issue-state .back-to-issue-summary:hover {
  text-decoration: underline;
}
.issue-state .issue-message {
  margin-right: 0.5em;
  vertical-align: middle;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .issue-state .back-to-issue-summary {
    display: none;
  }
  .issue-state .issue-actions {
    display: block;
    margin-top: 0.5em;
  }
  .issue-state .issue-actions input:first-child {
    margin-left: 0;
  }
  .issue-state .issue-details {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
  }
}
/****************************************************************************
 * Banners
 ****************************************************************************/
#review-banner {
  overflow: hidden;
}
#review-banner.hidden {
  max-height: 0;
  visibility: hidden;
}
#review-banner.hidden .banner {
  /*
       * Instead of hiding the banner, we keep the position off-screen by
       * default using a transform. This makes it easy to animate it on-screen
       * when putting it in the "shown" state.
       */
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}
#review-banner.ui-ready {
  transition: max-height 0.3s linear, visibility 0.3s linear;
}
#review-banner.ui-ready .banner {
  /*
       * We only set the position as fixed when the UI is ready (JavaScript
       * has processed things). The reason for this is that when the page is
       * loading, we want the #review-banner to have the same height as the
       * draft banner, but the JavaScript wouldn't have executed yet, so it
       * wouldn't be able to force that height. So instead, we leave the
       * banner with a normal position, impacting #review-banner's height,
       * and ensuring the page doesn't jump. Then we convert it to fixed once
       * we've rendered everything.
       */
  position: fixed;
  left: 0;
  top: 0;
  transition: transform 0.3s linear;
}
#review-banner .banner {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  margin: 0;
  width: 100%;
  z-index: 90;
}
/****************************************************************************
 * Tooltips
 ****************************************************************************/
.tooltip {
  background-color: #fef6b3;
  border: 1px #a58600 solid;
  padding: 4px;
  position: absolute;
  max-width: 60em;
}
.tooltip.comments {
  border: 1px black solid;
  border-bottom: 0;
  padding: 0;
}
.tooltip.comments > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tooltip.comments > ul > li {
  background-color: #a1c0e3;
  border-bottom: 1px #5170B3 solid;
  margin: 0;
  padding: 5px;
}
.tooltip.comments > ul > li.draft {
  background-color: #aceb6f;
  border-bottom: 1px black solid;
}
.tooltip.comments > ul > li div.reviewer {
  font-weight: bold;
  margin-bottom: 1em;
}
.tooltip.comments > ul > li pre {
  font-size: 8pt;
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
}
.tooltip.comments > ul > li .rich-text code {
  border-color: #5170B3;
}
.tooltip.comments > ul > li .rich-text .codehilite {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-color: #5170B3;
  margin-left: -5px;
  margin-right: -5px;
}
/****************************************************************************
 * Bubbles
 ****************************************************************************/
.bubble {
  background-color: white;
  border: 1px black solid;
  border-radius: 8px;
  font-size: 10pt;
  font-weight: bold;
  padding: 6px;
  position: absolute;
  white-space: nowrap;
  z-index: 120;
}
/****************************************************************************
 * Issue Summary
 ****************************************************************************/
.issue-table-wrapper {
  clear: both;
}
#issue-summary-table {
  border: 1px #999 solid;
  border-radius: 6px;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  #issue-summary-table {
    border: 1px #A89C00 solid;
  }
}
#issue-summary-table tr td {
  border-top: 1px transparent solid;
  cursor: pointer;
  padding: 7px;
  vertical-align: middle;
}
#issue-summary-table tr td a {
  color: #0000CC;
  text-decoration: none;
}
#issue-summary-table tr td .rb-icon {
  margin-right: 2px;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  #issue-summary-table tr td {
    display: block;
  }
}
#issue-summary-table tr.hidden {
  display: none;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  #issue-summary-table thead {
    display: none !important;
  }
}
#issue-summary-table thead th {
  background: #E9E9E9;
  border-bottom: 1px #BBB solid;
  cursor: pointer;
  height: 21px;
  padding: 2px 8px;
  text-align: left;
  white-space: nowrap;
}
#issue-summary-table thead th:hover {
  background: #dcdcdc;
}
#issue-summary-table .issue {
  /*
     * Sets the background and hover colors for an issue row of a given type.
     */
  /* Add borders separating groups of different types of statuses. */
}
#issue-summary-table .issue:not(.hidden).open + .issue:not(.open) td,
#issue-summary-table .issue:not(.hidden).dropped + .issue:not(.dropped) td,
#issue-summary-table .issue:not(.hidden).resolved + .issue:not(.resolved) td {
  border-top-color: #CCC;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  #issue-summary-table .issue:not(.hidden).open + .issue:not(.open) td,
  #issue-summary-table .issue:not(.hidden).dropped + .issue:not(.dropped) td,
  #issue-summary-table .issue:not(.hidden).resolved + .issue:not(.resolved) td {
    border-top-color: transparent;
  }
}
#issue-summary-table .issue .issue-text {
  vertical-align: middle;
}
#issue-summary-table .issue .summary-table-description {
  line-height: 16px;
  overflow: hidden;
  vertical-align: top;
  width: 100%;
}
#issue-summary-table .issue.open:hover td {
  background-color: #f2e48a;
}
#issue-summary-table .issue.open td {
  background-color: #fff4B0;
}
#issue-summary-table .issue.dropped:hover td {
  background-color: #dfdfdf;
}
#issue-summary-table .issue.dropped td {
  background-color: #ECECEC;
}
#issue-summary-table .issue.resolved:hover td {
  background-color: #ededed;
}
#issue-summary-table .issue.resolved td {
  background-color: #FAFAFA;
}
#issue-summary-table .issue.verifying-dropped:hover td,
#issue-summary-table .issue.verifying-resolved:hover td {
  background-color: #f5e9a1;
}
#issue-summary-table .issue.verifying-dropped td,
#issue-summary-table .issue.verifying-resolved td {
  background-color: #fff8ca;
}
#issue-summary-table .issue .reviewer {
  padding: 0 7px;
}
#issue-summary-table .issue .reviewer a {
  padding: 7px 0;
}
#issue-summary-table .issue .last-updated {
  padding: 7px;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  #issue-summary-table .issue {
    /*
       * Add a border betwen all sections, but don't add it to the very top.
       * This sort of selector will guarantee all visible rows following the
       * first visible row will have a top border set.
       */
  }
  #issue-summary-table .issue:not(.hidden) ~ .issue:not(.hidden) td:first-child {
    border-top-color: #CCC;
  }
  #issue-summary-table .issue td.summary-table-description,
  #issue-summary-table .issue td.reviewer,
  #issue-summary-table .issue td.last-updated {
    padding-left: 1em;
    padding-right: 1em;
  }
  #issue-summary-table .issue td.summary-table-description {
    padding-top: 1em;
  }
  #issue-summary-table .issue td.last-updated {
    padding-bottom: 1em;
  }
  #issue-summary-table .issue .issue-icon {
    margin: 0 4px;
  }
  #issue-summary-table .issue .last-updated time {
    /* Align the text. */
    margin-left: 28px;
  }
  #issue-summary-table .issue .status,
  #issue-summary-table .issue .summary-table-description {
    width: auto;
  }
}
#issue-summary-table .no-issues td {
  background-color: #FFF;
}
#issue-summary-table .comment-id,
#issue-summary-table .last-updated,
#issue-summary-table .reviewer,
#issue-summary-table .status {
  vertical-align: middle;
  white-space: nowrap;
}
#issue-summary-table .comment-id img,
#issue-summary-table .last-updated img,
#issue-summary-table .reviewer img,
#issue-summary-table .status img {
  vertical-align: middle;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  #issue-summary-table .comment-id,
  #issue-summary-table .last-updated,
  #issue-summary-table .reviewer,
  #issue-summary-table .status {
    white-space: normal;
  }
}
#issue-summary .issue-summary-header {
  margin: 1.5em 0 -1px 0;
  padding-bottom: 0;
  position: relative;
}
#issue-summary .issue-summary-header .issue-summary-tabs {
  list-style: none;
  margin: 0 0 0 2.5em;
  padding: 0;
}
#issue-summary .issue-summary-header .issue-summary-tabs .issue-summary-tab {
  border: 1px transparent solid;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: inline-block;
  margin: 0 0.5em 1px 0;
  padding: 0.5em 1em;
  vertical-align: bottom;
}
#issue-summary .issue-summary-header .issue-summary-tabs .issue-summary-tab * {
  cursor: pointer;
  vertical-align: middle;
}
#issue-summary .issue-summary-header .issue-summary-tabs .issue-summary-tab:hover {
  background: #f6f6f6;
  border-color: #a6a6a6;
}
#issue-summary .issue-summary-header .issue-summary-tabs .issue-summary-tab.active {
  background: #E9E9E9;
  border-color: #999;
  /*
           * Make the tab flush with the top border of the issue table,
           * along with the -1px margin-bottom in .issue-summary-header.
           */
  margin-bottom: 0px;
}
#issue-summary .issue-summary-header .issue-summary-tabs .issue-summary-tab.active label,
#issue-summary .issue-summary-header .issue-summary-tabs .issue-summary-tab.active span {
  /*
             * Compensate for the 1px vertical difference in content
             * between the active and inactive tabs.
             */
  padding-bottom: 1px;
}
#issue-summary .issue-summary-header .issue-summary-tabs .issue-summary-tab.issue-summary-total label,
#issue-summary .issue-summary-header .issue-summary-tabs .issue-summary-tab.issue-summary-total span {
  display: inline-block;
}
#issue-summary .issue-summary-header .issue-summary-tabs .issue-summary-tab label {
  color: black;
  font-weight: normal;
  margin-right: 3px;
  line-height: 16px;
}
#issue-summary .issue-summary-header .issue-summary-tabs .issue-summary-tab .issue-counter-value {
  vertical-align: middle;
}
#issue-summary .issue-summary-header .issue-summary-filters {
  position: absolute;
  bottom: 0;
  right: 10px;
  margin-bottom: 1em;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  #issue-summary .issue-summary-header .issue-summary-filters {
    position: initial;
    text-align: right;
  }
}
#issue-summary .issue-summary-header .issue-summary-filters .issue-summary-filter-wrapper {
  display: inline;
  margin: 0 0.5em;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  #issue-summary .issue-summary-header .issue-summary-filters .issue-summary-filter-wrapper {
    display: block;
    margin: 1em 0.5em;
  }
}
#issue-summary .issue-summary-header .issue-summary-filters .issue-summary-filter-wrapper:first-child {
  margin-left: 0;
}
#issue-summary .issue-summary-header .issue-summary-filters .issue-summary-filter-wrapper select {
  margin-left: 0.2em;
}
/****************************************************************************
 * "Update Diff" dialog
 ****************************************************************************/
.update-diff {
  width: 60em;
  height: 16em;
}
.update-diff #error-contents,
.update-diff #parent-diff-error-contents {
  margin: 0 5em;
}
.update-diff .input {
  height: 16em;
  line-height: 16em;
  margin: 2em 2em 6em 2em;
  border: 1px solid #D0D0D0;
}
.update-diff #prompt-for-basedir,
.update-diff #prompt-for-diff,
.update-diff #prompt-for-parent-diff,
.update-diff #prompt-for-change-number,
.update-diff #processing-diff,
.update-diff #uploading-diffs,
.update-diff #error-indicator {
  display: none;
}
.update-diff #processing-diff .spinner,
.update-diff #uploading-diffs .spinner {
  width: 16px;
  height: 16px;
  font-size: 16px;
  margin: auto;
}
.update-diff #error-contents,
.update-diff #parent-diff-error-contents {
  line-height: 12pt;
  margin-bottom: 1em;
  position: relative;
}
.update-diff #error-contents img,
.update-diff #parent-diff-error-contents img {
  margin-right: 5px;
  vertical-align: sub;
}
.update-diff .input {
  border-radius: 6px;
  background-color: #ffffff;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.update-diff .input .startover {
  position: absolute;
  bottom: 0;
  right: 5px;
  line-height: 14pt;
}
.update-diff .drag-hover {
  border: 1px solid #c6c6c6;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
}
/****************************************************************************
 * Status Updates
 ****************************************************************************/
#initial-status-updates .header {
  border-width: 0 0 1px 0;
}
#initial-status-updates .header.status-update-state-failure {
  background-color: #ffe0e5;
  border-color: #edcfd3;
  border-style: solid;
}
#initial-status-updates .header.status-update-state-pending {
  background-color: #fdfecc;
  border-color: #e3e57f;
  border-style: solid;
}
#initial-status-updates .header.status-update-state-success {
  background-color: #dfffd7;
  border-color: #cfeac8;
  border-style: solid;
}
#initial-status-updates .review-request-page-entry-contents {
  overflow: hidden;
}
#initial-status-updates .review-request-page-entry-contents.collapsed .header {
  background-color: #ECECEE;
  border-width: 0;
}
.status-update-review-header {
  border-width: 1px 0;
  margin: 0.75rem 0 -1px;
  padding: 6px 12px;
}
.status-update-review-header.status-update-state-failure {
  background-color: #ffe0e5;
  border-color: #edcfd3;
  border-style: solid;
}
.status-update-review-header.status-update-state-pending {
  background-color: #fdfecc;
  border-color: #e3e57f;
  border-style: solid;
}
.status-update-review-header.status-update-state-success {
  background-color: #dfffd7;
  border-color: #cfeac8;
  border-style: solid;
}
.status-update-review .banner {
  border-bottom-width: 0;
  margin-top: 1px;
}
.status-update-review .banner.floating {
  border-bottom-width: 1px;
}
.status-update-summary-entry {
  line-height: 14px;
  vertical-align: middle;
}
.status-update-summary-entry::before {
  font-size: 14px;
  font-family: FontAwesome;
  /* Set this up to allow for animations. We need position: absolute. */
  position: absolute;
}
.status-update-summary-entry.status-update-state-failure {
  color: darkred;
  padding: 12px;
}
.status-update-summary-entry.status-update-state-failure .fa {
  margin-right: 0.5em;
}
.status-update-summary-entry.status-update-state-failure::before {
  content: '\f00d';
}
.status-update-summary-entry.status-update-state-pending {
  color: goldenrod;
  padding: 12px;
}
.status-update-summary-entry.status-update-state-pending .fa {
  margin-right: 0.5em;
}
.status-update-summary-entry.status-update-state-pending::before {
  animation: fa-spin 2s infinite linear;
  content: '\f021';
  width: 11px;
  height: 14px;
}
.status-update-summary-entry.status-update-state-success {
  color: darkgreen;
  padding: 12px;
}
.status-update-summary-entry.status-update-state-success .fa {
  margin-right: 0.5em;
}
.status-update-summary-entry.status-update-state-success::before {
  content: '\f00c';
}
.status-update-summary-entry .summary {
  font-weight: bold;
  /* This will cover the icon with spacing after. */
  margin-left: 2em;
}
.status-update-summary-entry a {
  float: right;
}
/*# sourceMappingURL=reviews.css.map */