/* RB Colors */
/* !(*%!(&^ (see http://www.positioniseverything.net/easyclearing.html) */
.clearfix {
  display: inline-block;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
.sidebyside {
  background: white;
  border: 1px #c0c0c0 solid;
  border-collapse: collapse;
  margin: 2px;
  padding: 2px;
  width: 100%;
}
.sidebyside.diff-error td {
  background: #fff6a6;
  padding: 6px;
}
.sidebyside.diff-error td a {
  color: blue;
  font-weight: bold;
}
.sidebyside.diff-error .error-details {
  display: none;
}
.sidebyside.newfile col.left {
  border-right: 1px #c0c0c0 solid;
  width: 0%;
}
.sidebyside.newfile col.right {
  width: 100%;
}
.sidebyside a {
  color: black;
  text-decoration: none;
}
.sidebyside col.left {
  border-right: 1px #c0c0c0 solid;
  width: 50%;
}
.sidebyside col.right {
  width: 50%;
}
.sidebyside col.line {
  border-right: 1px #c0c0c0 solid;
  width: 1%;
  /* Make sure this doesn't stretch if the header stretches. */
}
.sidebyside pre {
  white-space: pre-wrap;
  /* CSS 3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, 1999+ */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE 5.5+ */
  font-size: 8pt;
  line-height: 140%;
  margin: 0;
}
.sidebyside .moved-to,
.sidebyside .moved-from {
  background-color: #66ccff;
  background-image: url("../images/moved_bg.d7a553774810.png");
  background-position: top left;
  background-repeat: repeat-x;
  border: 1px #065a8a solid;
  display: block;
  float: left;
  padding: 0px 1em;
}
.sidebyside .moved-to {
  float: right;
  -moz-border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
.sidebyside .moved-from {
  -moz-border-radius: 0px 8px 8px 0;
  -webkit-border-radius: 0px 8px 8px 0;
  border-radius: 0px 8px 8px 0;
}
.sidebyside tbody tr.selected * {
  background: #e2e2e2;
}
.sidebyside tbody tr.selected td .diff-collapse-btn {
  background: #E4D9CB;
}
.sidebyside tbody tr.first td,
.sidebyside tbody tr.first th {
  border-top: 1px #d0d0d0 solid;
}
.sidebyside tbody tr.last td,
.sidebyside tbody tr.last th {
  border-bottom: 1px #d0d0d0 solid;
}
.sidebyside tbody tr td {
  vertical-align: top;
}
.sidebyside tbody tr td .collapse-floater {
  position: relative;
}
.sidebyside tbody tr td .diff-collapse-btn {
  background: #E4D9CB;
  border: 1px black solid;
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  right: -8px;
  z-index: 100;
  opacity: 0.8;
}
.sidebyside tbody tr td .diff-collapse-btn:hover {
  opacity: 1.0;
}
.sidebyside tbody tr th {
  background: #f0f0f0;
  padding-left: 1em;
  text-align: right;
  vertical-align: top;
  cursor: pointer;
}
.sidebyside tbody.whitespace-file {
  display: none;
}
.sidebyside tbody.binary td,
.sidebyside tbody.deleted td,
.sidebyside tbody.whitespace-file td {
  background: #dbebff;
  padding: 4px;
}
.sidebyside tbody.delete tr.selected * {
  background: #dfb1b1;
}
.sidebyside tbody.delete tr td {
  background: #ffc5ce;
}
.sidebyside tbody.delete tr th {
  background: #ebb1ba;
}
.sidebyside tbody.insert tr.selected * {
  background: #9ae298;
}
.sidebyside tbody.insert tr td {
  background: #c5ffc4;
}
.sidebyside tbody.insert tr th {
  background: #b1ebb0;
}
.sidebyside tbody.replace tr.selected * {
  background: #e2e179;
}
.sidebyside tbody.replace tr td {
  background: #fdfebc;
}
.sidebyside tbody.replace tr th {
  background: #e9eaa8;
}
.sidebyside tbody.replace.dimmed {
  background: #FFFFFF;
}
.sidebyside tbody.replace.dimmed .hl {
  background: #FFFFFF;
}
.sidebyside tbody.replace.dimmed th {
  background: #F0F0F0;
}
.sidebyside tbody.replace .hl {
  background: #eff23d;
}
.sidebyside tbody.diff-header a {
  text-decoration: none;
  color: black;
}
.sidebyside tbody.diff-header code {
  margin: 0 2px;
}
.sidebyside tbody.diff-header img {
  vertical-align: middle;
  padding: 1px;
}
.sidebyside tbody.diff-header td {
  background: #e4d9cb;
  font-size: x-small;
  text-align: center;
}
.sidebyside tbody.diff-header th {
  background: #e4d9cb;
}
.sidebyside thead th {
  background: #f0f0f0;
  border-bottom: 1px #c0c0c0 solid;
  font-size: 120%;
  font-weight: bold;
  padding: 4px 8px;
  text-align: left;
  text-overflow: ellipsis;
}
.sidebyside thead th.rev {
  font-size: 100%;
}
.sidebyside thead th.controls,
.sidebyside th.controls {
  font-size: 100%;
  font-weight: normal;
  padding: 2px 0 2px 2px;
  vertical-align: top;
}
.sidebyside .commentflag {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 20px;
  left: -0.7em;
  margin-top: -0.3em;
  position: absolute;
  width: 1.6em;
}
.sidebyside .commentflag-shadow {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  background-color: black;
  border: 1px solid black;
  bottom: 0;
  left: 0.2em;
  position: absolute;
  right: 0;
  top: 0.2em;
  width: 100%;
}
.sidebyside .commentflag-inner {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.95;
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  background-color: #a1c0e3;
  border: 1px solid #204a87;
  bottom: 0.2em;
  cursor: pointer;
  font-size: 90%;
  font-weight: normal;
  left: 0;
  line-height: 1.7em;
  position: absolute;
  right: 0.2em;
  text-align: center;
  top: 0;
  vertical-align: top;
  width: 100%;
  z-index: 20;
}
.sidebyside .commentflag-inner span {
  background: transparent !important;
}
.selected .commentflag .commentflag-inner {
  background-color: #a1c0e3;
}
.selected .commentflag .commentflag-inner,
.commentflag .commentflag-inner:hover {
  background-color: #a5caf3;
}
.commentflag.draft .commentflag-inner {
  background-color: #aceb6f;
  border-color: #3e7b01;
}
.selected .commentflag.draft .commentflag-inner,
.commentflag.draft .commentflag-inner:hover {
  background-color: #b6f37c;
}
.ghost-commentflag {
  cursor: pointer;
  position: absolute;
  left: 0.1em;
  margin-top: -0.1em;
  height: 21px;
}
.ghost-commentflag .commentflag-inner {
  background-color: #eeeeec;
  border-color: #888a85;
}
#diffs {
  list-style: none;
  margin: 0;
  padding: 0;
  /* Allows highlight chunks to be absolute relative to this. */
  position: relative;
}
#diffs div.index ol {
  margin-bottom: 20px;
  padding-left: 30px;
}
#diffs .sidebyside {
  margin-bottom: 20px;
}
#diffs .diff-highlight-border {
  background-color: black;
  display: block;
  font-size: 0;
  /* Prevents the 13px minimum height in IE6 */
  width: 2px;
  height: 2px;
}
ol.index li {
  padding: 2px 0;
}
ol.index li a.dimmed {
  color: #ABABAB;
}
/****************************************************************************
 * Diff information
 ****************************************************************************/
