body#section-changeset-view {
    overflow-x: hidden;
    overflow-y: scroll;
}


/* changeset page */
#section-changeset-view .changeset-head {
    font-size: 1.1em;
}

table.changeset-head tr {
    height: 20px;
}

table.changeset-head tr.last-row {
    height: auto;
}

table.changeset-head td {
    vertical-align: top;
    padding: 0 0 5px 10px;
}

#section-changeset-view .changeset-head dt {
    color: gray;
    display: inline-block;
    min-width: 60px;
    vertical-align: top;
}

#section-changeset-view .changeset-head dl.details-properties {
    padding-top: 0;
}

#section-changeset-view .changeset-head td {
    min-width: 310px;
}

#section-changeset-view .changeset-head a {
    padding-top: 2px;
}

#section-changeset-view .changeset-head ul,
#section-changeset-view .changeset-head li {
    display: inline;
    margin-right: 6px;
}

#section-changeset-view .changeset-head dt,
#section-changeset-view .changeset-head dd {
    line-height: 1.3em;
}

#section-changeset-view .changeset-head .custom-details,
#section-changeset-view .changeset-head .custom-details .p4fixes br {
    display: none;
}

#section-changeset-view .changeset-head .custom-details .p4fixes p {
    display: inline;
}

#section-changeset-view .changeset-head .custom-details .svnProps dd {
    display: block;
}

.changeset-head dd {
    display: inline;
}

.changeset-head dd.separated > span,
.changeset-head dd.separated > a {
    border-right: 1px solid #CCC;
    padding-right: 2px;
    margin-right: 6px;
}

.changeset-head dd.separated > span:first-child,
.changeset-head dd.separated > a:first-child {
    padding-left: 0;
}

.changeset-head dd.separated > .last,
.changeset-head dd.separated > .metadata-plus {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

/* changeset details */
#changeset-details {
    margin-top: 7px;
    min-height: 24px;
    position: relative;
}

#changeset-details h1 {
    padding-left: 14px;
}

#changeset-details span.details-terse {
    cursor: pointer;
}

#changeset-details .details-verbose {
    display: none;
    padding-left: 7px;
    position: relative;
}

#changeset-details span.details-verbose {
    padding-left: 0;
}

#changeset-details.expand .details-verbose {
    display: block;
}

#changeset-details.expand .details-terse {
    display: none;
}

#changeset-details .changeset-comment {
    border-left: 1px solid grey;
    color: #666666;
    font-size: 1.3em;
    padding-left: 9px;
    line-height: 1.3em;
}

#changeset-details p {
    margin-bottom: 4px;
}

#changeset-details p:first-child {
	cursor: pointer;
	display: inline-block;
}

#changeset-details span.twixie {
	cursor: pointer;
    height: 16px;
    width: 14px;
}

/* toolbar changeset */

.toolbar-changeset li {
    display: inline;
}

.toolbar-changeset a, .toolbar-changeset span {
    background: transparent url(../images/sprite_pagination.png) no-repeat 0 -1023px;
    color: #436590;
}

.toolbar-changeset .toolbar-next {
    position: absolute;
    right: 0;
    top: 0;
}

.toolbar-changeset .toolbar-previous a {
    margin-right: 8px;
    padding-left: 16px;
}

.toolbar-changeset .toolbar-previous-off span {
    background-position: 0 -1087px;
    margin-right: 8px;
    padding-left: 16px;
    color: #CCCCCC;
}

.toolbar-changeset .toolbar-next a {
    background-position: right -1151px;
    margin-left: 8px;
    padding-right: 17px;
}

.toolbar-changeset .toolbar-next-off span {
    background-position: right -1215px;
    margin-left: 8px;
    padding-right: 17px;
    color: #CCCCCC;
}

div.toolbar-delta {
    display: block;
    margin: 0 auto;
    width: 90px;
}

/* changeset pagination */

.changeset-pagination {
    position: absolute;
    right: 11px;
}

