.shorten {
  display: block;
  overflow: hidden;
  padding: 0;
  position: static;
  width: auto;
}
.shorten .shortener-expand,
.shorten .shortener-collapse {
  background-repeat: no-repeat;
}
.shorten .shortener-expand:hover,
.shorten .shortener-collapse:hover,
.shorten .shortener-expand:focus,
.shorten .shortener-collapse:focus {
  background-color: #eee;
  text-decoration: none;
}
.shorten .shortener-expand {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAASElEQVR42mP4//8/AyWYYdSAUQOobkBaWposFMP4fFCMVR7FAJBES0vL/7Kysv9AtiUhPlYDoJJwDfj42AxggCq0JIY/eGIBADPsw90Jdkl6AAAAAElFTkSuQmCC");
  padding-left: 17px;
}
.shorten .shortener-collapse {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAQklEQVR42mP4//8/AyWYYdSAUQPQDUhLSwNhBWL52AxQKCsr+08sH8UAmCSQ/k8MH5cLHJAVEOJjDUSQIlL4Ax+NAA+b1wmhgBblAAAAAElFTkSuQmCC");
}
.issue-body-content .module > .mod-header {
  padding-left: 20px;
}
.issue-body-content .module > .mod-header + .mod-content {
  margin-top: 5px;
  padding-left: 20px;
}
.issue-body-content .module + .module {
  margin-top: 15px;
  padding-top: 15px;
}
/* Issue Security Level */
#security-val .note {
  color: #d04437;
}
#viewissuesidebar {
  width: 35%;
  padding-left: 30px;
}
.user-content-block {
  overflow: auto;
  overflow-y: hidden;
}
/* Tab Panel Content styles */
.issue-data-block {
  border-bottom: 1px solid #c1c7d0;
  padding: 10px;
}
.issue-data-block:before,
.issue-data-block:after {
  content: " ";
  display: table;
}
.issue-data-block:after {
  clear: both;
}
.issue-data-block:hover,
.issue-data-block.focused {
  background-color: #f4f5f7;
  border-left: 5px solid #3572b0;
  padding-left: 5px;
}
.issue-data-block:hover .action-links a,
.issue-data-block.focused .action-links a {
  opacity: 1;
}
.actionContainer .subText {
  font-size: 1em;
}
.actionContainer .action-links a {
  opacity: 0;
}
.actionContainer .action-links a:focus {
  opacity: 1;
}
.actionContainer ul.item-details dl dt {
  width: 19%;
}
.actionContainer ul.item-details dl dd {
  width: 79%;
}
.issue-comment-action {
  color: #7a869a;
}
.issue-comment-action:hover {
  color: #7a869a;
  text-decoration: none;
}
.issue-activity-sort-link {
  color: #7a869a;
}
.issue-activity-sort-link:hover {
  color: #7a869a;
}
#status-val {
  max-width: 100%;
  margin-right: -5px;
}
#status-val .jira-issue-status-lozenge {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.status-view {
  display: inline-block;
  padding: 2px 0 2px 5px;
  white-space: nowrap;
}
.action-details {
  line-height: 1.5;
  text-align: left;
}
.focused .action-details {
  text-align: left;
}
.action-links {
  float: right;
}
.action-body {
  overflow: auto;
  overflow-y: hidden;
  margin: 0;
  margin-top: 10px;
}
.action-body blockquote {
  color: #333;
}
.action-body .item-details {
  margin-top: 0.5em;
}
.action-description {
  color: #666;
  margin-bottom: 1.5em;
}
/* Custom fields */
#customfieldmodule #customfield-tabs .tabs-menu {
  margin-top: 20px;
  margin-left: -10px;
}
/* Comments */
#addcomment .mod-content {
  display: none;
}
#addcomment.active .mod-footer {
  display: none;
}
#addcomment .mod-footer {
  overflow: hidden;
}
#addcomment.active .mod-content {
  display: block;
}
#addcomment textarea {
  max-height: none;
  min-height: 150px;
}
.ops-menus .aui-toolbar2-inner .icon {
  vertical-align: text-bottom;
}
.icon-comment {
  overflow: visible;
}
#issue-comment-add #comment {
  max-width: none;
}
#issue-comment-add #issue-comment-add-cancel {
  margin-right: 9px;
}
.buttons-container.buttons-container.buttons-container {
  margin-top: 1px;
}
/* Activity */
#activitymodule .aui-tabs {
  position: relative;
}
#activitymodule .aui-tabs .sortwrap {
  left: auto;
  position: absolute;
  right: 10px;
  width: 1em;
}
#activitymodule .aui-tabs #issue-tabs {
  padding-right: 20px;
}
#activitymodule .aui-tabs .tabs-menu a {
  cursor: pointer;
}
#activitymodule .aui-tabs .tabs-pane {
  padding: 0;
}
#activitymodule .mod-content {
  min-height: 5em;
}
#activitymodule .issuePanelWrapper {
  position: relative;
  padding-top: 10px;
}
#activitymodule .issuePanelWrapper.loading .issuePanelProgress {
  background: url("/s/soeral/712001/6411e0087192541a09d88223fb51a6a0/1.0/_/download/resources/jira.webresources:global-static-adgs/../../../images/gadgets/loading.gif") center no-repeat;
  height: 60px;
  width: 100%;
  position: absolute;
  z-index: 1;
}
#activitymodule .issuePanelWrapper.loading .issuePanelContainer {
  opacity: 0.3;
}
#activitymodule .issuePanelContainer {
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.links-list {
  margin: 0;
}
.links-list:last-child {
  border-bottom: none;
}
.links-list .resolution {
  text-decoration: line-through;
}
.links-list img {
  vertical-align: text-top;
}
/* JRADEV-7116 FFX specific hack to prebvent the alt text blowing out the layout on broken images */
.links-list img:-moz-broken,
.links-list img:-moz-user-disabled {
  -moz-force-broken-image-icon: 1;
  height: 16px;
  width: 16px;
}
.links-list dt {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 5px;
  width: 142px;
}
.links-list dd {
  margin-left: 0;
  padding-left: 10px;
  border-bottom: 1px solid #dfe1e5;
  position: relative;
  padding-right: 24px;
}
.links-list .link-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  padding: 5px;
  table-layout: fixed;
  width: 100%;
  word-wrap: normal;
}
.links-list .link-content > p,
.links-list .link-content > div,
.links-list .link-content > ul {
  display: table-cell;
}
.links-list .link-content > p {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.links-list ul.link-snapshot {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 136px;
  white-space: nowrap;
}
.links-list ul.link-snapshot .status {
  width: 100px;
  text-align: left;
  display: inline-block;
}
.links-list ul.link-snapshot li {
  display: inline;
  margin: 0 4px;
}
.links-list ul.link-snapshot li > span,
.links-list ul.link-snapshot li > img {
  vertical-align: text-bottom;
}
/* align statuses and priorities the same way */
.links-list dd:hover {
  background-color: #f4f5f7;
}
.links-list dd .delete-link a {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.links-list dd .delete-link .icon-default {
  color: #42526e;
}
.links-list dd:hover .delete-link a,
.links-list dd .delete-link a:focus {
  position: absolute;
  text-align: center;
  width: 24px;
  height: auto;
  top: 7px;
  right: 2px;
  clip: auto;
}
.links-list .link-loading,
.link-loading-failed {
  color: #666;
}
.collapsed-links-list {
  display: none;
}
.collapsed-link {
  display: none;
}
#show-more-links {
  border-top: 1px solid #c1c7d0;
  padding-top: 5px;
}
#show-more-links span {
  color: #7a869a;
}
/* Subtasks */
#view-subtasks td {
  white-space: normal;
}
#view-subtasks td.stsummary {
  min-width: 200px;
  width: 100%;
}
#view-subtasks td.assignee .tinylink {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}
.subtask-table-container {
  overflow-x: auto;
}
.subtask-table-container #issuetable {
  margin: 0;
}
.subtask-prog-wrap {
  background-color: #fff;
  display: block;
  float: right;
  margin: 0;
  margin-top: 3px;
  padding: 0 8px 0 8px;
}
.subtask-prog-wrap span {
  color: #808080;
  float: left;
  margin: 0 0.429em 0 0;
}
#subtasks_resolution_percentage {
  float: left;
  position: relative;
  top: 3px;
  width: 10em;
  line-height: 1em;
}
#subtasks_resolution_percentage td,
#subtasks_resolution_percentage td img {
  height: 10px;
}
/* Voters and watchers */
#vote-label,
#watch-label {
  color: #5e6c84;
}
/* View Voters */
.tickLabel {
  font-size: 11px;
}
/* Attachments */
.item-attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.item-attachments::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.item-attachments .attachment-content {
  padding: 5px 5px 5px 20px;
}
.item-attachments .attachment-content:before,
.item-attachments .attachment-content:after {
  content: " ";
  display: table;
}
.item-attachments .attachment-content:after {
  clear: both;
}
.item-attachments .attachment-content:hover {
  background-color: #f4f5f7;
}
.item-attachments .attachment-content::after,
.item-attachments .attachment-content .twixi-block::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item-attachments .attachment-icon::before {
  color: #707070;
}
.item-attachments .attachment-thumbnail-icon {
  height: 80px;
  width: 80px;
}
.item-attachments .attachment-thumbnail-icon::before {
  color: #e9e9e9;
  font-size: 80px;
  margin-top: -40px;
}
.attachment-content dl {
  margin: 0;
}
.attachment-content dt {
  float: left;
}
.attachment-content dd {
  float: right;
  margin: 0;
}
.attachment-content dd.zip-contents {
  float: none;
  padding: 0 215px 0 20px;
}
.attachment-content dd.zip-contents ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.attachment-content dd.zip-contents ol li {
  clear: both;
}
.attachment-content dd.zip-contents .attachment-size {
  color: #bbb;
  float: right;
}
.attachment-content .attachment-delete {
  width: 20px;
  padding-left: 5px;
}
.attachment-content .attachment-delete .aui-icon {
  color: #7a869a;
}
.attachment-content .attachment-delete a {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.attachment-content:hover .attachment-delete a,
.attachment-content .attachment-delete a:focus {
  width: auto;
  height: auto;
  clip: auto;
}
.attachment-content .twixi-block {
  margin-left: -20px;
}
.zip-contents-trailer {
  color: #bbb;
}
#attachment_thumbnails {
  float: left;
  width: 100%;
}
#file_attachments + #attachment_thumbnails {
  border-top: 1px solid #c1c7d0;
  margin-top: 8px;
  padding-top: 8px;
}
.attachment-thumb {
  float: left;
  margin-right: 0.581em;
}
.attachment-thumb img {
  vertical-align: text-top;
  max-width: 200px;
  max-height: 200px;
}
.earlier-version a:link,
.earlier-version a:visited {
  color: #666;
}
.attachment-size {
  color: #666;
  margin: 0 5px;
}
.attachment-author {
  display: none;
}
dd.attachment-date {
  text-align: right;
  width: 180px;
  padding: 0 5px;
}
/* large thumbnails */
.blender {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: 3em;
  height: 100%;
  background-size: 100% 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  pointer-events: none;
}
/* little fade for view_attachments.jsp */
#attachment_thumbnails .attachment-content:hover .blender {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f4f5f7 100%);
}
#attachment_thumbnails .attachment-delete {
  position: absolute;
  left: auto;
  right: 0;
  padding: 0;
  margin: 0;
}
#attachment_thumbnails .attachment-delete .icon {
  margin: 0;
}
#attachment_thumbnails .attachment-content {
  border: 1px solid #f0f0f0;
  float: left;
  height: 242px;
  margin: 0 6px 6px 0;
  padding: 6px 10px;
  width: 200px;
  text-align: center;
}
#attachment_thumbnails .attachment-thumb,
#attachment_thumbnails .attachment-thumb .gallery {
  float: none;
  height: 200px;
  margin: 0 auto;
  width: 200px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#attachment_thumbnails dl {
  clear: left;
  display: block;
  height: 42px;
  overflow: hidden;
  width: 200px;
}
#attachment_thumbnails dt,
#attachment_thumbnails dd {
  position: relative;
  text-align: left;
}
#attachment_thumbnails .attachment-title {
  display: block;
  float: none;
  height: 21px;
  white-space: nowrap;
  width: 200px;
  word-wrap: normal;
}
#attachment_thumbnails .attachment-size {
  float: left;
  margin: 0;
  top: -0.213em;
  width: auto;
}
#attachment_thumbnails .attachment-date {
  top: -0.213em;
  width: auto;
}
/* Time (tracking) module RHS */
.tt_inner dl {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.tt_inner dt,
.tt_inner dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  margin: 0;
}
dt.tt_text {
  color: #7a869a;
  padding: 2px 5px 2px 0;
  width: 140px;
}
dd.tt_values {
  padding: 2px 0 2px 5px;
}
dd.tt_graph {
  vertical-align: text-bottom;
}
#tt_include_subtasks label {
  color: #7a869a;
  margin-left: 0.5em;
}
/* Tab Panel Change History - Fisheye overrides? */
.activity-name {
  color: #666;
  min-width: 150px;
}
.activity-old-val,
.activity-new-val {
  min-width: 250px;
}
/* The file upload progress bar */
.file-progress .progress-fill-color {
  background-color: #cccccc;
}
.file-progress {
  position: relative;
  height: 2px;
  width: 320px;
  padding: 5px 0;
}
/* Fix for Participants custom field in the toolkit plugin See JRADEV-11039 */
.cf-participant {
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: text-top;
  white-space: nowrap;
}
.people-details > dl:first-child {
  line-height: 24px;
}
.people-details > dl:first-child + dl {
  line-height: 24px;
}
.people-details .assign-to-me-link {
  display: block;
}
.people-details .aui-avatar {
  vertical-align: middle;
}
/* Collapsible Comments */
.collapsed-comments {
  display: block;
  background: #f4f5f7;
  border-right: none;
  text-align: center;
  border-bottom: 1px solid #c1c7d0;
  height: 38px;
}
.collapsed-comments:hover {
  background: #ebecf0;
}
.collapsed-comments:hover .show-more-comments {
  background: #ebecf0;
}
.collapsed-comments .collapsed-comments-line {
  display: block;
  padding-top: 12px;
  border-bottom: 1px solid #c1c7d0;
}
.collapsed-comments .show-more-comments {
  position: relative;
  top: -17px;
  background: #f4f5f7;
  padding: 0 20px;
  color: #172b4d;
}
.message-container:first-child .collapsed-comments {
  border-top: 1px solid #c1c7d0;
}
.collapsed-comments:hover {
  text-decoration: none;
}
.issue-data-block .action-head {
  cursor: pointer;
}
.issue-data-block.collapsed {
  background: #f4f5f7;
}
.issue-data-block.collapsed:hover {
  background: #ebecf0;
}
.issueaction-aui-icon {
  color: #42526e;
}
.issueaction-aui-icon:hover {
  color: #7a869a;
  text-decoration: none;
}
/* "Responsive" Layout stuff - leave at the end */
/* THERE SHOULD BE NOTHING AFTER THE RESPONSIVE STUFF IN THIS STYLE SHEET */
/* using mixins here as the same changes are needed for normal view issue and split-view, but SV uses JS to trigger layout changes */
/* Mixins for view issue when in 'responsive' mode */
/* Using these as normal view uses media queries, but Split View uses JS due to the issue list and filters taking up browser width  */
@media all and (max-width: 1190px) {
  .links-list {
    padding-left: 0;
  }
  .links-list dt {
    float: none;
    margin: 0 0 6px 0;
    width: 100%;
  }
  .links-list dt + dd {
    border-top: 1px solid #ccc;
  }
  .links-list dd {
    margin-left: 0;
  }
  .links-list + .links-list {
    padding-top: 10px;
  }
  #viewissuesidebar #peopledetails {
    line-height: 20px;
  }
  #viewissuesidebar ul.item-details dl + dl {
    margin-top: 8px;
  }
  #viewissuesidebar ul.item-details dl dt {
    display: block;
    text-align: left;
    width: 100%;
  }
  #viewissuesidebar ul.item-details dl dd {
    display: block;
    margin: 0;
    padding: 2px 0;
    width: 100%;
  }
  #viewissuesidebar .tt_inner > dl {
    display: block;
  }
  #viewissuesidebar .tt_inner dt {
    display: block;
  }
  #viewissuesidebar .tt_inner dt ~ dd {
    display: inline-block;
    vertical-align: middle;
  }
  #viewissuesidebar dd.tt_graph {
    width: 50%;
  }
}
/* END "Responsive" Layout stuff - leave at the end
THERE SHOULD BE NOTHING AFTER THIS IN THIS STYLE SHEET
*/