#diff-details {
  border-spacing: 8px;
  border-top: 1px #c2c1b0 solid;
  margin-top: 20px;
}
.revision-selector {
  margin-bottom: 6px;
}
.revision-selector th {
  padding: 4px 6px;
  text-align: right;
  vertical-align: bottom;
  margin: 4px;
}
.revision-selector .revisions {
  padding: 0;
}
.revision-selector .revisions a {
  border: 1px #999999 solid;
  color: #000000;
  padding: 2px 6px;
  text-decoration: none;
}
.revision-selector .revisions a:hover {
  background: #e7e0a2;
  border-color: #003366;
  color: #000000;
}
.revision-selector .revisions a:visited {
  color: #000000;
}
.revision-selector .revisions .current {
  font-weight: bold;
  padding: 2px 6px;
}
/****************************************************************************
 * Pagination
 ****************************************************************************/
.paginate-previous,
.paginate-next,
.paginate-link,
.paginate-current {
  padding: 2px 4px;
  border: 1px solid #dddddd;
}
.paginate-current {
  background: #417690;
  color: #f4f379;
  font-weight: bold;
}

/* RB Colors */
/* !(*%!(&^ (see http://www.positioniseverything.net/easyclearing.html) */
.clearfix {
  display: inline-block;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/****************************************************************************
 * Review Request Box
 ****************************************************************************/
.inline-editor-form.summary-editor {
  margin-top: -2px;
  margin-left: -3px;
}
.inline-editor-form .buttons input[type='button'] {
  margin-left: 0;
  margin-right: 6px;
}
.inline-editor-form textarea + .buttons {
  margin-top: 6px;
}
.inline-editor-form input[type] + .buttons {
  padding-left: 6px;
}
.review-request {
  background-color: #fefadf;
  background-image: url("../images/review_request_box_top_bg.ab6f3b1072c9.png");
}
.review-request label {
  color: #575012;
  font-weight: bold;
}
.review-request noscript form {
  margin: 10px 5px 5px 5px;
  text-align: right;
}
.review-request textarea {
  border: 1px #b8b5a0 solid;
  height: 1.5em;
  overflow: hidden;
}
.review-request .box-inner {
  background-image: url("../images/review_request_box_bottom_bg.e6485313ac61.png");
}
.review-request .content {
  clear: both;
  padding: 10px;
}
.review-request .content.sliding {
  margin-top: -5px;
}
.review-request .content img {
  border: none;
}
.review-request .content label {
  display: block;
  min-height: 15px;
}
.review-request .content label img {
  vertical-align: middle;
}
.review-request .content pre {
  white-space: pre-wrap;
  /* CSS 3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, 1999+ */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE 5.5+ */
  background-color: #FFFFFF;
  border: 1px #b8b5a0 solid;
  margin: 5px 0 0 0;
  padding: 10px;
}
.review-request .content-divider {
  border-top: 1px #C2C1B0 solid;
}
.review-request .main {
  clear: both;
  padding: 0;
}
.review-request #required-field-legend {
  color: darkRed;
  font-weight: bold;
  padding: 10px;
}
.review-request .controls {
  list-style: none;
  margin: 0;
  padding: 0 8px 4px 8px;
  text-align: right;
}
.review-request .controls a {
  color: black;
  text-decoration: none;
}
.review-request .controls a:hover {
  color: #0000C0;
}
.review-request .controls img {
  vertical-align: bottom;
}
.review-request .controls li {
  display: inline;
  padding-left: 8px;
}
.review-request .header {
  padding: 10px;
}
.review-request .star {
  float: left;
  margin-right: 10px;
}
.review-request #details {
  border-bottom: 1px #c2c1b0 solid;
  border-top: 1px #c2c1b0 solid;
  float: left;
  width: 100%;
}
.review-request #details #review-request-warning {
  background-color: #f5a9a9;
  border: 1px solid #ff0000;
  display: none;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
