/* module-key = 'com.caseware.stash.branchDetails:resources', location = 'css/branchDetails.css' */
header .summary-panel{white-space:normal;width:400px}.branch-info-details a{padding-right:5px}
/* module-key = 'jh.atlassian.stash.stash-tagdetails:bitbucket-tagdetails-web-resource', location = '/css/bitbucket-tagdetails.less' */

.tagdetails-dialog {
    color: #333333;
}

/* Tag name, note namespace  */
.tagdetails-dialog-tag > div:nth-child(1), .tagdetails-dialog-note > div:nth-child(1) {
    font-weight: bold;
    padding-bottom: 6px;
}

/* Tag message, note message */
.tagdetails-dialog-tag div:nth-child(2) {
    padding-top: 4px;
    padding-bottom: 4px;
}

.tagdetails-dialog-tag hr {
    margin-bottom: 12px;
}

.tagdetails-dialog-tag td {
    font-family: Arial, sans-serif;
    white-space: nowrap;
    padding-top: 6px;
    padding-right: 10px;
    vertical-align: top;
    color: #333333;
}

.tagdetails-dialog-note pre {
    padding-top: 6px;
    font-family: Arial, sans-serif;
}

.commits-table {
    .bitbucket-tagdetails-notesColumn {
        display: none;
    }
    tbody {
        .bitbucket-tagdetails-notesColumn {
            text-align: center;
            white-space: nowrap;
            width: 1%;
            vertical-align: middle;
            padding-left: 0px !important;
        }
    }
}
/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:lozenge-internal', location = '/static/bitbucket/internal/widget/lozenge/clickable-lozenge.less' */
a[href].aui-lozenge,
button.aui-lozenge {
  cursor: pointer;
}
a[href].aui-lozenge:hover,
button.aui-lozenge:hover,
a[href].aui-lozenge:active,
button.aui-lozenge:active,
a[href].aui-lozenge:focus,
button.aui-lozenge:focus {
  text-decoration: none;
}
a[href].aui-lozenge:hover.aui-lozenge-success,
button.aui-lozenge:hover.aui-lozenge-success,
a[href].aui-lozenge:active.aui-lozenge-success,
button.aui-lozenge:active.aui-lozenge-success,
a[href].aui-lozenge:focus.aui-lozenge-success,
button.aui-lozenge:focus.aui-lozenge-success {
  border-color: #79F2C0;
}
a[href].aui-lozenge:hover.aui-lozenge-error,
button.aui-lozenge:hover.aui-lozenge-error,
a[href].aui-lozenge:active.aui-lozenge-error,
button.aui-lozenge:active.aui-lozenge-error,
a[href].aui-lozenge:focus.aui-lozenge-error,
button.aui-lozenge:focus.aui-lozenge-error {
  border-color: #FF8F73;
}
a[href].aui-lozenge:hover.aui-lozenge-current,
button.aui-lozenge:hover.aui-lozenge-current,
a[href].aui-lozenge:active.aui-lozenge-current,
button.aui-lozenge:active.aui-lozenge-current,
a[href].aui-lozenge:focus.aui-lozenge-current,
button.aui-lozenge:focus.aui-lozenge-current {
  border-color: #4C9AFF;
}
a[href].aui-lozenge:hover.aui-lozenge-complete,
button.aui-lozenge:hover.aui-lozenge-complete,
a[href].aui-lozenge:active.aui-lozenge-complete,
button.aui-lozenge:active.aui-lozenge-complete,
a[href].aui-lozenge:focus.aui-lozenge-complete,
button.aui-lozenge:focus.aui-lozenge-complete {
  border-color: #998DD9;
}
a[href].aui-lozenge:hover.aui-lozenge-moved,
button.aui-lozenge:hover.aui-lozenge-moved,
a[href].aui-lozenge:active.aui-lozenge-moved,
button.aui-lozenge:active.aui-lozenge-moved,
a[href].aui-lozenge:focus.aui-lozenge-moved,
button.aui-lozenge:focus.aui-lozenge-moved {
  border-color: #FFE380;
}
a[href].aui-lozenge.aui-lozenge-subtle:hover,
button.aui-lozenge.aui-lozenge-subtle:hover {
  border-color: #253858;
}
a[href].aui-lozenge.aui-lozenge-subtle.aui-lozenge-success:hover,
button.aui-lozenge.aui-lozenge-subtle.aui-lozenge-success:hover {
  border-color: #00875A;
}
a[href].aui-lozenge.aui-lozenge-subtle.aui-lozenge-error:hover,
button.aui-lozenge.aui-lozenge-subtle.aui-lozenge-error:hover {
  border-color: #DE350B;
}
a[href].aui-lozenge.aui-lozenge-subtle.aui-lozenge-current:hover,
button.aui-lozenge.aui-lozenge-subtle.aui-lozenge-current:hover {
  border-color: #0052CC;
}
a[href].aui-lozenge.aui-lozenge-subtle.aui-lozenge-complete:hover,
button.aui-lozenge.aui-lozenge-subtle.aui-lozenge-complete:hover {
  border-color: #5243AA;
}
a[href].aui-lozenge.aui-lozenge-subtle.aui-lozenge-moved:hover,
button.aui-lozenge.aui-lozenge-subtle.aui-lozenge-moved:hover {
  border-color: #FFAB00;
}
button.aui-lozenge {
  font-family: Arial, sans-serif;
}
button.aui-lozenge::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:lozenge-internal', location = '/static/bitbucket/internal/widget/lozenge/lozenge.less' */
.monospace-lozenge {
  font-family: Courier, "Courier New", monospace;
}
.merge-lozenge {
  cursor: default;
}
.pull-request-state-lozenge {
  cursor: default;
}
.pull-request-state-lozenge.needs-work {
  background-color: #FFFFFF;
  border-color: #FF8B00;
  color: #8f4e00;
}
.lozenge-enabled,
.lozenge-disabled {
  color: #FFFFFF;
}
.lozenge-enabled {
  border-color: #00875A;
  background-color: #00875A;
}
.lozenge-disabled {
  border-color: #DE350B;
  background-color: #DE350B;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:avatar', location = '/static/bitbucket/internal/widget/avatar/avatar.less' */
.key-avatar {
  margin-right: 10px;
  background: transparent url(/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:avatar/access-key-avatar.svg) no-repeat center;
}
.key-avatar.aui-avatar-small {
  width: 24px;
  height: 24px;
  background-clip: padding-box;
  border-radius: 3px;
  background-size: 26px;
}
.key-avatar.aui-avatar-xsmall {
  width: 16px;
  height: 16px;
  background-clip: padding-box;
  border-radius: 2px;
  background-size: 18px;
}
.group-avatar.aui-avatar-xxxlarge {
  width: 128px;
  height: 128px;
  background: transparent url(/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:avatar/avatar/group-avatar-256.png) no-repeat 0 0;
  background-size: 128px;
}
.group-avatar.aui-avatar-large {
  width: 48px;
  height: 48px;
  background: transparent url(/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:avatar/avatar/group-avatar-96.png) no-repeat 0 0;
  background-size: 48px;
}
.group-avatar.aui-avatar-medium {
  width: 32px;
  height: 32px;
  background: transparent url(/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:avatar/avatar/group-avatar-64.png) no-repeat 0 0;
  background-size: 32px;
}
.group-avatar.aui-avatar-small {
  width: 24px;
  height: 24px;
  background-clip: padding-box;
  border-radius: 3px;
  background: transparent url(/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:avatar/avatar/group-avatar-48.png) no-repeat 0 0;
  background-size: 24px;
}
.group-avatar.aui-avatar-xsmall {
  width: 16px;
  height: 16px;
  background-clip: padding-box;
  border-radius: 2px;
  background: transparent url(/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:avatar/avatar/group-avatar-32.png) no-repeat 0 0;
  background-size: 16px;
}
.aui-avatar-badged {
  position: relative;
  vertical-align: middle;
}
.aui-avatar-badged.avatar-dimmed > .aui-avatar-inner > img {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.aui-avatar-badged .approved,
.aui-avatar-badged .needs-work {
  background: #FFFFFF no-repeat 0 0;
  background-position: -2px;
  background-size: 16px;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.14, 0.01, 0.65, 1.61);
  transition-property: opacity, transform;
  transform: scale(1);
  width: 12px;
  height: 12px;
  color: #FFFFFF;
  position: absolute;
  right: -8px;
  top: -8px;
  text-align: center;
  display: block;
  font-size: 9px;
  line-height: 16px;
  text-indent: -999em;
}
.aui-avatar-badged .approved {
  background-image: url(/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:avatar/../com.atlassian.bitbucket.server.bitbucket-web:icons/icon-approved.svg);
}
.aui-avatar-badged .needs-work {
  background-image: url(/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:avatar/../com.atlassian.bitbucket.server.bitbucket-web:icons/icon-needs-work.svg);
}
.aui-avatar-badged.badge-hidden.avatar-dimmed > .aui-avatar-inner > img {
  opacity: 1;
}
.aui-avatar-badged.badge-hidden .badge {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.avatar-with-name {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.avatar-with-name .aui-avatar {
  vertical-align: middle;
}
.avatar-with-name.deleted-user {
  text-decoration: line-through;
}
.gravatar-notice {
  margin-top: 5px;
  font-size: 12px;
  color: #5E6C84;
  text-align: center;
  display: block;
  width: 100%;
}
.bitbucket-theme .aui-avatar img {
  -moz-force-broken-image-icon: 1;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:commit-link', location = '/static/bitbucket/internal/feature/commit/commit-link/commit-link.less' */
.commitid {
  font-family: monospace;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:comment-count', location = '/static/bitbucket/internal/feature/comment-count/comment-count.less' */
span.comment-count {
  color: #505F79;
}
span.comment-count .aui-icon,
span.comment-count > img,
span.comment-count .count {
  vertical-align: middle;
}
span.comment-count .aui-icon {
  margin-right: 5px;
}
span.comment-count > img {
  margin-right: 2px;
}
.pull-request-list-comment-count-column {
  width: 1%;
  white-space: nowrap;
}
.pull-request-list-comment-count-column-value {
  white-space: nowrap;
  color: #5E6C84;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:commit-badge', location = '/static/bitbucket/internal/feature/commit/commit-badge/commit-badge.less' */
.commit-badge-oneline {
  align-items: baseline;
  display: inline-flex;
  flex-direction: row;
  font-size: 14px;
  white-space: pre;
}
.commit-badge-oneline .user-avatar {
  flex-shrink: 0;
  margin-right: 10px;
  vertical-align: bottom;
}
.commit-badge-oneline .commit-author {
  flex-shrink: 1;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.commit-badge-oneline span.commit-author {
  color: #172B4D;
}
.commit-badge-oneline time {
  color: #5E6C84;
  flex-shrink: 0;
  font-size: 12px;
  margin-left: 5px;
}
.commit-badge-oneline .comment-count {
  margin-left: 5px;
  margin-bottom: 1px;
}
.commit-badge-oneline .commitid {
  color: #0052CC;
  flex-shrink: 0;
}
.commit-badge-oneline .merge-lozenge {
  flex-shrink: 0;
  margin-left: 5px;
}
.commit-badge-detailed .commit-message {
  font-size: 14px;
  margin-bottom: 0;
  word-wrap: break-word;
}
.commit-message {
  color: #7A869A;
}
.commit-message .commit-message-body {
  margin-left: 5px;
}
.commit-message .commit-message-subject {
  color: #172B4D;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:commit-list', location = '/static/bitbucket/internal/feature/commit/commit-list/commit-list.less' */
ul.commit-list {
  margin: 0;
  padding-left: 0;
  width: 100%;
  background: #FFFFFF;
}
ul.commit-list a {
  align-items: center;
  box-sizing: border-box;
  color: #172B4D;
  display: inline-flex;
  flex-direction: row;
  padding: 10px;
  width: 100%;
}
ul.commit-list a:hover,
ul.commit-list a:focus {
  text-decoration: none;
}
.commit-list-item {
  border-top: 1px solid #DFE1E6;
  list-style-type: none;
  position: relative;
}
.commit-list-item:first-child {
  border-top: none;
}
.commit-list-item .user-avatar {
  align-self: flex-start;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.commit-list-item > :hover,
.commit-list-item > :focus {
  background-color: #0065FF;
  outline: 0;
}
.commit-list-item > :hover .commit-badge-detailed time,
.commit-list-item > :focus .commit-badge-detailed time,
.commit-list-item > :hover .commit-badge-detailed .commitid,
.commit-list-item > :focus .commit-badge-detailed .commitid,
.commit-list-item > :hover .commit-badge-detailed .commit-author,
.commit-list-item > :focus .commit-badge-detailed .commit-author,
.commit-list-item > :hover .commit-badge-detailed .commit-badge-oneline,
.commit-list-item > :focus .commit-badge-detailed .commit-badge-oneline,
.commit-list-item > :hover .commit-badge-detailed .commit-message,
.commit-list-item > :focus .commit-badge-detailed .commit-message {
  color: #FFFFFF;
}
.commit-list-item.selected {
  background-color: #DEEBFF;
  cursor: pointer;
}
.commit-list-item .commit-badge-detailed {
  display: inline-block;
  width: 410px;
}
.commit-list-item .commit-badge-detailed .commit-author {
  color: #0052CC;
  max-width: 125px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:keyboard-shortcuts', location = '/static/bitbucket/internal/widget/keyboard-shortcuts/keyboard-shortcuts.less' */
.keyboard-shortcut-context {
  margin-bottom: 30px;
}
.keyboard-shortcut-context dl {
  line-height: 20px;
}
.keyboard-shortcut-context dt,
.keyboard-shortcut-context dd {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}
.keyboard-shortcut-context dt {
  width: 190px;
  margin-right: 10px;
}
.keyboard-shortcut-context dd {
  margin: 0;
}
.keyboard-shortcut-context dd.separator {
  white-space: pre-wrap;
}
.keyboard-shortcut-context kbd {
  min-height: 21px;
  min-width: 21px;
  margin: 0 2px;
  padding: 0 5px;
  text-transform: uppercase;
  color: #172B4D;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: #f9f9f9;
  font-family: sans-serif;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-clip: padding-box;
  border-radius: 3px;
}
#keyboard-shortcut-dialog .keyboard-shortcut-help {
  outline: none;
}
#keyboard-shortcut-dialog .aui-group > .aui-item:first-child {
  padding-right: 20px;
}
#keyboard-shortcut-dialog .dialog-panel-body h3 {
  border-bottom: 1px solid #DFE1E6;
  padding-bottom: 5px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:difftree', location = '/static/bitbucket/internal/feature/commit/difftree/difftree-search-input.less' */
.aui.search input {
  padding-left: 26px;
  padding-right: 26px;
  background-color: #F4F5F7;
  border: 0;
}
.aui.search input::-webkit-input-placeholder {
  color: #7A869A;
}
.aui.search input::-moz-placeholder {
  color: #7A869A;
}
.aui.search input:-ms-input-placeholder {
  color: #7A869A;
}
.aui.search input::-ms-clear {
  display: none;
}
.aui.search .search-icon {
  margin-right: -22px;
  color: #505F79;
}
.aui.search .delete-button {
  display: none;
  margin-left: -21px;
  margin-right: 5px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:difftree', location = '/static/bitbucket/internal/feature/commit/difftree/difftree.less' */
.jstree.file-tree > ul {
  margin: 10px 0;
}
.jstree.file-tree > ul a {
  color: black;
  cursor: pointer;
}
/*
 * jsTree default theme 1.0
 * Supported features: dots/no-dots, icons/no-icons, focused, loading
 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
 */
.jstree .jstree-hovered {
  background: #EBECF0;
}
.jstree .jstree-clicked {
  background: #DEEBFF;
}
.jstree a > .jstree-icon.aui-icon {
  color: #505F79;
  margin-right: 5px;
}
.jstree a.jstree-loading .jstree-icon {
  background: url(/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:difftree/images/throbber.gif) center center no-repeat !important;
}
.jstree .jstree-open > ins,
.jstree .jstree-closed > ins {
  vertical-align: middle;
  padding-left: 8px;
}
.jstree .jstree-open > ins:after,
.jstree .jstree-closed > ins:after {
  font-family: "Adgs Icons";
  speak: none;
  content: "\f15b";
  font-size: 16px;
  height: 16px;
  line-height: 1;
  margin-top: -8px;
  position: absolute;
  right: 4px;
  top: 50%;
  text-indent: 0;
  width: 16px;
  position: relative;
}
.jstree .jstree-open > ins {
  transform: rotate(0deg);
}
.jstree .jstree-open > ins:after {
  right: 0;
  top: 0;
}
.jstree .jstree-closed > ins {
  transform: rotate(-90deg);
}
.jstree .jstree-no-icons a .jstree-icon {
  display: none;
}
.jstree .aui-iconfont-warning:before {
  color: #FF8B00;
}
.jstree .jstree-search {
  font-style: italic;
}
.jstree .jstree-no-icons .jstree-checkbox {
  display: inline-block;
}
.jstree .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree .jstree-checked > a > .jstree-checkbox {
  background-position: -38px -19px;
}
.jstree .jstree-unchecked > a > .jstree-checkbox {
  background-position: -2px -19px;
}
.jstree .jstree-undetermined > a > .jstree-checkbox {
  background-position: -20px -19px;
}
.jstree .jstree-checked > a > .jstree-checkbox:hover {
  background-position: -38px -37px;
}
.jstree .jstree-unchecked > a > .jstree-checkbox:hover {
  background-position: -2px -37px;
}
.jstree .jstree-undetermined > a > .jstree-checkbox:hover {
  background-position: -20px -37px;
}
.jstree a.jstree-search {
  color: aqua;
}
.jstree .jstree-locked a {
  color: silver;
  cursor: default;
}
.jstree#jstree-marker {
  background: url("/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:difftree/images/d.png") -41px -57px no-repeat !important;
  text-indent: -100px;
}
.bitbucket-theme .jstree .change-type-ADD {
  color: #00875A;
}
.bitbucket-theme .jstree .change-type-DELETE {
  color: #DE350B;
  text-decoration: line-through;
}
.bitbucket-theme .jstree .change-type-MODIFY {
  color: #3572B0;
}
.bitbucket-theme .jstree .change-type-MOVE,
.bitbucket-theme .jstree .change-type-COPY {
  color: #FF8B00;
}
.bitbucket-theme .jstree a {
  padding: 5px;
  margin-right: 1em;
  background-clip: padding-box;
  border-radius: 3px;
  transition: background-color 0.2s;
}
.bitbucket-theme .jstree a:hover {
  text-decoration: none;
}
.bitbucket-theme .jstree a > .jstree-icon.icon-file-commented {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:difftree/../com.atlassian.bitbucket.server.bitbucket-web:icons/icons/icon-file-commented.svg');
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:difftree', location = '/static/bitbucket/internal/feature/commit/difftree/difftree-search.less' */
.diff-tree-search-wrapper .search {
  position: relative;
}
.diff-tree-search-wrapper .search .difftree-search-spinner {
  position: absolute;
  left: 5px;
  top: 14px;
  width: 16px;
}
.file-tree-wrapper .jstree-search-leaf {
  font-family: monospace;
  font-size: 12px;
}
.file-tree-wrapper .jstree-search-leaf ins {
  display: none;
}
.bitbucket-theme .jstree .change-type {
  font-weight: bold;
  white-space: pre;
}
.bitbucket-theme .jstree .change-type-ADDED {
  color: #00875A;
}
.bitbucket-theme .jstree .change-type-REMOVED {
  color: #DE350B;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:breadcrumbs', location = '/static/bitbucket/internal/widget/breadcrumbs/breadcrumbs.less' */
.breadcrumbs .aui-icon {
  margin-right: 5px;
}
.breadcrumbs {
  white-space: normal;
  vertical-align: bottom;
  line-height: 2.14285714em;
}
.breadcrumbs .sep {
  padding: 0;
}
.breadcrumbs .sep:before,
.breadcrumbs .sep:after {
  content: ' ';
}
.breadcrumbs .stub {
  font-weight: bold;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:submit-spinner', location = '/static/bitbucket/internal/widget/submit-spinner/submit-spinner.less' */
.submit-spinner {
  display: inline-block;
  width: 16px;
  margin: 10px 10px 0 -5px;
  /* match 10px on buttons, move closer to the submit button though (-5px)*/
  vertical-align: top;
}
.dialog-button-panel .submit-spinner {
  margin-top: 1.07142857em;
}
.aui-dialog2-footer-actions .submit-spinner {
  margin-top: 0;
  vertical-align: middle;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:confirm-dialog', location = '/static/bitbucket/internal/widget/confirm-dialog/confirm-dialog.less' */
.confirm-dialog {
  width: 450px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:expanding-textarea', location = '/static/lib/expanding-textarea/expanding-textarea.less' */
textarea.expanding,
.textareaClone {
  min-height: 96px;
  overflow: hidden!important;
  font-family: sans-serif;
  width: auto;
  resize: none;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:mentionable-textarea', location = '/static/bitbucket/internal/widget/mentionable-textarea/mentionable-textarea.less' */
#mention-autocomplete-dialog {
  display: block;
  max-width: 500px;
  width: 500px;
}
#mention-autocomplete-dialog li {
  padding: 4px 5px 3px 0px;
}
#mention-autocomplete-dialog li.result {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
#mention-autocomplete-dialog li.result.active .email-address {
  color: #FFFFFF;
}
#mention-autocomplete-dialog li.result .user-avatar {
  vertical-align: middle;
  margin-right: 10px;
}
#mention-autocomplete-dialog li.result .email-address {
  font-size: 12px;
  color: #5E6C84;
}
#mention-autocomplete-dialog li.result .match {
  font-weight: bold;
}
#mention-autocomplete-dialog li.result > div {
  display: inline;
  padding: 5px;
}
#mention-autocomplete-dialog li.no-results {
  color: #7A869A;
}
#mention-autocomplete-dialog .spinContainer {
  height: 24px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:markup-resources', location = '/static/bitbucket/internal/widget/markup/markup.less' */
.markup pre code {
  display: block;
  font-size: 12px;
  line-height: 18px;
  overflow: auto;
  padding: 6px 10px;
}
.markup code {
  background-clip: padding-box;
  border-radius: 3px;
  border: 1px solid #DFE1E6;
  background-color: #F4F5F7;
  display: inline-block;
  margin: 0 2px -1px;
  padding: 0px 3px;
  text-decoration: inherit;
  vertical-align: baseline;
}
.markup h1,
.markup h2,
.markup h3,
.markup h4,
.markup h5,
.markup h6 {
  display: block;
  /* Stash default is inline block */
}
.markup h3,
.markup h4,
.markup h5,
.markup h6 {
  font-weight: bold;
}
.markup h1,
.markup h2 {
  margin: 10px 0 20px 0;
}
.markup h3,
.markup h4,
.markup h5,
.markup h6 {
  margin: 10px 0;
}
.markup ul,
.markup ol {
  margin: 10px 30px;
  padding: 0;
}
.markup img {
  max-width: 100%;
  box-sizing: border-box;
}
.markup table {
  border-collapse: collapse;
  margin: 20px 0;
  width: auto;
}
.markup table > tbody > tr,
.markup table > tfoot > tr {
  background: #FFFFFF;
  border-bottom: 1px solid #DFE1E6;
}
.markup table > tbody > tr > td,
.markup table > tfoot > tr > td {
  padding: 7px 10px;
  text-align: left;
  vertical-align: top;
}
.markup table > tbody > tr:first-child,
.markup table > tfoot > tr:first-child {
  border-top: 1px solid #DFE1E6;
}
.markup table > thead > tr {
  border-bottom: 1px solid #DFE1E6;
}
.markup table > thead > tr > td,
.markup table > thead > tr > th {
  padding: 7px 10px;
  text-align: left;
  vertical-align: top;
}
.markup table table {
  margin: 0;
}
.markup .commitid {
  font-family: monospace;
}
.markup .user-mention {
  background-clip: padding-box;
  border-radius: 3px;
  border: 1px solid #DFE1E6;
  background-color: #F4F5F7;
  display: inline-block;
  margin: 0 2px -1px;
  padding: 0px 3px;
  text-decoration: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  vertical-align: bottom;
  word-wrap: normal;
}
.markup .user-mention.current-user {
  background-color: #0052CC;
  border-color: #0052CC;
  color: #FFFFFF;
}
.markup > ul {
  list-style-type: disc;
}
.markup > ul > li > ul {
  list-style-type: circle;
}
.markup > ul > li > ul > li > ul {
  list-style-type: square;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:codemirror-raw', location = '/static/lib/CodeMirror/lib/codemirror.css' */
.CodeMirror{font-family:monospace;height:300px;color:black;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{background-color:white}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:black}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid black;border-right:0;width:0}
.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0 !important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor-mark{background-color:rgba(20,255,20,0.5);-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite}.cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}
@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:-20px;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:blue}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}
.cm-header,.cm-strong{font-weight:bold}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3,.cm-s-default .cm-type{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}
.cm-s-default .cm-meta{color:#555}.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-s-default .cm-error{color:red}.cm-invalidchar{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}
.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:white}.CodeMirror-scroll{overflow:scroll !important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:0;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-vscrollbar,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{position:absolute;z-index:6;display:none}
.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none !important;border:none !important}
.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual}
.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:0}.CodeMirror-scroll,.CodeMirror-sizer,.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}
.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-focused div.CodeMirror-cursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}
.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:0}
/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:codemirror-raw', location = '/static/lib/CodeMirror/addon/search/matchesonscrollbar.css' */
.CodeMirror-search-match{background:gold;border-top:1px solid orange;border-bottom:1px solid orange;-moz-box-sizing:border-box;box-sizing:border-box;opacity:.5}
/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:codemirror-raw', location = '/static/lib/CodeMirror/addon/dialog/dialog.css' */
.CodeMirror-dialog{position:absolute;left:0;right:0;background:inherit;z-index:15;padding:.1em .8em;overflow:hidden;color:inherit}.CodeMirror-dialog-top{border-bottom:1px solid #eee;top:0}.CodeMirror-dialog-bottom{border-top:1px solid #eee;bottom:0}.CodeMirror-dialog input{border:0;outline:0;background:transparent;width:20em;color:inherit;font-family:monospace}.CodeMirror-dialog button{font-size:70%}
/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:codemirror', location = '/static/lib/CodeMirror/codemirror-overrides.less' */
/* avoid jumping around when pages are loaded: this fits 5 digits. min-width
                                       and max-width not supported when element is display: table-cell */
.content-view .CodeMirror {
  height: 100%;
  font-family: inherit;
  line-height: 17px;
  font-size: 12px;
}
.content-view .CodeMirror pre {
  font-family: monospace;
}
.content-view .CodeMirror .markup pre {
  box-sizing: border-box;
  border-right: 0;
  width: inherit;
  max-width: 100%;
  margin-top: 10px;
  padding: 0;
}
.content-view .CodeMirror-gutters {
  z-index: 2;
  border-right: 0;
  background-color: transparent;
}
.content-view .CodeMirror-gutter-wrapper {
  top: 0;
}
.content-view .CodeMirror-selected,
.content-view .CodeMirror-selectedtext {
  background: #F4F5F7;
}
.content-view .CodeMirror-focused .CodeMirror-selected,
.content-view .CodeMirror-focused .CodeMirror-selectedtext {
  background: #bcd3eb;
}
.content-view .CodeMirror-dialog {
  font-size: 12px;
  color: #172B4D;
  padding: 10px 20px;
  background-color: #F4F5F7;
  font-weight: bold;
}
.content-view .CodeMirror-dialog-top {
  border-bottom: 1px solid #DFE1E6;
}
.content-view .CodeMirror-dialog-bottom {
  border-top: 1px solid #DFE1E6;
}
.content-view .CodeMirror-dialog input {
  border: 1px solid #DFE1E6;
  background-clip: padding-box;
  border-radius: 3px;
  padding: 5px;
  width: 75%!important;
  width: calc(100% - 140px) !important;
  background-color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
}
.pointer-events .CodeMirror.CodeMirror-focused:after {
  box-shadow: inset 0 0 8px #bcd3eb;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 8;
  pointer-events: none;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:codemirror-whitespace', location = '/static/bitbucket/internal/feature/file-content/codemirror-whitespace/codemirror-whitespace.less' */
.content-view.show-whitespace-characters .CodeMirror .cm-tab {
  position: relative;
}
.content-view.show-whitespace-characters .CodeMirror .cm-tab::after {
  content: ' ';
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 2px;
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:codemirror-whitespace/tab-arrow.png');
  background-size: auto 75%;
  background-position: right;
  background-repeat: no-repeat;
}
.content-view.show-whitespace-characters .CodeMirror .cm-whitespace {
  position: relative;
}
.content-view.show-whitespace-characters .CodeMirror .cm-whitespace::after {
  content: '····';
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #DFE1E6;
}
.content-view.show-whitespace-characters .CodeMirror .CodeMirror-code > div > pre > span::after {
  content: "↵";
  color: #DFE1E6;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:stash-codemirror', location = '/static/bitbucket/internal/feature/file-content/stash-codemirror/syntax-highlight-colors.less' */

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:stash-codemirror', location = '/static/bitbucket/internal/feature/file-content/stash-codemirror/stash-default-theme.less' */
.cm-s-stash-default .cm-variable-2,
.cm-s-stash-default .cm-operator,
.cm-s-stash-default .cm-tag.cm-bracket {
  color: inherit;
}
.cm-s-stash-default .cm-variable,
.cm-s-stash-default .cm-tag,
.cm-s-stash-default .cm-header {
  color: #4a6785;
}
.cm-s-stash-default .cm-bracket,
.cm-s-stash-default .cm-keyword,
.cm-s-stash-default .cm-variable-3 {
  color: #815b3a;
}
.cm-s-stash-default .cm-string,
.cm-s-stash-default .cm-string-2,
.cm-s-stash-default .cm-atom,
.cm-s-stash-default .cm-quote {
  color: #C03E32;
}
.cm-s-stash-default .cm-attribute,
.cm-s-stash-default .cm-builtin,
.cm-s-stash-default .cm-def,
.cm-s-stash-default .cm-property,
.cm-s-stash-default .cm-qualifier,
.cm-s-stash-default .cm-link {
  color: #336EA9;
}
.cm-s-stash-default .cm-number {
  color: #127B27;
}
.cm-s-stash-default .cm-comment {
  color: #696969;
}
.cm-s-stash-default .cm-meta {
  color: #B34457;
}
.cm-s-stash-default .cm-header,
.cm-s-stash-default .cm-strong {
  font-weight: bold;
}
.cm-s-stash-default .cm-em {
  font-style: italic;
}
.cm-s-stash-default .cm-link {
  text-decoration: underline;
}
.cm-s-stash-default .cm-strikethrough {
  text-decoration: line-through;
}
.cm-s-stash-default .cm-error {
  color: #f00;
}
.cm-s-stash-default .cm-invalidchar {
  color: #f00;
}
.cm-s-stash-default .cm-negative {
  color: #d44;
}
.cm-s-stash-default .cm-positive {
  color: #292;
}
.diff-view.text-view .cm-s-stash-default .expanded pre {
  color: inherit;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:stash-codemirror', location = '/static/bitbucket/internal/feature/file-content/stash-codemirror/stash-codemirror.less' */
.codemirror-auto-resizing-container > .CodeMirror {
  height: auto;
}
.codemirror-auto-resizing-container > .CodeMirror .CodeMirror-scroll {
  height: auto;
  overflow-y: hidden;
  overflow-x: auto;
}
.CodeMirror-selected.cm-searching,
.CodeMirror-selectedtext.cm-searching {
  background: #FF8B00;
}
.CodeMirror-dialog .codemirror-search-query .search-box {
  display: inline;
  padding-left: 5px;
  padding-right: 10px;
  position: relative;
}
.CodeMirror-dialog .codemirror-search-query .search-box .match-count {
  position: absolute;
  right: 10px;
  top: 0;
}
.CodeMirror-dialog .codemirror-search-query .aui-button {
  font-size: 14px;
}
.CodeMirror-hscrollbar.stash-scroll-fixed {
  bottom: 0;
  position: fixed;
}
.CodeMirror-hscrollbar .stash-scroll-inner {
  height: 100%;
  min-height: 1px;
}
.CodeMirror.searching .CodeMirror-scroll {
  top: 51px;
}
.CodeMirror.searching .CodeMirror-code {
  margin-top: -51px;
}
.CodeMirror.searching .line:first-child,
.CodeMirror.searching .line:first-child .bitbucket-gutter-marker {
  padding-top: 51px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:markup-preview', location = '/static/bitbucket/internal/widget/markup-preview/markup-preview.less' */
.markup-preview {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-sizing: border-box;
  background-color: #F4F5F7;
  border: 1px solid #DFE1E6;
  cursor: pointer;
  display: none;
  min-height: 96px;
  padding: 5px;
  word-wrap: break-word;
  white-space: normal;
}
.previewing textarea {
  opacity: 0.5;
}
.loaded .expandingText {
  display: none;
}
.loaded .markup-preview {
  display: block;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:faux-upload-field', location = '/static/bitbucket/internal/widget/faux-upload-field/faux-upload-field.less' */
.faux-upload-field:focus + label {
  outline: #333333 dotted 1px;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .faux-upload-field:focus + label {
    outline: -webkit-focus-ring-color auto 5px;
  }
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:inline-error-dialog', location = '/static/bitbucket/internal/widget/inline-error-dialog/inline-error-dialog.less' */
.aui-inline-dialog-contents.inline-error-contents {
  max-width: 980px;
}
.aui-inline-dialog-contents.inline-error-contents h4 {
  padding-left: 24px;
  position: relative;
}
.aui-inline-dialog-contents.inline-error-contents h4 .aui-iconfont-error {
  color: #FF5630;
  position: absolute;
  top: 3px;
  left: 0;
}
.aui-inline-dialog-contents.inline-error-contents h6 {
  font-weight: normal;
  margin-top: 10px;
  margin-left: 24px;
}
.aui-inline-dialog-contents.inline-error-contents ul li {
  word-wrap: break-word;
}
.aui-inline-dialog-contents.inline-error-contents .dismiss-button {
  margin-top: 20px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:markup-attachments', location = '/static/bitbucket/internal/widget/markup-attachments/markup-attachments.less' */
.markup-attachments.active-drop-target textarea,
.markup-attachments.active-drop-target .markup-preview {
  border-top: 1px dashed #36B37E;
  border-left: 1px dashed #36B37E;
  border-right: 1px dashed #36B37E;
}
.markup-attachments.active-drop-target .markup-toolbar {
  border-bottom: 1px dashed #36B37E;
  border-left: 1px dashed #36B37E;
  border-right: 1px dashed #36B37E;
}
.markup-attachments.active-drop-target .markup-attachments-button .aui-icon {
  display: none;
}
.markup-attachments.active-drop-target .markup-attachments-button .aui-icon.aui-iconfont-success {
  display: inline-block;
  color: #36B37E;
}
.markup-attachments .markup-attachments-button .aui-icon {
  display: inline-block;
}
.markup-attachments .markup-attachments-button .aui-icon.aui-iconfont-success {
  display: none;
}
.markup-attachments .markup-attachments-button.spinning .aui-icon {
  visibility: hidden;
}
.markup-attachments-button.disabled .aui-icon {
  color: #7A869A;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:markup-editor', location = '/static/bitbucket/internal/widget/markup-editor/markup-editor.less' */
.markup-editor {
  position: relative;
}
.markup-editor textarea {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #DFE1E6;
  width: 100%;
  display: block;
  margin: 0;
  padding: 5px;
  /* match the textarea styles with AUI typography defaults */
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42858;
  color: #172B4D;
  white-space: pre-wrap;
}
.markup-editor textarea:focus {
  outline: none;
}
.markup-editor textarea::-webkit-input-placeholder {
  color: #7A869A;
}
.markup-editor textarea:-moz-placeholder {
  color: #7A869A;
}
.markup-editor textarea:-ms-input-placeholder {
  color: #7A869A;
}
.markup-editor .markup-toolbar {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #DFE1E6;
  border-top: none;
  padding: 5px;
}
.markup-editor .markup-toolbar .secondary {
  float: right;
}
.markup-editor .markup-toolbar .aui-button-subtle {
  margin-left: 0;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-comment-likes:comment-likes-resources', location = '/static/bitbucket-plugin-comment-likes/internal/feature/comments/likes/comment-likes.less' */
.comment-likes-dialog .aui-inline-dialog-contents{max-height:260px;overflow-y:auto}.comment-likes-dialog-content .user-list{padding:0;border-top:1px solid #dfe1e6}.comment-likes-dialog-content .user-list>li{border-bottom:1px solid #dfe1e6;padding:5px 10px;display:block}.comment-likes-dialog-content .user-avatar{margin-right:10px;vertical-align:middle}.comment-likes-dialog-content .liker-name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;max-width:230px;vertical-align:middle}.comment-likes-info .aui-icon{padding-right:3px}.comment-likes-info .comment-liker{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;max-width:170px;vertical-align:bottom}.commit-files .replies .replies .replies .replies .comment-likes-info .comment-liker,.side-by-side-diff .comment-likes-info .comment-liker{max-width:100px}
/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:task-view-resources', location = '/static/bitbucket/internal/feature/tasks/task-view/task-view.less' */
.task {
  display: block;
  height: 100%;
  margin-left: 20px;
}
.task .task-content {
  position: relative;
  line-height: 1.42857143;
}
.task-list-row .task.task-pending-sync[data-task-id=""] .actions a {
  color: #DFE1E6;
  cursor: text;
}
.task textarea {
  box-sizing: border-box;
  background-color: transparent;
  border: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #172B4D;
}
.task textarea::-webkit-input-placeholder {
  color: #7A869A;
}
.task textarea::-moz-placeholder {
  color: #7A869A;
}
.task textarea:-ms-input-placeholder {
  color: #7A869A;
}
.task textarea:focus {
  outline: none;
}
.task textarea.task-error::-webkit-input-placeholder {
  color: #FF5630;
}
.task textarea.task-error::-moz-placeholder {
  color: #FF5630;
}
.task textarea.task-error:-ms-input-placeholder {
  color: #FF5630;
}
.task .task-tip {
  color: #5E6C84;
  display: none;
  font-size: 12px;
  font-style: italic;
  float: right;
  margin-top: 5px;
}
.task-blank.task .task-tip {
  display: inline-block;
}
.task .task-footer:after {
  clear: both;
  content: ' ';
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
}
.task textarea.expanding,
.task .textareaClone {
  border-width: 0;
  font-size: 14px;
  line-height: 1.42857143;
  margin-top: 0;
  min-height: 0;
  padding: 0;
}
.task .textareaClone {
  background-clip: padding-box;
  border-radius: 0;
  z-index: auto;
}
.content-view .task .textareaClone {
  font-family: Arial, sans-serif;
}
.task .comment-diff-anchor {
  color: #5E6C84;
  font-size: 12px;
  line-height: 16px;
  margin: 5px 0 0 0;
  position: relative;
}
.task .comment-diff-anchor .aui-icon {
  color: #5E6C84;
}
.task .comment-diff-anchor .aui-button {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: inherit;
  font-weight: bold;
  height: 100%;
  left: 21px;
  padding: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}
.task.task-status-resolved .task-content {
  color: #999;
  text-decoration: line-through;
}
.task .task-action {
  line-height: inherit;
  position: absolute;
  top: 10px;
}
.task .task-action.task-checkbox-container {
  left: 10px;
  line-height: 14px;
  top: 12px;
}
.task .task-action.task-checkbox-container .task-checkbox {
  margin: 0;
  padding: 0;
  cursor: default;
}
.task .task-action.task-link-button {
  border: 0;
  display: none;
  padding: 0;
  line-height: 1;
  right: 10px;
  height: 16px;
  width: 16px;
}
.task .task-action.task-link-button .aui-icon {
  color: #5E6C84;
}
.comment-container .comment .task .task-save {
  font-weight: bold;
  color: #0052CC;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:task-list-resources', location = '/static/bitbucket/internal/feature/tasks/task-list/task-list.less' */
@-webkit-keyframes task-highlight-animation {
  60% {
    background-color: #fffae6;
  }
  100% {
    background-color: rgba(255, 250, 230, 0);
  }
}
@keyframes task-highlight-animation {
  60% {
    background-color: #fffae6;
  }
  100% {
    background-color: rgba(255, 250, 230, 0);
  }
}
.task-list {
  padding-left: 0;
}
.task-list-dialog {
  padding-top: 0;
}
.task-list-dialog > .task-list {
  height: auto;
}
.task-list-dialog li.section-heading {
  padding-top: 20px;
}
.task-list-dialog li.section-heading h6 {
  text-transform: uppercase;
}
.task-list-dialog li.section-heading.task-list-row:hover {
  background: none;
}
.task-list-dialog li.task-list-row .task {
  margin-right: 26px;
}
.task-list-dialog li.task-list-row .actions {
  margin: 5px 0 0 0;
  padding: 0;
  display: inline-block;
  list-style-type: none;
}
.task-list-dialog li.task-list-row .actions li {
  display: inline-block;
}
.task-list-dialog li.task-list-row .actions > li:before {
  content: "·";
  color: #172B4D;
  font-size: 14px;
  padding: 0 5px;
  line-height: 1;
}
.task-list-dialog li.task-list-row .actions > li:first-child:before {
  content: none;
}
.task-list-dialog li.task-list-row .actions a,
.task-list-dialog li.task-list-row .actions span {
  font-size: 12px;
  color: #5E6C84;
  display: inline-block;
}
.task-list-dialog li.task-list-row .task-content {
  cursor: pointer;
}
.task-list-dialog li.task-list-row:hover,
.task-list-dialog li.task-list-row:focus {
  background-color: #DEEBFF;
}
.task-list-dialog li.task-list-row.collapsed .task-content::after {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  width: 20px;
  height: 20px;
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
}
.task-list-dialog li.task-list-row.collapsed:hover .task-content::after {
  background-image: linear-gradient(to right, rgba(222, 235, 255, 0), #DEEBFF);
}
.task-list-dialog li.task-list-row.focused::before {
  content: ' ';
  width: 3px;
  height: 100%;
  background-color: #0052CC;
  position: absolute;
  left: 0;
  top: 0;
}
li.task-list-row {
  transition: height 0.33s ease-in;
  border-bottom: 1px solid #DFE1E6;
  height: 20px;
  list-style-type: none;
  padding: 10px;
  position: relative;
}
.comment li.task-list-row:first-child {
  border-top: 1px solid #DFE1E6;
}
.comment li.task-list-row.pending-delete {
  display: none;
}
.comment li.task-list-row.pending-delete:first-child {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.comment li.task-list-row.pending-delete:first-child > .task {
  display: none;
}
.comment li.task-list-row:last-child {
  border-bottom: none;
  padding-right: 0;
  padding-bottom: 0;
}
li.task-list-row.collapsed {
  overflow: hidden;
}
li.task-list-row.collapsed .task {
  overflow: hidden;
  white-space: nowrap;
}
li.task-list-row.collapsed .task-footer {
  display: none;
}
li.task-list-row.expanding .task,
li.task-list-row.collapsing .task {
  overflow: hidden;
}
li.task-list-row.expanded {
  height: auto;
}
li.task-list-row:hover .task-link-button,
li.task-list-row.expanded .task-link-button {
  display: block;
}
.comment .task-list {
  margin: 0;
  overflow: hidden;
  height: 0;
}
.comment .task-list.transition-height {
  transition: all 0.2s ease-in-out;
}
.comment li.task-list-row {
  transition: opacity 0.2s ease-in-out;
}
.comment li.task-list-row.task-highlight {
  -webkit-animation: task-highlight-animation 5s 1;
  animation: task-highlight-animation 5s 1;
  background-color: #fffae6;
}
.comment li.task-list-row:first-child {
  margin-top: 10px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:comments', location = '/static/bitbucket/internal/feature/comments/comments.less' */
@-webkit-keyframes target-fade {
  60% {
    background-color: #fffae6;
    margin-left: -10px;
    padding-left: 52px;
    border-top-color: #DFE1E6;
    border-bottom-color: #DFE1E6;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    padding-left: 42px;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
}
@-moz-keyframes target-fade {
  60% {
    background-color: #fffae6;
    margin-left: -10px;
    padding-left: 52px;
    border-top-color: #DFE1E6;
    border-bottom-color: #DFE1E6;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    padding-left: 42px;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
}
@-ms-keyframes target-fade {
  60% {
    background-color: #fffae6;
    margin-left: -10px;
    padding-left: 52px;
    border-top-color: #DFE1E6;
    border-bottom-color: #DFE1E6;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    padding-left: 42px;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
}
.comment-box {
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #172B4D;
}
.comment-box .comment-list > :first-child {
  margin-top: -10px;
}
.comment-box .comment-list > :first-child.new > .content {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.comment-box .comment-list > .comment-form-container:first-child {
  border-top: none;
}
.comment-container .comment {
  border-top: 1px solid #DFE1E6;
  width: 100%;
  margin-bottom: 0;
  white-space: normal;
  position: relative;
}
.comment-container .comment > .user-avatar {
  margin-top: 10px;
}
.comment-container .comment .message {
  word-wrap: break-word;
}
.comment-container .comment .message.plaintext {
  white-space: pre-wrap;
}
.comment-container .comment .actions,
.comment-container .comment .info {
  margin: 5px 0 0 0;
  padding: 0;
  display: inline-block;
  list-style-type: none;
  font-size: 12px;
}
.comment-container .comment .actions li,
.comment-container .comment .info li {
  display: inline-block;
  color: #5E6C84;
}
.comment-container .comment .actions > li:before,
.comment-container .comment .info > li:before {
  content: "·";
  color: #172B4D;
  font-size: 14px;
  padding: 0 5px;
  line-height: 1;
}
.comment-container .comment .actions > li:first-child:before,
.comment-container .comment .info > li:first-child:before {
  content: none;
}
.comment-container .comment .info:before {
  content: "·";
  color: #172B4D;
  font-size: 14px;
  padding: 0 5px;
  line-height: 1;
}
.comment-container .comment .actions a,
.comment-container .comment .actions span,
.comment-container .comment .actions button,
.comment-container .comment .info a,
.comment-container .comment .info span,
.comment-container .comment .info button,
.comment-container .comment .times,
.comment-container .comment time {
  font-size: 12px;
  color: inherit;
  display: inline-block;
}
.comment-container .comment time {
  text-decoration: inherit;
}
.comment-container .replies {
  margin-top: 0;
  margin-left: 42px;
}
.comment-container .replies.no-indent {
  margin-left: 0;
}
.comment-container .replies > .comment.new > .content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-animation: target-fade 5s 1;
  animation: target-fade 5s 1;
  margin-bottom: 1px;
}
.comment-container .replies > .comment.new > .content + ol {
  margin-top: -1px;
}
.comment-container .replies:empty {
  border-top: none;
}
.comment-container li.comment,
.comment-container li.comment-form-container {
  list-style: none;
}
.comment-container .panel {
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-left: 10px;
  border: 1px solid #DFE1E6;
  background-clip: padding-box;
  border-radius: 3px;
}
.comment-container .content {
  min-height: 32px;
  padding: 10px 10px 10px 42px;
}
.comment .user-avatar,
.new-comment-form .user-avatar {
  margin-right: 10px;
  float: left;
}
.comment-list > .comment:first-child,
.comment-list > .comment-form-container:first-child,
.comment-list > .comment.new:first-child > .content {
  border-top: 0;
}
.comment-list > .comment.new:first-child > .content {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.comment.unread > .content {
  background-color: #fffae6;
}
.comment-container .comment.unread > .content,
.comment-container .comment.focused > .content {
  margin-left: -10px;
  padding-left: 52px;
}
.comment-container .comment.focused > .content {
  background-color: #DEEBFF;
}
.replies {
  padding-left: 0;
}
.replies .comment.unread > .content,
.replies .comment.focused > .content {
  margin-top: -1px;
  border-top: 1px solid #DFE1E6;
}
.comment-container > .general-comment-activity.comment.new > .content {
  -webkit-animation: target-fade 5s 1;
  animation: target-fade 5s 1;
}
.new-comment-form textarea.restored {
  background-color: #fffee8;
}
.new-comment-form.collapsed .textarea,
.new-comment-form.collapsed .textareaClone {
  background-clip: padding-box;
  border-radius: 3px;
  min-height: 32px;
  height: 32px;
}
.new-comment-form.collapsed .tip,
.new-comment-form.collapsed .markup-toolbar,
.new-comment-form.collapsed .buttons {
  display: none;
}
.comment-list {
  padding-left: 0;
}
.comment-list > .comment-form-container > form {
  margin-top: 0;
}
.comment-list > .comment.new > .content {
  -webkit-animation: target-fade 5s 1;
  animation: target-fade 5s 1;
}
.comment-form-container {
  border-top: 1px solid #DFE1E6;
}
.comment-form-container .user-avatar {
  margin-top: 10px;
}
.comment-form-container .content {
  padding-left: 42px;
}
.comment-form-container .comment-form-footer {
  display: table;
  width: 100%;
  margin-top: 10px;
  table-layout: fixed;
}
.comment-form-container .comment-form-footer > .buttons {
  position: relative;
}
.comment-form-container .buttons,
.comment-form-container .tip {
  display: table-cell;
}
.comment-form-container .comment-submit-spinner {
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
}
.comment-form-container .tip {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  color: #5E6C84;
  font-size: 12px;
  font-style: italic;
}
.comment-form-container .error {
  color: #FF5630;
  margin-top: 5px;
}
.comment-form-container + .comment {
  margin-top: -1px;
}
.comment-form-container .submitting .markup-editor {
  opacity: 0.5;
}
.replies .comment-form-container.comment .new-comment-form > .content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.comment .user-name {
  font-weight: bold;
}
.file-comments .comment-container > .panel {
  background-clip: padding-box;
  border-radius: 0;
  border: none;
  padding-top: 0;
}
.file-comments .comment-container > .panel .comment.new .content,
.file-comments .comment-container > .panel .comment-form-container {
  margin-bottom: 0;
  border-bottom: none;
}
.file-comments .comment-container > .panel .comment.new .content + ol,
.file-comments .comment-container > .panel .comment-form-container + ol {
  margin-top: 0;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:comments', location = '/static/bitbucket/internal/feature/comments/diff-comment-context.less' */
/* avoid jumping around when pages are loaded: this fits 5 digits. min-width
                                       and max-width not supported when element is display: table-cell */
.diff-view.text-view .add-comment-trigger {
  box-sizing: content-box;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
  width: 16px;
  height: 17px;
  padding: 0 5px;
  border: 0;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
  line-height: 17px;
  position: relative;
  vertical-align: top;
}
.diff-view.text-view .add-comment-trigger.CodeMirror-gutter {
  height: 0;
  /* The gutter filler for this column causes an extra vertical scrollbar to appear. */
}
.diff-view.text-view .add-comment-trigger:before {
  display: block;
  position: relative;
  left: 0;
  width: 16px;
  height: 17px;
}
.diff-view.text-view .add-comment-trigger .aui-icon {
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
  color: #505F79;
  position: absolute;
  top: 2px;
  left: 5px;
}
.diff-view.text-view .dummy-comment-trigger {
  box-sizing: content-box;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #FFFFFF;
  display: inline-block;
  height: 17px;
  width: 16px;
  padding: 0 5px;
}
.diff-view.text-view.commentable .add-comment-trigger:focus {
  outline: 0;
}
.diff-view.text-view.commentable .add-comment-trigger:focus .aui-iconfont-add-comment {
  opacity: 1;
}
.diff-view.text-view.commentable .line.commented .add-comment-trigger .aui-iconfont-comment {
  opacity: 0;
}
.diff-view.text-view.commentable.hide-comments .line.commented .add-comment-trigger .aui-iconfont-comment {
  opacity: 1;
}
.diff-view.text-view.commentable .line:hover {
  background-color: #ebf2f9;
}
.diff-view.text-view.commentable .line:hover .CodeMirror-gutter-elt > * {
  background-color: #ebf2f9;
}
.diff-view.text-view.commentable .line:hover .add-comment-trigger .aui-iconfont-add-comment {
  opacity: 1;
}
.diff-view.text-view.commentable .line:hover .add-comment-trigger:before {
  width: 0;
  content: none;
}
.diff-view.text-view.commentable .line.conflict-marker:hover {
  background-color: #FFF0B3;
}
.diff-view.text-view.commentable .line.conflict-marker:hover .CodeMirror-gutter-elt > * {
  background-color: #FFF0B3;
}
.diff-view.text-view.commentable .line.conflict-marker:hover .add-comment-trigger {
  cursor: default;
}
.diff-view.text-view.commentable .line.conflict-marker:hover .add-comment-trigger .aui-icon {
  display: none;
}
.diff-view.text-view.commentable .line.conflict-marker:hover .add-comment-trigger:before {
  content: '';
}
.diff-view.text-view.commentable .source {
  padding-left: 5px;
}
.diff-view.text-view .context.line .add-comment-trigger {
  background-color: #FFFFFF;
}
.diff-view.text-view.hide-comments .file-comments {
  height: 0;
  display: none;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:commit-selector', location = '/static/bitbucket/internal/feature/file-content/commit-selector/commit-selector.less' */
.bitbucket-theme #inline-dialog-commit-selector {
  width: 480px;
  margin-top: -11px;
}
.bitbucket-theme #inline-dialog-commit-selector:after,
.bitbucket-theme #inline-dialog-commit-selector:before {
  display: none;
}
.bitbucket-theme #inline-dialog-commit-selector .aui-inline-dialog-contents {
  padding: 0;
}
.bitbucket-theme .commit-selector {
  background-clip: padding-box;
  border-radius: 3px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 350px;
}
.bitbucket-theme .commit-selector li.no-more-results {
  background-color: transparent;
  border-top: 1px solid #DFE1E6;
  color: #5E6C84;
  cursor: default;
  padding: 10px;
}
.bitbucket-theme .commit-selector .spinner-container {
  height: 10px;
  padding-top: 20px;
}
.bitbucket-theme .commit-selector .commit-list {
  background-color: #FFFFFF;
}
.bitbucket-theme .commit-selector .commit-list-item.disabled,
.bitbucket-theme .commit-selector .commit-list-item.disabled:hover {
  pointer-events: none;
  cursor: default;
}
.bitbucket-theme .commit-selector .commit-list-item.disabled .commit-selector-item-message,
.bitbucket-theme .commit-selector .commit-list-item.disabled:hover .commit-selector-item-message {
  color: #DFE1E6;
}
.bitbucket-theme .commit-selector .commit-list-item.disabled .commit-selector-item-message .commit-icon:before,
.bitbucket-theme .commit-selector .commit-list-item.disabled:hover .commit-selector-item-message .commit-icon:before {
  color: #DFE1E6;
}
.bitbucket-theme .commit-selector .commit-list-item:focus,
.bitbucket-theme .commit-selector .commit-list-item:hover {
  background-color: rgba(9, 30, 66, 0.08);
}
.bitbucket-theme .commit-selector .commit-list-item a:active {
  background-color: #DEEBFF;
}
.bitbucket-theme .commit-selector .commit-list-item a:active .commit-selector-details,
.bitbucket-theme .commit-selector .commit-list-item a:active .commit-message-subject,
.bitbucket-theme .commit-selector .commit-list-item a:active .commit-badge-oneline,
.bitbucket-theme .commit-selector .commit-list-item a:active .commit-author,
.bitbucket-theme .commit-selector .commit-list-item a:active .commit-message,
.bitbucket-theme .commit-selector .commit-list-item a:active .commitid,
.bitbucket-theme .commit-selector .commit-list-item a:active time {
  color: #0052CC;
}
.bitbucket-theme .commit-selector .commit-list-item.preload-item {
  background-color: #FFFFFF;
}
.bitbucket-theme .commit-selector .commit-list-item.selected {
  background-color: #DEEBFF;
}
.bitbucket-theme .commit-selector-item-message {
  height: 52px;
  box-sizing: border-box;
}
.bitbucket-theme .commit-selector-item-message .user-avatar {
  margin-right: 5px;
  width: 12px;
  height: 12px;
}
.bitbucket-theme .commit-selector-item-message .user-avatar .aui-avatar-inner {
  width: 12px;
  height: 12px;
}
.bitbucket-theme .commit-selector-item-message .commit-icon {
  flex-shrink: 0;
}
.bitbucket-theme .commit-selector-item-message .commit-icon:before {
  color: #7A869A;
}
.bitbucket-theme .commit-selector-item-message .commit-selector-details {
  line-height: 16px;
  margin-left: 10px;
  overflow: hidden;
}
.bitbucket-theme .commit-selector-item-message .commit-selector-details .commit-badge-oneline {
  align-items: center;
  color: #5E6C84;
  font-size: 12px;
  line-height: 12px;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.bitbucket-theme .commit-selector-item-message .commit-selector-details .commit-badge-oneline .user-avatar {
  align-self: auto;
}
.bitbucket-theme .commit-selector-item-message .commit-selector-details .commit-badge-oneline .commit-author {
  font-weight: normal;
}
.bitbucket-theme .commit-selector-item-message .commit-selector-details .commit-badge-oneline .commitid,
.bitbucket-theme .commit-selector-item-message .commit-selector-details .commit-badge-oneline .commit-author,
.bitbucket-theme .commit-selector-item-message .commit-selector-details .commit-badge-oneline .commit-message {
  color: #5E6C84;
}
.bitbucket-theme .commit-selector-item-message .commit-selector-details .commit-badge-oneline time {
  font-style: italic;
}
.bitbucket-theme .commit-selector-item-message .commit-selector-details .commit-message {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bitbucket-theme .commit-selector-item-message.commit-selector-item-message-thin {
  height: 36px;
}
.bitbucket-theme .commit-selector-item-message:focus,
.bitbucket-theme .commit-selector-item-message:hover {
  background-color: #EBECF0;
  outline: 0;
}
.bitbucket-theme .commit-selector-item-message:focus .commit-selector-details time,
.bitbucket-theme .commit-selector-item-message:hover .commit-selector-details time,
.bitbucket-theme .commit-selector-item-message:focus .commit-selector-details .commitid,
.bitbucket-theme .commit-selector-item-message:hover .commit-selector-details .commitid,
.bitbucket-theme .commit-selector-item-message:focus .commit-selector-details .commit-author,
.bitbucket-theme .commit-selector-item-message:hover .commit-selector-details .commit-author,
.bitbucket-theme .commit-selector-item-message:focus .commit-selector-details .commit-badge-oneline,
.bitbucket-theme .commit-selector-item-message:hover .commit-selector-details .commit-badge-oneline {
  color: #172B4D;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:commit-selector', location = '/static/bitbucket/internal/feature/file-content/commit-selector/commit-selector-variables.less' */

/* module-key = 'com.atlassian.plugins.atlassian-chaperone:feature-discovery', location = '/feature-discovery/feature-discovery.less' */
.multi-step-trigger{float:right;line-height:30px;color:#707070}.feature-discovery-dialog{width:300px}
/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:binary-view', location = '/static/bitbucket/internal/feature/file-content/binary-view/binary-view.less' */
.binary-container {
  background-clip: padding-box;
  border-radius: 3px;
  text-align: center;
  white-space: normal;
  padding: 20px;
  background: #FFFFFF;
}
.binary {
  display: inline-block;
  max-width: 45%;
  vertical-align: top;
  text-align: center;
}
.binary:only-child {
  max-width: 100%;
}
.binary img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  background: url(/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:binary-view/bgCheckerboard.png);
}
.binary img[data-ext=svg] {
  min-width: 200px;
}
.binary > h5 {
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: normal;
}
.binary .unrenderable-file {
  padding: 0 10px;
}
.binary .unrenderable-file .download-image {
  width: 145px;
  height: 145px;
  background: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:binary-view/download.svg') center no-repeat;
  margin: 0 auto;
}
.binary .unrenderable-file h3 {
  margin-top: 20px;
}
.binary .unrenderable-file .download-file-button {
  display: inline-block;
  margin-top: 30px;
}
.image-differ-toolbar ~ .binary {
  margin-top: 10px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:focus-message', location = '/static/bitbucket/internal/widget/focus-message/focus-message.less' */
.focus-message {
  margin: 0 auto 10px;
  text-align: center;
}
.focus-message h2 {
  margin-top: 20px;
}
.focus-message p {
  white-space: pre-line;
}
.focus-message-icon {
  width: 64px;
  height: 64px;
  background: transparent no-repeat 0 0;
  background-size: 64px;
  margin: 20px auto 0;
  display: block;
}
.focus-message-icon.icon-lock {
  background-image: url(/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:focus-message/icons/icon-lock.svg);
}
.focus-message-icon.icon-skull {
  background-image: url(/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:focus-message/icons/icon-skull.svg);
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:content-message', location = '/static/bitbucket/internal/feature/file-content/content-message/content-message.less' */
.content-message-container {
  margin: 0 auto;
  padding: 20px;
}
.content-message,
.content-message:first-child {
  /* :first-child overrides similar AUI message selector. */
  white-space: normal;
}
.diff-conflict-message-container {
  padding: 20px;
  background: #FFFFFF;
  white-space: normal;
}
.diff-conflict-message-container .aui-message {
  margin-bottom: 0;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-bbui-components:image-differ', location = '/static/bitbucket/internal/bbui/image-differ/image-differ.less' */
.image-differ-toolbar {
  box-sizing: border-box;
  padding: 0;
}
.image-differ-toolbar .image-differ-toggle {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.image-differ-toolbar .image-differ-toggle .aui-buttons {
  float: none;
  margin-right: 0;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-bbui-components:image-differ', location = '/static/bitbucket/internal/bbui/image-differ/image-differ-toolbar.less' */
.image-differ-toolbar {
  box-sizing: border-box;
  padding: 0;
}
.image-differ-toolbar .image-differ-toggle {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.image-differ-toolbar .image-differ-toggle .aui-buttons {
  float: none;
  margin-right: 0;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:binary-diff-view', location = '/static/bitbucket/internal/feature/file-content/binary-diff-view/binary-diff-view.less' */
.binary-container .since-revision.binary > h5 {
  color: #FF5630;
}
.binary-container .since-revision.binary img {
  border: 1px solid #FF5630;
}
.binary-container .until-revision.binary > h5 {
  color: #36B37E;
}
.binary-container .until-revision.binary img {
  border: 1px solid #36B37E;
}
.binary-container .binary + .binary {
  margin-left: 20px;
}
/* Image diff styles */
.binary-container.split,
.binary-container.blend,
.binary-container.pixeldiff {
  white-space: nowrap;
  margin: 20px;
  overflow: hidden;
}
.binary-container.two-up > .binary {
  padding-right: 0;
  padding-left: 0;
}
.binary-container.blend {
  /* allow the new version to move over top of this one. */
}
.binary-container.blend > .opacity-slider-container {
  margin-bottom: 36px;
}
.binary-container.blend > .binary {
  box-sizing: border-box;
  display: block;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
}
.binary-container.blend > .binary + .binary {
  margin-left: 0;
}
.binary-container.blend > .binary.since-revision {
  height: 0;
  overflow: visible;
}
.binary-container.blend > .until-revision.binary {
  background: transparent;
}
.binary-container.blend > .binary img {
  box-sizing: border-box;
  display: block;
  position: relative;
  /* FF and IE9 will allow the transparency from the image below to show through otherwise.
                           I don't fully understand why. Another solution is always set an opacity < 1 (like 0.999) but
                           this is cleaner. */
  margin: 0 auto;
}
.binary-container.blend > .since-revision h5,
.binary-container.blend > .until-revision h5 {
  padding-bottom: 2px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: top;
}
.binary-container.blend > .since-revision h5 {
  margin-right: 240px;
}
.binary-container.blend > .until-revision h5 {
  margin-left: 240px;
}
.binary-container.blend > .opacity-slider-container {
  box-sizing: border-box;
  position: relative;
  margin: 20px auto -20px;
}
.binary-container.blend > .opacity-slider-container > input[type=range] {
  box-sizing: border-box;
  margin-top: 2px;
  padding: 0;
  width: 200px;
}
.binary-container.split .binary {
  box-sizing: border-box;
  overflow: visible;
  margin: 0 auto;
}
.binary-container.split .binary + .binary {
  margin-left: 0;
}
.binary-container.split .split-container {
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
.binary-container.split .split-container .binary {
  padding: 0;
  max-width: 100%;
}
.binary-container.split .until-revision.binary > .image-container,
.binary-container.split .since-revision.binary {
  cursor: ew-resize;
}
.binary-container.split .until-revision.binary {
  background: transparent;
}
.binary-container.split .until-revision.binary > .image-container {
  overflow: hidden;
  background: #fff;
  width: 50%;
  border-right: 1px solid #666;
}
.binary-container.split .binary img {
  display: block;
  max-width: none;
}
.binary-container.split .since-revision h5 {
  text-align: right;
}
.binary-container.split .until-revision h5 {
  text-align: left;
}
.binary-container.pixeldiff .binary {
  box-sizing: border-box;
  display: block;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
}
.binary-container.pixeldiff .binary + .binary {
  margin-left: 0;
}
.binary-container.pixeldiff .binary img {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 0 auto;
}
.binary-container.pixeldiff > .pixeldiff-container {
  box-sizing: border-box;
  position: relative;
  margin: 20px auto -20px;
}
.binary-container.pixeldiff > .pixeldiff-container .spinner {
  height: 200px;
}
.binary-container.pixeldiff .since-revision,
.binary-container.pixeldiff .until-revision {
  display: none;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:text-view', location = '/static/bitbucket/internal/feature/file-content/text-view/text-view.less' */
/* avoid jumping around when pages are loaded: this fits 5 digits. min-width
                                       and max-width not supported when element is display: table-cell */
.text-view {
  -moz-tab-size: 4;
  tab-size: 4;
}
.text-view .CodeMirror-cursor {
  display: none;
}
.text-view .CodeMirror-sizer {
  padding-bottom: 36px;
}
.text-view .line,
.text-view .line .CodeMirror-gutter-elt > * {
  background-color: #FFFFFF;
}
.text-view .CodeMirror-scroll {
  overflow-y: hidden !important;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:file-blame', location = '/static/bitbucket/internal/feature/file-content/file-blame/file-blame.less' */
/* avoid jumping around when pages are loaded: this fits 5 digits. min-width
                                       and max-width not supported when element is display: table-cell */
.blame {
  transition: border-color 0.2s, background-color 0.2s, opacity 0.5s;
  overflow: hidden;
  font-family: monospace;
  font-size: 12px;
  z-index: 1;
  background-color: #FFFFFF;
  min-height: 100%;
  padding: 0 0 0 10px;
  white-space: nowrap;
  border-right: 4px solid #DFE1E6;
  line-height: 18px;
  clear: both;
  width: 324px;
  opacity: 1;
}
.blame-disabled .blame {
  width: 0;
  border-width: 0;
  padding: 0;
  opacity: 0;
}
.CodeMirror-gutters > .blame {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.blame.commitid-hovered.commitid-hovered {
  background-color: #F4F5F7;
  border-right-color: #0065FF;
}
.blame .user-avatar {
  margin-right: 5px;
}
.blame .commitid {
  margin: 0 5px;
  display: inline-block;
}
.blame .blame-author {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 120px;
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
}
.blame .blame-timestamp {
  display: inline-block;
  text-align: right;
  width: 90px;
}
.diff-view .blame {
  min-height: 0;
  height: auto;
}
.diff-view .conflict-marker .blame > * {
  visibility: hidden;
}
.blame-spinner {
  width: 16px;
  height: 16px;
  position: relative;
  top: 8px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:ediff', location = '/static/bitbucket/internal/feature/file-content/ediff/ediff.less' */
/* avoid jumping around when pages are loaded: this fits 5 digits. min-width
                                       and max-width not supported when element is display: table-cell */
.added.line .ediff-add,
.added.line .ediff-change {
  background-color: #97f295;
}
.added.line .ediff-add.cm-searching,
.added.line .ediff-change.cm-searching {
  background-color: rgba(255, 255, 61, 0.4);
}
.added.line .ediff-add.cm-searching.CodeMirror-selectedtext,
.added.line .ediff-change.cm-searching.CodeMirror-selectedtext {
  background-color: #c26a00;
}
.removed.line .ediff-change,
.removed.line .ediff-delete {
  background-color: #ffb6ba;
}
.removed.line .ediff-change.cm-searching,
.removed.line .ediff-delete.cm-searching {
  background-color: rgba(255, 255, 61, 0.4);
}
.removed.line .ediff-change.cm-searching.CodeMirror-selectedtext,
.removed.line .ediff-delete.cm-searching.CodeMirror-selectedtext {
  background-color: #c26a00;
}
.CodeMirror-selectedtext.ediff-change,
.CodeMirror-selectedtext.ediff-delete,
.CodeMirror-selectedtext.ediff-add {
  background-color: #d6dae2;
}
.CodeMirror-focused .CodeMirror-selectedtext.ediff-change,
.CodeMirror-focused .CodeMirror-selectedtext.ediff-delete,
.CodeMirror-focused .CodeMirror-selectedtext.ediff-add {
  background-color: #89b2dc;
}
.hide-ediff .added.line .ediff-add:not(.cm-searching),
.hide-ediff .added.line .ediff-change:not(.cm-searching) {
  background-color: inherit;
}
.hide-ediff .removed.line .ediff-change:not(.cm-searching),
.hide-ediff .removed.line .ediff-delete:not(.cm-searching) {
  background-color: inherit;
}
.hide-ediff .CodeMirror-selectedtext.cm-searching.cm-searching.ediff-change,
.hide-ediff .CodeMirror-selectedtext.cm-searching.cm-searching.ediff-delete,
.hide-ediff .CodeMirror-selectedtext.cm-searching.cm-searching.ediff-add {
  background-color: #FF8B00;
}
.hide-ediff .CodeMirror-focused .CodeMirror-selectedtext.cm-searching.cm-searching.ediff-change,
.hide-ediff .CodeMirror-focused .CodeMirror-selectedtext.cm-searching.cm-searching.ediff-delete,
.hide-ediff .CodeMirror-focused .CodeMirror-selectedtext.cm-searching.cm-searching.ediff-add {
  background-color: #FF8B00;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:diff-view', location = '/static/bitbucket/internal/feature/file-content/diff-view/diff-view.less' */
/* avoid jumping around when pages are loaded: this fits 5 digits. min-width
                                       and max-width not supported when element is display: table-cell */
@-webkit-keyframes segment-added-target-fade-bg {
  0% {
    background-color: #97f295;
  }
  100% {
    background-color: #ddffdd;
  }
}
@keyframes segment-added-target-fade-bg {
  0% {
    background-color: #97f295;
  }
  100% {
    background-color: #ddffdd;
  }
}
@-webkit-keyframes segment-added-target-fade-border {
  0% {
    background-color: #97f295;
    border-top-color: #97f295;
  }
  100% {
    background-color: #ddffdd;
    border-top-color: #ddffdd;
  }
}
@keyframes segment-added-target-fade-border {
  0% {
    background-color: #97f295;
    border-top-color: #97f295;
  }
  100% {
    background-color: #ddffdd;
    border-top-color: #ddffdd;
  }
}
@-webkit-keyframes segment-removed-target-fade-bg {
  0% {
    background-color: #ffb6ba;
  }
  100% {
    background-color: #fee8e9;
  }
}
@keyframes segment-removed-target-fade-bg {
  0% {
    background-color: #ffb6ba;
  }
  100% {
    background-color: #fee8e9;
  }
}
@-webkit-keyframes segment-removed-target-fade-border {
  0% {
    background-color: #ffb6ba;
    border-top-color: #ffb6ba;
  }
  100% {
    background-color: #fee8e9;
    border-top-color: #fee8e9;
  }
}
@keyframes segment-removed-target-fade-border {
  0% {
    background-color: #ffb6ba;
    border-top-color: #ffb6ba;
  }
  100% {
    background-color: #fee8e9;
    border-top-color: #fee8e9;
  }
}
@-webkit-keyframes segment-conflicted-target-fade-bg {
  0% {
    background-color: #FFE380;
  }
  100% {
    background-color: #FFFAE6;
  }
}
@keyframes segment-conflicted-target-fade-bg {
  0% {
    background-color: #FFE380;
  }
  100% {
    background-color: #FFFAE6;
  }
}
@-webkit-keyframes segment-conflicted-target-fade-border {
  0% {
    background-color: #FFE380;
    border-top-color: #FFE380;
  }
  100% {
    background-color: #FFFAE6;
    border-top-color: #FFFAE6;
  }
}
@keyframes segment-conflicted-target-fade-border {
  0% {
    background-color: #FFE380;
    border-top-color: #FFE380;
  }
  100% {
    background-color: #FFFAE6;
    border-top-color: #FFFAE6;
  }
}
@-webkit-keyframes segment-context-target-fade-bg {
  0% {
    background-color: #ebf2f9;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@keyframes segment-context-target-fade-bg {
  0% {
    background-color: #ebf2f9;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-webkit-keyframes segment-context-target-fade-border {
  0% {
    background-color: #ebf2f9;
    border-top-color: #ebf2f9;
  }
  100% {
    background-color: #FFFFFF;
    border-top-color: #FFFFFF;
  }
}
@keyframes segment-context-target-fade-border {
  0% {
    background-color: #ebf2f9;
    border-top-color: #ebf2f9;
  }
  100% {
    background-color: #FFFFFF;
    border-top-color: #FFFFFF;
  }
}
@-webkit-keyframes comment-widget-fade-bg {
  0% {
    background-color: #fffae6;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@keyframes comment-widget-fade-bg {
  0% {
    background-color: #fffae6;
  }
  100% {
    background-color: #FFFFFF;
  }
}
.no-cssanimations .diff-view.text-view .line-focused.added:not(.conflict-marker) {
  background-color: #97f295;
}
.no-cssanimations .diff-view.text-view .line-focused.added:not(.conflict-marker) .comment-box,
.no-cssanimations .diff-view.text-view .line-focused.added:not(.conflict-marker) .bitbucket-gutter-marker {
  background-color: #97f295;
}
.no-cssanimations .diff-view.text-view .line-focused.removed {
  background-color: #ffb6ba;
}
.no-cssanimations .diff-view.text-view .line-focused.removed .comment-box,
.no-cssanimations .diff-view.text-view .line-focused.removed .bitbucket-gutter-marker {
  background-color: #ffb6ba;
}
.no-cssanimations .diff-view.text-view .line-focused.conflict-ours.conflict-ours,
.no-cssanimations .diff-view.text-view .line-focused.conflict-theirs.conflict-theirs,
.no-cssanimations .diff-view.text-view .line-focused.segment-connector.conflict {
  background-color: #FFE380;
}
.no-cssanimations .diff-view.text-view .line-focused.conflict-ours.conflict-ours .comment-box,
.no-cssanimations .diff-view.text-view .line-focused.conflict-theirs.conflict-theirs .comment-box,
.no-cssanimations .diff-view.text-view .line-focused.segment-connector.conflict .comment-box,
.no-cssanimations .diff-view.text-view .line-focused.conflict-ours.conflict-ours .bitbucket-gutter-marker,
.no-cssanimations .diff-view.text-view .line-focused.conflict-theirs.conflict-theirs .bitbucket-gutter-marker,
.no-cssanimations .diff-view.text-view .line-focused.segment-connector.conflict .bitbucket-gutter-marker {
  background-color: #FFE380;
}
.diff-view.text-view .added + .line-focused.added:not(.conflict-marker) {
  border-top-color: #97f295;
}
.diff-view.text-view .added + .line-focused.added:not(.conflict-marker) .comment-box,
.diff-view.text-view .added + .line-focused.added:not(.conflict-marker) .bitbucket-gutter-marker {
  border-top-color: #97f295;
}
.diff-view.text-view .removed + .line-focused.removed:not(.conflict-marker) {
  border-top-color: #ffb6ba;
}
.diff-view.text-view .removed + .line-focused.removed:not(.conflict-marker) .comment-box,
.diff-view.text-view .removed + .line-focused.removed:not(.conflict-marker) .bitbucket-gutter-marker {
  border-top-color: #ffb6ba;
}
.diff-view.text-view .conflict + .line-focused.conflict-ours.conflict-ours,
.diff-view.text-view .conflict + .line-focused.conflict-theirs.conflict-theirs {
  border-top-color: #FFE380;
}
.diff-view.text-view .conflict + .line-focused.conflict-ours.conflict-ours .comment-box,
.diff-view.text-view .conflict + .line-focused.conflict-theirs.conflict-theirs .comment-box,
.diff-view.text-view .conflict + .line-focused.conflict-ours.conflict-ours .bitbucket-gutter-marker,
.diff-view.text-view .conflict + .line-focused.conflict-theirs.conflict-theirs .bitbucket-gutter-marker {
  border-top-color: #FFE380;
}
.diff-view.text-view .expanded pre,
.diff-view.text-view .expanded .line-number,
.diff-view.text-view .expanded .line-number-marker {
  color: #5E6C84;
}
.diff-view.text-view .line-number,
.diff-view.text-view .line-number-marker {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  height: 100%;
  font-family: monospace;
  font-size: 12px;
  z-index: 1;
  color: #172B4D;
}
.diff-view.text-view .line-number-from,
.diff-view.text-view .line-number-to {
  width: 37px;
  display: inline-block;
  text-align: right;
  vertical-align: top;
}
.diff-view.text-view .line-number-marker {
  width: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.diff-view.text-view .line-number-from {
  z-index: 2;
}
.diff-view.text-view .line-number-to {
  z-index: 1;
}
.diff-view.text-view .source {
  padding-left: 5px;
  white-space: pre;
  color: #000;
  line-height: 17px;
}
.diff-view.text-view .commented.line,
.diff-view.text-view .commented.line .comment-box,
.diff-view.text-view .commented.line .bitbucket-gutter-marker {
  border-top-color: #F4F5F7;
  background-color: #F4F5F7;
}
.diff-view.text-view.hide-comments .commented.line.context {
  background-color: #FFFFFF;
}
.diff-view.text-view.hide-comments .commented.line.context .comment-box,
.diff-view.text-view.hide-comments .commented.line.context .bitbucket-gutter-marker {
  background-color: #FFFFFF;
}
.diff-view.text-view.hide-comments .commented.line.context:hover {
  background-color: #ebf2f9;
}
.diff-view.text-view.hide-comments .commented.line.context:hover .comment-box,
.diff-view.text-view.hide-comments .commented.line.context:hover .bitbucket-gutter-marker {
  background-color: #ebf2f9;
}
.diff-view.text-view .added.line,
.diff-view.text-view .added.segment-connector,
.diff-view.text-view .added.line .comment-box,
.diff-view.text-view .added.line .bitbucket-gutter-marker {
  border-top-color: #ddffdd;
  background-color: #ddffdd;
}
.diff-view.text-view .removed.line,
.diff-view.text-view .removed.segment-connector,
.diff-view.text-view .removed.line .comment-box,
.diff-view.text-view .removed.line .bitbucket-gutter-marker {
  border-top-color: #fee8e9;
  background-color: #fee8e9;
}
.diff-view.text-view .truncated .ellipsis {
  color: #666;
}
.diff-view.text-view .conflict {
  color: #172B4D;
}
.diff-view.text-view .conflict .bitbucket-gutter-marker,
.diff-view.text-view .conflict .comment-box,
.diff-view.text-view .conflict > code.source > span {
  color: #172B4D;
}
.diff-view.text-view .line.conflict-marker,
.diff-view.text-view .segment-connector.conflict-marker {
  border-top-color: #FFF0B3;
  background-color: #FFF0B3;
}
.diff-view.text-view .line.conflict-marker .bitbucket-gutter-marker,
.diff-view.text-view .segment-connector.conflict-marker .bitbucket-gutter-marker,
.diff-view.text-view .line.conflict-marker .comment-box,
.diff-view.text-view .segment-connector.conflict-marker .comment-box,
.diff-view.text-view .line.conflict-marker > code.source > span,
.diff-view.text-view .segment-connector.conflict-marker > code.source > span {
  border-top-color: #FFF0B3;
  background-color: #FFF0B3;
}
.diff-view.text-view .line.conflict-ours,
.diff-view.text-view .segment-connector.conflict-ours,
.diff-view.text-view .line.conflict-theirs,
.diff-view.text-view .segment-connector.conflict-theirs {
  border-top-color: #FFFAE6;
  background-color: #FFFAE6;
}
.diff-view.text-view .line.conflict-ours .bitbucket-gutter-marker,
.diff-view.text-view .segment-connector.conflict-ours .bitbucket-gutter-marker,
.diff-view.text-view .line.conflict-theirs .bitbucket-gutter-marker,
.diff-view.text-view .segment-connector.conflict-theirs .bitbucket-gutter-marker,
.diff-view.text-view .line.conflict-ours .comment-box,
.diff-view.text-view .segment-connector.conflict-ours .comment-box,
.diff-view.text-view .line.conflict-theirs .comment-box,
.diff-view.text-view .segment-connector.conflict-theirs .comment-box,
.diff-view.text-view .line.conflict-ours > code.source > span,
.diff-view.text-view .segment-connector.conflict-ours > code.source > span,
.diff-view.text-view .line.conflict-theirs > code.source > span,
.diff-view.text-view .segment-connector.conflict-theirs > code.source > span {
  border-top-color: #FFFAE6;
  background-color: #FFFAE6;
}
.diff-view.text-view .line-comment-focused .panel {
  -webkit-animation: comment-widget-fade-bg 1s 1;
  animation: comment-widget-fade-bg 1s 1;
}
.diff-view.animated .line-focused.added:not(.conflict-marker) {
  -webkit-animation: segment-added-target-fade-bg 1s 1;
  animation: segment-added-target-fade-bg 1s 1;
}
.diff-view.animated .line-focused.added:not(.conflict-marker) .comment-box,
.diff-view.animated .line-focused.added:not(.conflict-marker) .bitbucket-gutter-marker {
  -webkit-animation: segment-added-target-fade-bg 1s 1;
  animation: segment-added-target-fade-bg 1s 1;
}
.diff-view.animated .line-focused.removed {
  -webkit-animation: segment-removed-target-fade-bg 1s 1;
  animation: segment-removed-target-fade-bg 1s 1;
}
.diff-view.animated .line-focused.removed .comment-box,
.diff-view.animated .line-focused.removed .bitbucket-gutter-marker {
  -webkit-animation: segment-removed-target-fade-bg 1s 1;
  animation: segment-removed-target-fade-bg 1s 1;
}
.diff-view.animated .line-focused.context {
  -webkit-animation: segment-context-target-fade-bg 1s 1;
  animation: segment-context-target-fade-bg 1s 1;
}
.diff-view.animated .line-focused.context .comment-box,
.diff-view.animated .line-focused.context .bitbucket-gutter-marker {
  -webkit-animation: segment-context-target-fade-bg 1s 1;
  animation: segment-context-target-fade-bg 1s 1;
}
.diff-view.animated .context + .line-focused.conflict-ours.conflict-ours,
.diff-view.animated .line-focused.conflict-ours.conflict-ours,
.diff-view.animated .line-focused.conflict-theirs.conflict-theirs,
.diff-view.animated .line-focused.segment-connector.conflict {
  -webkit-animation: segment-conflicted-target-fade-bg 1s 1;
  animation: segment-conflicted-target-fade-bg 1s 1;
}
.diff-view.animated .context + .line-focused.conflict-ours.conflict-ours .comment-box,
.diff-view.animated .line-focused.conflict-ours.conflict-ours .comment-box,
.diff-view.animated .line-focused.conflict-theirs.conflict-theirs .comment-box,
.diff-view.animated .line-focused.segment-connector.conflict .comment-box,
.diff-view.animated .context + .line-focused.conflict-ours.conflict-ours .bitbucket-gutter-marker,
.diff-view.animated .line-focused.conflict-ours.conflict-ours .bitbucket-gutter-marker,
.diff-view.animated .line-focused.conflict-theirs.conflict-theirs .bitbucket-gutter-marker,
.diff-view.animated .line-focused.segment-connector.conflict .bitbucket-gutter-marker {
  -webkit-animation: segment-conflicted-target-fade-bg 1s 1;
  animation: segment-conflicted-target-fade-bg 1s 1;
}
.diff-view.animated .added + .line-focused.added:not(.conflict-marker) {
  -webkit-animation: segment-added-target-fade-border 1s 1;
  animation: segment-added-target-fade-border 1s 1;
}
.diff-view.animated .added + .line-focused.added:not(.conflict-marker) .comment-box,
.diff-view.animated .added + .line-focused.added:not(.conflict-marker) .bitbucket-gutter-marker {
  -webkit-animation: segment-added-target-fade-border 1s 1;
  animation: segment-added-target-fade-border 1s 1;
}
.diff-view.animated .removed + .line-focused.removed:not(.conflict-marker) {
  -webkit-animation: segment-removed-target-fade-border 1s 1;
  animation: segment-removed-target-fade-border 1s 1;
}
.diff-view.animated .removed + .line-focused.removed:not(.conflict-marker) .comment-box,
.diff-view.animated .removed + .line-focused.removed:not(.conflict-marker) .bitbucket-gutter-marker {
  -webkit-animation: segment-removed-target-fade-border 1s 1;
  animation: segment-removed-target-fade-border 1s 1;
}
.diff-view.animated .context + .line-focused.context:not(.conflict-marker, .context.conflict-ours) {
  -webkit-animation: segment-context-target-fade-border 1s 1;
  animation: segment-context-target-fade-border 1s 1;
}
.diff-view.animated .context + .line-focused.context:not(.conflict-marker, .context.conflict-ours) .comment-box,
.diff-view.animated .context + .line-focused.context:not(.conflict-marker, .context.conflict-ours) .bitbucket-gutter-marker {
  -webkit-animation: segment-context-target-fade-border 1s 1;
  animation: segment-context-target-fade-border 1s 1;
}
.diff-view.animated .conflict + .line-focused.conflict-ours.conflict-ours,
.diff-view.animated .conflict + .line-focused.conflict-theirs.conflict-theirs {
  -webkit-animation: segment-conflicted-target-fade-border 1s 1;
  animation: segment-conflicted-target-fade-border 1s 1;
}
.diff-view.animated .conflict + .line-focused.conflict-ours.conflict-ours .comment-box,
.diff-view.animated .conflict + .line-focused.conflict-theirs.conflict-theirs .comment-box,
.diff-view.animated .conflict + .line-focused.conflict-ours.conflict-ours .bitbucket-gutter-marker,
.diff-view.animated .conflict + .line-focused.conflict-theirs.conflict-theirs .bitbucket-gutter-marker {
  -webkit-animation: segment-conflicted-target-fade-border 1s 1;
  animation: segment-conflicted-target-fade-border 1s 1;
}
.diff-view-message,
.diff-view-no-change-message {
  margin: 30px auto;
}
.diff-view-message {
  max-width: 600px;
}
.diff-view-no-change-message {
  max-width: 300px;
}
.binary-container .since-revision.binary img {
  border: 1px solid #d04437;
}
.binary-container .until-revision.binary img {
  border: 1px solid #14972b;
}
.binary-container .binary h5 {
  margin-top: 0;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:diff-view', location = '/static/bitbucket/internal/feature/file-content/diff-view/diff-view-animations.less' */
/* avoid jumping around when pages are loaded: this fits 5 digits. min-width
                                       and max-width not supported when element is display: table-cell */
@-webkit-keyframes segment-added-target-fade-bg {
  0% {
    background-color: #97f295;
  }
  100% {
    background-color: #ddffdd;
  }
}
@keyframes segment-added-target-fade-bg {
  0% {
    background-color: #97f295;
  }
  100% {
    background-color: #ddffdd;
  }
}
@-webkit-keyframes segment-added-target-fade-border {
  0% {
    background-color: #97f295;
    border-top-color: #97f295;
  }
  100% {
    background-color: #ddffdd;
    border-top-color: #ddffdd;
  }
}
@keyframes segment-added-target-fade-border {
  0% {
    background-color: #97f295;
    border-top-color: #97f295;
  }
  100% {
    background-color: #ddffdd;
    border-top-color: #ddffdd;
  }
}
@-webkit-keyframes segment-removed-target-fade-bg {
  0% {
    background-color: #ffb6ba;
  }
  100% {
    background-color: #fee8e9;
  }
}
@keyframes segment-removed-target-fade-bg {
  0% {
    background-color: #ffb6ba;
  }
  100% {
    background-color: #fee8e9;
  }
}
@-webkit-keyframes segment-removed-target-fade-border {
  0% {
    background-color: #ffb6ba;
    border-top-color: #ffb6ba;
  }
  100% {
    background-color: #fee8e9;
    border-top-color: #fee8e9;
  }
}
@keyframes segment-removed-target-fade-border {
  0% {
    background-color: #ffb6ba;
    border-top-color: #ffb6ba;
  }
  100% {
    background-color: #fee8e9;
    border-top-color: #fee8e9;
  }
}
@-webkit-keyframes segment-conflicted-target-fade-bg {
  0% {
    background-color: #FFE380;
  }
  100% {
    background-color: #FFFAE6;
  }
}
@keyframes segment-conflicted-target-fade-bg {
  0% {
    background-color: #FFE380;
  }
  100% {
    background-color: #FFFAE6;
  }
}
@-webkit-keyframes segment-conflicted-target-fade-border {
  0% {
    background-color: #FFE380;
    border-top-color: #FFE380;
  }
  100% {
    background-color: #FFFAE6;
    border-top-color: #FFFAE6;
  }
}
@keyframes segment-conflicted-target-fade-border {
  0% {
    background-color: #FFE380;
    border-top-color: #FFE380;
  }
  100% {
    background-color: #FFFAE6;
    border-top-color: #FFFAE6;
  }
}
@-webkit-keyframes segment-context-target-fade-bg {
  0% {
    background-color: #ebf2f9;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@keyframes segment-context-target-fade-bg {
  0% {
    background-color: #ebf2f9;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-webkit-keyframes segment-context-target-fade-border {
  0% {
    background-color: #ebf2f9;
    border-top-color: #ebf2f9;
  }
  100% {
    background-color: #FFFFFF;
    border-top-color: #FFFFFF;
  }
}
@keyframes segment-context-target-fade-border {
  0% {
    background-color: #ebf2f9;
    border-top-color: #ebf2f9;
  }
  100% {
    background-color: #FFFFFF;
    border-top-color: #FFFFFF;
  }
}
@-webkit-keyframes comment-widget-fade-bg {
  0% {
    background-color: #fffae6;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@keyframes comment-widget-fade-bg {
  0% {
    background-color: #fffae6;
  }
  100% {
    background-color: #FFFFFF;
  }
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:diff-hunk-map', location = '/static/bitbucket/internal/feature/file-content/diff-hunk-map/diff-hunk-map.less' */
/* avoid jumping around when pages are loaded: this fits 5 digits. min-width
                                       and max-width not supported when element is display: table-cell */
.diff-hunk-map {
  box-sizing: border-box;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  overflow: hidden;
}
.diff-hunk-map canvas,
.diff-hunk-map .viewport-indicator {
  cursor: pointer;
}
.diff-hunk-map .viewport-indicator {
  transform: translate(0, 0);
  width: 100%;
  height: 0;
  position: absolute;
  background-color: rgba(0, 82, 204, 0.07);
  box-sizing: border-box;
  border: solid rgba(0, 82, 204, 0.5);
  border-width: 2px 1px;
}
.diff-editor {
  position: relative;
}
.side-by-side-diff-editor-from {
  padding-left: 10px;
}
.side-by-side-diff-editor-from > .diff-hunk-map {
  border-right: 1px solid #DFE1E6;
  left: 0;
}
.side-by-side-diff-editor-to {
  padding-right: 10px;
}
.side-by-side-diff-editor-to > .diff-hunk-map {
  border-left: 1px solid #DFE1E6;
  right: 0;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:side-by-side-diff-view', location = '/static/bitbucket/internal/feature/file-content/side-by-side-diff-view/side-by-side-diff-view.less' */
/* avoid jumping around when pages are loaded: this fits 5 digits. min-width
                                       and max-width not supported when element is display: table-cell */
.side-by-side-diff > .diff-editor {
  box-sizing: border-box;
  height: 100%;
  width: -moz-calc(50% - 18px);
  width: calc(50% - 18px);
  width: -webkit-calc(50% - 18px);
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.side-by-side-diff .CodeMirror-measure pre {
  line-height: 18px;
}
.side-by-side-diff .line,
.side-by-side-diff .CodeMirror-code > * {
  border-top: 1px solid #FFFFFF;
}
.side-by-side-diff .line .CodeMirror-gutter-elt > * {
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
}
.side-by-side-diff > .side-by-side-diff-editor-from {
  border-right: 1px solid #DFE1E6;
}
.side-by-side-diff > .side-by-side-diff-editor-to {
  border-left: 1px solid #DFE1E6;
}
.side-by-side-diff > .segment-connector-column {
  display: inline-block;
  height: 100%;
  background-color: #FFFFFF;
  width: 36px;
}
.side-by-side-diff .modified.line + .context.line,
.side-by-side-diff .context.line + .modified.line,
.side-by-side-diff .context.line + .conflict-ours.line,
.side-by-side-diff .conflict-ours.line + .context.line,
.side-by-side-diff .commented.line + .context.line,
.side-by-side-diff .context.line + .commented.line,
.side-by-side-diff .paired-with-change {
  border-top: 1px solid #DFE1E6;
}
.side-by-side-diff .modified.line + .context.line .bitbucket-gutter-marker,
.side-by-side-diff .context.line + .modified.line .bitbucket-gutter-marker,
.side-by-side-diff .context.line + .conflict-ours.line .bitbucket-gutter-marker,
.side-by-side-diff .conflict-ours.line + .context.line .bitbucket-gutter-marker,
.side-by-side-diff .commented.line + .context.line .bitbucket-gutter-marker,
.side-by-side-diff .context.line + .commented.line .bitbucket-gutter-marker,
.side-by-side-diff .paired-with-change .bitbucket-gutter-marker {
  border-top: 1px solid #DFE1E6;
}
.side-by-side-diff.hide-comments .commented.line.context + .context.line:not(.paired-with-change),
.side-by-side-diff.hide-comments .context.line + .commented.line.context:not(.paired-with-change) {
  border-top-color: #FFFFFF;
}
.side-by-side-diff.hide-comments .commented.line.context + .context.line:not(.paired-with-change) .bitbucket-gutter-marker,
.side-by-side-diff.hide-comments .context.line + .commented.line.context:not(.paired-with-change) .bitbucket-gutter-marker {
  border-top-color: #FFFFFF;
}
.side-by-side-diff .modified:last-child::after,
.side-by-side-diff .commented:last-child::after,
.side-by-side-diff .conflict-ours:last-child::after,
.side-by-side-diff .conflict-theirs:last-child::after,
.side-by-side-diff .conflict-marker:last-child::after {
  position: absolute;
  height: 0;
  content: '';
  border-bottom: 1px solid #DFE1E6;
  width: 200%;
  left: -100%;
  bottom: -1px;
}
.side-by-side-diff .commented.context.line + .commented.context.line {
  border-top-color: #F4F5F7;
}
.side-by-side-diff .commented.context.line + .commented.context.line .bitbucket-gutter-marker {
  border-top-color: #F4F5F7;
}
.side-by-side-diff .segment-connector {
  stroke: #DFE1E6;
  stroke-width: 1px;
}
.side-by-side-diff .segment-connector.removed:not(.added) {
  fill: #fee8e9;
}
.side-by-side-diff .segment-connector.added:not(.removed) {
  fill: #ddffdd;
}
.side-by-side-diff .segment-connector.modified.conflict {
  fill: #FFFAE6;
}
.side-by-side-diff #added-and-removed-svg-gradient .removed {
  stop-color: #fee8e9;
}
.side-by-side-diff #added-and-removed-svg-gradient .added {
  stop-color: #ddffdd;
}
.side-by-side-diff .conflict-marker.line + .conflict-ours.line {
  border-top-color: #FFF0B3;
}
.side-by-side-diff .conflict-marker.line + .conflict-ours.line .bitbucket-gutter-marker {
  border-top-color: #FFF0B3;
}
.side-by-side-diff .conflict-ours.line + .conflict-marker.line {
  border-top-color: #FFF0B3;
}
.side-by-side-diff .conflict-ours.line + .conflict-marker.line .add-comment-trigger,
.side-by-side-diff .conflict-ours.line + .conflict-marker.line .dummy-comment-trigger,
.side-by-side-diff .conflict-ours.line + .conflict-marker.line .line-number,
.side-by-side-diff .conflict-ours.line + .conflict-marker.line .line-number-marker {
  border-top-color: #FFF0B3;
}
.side-by-side-diff .conflict-ours.line + .conflict-ours.line {
  border-top-color: #FFFAE6;
}
.side-by-side-diff .conflict-ours.line + .conflict-ours.line .bitbucket-gutter-marker {
  border-top-color: #FFFAE6;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:skipped-container', location = '/static/bitbucket/internal/feature/file-content/skipped-container/skipped-container.less' */
/* avoid jumping around when pages are loaded: this fits 5 digits. min-width
                                       and max-width not supported when element is display: table-cell */
.skipped-container {
  font-size: 12px;
  color: #5E6C84;
  cursor: pointer;
  line-height: 6px;
}
.skipped-container .showmore {
  text-align: center;
  background-color: #ddd;
}
.skipped-container .content-above,
.skipped-container .content-below {
  background-image: url(/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:skipped-container/torn-edge.png);
  height: 17px;
}
.skipped-container .content-above {
  background-position: left 10%;
  margin-bottom: 0;
}
.skipped-container .content-below {
  background-position: left 90%;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:unified-diff-view', location = '/static/bitbucket/internal/feature/file-content/unified-diff-view/unified-diff-view.less' */
/* avoid jumping around when pages are loaded: this fits 5 digits. min-width
                                       and max-width not supported when element is display: table-cell */
.first-line-of-hunk .CodeMirror-gutter-elt {
  margin-top: 40px;
}
.first-line-of-hunk:first-child .CodeMirror-gutter-elt {
  margin-top: 17px;
}
.unified-diff .gutter-border {
  border-right: 1px solid #ddd;
}
.unified-diff .CodeMirror-scroll {
  background-color: #ddd;
}
.context.line.new,
.context.line.new .CodeMirror-gutter-elt > * {
  -webkit-animation: diff-target-fade 1.5s 1;
  animation: diff-target-fade 1.5s 1;
}
.diff-type-ADD .line-number-from,
.diff-type-DELETE .line-number-to {
  display: none;
}
@-webkit-keyframes diff-target-fade {
  0% {
    background-color: #fffae6;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-moz-keyframes diff-target-fade {
  0% {
    background-color: #fffae6;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-ms-keyframes diff-target-fade {
  0% {
    background-color: #fffae6;
  }
  100% {
    background-color: #FFFFFF;
  }
}
.full-window-scrolling .skipped-container[data-below=false] {
  padding-bottom: 18px;
  background-color: #ddd;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:file-toolbar', location = '/static/bitbucket/internal/feature/file-toolbar/file-toolbar.less' */
.file-toolbar {
  box-sizing: border-box;
  vertical-align: bottom;
  /* The toolbar is display: inline-block; which is required to make it fit its floated contents.
                However, this causes a bit of spacing below the toolbar (Michael McGlynn says for the descenders - makes sense).
                Vertical-align bottom removes that extra space. */
  padding: 10px 20px;
  position: relative;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DFE1E6;
  width: 100%;
  z-index: 1;
  /**
     * @aui-override - There is a war between AUI and Designers over OSX font.
     * The casualties are the users. Helvetica uses different rendering on Webkit and FF on OSX
     * such that it is given different vertical-alignment in each browser.
     * We're overriding with the Windows default font here, which works just fine everywhere.
     */
}
.file-toolbar > .primary > *,
.file-toolbar > .secondary > * {
  margin-left: 10px;
}
.file-toolbar > .primary > *:first-child,
.file-toolbar > .secondary > *:first-child {
  margin-left: 0;
}
.file-toolbar > .primary > .aui-button-subtle,
.file-toolbar > .secondary > .aui-button-subtle {
  margin-left: 0;
}
.file-toolbar .aui-button {
  margin-top: 0;
  font-family: Arial, FreeSans, Helvetica, sans-serif;
}
.file-toolbar > .secondary {
  float: right;
  white-space: nowrap;
  text-align: right;
  line-height: 2.14285714em;
}
.file-toolbar > .primary .aui-iconfont-document {
  left: -10px;
  position: relative;
  vertical-align: middle;
}
.file-toolbar > .primary .aui-iconfont-document + .breadcrumbs {
  margin: 0;
  vertical-align: middle;
}
.file-toolbar .breadcrumbs {
  line-height: 2.14285714em;
  display: inline;
  color: #5E6C84;
}
.file-toolbar .breadcrumbs strong {
  color: #172B4D;
  margin-right: 5px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:file-content', location = '/static/bitbucket/internal/feature/file-content/file-content.less' */
/* avoid jumping around when pages are loaded: this fits 5 digits. min-width
                                       and max-width not supported when element is display: table-cell */
.scrolling-forwarded .aui-sidebar .aui-sidebar-wrapper.aui-is-docked {
  position: absolute;
}
.file-content {
  box-sizing: border-box;
  background-color: #FFFFFF;
  width: auto;
  display: block;
  vertical-align: top;
}
.file-content .diff-view .line-numbers {
  left: 21px;
}
.file-content .content-view {
  box-sizing: border-box;
  position: relative;
  min-height: 50px;
  width: 100%;
  white-space: nowrap;
  clear: both;
  overflow: hidden;
}
.file-content .content-view.fully-loaded {
  padding-bottom: 0;
}
.file-content .content-view.scroll-x,
.file-content .content-view.diff-view.scroll-x {
  overflow-x: auto;
}
.file-content .content-view.empty-file {
  color: #5E6C84;
  padding: 50px 0;
  min-height: 250px;
  line-height: inherit;
}
.file-content .content-view.empty-file .icon-empty-file,
.file-content .content-view.empty-file .icon-empty-diff {
  width: 48px;
  height: 48px;
  background-image: url(/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:file-content/icons/icon-document.svg);
  background-size: 48px;
}
.file-content .content-view + .aui-message {
  margin: 0 20px 20px;
}
.file-content .content-view .line {
  font-size: 12px;
}
.file-content .file-comments .comment-container {
  border-bottom: 2px solid #ddd;
}
.file-content .file-toolbar {
  /* AUI does not provide a trigger button style unless its a dropdown.
           However, revision picker is an inline-dialog */
}
.file-content .file-toolbar .commit-selector-button {
  position: relative;
  padding-right: 26px;
}
.file-content .file-toolbar .commit-selector-button:after {
  font-family: "Adgs Icons";
  speak: none;
  content: "\f15b";
  font-size: 16px;
  height: 16px;
  line-height: 1;
  margin-top: -8px;
  position: absolute;
  right: 4px;
  top: 50%;
  text-indent: 0;
  width: 16px;
}
.file-content .file-toolbar .diff-view-options {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  margin-left: 0;
}
.file-content .file-content-spinner {
  width: 100px;
  height: 200px;
  position: relative;
  margin-left: -50px;
  bottom: 0;
  left: 50%;
}
.file-content-errors + .file-content {
  margin-top: 15px;
}
.diff-options-dropdown {
  z-index: 10;
}
.diff-options-dropdown a {
  cursor: pointer;
}
.change-type-lozenge-tooltip .tipsy-inner {
  max-width: 502px;
  text-align: left;
}
.change-type-lozenge-tooltip .tipsy-inner .added {
  color: #97f295;
}
.change-type-lozenge-tooltip .tipsy-inner .deleted {
  color: #ffb6ba;
}
.change-type-placeholder {
  display: inline-block;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:tree-and-diff-view', location = '/static/bitbucket/internal/feature/commit/tree-and-diff-view/tree-and-diff-view.less' */
/* avoid jumping around when pages are loaded: this fits 5 digits. min-width
                                       and max-width not supported when element is display: table-cell */
.aui-tabs.horizontal-tabs .commit-files {
  margin-left: 0;
}
.commit-files {
  width: 100%;
  height: 100vh;
  position: relative;
  display: table;
  table-layout: fixed;
  margin-left: 20px;
}
.commit-files .collapse-file-tree {
  width: 30px;
  overflow: hidden;
}
.commit-files .collapse-file-tree-icon {
  transition: all 0.2s ease-in-out;
  background-size: 10px;
  color: #505F79;
}
.commit-files .search {
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  position: absolute;
  top: 10px;
  left: 10px;
}
.commit-files .search input {
  transition: width 0.2s ease-in-out;
  width: 340px;
  max-width: none;
}
.commit-files .search input::-webkit-input-placeholder {
  color: #7A869A;
}
.commit-files .search input::-moz-placeholder {
  color: #7A869A;
}
.commit-files .search input:-ms-input-placeholder {
  color: #7A869A;
}
.commit-files .search-button-when-collapsed {
  transition: opacity 0.2s ease-in-out;
  width: 30px;
  opacity: 0;
}
.commit-files > .message {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #5E6C84;
  font-size: 24px;
}
.commit-files .file-tree-header {
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
}
.commit-files .file-tree-header > h5 {
  line-height: 30px;
}
.commit-files.collapsed .file-tree-container {
  width: 80px;
}
.commit-files.collapsed .file-tree-container .diff-tree-toolbar h4 {
  width: 0;
  opacity: 0;
}
.commit-files.collapsed .file-tree-container .diff-tree-toolbar .secondary {
  padding-right: 10px;
}
.commit-files.collapsed .search {
  opacity: 0;
  visibility: hidden;
  width: 0;
  padding: 0;
  border: 0;
}
.commit-files.collapsed .search-button-when-collapsed {
  opacity: 1;
}
.commit-files.collapsed .file-tree-header,
.commit-files.collapsed .commit-selector-button {
  opacity: 0.2;
}
.commit-files.collapsed .file-tree-wrapper {
  overflow: hidden;
}
.commit-files.collapsed .file-tree-wrapper .file-tree {
  opacity: 0.2;
}
.commit-files.collapsed #commit-file-content {
  margin-left: 80px;
}
.commit-files.collapsed .collapse-file-tree-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.commit-files.collapsed.fixed #commit-file-content .file-toolbar {
  left: 80px;
}
.commit-files.quick-reveal-mode .collapse-file-tree-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.commit-files.fixed {
  background-clip: padding-box;
  border-radius: 0;
  display: block;
  height: auto;
  width: auto;
}
.commit-files.fixed .file-tree-container {
  position: fixed;
  top: 0;
  bottom: 0;
}
.commit-files.fixed .file-tree-wrapper {
  position: absolute;
  top: 23.14285714em;
  bottom: 0;
  width: 399px;
}
.commit-files.fixed #commit-file-content {
  display: block;
  z-index: 4;
}
.commit-files.fixed #commit-file-content > .file-toolbar {
  box-sizing: border-box;
  border-top-right-radius: 0;
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: 0;
  z-index: 6;
  width: auto;
  left: 400px;
  min-width: 562px;
  right: 0;
}
.commit-files.fixed #commit-file-content > .file-toolbar > .primary,
.commit-files.fixed #commit-file-content > .file-toolbar > .secondary {
  line-height: 2.14285714em;
}
.commit-files.fixed #commit-file-content > .content-view {
  width: auto;
}
.commit-files.tabbed {
  margin-top: 10px;
}
.commit-files.tabbed .file-content > .file-toolbar {
  border-top-right-radius: 2px;
}
.commit-files .CodeMirror-lines {
  padding: 0;
}
.pull-request-content .commit-files.fixed #commit-file-content > .file-toolbar {
  left: 421px;
  right: 20px;
  border-right: 1px solid #ccc;
}
.pull-request-content .commit-files.fixed.collapsed #commit-file-content > .file-toolbar {
  left: 101px;
}
.file-tree-container {
  transition: width 0.2s ease-in-out;
  box-sizing: border-box;
  display: table-cell;
  width: 400px;
  height: 100%;
  z-index: 1;
}
.file-tree-container .commit-selector-button {
  height: 52px;
  margin: 0 20px 10px 0;
  padding: 10px 20px 12px 10px;
  position: relative;
  text-align: left;
  width: 380px;
}
.file-tree-container .commit-selector-button .commit-icon {
  margin-right: 5px;
  vertical-align: middle;
}
.file-tree-container .commit-selector-button .commit-icon + .text {
  display: inline-block;
  margin-left: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 320px;
}
.file-tree-container .commit-selector-button.commit-selector-large .commit-icon {
  margin-bottom: 4px;
}
.file-tree-container .commit-selector-button::after {
  font-family: "Adgs Icons";
  speak: none;
  content: "\f15b";
  font-size: 16px;
  height: 16px;
  line-height: 1;
  margin-top: -8px;
  position: absolute;
  right: 4px;
  top: 50%;
  text-indent: 0;
  width: 16px;
  right: 7px;
}
.file-tree-container .commit-selector-button .commit-selector-item-content {
  display: inline-block;
}
.file-tree-container .commit-selector-button .commit-selector-item-content .commit-selector-item-content-message {
  display: block;
  line-height: 1.07142857em;
}
.file-tree-container .diff-tree-toolbar {
  box-sizing: border-box;
  position: relative;
  padding-right: 10px;
  top: 0;
  white-space: nowrap;
  line-height: 2.14285714em;
  margin-top: 0;
  margin-right: 10px;
}
.file-tree-container .diff-tree-toolbar .aui-toolbar2-inner {
  display: flex;
}
.file-tree-container .diff-tree-toolbar .primary,
.file-tree-container .diff-tree-toolbar .secondary {
  margin: 10px 0;
  float: none;
}
.file-tree-container .diff-tree-toolbar .primary {
  flex: 1 1 auto;
}
.file-tree-container .diff-tree-toolbar .secondary {
  flex: 0 0 auto;
}
.file-tree-container .diff-tree-toolbar .collapse-file-tree.aui-button,
.file-tree-container .diff-tree-toolbar .search-button-when-collapsed.aui-button {
  color: #505F79;
  margin-top: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.file-tree-container .diff-tree-toolbar h4 {
  line-height: 2.14285714em;
}
.commit-selector-item-content-warning {
  display: block;
  color: #5E6C84;
  font-size: 12px;
  line-height: 1.07142857em;
  margin-top: 3px;
}
.commit-selector-item-content-warning .aui-iconfont-info {
  margin-right: 5px;
  width: 14px;
  height: 14px;
}
.commit-selector-item-content-warning .aui-iconfont-info:before {
  font-size: 14px;
  color: #0065FF;
}
.file-tree-header {
  margin: 10px 0 5px;
}
.file-tree-wrapper {
  background: linear-gradient(#FFFFFF 30%, rgba(245, 245, 245, 0)), linear-gradient(rgba(245, 245, 245, 0), #FFFFFF 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(#FFFFFF 30%, rgba(245, 245, 245, 0)), linear-gradient(rgba(245, 245, 245, 0), #FFFFFF 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-size: 100% 20px, 100% 20px, 100% 3px, 100% 3px;
  background-attachment: local, local, scroll, scroll;
  height: 100%;
  overflow: auto;
}
.file-tree-wrapper > .aui-message {
  margin: 20px;
  min-width: 240px;
}
.file-tree-wrapper .file-tree {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.file-tree-wrapper > .spinner {
  padding: 60px 0;
}
.file-tree ul a {
  color: black;
  cursor: pointer;
}
.source-container pre.code {
  position: static;
  padding: 0;
  overflow: hidden;
}
#commit-file-content {
  box-sizing: border-box;
  transition: margin-left 0.2s ease-in-out;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #DFE1E6;
  width: auto;
  position: relative;
  display: table-cell;
  vertical-align: top;
  margin-left: 400px;
}
#commit-file-content > .diff-view {
  padding-bottom: 0;
}
#commit-file-content .content-view {
  margin-bottom: 0;
}
#commit-file-content .source-container {
  box-sizing: border-box;
  width: 100%;
}
#commit-file-content > .file-toolbar .aui-toolbar2-primary {
  overflow: hidden;
  margin-right: 64px;
}
#commit-file-content > .file-toolbar .aui-toolbar2-primary .breadcrumbs {
  white-space: normal;
}
#commit-file-content > .file-toolbar .change-type-placeholder,
#commit-file-content > .file-toolbar .change-mode-placeholder {
  display: inline-block;
  line-height: 2.14285714em;
  margin-left: 5px;
}
.file-content-spinner {
  top: 0;
}
.scrolling-forwarded .commit-files {
  border-bottom: 0;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:summary-panel-widget', location = '/static/bitbucket/internal/widget/summary-panel/summary-panel.less' */
.plugin-section-primary > .plugin-item:not(.hidden) ~ .plugin-section-separator {
  border-bottom: 1px solid #DFE1E6;
  margin-bottom: 10px;
}
.plugin-item {
  padding-bottom: 10px;
  position: relative;
  padding-left: 26px;
}
.plugin-item a,
.plugin-item > .aui-button.aui-button-link {
  display: inline-block;
  padding: 0;
  border: none;
  height: auto;
  line-height: 1.42857143;
}
.plugin-item .aui-icon,
.plugin-item .aui-button.aui-button-link .aui-icon {
  position: absolute;
  top: 2px;
  left: 0;
  color: #505F79;
}
.plugin-item .aui-icon img,
.plugin-item .aui-button.aui-button-link .aui-icon img {
  width: 16px;
  height: 16px;
  display: block;
}
.plugin-item .item-extra-content {
  margin-left: 10px;
  display: inline-block;
  position: relative;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:avatar-dropdown', location = '/static/bitbucket/internal/widget/avatar-dropdown/avatar-dropdown.less' */
.avatar-dropdown {
  width: 240px;
}
.avatar-dropdown .aui-list-truncate {
  max-height: 330px;
  overflow-y: auto;
  overflow-x: hidden;
}
.avatar-dropdown .user-avatar {
  vertical-align: middle;
}
.avatar-dropdown .aui-avatar-badged {
  margin: 7px 10px;
  /* top margin prevents the badge from getting clipped off inside the dropdown */
}
.avatar-dropdown .aui-avatar-badged .user-avatar {
  margin-right: 0;
  vertical-align: top;
}
/* @aui-override  */
.avatar-dropdown > .aui-list-truncate .participant-item {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* end @aui-override  */

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:discussion-participants-list', location = '/static/bitbucket/internal/feature/discussion/participants-list/participants-list.less' */
.participants-trigger.aui-dropdown2-trigger {
  position: static;
}

/* module-key = 'jh.atlassian.stash.stash-tagdetails:bitbucket-tagdetails-client-resource', location = '/css/bitbucket-tagdetails.less' */
.tagdetails-dialog{color:#333333}.tagdetails-dialog-tag>div:nth-child(1),.tagdetails-dialog-note>div:nth-child(1){font-weight:bold;padding-bottom:6px}.tagdetails-dialog-tag div:nth-child(2){padding-top:4px;padding-bottom:4px}.tagdetails-dialog-tag hr{margin-bottom:12px}.tagdetails-dialog-tag td{font-family:Arial,sans-serif;white-space:nowrap;padding-top:6px;padding-right:10px;vertical-align:top;color:#333333}.tagdetails-dialog-note pre{padding-top:6px;font-family:Arial,sans-serif}.commits-table .bitbucket-tagdetails-notesColumn{display:none}.commits-table tbody .bitbucket-tagdetails-notesColumn{text-align:center;white-space:nowrap;width:1%;vertical-align:middle;padding-left:0px !important}
/* module-key = 'com.atlassian.applinks.applinks-plugin:applinks-public', location = 'css/applinks.public.css' */
form.aui .aui-icon.icon-applinks-key,.aui-icon.icon-applinks-key{background:url("/s/1436970315/02c9a7a/1/5.4.4/_/download/resources/com.atlassian.applinks.applinks-plugin:applinks-public/images/icon_key.png") no-repeat scroll 0 0 transparent;width:16px;height:16px}form.aui .aui-icon.icon-applinks-key-success,.aui-icon.icon-applinks-key-success{background:url("/s/1436970315/02c9a7a/1/5.4.4/_/download/resources/com.atlassian.applinks.applinks-plugin:applinks-public/images/icon_key_success.png") no-repeat scroll 0 0 transparent;width:16px;height:16px}span.applinks-auth-request{background:#fffff0;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px 3px 3px 3px;display:inline-block;margin:1px 0;padding:2px 4px}span.applinks-auth-request .applinks-request-description{background:url("/s/1436970315/02c9a7a/1/5.4.4/_/download/resources/com.atlassian.applinks.applinks-plugin:applinks-public/images/icon_key.png") no-repeat 0 1px;padding-left:20px}
/* module-key = 'com.atlassian.plugins.issue-status-plugin:issue-status-resources', location = '/css/issue-status-plugin.css' */
.jira-issue-status-lozenge{vertical-align:text-bottom;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:12em;word-wrap:normal;word-break:normal}.jira-issue-status-render-error{color:#d04437}.aui-lozenge.jira-issue-status-lozenge-green{background-color:#14892c;border-color:#14892c;color:#fff}.aui-lozenge.aui-lozenge-subtle.jira-issue-status-lozenge-green{background-color:#fff;border-color:#b2d8b9;color:#14892c}.aui-lozenge.jira-issue-status-lozenge-yellow{background-color:#ffd351;border-color:#ffd351;color:#594300}.aui-lozenge.aui-lozenge-subtle.jira-issue-status-lozenge-yellow{background-color:#fff;border-color:#ffe28c;color:#594300}.aui-lozenge.jira-issue-status-lozenge-brown{background-color:#815b3a;border-color:#815b3a;color:#fff}.aui-lozenge.aui-lozenge-subtle.jira-issue-status-lozenge-brown{background-color:#fff;border-color:#ece7e2;color:#815b3a}.aui-lozenge.jira-issue-status-lozenge-warm-red{background-color:#d04437;border-color:#d04437;color:#fff}.aui-lozenge.aui-lozenge-subtle.jira-issue-status-lozenge-warm-red{background-color:#fff;border-color:#f8d3d1;color:#d04437}.aui-lozenge.jira-issue-status-lozenge-blue-gray{background-color:#4a6785;border-color:#4a6785;color:#fff}.aui-lozenge.aui-lozenge-subtle.jira-issue-status-lozenge-blue-gray{background-color:#fff;border-color:#e4e8ed;color:#4a6785}.aui-lozenge.jira-issue-status-lozenge-medium-gray{background-color:#ccc;border-color:#ccc;color:#333}.aui-lozenge.aui-lozenge-subtle.jira-issue-status-lozenge-medium-gray{background-color:#fff;border-color:#ccc;color:#333}.aui-lozenge.jira-issue-status-lozenge-compact{width:4px;text-align:left;text-indent:-9999px}.jira-issue-status-tooltip .tipsy-inner{text-align:left}.jira-issue-status-tooltip .jira-issue-status-tooltip-title{text-transform:uppercase}.jira-issue-status-tooltip .jira-issue-status-tooltip-desc{color:#ccc}.jira-issue-status-lozenge-max-width-short{max-width:8em}.jira-issue-status-lozenge-max-width-medium{max-width:12em}.jira-issue-status-lozenge-max-width-long{max-width:20em}
/* module-key = 'com.atlassian.auiplugin:aui-select2', location = 'src/css-vendor/jquery/plugins/jquery.select2.css' */
.select2-container{margin:0;position:relative;display:inline-block;zoom:1;*display:inline;vertical-align:middle}.select2-container,.select2-drop,.select2-search,.select2-search input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.select2-container .select2-choice{display:block;height:26px;padding:0 0 0 8px;overflow:hidden;position:relative;border:1px solid #aaa;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;border-radius:4px;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.5,#fff));background-image:-webkit-linear-gradient(center bottom,#eee 0,#fff 50%);background-image:-moz-linear-gradient(center bottom,#eee 0,#fff 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff',endColorstr = '#eeeeee',GradientType = 0);background-image:linear-gradient(top,#fff 0,#eee 50%)}.select2-container.select2-drop-above .select2-choice{border-bottom-color:#aaa;border-radius:0 0 4px 4px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.9,#fff));background-image:-webkit-linear-gradient(center bottom,#eee 0,#fff 90%);background-image:-moz-linear-gradient(center bottom,#eee 0,#fff 90%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);background-image:linear-gradient(top,#eee 0,#fff 90%)}.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right:42px}.select2-container .select2-choice>.select2-chosen{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.select2-container .select2-choice abbr{display:none;width:12px;height:12px;position:absolute;right:24px;top:8px;font-size:1px;text-decoration:none;border:0;background:url('/s/1436970315/02c9a7a/1/7.6.3/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') right top no-repeat;cursor:pointer;outline:0}.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.select2-container .select2-choice abbr:hover{background-position:right -11px;cursor:pointer}.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background-color:#fff;filter:alpha(opacity=0)}.select2-drop{width:100%;margin-top:-1px;position:absolute;z-index:9999;top:100%;background:#fff;color:#000;border:1px solid #aaa;border-top:0;border-radius:0 0 4px 4px;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15)}.select2-drop-auto-width{border-top:1px solid #aaa;width:auto}.select2-drop-auto-width .select2-search{padding-top:4px}.select2-drop.select2-drop-above{margin-top:1px;border-top:1px solid #aaa;border-bottom:0;border-radius:4px 4px 0 0;-webkit-box-shadow:0 -4px 5px rgba(0,0,0,.15);box-shadow:0 -4px 5px rgba(0,0,0,.15)}.select2-drop-active{border:1px solid #5897fb;border-top:0}.select2-drop.select2-drop-above.select2-drop-active{border-top:1px solid #5897fb}.select2-container .select2-choice .select2-arrow{display:inline-block;width:18px;height:100%;position:absolute;right:0;top:0;border-left:1px solid #aaa;border-radius:0 4px 4px 0;background-clip:padding-box;background:#ccc;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee));background-image:-webkit-linear-gradient(center bottom,#ccc 0,#eee 60%);background-image:-moz-linear-gradient(center bottom,#ccc 0,#eee 60%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee',endColorstr = '#cccccc',GradientType = 0);background-image:linear-gradient(top,#ccc 0,#eee 60%)}.select2-container .select2-choice .select2-arrow b{display:block;width:100%;height:100%;background:url('/s/1436970315/02c9a7a/1/7.6.3/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') no-repeat 0 1px}.select2-search{display:inline-block;width:100%;min-height:26px;margin:0;padding-left:4px;padding-right:4px;position:relative;z-index:10000;white-space:nowrap}.select2-search input{width:100%;height:auto!important;min-height:26px;padding:4px 20px 4px 5px;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #aaa;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background:#fff url('/s/1436970315/02c9a7a/1/7.6.3/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') no-repeat 100% -22px;background:url('/s/1436970315/02c9a7a/1/7.6.3/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') no-repeat 100% -22px,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));background:url('/s/1436970315/02c9a7a/1/7.6.3/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') no-repeat 100% -22px,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url('/s/1436970315/02c9a7a/1/7.6.3/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') no-repeat 100% -22px,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url('/s/1436970315/02c9a7a/1/7.6.3/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') no-repeat 100% -22px,linear-gradient(top,#fff 85%,#eee 99%)}.select2-drop.select2-drop-above .select2-search input{margin-top:4px}.select2-search input.select2-active{background:#fff url('/s/1436970315/02c9a7a/1/7.6.3/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%;background:url('/s/1436970315/02c9a7a/1/7.6.3/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));background:url('/s/1436970315/02c9a7a/1/7.6.3/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url('/s/1436970315/02c9a7a/1/7.6.3/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url('/s/1436970315/02c9a7a/1/7.6.3/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%,linear-gradient(top,#fff 85%,#eee 99%)}.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid #5897fb;outline:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-dropdown-open .select2-choice{border-bottom-color:transparent;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#eee;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(0.5,#eee));background-image:-webkit-linear-gradient(center bottom,#fff 0,#eee 50%);background-image:-moz-linear-gradient(center bottom,#fff 0,#eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);background-image:linear-gradient(top,#fff 0,#eee 50%)}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:1px solid #5897fb;border-top-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0.5,#eee));background-image:-webkit-linear-gradient(center top,#fff 0,#eee 50%);background-image:-moz-linear-gradient(center top,#fff 0,#eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);background-image:linear-gradient(bottom,#fff 0,#eee 50%)}.select2-dropdown-open .select2-choice .select2-arrow{background:transparent;border-left:none;filter:none}.select2-dropdown-open .select2-choice .select2-arrow b{background-position:-18px 1px}.select2-results{max-height:200px;padding:0 0 0 4px;margin:4px 4px 4px 0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:rgba(0,0,0,0)}.select2-results ul.select2-result-sub{margin:0;padding-left:0}.select2-results ul.select2-result-sub>li .select2-result-label{padding-left:20px}.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:40px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:60px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:80px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:100px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:110px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:120px}.select2-results li{list-style:none;display:list-item;background-image:none}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:bold}.select2-results .select2-result-label{padding:3px 7px 4px;margin:0;cursor:pointer;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-results .select2-highlighted{background:#3875d7;color:#fff}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:transparent}.select2-results .select2-highlighted ul{background:#fff;color:#000}.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item}.select2-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-selected{display:none}.select2-more-results.select2-active{background:#f4f4f4 url('/s/1436970315/02c9a7a/1/7.6.3/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%}.select2-more-results{background:#f4f4f4;display:list-item}.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color:#f4f4f4;background-image:none;border-left:0}.select2-container.select2-container-disabled .select2-choice abbr{display:none}.select2-container-multi .select2-choices{height:auto!important;height:1%;margin:0;padding:0;position:relative;border:1px solid #aaa;cursor:text;overflow:hidden;background-color:#fff;background-image:-webkit-gradient(linear,0% 0,0% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(top,#eee 1%,#fff 15%);background-image:-moz-linear-gradient(top,#eee 1%,#fff 15%);background-image:linear-gradient(top,#eee 1%,#fff 15%)}.select2-locked{padding:3px 5px 3px 5px!important}.select2-container-multi .select2-choices{min-height:26px}.select2-container-multi.select2-container-active .select2-choices{border:1px solid #5897fb;outline:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-container-multi .select2-choices li{float:left;list-style:none}.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{padding:5px;margin:1px 0;font-family:sans-serif;font-size:100%;color:#666;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none;background:transparent!important}.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:#fff url('/s/1436970315/02c9a7a/1/7.6.3/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%!important}.select2-default{color:#999!important}.select2-container-multi .select2-choices .select2-search-choice{padding:3px 5px 3px 18px;margin:3px 0 3px 5px;position:relative;line-height:13px;color:#333;cursor:default;border:1px solid #aaa;border-radius:3px;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f4f4f4',GradientType=0);background-image:-webkit-gradient(linear,0% 0,0% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%)}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{background:#d4d4d4}.select2-search-choice-close{display:block;width:12px;height:13px;position:absolute;right:3px;top:4px;font-size:1px;outline:0;background:url('/s/1436970315/02c9a7a/1/7.6.3/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') right top no-repeat}.select2-container-multi .select2-search-choice-close{left:3px}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover{background-position:right -11px}.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position:right -11px}.select2-container-multi.select2-container-disabled .select2-choices{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px 3px 5px;border:1px solid #ddd;background-image:none;background-color:#f4f4f4}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:0}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.select2-display-none{display:none}.select2-measure-scrollbar{position:absolute;top:-10000px;left:-10000px;width:100px;height:100px;overflow:scroll}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi){.select2-search input,.select2-search-choice-close,.select2-container .select2-choice abbr,.select2-container .select2-choice .select2-arrow b{background-image:url('/s/1436970315/02c9a7a/1/7.6.3/_/download/resources/com.atlassian.auiplugin:aui-select2/select2x2.png')!important;background-repeat:no-repeat!important;background-size:60px 40px!important}.select2-search input{background-position:100% -21px!important}}
/* module-key = 'com.atlassian.auiplugin:aui-select2', location = 'src/less/aui-select2.less' */
.aui-select2-drop .select2-search input{min-height:0;font-family:inherit}.aui-select2-drop .select2-result-selectable .select2-match,.aui-select2-drop .select2-result-unselectable .select2-match{text-decoration:none;font-weight:bold}.aui-select2-drop .select2-results ul.select2-result-sub{padding:0}.aui-select2-drop.aui-dropdown2 .select2-search{padding:5px}.aui-select2-drop{z-index:9999}.aui-select2-drop.select2-drop-above.select2-drop-active{border:1px solid #dfe1e6;border-top-left-radius:3.01px;border-top-right-radius:3.01px;margin-top:0}.aui-select2-drop .select2-result-unselectable>.select2-result-label{font-size:12px;color:#707070;padding:5px 10px 0}.aui-select2-drop .select2-results ul.select2-result-sub>li .select2-result-label,.aui-select2-drop .select2-results .select2-result-label,.aui-select2-drop .select2-results .select2-searching,.aui-select2-drop .select2-results .select2-no-results,.aui-select2-drop .select2-results .select2-more-results{padding:3px 10px}.aui-select2-drop .select2-result-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.aui-select2-drop .select2-results{margin:2px 0;padding:0}.aui-select2-drop .select2-more-results,.aui-select2-drop .select2-searching,.aui-select2-drop .select2-no-results{background-color:transparent}.aui-select2-drop .select2-search input,.aui-select2-drop{border:1px solid transparent}.aui-select2-drop .select2-search input{border-radius:3.01px}.aui-select2-container.select2-container .select2-choice,.aui-select2-drop{color:inherit;max-width:none}.aui-select2-drop .select2-results ul.select2-result-sub{margin:2px 0}.aui-select2-drop .select2-result-sub .select2-result-unselectable>.select2-result-label{text-transform:none;font-size:inherit;margin-top:5px}.aui-select2-drop.aui-dropdown2.aui-style-default{margin-left:0}.aui-select2-drop .select2-results .select2-highlighted{background-color:#0052cc}.aui-select2-container.select2-container .select2-choice>span{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.aui-select2-container.select2-container .select2-choice .select2-arrow{background:none;border:none;filter:none}.aui-select2-container.select2-container-active .select2-choice,.aui-select2-container.select2-container-active .select2-choices{border:none;outline:none;box-shadow:none}.aui-select2-container.select2-container .select2-choice .select2-arrow b{display:none;background:none}.aui-select2-container.select2-container .select2-choice{padding-right:23px;position:relative;width:inherit}.aui-select2-container.select2-container a.select2-choice,.aui-select2-container.select2-container a.select2-choice:focus,.aui-select2-container.select2-container a.select2-choice:hover,.aui-select2-container.select2-container a.select2-choice:active{text-decoration:none}.aui-select2-container.select2-container .select2-choice:after{border:4px solid transparent;content:"";height:0;left:100%;margin-left:-18px;margin-top:-2px;opacity:1;position:absolute;top:50%;width:0}.aui-select2-container.select2-container .select2-choice:after{border-top-color:#172b4d}.aui-select2-container.select2-container .select2-choice:hover:after,.aui-select2-container.select2-container .select2-choice.active:after{opacity:1}.aui-select2-container.select2-container .select2-choice:after{margin-top:0;top:12px}.aui-select2-container .select2-input{color:inherit !important}.aui-select2-container .select2-default{color:#707070 !important}.aui-select2-container .select2-choices .select2-search-field input{font-family:inherit;font-size:14px;height:1.4285714285714em;line-height:1.4285714285714;margin:0;padding:0}.aui-select2-container.select2-container-multi .select2-choices{min-height:0;background:#fff}.aui-select2-container.select2-container-multi.text{height:auto}.aui-select2-container .select2-choices .select2-search-choice{background:#f5f5f5;border:1px solid #dfe1e6;border-radius:3.01px;color:#172b4d;display:inline-block;font-size:14px;font-weight:normal;line-height:1;padding:1px 18px 1px 5px;position:relative;margin:1px 5px 1px 0;text-align:left;text-decoration:none}.aui-select2-container .select2-choices .select2-search-choice-focus{border-color:transparent}.aui-select2-container .select2-choice abbr{padding-top:10px;position:absolute;top:10px}.aui-select2-container.select2-allowclear .select2-choice abbr{display:block}.aui-select2-container .select2-search-choice-close{cursor:pointer;display:block;height:8px;left:auto;position:absolute;right:5px;top:4px;width:8px}@media all,(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5){.aui-select2-container.select2-container .select2-search-choice-close,.aui-select2-container.select2-container .select2-choice abbr{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAQAAABuBnYAAAAAKUlEQVQI12NgYFj0nwEKwKxF/9P+Q4TgLAgDIQEVQuJiCKBpwWoosrUAzbg31XT4p6QAAAAASUVORK5CYII=') 0 0 no-repeat !important;background-size:8px !important}}.aui-select2-container.select2-container .select2-choice,.aui-select2-container.select2-container a.select2-choice,.aui-select2-container.select2-container .select2-choice:visited{box-sizing:border-box;background:rgba(9,30,66,0.04);border:1px solid transparent;border-radius:3.01px;color:#42526e;cursor:pointer;display:inline-block;filter:none;font-family:inherit;font-size:inherit;font-variant:normal;font-weight:normal;height:2.1428571428571em;line-height:1.4285714285714;margin:0;padding:4px 10px;text-decoration:none;text-shadow:none;vertical-align:top;white-space:nowrap}.aui-select2-container.select2-container .select2-choice:hover{background:rgba(9,30,66,0.08);border-color:transparent;box-shadow:none;color:#42526e;text-decoration:none}.aui-select2-container.select2-container.select2-container-active .select2-choice,.aui-select2-container.select2-container .select2-choice:active{background:#deebff;border-color:transparent;color:#0052cc;box-shadow:none;filter:none;text-shadow:none;text-decoration:none}.aui-select2-container.select2-container.select2-container-active .select2-choice::after,.aui-select2-container.select2-container .select2-choice:active::after{border-top-color:#0052cc}.aui-select2-container.select2-container.select2-dropdown-open .select2-choice,.aui-select2-container.select2-container.select2-dropdown-open .select2-choices{border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-width:0;padding-bottom:5px}.aui-select2-container.select2-container.select2-dropdown-open.select2-drop-above .select2-choice,.aui-select2-container.select2-container.select2-dropdown-open.select2-drop-above .select2-choices{border-radius:3.01px;border-bottom-width:1px;border-top-right-radius:0;border-top-left-radius:0;border-top-width:0;padding-bottom:4px;padding-top:5px}.aui-select2-container.select2-container.select2-drop-above .select2-choice,.aui-select2-container.select2-dropdown-open.select2-drop-above .select2-choice,.aui-select2-container.select2-dropdown-open.select2-drop-above .select2-choices,.aui-select2-container.select2-container-multi .select2-choices .select2-search-choice{filter:none}.aui-select2-container.select2-container .select2-choice abbr{display:none}.aui-select2-container .aui-avatar{margin-right:5px}.aui-select2-container.aui-has-avatar .select2-search-choice-close{top:5px}.aui-select2-container.aui-has-avatar .select2-choices .select2-search-field input{padding:1px 0}.aui-select2-drop.aui-has-avatar .select2-results .select2-result-label .aui-avatar{margin-right:5px;vertical-align:middle}.aui-select2-drop.aui-has-avatar .select2-more-results,.aui-select2-drop.aui-has-avatar .select2-searching,.aui-select2-drop.aui-has-avatar .select2-no-results{padding-bottom:5px;padding-top:5px}
/* module-key = 'com.atlassian.integration.jira.jira-integration-plugin:fields', location = '/fields/fields.less' */
.jira-field.jira-field-unrenderable .field-value{color:#707070;font-weight:normal}.jira-select2-drop-box{max-width:250px;width:100%}.select2-results .select-option-image{height:16px;width:16px;vertical-align:middle;margin-right:5px}.select2-drop.aui-select2-drop .select2-results{padding-bottom:2px}.sprint-detail,.epic-detail{font-size:12px;color:#707070;margin-left:10px}.select2-highlighted .sprint-detail,.select2-highlighted .epic-detail{color:#fff}
/* module-key = 'com.atlassian.integration.jira.jira-integration-plugin:transition-form', location = '/transition-form/transition-form.less' */
.jira-transition-form .jira-transition-spinner{position:absolute;width:16px;height:2.14285714em;left:114px}.aui-message+.jira-error-action{margin-top:20px}
/* module-key = 'com.atlassian.integration.jira.jira-integration-plugin:jira-issues-dialog', location = '/jira-issue-dialog/jira-issues-dialog.less' */
.jira-issue-detailed{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.jira-issue-detailed .project-name:after{content:" / "}.jira-issue-detailed .issue-summary{display:block;margin-top:0;word-wrap:break-word}.jira-issue-detailed .jira-section-heading{position:relative;margin:10px 0}.jira-issue-detailed .jira-section-heading:before{content:"";border-top:1px solid #ccc;width:100%;position:absolute;top:50%;left:0}.jira-issue-detailed .jira-section-heading>h3{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;position:relative;font-size:14px;background-color:#fff;font-weight:bold;display:inline-block;padding-right:5px}.jira-issue-detailed .jira-section{padding-left:10px;margin-bottom:20px}.jira-issue-detailed ul.fields{list-style:none;padding-left:0}.jira-issue-detailed ul.fields>.field{margin-bottom:5px}.jira-issue-detailed .field .field-label{color:#707070;width:85px;display:inline-block;margin-right:5px;vertical-align:bottom}.jira-issue-detailed .field .field-text{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;width:320px;vertical-align:bottom}.jira-issue-detailed .issue-status .jira-issue-status-icon{vertical-align:text-bottom}.jira-issue-detailed .issue-description{white-space:pre-wrap}.jira-issue-detailed .issue-description.rendered{white-space:normal;overflow-x:auto}.list-view+.detail-view>.jira-issue-detailed .field .field-text{width:165px}.jira-issues-dialog .dialog-panel-body.multi-issues{padding:0;overflow:hidden}.jira-issues-dialog .list-and-detail-view{min-height:300px}.jira-issues-dialog .empty{font-style:italic}.jira-issues-dialog .view-warning{color:#707070;float:left;padding:5px 0;margin-left:5px}.jira-issues-dialog .view-warning .aui-icon{color:#707070;margin-right:5px}.jira-issues-dialog .communication-error>.jira-dialog-message-icon{margin-top:30px}.jira-issues-dialog li>.aui-icon{margin-right:5px}.jira-issues-dialog .jira-project-avatar.aui-item{width:48px}.jira-issues-dialog .jira-project-avatar.aui-item+.aui-item{padding-left:10px}.jira-issues-dialog .list-view .issue-item-type{vertical-align:middle}.jira-issues-dialog .list-view .issue-item-key{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;max-width:143px;vertical-align:middle}.jira-issues-dialog .list-view .issue-item-status{float:right;margin-left:5px}.jira-issues-dialog .list-view .issue-item-status>.jira-issue-status-lozenge{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;vertical-align:bottom;max-width:110px}.jira-issues-dialog .list-view .issue-item-summary{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-top:2px;display:block}.jira-issues-dialog .dialog-button-panel .jira-instance-picker .applink-authenticate{display:inline-block;max-width:120px;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.jira-dialog-message{width:500px;margin:0 auto 10px;text-align:center}.jira-dialog-message h2{margin-top:20px}.jira-dialog-message p{white-space:pre-line}.jira-dialog-message p.multi{margin-top:10px}.jira-dialog-message-icon{width:64px;height:64px;background:transparent no-repeat 0 0;background-size:64px;margin:20px auto 0;display:block}.jira-dialog-message-icon.icon-lock{width:96px;height:96px;background-size:96px;background-image:url(/s/1436970315/02c9a7a/1/5.2.2/_/download/resources/com.atlassian.integration.jira.jira-integration-plugin:jira-issues-dialog/icons/icon-lock.png)}.jira-dialog-message-icon.icon-skull{background-image:url(/s/1436970315/02c9a7a/1/5.2.2/_/download/resources/com.atlassian.integration.jira.jira-integration-plugin:jira-issues-dialog/icons/icon-skull.svg)}.jira-dialog-message-icon.icon-jira{background-image:url(/s/1436970315/02c9a7a/1/5.2.2/_/download/resources/com.atlassian.integration.jira.jira-integration-plugin:jira-issues-dialog/icons/icon-jira.svg)}.jira-oauth-dialog{width:500px;margin:30px auto 0}.aui-button.jira-dialog-auth-trigger{margin-top:20px}.jira-transition{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:400px}.jira-transitions .jira-transition-spinner{width:16px;height:2.14285714em;float:left;margin-top:10px}#jira-more-transitions{z-index:5000 !important}#jira-more-transitions a{cursor:pointer}.jira-default-project-avatar{width:48px;height:48px;background-image:url(/s/1436970315/02c9a7a/1/5.2.2/_/download/resources/com.atlassian.integration.jira.jira-integration-plugin:jira-issues-dialog/defaultprojectavatar.png);text-indent:-9999px}.list-and-detail-view{height:100%}.list-view{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;width:300px;overflow-y:auto;display:inline-block;vertical-align:top;border-right:1px solid #ccc}.list-view>ul{list-style:none;padding:0}.list-view>ul>li{border-top:1px solid #ccc;padding:10px;cursor:pointer}.list-view>ul>li:last-child{border-bottom:1px solid #ccc}.list-view>ul>li.selectedItem{border-top:1px solid #ccd9ea;background-color:#ebf2f9}.list-view>ul>li.selectedItem+li{border-top:1px solid #ccd9ea}.list-view>ul>li.selectedItem:last-child{border-bottom:1px solid #ccd9ea}.list-view>ul>li:first-child{border-top:none}.detail-view{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;width:680px;overflow-y:auto;display:inline-block;vertical-align:top;padding:20px}#jira-instance-list-dialog{z-index:3010 !important}#jira-instance-list-dialog .aui-inline-dialog-contents{max-height:500px}#jira-instance-list-dialog .jira-instance-list{padding:0}#jira-instance-list-dialog .jira-instance-list>li{list-style:none}#jira-instance-list-dialog .jira-instance-list .jira-instance{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
/* module-key = 'com.atlassian.integration.jira.jira-integration-plugin:jira-issues-dialog', location = '/jira-issue-dialog/wiki-renderer.less' */
.jira-issue-detailed table.confluenceTable{border-collapse:collapse;margin:5px 0 5px 2px;width:auto}.jira-issue-detailed td.confluenceTd{border:1px solid #cccccc;padding:3px 4px 3px 4px}.jira-issue-detailed th.confluenceTh{border:1px solid #cccccc;background:#f5f5f5;padding:3px 4px 3px 4px;text-align:center}.jira-issue-detailed .preformatted,.jira-issue-detailed .code{border:1px solid #cccccc;background:#f5f5f5;font-size:12px;line-height:1.33333333333333;font-family:monospace}.jira-issue-detailed .code-keyword{color:#000091}.jira-issue-detailed .code-object{color:#910091}.jira-issue-detailed .code-quote,.jira-issue-detailed .code-quote .code-keyword,.jira-issue-detailed .code-quote .code-object{color:#009100}.jira-issue-detailed .code-comment,.jira-issue-detailed .code-comment .code-keyword,.jira-issue-detailed .code-comment .code-object,.jira-issue-detailed .code-comment .code-quote{color:#808080}.jira-issue-detailed .code-xml .code-keyword{font-weight:bold}.jira-issue-detailed .code-tag{color:#000091}.jira-issue-detailed .panel{border:1px solid #cccccc;-moz-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;margin:9px 0}.jira-issue-detailed .panelHeader{border-bottom:1px solid #cccccc;padding:9px 12px}.jira-issue-detailed .panelContent{padding:9px 12px}.jira-issue-detailed div.preformattedContent pre,.jira-issue-detailed div.codeContent pre{max-height:30em;overflow:auto;white-space:pre-wrap;word-wrap:normal}.jira-issue-detailed div.preformattedContent pre{white-space:pre;word-break:normal}.jira-issue-detailed table div.preformattedContent pre{word-wrap:break-word;word-break:break-word;white-space:pre-wrap}.jira-issue-detailed .linkerror{background-color:#fcc}.jira-issue-detailed .editPageInsertLinks,.jira-issue-detailed .editPageInsertLinks a{font-weight:normal;font-size:9px}.jira-issue-detailed .helpheading{border-bottom:1px solid;font-weight:bold;background-color:#ddd;padding:4px 4px 2px;margin:0px}.jira-issue-detailed .helpcontent{padding:4px 4px 20px 4px;background-color:#fff}.jira-issue-detailed .gridHover{background-color:#f9f9f9}.jira-issue-detailed .navmenu{border:1px solid #cccccc}.jira-issue-detailed .optionPadded{padding:2px}.jira-issue-detailed .optionSelected{border:#dddddd solid #cccccc;border:1px solid #dddddd;background-color:#ffffcc;padding:2px;margin:-1px}.jira-issue-detailed .optionSelected a{font-weight:bold;text-decoration:none;color:black}.jira-issue-detailed .menuheading{border-bottom:1px solid;font-weight:bold;background-color:#ddd;padding:4px 4px 2px 4px}.jira-issue-detailed .menuitems{padding:4px 4px 20px 4px;background-color:#f5f5f5}.jira-issue-detailed .pagetitle{font-size:22px;font-weight:bold;font-family:inherit;color:#003366}
/* module-key = 'com.atlassian.integration.jira.jira-integration-plugin:jira-issues-dialog-trigger', location = '/jira-issues-dialog-trigger/jira-issues-dialog-trigger.less' */
.multi-issues-tooltip{white-space:pre-line}.disabled{color:#707070}.disabled:hover{text-decoration:none}
/* module-key = 'com.atlassian.bitbucket.server.bitbucket-build:build-status-common-resources', location = '/bitbucket-plugin-build/internal/feature/build/common/build-status-common.less' */
#build-status-dialog .build-status-dialog-panel {
  min-height: auto;
  position: relative;
  padding: 0 20px;
}
#build-status-dialog .error {
  color: #333;
  margin: 1em;
}
#build-status-dialog .aui-dialog2-content {
  position: relative;
}
#build-status-dialog .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
}
#build-status-dialog .build-status-list {
  list-style-type: none;
  padding-left: 0;
}
#build-status-dialog .build-status-list li {
  border-top: 1px solid #DFE1E6;
  margin: 0;
  padding: 10px 0 10px 26px;
  position: relative;
}
#build-status-dialog .build-status-list li .build-icon {
  position: absolute;
  left: 2px;
  top: 12px;
}
#build-status-dialog .build-status-list li .summary {
  position: relative;
}
#build-status-dialog .build-status-list li .summary .name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 434px;
}
#build-status-dialog .build-status-list li .summary .date-added {
  position: absolute;
  right: 0px;
  font-size: 12px;
  color: #5E6C84;
  max-width: 120px;
}
#build-status-dialog .build-status-list li .description {
  color: #5E6C84;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 434px;
}
#build-status-dialog .build-status-list li:first-child {
  border-top: none;
}
table.aui .aui-icon.build-icon,
.aui-icon.build-icon {
  height: 16px;
  border: 0;
  vertical-align: middle;
}
table.aui .aui-icon.build-icon:focus,
.aui-icon.build-icon:focus,
table.aui .aui-icon.build-icon:hover,
.aui-icon.build-icon:hover {
  text-decoration: none;
}
table.aui .aui-icon.build-icon.failed-build-icon,
.aui-icon.build-icon.failed-build-icon {
  color: #FF5630;
}
table.aui .aui-icon.build-icon.successful-build-icon,
.aui-icon.build-icon.successful-build-icon {
  color: #36B37E;
}
table.aui .aui-icon.build-icon.inprogress-build-icon,
.aui-icon.build-icon.inprogress-build-icon {
  color: #5243AA;
}
.build-status-summary .aui-iconfont-refresh {
  color: #505F79;
}
.build-status-summary .item-extra-content {
  height: 16px;
}
.build-status-pr-list-col {
  width: 1%;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-bbui-components:aui-react', location = '/static/bitbucket/internal/bbui/aui-react/avatar.less' */
.avatar-with-name .aui-avatar {
  margin-right: 10px;
  vertical-align: middle;
}
.aui-avatar-badged {
  position: relative;
  vertical-align: middle;
}
.aui-avatar-badged .badge.badge-hidden {
  opacity: 0;
  transform: scale(0);
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-bbui-components:ref-label', location = '/static/bitbucket/internal/bbui/ref-label/ref-label.less' */
.ref-label {
  align-items: center;
  border: 1px solid #C1C7D0;
  border-radius: 3px;
  background: #FFFFFF;
  color: #42526E;
  display: inline-flex;
  font-family: Courier, "Courier New", monospace;
  font-size: 13px;
  text-transform: none;
  line-height: 99%;
  /* cross-browser compromise to make the line-height match the font-size */
  margin: 0 3px;
  padding: 2px 5px;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
}
.ref-label .aui-icon {
  min-width: 18px;
}
.ref-label a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex: 0 1 auto;
}

/* module-key = 'com.atlassian.auiplugin:aui-labels', location = 'src/less/aui-experimental-labels.less' */
/*! AUI Label */.aui-label{background:#f5f5f5;border:1px solid #dfe1e6;border-radius:3.01px;color:#0052cc;display:inline-block;font-size:14px;font-weight:normal;line-height:1;padding:1px 5px;margin:0 5px 0 0;text-align:left;text-decoration:none}a.aui-label{color:#0052cc}span.aui-label{color:#172b4d}.aui-label.aui-label-closeable.aui-label-split:hover,a.aui-label:focus,a.aui-label:hover,a.aui-label:active{border-color:#707070;text-decoration:none}.aui-label-split .aui-label-split-main:hover,.aui-label-split .aui-label-split-main:active,.aui-label-split .aui-label-split-main:focus{text-decoration:none}.aui-label.aui-label-closeable{padding-right:18px;position:relative}.aui-label-closeable .aui-icon-close{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAQAAABuBnYAAAAAKUlEQVQI12NgYFj0nwEKwKxF/9P+Q4TgLAgDIQEVQuJiCKBpwWoosrUAzbg31XT4p6QAAAAASUVORK5CYII=') 0 0 no-repeat;cursor:pointer;display:block;float:right;height:8px;position:absolute;right:5px;top:4px;width:8px}
/* module-key = 'com.atlassian.bitbucket.server.bitbucket-tag:commit-tags', location = '/bitbucket-plugin-tag/internal/feature/tags/commit-tags/commit-tags.less' */
.plugin-item.tags {
  white-space: normal;
  font-size: 0;
}
.plugin-item.tags .aui-button {
  font-size: 12px;
  margin-top: -2px;
}
.plugin-item.tags.hide-more #tags-see-more {
  display: inline-block;
}
.plugin-item.tags.hide-more .aui-label.tag-lozenge.additional-tag {
  display: none;
  opacity: 0;
}
.plugin-item.tags .create-new-tag-trigger {
  padding: 0 5px;
  height: 18px;
  margin-top: 1px;
}
.plugin-item.tags .tag-lozenge {
  padding: 2px 5px;
  margin-bottom: 6px;
  font-size: 12px;
}
.plugin-item.tags #tags-see-more {
  font-size: 12px;
  max-width: 180px;
  padding: 0;
  margin-bottom: 5px;
  line-height: 1;
  margin-right: 5px;
  vertical-align: top;
  background-color: #FFFFFF;
  display: none;
}
.plugin-item.tags #tags-see-more:hover {
  cursor: pointer;
}
.plugin-item.tags .no-tags {
  font-size: 14px;
  color: #5E6C84;
  margin-right: 5px;
}
.plugin-item.tags .aui-label.tag-lozenge {
  font-family: Courier, "Courier New", monospace;
  background-color: #FFFFFF;
}
.plugin-item.tags .aui-label.tag-lozenge:hover,
.plugin-item.tags .aui-label.tag-lozenge:active {
  border-color: #DFE1E6;
}
.plugin-item.tags .aui-label.tag-lozenge.hidden-tag {
  opacity: 0;
  display: block;
  border: none;
  height: 0;
  margin: 0;
  padding: 0;
  transition: border 250ms linear,
                        height 250ms linear,
                        margin 250ms linear,
                        padding 250ms linear;
}
.plugin-item.tags .aui-label.tag-lozenge.hidden-tag a {
  height: 0;
  transition: height 250ms linear;
}
.plugin-item.tags .aui-label.tag-lozenge:not(.aui-label-closeable) {
  max-width: 153px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #5E6C84;
  padding: 3px 5px;
}
.plugin-item.tags .aui-label.tag-lozenge:not(.aui-label-closeable):hover,
.plugin-item.tags .aui-label.tag-lozenge:not(.aui-label-closeable):active,
.plugin-item.tags .aui-label.tag-lozenge:not(.aui-label-closeable):focus {
  text-decoration: underline;
}
.plugin-item.tags .aui-label.tag-lozenge.aui-label-closeable {
  display: inline-flex;
  height: 18px;
  padding: 0;
}
.plugin-item.tags .aui-label.tag-lozenge.aui-label-closeable .aui-label-split-main {
  border-right: 1px solid #DFE1E6;
}
.plugin-item.tags .aui-label.tag-lozenge.aui-label-closeable a {
  max-width: 153px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 3px;
}
.plugin-item.tags .aui-label.tag-lozenge.aui-label-closeable a:hover,
.plugin-item.tags .aui-label.tag-lozenge.aui-label-closeable a:active,
.plugin-item.tags .aui-label.tag-lozenge.aui-label-closeable a:focus {
  text-decoration: underline;
}
.plugin-item.tags .aui-label.tag-lozenge.aui-label-closeable .aui-icon-close {
  background-position: center;
  outline: none;
  position: static;
}
.plugin-item.tags .aui-label.tag-lozenge.aui-label-closeable .aui-label-split-close {
  display: inline;
  outline: none;
}
.plugin-item.tags .item-extra-content {
  margin-left: 0;
}
.tags-container .aui-label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: Courier, "Courier New", monospace;
}
.tags-container .aui-label.additional-tag {
  -webkit-animation: fadeIn 250ms 1;
  animation: fadeIn 250ms 1;
}
#create-tag-inline-dialog form {
  width: 350px;
}
#create-tag-inline-dialog h3 {
  margin-bottom: 10px;
}
#create-tag-inline-dialog .tag-name-group .field-group {
  display: inline-block;
}
#create-tag-inline-dialog .tag-name-group .aui-icon {
  display: none;
  margin-left: 10px;
}
#create-tag-inline-dialog .tag-name-group .spinner {
  display: inline-flex;
  margin-left: 10px;
  margin-top: 5px;
}
#create-tag-inline-dialog .tag-name-group.success .aui-iconfont-success {
  display: inline-block;
  color: #36B37E;
}
#create-tag-inline-dialog .tag-name-group.success .spinner {
  display: none;
}
#create-tag-inline-dialog .tag-name-group.error .aui-iconfont-error {
  display: inline-block;
  color: #FF5630;
}
#create-tag-inline-dialog .tag-name-group.error .spinner {
  display: none;
}
#create-tag-inline-dialog .tag-name-group.error #new-tag-name {
  border-color: #FF5630;
}
#create-tag-inline-dialog .buttons-container {
  text-align: right;
}
#create-tag-inline-dialog .buttons-container .buttons {
  margin-right: 28px;
}
#create-tag-inline-dialog .field-group {
  padding-left: 95px;
  width: 92%;
}
.delete-tag-dialog p {
  margin-bottom: 20px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:code-block', location = '/static/bitbucket/internal/widget/code-block/code-block.less' */
.code-block {
  background-clip: padding-box;
  border-radius: 3px;
  border: 1px solid #DFE1E6;
  background: #F4F5F7;
  font-family: monospace;
  font-size: 12px;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  overflow: auto;
  padding: 6px 10px;
}
.code-block pre code {
  padding: 0;
  background: transparent;
  color: #172B4D;
}
.instruction-block {
  margin: 10px 0 20px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-branch:branch-info', location = '/bitbucket-plugin-branch/internal/feature/branch/branch-info/widget/list-branch-dialog.less' */
#list-branch-help-note {
  color: #5E6C84;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-branch:branch-info', location = '/bitbucket-plugin-branch/internal/feature/branch/branch-info/branch-info-commit.less' */
.branch-info-branch {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: text-bottom;
}
.branch-info-branch.branch-info-branch-single {
  width: 90%;
}
.branch-info-branch .aui-icon {
  color: #505F79;
  padding-right: 5px;
}
.branch-info-no-branch-message {
  color: #5E6C84;
}
.branch-info-no-branch-message.plugin-item .item-extra-content {
  margin-left: 0px;
}
#branch-info-dropdown .active .aui-icon:before {
  color: #FFFFFF;
}
.branch-info-dropdown-trigger.aui-dropdown2-trigger {
  position: static;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:icons', location = '/static/bitbucket/internal/images/icons/icons.less' */
.icon-repository {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:icons/icons/icon-repository.svg');
}
.icon-search {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:icons/icons/icon-search.svg');
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:paged-table', location = '/static/bitbucket/internal/widget/paged-table/paged-table.less' */
.paged-table-filter {
  background-color: #F4F5F7;
  border: solid #DFE1E6;
  border-width: 1px 0;
}
.paged-table-filter > .aui-item {
  padding: 5px 10px;
}
.paged-table-filter-input {
  box-sizing: border-box;
  background-clip: padding-box;
  border-radius: 3px;
  background: white url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:paged-table/../com.atlassian.bitbucket.server.bitbucket-web:icons/icons/icon-search.svg') no-repeat 7px 8px;
  border: 1px solid #DFE1E6;
  font-family: Arial, FreeSans, Helvetica, sans-serif;
  font-size: 14px;
  height: 30px;
  padding: 5px;
  padding-left: 25px;
  width: 300px;
}
.paged-table-filter-input::-webkit-input-placeholder {
  color: #7A869A;
}
.paged-table-filter-input::-moz-placeholder {
  color: #7A869A;
}
.paged-table-filter-input:-ms-input-placeholder {
  color: #7A869A;
}
.paged-table-message {
  color: #7A869A;
  padding: 10px;
  text-align: center;
}
.paged-table thead th {
  color: #6B778C;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}
.paged-table.no-rows {
  display: none;
}
.paged-table ~ .spinner {
  width: 48px;
  height: 48px;
  margin: 20px auto;
}
.paged-table tr td:first-child {
  border-left: 2px solid transparent;
}
.paged-table tr.focused td {
  background-color: #EBECF0;
}
.paged-table tr.focused td:first-child {
  border-left-color: #0065FF;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:project-avatar', location = '/static/bitbucket/internal/feature/project/project-avatar/project-avatar.less' */
/* @aui-override  */
.aui-avatar-project {
  box-shadow: none;
}
.aui-avatar-project:before {
  border: 0;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:ref-lozenge', location = '/static/bitbucket/internal/feature/repository/ref-lozenge/ref-lozenge.less' */
.ref-lozenge {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  align-items: center;
  background-color: #FFFFFF;
  color: #172B4D;
  display: inline-flex;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  border: 1px solid #C1C7D0;
  padding: 2px 5px;
  margin: 0 3px;
  vertical-align: middle;
  line-height: 16px;
  text-align: left;
}
.ref-lozenge .repository {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  max-width: 100px;
}
.ref-lozenge .aui-avatar {
  min-width: 16px;
  vertical-align: top;
}
.ref-lozenge .aui-avatar,
.ref-lozenge .repository {
  margin-right: 5px;
}
.ref-lozenge .repository,
.ref-lozenge .branch {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-flex;
  flex: 0 1 auto;
}
.ref-lozenge .repository .name,
.ref-lozenge .branch .name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex: 0 1 auto;
}
.ref-lozenge .ref > .aui-icon {
  color: #505F79;
  vertical-align: text-bottom;
  position: absolute;
}
.ref-lozenge .ref > .name {
  margin-left: 21px;
}
.ref-lozenge-tooltip > .tipsy-inner {
  max-width: 500px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-build:build-status-pr-list', location = '/bitbucket-plugin-build/internal/feature/build/pull-request-list/build-status-pull-request-list.less' */
thead .build-status-pr-list-col {
  display: none;
}
table.aui .build-status-pr-list-col-value {
  width: 1%;
  text-align: center;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:pull-request-table', location = '/static/bitbucket/internal/feature/pull-request/table/pull-request-table.less' */
#pull-requests-table thead {
  border-bottom: 2px solid #EBECF0;
}
#pull-requests-table .pull-request-row:last-child {
  border-bottom: none;
}
#pull-requests-table .pull-request-row td {
  border-top: none;
  vertical-align: middle;
}
#pull-requests-table .pull-request-row .author-avatar {
  width: 32px;
  padding-right: 0;
}
#pull-requests-table .summary {
  width: 680px;
  max-width: 680px;
}
#pull-requests-table .summary .state-title-and-target-branch {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#pull-requests-table .summary .state-title-and-target-branch .pull-request-state-lozenge {
  flex: none;
  margin-right: 5px;
}
#pull-requests-table .summary .state-title-and-target-branch .pull-request-title {
  flex: 0 100000 auto;
  min-width: 5em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 16px;
}
#pull-requests-table .summary .state-title-and-target-branch .arrow-to-target-branch {
  flex: none;
  min-width: 16px;
  width: 16px;
  margin-left: 5px;
  margin-right: 5px;
  color: #7A869A;
}
#pull-requests-table .summary .state-title-and-target-branch .target-branch {
  flex: 0 auto;
}
#pull-requests-table .summary .state-title-and-target-branch .target-branch .ref .name {
  color: #505F79;
  margin-left: 0px;
}
#pull-requests-table .summary .pr-author-number-and-timestamp {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #5E6C84;
  font-size: 12px;
}
#pull-requests-table .reviewers {
  white-space: nowrap;
}
#pull-requests-table .reviewers .participant-item {
  margin-right: 5px;
}
#pull-requests-table .reviewers .overflow-reviewers-trigger {
  background: #F4F5F7;
  color: #42526E;
  border-radius: 100%;
  font-size: 10px;
  height: 24px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.pull-request-table-reviewers.aui-dropdown2-tailed.aui-alignment-snap-right::before,
.pull-request-table-reviewers.aui-dropdown2-tailed.aui-alignment-snap-right::after {
  right: 4px;
}
.pull-request-table-reviewers.aui-dropdown2-tailed.aui-alignment-snap-right .aui-list-truncate {
  padding: 10px;
  margin: 0;
}
.pull-request-table-reviewers.aui-dropdown2-tailed.aui-alignment-snap-right .aui-list-truncate li + li {
  margin-top: 5px;
}
.pull-request-table-reviewers.aui-dropdown2-tailed.aui-alignment-snap-right .avatar-with-name {
  align-items: start;
  display: flex;
  overflow: visible;
  white-space: normal;
}
.pull-request-table-reviewers.aui-dropdown2-tailed.aui-alignment-snap-right .avatar-with-name .aui-avatar.aui-avatar-badged {
  margin: 0 10px 0 5px;
}
.pull-request-table-reviewers.aui-dropdown2-tailed.aui-alignment-snap-right .avatar-with-name .display-name {
  padding: 2px 0;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:pull-request-list-dialog', location = '/static/bitbucket/internal/feature/pull-request/list-dialog/pull-request-list-dialog.less' */
#pull-request-list-dialog .spinner {
  padding: 20px 0;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:commit-page', location = '/static/bitbucket/internal/page/commit/commit.less' */
.aui-theme.default #content .aui-page-panel-content,
.bitbucket-theme #content .aui-page-panel-content {
  padding: 0;
}
.aui-theme.default #content .aui-page-panel-content .content-view,
.bitbucket-theme #content .aui-page-panel-content .content-view {
  padding-right: 20px;
}
.commit-metadata {
  padding: 20px 20px 0 20px;
  border-bottom: 1px solid #DFE1E6;
}
.commit-metadata .commit-metadata-details > h3 {
  margin: 0 0.75em 0 0;
  font-weight: bold;
  font-size: 14px;
  display: inline;
}
.commit-metadata .commit-metadata-details > time {
  display: inline;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
.commit-metadata .commit-metadata-details > .commit-message {
  margin-top: 10px;
}
.commit-metadata .commit-metadata-details > .commit-message pre {
  white-space: pre-wrap;
}
.commitid-tooltip {
  font-family: monospace;
}
.commitid-tooltip > .tipsy-inner {
  max-width: 40ch;
}
.aui-group.aui-group-split > .commit-metadata-user-avatar {
  width: 58px;
  padding-bottom: 10px;
}
.aui-group.aui-group-split > .commit-metadata-details {
  text-align: left;
  padding: 0 0 10px 0;
}
.commit-metadata-diff-to {
  box-sizing: border-box;
  margin: 10px 0;
}
.commit-metadata-diff-to > strong {
  color: #172B4D;
  margin-right: 10px;
}
.commit-metadata-diff-to .aui-dropdown2-trigger {
  font-family: monospace;
}
#diff-to-parent-dropdown,
#diff-to-parent-dropdown ul {
  background-clip: padding-box;
  border-radius: 3px;
  background: #FFFFFF;
}
#diff-to-parent-dropdown {
  border: 1px solid #B3BAC5;
  width: 470px;
  height: auto;
  max-width: none;
}
.commit-extra {
  float: right;
  margin-left: 20px;
  white-space: nowrap;
  width: 230px;
}
.commit-extra dl {
  list-style: none;
  padding: 0 0 0 16px;
  margin: 0;
}
.commit-extra dt {
  display: inline-block;
}
.commit-extra dt + dd:before {
  content: ': ';
}
.commit-extra dd:before {
  content: ', ';
}
.commit-extra dd {
  display: inline-block;
  margin: 0;
}
.commit-extra .aui-dd-parent {
  display: inline-block;
  vertical-align: top;
}
.commit-extra .aui-dd-parent .aui-dd-trigger {
  display: inline-block;
  height: 18px;
  vertical-align: top;
  background: none;
  width: auto;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-indent: 0;
  padding-bottom: 5px;
  color: #3F78B2;
  background-clip: padding-box;
  border-radius: 0;
}
.commit-extra .aui-dd-parent .aui-dd-trigger:hover,
.commit-extra .aui-dd-parent .aui-dd-trigger:focus {
  background: none;
  color: #3F78B2;
}
.commit-extra .aui-dd-parent .aui-dd-trigger > .icon-dropdown {
  /* CSS border triangle trick + margins for positioning */
  width: 0;
  height: 0;
  margin: 6px 0 0 0;
  border: 4px solid transparent;
  border-bottom: none;
  border-top-color: #3F78B2;
  display: inline-block;
  min-width: 0;
  vertical-align: text-top;
}
.commit-extra .aui-dd-parent .aui-dropdown {
  min-width: 100%;
}
.commit-extra .aui-dd-parent .aui-dropdown li a,
.commit-extra .aui-dd-parent .aui-dropdown li span {
  max-width: 10em;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-emoticons:at-js', location = '/static/bower_components/At.js/dist/css/jquery.atwho.css' */
.atwho-view{position:absolute;top:0;left:0;display:none;margin-top:18px;background:white;color:black;border:1px solid #DDD;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,0.1);min-width:120px;z-index:11110!important}.atwho-view .cur{background:#36f;color:white}.atwho-view .cur small{color:white}.atwho-view strong{color:#36f}.atwho-view .cur strong{color:white;font:bold}.atwho-view ul{list-style:none;padding:0;margin:auto}.atwho-view ul li{display:block;padding:5px 10px;border-bottom:1px solid #DDD;cursor:pointer}.atwho-view small{font-size:smaller;color:#777;font-weight:normal}
/* module-key = 'com.atlassian.bitbucket.server.bitbucket-emoticons:bitbucket-emoticons-plugin-resources', location = '/static/bitbucket/internal/feature/emoticons/emoticons.less' */
.markup .hipchat-emote-img{border:0;margin:0;padding:0;display:inline}#atwho-container .atwho-view{max-height:200px;overflow-y:auto}#atwho-container li.emoticonRow{min-width:265px;height:24px;border-left:3px solid transparent}#atwho-container li.emoticonRow.cur{color:black;background-color:#f4f5f7;border-left-color:#0065ff}#atwho-container li.emoticonRow .emoticon-container{display:inline-block;width:24px;vertical-align:middle;margin-right:10px}#atwho-container li.emoticonRow .emoticon-container img.emoticon{max-width:24px;max-height:24px}#atwho-container li.emoticonRow mark{background-color:inherit;color:inherit;font-weight:bold}
/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:readme-common-resources', location = '/static/bitbucket/internal/feature/readme/common/readme-common.less' */
.markup-content {
  padding: 20px;
  overflow-x: auto;
  white-space: normal;
  font-size: 14px;
  color: #172B4D;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-git-lfs:file-handlers', location = '/file-handlers/lfs-file-views.less' */
.lfs-file-content .file-toolbar .add-file-comment-trigger{display:none}.binary .unrenderable-file.lfs-error .download-image{background-image:url('/s/1436970315/02c9a7a/1/5.12.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-git-lfs:file-handlers/file-missing.svg')}
/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:bitbucket-logo', location = '/static/bitbucket/internal/webpanels/home-link/home-link.less' */
.bitbucket-header-logo {
  float: left;
}
.bitbucket-header-logo a {
  background: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:bitbucket-logo/images/logo/bitbucket.svg') no-repeat 10px 10px;
  background-size: 111.5px 16px;
  height: 40px;
  padding: 0 10px;
  text-indent: -9999px;
  width: 111.5px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:bitbucket-theme', location = '/static/bitbucket/internal/layout/bitbucket-theme/footer.less' */
#footer-logo a,
#footer-logo a:hover {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:bitbucket-theme/../com.atlassian.bitbucket.server.bitbucket-web:bitbucket-logo/images/logo/atlassian-horizontal-neutral-gradient-small.svg');
  background-size: 127px 24px;
  height: 24px;
  width: 127px;
}
#footer-logo a:hover {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:bitbucket-theme/../com.atlassian.bitbucket.server.bitbucket-web:bitbucket-logo/images/logo/atlassian-horizontal-blue-gradient-small.svg');
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:bitbucket-theme', location = '/static/bitbucket/internal/layout/bitbucket-theme/bitbucket-theme.less' */
html {
  height: 100%;
}
/* MIN WIDTH FOR BODY */
.bitbucket-theme {
  min-width: 1004px;
  height: 100%;
  /**
    * DEFAULT THEME SPACING
    */
  /*  -- Dropdown 1 styles -- */
  /*  -- Other styles -- */
  /* 'No results' table row  */
  /* User keyboard input (eg terminal commands) */
  /* @aui-override */
  /* Until AUI-2476 gets resolved. We want the line-height to be closer to 20.0 than AUI's built-in of 20.44 */
  /* @aui-override */
}
.bitbucket-theme .aui-page-header-main.entity-item h1 {
  display: inline-block;
}
.bitbucket-theme .aui-page-header-main.entity-item h1 + .aui-button {
  margin-bottom: -1px;
  margin-left: 10px;
  vertical-align: text-bottom;
}
.bitbucket-theme #content > header {
  box-sizing: border-box;
}
.bitbucket-theme #content > header .aui-group-split {
  margin-top: 0;
}
.bitbucket-theme #content > header + .horizontal-tabs {
  margin-top: 0;
}
.bitbucket-theme #content > .content-body .aui-page-header h1 {
  display: block;
}
.bitbucket-theme #content table.aui > tbody > tr:hover {
  background-color: #EBECF0;
}
.bitbucket-theme #content table.aui > tbody > tr,
.bitbucket-theme #content table.aui > tfoot > tr {
  border-color: #DFE1E6;
}
.bitbucket-theme #content table.aui td.empty-field {
  color: #7A869A;
}
.bitbucket-theme #content table.aui > thead {
  border-bottom: 2px solid #EBECF0;
  color: #7A869A;
}
.bitbucket-theme #content .tabs-pane header {
  margin-top: 10px;
  padding-bottom: 10px;
}
.bitbucket-theme #content .no-more-results {
  text-align: center;
  color: #5E6C84;
}
.bitbucket-theme #content .aui-page-panel-inner {
  min-height: 75vh;
}
.bitbucket-theme #content .aui-page-panel:focus,
.bitbucket-theme #content:focus {
  outline: none;
}
.bitbucket-theme.aui-page-focused #content .aui-page-panel-inner {
  min-height: 0;
}
.bitbucket-theme > #page {
  min-width: 100%;
  min-height: 100%;
}
.bitbucket-theme #header {
  z-index: 500;
}
.bitbucket-theme #footer .footer-body {
  width: auto;
}
.bitbucket-theme .aui-dd-parent .aui-dropdown,
.bitbucket-theme .aui-dropdown,
.bitbucket-theme .aui-dd-parent .aui-shadow-parent {
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.18);
}
.bitbucket-theme .tabs-menu .aui-dropdown {
  border-color: #ccc;
  margin-left: -1px;
  margin-top: 0;
}
.bitbucket-theme .aui-dropdown2 {
  z-index: 10;
}
.bitbucket-theme .aui-dropdown2.select2-drop {
  z-index: 9999;
}
.bitbucket-theme h3.entity-empty {
  text-align: center;
  color: #5E6C84;
  font-size: 24px;
  padding: 10px 0;
  font-weight: normal;
}
.bitbucket-theme table tr.no-results-row td {
  color: #7A869A;
}
.bitbucket-theme table tr.no-results-row:hover {
  background-color: transparent;
}
.bitbucket-theme kbd {
  background-clip: padding-box;
  border-radius: 4px;
  font-size: 11px;
  border: 1px solid #ccc;
  background-color: #F4F5F7;
  padding: 2px 4px;
}
.bitbucket-theme .aui-dialog .dialog-button-panel button.button-panel-button[disabled],
.bitbucket-theme .aui-dialog .dialog-button-panel button.button-panel-button[disabled]:hover,
.bitbucket-theme .aui-dialog .dialog-button-panel button.button-panel-button[disabled]:focus,
.bitbucket-theme .aui-dialog .dialog-button-panel button.button-panel-button[disabled]:active,
.bitbucket-theme .aui-dialog .dialog-button-panel button.button-panel-button[aria-disabled="true"],
.bitbucket-theme .aui-dialog .dialog-button-panel button.button-panel-button[aria-disabled="true"]:hover,
.bitbucket-theme .aui-dialog .dialog-button-panel button.button-panel-button[aria-disabled="true"]:focus,
.bitbucket-theme .aui-dialog .dialog-button-panel button.button-panel-button[aria-disabled="true"]:active {
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #FFF 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #FFF 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FFF 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FFF 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(top, #FFF 0%, #f2f2f2 100%);
  /* W3C */
  border-color: #ccc;
  box-shadow: none;
  color: #999;
  cursor: default;
  text-shadow: none;
}
.bitbucket-theme a.secondary-link {
  color: #5E6C84;
}
.bitbucket-theme .aui-tabs {
  line-height: 1.42858;
}
.bitbucket-theme .aui-banner.aui-banner-warning {
  background-color: #FFAB00;
  color: #172B4D;
  /* These two styles are copied from #aui.icon-glyph() to allow us to get the right colors */
}
.bitbucket-theme .aui-banner.aui-banner-warning:before {
  background-color: #0065FF;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.bitbucket-theme .aui-banner.aui-banner-warning:after {
  color: #FFFFFF;
  font-family: "FontAwesome";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  left: 12px;
  line-height: 1;
  margin-top: -8px;
  position: absolute;
  speak: none;
  top: 50%;
}
.bitbucket-theme .aui-banner.aui-banner-warning:after {
  content: "\f15a";
  color: #172B4D;
}
.bitbucket-theme .aui-banner.aui-banner-warning:before {
  background-color: #FFAB00;
}
.bitbucket-theme .aui-banner.aui-banner-warning a,
.bitbucket-theme .aui-banner.aui-banner-warning a:link,
.bitbucket-theme .aui-banner.aui-banner-warning a:visited {
  color: #172B4D;
  text-decoration: underline;
}
/* @aui-override */
/* padding and truncation for dropdown2 menu items that aren't links */
.aui-dropdown2.aui-style-default li > span {
  padding: 5px 10px;
}
.aui-dropdown2 .aui-list-truncate > li > span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  position: relative;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:base-layout', location = '/static/bitbucket/internal/layout/base/baseLayout-dialogs.less' */
/* @aui-override AUI Dialog with Red headers for errors and confirmation of destructive actions */
.aui-dialog h2.dialog-title.warning-header,
.aui-dialog h2.dialog-title.error-header {
  background-color: #FF5630;
  color: #FFFFFF;
}
.aui-dialog .dialog-button-panel.disabled .button-panel-link {
  color: #D0D0D0;
}
.aui-dialog .dialog-button-panel.disabled .button-panel-link:hover {
  text-decoration: none;
  cursor: default;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:base-layout', location = '/static/bitbucket/internal/layout/base/dropdown-typography-overrides.less' */
/* https://studio.atlassian.com/browse/AJS-794 */
#header .primary .aui-dropdown > ol,
#header .secondary .aui-dropdown > ol {
  margin-top: 0;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:base-layout', location = '/static/bitbucket/internal/layout/base/baseLayout.less' */
form.aui legend,
form.aui label {
  color: #7A869A;
}
form.aui div.description {
  color: #505F79;
}
form.aui .text,
form.aui .password,
form.aui .textarea,
form.aui .select,
form.aui .multi-select,
form.aui .aui-select2-container .select2-choices {
  border-color: #DFE1E6;
}
body,
body.aui-page-fixed,
body.aui-page-hybrid {
  background: #FFFFFF;
}
body #footer-logo,
body.aui-page-fixed #footer-logo,
body.aui-page-hybrid #footer-logo {
  background: #FFFFFF;
}
body.aui-page-focused,
body.aui-page-notification {
  background: #F4F5F7;
}
body.aui-page-focused #footer-logo,
body.aui-page-notification #footer-logo {
  background: #F4F5F7;
}
.aui-button[aria-pressed="true"].aui-button-subtle {
  background-color: #344563;
  color: #FFFFFF;
}
.aui-button,
a.aui-button,
.aui-button:visited {
  line-height: 1.42857143;
}
.aui-button.aui-button-compact .aui-icon {
  margin-top: 0;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bitbucket-theme .aui-message p.scm-command,
.bitbucket-theme .scm-command {
  font-family: monospace;
  margin-top: 16px;
  word-wrap: break-word;
}
.bitbucket-theme.scrolling-forwarded #page {
  position: fixed;
  min-width: 1004px;
}
.bitbucket-theme.scrolling-forwarded .aui-page-panel-content {
  padding-bottom: 0;
}
.aui-page-focused .aui-page-panel {
  margin-top: 50px;
}
.aui-page-focused .aui-page-panel p:last-child {
  margin-bottom: 20px;
}
.aui-page-hybrid #content > .aui-page-header {
  padding-left: 0;
  padding-right: 0;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:base-layout', location = '/static/bitbucket/internal/layout/base/stash-fields.less' */
