table.table th { vertical-align: top; }
table.general {
	border-collapse: collapse;
	width: 96%;
	margin-left: 2%;
}
table.general tr td  {
	border-bottom: 1px dotted #ddd;
	padding: 0.1em 0.4em;
}
table.general tr th {
	border-bottom: 1px dotted #ccc;
	text-align: left;
	padding: 0.1em 0.4em;
}
table.vertical-header th {
	text-align: left;
	white-space: nowrap;
	width: 4em;
}
.filelist .size {
	text-align: right;
}
.nolog {
	color: #999;
	font-style: italic;
}
p { margin: 0.3em 0.5em; }
.subtitle {
	font-weight: bold;
	border-bottom: none;
	font-size: 120%;
}

.patchset { font-family: monospace; white-space: pre; width: 100%; }
.patchset .al { color: green; }
.patchset .dl { color: red; }
.patchset .sp { color: gray; }
.patchset .pm { color: purple; background-color: #eee; }
.patchset .file-header {
	margin-top: 0.8em;
	border: 1px solid #ccc;
	font-weight: bold;
	padding: 4px;
	background: rgb(254,254,254); /* Old browsers */
background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 84%, rgba(226,226,226,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(84%,rgba(209,209,209,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(209,209,209,1) 84%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(209,209,209,1) 84%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(209,209,209,1) 84%,rgba(226,226,226,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(254,254,254,1) 0%,rgba(209,209,209,1) 84%,rgba(226,226,226,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}
.patchset .file-hunk {
	vertical-align: top;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ccc;
}
.patchset .file-hunk td {
	padding: 2px;
	border: 1px solid #f0f0f0;
}
.patchset .file-hunk td.body {
	word-wrap: break-word;
	word-break: break-all;
	white-space: pre-wrap;
	text-indent: -0.5em;
	padding-left: 0.6em;
}
.patchset .file-hunk .ln {
	font-size: 78%;
	border-color: #ddd;
	font-family: sans-serif;
	width: 2em;
	color: #666;
	text-align: right;
	white-space: nowrap;
}

.repos-header {
	padding: 0.1em 1em;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: rgb(246,246,246); /* Old browsers */
background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(225,225,225,1) 29%, rgba(241,241,241,1) 41%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(29%,rgba(225,225,225,1)), color-stop(41%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 29%,rgba(241,241,241,1) 41%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 29%,rgba(241,241,241,1) 41%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 29%,rgba(241,241,241,1) 41%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(246,246,246,1) 0%,rgba(225,225,225,1) 29%,rgba(241,241,241,1) 41%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.repos-header h2 { margin-top: 0; }

.tree-path-nav a { font-weight: bold; }

#frame {
	width: 100%;
	position: relative;
}

#scm-wrapper {
	position: relative;
	margin: 0.4em;
}

pre.prettyprint {
	border-color: rgba(0, 0, 0, 0.15);
}

ol.linenums li {
	margin-left: 1.2em;
}

.note {
	color: #aaa;
	font-size: 82%;
}

.mime-icon {
	vertical-align: top;
}

.pagination {
	text-align: center;
}

.change-summary-list li {
	list-style-type: none;
}

.change-mark {
	height: 1em;
	width: 1em;
	border: 1px solid #ccc;
	text-indent: -9000px;
	display: inline-block;
}

.change-mark-added, .change-mark-add {
	background-color: #B5FFB1;
}
.change-mark-modified {
	background-color: #FFF1B1;
}
.change-mark-delete  {
	background-color: #FFB1B2;
}

.repos-urls-box {
    height: 26px;
    float: right;
    margin-top: 0.35em;
    margin-bottom: 0.5em;
    
}

.repos-urls, .repos-urls-box-label {
    float: left;
    margin: 0;
    padding: 0;
    height: 26px;
}

.repos-urls li {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
    height: 26px;
    white-space: nowrap;
}

.repos-urls li span {
    display: block;
    float: left;
    margin: 0;
    height: 26px;
    padding: 0 9px 0 9px;
    font-size: 11px;
    font-weight: bold;
    color: #333;
    text-shadow: 1px 1px 0 white;
    text-decoration: none;
    line-height: 27px;
    border: 1px solid #D4D4D4;
    border-left: none;
    background: #F4F4F4;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F4F4F4',endColorstr='#ECECEC');
    background: -webkit-gradient(linear,left top,left bottom,from(#F4F4F4),to(#ECECEC));
    background: -moz-linear-gradient(top,#F4F4F4,#ECECEC);
    cursor: pointer;
}

.repos-urls li:first-child span {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left: 1px solid #D4D4D4;
}

.repos-urls li span.selected {
    color: black;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
    border-color: #C9C9C9;
    border-bottom-color: #9A9A9A;
    background: #6AB7FF;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6AB7FF',endColorstr='#4A80B2');
    background: -webkit-gradient(linear,0% 0,0% 100%,from(#6AB7FF),to(#4A80B2));
    background: -moz-linear-gradient(-90deg, #6AB7FF, #4A80B2);
}

.repos-urls li span.disabled {
    color: #999;
}

.repos-urls-box {
    position: relative;
}

.repos-urls-box input.repos-git-url,
.repos-urls-box input.repos-scm-url
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
    line-height: 24px;
    height: 26px;
}

.repos-git-url, .repos-git-url-disabled,
.repos-scm-url, .repos-scm-url-disabled {
    float: left;
    width: 260px;
    padding: 3px 5px 2px 5px;
    height: 16px;
    border: 1px solid #CCC;
    border-left: none;
    font-size: 12px;
    color: #333;
}

.repos-git-url-disabled,
.repos-scm-url-disabled {
    width: 400px;
}

.repos-urls-box .chamber_fork_btn_wrap {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 100%
}

.repos-description {
    color: #333;
}

.export-raw {
    float: right;
    z-index: 3;
}

.repos-header .scm-navi-pills {
    clear: right;
    float: right;
}

.repos-header .sfjpTags_edit_box {
    float: right;
    clear: right;
    width: 180px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 4px 0;
}

.scm-navi-pills .disabled {
    color: #999;
    text-shadow: 1px 1px 0 white;
}

/* styles for source-hightlight */
.blob-preview pre {
	word-wrap: break-word;
	word-break: break-all;
	white-space: pre-wrap;
}
.blob-preview pre tt a font {
	color: #888;
}
/* end of styles for source-hightlight */

.tooltip-inner {
    max-width: none;
}

.fork-list td {
    position: relative;
}

.fork-list .self .name {
    padding-left: 35px;
    background: 
}
.fork-list .child .name {
    padding-left: 65px;
}

.fork-list .self .fork-mark {
    position: absolute;
    left: 15px;
}

.fork-list .child .fork-mark {
    position: absolute;
    left: 45px;
}

.table-borderless td, .table-borderless th {
    border: none;
}

.hook-list .actions {
    white-space: nowrap;
    text-align: right;
}

.hook-list .url {
    font-weight: bold;
    width: 90%;
}

.hook-list .url-disabled {
    font-weight: bold;
    color: #666;
    text-decoration: line-through;
}

.table-nohover tbody tr:hover td,
.table-nohover tbody tr:hover th {
    background: transparent;
}

.hook-list .alert {
    margin-bottom: 0.1em;
}
#action .pullreq-ticket-op-note {
    font-size: 86%;
    color: #999;
    margin: 0.3em;
    padding: 0;
    line-height: 1;
}

.pullreq-info-embed-ticket {
    font-size: 96%;
}

.ticket-pullreq-actions  {
	margin-top: 0.3em;
}
.ticket-pullreq-actions form {
	display: inline;
}

.scm-tree-breadcrumb .btn-group {
    vertical-align: top;
}

.scm-tree-breadcrumb .dropdown-menu li a {
    display: inline-block;
}

.scm-tree-breadcrumb .export-actions {
    float: right;
    white-space: nowrap;
}

/* start: bootstrap tab compatibility for oldstyle page */
.pullreq-oldstyle-compat .nav {
  margin-bottom: 8px;
  margin-left: 0;
  list-style: none;
}

.pullreq-oldstyle-compat .nav > li > a {
  display: block;
}

.pullreq-oldstyle-compat .nav > li > a:hover,
.pullreq-oldstyle-compat .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pullreq-oldstyle-compat .nav > li > a > img {
  max-width: none;
}

.pullreq-oldstyle-compat .nav > .pull-right {
  float: right;
}

.pullreq-oldstyle-compat .nav-tabs {
  *zoom: 1;
  padding-left: 8px;
}

.pullreq-oldstyle-compat .nav-tabs:before,
.pullreq-oldstyle-compat .nav-tabs:after {
  display: table;
  line-height: 0;
  content: "";
}

.pullreq-oldstyle-compat .nav-tabs:after {
  clear: both;
}

.pullreq-oldstyle-compat .nav-tabs > li {
  float: left;
}

.pullreq-oldstyle-compat .nav-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.pullreq-oldstyle-compat .nav-tabs {
  border-bottom: 1px solid #ddd;
}

.pullreq-oldstyle-compat .nav-tabs > li {
  margin-bottom: -1px;
}

.pullreq-oldstyle-compat .nav-tabs > li > a {
  padding-top: 4px;
  padding-bottom: 3px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.pullreq-oldstyle-compat .nav-tabs > li > a:hover,
.pullreq-oldstyle-compat .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

.pullreq-oldstyle-compat .nav-tabs > .active > a,
.pullreq-oldstyle-compat .nav-tabs > .active > a:hover,
.pullreq-oldstyle-compat .nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.pullreq-oldstyle-compat .tab-content {
  overflow: auto;
}
.pullreq-oldstyle-compat .tab-content > .tab-pane {
  display: none;
}
.pullreq-oldstyle-compat .tab-content > .active {
  display: block;
}

.pullreq-oldstyle-compat .change-summary-list img {
    vertical-align: baseline;
    margin-left: 5px;
    margin-right: 0px;
}
.pullreq-oldstyle-compat .table {
   font-size: 110%;
   border-collapse: collapse;
}

.pullreq-oldstyle-compat .table tr td {
   border-bottom: 1px solid #ccc;
   margin: 0;
   padding: 6px;
}
/* end: bootstrap tab compatibility for oldstyle page*/

/* for highlightjs line number */
.hljs-ln-numbers {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    text-align: center;
    color: #888;
    border-right: 1px solid #888;
    vertical-align: top;
    padding-right: 5px !important;
    white-space: nowrap;
}

/* for highlightjs line number block code */
.hljs-ln-code {
    padding-left: 10px !important;
}

.hljs-ln tr:hover {
    background-color: #feffeb;
}