.review-request #details .details-column {
  border-spacing: 0px;
  float: left;
  width: 50%;
  padding: 10px;
}
.review-request #details .details-column th {
  color: #39350b;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
.review-request #details .details-column td,
.review-request #details .details-column th {
  padding: 0 0 0 1em;
  height: 2.6em;
}
.review-request #details .details-column #target_people .inactive {
  text-decoration: line-through;
}
.review-request #details .details-column .indented th {
  padding-left: 20px;
}
.review-request #details .details-column .label {
  text-align: right;
  white-space: nowrap;
}
.review-request #diff_revision {
  font-weight: bold;
  text-align: right;
  vertical-align: bottom;
}
.review-request #status {
  color: #39350b;
  margin: 5px 0;
}
.review-request #summary_wrapper {
  line-height: 2.6em;
  padding: 0;
}
.review-request #summary_wrapper label,
.review-request #summary_wrapper #summary {
  font-size: 14px;
}
.review-request #summary_wrapper label {
  margin-right: 0.5em;
}
.review-request #summary_wrapper img {
  vertical-align: middle;
}
.review-request #summary_wrapper #summary {
  display: inline;
}
.review-request #summary_wrapper #summary a {
  color: black;
  text-decoration: none;
}
.review-request .actions-container {
  background: #e5d7a8;
  border-bottom: 1px #957d2c solid;
  float: right;
  width: 100%;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.review-request .actions-container .star {
  margin: 5px 0 0 5px;
}
.review-request .actions {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.review-request .actions a {
  color: black;
  cursor: pointer;
  display: block;
  text-decoration: none;
  padding: 6px 10px;
  border-left: 1px #957d2c solid;
}
.review-request .actions img {
  vertical-align: middle;
}
.review-request .actions li {
  float: left;
  margin: 0;
  padding: 0;
}
.review-request .actions li:hover {
  background-color: #d7c179;
}
.review-request .actions li:active {
  background-color: #ceb359;
}
.review-request .actions li.primary {
  background-color: #e5d7a8;
}
.review-request .actions li.primary:hover {
  background-color: #d7c179;
}
.review-request .actions li.primary:active {
  background-color: #ceb359;
}
.review-request .actions .menu-title {
  background: url("../images/dropdown.d79aa81667da.png") no-repeat 100% 60%;
  margin-right: 0.6em;
  padding-right: 1.2em;
}
.review-request .actions .menu {
  background: #ceb359;
  border: 1px #957d2c solid;
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 110;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.review-request .actions .menu li {
  background: #e5d7a8;
  border: 0;
  float: none;
  margin: 0;
  padding: 0;
}
.review-request .actions .menu li:last-child {
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.review-request .actions .menu li:hover {
  background-color: #d7c179;
}
.review-request .actions .menu li a {
  color: black;
  border: 0;
  display: block;
  margin: 0;
  padding: 8px 10px;
  text-decoration: none;
}
.review-request .actions > li:last-child {
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.review-request #updated_time,
.review-request #created_time {
  text-align: right;
  vertical-align: bottom;
}
.review-request .editicon {
  text-decoration: none;
}
.review-request .required-flag {
  color: darkRed;
  font-size: 10px;
  font-weight: bold;
  padding: 0 2px;
}
#review_request_form input[type='text'],
#review_request_form textarea {
  width: 400px;
}
/****************************************************************************
 * Reviews
 ****************************************************************************/
.box.collapsed .collapse-button .ui-collapse-icon {
  background-image: url("../images/expand-review.22094cdf151d.png");
}
.box.collapsed .body {
  display: none;
}
.box.collapsed .banner {
  margin-bottom: 0;
}
.box .collapse-button {
  border: 1px #333333 solid;
  cursor: pointer;
  float: left;
  margin-right: 0.5em;
  padding: 0;
}
.box .collapse-button .ui-collapse-icon {
  background: url("../images/collapse-review.44689a3fc43f.png") no-repeat;
  width: 18px;
  height: 18px;
}
.review {
  background-color: #e9edf5;
  background-image: url("../images/review_box_top_bg.6167f99a9b94.png");
}
.review .banner {
  margin-top: 10px;
}
.review .banner.floating {
  margin-top: 0;
}
.review .body {
  background-color: #FAFAFA;
  border: 1px #AAAAAA solid;
  clear: both;
  margin: 5px;
  padding: 10px;
}
.review .body pre {
  white-space: pre-wrap;
  /* CSS 3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, 1999+ */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE 5.5+ */
}
.review .body .comment-text:target {
  background-color: #E7EDF3;
  border: 1px solid #3465a4;
  padding: 1em;
}
.review .body .body_top,
.review .body .body_bottom {
  margin: 0;
}
.review .box-inner {
  background-image: url("../images/review_box_bottom_bg.76c4a1ca2edb.png") !important;
}
.review .controls {
  list-style: none;
  margin: 0;
  padding: 0 8px 4px 8px;
  text-align: right;
}
.review .controls a {
  text-decoration: none;
}
.review .controls li {
  display: inline;
}
.review .comments {
  border: 0;
}
.review .diff-comments dd {
  margin-bottom: 20px;
}
.review .diff-comments dt thead th {
  font-weight: normal;
}
.review .diff-comments .filename a {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}
.review .diff-comments .file-attachment {
  background: #F0F0F0;
  border: 1px #C0C0C0 solid;
  font-size: 120%;
  padding: 5px;
  white-space: nowrap;
}
.review .diff-comments .file-attachment a {
  text-decoration: none;
}
.review .diff-comments .file-attachment img {
  padding-right: 10px;
  vertical-align: middle;
}
.review .diff-comments .file-attachment .caption {
  color: black;
  margin: 5px 0 0 32px;
}
.review .diff-comments .file-attachment .filename {
  color: black;
  font-weight: bold;
  margin: 0;
  vertical-align: middle;
}
.review .diff-comments .file-attachment .thumbnail {
  margin-top: 0.5em;
}
.review .diff-comments .screenshot {
  background: #F0F0F0;
  border: 1px #C0C0C0 solid;
  font-size: 120%;
}
.review .diff-comments .screenshot img {
  padding: 5px;
}
.review .diff-comments .screenshot .filename {
  display: block;
  margin: 0;
  padding: 5px 10px;
}
.review .header {
  padding: 2px 4px 4px 4px;
}
.review .header a {
  color: black;
  text-decoration: none;
}
.review .reviewer {
  float: left;
  font-weight: bold;
  padding-top: 2px;
}
.review .reviewer a {
  position: relative;
}
.review .posted_time {
  text-align: right;
  padding-top: 2px;
}
.review .reply-comments {
  margin: 20px 0 0 0;
  padding: 0;
}
.review .reply-comments .reply-comment {
  display: inline;
}
.review .reply-comments .reply-comment.draft dt label a {
  color: #4e9a06;
}
.review .reply-comments .reply-comment dl {
  border-left: 2px #D0D0D0 solid;
  /*
         * Set a border-bottom to prevent a bug in IE where, without a
         * border-bottom, the content of the dl will shift left by the
         * border-left size for every following item.
         */
  border-bottom: 1px #FAFAFA solid;
  margin: 0;
  padding: 5px;
}
.review .reply-comments .reply-comment dl dt label a {
  color: #AB5603;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
}
.review .reply-comments .reply-comment dl dt span {
  color: #487858;
  font-weight: normal;
}
.review .reply-comments .reply-comment dl dd {
  margin-left: 10px;
}
.review .shipit {
  background: #aeff60;
  border: 1px #888888 solid;
  font-weight: bold;
  left: -10px;
  margin-bottom: 8px;
  padding: 4px 8px;
  position: relative;
  width: 4.5em;
  top: -8px;
  -moz-border-radius: 6px 0 6px 0;
  -webkit-border-radius: 6px 0 6px 0;
  border-radius: 6px 0 6px 0;
}
.sidebyside.loading {
  /* Helps us better keep the size, as long as the comment is within a chunk. */
  padding: 2px 2px 1px 2px;
  width: 100%;
}
.sidebyside.loading tbody {
  background: #f3f3f3 url("../images/spinner.73e57937304d.gif") no-repeat center center;
}
.sidebyside.loading tbody th {
  background: transparent;
}
/****************************************************************************
 * Change Descriptions
 ****************************************************************************/
#changedescription {
  white-space: pre-wrap;
  /* CSS 3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, 1999+ */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE 5.5+ */
  background-color: #FFFFFF;
  border: 1px #b8b5a0 solid;
  margin: 5px 0 0 0;
  padding: 10px;
}
.changedesc {
  background-color: #fefadf;
  background-image: url("../images/review_request_box_top_bg.ab6f3b1072c9.png");
}
.changedesc .body {
  background-color: #FAFAFA;
  border: 1px #AAAAAA solid;
  clear: both;
  margin: 5px;
  padding: 10px;
}
.changedesc .body ul {
  padding-left: 2em;
  margin-bottom: 10px;
}
.changedesc .body ul li label {
  color: #575012;
  font-weight: bold;
}
.changedesc .body ul li pre {
  border: 1px #b8b5a0 solid;
  padding: 10px;
  font-size: 9pt;
}
.changedesc .body pre {
  white-space: pre-wrap;
  /* CSS 3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, 1999+ */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE 5.5+ */
}
.changedesc .box-inner {
  background-image: url("../images/review_request_box_bottom_bg.e6485313ac61.png") !important;
}
.changedesc .header {
  padding: 2px 4px 4px 4px;
}
.changedesc .header a {
  color: black;
  text-decoration: none;
}
.changedesc .header b {
  float: left;
  font-weight: bold;
}
.changedesc .header .reviewer {
  padding-top: 2px;
}
.changedesc .header .posted_time {
  text-align: right;
}
/****************************************************************************
 * Updates Bubble
 ****************************************************************************/
#updates-bubble {
  background: #FFF1AB;
  border: 1px #666666 solid;
  bottom: 1px;
  font-size: 110%;
  padding: 0.8em;
  position: fixed;
  right: 1px;
}
#updates-bubble a,
#updates-bubble a:visited {
  color: #0000CC;
  text-decoration: none;
}
#updates-bubble #updates-bubble-buttons {
  margin-left: 2em;
}
/****************************************************************************
 * Review Form
 ****************************************************************************/
