/* 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: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: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:avatar', location = '/static/bitbucket/internal/widget/avatar/avatar.less' */
.key-avatar {
  margin-right: 10px;
  background: transparent url(/s/-1402476292/d992e9c/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/-1402476292/d992e9c/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/-1402476292/d992e9c/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/-1402476292/d992e9c/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/-1402476292/d992e9c/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/-1402476292/d992e9c/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 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/-1402476292/d992e9c/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/-1402476292/d992e9c/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: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/-1402476292/d992e9c/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-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-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: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: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: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: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/-1402476292/d992e9c/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/-1402476292/d992e9c/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/-1402476292/d992e9c/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/-1402476292/d992e9c/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;
  }
}
.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/-1402476292/d992e9c/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 > .aui-buttons,
.file-toolbar > .secondary > .aui-buttons {
  margin-left: 5px;
}
.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/-1402476292/d992e9c/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: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-web:commit-message-editor', location = '/static/bitbucket/internal/widget/commit-message-editor/commit-message-editor.less' */
.cm-s-commit-message {
  background-clip: padding-box;
  border-radius: 3px;
  border: 1px solid #DFE1E6;
  font-family: Arial, FreeSans, Helvetica, sans-serif;
}
.cm-s-commit-message .CodeMirror-code > .CodeMirror-line:first-child {
  font-weight: bold;
  font-size: 16px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:in-browser-edit', location = '/static/bitbucket/internal/feature/file-content/edit/commit-dialog/commit-dialog.less' */
#commit-dialog textarea,
#commit-dialog input[type=text],
#commit-dialog .CodeMirror {
  max-width: 400px;
}
#commit-dialog .pull-request-fields {
  display: none;
}
#commit-dialog .button-spinner {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  top: -5px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:in-browser-edit', location = '/static/bitbucket/internal/feature/file-content/edit/edit.less' */
body.edit-mode {
  overflow: hidden;
}
body.edit-mode #stp-licenseStatus-banner,
body.edit-mode #header > .notifications {
  display: none;
}
body.edit-mode #content,
body.edit-mode #footer {
  visibility: hidden;
}
body.edit-mode #file-content {
  position: fixed;
  top: 41px;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: visible;
  border-radius: 0;
  border-top: none;
  border-bottom: none;
}
body.edit-mode #file-content .content-view {
  height: calc(100vh - 2 * 51px - 41px);
}
body.edit-mode .file-toolbar:not(.edit-toolbar) {
  display: none;
}
body.edit-mode .edit-header .primary {
  display: flex;
  line-height: 30px;
  white-space: pre;
}
body.edit-mode .edit-header .breadcrumbs {
  display: inline-flex;
  flex: 0 100000 auto;
  margin-left: 5px;
  white-space: pre;
  overflow: hidden;
}
body.edit-mode .edit-header .breadcrumbs .file-path {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex: 1 100000 auto;
}
body.edit-mode .edit-header .aui-iconfont-edit-small {
  color: #505F79;
  margin-top: 7px;
}
body.edit-mode .edit-header .ref-lozenge {
  background-color: #FFFFFF;
  display: inline-flex;
  flex: 0 100000 auto;
  margin-top: 2px;
}
body.edit-mode .edit-footer {
  border: none;
  border-radius: 0;
  border-top: 1px solid #DFE1E6;
}
body.edit-mode .edit-footer .primary:after {
  clear: both;
  content: ' ';
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
}
.breadcrumb-tipsy {
  margin-top: -5px;
}
.breadcrumb-tipsy > .tipsy-inner {
  max-width: 500px;
}
#file-content .reload-spinner.spinner {
  height: 50px;
  margin: 50px 0;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:source-view', location = '/static/bitbucket/internal/feature/file-content/source-view/source-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 */