/* Copied from form.css so that we can gain the input styles of ADG without the form.aui - AUI-1617 */
.stash-text {
  border: 1px solid #ccc;
  border-radius: 3.01px;
  box-shadow: inset 0 1px 3px #ccc;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: inherit;
  margin: 0;
  max-width: 250px;
  vertical-align: baseline;
  width: 100%;
  font-family: inherit;
  font-size: 14px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:base-layout', location = '/static/bitbucket/internal/layout/base/dropdown-aui-tabs-overrides.less' */
.bitbucket-theme .aui-tabs > ul.tabs-menu.tabs-web-section {
  overflow: visible;
}
.bitbucket-theme .aui-tabs > ul.tabs-menu.tabs-web-section .menu-item {
  cursor: pointer;
}
.bitbucket-theme .aui-tabs > ul.tabs-menu.tabs-web-section .menu-item:hover {
  color: black;
}
.bitbucket-theme .aui-tabs > ul.tabs-menu.tabs-web-section:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.bitbucket-theme #content > .aui-tabs.horizontal-tabs > ul.tabs-menu.tabs-web-section > li.menu-item .aui-dropdown a {
  background: #ffffff;
  border-color: transparent;
  padding: 2px 2em 2px 0.5em;
  line-height: 1.5;
  background-clip: padding-box;
  border-radius: 0;
}
.bitbucket-theme #content > .aui-tabs.horizontal-tabs > ul.tabs-menu.tabs-web-section > li.menu-item .aui-dropdown li:hover a {
  color: #15518F;
  background-color: #E2EFFA;
  cursor: pointer;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:base-layout', location = '/static/bitbucket/internal/layout/base/baseLayout-notifications.less' */