#review-form {
  overflow: auto;
  padding: 10px;
}
#review-form label {
  color: black;
  font-weight: bold;
  margin-top: 10px;
}
#review-form pre.editable {
  white-space: pre-wrap;
  /* CSS 3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, 1999+ */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE 5.5+ */
  background-color: #FFFFFF;
  border: 1px #b8b5a0 solid;
  margin: 10px 0;
  padding: 10px;
}
#review-form textarea {
  border: 1px #b8b5a0 solid;
  height: 1.5em;
  overflow: hidden;
  width: 100%;
}
#review-form #review-form-comments {
  background: none;
}
/****************************************************************************
 * Uploaded files
 ****************************************************************************/
.file-container .file {
  background-color: #F6F6F6;
  border: 1px black solid;
  display: block;
  float: left;
  position: relative;
  margin: 0 2em 2em 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.file-container .file .actions li a {
  -moz-border-radius: 0 5px 0 5px;
  -webkit-border-radius: 0 5px 0 5px;
  border-radius: 0 5px 0 5px;
  border-left: 1px #957d2c solid;
  border-bottom: 1px #957d2c solid;
}
.file-container .file .file-header {
  background: white;
  padding: 0 10em 0 0.5em;
  line-height: 2.5em;
  height: 2.5em;
  white-space: nowrap;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.file-container .file .file-header a {
  color: blue;
  font-weight: bold;
  text-decoration: none;
}
.file-container .file .file-header img {
  vertical-align: middle;
}
.file-container .file .file-thumbnail-container {
  background: white;
  height: 100px;
  padding: 0 1em 1em 1em;
  text-align: center;
}
.file-container .file .file-thumbnail-container a {
  color: black;
  text-decoration: none;
}
.file-container .file .file-thumbnail-container .file-thumbnail-overlay {
  max-height: 100px;
  max-width: 25em;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.file-container .file .file-thumbnail-container .file-thumbnail {
  max-height: 100px;
  max-width: 25em;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
}
.file-container .file .file-thumbnail-container .file-thumbnail-clipped {
  max-height: 100px;
  max-width: 25em;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  text-align: left;
  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 {
  border-top: 1px #CCCCCC solid;
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 0.5em;
  text-align: center;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
.file-container .file .file-caption a {
  color: black;
  text-decoration: none;
}
.file-container .file .file-caption a.empty-caption {
  color: gray;
  font-style: italic;
}
.file-container .file .file-caption .inline-editor-form > input {
  margin-top: 0.4em;
}
.file-container .file .file-caption img {
  vertical-align: middle;
}
/****************************************************************************
 * Screenshots
 ****************************************************************************/
.screenshot-caption {
  background-color: #F6F6F6;
  border: 1px #999999 solid;
  border-top: 1px #CCCCCC solid;
  padding: 2px 8px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  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;
  vertical-align: middle;
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  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;
  cursor: pointer;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  vertical-align: bottom;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.screenshot-container .image.loading {
  background: #ffffff url("../images/spinner.73e57937304d.gif") no-repeat center center;
}
.screenshot-container .image img {
  vertical-align: middle;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.image-review-ui {
  border: 1px #777777 solid;
  cursor: crosshair;
  padding: 10px;
  position: relative;
}
.image-review-ui img {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.image-review-ui .selection {
  border: 1px #a1c0e3 solid;
  position: absolute;
}
.image-review-ui .selection.draft {
  border: 1px #aceb6f solid;
}
.image-review-ui .selection.draft .selection-flag {
  background: #aceb6f;
}
.image-review-ui .selection-flag {
  background-color: #a1c0e3;
  cursor: pointer;
  height: 2em;
  left: 0px;
  line-height: 170%;
  text-align: center;
  top: 0px;
  width: 2em;
}
.image-review-ui .selection-container {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 30;
}
.image-review-ui .selection-rect {
  border: 1px #ff0000 dashed;
  position: absolute;
}
/****************************************************************************
 * Screenshot Thumbnails
 ****************************************************************************/
#screenshot-thumbnails {
  margin: 2px;
  padding: 0.5em;
}
#screenshot-thumbnails.dragover {
  border: 2px green dashed;
  display: block;
  margin: 0;
}
.drop-indicator {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  text-align: center;
  vertical-align: middle;
  z-index: 130;
  color: #DDDDDD;
}
.drop-indicator .dropbox {
  border: 1px #CCCCCC dashed;
  display: block;
  position: relative;
  text-align: center;
}
.drop-indicator .dropbox.hover {
  background: #333333;
}
.drop-indicator .dropbox h1 {
  font-size: 200%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.drop-indicator .dropbox h2 {
  font-size: 200%;
  vertical-align: middle;
}
/****************************************************************************
 * List of Attached Files
 ****************************************************************************/
#file-list {
  margin: 2px;
  padding: 0.5em;
}
#file-list.dragover {
  border: 2px green dashed;
  display: block;
  margin: 0;
}
#file-list h1.drop-indicator {
  clear: both;
  text-align: center;
}
/****************************************************************************
 * Comment detail dialog
 ****************************************************************************/
#comment-detail {
  border: 1px black solid;
  margin-top: 8px;
  cursor: default;
}
#comment-detail form {
  background-color: #aceb6f;
  display: block;
  padding: 6px;
}
#comment-detail form .buttons {
  bottom: 6px;
  left: 6px;
  margin-top: 6px;
  position: absolute;
}
#comment-detail form .buttons input[type="button"] {
  margin-right: 3px;
}
#comment-detail h1 {
  background: transparent;
  border: 0;
  margin: 0 0 6px 0;
  padding: 0;
}
#comment-detail textarea {
  font-size: 10pt;
}
#comment-detail 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-detail .status {
  margin: 4px 0;
  font-style: italic;
}
#comment-detail #review_comments {
  background-color: #a1c0e3;
  border-right: 1px black solid;
  padding: 6px;
}
#comment-detail #review_comments ul {
  background-color: white;
  border: 1px #333333 solid;
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: relative;
}
#comment-detail #review_comments ul li {
  padding: 6px;
}
#comment-detail #review_comments ul li.even {
  background-color: #F3F3F3;
}
#comment-detail #review_comments ul li h2 {
  font-size: 90%;
  margin: 0 0 6px 0;
  padding: 0;
}
#comment-detail #review_comments ul li h2 .actions {
  font-weight: normal;
  position: absolute;
  right: 6px;
}
#comment-detail #review_comments ul li h2 .actions a {
  background-color: #EEEEEE;
  border: 1px black outset;
  color: black;
  cursor: pointer;
  text-decoration: none;
  margin-left: 6px;
  padding: 1px 3px;
}
#comment-detail #review_comments ul li h2 .actions a:hover {
  background-color: #F6F6F6;
}
#comment-detail #review_comments ul li pre {
  white-space: pre-wrap;
  /* CSS 3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, 1999+ */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE 5.5+ */
  font-size: 90%;
}
.issue-state {
  font-weight: bold;
  line-height: 26px;
  min-height: 26px;
  padding: 0.3em 0.6em 0.3em 2.5em;
  position: relative;
}
.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;
}
.issue-state .issue-container {
  position: relative;
}
.issue-state.dropped {
  background: url("../images/closed_issue.ac831bcb1480.png") #ececec no-repeat 5px 50%;
  border: 1px solid #b9b9b9;
}
.issue-state.dropped .back-to-issue-summary,
.issue-state.dropped .back-to-issue-summary:visited {
  color: #535353;
}
.issue-state.open {
  background: url("../images/open_issue.fb0c4e3861f9.png") #fff49c no-repeat 5px 50%;
  border: 1px solid #cfb800;
}
.issue-state.open .back-to-issue-summary,
.issue-state.open .back-to-issue-summary:visited {
  color: #695d00;
}
.issue-state.resolved {
  background: url("../images/tick.c9b528b9541e.png") #fafafa no-repeat 5px 50%;
  border: 1px solid #e1e1e1;
}
.issue-state.resolved .back-to-issue-summary,
.issue-state.resolved .back-to-issue-summary:visited {
  color: #616161;
}
.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;
}
/****************************************************************************
 * Banners
 ****************************************************************************/