.source-view.text-view .line .line-number,
.source-view.text-view .line .CodeMirror-linenumber {
  box-sizing: border-box;
  transition: border-color 0.2s, background-color 0.2s;
  background-color: #FFFFFF;
  border: solid #DFE1E6;
  border-width: 0 1px 0 0;
  display: inline-block;
  font-family: monospace;
  line-height: 17px;
  padding: 0 5px;
  text-align: right;
  text-decoration: none;
  /* Target lines and hovers are only in source view and do not affect diff view */
}
.source-view.text-view .line .line-number:hover,
.source-view.text-view .line .CodeMirror-linenumber:hover {
  background-color: #EEE;
  border-right-color: #326CA6;
}
.source-view.text-view .line .line-number.target,
.source-view.text-view .line .CodeMirror-linenumber.target {
  background: #0065FF;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.source-view.text-view .line-number {
  width: 56px;
}
.source-view.text-view.capacity-reached .CodeMirror-sizer {
  padding-bottom: 0;
}
.source-view.text-view .capacity-reached-message {
  line-height: inherit;
  background-color: #ddd;
  padding-bottom: 36px;
}
.source-view.text-view .capacity-reached-message > .aui-message {
  margin: 10px 10px 0;
}
.source-view.text-view.editing .CodeMirror {
  height: 100%!important;
}
.source-view.text-view.editing .CodeMirror .CodeMirror-cursor {
  display: block;
}
.source-view.text-view.editing .CodeMirror .CodeMirror-gutter.line-number {
  width: 0;
}
.source-view.text-view.editing .CodeMirror .CodeMirror-linenumber {
  box-sizing: content-box;
  color: #0065FF;
  white-space: nowrap;
  width: 44px;
  padding: 0 5px;
  border-right: 1px solid #DFE1E6;
  font-family: monospace;
}
.source-view.text-view.editing .CodeMirror .CodeMirror-scroll {
  overflow-y: scroll !important;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:source-page', location = '/static/bitbucket/internal/page/source/source.less' */
.file-content {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #DFE1E6;
}
.file-content > .file-toolbar {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom: 1px solid #DFE1E6;
  padding-left: 20px;
  padding-right: 20px;
}

/* 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/-1402476292/d992e9c/1/5.16.6/_/download/resources/com.atlassian.bitbucket.server.bitbucket-git-lfs:file-handlers/file-missing.svg')}
/* module-key = 'com.atlassian.bitbucket.server.bitbucket-branch:branch-copy', location = '/bitbucket-plugin-branch/internal/feature/branch/branch-copy/feature/branch-copy.less' */
section.aui-dialog2 .aui-dialog2-content {
  min-height: 0;
}

/* 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/-1402476292/d992e9c/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/-1402476292/d992e9c/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/-1402476292/d992e9c/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 .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 #content table.aui > tbody > tr:hover,
.bitbucket-theme .aui-dialog2 table.aui > tbody > tr:hover {
  background-color: #EBECF0;
}
.bitbucket-theme #content table.aui > tbody > tr,
.bitbucket-theme .aui-dialog2 table.aui > tbody > tr,
.bitbucket-theme #content table.aui > tfoot > tr,
.bitbucket-theme .aui-dialog2 table.aui > tfoot > tr {
  border-color: #DFE1E6;
}
.bitbucket-theme #content table.aui td.empty-field,
.bitbucket-theme .aui-dialog2 table.aui td.empty-field {
  color: #7A869A;
}
.bitbucket-theme #content table.aui > thead,
.bitbucket-theme .aui-dialog2 table.aui > thead {
  border-bottom: 2px solid #EBECF0;
  color: #7A869A;
}
.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:icons', location = '/static/bitbucket/internal/images/icons/icons.less' */
.icon-repository {
  background-image: url('/s/-1402476292/d992e9c/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:icons/icons/icon-repository.svg');
}
.icon-search {
  background-image: url('/s/-1402476292/d992e9c/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:icons/icons/icon-search.svg');
}

/* 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/-1402476292/d992e9c/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/-1402476292/d992e9c/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-create-pull-request.svg');
}
.icon-fork {
  background-image: url('/s/-1402476292/d992e9c/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-fork.svg');
}
.icon-forks {
  background-image: url('/s/-1402476292/d992e9c/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-forks.svg');
}
.icon-clone {
  background-image: url('/s/-1402476292/d992e9c/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-clone.svg');
}
.icon-source {
  background-image: url('/s/-1402476292/d992e9c/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-source.svg');
}
.icon-commits {
  background-image: url('/s/-1402476292/d992e9c/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-commits.svg');
}
.icon-branches {
  background-image: url('/s/-1402476292/d992e9c/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-branches.svg');
}
.icon-pull-requests {
  background-image: url('/s/-1402476292/d992e9c/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-pull-requests.svg');
}
.icon-settings {
  background-image: url('/s/-1402476292/d992e9c/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-settings.svg');
}
.icon-show-actions {
  background-image: url('/s/-1402476292/d992e9c/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-show-actions.svg');
}
.icon-create-branch {
  background-image: url('/s/-1402476292/d992e9c/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-create-branch.svg');
}
.icon-add {
  background-image: url('/s/-1402476292/d992e9c/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:sidebar/icons/icon-add.svg');
}
.icon-import {
  background-image: url('/s/-1402476292/d992e9c/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/-1402476292/d992e9c/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-web:searchable-selector', location = '/static/bitbucket/internal/widget/searchable-selector/searchable-selector.less' */
.searchable-selector-trigger {
  padding-right: 23px;
  position: relative;
  max-width: 256px;
}
.searchable-selector-trigger: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;
}
.searchable-selector-trigger.active:after {
  border-top-color: #FFFFFF;
}
.searchable-selector-trigger > .aui-icon {
  color: #505F79;
}
.searchable-selector-trigger .name,
.searchable-selector-trigger .placeholder {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  max-width: 223px;
}
.searchable-selector-dialog .contents {
  border-top-left-radius: 0;
  padding: 0;
  background-color: #F4F5F7;
}
.searchable-selector-dialog .arrow {
  display: none;
}
.searchable-selector header {
  margin: 10px;
}
.searchable-selector .results {
  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-size: 100% 20px, 100% 20px, 100% 3px, 100% 3px;
  background-attachment: local, local, scroll, scroll;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 2px 0 8px 0;
  background-color: #FFFFFF;
}
.searchable-selector .results .spinner {
  height: 10px;
  padding-top: 20px;
  margin: 0 auto;
}
.searchable-selector .results .result a {
  color: #172B4D;
  padding: 3px 10px;
  display: block;
  word-wrap: break-word;
  position: relative;
}
.searchable-selector .results .result a .aui-icon {
  position: absolute;
  top: 5px;
  left: 10px;
}
.searchable-selector .results .result a .aui-icon + .name {
  display: inline-block;
  padding-left: 21px;
}
.searchable-selector .results .result.focused a {
  background-color: #0065FF;
  color: #FFFFFF;
}
.searchable-selector .results .result.focused a .aui-icon {
  color: #FFFFFF;
}
.searchable-selector .results .preload + .result:not(.preload):before {
  content: '';
  display: block;
  margin: 0 auto 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #DFE1E6;
}
.searchable-selector .results .no-results {
  padding: 3px 10px;
  word-wrap: break-word;
  color: #7A869A;
  text-align: center;
}
.searchable-selector header + .results {
  border-top: 1px solid #DFE1E6;
}
.searchable-selector .results.tabs-pane {
  display: none;
  padding: 0;
}
.searchable-selector .results.active-pane {
  display: block;
}
.searchable-selector input {
  background-clip: padding-box;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #DFE1E6;
  color: #172B4D;
  height: 30px;
  padding: 4px 5px;
  width: 100%;
  font-family: Arial, FreeSans, Helvetica, sans-serif;
  font-size: 14px;
}
.searchable-selector .aui-tabs {
  margin-top: 10px;
  background-color: #FFFFFF;
}
.searchable-selector .aui-tabs > ul.tabs-menu {
  background-color: #F4F5F7;
}
.searchable-selector .aui-tabs > ul.tabs-menu li.menu-item {
  font-size: 12px;
  border-bottom-color: #DFE1E6;
}
.searchable-selector .aui-tabs.horizontal-tabs > .tabs-menu > .menu-item:first-child {
  margin-left: 10px;
}
.searchable-selector ul.results-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:revision-reference-selector', location = '/static/bitbucket/internal/feature/repository/revision-reference-selector/revision-reference-selector.less' */
.revision-reference-selector-trigger .aui-icon {
  margin-right: 5px;
}
.revision-reference-selector-trigger .aui-icon + .name {
  box-sizing: border-box;
  max-width: 197px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:branch-layout', location = '/static/bitbucket/internal/layout/branch/branch.less' */
.branch-layout-error {
  margin-bottom: 15px;
}
.branch-selector-toolbar {
  margin: 0 0 10px 0;
}
.branch-selector-toolbar .aui-toolbar2-primary .aui-group {
  table-layout: auto;
}
.branch-selector-toolbar .aui-group > .aui-item + .aui-item {
  padding-left: 0;
}
.branch-selector-toolbar .aui-button {
  margin-top: 0;
}
.branch-selector-toolbar .aui-item:first-child {
  padding-right: 10px;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:files-layout', location = '/static/bitbucket/internal/layout/files/files.less' */
.branch-selector-toolbar .aui-toolbar2-inner {
  display: inline-block;
  width: 100%;
}
.branch-selector-toolbar .aui-toolbar2-primary,
.branch-selector-toolbar .aui-toolbar2-secondary {
  display: inline-block;
  white-space: nowrap;
}
.branch-selector-toolbar .aui-toolbar2-secondary {
  vertical-align: top;
}
.branch-selector-toolbar .aui-toolbar2-secondary .aui-buttons {
  float: none;
}
.branch-selector-toolbar .aui-toolbar2-secondary > .aui-buttons,
.branch-selector-toolbar .aui-toolbar2-secondary > .aui-buttons + .aui-button {
  margin: 0 0 0 10px;
}
.branch-selector-toolbar .breadcrumbs {
  border-left: 1px solid #CCC;
  padding-left: 10px;
  white-space: normal;
  font-size: 16px;
}
.filebrowser-content > .spinner {
  margin: 16px auto 0;
  width: 48px;
  height: 48px;
}
.filebrowser-content h3.entity-empty:first-child {
  margin: 125px 0;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-web:readme-files-resources', location = '/static/bitbucket/internal/feature/readme/files/readme.less' */
.filebrowser-readme {
  background-clip: padding-box;
  border-radius: 5px;
  border: 1px solid #DFE1E6;
  margin: 20px auto 0;
}
.filebrowser-readme .filebrowser-readme-header {
  border-bottom: 1px solid #DFE1E6;
  padding: 10px;
}
.filebrowser-readme .filebrowser-readme-header .readme-icon {
  vertical-align: middle;
  margin-right: 6px;
}
.filebrowser-readme .filebrowser-readme-header .filebrowser-readme-title {
  vertical-align: middle;
}
.filebrowser-readme .filebrowser-readme-content {
  min-height: 20px;
  position: relative;
}

/* module-key = 'com.atlassian.bitbucket.server.bitbucket-repository-ref-sync:ref-sync-banner', location = '/static/bitbucket/internal/feature/sync/banner/ref-sync-banner.less' */
.ref-sync-banner{margin-top:0;margin-bottom:20px}.ref-sync-banner .aui-button-link{height:auto;padding:0 5px}.ref-sync-banner .disable-ref-sync+.spinner{width:16px;height:16px;display:inline-block;margin-left:5px;vertical-align:middle}
/* 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/-1402476292/d992e9c/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/-1402476292/d992e9c/1/5.16.6/_/download/resources/com.atlassian.bitbucket.server.bitbucket-repository-shortcuts:repository-shortcuts-frontend/icons/icon-bamboo.svg);
}
.icon-bitbucket {
  background-image: url(/s/-1402476292/d992e9c/1/5.16.6/_/download/resources/com.atlassian.bitbucket.server.bitbucket-repository-shortcuts:repository-shortcuts-frontend/icons/icon-bitbucket.svg);
}
.icon-confluence {
  background-image: url(/s/-1402476292/d992e9c/1/5.16.6/_/download/resources/com.atlassian.bitbucket.server.bitbucket-repository-shortcuts:repository-shortcuts-frontend/icons/icon-confluence.svg);
}
.icon-hipchat {
  background-image: url(/s/-1402476292/d992e9c/1/5.16.6/_/download/resources/com.atlassian.bitbucket.server.bitbucket-repository-shortcuts:repository-shortcuts-frontend/icons/icon-hipchat.svg);
}
.icon-jira {
  background-image: url(/s/-1402476292/d992e9c/1/5.16.6/_/download/resources/com.atlassian.bitbucket.server.bitbucket-repository-shortcuts:repository-shortcuts-frontend/icons/icon-jira.svg);
}
.icon-link {
  background-image: url(/s/-1402476292/d992e9c/1/5.16.6/_/download/resources/com.atlassian.bitbucket.server.bitbucket-repository-shortcuts:repository-shortcuts-frontend/icons/icon-link.svg);
}
.icon-trello {
  background-image: url(/s/-1402476292/d992e9c/1/5.16.6/_/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.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/-1402476292/d992e9c/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/-1402476292/d992e9c/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/-1402476292/d992e9c/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/-1402476292/d992e9c/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/-1402476292/d992e9c/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/-1402476292/d992e9c/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.atlassian.bitbucket.server.bitbucket-web:react-icons', location = '/static/bitbucket/internal/widget/icons/icons.less' */
.icon-file-commented {
  background-image: url('/s/-1402476292/d992e9c/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:react-icons/../com.atlassian.bitbucket.server.bitbucket-web:icons/icons/icon-file-commented.svg');
  background-size: 100%;
}
.icon-chevron-up {
  background-image: url('/s/-1402476292/d992e9c/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:react-icons/../com.atlassian.bitbucket.server.bitbucket-web:icons/icons/icon-chevron-up.svg');
  background-size: 100%;
}
.icon-chevron-double-up {
  background-image: url('/s/-1402476292/d992e9c/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:react-icons/../com.atlassian.bitbucket.server.bitbucket-web:icons/icons/icon-chevron-double-up.svg');
  background-size: 100%;
}
.icon-chevron-triple-up {
  background-image: url('/s/-1402476292/d992e9c/1/1.0/_/download/resources/com.atlassian.bitbucket.server.bitbucket-web:react-icons/../com.atlassian.bitbucket.server.bitbucket-web:icons/icons/icon-chevron-triple-up.svg');
  background-size: 100%;
}

/* 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-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/-1402476292/d992e9c/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/-1402476292/d992e9c/1/5.16.6/_/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.fileContent,bitbucket.feature.files.fileHandlers,bitbucket.layout.files,bitbucket.layout.branch,bitbucket.layout.repository,atl.general,bitbucket.layout.entity,bitbucket.layout.base,-_super/batch.css.map?_statichash=1c2ddfd6afc447a64f8b72a4e945e5e2-CDN%2F-1402476292%2Fd992e9c%2F1%2F4f5d58e93b0dabd66e411e5eda1a910f */