/* header notifications*/
.bitbucket-theme #header > .notifications > div,
.bitbucket-theme #footer > .notifications > div {
  clear: both;
}
.bitbucket-theme #header > .notifications > div + div,
.bitbucket-theme #footer > .notifications > div + div {
  border-top: 0;
}
.bitbucket-theme #footer > .notifications > div {
  margin-bottom: 4px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:entity-layout', location = '/static/bitbucket/internal/layout/entity/entity.less' */
#content > .aui-tabs > ul.tabs-menu li.menu-item.active-tab strong {
  cursor: inherit;
  /* active tab is still clickable on entity pages */
}
.page-panel-content-header {
  margin-top: 0;
  padding-bottom: 10px;
}
.sidebar-settings-group .aui-nav-heading {
  padding-top: 0;
}
.aui-sidebar .actions-trigger {
  opacity: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.aui-sidebar .actions-trigger:hover,
.aui-sidebar .actions-trigger.active {
  outline: 0;
}
.aui-sidebar-submenu-dialog .actions-trigger,
.aui-sidebar[aria-expanded="false"] .actions-trigger {
  display: none;
}
.aui-sidebar[aria-expanded="true"] li:hover .actions-trigger,
.aui-sidebar[aria-expanded="true"] li .actions-trigger:focus,
.aui-sidebar[aria-expanded="true"] li .actions-trigger.active {
  opacity: 1;
}
li.has-actions:hover {
  border-radius: 3px;
  background-color: #DFE1E6;
}
.aui-sidebar[aria-expanded="false"] button.aui-nav-item.aui-button,
.aui-sidebar[aria-expanded="true"] button.aui-nav-item.aui-button {
  height: auto;
  padding-right: 5px;
}
.aui-sidebar[aria-expanded="false"] button.aui-nav-item.aui-button {
  width: auto;
}
.aui-sidebar[aria-expanded="false"] .aui-nav-selected button.aui-nav-item.aui-button {
  background-color: #DFE1E6;
}
.aui-sidebar[aria-expanded="true"] button.aui-nav-item.aui-button {
  box-sizing: border-box;
  border: none;
  color: #42526E;
  padding-left: 5px;
  text-align: left;
  width: 100%;
}
.aui-sidebar button.aui-nav-item.aui-button:focus {
  outline: 0;
  text-decoration: none;
}
.aui-sidebar-group.section-overflow-items,
.aui-sidebar-group.add-shortcut-panel {
  margin-top: -10px;
}
.aui-sidebar[aria-expanded="false"] .aui-sidebar-group.section-overflow-items {
  background: none;
  box-sizing: border-box;
  height: auto;
  line-height: 1;
}
.aui-sidebar[aria-expanded="false"] .aui-sidebar-group.section-overflow-items:after {
  content: none;
}
.aui-sidebar[aria-expanded="false"] .aui-sidebar-group.section-overflow-items:before {
  color: #5E6C84;
  content: "\f17f";
  font-family: "Atlassian Icons";
  font-size: 16px;
}
.aui-sidebar[aria-expanded="false"] .aui-sidebar-group.section-overflow-items:hover {
  background-color: #DFE1E6;
}
.aui-message + .page-panel-content-header {
  margin-top: 10px;
}
.page-header-flex .aui-page-header-inner {
  display: flex;
  justify-content: space-between;
}
.page-header-flex .aui-page-header-main,
.page-header-flex .aui-page-header-actions {
  display: block;
  min-width: 0;
}
.page-header-flex .aui-page-header-actions {
  padding-left: 0;
}
.page-header-flex .page-header-actions-align-top {
  align-self: flex-start;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:sidebar', location = '/static/bitbucket/internal/widget/sidebar/sidebar.less' */
.aui-sidebar .aui-page-header-main.entity-item .aui-nav-breadcrumbs li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}
.aui-sidebar .aui-page-header-main.entity-item h1 {
  display: inline-block;
  max-width: 100%;
}
.aui-sidebar .aui-page-header-main.entity-item h1 + .aui-button {
  margin-left: 10px;
  vertical-align: bottom;
}
.aui-sidebar .aui-sidebar-group-tier-one {
  margin-top: 10px;
}
.aui-sidebar .aui-sidebar-group-tier-one #repository-nav-pull-requests aui-badge {
  margin-top: 4px;
}
.aui-sidebar:focus {
  outline: none;
}
.aui-sidebar .aui-nav > li > .aui-nav-item > .aui-icon,
.aui-sidebar-submenu .aui-nav > li > .aui-nav-item > .aui-icon {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-tier-one > .aui-nav > li > .aui-nav-item > .aui-icon,
.aui-sidebar-submenu[aria-expanded="false"] .aui-sidebar-group-tier-one > .aui-nav > li > .aui-nav-item > .aui-icon {
  vertical-align: middle;
  margin-bottom: 1px;
}
.aui-sidebar .aui-nav-heading,
.aui-sidebar-submenu .aui-nav-heading {
  padding-bottom: 5px;
}
.aui-sidebar .aui-navgroup-vertical .aui-nav > li > a.aui-nav-item,
.aui-sidebar-submenu .aui-navgroup-vertical .aui-nav > li > a.aui-nav-item,
.aui-sidebar .aui-navgroup-vertical .aui-nav > li > button.aui-nav-item,
.aui-sidebar-submenu .aui-navgroup-vertical .aui-nav > li > button.aui-nav-item {
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.aui-sidebar[aria-expanded="true"] .aui-navgroup-vertical .aui-nav > li.has-actions:hover .aui-nav-item,
.aui-sidebar-submenu[aria-expanded="true"] .aui-navgroup-vertical .aui-nav > li.has-actions:hover .aui-nav-item {
  padding-right: 48px;
}
.aui-sidebar .aui-sidebar-footer > .aui-sidebar-toggle > .aui-icon,
.aui-sidebar-submenu .aui-sidebar-footer > .aui-sidebar-toggle > .aui-icon {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-toggle.svg');
  background-size: 24px;
}
.aui-sidebar[aria-expanded="false"] .aui-avatar-xxxlarge .aui-avatar-inner {
  border-radius: 3px;
}
.aui-sidebar .project-repository-link .aui-nav-item svg {
  float: none;
  margin-left: 20px;
  margin-top: 4px;
  width: 16px;
  height: 16px;
}
.aui-sidebar .project-repository-link .aui-nav-item svg g {
  fill: #5E6C84;
}
[aria-expanded="true"] .aui-sidebar .project-repository-link .aui-nav-item svg {
  float: left;
  margin-left: 0;
  margin-right: 15px;
  margin-top: 2px;
}
.icon-create-pull-request {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-create-pull-request.svg');
}
.icon-fork {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-fork.svg');
}
.icon-forks {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-forks.svg');
}
.icon-clone {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-clone.svg');
}
.icon-source {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-source.svg');
}
.icon-commits {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-commits.svg');
}
.icon-branches {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-branches.svg');
}
.icon-pull-requests {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-pull-requests.svg');
}
.icon-settings {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-settings.svg');
}
.icon-show-actions {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-show-actions.svg');
}
.icon-create-branch {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-create-branch.svg');
}
.icon-add {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-add.svg');
}
.icon-import {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-import.svg');
}
.aui-sidebar-submenu-dialog {
  max-height: 100vh;
}
.aui-sidebar-submenu-dialog .aui-inline-dialog-contents {
  max-height: inherit;
  overflow-y: auto;
}
/**
 * @aui-override for AUI-2468
 */
.aui-sidebar .aui-sidebar-group:first-child .aui-nav-heading:first-child,
.aui-sidebar-submenu .aui-sidebar-group:first-child .aui-nav-heading:first-child {
  border-top: none;
}
.aui-sidebar-fly-out {
  z-index: 10;
}
.aui-sidebar.aui-sidebar-fly-out ~ .aui-page-panel {
  padding-left: 56px;
}
#content .aui-sidebar.aui-sidebar-fly-out + .aui-page-header {
  padding-left: 76px;
}
.aui-sidebar[aria-expanded='false'] .aui-sidebar-body {
  overflow-x: hidden;
}
.aui-sidebar .aui-nav > li > .aui-nav-item > .aui-icon.aui-icon-small:before {
  font-size: 16px;
  padding: 2px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:repository-layout', location = '/static/bitbucket/internal/layout/repository/repository.less' */
.aui-page-header-main .repository-badges {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 10px;
  list-style: none;
}
.aui-page-header-main .repository-badges .repository-badge {
  margin-left: 5px;
}
.aui-page-header-main .repository-badges .repository-badge:first-child {
  margin-left: 0;
}
.aui-page-header-main .repository-badges .repository-badge .badge {
  background-clip: padding-box;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  vertical-align: top;
}
.aui-page-header-main .repository-badges .repository-badge .badge.repository-read-only {
  background-image: url('/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:repository-layout/icons/icon-readonly-lock.png');
  background-color: #979797;
}
.aui-page-header-main .fork-origin {
  color: #5E6C84;
  white-space: nowrap;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: -21px;
  padding-left: 21px;
  vertical-align: text-bottom;
}
.aui-page-header-main .fork-origin a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #5E6C84;
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
}
.aui-page-header-main .fork-origin .aui-icon {
  margin-right: 10px;
  margin-left: -26px;
}
.aui-page-header-actions > li > a,
.aui-page-header-actions > li > span {
  margin-left: 5px;
}
.aui-page-header-actions > li > a,
.aui-page-header-actions > li > div,
.aui-page-header-actions > li > span {
  vertical-align: top;
}
.aui-page-header-actions .aui-button > .aui-icon {
  margin-right: 5px;
  color: #505F79;
  vertical-align: text-bottom;
}
.aui-button.repository-protocol {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#repo-clone-dialog .aui-inline-dialog-contents {
  padding: 0;
  width: 360px;
}
#repo-clone-dialog .clone-prompts p {
  padding: 15px;
}
#repo-clone-dialog .clone-url {
  padding: 15px;
}
#repo-clone-dialog .clone-url .aui-button,
#repo-clone-dialog .clone-url input {
  float: left;
  display: block;
}
#repo-clone-dialog .clone-url .aui-button {
  width: 60px;
}
#repo-clone-dialog .clone-url input {
  background-clip: padding-box;
  border-radius: 0 3.01px 3.01px 0;
  padding: 0 5px;
  border-left: none;
  max-width: none;
  width: 270px;
  height: 30px;
  font-size: 12px;
  font-family: monospace;
}
#repo-clone-dialog .clone-url .aui-dropdown2-trigger {
  width: 73px;
}
#repo-clone-dialog .clone-url .aui-dropdown2-trigger ~ input {
  width: 257px;
}
.repository-protocol[disabled],
.repository-protocol[disabled]:hover,
.repository-protocol[disabled]:focus,
.repository-protocol[disabled]:active,
.repository-protocol[aria-disabled="true"],
.repository-protocol[aria-disabled="true"]:hover,
.repository-protocol[aria-disabled="true"]:focus,
.repository-protocol[aria-disabled="true"]:active,
.repository-protocol[aria-disabled="true"][aria-pressed] {
  color: #172B4D;
  text-shadow: 0 1px 0 #fff;
}
#content > .aui-page-header .aui-page-header-actions {
  white-space: nowrap;
}
.aui-sidebar-section-tooltip .tipsy-inner {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 904px;
  text-align: left;
}
.aui-sidebar-section-tooltip .tipsy-inner b {
  color: #ccc;
  display: block;
  font-weight: normal;
}
.repository-breadcrumbs {
  display: flex;
  margin-bottom: 10px;
}
.repository-breadcrumbs li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  align-items: baseline;
  float: none;
  min-width: 2em;
}
.aui-sidebar[aria-expanded="true"] #clone-dialog-collapsed-trigger {
  position: relative;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-sourcetree-plugin:sourcetree-button-panel', location = '/static/button-panel/sourcetree-button-panel.less' */