#discard-banner,
#submitted-banner {
  background: #E0E0E0;
  border: 1px #808080 solid;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
#draft-banner {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
#draft-banner label,
#discard-banner label,
#submitted-banner label {
  /* Keep the label from shifting when the pencil icon is hidden/shown. */
  display: block;
  min-height: 15px;
  vertical-align: top;
}
#draft-banner p,
#discard-banner p,
#submitted-banner p {
  margin: 1em 0 0 0;
}
#review-banner {
  padding-bottom: 4em;
}
#review-banner .banner {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
/****************************************************************************
 * Tooltips
 ****************************************************************************/
.tooltip {
  background-color: #fef6b3;
  border: 1px #a58600 solid;
  padding: 4px;
  position: absolute;
}
.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 pre {
  white-space: pre-wrap;
  /* CSS 3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, 1999+ */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE 5.5+ */
  font-size: 90%;
  margin: 0;
  padding: 0;
}
/****************************************************************************
 * Bubbles
 ****************************************************************************/
.bubble {
  background-color: white;
  border: 1px black solid;
  font-size: 10pt;
  font-weight: bold;
  padding: 6px;
  position: absolute;
  white-space: nowrap;
  z-index: 100;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/****************************************************************************
 * Issue Summary
 ****************************************************************************/
.issue-table-wrapper {
  margin: 8px 9px 14px 9px;
}
#issue-summary-table {
  border-spacing: 0;
  width: 100%;
}
#issue-summary-table tr td {
  border-width: 0 0 1px 0;
  border-style: solid;
  padding: 5px 5px;
  vertical-align: top;
}
#issue-summary-table tr td a {
  color: #0000CC;
  text-decoration: none;
}
#issue-summary-table tr.hidden {
  display: none;
}
#issue-summary-table thead th {
  background: url("../../djblets/images/datagrid/header_bg.035aafc0d7fd.png") repeat-x bottom left;
  border-color: #999;
  border-style: solid;
  border-width: 1px 0;
  cursor: pointer;
  height: 21px;
  padding: 2px 5px;
  text-align: left;
  white-space: nowrap;
}
#issue-summary-table thead th:hover {
  background: url("../../djblets/images/datagrid/header_bg_primary.51e17284d97c.png") repeat-x bottom left;
}
#issue-summary-table thead .description-header {
  border-left-width: 1px;
}
#issue-summary-table thead .status-header {
  border-right-width: 1px;
}
#issue-summary-table .issue .status {
  border-right-width: 1px;
}
#issue-summary-table .issue .summary-table-description {
  border-left-width: 1px;
  width: 100%;
}
#issue-summary-table .issue.open td {
  background-color: #FDF4A4;
  border-color: #a89c00;
}
#issue-summary-table .issue.dropped td {
  background-color: #eaeaea;
  border-color: #AAA;
}
#issue-summary-table .issue.resolved td {
  background-color: #FFF;
  border-color: #AAA;
}
#issue-summary-table .issue:hover td {
  background-color: #D4E0F3;
  border-color: #3465a4;
}
#issue-summary-table .issue .summary-anchor {
  color: #000;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