.changeset-pagination .taskbar-pagination a,
.changeset-pagination .taskbar-pagination span {
    background: transparent url(../images/sprite_pagination.png) no-repeat 100% -1532px;
    clear: right;
    color: #003366;
    display: block;
    float: right;
    min-width: 90px;
    padding: 5px 27px 0 0;
    text-align: right;
    text-indent: 0;
}

.changeset-pagination .taskbar-pagination a:hover {
    text-decoration: underline;
}

div.changeset-pagination .pagination-next:hover {
    background-position: right -1596px;
}

div.changeset-pagination .pagination-next-off,
div.changeset-pagination .pagination-next.disabled {
    background-position: right -1468px;
    color: gray;
}

div.changeset-pagination .pagination-back {
    background-position: right -1346px;
    padding: 1px 27px 5px 0;
}

div.changeset-pagination .pagination-back:hover {
    background-position: right -1410px;
}

div.changeset-pagination .pagination-back-off,
div.changeset-pagination .pagination-back.disabled {
    background-position: right -1282px;
    color: gray;
    padding: 1px 27px 5px 0;
}

/* taskbar changeset */

.taskbar-changeset li {
    display: inline;
}

.taskbar-changeset .taskbar-next {
    position: absolute;
    right: 0;
    top: 0;
}

.taskbar-changeset .taskbar-previous a {
    margin-right: 8px;
    padding-left: 16px;
}

.taskbar-changeset .taskbar-previous-off span {
    background-position: 0 -1087px;
    margin-right: 8px;
    padding-left: 16px;
    color: #CCCCCC;
}

.taskbar-changeset .taskbar-next a {
    background: none;
    margin-left: 8px;
    padding-right: 17px;
}

.taskbar-changeset .taskbar-next-off span {
    background-position: right -1215px;
    margin-left: 8px;
    padding-right: 17px;
    color: #CCCCCC;
}

div.changeset-menu-bar {
    text-align: right;
    margin: 10px 0;
}

ul.changeset-menu-bar {
    display: inline-block;
}

div.taskbar-delta {
    display: block;
    margin: 0 auto;
    width: 90px;
}

#content-changeset .taskbar-foot div {
    display: block;
    text-align: right;
}

#content-changeset .toolbar-foot div {
    display: block;
    text-align: right;
}

/* partial match feedback */
#partial-matches .partial-match {
    padding-bottom: 12px;
}

#partial-matches .changesetList {
    border-top: none;
    padding: 4px 8px 12px;
}

#partial-matches .changesetList.zebra {
    background-color: #F0F0F0;
}

#partial-matches .changesetList .csId {
    display: inline-block;
    padding-bottom: 6px;
}

#partial-matches .changesetList p {
    color: #666666;
    font-size: 0.9em;
    padding-left: 6px;
}

#partial-matches .changesetList .csComment {
    padding: 6px 0 0 6px;
}

/* branch selector section overrides */
#section-changeset-view #content-sidebar-head {
    height: 0;
}

#section-changeset-view #column-tearout {
    padding-top:0;
}

#section-changeset-view #content-column .toolbar {
    min-width: 690px;
}

#section-changeset-view #toolbar {
    min-height: 24px;
}

#section-changeset-view #panel-target {
    overflow: auto;
    min-width: 690px;
}

#section-changeset-view #footer {
    display: none;
}

#section-changeset-view #tree-root .tree-li.focused > span {
    background-color: #EBF2F9;
}

#section-changeset-view .keynav-hint {
    color: #666;
}

#section-changeset-view .keynav-hint > span {
    font-family: monospace;
    font-weight: bold;
}

#section-changeset-view #content-navigation-panel,
#section-changeset-view #content-sidebar,
#section-changeset-view #content-resizable {
    height: 100vh;
}
.spinner.source {
    height: inherit;
}

.spinner.source img {
    width: 100%;
    height: inherit;
    background: transparent url(../images/spinner-sbs-diff.gif) no-repeat scroll 50% 50%;
    margin: 0 -4px -4px 0;
}

#navigation-tree .info-message {
    font-size: large;
    text-align: center;
    padding-top: 10px;
}

#panel-target.inactive {
    background-color: #f5f5f5;
}/*[{!style_changeset_css_z4q641b!}]*/