.sourcetree-panel{background-color:#f4f5f7;background-image:url(/s/1436970315/02c9a7a/1/5.1.2/_/download/resources/com.atlassian.bitbucket.server.bitbucket-sourcetree-plugin:sourcetree-button-panel/button-panel/sourcetree-bg-nodes.svg),linear-gradient(to bottom, #f4f5f7, #ebecf0);background-position:right 10px;background-repeat:no-repeat,repeat-x;background-size:120px 137px,auto auto;border-top:1px solid #dfe1e6;box-sizing:border-box;min-height:158px;padding:15px;padding-right:130px}.sourcetree-panel .min-version{font-size:12px;color:#5e6c84;margin-top:10px}
/* module-key = 'com.atlassian.bitbucket.server.bitbucket-repository-shortcuts:repository-shortcuts-frontend', location = '/bitbucket-plugin-repository-shortcuts/internal/feature/repository-shortcuts/repository-shortcuts.less' */
.aui-sidebar[aria-expanded="false"] .add-shortcut-panel,
.aui-sidebar[aria-expanded="false"] .hidden-when-collapsed {
  display: none;
}
#add-shortcut-dialog {
  width: 310px;
}
#add-shortcut-dialog .repo-shortcut-form {
  margin: 0;
}
#add-shortcut-dialog .repo-shortcut-form .field-group .buttons-container {
  margin-top: 0;
}
#add-shortcut-dialog .aui-message.aui-message-error {
  font-size: 14px;
  margin-top: 10px;
  padding-right: 20px;
}
#add-shortcut-dialog .buttons > * {
  vertical-align: middle;
}
.repo-shortcut-formform.aui .text[data-aui-notification-field]:not([data-aui-notification-error]) {
  padding-right: 5px;
}
.repo-shortcut-formform.aui .text[data-aui-notification-field]:not([data-aui-notification-error]) + .aui-icon-notification {
  display: none;
}
.repo-shortcut-form .field-group {
  white-space: nowrap;
}
.aui-dialog2 .repo-shortcut-form input {
  max-width: 360px;
}
.icon-bamboo {
  background-image: url(/s/1436970315/02c9a7a/1/5.12.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-repository-shortcuts:repository-shortcuts-frontend/icons/icon-bamboo.svg);
}
.icon-bitbucket {
  background-image: url(/s/1436970315/02c9a7a/1/5.12.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-repository-shortcuts:repository-shortcuts-frontend/icons/icon-bitbucket.svg);
}
.icon-confluence {
  background-image: url(/s/1436970315/02c9a7a/1/5.12.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-repository-shortcuts:repository-shortcuts-frontend/icons/icon-confluence.svg);
}
.icon-hipchat {
  background-image: url(/s/1436970315/02c9a7a/1/5.12.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-repository-shortcuts:repository-shortcuts-frontend/icons/icon-hipchat.svg);
}
.icon-jira {
  background-image: url(/s/1436970315/02c9a7a/1/5.12.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-repository-shortcuts:repository-shortcuts-frontend/icons/icon-jira.svg);
}
.icon-link {
  background-image: url(/s/1436970315/02c9a7a/1/5.12.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-repository-shortcuts:repository-shortcuts-frontend/icons/icon-link.svg);
}
.icon-trello {
  background-image: url(/s/1436970315/02c9a7a/1/5.12.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-repository-shortcuts:repository-shortcuts-frontend/icons/icon-trello.svg);
}
.destructive-header .aui-dialog2-header,
.destructive-header .aui-dialog2-header > .aui-dialog2-header-main {
  background-color: #FF5630;
  color: #FFFFFF;
}
.repo-shortcut-dialog .aui-dialog2-content a,
.repo-shortcut-dialog .aui-dialog2-content strong {
  word-wrap: break-word;
}
.repo-shortcut-dialog .button-spinner {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-xcode:xcode-button-panel', location = '/static/button-panel/xcode-button-panel.less' */
.xcode-panel{background-color:#f4f5f7;background-image:linear-gradient(to bottom, #f4f5f7, #ebecf0);box-sizing:border-box;border-top:1px solid #dfe1e6;padding:15px 15px 30px}.sourcetree-panel+.xcode-panel{border-top:none;padding-top:0;background-image:linear-gradient(to top, #f4f5f7, #ebecf0)}.xcode-panel .min-version{font-size:12px;color:#5e6c84;margin-top:10px}
/* module-key = 'com.atlassian.bitbucket.server.bitbucket-contributing-guidelines:contributing-common', location = '/bitbucket/internal/model/contributing-guidelines/common.less' */
.loading .aui-dialog2-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* module-key = 'com.plugin.commitgraph.commitgraph:tab-resources', location = '/static/css/icon.css' */
.icon-commit-graph{background-image:url('/s/1436970315/02c9a7a/1/3.0.1/_/download/resources/com.plugin.commitgraph.commitgraph:tab-resources/icon-commit-graph.svg')}
/* module-key = 'com.bit-booster.bb.hooks:cf-vulns-resources', location = '/css/cf.css' */

.cf-vulns-icon {
    background-image: url('/s/1436970315/02c9a7a/1/2020.12.10/_/download/resources/com.bit-booster.bb.hooks:cf-vulns-resources/cf-vulns-icon.svg');
}
/* module-key = 'com.atlassian.plugins.atlassian-nav-links-plugin:rotp-projectshortcuts', location = 'projectshortcuts/projectshortcuts.css' */
.dialog-panel-body .projectshortcuts-heading{color:#707070;font-size:1em;font-weight:bold;margin:20px 0 0;text-transform:uppercase}.projectshortcut-links{color:#707070;list-style:none;margin:10px 0 0;padding:0}.projectshortcut-links>li{display:inline-block;margin-top:10px}.projectshortcut-links>li:after{content:"\2022";margin:0 10px}.projectshortcut-links>.last:after{content:normal;margin:0}.projectshortcuts-heading+.projectshortcut-links{margin-top:0}.projectshortcuts-loading{padding-bottom:48px;position:relative;text-align:center}.projectshortcuts-loading:after{bottom:0;content:url(data:image/gif;base64,R0lGODlhEAAQAMQAAP///+7u7t3d3bu7u6qqqpmZmYiIiHd3d2ZmZlVVVURERDMzMyIiIhEREQARAAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAQACwAAAAAEAAQAAAFdyAkQgGJJOWoQgIjBM8jkKsoPEzgyMGsCjPDw7ADpkQBxRDmSCRetpRA6Rj4kFBkgLC4IlUGhbNQIwXOYYWCXDufzYPDMaoKGBoKb886OjAKdgZAAgQkfCwzAgsDBAUCgl8jAQkHEAVkAoA1AgczlyIDczUDA2UhACH5BAUHABAALAAAAAAPABAAAAVjICSO0IGIATkqIiMKDaGKC8Q49jPMYsE0hQdrlABCGgvT45FKiRKQhWA0mPKGPAgBcTjsspBCAoH4gl+FmXNEUEBVAYHToJAVZK/XWoQQDAgBZioHaX8igigFKYYQVlkCjiMhACH5BAUHABAALAAAAAAQAA8AAAVgICSOUGGQqIiIChMESyo6CdQGdRqUENESI8FAdFgAFwqDISYwPB4CVSMnEhSej+FogNhtHyfRQFmIol5owmEta/fcKITB6y4choMBmk7yGgSAEAJ8JAVDgQFmKUCCZnwhACH5BAUHABAALAAAAAAQABAAAAViICSOYkGe4hFAiSImAwotB+si6Co2QxvjAYHIgBAqDoWCK2Bq6A40iA4yYMggNZKwGFgVCAQZotFwwJIF4QnxaC9IsZNgLtAJDKbraJCGzPVSIgEDXVNXA0JdgH6ChoCKKCEAIfkEBQcAEAAsAAAAABAADgAABUkgJI7QcZComIjPw6bs2kINLB5uW9Bo0gyQx8LkKgVHiccKVdyRlqjFSAApOKOtR810StVeU9RAmLqOxi0qRG3LptikAVQEh4UAACH5BAUHABAALAAAAAAQABAAAAVxICSO0DCQKBQQonGIh5AGB2sYkMHIqYAIN0EDRxoQZIaC6bAoMRSiwMAwCIwCggRkwRMJWKSAomBVCc5lUiGRUBjO6FSBwWggwijBooDCdiFfIlBRAlYBZQ0PWRANaSkED1oQYHgjDA8nM3kPfCmejiEAIfkEBQcAEAAsAAAAABAAEAAABWAgJI6QIJCoOIhFwabsSbiFAotGMEMKgZoB3cBUQIgURpFgmEI0EqjACYXwiYJBGAGBgGIDWsVicbiNEgSsGbKCIMCwA4IBCRgXt8bDACkvYQF6U1OADg8mDlaACQtwJCEAIfkEBQcAEAAsAAABABAADwAABV4gJEKCOAwiMa4Q2qIDwq4wiriBmItCCREHUsIwCgh2q8MiyEKODK7ZbHCoqqSjWGKI1d2kRp+RAWGyHg+DQUEmKliGx4HBKECIMwG61AgssAQPKA19EAxRKz4QCVIhACH5BAUHABAALAAAAAAQABAAAAVjICSOUBCQqHhCgiAOKyqcLVvEZOC2geGiK5NpQBAZCilgAYFMogo/J0lgqEpHgoO2+GIMUL6p4vFojhQNg8rxWLgYBQJCASkwEKLC17hYFJtRIwwBfRAJDk4ObwsidEkrWkkhACH5BAUHABAALAAAAQAQAA8AAAVcICSOUGAGAqmKpjis6vmuqSrUxQyPhDEEtpUOgmgYETCCcrB4OBWwQsGHEhQatVFhB/mNAojFVsQgBhgKpSHRTRxEhGwhoRg0CCXYAkKHHPZCZRAKUERZMAYGMCEAIfkEBQcAEAAsAAABABAADwAABV0gJI4kFJToGAilwKLCST6PUcrB8A70844CXenwILRkIoYyBRk4BQlHo3FIOQmvAEGBMpYSop/IgPBCFpCqIuEsIESHgkgoJxwQAjSzwb1DClwwgQhgAVVMIgVyKCEAIfkECQcAEAAsAAAAABAAEAAABWQgJI5kSQ6NYK7Dw6xr8hCw+ELC85hCIAq3Am0U6JUKjkHJNzIsFAqDqShQHRhY6bKqgvgGCZOSFDhAUiWCYQwJSxGHKqGAE/5EqIHBjOgyRQELCBB7EAQHfySDhGYQdDWGQyUhADs=);left:50%;margin-left:-8px;position:absolute}.aui-dialog #projectShortcutsContent{padding-left:11px}.project-shortcut-dialog-trigger{cursor:pointer;float:left;position:relative}.project-shortcut-dialog-trigger:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAJFBMVEX///////9dXV3W1tZ6enplZWXLy8utra3g4OD09PSOjo6EhISIeIDmAAAAAXRSTlMAQObYZgAAAGJJREFUeNplT9sOQCEIMsjs8v//e45aW1u8aMACJTDxY8pBRTXS/pFv1VYCTTV07WWjq3vQfAXoHois6hqTKHUJzJdBDp8GSWVsBw/Bi7CbMLyfZixPbBbLlCj2VH+Pe87/AEwfAnbLq1BrAAAAAElFTkSuQmCC) no-repeat 0 0;content:"";display:none;top:0;left:0;height:16px;width:16px;position:absolute}.project-shortcut-dialog-trigger:hover:after{display:block}.project-shortcut-helptip h3{font-size:19px;line-height:1.2106;margin-top:0}.project-dialog-header-wrapper .project-header{border-bottom:1px solid #CCC;padding:10px 0 14px 15px;background-color:#f2f2f2;margin:0;height:48px}.project-dialog-header-wrapper .project-header img{height:48px;width:48px;-webkit-border-radius:50%;border-radius:50%}#project-shortcuts-dialog .dialog-panel-body{padding-left:0;padding-right:0;padding-top:0}.project-dialog-header-wrapper h2.dialog-title{border-bottom:0;display:inline-block;vertical-align:top;padding-top:5px;min-width:50%;padding-right:0;padding-left:0;margin-right:18px;margin-left:18px;line-height:48px}.poject-dialog-header-wrapper{padding:20px}.project-dialog-header-wrapper .project-right-column{padding-left:10px}.project-dialog-header-wrapper .project-content-wrapper{padding:20px 60px 20px 85px;color:#333}.project-dialog-header-wrapper .project-heading{background-color:#f2f2f2;padding-top:15px;padding-left:10px;padding-bottom:25px;padding-right:60px}.projectshortcuts-description{padding-top:20px;max-height:72px;overflow:hidden}
/* module-key = 'com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu', location = 'appswitcher/appswitcher.css' */
.nav-link-label,.nav-link-description{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-links .nav-link-description{color:#707070}.nav-links .nav-link-edit{color:#3b73af}.nav-links .active>.nav-link-label,.nav-links .active>.nav-link-description,.nav-links .active>.nav-link-edit{color:inherit}.nav-links .nav-link-edit-wrapper{padding-left:10px!important}#app-switcher{z-index:12000}.app-switcher-trigger.aui-dropdown2-trigger,.app-switcher-trigger.sidebar-trigger{background:transparent;border:0;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:pointer;float:left;height:40px;width:36px}.app-switcher-trigger.aui-dropdown2-trigger:after{content:normal!important}.app-switcher-trigger>.aui-icon{filter:alpha(opacity=80);opacity:.8}.app-switcher-trigger:hover>.aui-icon,.app-switcher-trigger:active>.aui-icon,.app-switcher-trigger:focus>.aui-icon,.app-switcher-trigger.active>.aui-icon{filter:alpha(opacity=100);opacity:1}.app-switcher-loading{background:no-repeat 10px 50%;background-image:url(data:image/gif;base64,R0lGODlhEAAQAPMPALu7u5mZmTMzM93d3REREQAAAHd3d1VVVWZmZqqqqoiIiO7u7kRERCIiIgARAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAPACwAAAAAEAAQAEAEcPDJtyg6dUrFetDTIopMoSyFcxxD1krD8AwCkASDIlPaUDQLR6G1Cy0SgqIkE1IQGMrFAKCcGWSBzwPAnAwarcKQ15MpTMJYd1ZyUDXSDGelBY0qIoBh/ZoYGgELCjoxCRRvIQcGD1kzgSAgAACQDxEAIfkEBQcADwAsAAAAAA8AEAAABF3wyfkMkotOJpscRKJJwtI4Q1MAoxQ0RFBw0xEvhGAVRZZJh4JgMAEQW7TWI4EwGFjKR+CAQECjn8DoN0kwDtvBT8FILAKJgfoo1iAGAPNVY9DGJXNMIHN/HJVqIxEAIfkEBQcADwAsAAAAABAADwAABFrwyfmColgiydpaQiY5x9Ith7hURdIl0wBIhpCAjKIIxaAUPQ0hFQsAC7MJALFSFi4SgC4wyHyuCYNWxH3AuhSEotkNGAALAPqqkigG8MWAjAnM4A8594vPUyIAIfkEBQcADwAsAAAAABAAEAAABF3wySkDvdKsddg+APYIWrcg2DIRQAcU6DJICjIsjBEETLEEBYLqYSDdJoCGiHgZwG4LQCCRECEIBAdoF5hdEIWwgBJqDs7DgcKyRHZl3uUwuhm2AbNNW+LV7yd+FxEAIfkEBQcACAAsAAAAABAADgAABEYQyYmMoVgeWQrP3NYhBCgZBdAFRUkdBIAUguVVo1ZsWFcEGB5GMBkEjiCBL2a5ZAi+m2SAURExwKqPiuCafBkvBSCcmiYRACH5BAUHAA4ALAAAAAAQABAAAARs0MnpAKDYrbSWMp0xZIvBKYrXjNmADOhAKBiQDF5gGcICNAyJTwFYTBaDQ0HAkgwSmAUj0OkMrkZM4HBgKK7YTKDRICAo2clAEIheKc9CISjEVTuEQrJASGcSBQcSUFEUDQUXJBgDBW0Zj34RACH5BAUHAA8ALAAAAAAQABAAAARf8Mn5xqBYgrVC4EEmBcOSfAEjSopJMglmcQlgBYjE5NJgZwjCAbO4YBAJjpIjSiAQh5ayyRAIDKvJIbnIagoFRFdkQDQKC0RBsCIUFAWsT7RwG410R8HiiK0WBwJjFBEAIfkEBQcADgAsAQABAA8ADwAABFrQybEWADXJLUHHAMJxIDAgnrOo2+AOibEMh1LN62gIxphzitRoCDAYNcNN6FBLShao4WzwHDQKvVGhoFAwGgtFgQHENhoB7nCwHRAIC0EyUcC8Zw1ha3NIRgAAIfkEBQcADwAsAAAAABAAEAAABGDwyfnWoljaNYYFV+Zx3hCEGEcuypBtMJBISpClAWLfWODymIFiCJwMDMiZBNAAYFqUAaNQ2E0YBIXGURAMCo1AAsFYBBoIScBJEwgSVcmP0li4FwcHz+FpCCQMPCFINxEAIfkEBQcADgAsAAABABAADwAABFzQyemWXYNqaSXY2vVtw3UNmROM4JQowKKlFOsgRI6ASQ8IhSADFAjAMIMAgSYJtByxyQIhcEoaBcSiwegpDgvAwSBJ0AIHBoCQqIAEi/TCIAABGhLG8MbcKBQgEQAh+QQFBwAPACwAAAEAEAAPAAAEXfDJSd+qeK5RB8fDRRWFspyotAAfQBbfNLCVUSSdKDV89gDAwcFBIBgywMRnkWBgcJUDKSZRIKAPQcGwYByAAYTEEJAAJIGbATEQ+B4ExmK9CDhBd8ThdHw/AmUYEQAh+QQFBwAPACwAAAEADwAPAAAEXvBJQIa8+ILSspdHkXxS9wxF4Q3L2aTBeC0sFjhAtuyLIjAMhYc2GBgaSKGuyNoBDp7czFAgeBIKwC6kWCAMxUSAFjtNCAAFGGF5tCQLAaJnWCTqHoREvQuQJAkyGBEAOw==);line-height:16px;padding:5px 10px 5px 31px}.app-switcher-error{line-height:16px;padding:5px 10px;white-space:nowrap}.app-switcher-retry{color:#3b73af;cursor:pointer}.app-switcher-retry:hover{text-decoration:underline}.app-switcher-sidebar{display:none;position:fixed;top:0;bottom:0;left:0;background-color:#393939;width:205px;padding:10px 20px;-moz-box-shadow:2px 0 3px #111;-webkit-box-shadow:2px 0 3px #111;box-shadow:2px 0 3px #111}.app-switcher-sidebar .aui-nav-heading,.aui-theme-bamboo .app-switcher-sidebar .aui-nav-heading{font-size:12px;line-height:1.66;text-transform:uppercase;color:#ccc;margin-top:0}.app-switcher-sidebar ul,.app-switcher-sidebar li{list-style:none;margin:0;padding:0}.app-switcher-sidebar li a{display:block;line-height:20px;overflow:hidden;padding:5px 10px;text-overflow:ellipsis;white-space:nowrap;color:#3b73af}#app-switcher.app-switcher-sidebar .nav-link a .nav-link-label{color:#aaa}.app-switcher-sidebar li a:hover{text-decoration:none}.sidebar-customize-section.aui-dropdown2{z-index:12001}.app-switcher-sidebar .aui-dropdown2-trigger{display:inline-block;margin-top:7px;float:right}.sidebar-project-name{display:table-cell;vertical-align:middle;padding:0 10px;color:#ccc;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;text-overflow:ellipsis;overflow:hidden;color:#e6e6e6}.app-switcher-sidebar a.aui-dropdown2-trigger{color:#ccc}.app-switcher-section{margin-top:10px}.app-switcher-title{margin-bottom:2px}.sidebar-trigger.sidebar-open{background-color:#296ca3;color:#fff}.aui-navgroup .app-switcher-applications .aui-nav-heading{border-top:0}.app-switcher-open .app-switcher-sidebar{display:block}.app-switcher-open .sidebar-trigger{background-color:#3872b1}.app-switcher-sidebar .app-switcher-error{color:#aaa;white-space:normal}
/* module-key = 'com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu', location = 'appswitcher/appswitcherdiscovery.css' */
.app-discovery-suggestion-app .suggestion-apps{padding-left:20px;margin-top:10px}.app-discovery-suggestion-app .active{background-color:#fff}.app-discovery-suggestion-app:hover{background-color:#3b73af}.app-discovery-suggestion-app:hover .app-discovery-small{color:#fff}.app-discovery-apps{border-top:1px solid solid #ccc}.app-discovery-small{color:#707070;font-size:12px;line-height:1.33333333333333;padding-left:10px;margin-top:5px;padding-right:10px}.app-discovery-suggestion-app:hover .app-discovery-suggest-title small{color:#fff}.app-discovery-suggest-title{padding-right:20px;padding-left:10px;padding-top:3px}.app-discovery-suggest-apps-buttons{padding:10px}.app-discovery-link{padding-left:31px!important}.app-discovery-bamboo-product-icon{background-image:url(/s/1436970315/02c9a7a/1/4.3.6/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/bamboo.png);background-size:120px 40px;height:40px}.app-discovery-suggestion-app:hover .app-discovery-bamboo-product-icon{background-image:url(/s/1436970315/02c9a7a/1/4.3.6/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/bamboo_hover.png)}.app-discovery-jira-product-icon{background-image:url(/s/1436970315/02c9a7a/1/4.3.6/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/jira.png);background-size:80px 40px;height:40px}.app-discovery-suggestion-app:hover .app-discovery-jira-product-icon{background-image:url(/s/1436970315/02c9a7a/1/4.3.6/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/jira_hover.png)}.app-discovery-confluence-product-icon{background-image:url(/s/1436970315/02c9a7a/1/4.3.6/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/confluence.png);background-size:140px 40px;height:40px}.app-discovery-suggestion-app:hover .app-discovery-confluence-product-icon{background-image:url(/s/1436970315/02c9a7a/1/4.3.6/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/confluence_hover.png)}.close-button-alignment{margin-top:20px;padding:4px 10px}.appswitcher-tooltips .tipsy-arrow{top:30%;border-width:5px}.appswitcher-tooltips .tipsy-inner{max-width:400px;width:220px}#arrow-app-switcher-tooltip.aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow:after,#arrow-app-switcher-tooltip.arrow.aui-css-arrow.aui-left-arrow:after,#arrow-app-switcher-tooltip.aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow:before,#arrow-app-switcher-tooltip.arrow.aui-css-arrow.aui-left-arrow:before{border-width:8px 8px 8px 0;border-color:transparent #ccc}#arrow-app-switcher-tooltip.aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow:after,#arrow-app-switcher-tooltip.arrow.aui-css-arrow.aui-left-arrow:after{border-color:transparent #fff transparent transparent;top:0;right:0}
/* module-key = 'com.infusion.stash.stash-all-pull-requests:general-pull-request-overview', location = '/css/stash-all-pull-requests.css' */
.mergeStatusHeader{font-weight:bold;color:black}.mergeStatusOk{font-weight:bold;color:green;background-image:url("/s/1436970315/02c9a7a/1/1.8/_/download/resources/com.infusion.stash.stash-all-pull-requests:general-pull-request-overview/images/green_tick.png")}.pullRequestMergeStatusImage{width:25px}.pullRequestStatusBox{background-size:20px;min-height:20px;width:20px;float:left;margin:4px}.cross{background-image:url("/s/1436970315/02c9a7a/1/1.8/_/download/resources/com.infusion.stash.stash-all-pull-requests:general-pull-request-overview/images/cross_16.png")}.user-minus{background-image:url("/s/1436970315/02c9a7a/1/1.8/_/download/resources/com.infusion.stash.stash-all-pull-requests:general-pull-request-overview/images/user-minus_16.png")}.users{background-image:url("/s/1436970315/02c9a7a/1/1.8/_/download/resources/com.infusion.stash.stash-all-pull-requests:general-pull-request-overview/images/users_16.png")}.wrench{background-image:url("/s/1436970315/02c9a7a/1/1.8/_/download/resources/com.infusion.stash.stash-all-pull-requests:general-pull-request-overview/images/wrench_16.png")}.github{background-image:url("/s/1436970315/02c9a7a/1/1.8/_/download/resources/com.infusion.stash.stash-all-pull-requests:general-pull-request-overview/images/github2_16.png")}.paste{background-image:url("/s/1436970315/02c9a7a/1/1.8/_/download/resources/com.infusion.stash.stash-all-pull-requests:general-pull-request-overview/images/paste_16.png")}
/* module-key = 'be.contribute.atlassian.stash-tagging-support:create-tag-resources', location = 'css/create-tag.css' */
.changeset-message-box{margin:10px;font-style:italic;text-indent:hanging}.tag-changeset-box{margin-left:5%;margin-right:5%;background-color:#f5f5f5;padding:10px;margin-bottom:20px}
/* module-key = 'be.contribute.atlassian.stash-tagging-support:create-tag-resources', location = '/css/BranchArchiver.css' */
.icon-devtools-tag{background-image:url('/s/1436970315/02c9a7a/1/1.5.7/_/download/resources/be.contribute.atlassian.stash-tagging-support:create-tag-resources/tag-icon.svg')}
/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:repository-search-results', location = '/static/bitbucket/internal/feature/repository/search-results/search-results.less' */
.repository-list-container h4 {
  margin: 10px 0;
}
.repository-list-container h4.title {
  text-transform: uppercase;
  font-size: 12px;
  color: #6B778C;
  margin-top: 0;
}
.repository-list-container h4.results {
  font-weight: normal;
  font-size: 14px;
  color: #5E6C84;
  margin-top: 0;
}
.repository-list-container h4.results strong {
  color: #172B4D;
}
.repository-list-container .search-results-container {
  list-style: none;
  margin: 0;
  padding: 0;
}
.repository-list-container .search-results-container .search-results-item.focused {
  border-left-color: #0065FF;
  background: #F4F5F7;
}
.repository-list-container .search-results-container .search-results-item .aui-avatar {
  margin-right: 5px;
}
.repository-list-container .search-results-container .search-results-item a {
  padding: 5px 0 5px 10px;
  display: flex;
  align-items: center;
  color: #172B4D;
}
.repository-list-container .search-results-container .search-results-item a:focus,
.repository-list-container .search-results-container .search-results-item a:hover {
  background-color: #F4F5F7;
  text-decoration: none;
  color: #172B4D;
}
.repository-list-container .search-results-container .search-results-item a:active {
  background-color: #DEEBFF;
}
.repository-list-container .search-results-container .search-results-item a > .item-wrapper {
  display: block;
  width: calc(100% - (32px + 10px));
}
.repository-list-container .search-results-container .search-results-item a > .item-wrapper > .item-name {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.repository-list-container .search-results-container .search-results-item a > .item-wrapper > .item-description {
  font-size: 12px;
  color: #5E6C84;
  margin-top: -2px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.repository-list-container .search-results-container .search-results-item .term-highlight {
  font-weight: bold;
  background: none;
  color: inherit;
}
.repository-list-container + .load-more-button {
  width: 100%;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:repository-item', location = '/static/bitbucket/internal/feature/repository/repository-item/repository-item.less' */
.repository-item .aui-avatar {
  margin-right: 5px;
  vertical-align: middle;
}
.repository-item .aui-avatar,
.repository-item .repository-separator {
  flex: none;
}
.repository-item .project-name,
.repository-item .name {
  flex: 0 1 auto;
  max-width: 150px;
}
.repository-item .project-name {
  min-width: 20px;
}
.repository-item .project-name {
  color: #5E6C84;
  margin-right: 5px;
}
.repository-item .separator {
  color: #5E6C84;
  margin-right: 8px;
  /** extra right padding to balance any space on left caused by ellipses */
}
.repository-item:hover .project-name,
.repository-item:hover .separator {
  color: #FFFFFF;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:repository-menu-items', location = '/static/bitbucket/internal/feature/repository/menu-items/repository-menu-items.less' */
.repository-menu-item {
  /** for the loading and the error messages displayed in the menu */
  /** -- Spacing and colouring -- */
}
.repository-menu-item > span {
  padding: 7px 8px 6px;
  display: block;
}
.repository-menu-item > a > span {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.repository-menu-item .active .project-name,
.repository-menu-item .active .separator {
  color: #FFFFFF;
}
.repository-menu-item mark {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:recent-repositories-menu-resources', location = '/static/bitbucket/internal/layout/base/menu/repositories/recent.less' */
.bitbucket-theme .recent-repositories-menu {
  max-width: 421px;
  min-width: 320px;
}
.bitbucket-theme .recent-repositories-menu li {
  margin-bottom: 0;
}
.bitbucket-theme .recent-repositories-menu .public-repo-list-link-section {
  margin: 0 10px;
}
.bitbucket-theme .recent-repositories-menu .public-repo-list-link-section > ul {
  margin: 0 -10px;
}
.bitbucket-theme .recent-repositories-menu .public-repo-list-link-section .public-repos-link.icon-repository,
.bitbucket-theme .recent-repositories-menu .public-repo-list-link-section .public-repos-link.icon-repository:hover {
  display: flex;
  background-repeat: no-repeat;
  background-position: 15px 8px;
  padding: 10px;
  padding-left: 46.5px;
  color: #172B4D;
}
.bitbucket-theme .recent-repositories-menu.aui-dropdown2 .aui-dropdown2-heading {
  padding-top: 10px;
}
.bitbucket-theme .recent-repositories-menu.aui-dropdown2 ul.repository-list li a {
  color: #172B4D;
}
.bitbucket-theme .recent-repositories-menu.aui-dropdown2 ul.repository-list li a:focus,
.bitbucket-theme .recent-repositories-menu.aui-dropdown2 ul.repository-list li a:hover {
  background-color: #F4F5F7;
  color: #172B4D;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:alerts-dialog', location = '/static/bitbucket/internal/feature/alerts/alerts.less' */
#alerts-trigger.alerts-menu.error {
  background-color: #FF5630;
}
#alerts-trigger.alerts-menu.warning {
  background-color: #FFAB00;
}
#alerts-trigger.alerts-menu .alerts-count {
  margin-left: 5px;
}
.alerts-empty {
  text-align: center;
}
.alerts-empty p {
  color: #5E6C84;
}
.alerts-empty .empty-img {
  background-size: 250px 250px;
  background: url(/s/1436970315/02c9a7a/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:alerts-dialog/images/empty-state.svg) no-repeat center;
  height: 250px;
  opacity: 0.5;
}
#alerts-content {
  width: 400px;
}
.bitbucket-alerts {
  max-height: inherit;
  overflow-y: auto;
}
.bitbucket-alerts .alerts-list {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}
.bitbucket-alerts .alerts-list .aui-message {
  max-width: 340px;
  border: 0;
  margin: 0;
  padding-top: 0;
  padding-left: 40px;
}
.bitbucket-alerts .alerts-list .aui-message p {
  margin: 0;
}
.bitbucket-alerts .alerts-list .aui-message.closeable .icon-close {
  top: 0;
}
.bitbucket-alerts .alerts-list .aui-message:before {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.bitbucket-alerts .alerts-list .aui-message:after {
  margin-top: 0;
  top: 7px;
  left: 7px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:inbox-dialog', location = '/static/bitbucket/internal/feature/inbox/inbox.less' */
#inbox-trigger {
  position: relative;
}
#inbox-trigger aui-badge {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  background-color: #DE350B;
  color: #FFFFFF;
  padding: 3px 2px 2px 2px;
  position: absolute;
  right: 3px;
  top: 4px;
}
#inbox-trigger aui-badge.visible {
  opacity: 1;
}
#inline-dialog-inbox-pull-requests-content .loading-resource-spinner {
  padding: 120px;
}
#inline-dialog-inbox-pull-requests-content .inbox-spinner-padding {
  display: none;
}
#inline-dialog-inbox-pull-requests-content .aui-inline-dialog-contents {
  padding: 0;
  min-height: 240px;
}
#inline-dialog-inbox-pull-requests-content .aui-inline-dialog-contents #inbox-wapper h2 {
  padding: 10px 20px;
  border-bottom: 0;
}
#inline-dialog-inbox-pull-requests-content .spinner {
  margin: auto;
  top: 50%;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:commit-preview', location = '/static/bitbucket/internal/widget/commit-preview/commit-preview.less' */
.commit-preview-tipsy .tipsy-inner {
  white-space: pre-wrap;
  text-align: left;
  max-width: 80em;
  font-family: monospace;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-bbui-components:avatars', location = '/static/bitbucket/internal/bbui/avatars/avatars.less' */
.avatar-with-name .aui-avatar {
  margin-right: 10px;
}
.avatar-with-name .aui-avatar.aui-avatar-xsmall {
  margin-right: 5px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-bbui-components:bb-panel', location = '/static/bitbucket/internal/bbui/bb-panel/bb-panel.less' */
bb-panel {
  left: 0;
  position: absolute;
  top: 0;
}
bb-panel:not([resolved]) {
  display: none;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-search:quick-search-client-resources', location = '/bitbucket-plugin-search/internal/feature/quick-search/quick-search.less' */
.quick-search-trigger #quick-search {
  width: 320px;
}
.quick-search-trigger #quick-search + .bb-spinner {
  position: absolute;
  right: 16px;
  top: 20px;
  width: 16px;
  color: #FFFFFF;
}
.aui-quicksearch.loading:after {
  content: '';
}
#quick-search-dialog {
  background-color: #FFFFFF;
  border: 1px solid #DFE1E6;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 320px;
}
#quick-search-dialog .quick-search-results .section-title {
  text-transform: uppercase;
  font-size: 12px;
  color: #5E6C84;
  font-weight: bold;
}
#quick-search-dialog .quick-search-results .repository-heading {
  padding: 10px;
  padding-bottom: 5px;
  margin: 0;
  position: relative;
}
#quick-search-dialog .quick-search-results .repository-heading aui-badge {
  position: absolute;
  top: 10px;
  right: 10px;
}
#quick-search-dialog .quick-search-results .code a,
#quick-search-dialog .quick-search-results .count a {
  color: #172B4D;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
}
#quick-search-dialog .quick-search-results .code:hover,
#quick-search-dialog .quick-search-results .count:hover {
  background-color: #F4F5F7;
}
#quick-search-dialog .quick-search-results .code.focused,
#quick-search-dialog .quick-search-results .count.focused {
  background: #F4F5F7;
}
#quick-search-dialog .quick-search-results .count {
  margin-bottom: 0;
}
#quick-search-dialog .quick-search-results .count a {
  padding: 10px;
}
#quick-search-dialog .quick-search-results .count .aui-icon {
  width: 32px;
  height: 24px;
  background-position: center;
  margin-right: 5px;
}
#quick-search-dialog .quick-search-results .count:before {
  content: '';
  height: 0;
  width: 300px;
  display: block;
  margin: 0 10px;
  border-top: 1px solid #DFE1E6;
}
#quick-search-dialog .quick-search-results .code:after {
  clear: both;
  content: ' ';
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
}
#quick-search-dialog .quick-search-results .code .context {
  padding-bottom: 10px;
  position: relative;
}
#quick-search-dialog .quick-search-results .code .context .aui-avatar {
  margin-right: 10px;
  vertical-align: middle;
}
#quick-search-dialog .quick-search-results .code .context .aui-button {
  position: absolute;
  right: 10px;
  top: 14px;
}
#quick-search-dialog .quick-search-results .code .aui-iconfont-search {
  color: #7A869A;
  margin: 0 15px 0 5px;
  width: 16px;
  align-self: center;
}
#quick-search-dialog .quick-search-results .code .code-search-hint {
  display: flex;
  width: 100%;
}
#quick-search-dialog .quick-search-results .code .code-search-hint .aui-icon {
  flex: 0 0 auto;
}
#quick-search-dialog .quick-search-results .code .code-search-hint-text {
  display: flex;
  width: calc(100% - 29px);
}
#quick-search-dialog .quick-search-results .code .code-search-hint-text :not(.terms) {
  flex: 0 0 auto;
}
#quick-search-dialog .quick-search-results .code .code-search-hint-text .terms {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#quick-search-dialog .quick-search-results .code .context.hidden + .code-search-hint {
  padding-top: 10px;
}
#quick-search-dialog .quick-search-results .code .terms {
  font-weight: bold;
}
#quick-search-dialog .quick-search-results .repository {
  margin-bottom: 0;
}
#quick-search-dialog .quick-search-results .repository strong {
  font-weight: normal;
}
#quick-search-dialog .quick-search-error .content {
  padding: 20px;
  min-height: 48px;
}
#quick-search-dialog .quick-search-error .content .warning-icon {
  width: 48px;
  height: 48px;
  background: url(/s/1436970315/02c9a7a/1/5.12.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-search:quick-search-client-resources/images/search-warning.svg) center no-repeat;
  float: left;
}
#quick-search-dialog .quick-search-error .content .warning-icon:after {
  clear: both;
}
#quick-search-dialog .quick-search-error .content .error-text {
  margin-top: 4px;
  padding-left: 10px;
}
#quick-search-dialog .quick-search-error .content .error-text .error-text-primary {
  font-weight: bold;
  color: #172B4D;
}
#quick-search-dialog .quick-search-error .content .error-text .error-text-secondary {
  color: #5E6C84;
}
#quick-search-dialog .quick-search-error .content .error-text .error-text-primary,
#quick-search-dialog .quick-search-error .content .error-text .error-text-secondary {
  margin-left: 48px;
}
#quick-search-dialog .quick-search-error .footer {
  display: none;
  background-color: #F4F5F7;
  padding: 10px;
  font-size: 12px;
  color: #5E6C84;
}

/*# sourceMappingURL=/download/contextbatch/css/bitbucket.page.repository.commit,bitbucket.feature.files.fileHandlers,bitbucket.layout.repository,atl.general,bitbucket.layout.base,bitbucket.layout.entity,-_super/batch.css.map?_statichash=31c7d8b0b859c9af8cc3015da728c700-CDN%2F1436970315%2F02c9a7a%2F1%2F76c8181e1731b2df22b75bf9025ead78&isJiraLinked=true */