#issue-summary-table .no-issues td {
  background-color: #FFF;
  border-color: #999;
  border-width: 1px;
}
#issue-summary-table .status {
  text-transform: capitalize;
}
#issue-summary-table .comment-id,
#issue-summary-table .last-updated,
#issue-summary-table .reviewer,
#issue-summary-table .status {
  white-space: nowrap;
}
.counters {
  display: inline;
  font-size: 12px;
  text-align: right;
  float: left;
}
.counters div {
  margin-right: 3px;
  float: left;
}
.counters .counter {
  margin-left: 4px;
}
.filters {
  margin: 3px 0 0 0;
}
.filters .filter-wrapper {
  float: left;
  margin: 0 4px;
}

.c, /* Comment */
.cm, /* Comment.Multiline */
.c1 /* Comment.Single */
{ color: #0000C0; font-style: italic }
.err { border: 1px solid #FF0000 } /* Error */
.k { font-weight: bold } /* Keyword */
.o { color: black; } /* Operator */
.cp { color: #612B00 } /* Comment.Preproc */
.gd { color: #A00000 } /* Generic.Deleted */
.ge { font-style: italic } /* Generic.Emph */
.gr { color: #FF0000 } /* Generic.Error */
.gh { color: #000080; font-weight: bold } /* Generic.Heading */
.gi { color: #005000 } /* Generic.Inserted */
.go { color: #808080 } /* Generic.Output */
.gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.gt { color: #0040D0 } /* Generic.Traceback */
.kc { font-weight: bold } /* Keyword.Constant */
.kd { font-weight: bold } /* Keyword.Declaration */
.kp { color: #AA22FF } /* Keyword.Pseudo */
.kr { font-weight: bold } /* Keyword.Reserved */
.kt { font-weight: bold } /* Keyword.Type */
.m { color: darkred; font-weight: bold; } /* Literal.Number */
.s { color: darkred; } /* Literal.String */
.na { color: #000080 } /* Name.Attribute */
.nb { font-weight: bold; } /* Name.Builtin */
.nc { color: black } /* Name.Class */
.no { color: #880000 } /* Name.Constant */
.nd { color: darkBlue; font-weight: bold} /* Name.Decorator */
.ni { color: #999999; font-weight: bold } /* Name.Entity */
.ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.nf { color: black } /* Name.Function */
.nl { color: black } /* Name.Label */
.nn { color: black } /* Name.Namespace */
.nt { color: #000080; font-weight: bold } /* Name.Tag */
.nv { color: black } /* Name.Variable */
.ow { font-weight: bold } /* Operator.Word */
.mf { color: darkred; font-weight: bold } /* Literal.Number.Float */
.mh { color: darkred; font-weight: bold } /* Literal.Number.Hex */
.mi { color: darkred; font-weight: bold } /* Literal.Number.Integer */
.mo { color: darkred; font-weight: bold } /* Literal.Number.Oct */
.sb { color: #BB4444 } /* Literal.String.Backtick */
.sc { color: #BB4444 } /* Literal.String.Char */
.sd { color: #0000C0; } /* Literal.String.Doc */
.s2 { color: #BB4444 } /* Literal.String.Double */
.se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.sh { color: #BB4444 } /* Literal.String.Heredoc */
.si { color: red; font-weight: bold } /* Literal.String.Interpol */
.sx { color: #008000 } /* Literal.String.Other */
.sr { color: #BB6688 } /* Literal.String.Regex */
.s1 { color: #BB4444 } /* Literal.String.Single */
.ss { color: #B8860B } /* Literal.String.Symbol */
.bp { color: darkred; font-weight: bold; } /* Name.Builtin.Pseudo */
.vc { color: #B8860B } /* Name.Variable.Class */
.vg { color: #B8860B } /* Name.Variable.Global */
.vi { color: #B8860B } /* Name.Variable.Instance */
.il { color: #666666 } /* Literal.Number.Integer.Long */
.cs { color: red; font-weight: bold; font-style: italic; }
