/* module-key = 'com.atlassian.auiplugin:aui-help', location = 'src/less/adg-help.less' */
.aui-help.aui-help-text,.aui-help.aui-help-empty-state{margin:10px 0 0 0;overflow:hidden;padding:0;width:720px}.aui-help .aui-help-content{border-left:4px solid #5243aa;font-size:16px;line-height:1.5;padding-left:20px}.aui-help .aui-help-content>h1,.aui-help .aui-help-content>h2,.aui-help .aui-help-content>h3,.aui-help .aui-help-content>h4,.aui-help .aui-help-content>h5,.aui-help .aui-help-content>h6{color:#6b778c;font-size:11px;font-weight:600;line-height:1.45454545;letter-spacing:0;text-transform:uppercase}.aui-help .aui-help-illustration+.aui-help-content{border-left:none;margin-left:128px}.aui-help .aui-help-illustration{float:left}.aui-help .aui-help-content>p{margin:5px 0 0 0}aui-inline-dialog.aui-help .aui-inline-dialog-contents,.aui-inline-dialog.aui-help .aui-inline-dialog-contents{border:2px solid #5243aa}aui-inline-dialog.aui-help .aui-inline-dialog-contents h2:first-child,.aui-inline-dialog.aui-help .aui-inline-dialog-contents h2:first-child{color:#7a869a;font-size:11px;font-weight:600;line-height:1.45454545;letter-spacing:0;text-transform:uppercase}aui-inline-dialog.aui-help::before,.aui-inline-dialog.aui-help::before{border-bottom-color:#5243aa}aui-inline-dialog.aui-help.aui-alignment-side-top::after,.aui-inline-dialog.aui-help.aui-alignment-side-top::after{margin-top:-1px}aui-inline-dialog.aui-help.aui-alignment-side-top.aui-alignment-element-attached-top::after,.aui-inline-dialog.aui-help.aui-alignment-side-top.aui-alignment-element-attached-top::after{margin-top:1px}aui-inline-dialog.aui-help.aui-alignment-side-bottom::after,.aui-inline-dialog.aui-help.aui-alignment-side-bottom::after{margin-top:1px}aui-inline-dialog.aui-help.aui-alignment-side-bottom.aui-alignment-element-attached-bottom::after,.aui-inline-dialog.aui-help.aui-alignment-side-bottom.aui-alignment-element-attached-bottom::after{margin-top:-1px}aui-inline-dialog.aui-help.aui-alignment-side-left::after,.aui-inline-dialog.aui-help.aui-alignment-side-left::after{margin-left:-1px}aui-inline-dialog.aui-help.aui-alignment-side-left.aui-alignment-element-attached-left::after,.aui-inline-dialog.aui-help.aui-alignment-side-left.aui-alignment-element-attached-left::after{margin-left:1px}aui-inline-dialog.aui-help.aui-alignment-side-right::after,.aui-inline-dialog.aui-help.aui-alignment-side-right::after{margin-left:1px}aui-inline-dialog.aui-help.aui-alignment-side-right.aui-alignment-element-attached-right::after,.aui-inline-dialog.aui-help.aui-alignment-side-right.aui-alignment-element-attached-right::after{margin-left:-1px}.aui-help .aui-inline-dialog-arrow.aui-css-arrow::after,.aui-help .aui-inline-dialog-arrow.aui-css-arrow::before{border-color:#5243aa transparent}.aui-help .aui-inline-dialog-arrow.aui-css-arrow::after{border-bottom-color:#fff;top:2px}.aui-help .aui-inline-dialog-arrow.aui-css-arrow.aui-bottom-arrow::after{border-top-color:#fff;top:-2px}.aui-help .aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow::before{border-color:transparent #5243aa}.aui-help .aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow::after{border-right-color:#fff;right:-2px}
/* module-key = 'com.atlassian.plugins.helptips.jira-help-tips:help-tip', location = 'css/helptip.css' */
.jira-help-tip.aui-inline-dialog .helptip-title,.jira-help-tip.aui-inline-dialog .helptip-link{margin-bottom:.5em}.jira-help-tip.aui-inline-dialog .helptip-sequence-paging{color:#707070;display:inline-block;float:right;line-height:30px}.jira-help-tip.aui-inline-dialog .tip-footer{margin-top:10px}
/* module-key = 'jira.webresources:jquery-fancybox', location = '/includes/jquery/plugins/fancybox/jquery.fancybox-1.3.4.css' */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* module-key = 'jira.webresources:calendar-lib', location = '/ui/aui-layout/deprecated/calendar.less' */
.calendar{z-index:12001}div.calendar{border-radius:3.01px;background-clip:padding-box;box-shadow:0 3px 6px 0 rgba(0,0,0,0.2);padding:2px;position:relative}.calendar,.calendar table{background-color:#fff;cursor:default;font-size:12px}.calendar table .wn{background-color:#f4f5f7;color:#666;padding:2px 4px 2px 2px}.calendar{border:1px solid #c1c7d0}.calendar thead td{font-weight:700;padding:2px;text-align:center}.calendar .nav>div{position:relative}.calendar .nav>div:after{content:"";position:absolute;right:1px;top:50%;width:0;height:0;margin-top:-2px;border-left:2px solid transparent;border-right:2px solid transparent;border-top:4px solid;color:#7a869a}.calendar .nav.active>div:after{color:#fff}.calendar .headrow{background-color:#f4f5f7}.calendar .headrow td{border-top:1px solid #c1c7d0}.calendar .daynames td{background-color:#0065ff;color:#fff}.calendar .daynames td.wn{background-color:#f4f5f7;color:#888}.calendar thead .name{font-weight:400}.calendar td.hilite,.calendar .combo .hilite,.calendar td.time span.hilite{background-color:#ffe9a8}.calendar .daysrow .emptycell+.day.hilite,.calendar .daysrow .day+.day.hilite{border-radius:3.01px;background-clip:padding-box;color:#333;background-color:#ffe9a8}.calendar .name.day.hilite{background-color:#3572b0}.calendar td.active,.calendar .combo .active,.calendar td.time span.active{background-color:#0065ff;color:#fff}.calendar .combo{background-color:#fff;border:1px solid #c1c7d0;border-top:none;cursor:default;display:none;left:0;position:absolute;top:0;width:4em;z-index:100}.calendar .combo .label,.calendar .combo .label-IEfix{text-align:center;padding:2px}.calendar tbody .day{padding:2px 4px 2px 2px;text-align:right;width:2em}.calendar tbody .emptycell+.day,.calendar tbody .day+.day{border-radius:3.01px;background-clip:padding-box}.calendar tbody .day.othermonth{color:#999}.calendar tbody .day.othermonth.oweekend{color:#f99}.calendar tbody td.today{font-weight:700}.calendar tbody td.weekend{color:#de350b}.calendar tbody td.selected{background-color:#3572b0;color:#fff;font-weight:700}.calendar tbody .disabled{color:#999}.calendar tbody .emptycell{visibility:hidden}.calendar tbody .emptyrow{display:none}.calendar td.time{background-color:#f4f5f7;border-top:1px solid #c1c7d0;padding:2px;text-align:center}.calendar td.time span{background-color:#fff;font-weight:700;padding:2px 5px 2px 6px}.calendar td.time .colon{background-color:#f4f5f7}.calendar tfoot .footrow{text-align:center}.calendar tfoot .ttip{border-top:1px solid #c1c7d0;padding:2px}.calendar tfoot .hilite{background:#afa;border:1px solid #084;color:#000;padding:1px}.calendar tfoot .active{background:#7c7;padding:2px 0 0 2px}
/* module-key = 'jira.webresources:autocomplete', location = '/includes/jira/autocomplete/AutoComplete.less' */
.atlassian-autocomplete{position:relative}.atlassian-autocomplete .suggestions{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;left:0;width:100%}.atlassian-autocomplete .suggestions{max-width:250px}.atlassian-autocomplete .short-field~.suggestions{max-width:75px}.atlassian-autocomplete .medium-field~.suggestions{max-width:165px}.atlassian-autocomplete .long-field~.suggestions{max-width:500px}.atlassian-autocomplete .full-width-field~.suggestions{max-width:none}.atlassian-autocomplete .suggestions{-webkit-box-shadow:0 3px 6px rgba(111,111,111,0.2);box-shadow:0 3px 6px rgba(111,111,111,0.2);background-color:#fff;border:1px solid #c1c7d0;border-bottom-left-radius:3px;border-bottom-right-radius:3px;margin-top:1px;overflow-x:hidden;overflow-y:auto;z-index:12000}.atlassian-autocomplete .suggestions ul{list-style:none;margin:0;padding:2px 0}.atlassian-autocomplete .suggestions li{display:block;margin:0;padding:3px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.atlassian-autocomplete .suggestions li b{font-style:normal;font-weight:bold}.atlassian-autocomplete .suggestions li>.yad{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;padding:0}.atlassian-autocomplete .suggestions .yui-ac-ft{display:block;margin:0;padding:3px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:italic}.atlassian-autocomplete .suggestions li{color:#172b4d;text-decoration:none}.atlassian-autocomplete .suggestions li>*:hover,.atlassian-autocomplete .suggestions li>*:focus{text-decoration:none}.atlassian-autocomplete .suggestions .active{background-color:#0065ff;color:#fff;text-decoration:none}.atlassian-autocomplete .suggestions .syntax-help-container{list-style:none;margin:0;padding:2px 0;border-top:1px solid #c1c7d0}.atlassian-autocomplete .suggestions .syntax-help{display:block;margin:0;padding:3px 10px}.atlassian-autocomplete .suggestions .esc-prompt{float:right;text-align:right;color:#707070}
/* module-key = 'jira.webresources:groupbrowser', location = '/includes/jira/admin/group-browser/group-browser.less' */
#group_browser_table .aui-button-link{margin:-6px 0}.group-label-lozenge{cursor:default}
/* module-key = 'jira.webresources:group-pickers', location = '/includes/jira/field/groupPickerUtil.less' */
.group-suggestion-item{display:table;width:100%}.group-suggestion-item__name{display:table-cell;white-space:normal;word-break:break-all}.group-suggestion-item__labels{display:table-cell;text-align:right;overflow:hidden;white-space:normal}
/* module-key = 'jira.webresources:viewissue-watchers-and-voters', location = '/includes/jira/viewissue/WatchersAndVoters.less' */
#view-voter-list,#view-watcher-list{text-decoration:none}#inline-dialog-watchers{width:240px}#inline-dialog-watchers .recipients{overflow-y:auto;max-height:200px}#inline-dialog-watchers .aui-inline-dialog-contents{padding:0}
/* module-key = 'com.atlassian.jira.jira-issue-nav-components:issueview-error', location = 'issueviewer/styles/viewissue-error.less' */
.page-type-message .issue-error{padding-bottom:150px}#issue-content .issue-header.issue-error-header{background-color:white}#issue-content .issue-error-content{border-top:0}#issue-content .issue-body-content .issue-error{position:relative;text-align:center;padding-top:150px}#issue-content .issue-body-content .issue-error .error-image{background:50% 50% no-repeat;-webkit-background-size:contain;background-size:contain;width:145px;height:85px;display:inline-block}#issue-content .issue-body-content .issue-error .error-image.error-image-canNotBeViewed{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDE3Ny4zMzMgMTA0LjY2NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTc3LjMzMyAxMDQuNjY3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPGcgc3R5bGU9Im9wYWNpdHk6MC4yOyI+CgkJCQoJCQkJPHBhdGggaWQ9IlhNTElEXzU4XyIgc3R5bGU9ImZpbGw6IzIwNTA4MTtzdHJva2U6IzIwNTA4MTtzdHJva2Utd2lkdGg6NDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLWRhc2hhcnJheTo4LDE1OyIgZD0iCgkJCQlNMTU4LjkwMSw4Mi44OTZIMTcuNzY2Yy00Ljc4MiwwLTguNjU5LTMuODc3LTguNjU5LTguNjU5VjM2LjQyOWMwLTQuNzgyLDMuODc3LTguNjU5LDguNjU5LTguNjU5aDE0MS4xMzUKCQkJCWM0Ljc4MiwwLDguNjU5LDMuODc3LDguNjU5LDguNjU5djM3LjgwOUMxNjcuNTU5LDc5LjAyLDE2My42ODMsODIuODk2LDE1OC45MDEsODIuODk2eiIvPgoJCQk8cmVjdCBpZD0iWE1MSURfNTdfIiB4PSIxOC4xMjciIHk9IjM4Ljk1NCIgc3R5bGU9Im9wYWNpdHk6MC4yO2ZpbGw6IzIwNTA4MTsiIHdpZHRoPSI3Ljk1IiBoZWlnaHQ9IjMzLjQ4Ii8+CgkJPC9nPgoJCTxnPgoJCQk8Zz4KCQkJCTxnIGlkPSJYTUxJRF80OV8iPgoJCQkJCTxnPgoJCQkJCQkKCQkJCQkJCTxwYXRoIGlkPSJYTUxJRF81MV8iIHN0eWxlPSJmaWxsOiNGNEY1RjU7c3Ryb2tlOiMxRjUxODA7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS1kYXNoYXJyYXk6OCwxNTsiIGQ9IgoJCQkJCQkJTTE1OC45MDEsODAuODk2SDE3Ljc2NmMtNC43ODIsMC04LjY1OS0zLjg3Ny04LjY1OS04LjY1OVYzNC40MjljMC00Ljc4MiwzLjg3Ny04LjY1OSw4LjY1OS04LjY1OWgxNDEuMTM1CgkJCQkJCQljNC43ODIsMCw4LjY1OSwzLjg3Nyw4LjY1OSw4LjY1OXYzNy44MDlDMTY3LjU1OSw3Ny4wMiwxNjMuNjgzLDgwLjg5NiwxNTguOTAxLDgwLjg5NnoiLz4KCQkJCQkJPHJlY3QgaWQ9IlhNTElEXzUwXyIgeD0iMTguMTI3IiB5PSIzNi45NTQiIHN0eWxlPSJvcGFjaXR5OjAuMjtmaWxsOiMxRjUxODA7IiB3aWR0aD0iNy45NSIgaGVpZ2h0PSIzMy40OCIvPgoJCQkJCTwvZz4KCQkJCTwvZz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KCTxnIGlkPSJYTUxJRF8zXyI+CgkJPHJlY3QgeD0iNDMuNzQyIiB5PSI0NS4yIiBzdHlsZT0ib3BhY2l0eTowLjI7ZmlsbDojMUY1MTgwOyIgd2lkdGg9Ijk5LjkyIiBoZWlnaHQ9IjQiLz4KCQk8cmVjdCB4PSI0My43NDIiIHk9IjU3LjQ2NiIgc3R5bGU9Im9wYWNpdHk6MC4yO2ZpbGw6IzFGNTE4MDsiIHdpZHRoPSI3Mi44NzUiIGhlaWdodD0iNCIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=")}#issue-content .issue-body-content .issue-error .error-image.error-image-genericError{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDE3Ny4zMzMgMTA0LjY2NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTc3LjMzMyAxMDQuNjY3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGcgc3R5bGU9Im9wYWNpdHk6MC4yOyI+CgkJCgkJCTxwYXRoIGlkPSJYTUxJRF81Nl8iIHN0eWxlPSJmaWxsOiMyMDUwODE7c3Ryb2tlOiMyMDUwODE7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwOyIgZD0iCgkJCU0xNTkuNDgyLDgzLjI1N0gxOC4zNDdjLTQuNzgyLDAtOC42NTktMy44NzctOC42NTktOC42NTlWMzYuNzljMC00Ljc4MiwzLjg3Ny04LjY1OSw4LjY1OS04LjY1OWgxNDEuMTM1CgkJCWM0Ljc4MiwwLDguNjU5LDMuODc3LDguNjU5LDguNjU5djM3LjgwOUMxNjguMTQxLDc5LjM4MSwxNjQuMjY0LDgzLjI1NywxNTkuNDgyLDgzLjI1N3oiLz4KCQk8cmVjdCBpZD0iWE1MSURfNTVfIiB4PSIxOC43MDgiIHk9IjM5LjMxNSIgc3R5bGU9ImZpbGw6IzIwNTA4MTsiIHdpZHRoPSI3Ljk1IiBoZWlnaHQ9IjMzLjQ4Ii8+Cgk8L2c+Cgk8Zz4KCQk8Zz4KCQkJPGcgaWQ9IlhNTElEXzQ0XyI+CgkJCQk8Zz4KCQkJCQkKCQkJCQkJPHBhdGggaWQ9IlhNTElEXzQ2XyIgc3R5bGU9ImZpbGw6I0Y0RjVGNTtzdHJva2U6IzFGNTE4MDtzdHJva2Utd2lkdGg6NDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiBkPSIKCQkJCQkJTTE1OS40ODIsODEuMjU3SDE4LjM0N2MtNC43ODIsMC04LjY1OS0zLjg3Ny04LjY1OS04LjY1OVYzNC43OWMwLTQuNzgyLDMuODc3LTguNjU5LDguNjU5LTguNjU5aDE0MS4xMzUKCQkJCQkJYzQuNzgyLDAsOC42NTksMy44NzcsOC42NTksOC42NTl2MzcuODA5QzE2OC4xNDEsNzcuMzgxLDE2NC4yNjQsODEuMjU3LDE1OS40ODIsODEuMjU3eiIvPgoJCQkJCTxyZWN0IGlkPSJYTUxJRF80NV8iIHg9IjE4LjcwOCIgeT0iMzcuMzE1IiBzdHlsZT0iZmlsbDojRUY1MDRFOyIgd2lkdGg9IjcuOTUiIGhlaWdodD0iMzMuNDgiLz4KCQkJCTwvZz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KPC9nPgo8ZyBpZD0iWE1MSURfMTcwXyI+Cgk8cmVjdCB4PSI0NC4zMjMiIHk9IjQ1LjU2MSIgc3R5bGU9Im9wYWNpdHk6MC4yO2ZpbGw6IzFGNTE4MDsiIHdpZHRoPSI5OS45MiIgaGVpZ2h0PSI0Ii8+Cgk8cmVjdCB4PSI0NC4zMjMiIHk9IjU3LjgyNyIgc3R5bGU9Im9wYWNpdHk6MC4yO2ZpbGw6IzFGNTE4MDsiIHdpZHRoPSI3Mi44NzUiIGhlaWdodD0iNCIvPgo8L2c+CjxsaW5lIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiB4MT0iNTIuMzMzIiB5MT0iOTUuNjY3IiB4Mj0iMTI3IiB5Mj0iNy42NjciLz4KPGxpbmUgc3R5bGU9ImZpbGw6I0Y0RjVGNTtzdHJva2U6IzFGNTE4MDtzdHJva2Utd2lkdGg6NDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiB4MT0iNTUuMzMzIiB5MT0iOTcuNjY3IiB4Mj0iMTMwIiB5Mj0iOS42NjciLz4KPC9zdmc+Cg==")}#issue-content .issue-body-content .issue-error>h1{margin-top:0}#issue-content .issue-body-content .issue-error>.return-to-search{position:absolute;top:0;right:0}
/* module-key = 'com.atlassian.jira.jira-issue-nav-components:issueviewer', location = 'issueviewer/styles/viewissue-responsive.less' */
.issue-container.skinny .links-list{padding-left:0}.issue-container.skinny .links-list dt{float:none;margin:0 0 6px 0;width:100%}.issue-container.skinny .links-list dt+dd{border-top:1px solid #ccc}.issue-container.skinny .links-list dd{margin-left:0}.issue-container.skinny .links-list+.links-list{padding-top:10px}.issue-container.skinny .list-results-panel{width:250px}.issue-container.skinny .property-list.two-cols>.item{width:100%}.issue-container.skinny .property-list.two-cols>.item-right{clear:both;float:left}.issue-container.skinny #viewissuesidebar{width:280px}.issue-container.skinny #viewissuesidebar ul.item-details dl+dl{margin-top:8px}.issue-container.skinny #viewissuesidebar ul.item-details dl dt{display:block;text-align:left;width:100%}.issue-container.skinny #viewissuesidebar ul.item-details dl dd{display:block;margin:0;padding:2px 0;width:100%}.issue-container.skinny #viewissuesidebar .tt_inner>dl{display:block}.issue-container.skinny #viewissuesidebar .tt_inner dt{display:block}.issue-container.skinny #viewissuesidebar .tt_inner dt~dd{display:inline-block;vertical-align:middle}.issue-container.skinny #viewissuesidebar dd.tt_graph{width:50%}.issue-container.skinny .issue-header .aui-toolbar2 .toolbar-trigger,.issue-container.skinny .issue-header .aui-toolbar2 a.aui-dropdown2-trigger{font-size:12px;height:24px;line-height:24px;padding:0 6px}.issue-container.skinny #activitymodule #issue-tabs{padding-left:10px}.issue-container.very-skinny .property-list .wrap{padding:0}.issue-container.very-skinny .property-list .item .name{float:none;margin-left:0;text-align:left;width:100%}.issue-container.very-skinny .property-list .item .value{margin-left:-5px}.issue-container.very-skinny .issue-header .icon+.trigger-label{display:none}
/* module-key = 'com.atlassian.jira.jira-issue-nav-components:issueviewer', location = 'issueviewer/styles/viewissue.less' */
.view-issue-field{display:inline-block;padding-right:30px}.editable-field{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:box-shadow 150ms ease-in 0ms;transition:box-shadow 150ms ease-in 0ms;border-radius:2.01px;cursor:text;display:inline-block;max-width:100%;box-shadow:0 0 0 0 transparent;padding:2px 30px 2px 5px;position:relative;vertical-align:top;word-break:break-word}.editable-field:hover,.editable-field.saving{box-shadow:0 0 0 1px #ebecf0}.editable-field:hover .overlay-icon,.editable-field.saving .overlay-icon{opacity:1;z-index:auto}.editable-field:hover{background-color:#fff}.editable-field:hover .overlay-icon{-webkit-transition:opacity 150ms ease-in 0ms;transition:opacity 150ms ease-in 0ms}.editable-field.saving .save-options,.editable-field.saving .field-tools{display:none}.editable-field.saving form.aui .field-group .aui-ss-icon.drop-menu,.editable-field.saving form.aui .field-group .aui-ss-field{border-bottom-right-radius:3.01px}.editable-field.active{background-color:#fff;display:block !important;box-shadow:0 0 0 0 transparent}.editable-field.active .overlay-icon{opacity:0;z-index:-1}.editable-field.active.saving .overlay-icon{opacity:1;z-index:auto}.editable-field.active .save-options:not(.show-button-bar) .aui-button,.editable-field.active .save-options:not(.show-button-bar) .aui-button.cancel{height:24px;padding:0 4px}.editable-field.type-radiobuttons.active form.aui,.editable-field.type-multicheckboxes.active form.aui{border:1px solid #ebecf0;padding:4px 5px}.editable-field.type-cascadingselect form.aui .inline-edit-fields select{width:49%}.editable-field.type-cascadingselect form.aui .inline-edit-fields select+select{float:right}.editable-field.type-locationtextfield,.editable-field.type-locationselect{display:block}.editable-field .overlay-icon{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;opacity:0;background-color:rgba(9,30,66,0.13);background-repeat:no-repeat;background-position:4px 4px;border-left:1px solid #ebecf0;bottom:0;height:auto;margin:0;position:absolute;right:0;top:0;width:24px;z-index:-1}.editable-field .overlay-icon.throbber{background-image:url("data:image/gif;base64,R0lGODlhEAAQAMQAAP///+7u7t3d3bu7u6qqqpmZmYiIiHd3d2ZmZlVVVURERDMzMyIiIhEREQARAAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAQACwAAAAAEAAQAAAFdyAkQgGJJOWoQgIjBM8jkKsoPEzgyMGsCjPDw7ADpkQBxRDmSCRetpRA6Rj4kFBkgLC4IlUGhbNQIwXOYYWCXDufzYPDMaoKGBoKb886OjAKdgZAAgQkfCwzAgsDBAUCgl8jAQkHEAVkAoA1AgczlyIDczUDA2UhACH5BAUHABAALAAAAAAPABAAAAVjICSO0IGIATkqIiMKDaGKC8Q49jPMYsE0hQdrlABCGgvT45FKiRKQhWA0mPKGPAgBcTjsspBCAoH4gl+FmXNEUEBVAYHToJAVZK/XWoQQDAgBZioHaX8igigFKYYQVlkCjiMhACH5BAUHABAALAAAAAAQAA8AAAVgICSOUGGQqIiIChMESyo6CdQGdRqUENESI8FAdFgAFwqDISYwPB4CVSMnEhSej+FogNhtHyfRQFmIol5owmEta/fcKITB6y4choMBmk7yGgSAEAJ8JAVDgQFmKUCCZnwhACH5BAUHABAALAAAAAAQABAAAAViICSOYkGe4hFAiSImAwotB+si6Co2QxvjAYHIgBAqDoWCK2Bq6A40iA4yYMggNZKwGFgVCAQZotFwwJIF4QnxaC9IsZNgLtAJDKbraJCGzPVSIgEDXVNXA0JdgH6ChoCKKCEAIfkEBQcAEAAsAAAAABAADgAABUkgJI7QcZComIjPw6bs2kINLB5uW9Bo0gyQx8LkKgVHiccKVdyRlqjFSAApOKOtR810StVeU9RAmLqOxi0qRG3LptikAVQEh4UAACH5BAUHABAALAAAAAAQABAAAAVxICSO0DCQKBQQonGIh5AGB2sYkMHIqYAIN0EDRxoQZIaC6bAoMRSiwMAwCIwCggRkwRMJWKSAomBVCc5lUiGRUBjO6FSBwWggwijBooDCdiFfIlBRAlYBZQ0PWRANaSkED1oQYHgjDA8nM3kPfCmejiEAIfkEBQcAEAAsAAAAABAAEAAABWAgJI6QIJCoOIhFwabsSbiFAotGMEMKgZoB3cBUQIgURpFgmEI0EqjACYXwiYJBGAGBgGIDWsVicbiNEgSsGbKCIMCwA4IBCRgXt8bDACkvYQF6U1OADg8mDlaACQtwJCEAIfkEBQcAEAAsAAABABAADwAABV4gJEKCOAwiMa4Q2qIDwq4wiriBmItCCREHUsIwCgh2q8MiyEKODK7ZbHCoqqSjWGKI1d2kRp+RAWGyHg+DQUEmKliGx4HBKECIMwG61AgssAQPKA19EAxRKz4QCVIhACH5BAUHABAALAAAAAAQABAAAAVjICSOUBCQqHhCgiAOKyqcLVvEZOC2geGiK5NpQBAZCilgAYFMogo/J0lgqEpHgoO2+GIMUL6p4vFojhQNg8rxWLgYBQJCASkwEKLC17hYFJtRIwwBfRAJDk4ObwsidEkrWkkhACH5BAUHABAALAAAAQAQAA8AAAVcICSOUGAGAqmKpjis6vmuqSrUxQyPhDEEtpUOgmgYETCCcrB4OBWwQsGHEhQatVFhB/mNAojFVsQgBhgKpSHRTRxEhGwhoRg0CCXYAkKHHPZCZRAKUERZMAYGMCEAIfkEBQcAEAAsAAABABAADwAABV0gJI4kFJToGAilwKLCST6PUcrB8A70844CXenwILRkIoYyBRk4BQlHo3FIOQmvAEGBMpYSop/IgPBCFpCqIuEsIESHgkgoJxwQAjSzwb1DClwwgQhgAVVMIgVyKCEAIfkECQcAEAAsAAAAABAAEAAABWQgJI5kSQ6NYK7Dw6xr8hCw+ELC85hCIAq3Am0U6JUKjkHJNzIsFAqDqShQHRhY6bKqgvgGCZOSFDhAUiWCYQwJSxGHKqGAE/5EqIHBjOgyRQELCBB7EAQHfySDhGYQdDWGQyUhADs=");border:1px solid #ebecf0}.editable-field .overlay-icon.aui-iconfont-edit{cursor:pointer}.editable-field .overlay-icon.aui-iconfont-edit:before{top:12px;left:3px}.editable-field .inline-edit-fields.show-button-bar{position:relative;z-index:1}.editable-field .save-options{background-color:#fff;border:1px solid #ebecf0;border-top:none;border-radius:0 0 3px 3px;outline:none;padding:3px}.editable-field .save-options:not(.show-button-bar){position:absolute;right:0;top:100%;z-index:1;box-shadow:0 3px 6px rgba(111,111,111,0.2)}.editable-field .save-options.show-button-bar{text-align:right;padding:5px 10px;position:relative;margin-top:-2px}.editable-field .save-options.show-button-bar .field-tools{border-right:none;position:absolute;top:50%;left:0px;margin-top:-12px;text-align:left;padding-left:10px}.editable-field .save-options.show-button-bar .field-tools>*{margin-right:10px}.editable-field .save-options.show-button-bar:after{content:" ";display:block;height:0;clear:both}.editable-field .save-options:not(.show-button-bar) .aui-button+.aui-button{margin-left:3px}.editable-field .save-options .aui-button .aui-iconfont-success{color:#707070}.editable-field .save-options .aui-button .aui-iconfont-success:before{font-size:14px;left:1px;margin-top:-7px}.editable-field .save-options .aui-button .aui-iconfont-close-dialog{color:#707070}.editable-field .save-options .aui-button:hover .aui-iconfont-success,.editable-field .save-options .aui-button:focus .aui-iconfont-success{color:#333}.editable-field .save-options .aui-button:hover .aui-iconfont-close-dialog,.editable-field .save-options .aui-button:focus .aui-iconfont-close-dialog{color:#333}.editable-field form.aui{margin:-2px -30px -2px -5px}.editable-field form.aui .group,.editable-field form.aui .field-group{clear:none;margin:0;padding:0}.editable-field form.aui .group:after,.editable-field form.aui .field-group:after{clear:none}.editable-field form.aui .field-group .aui-ss,.editable-field form.aui .field-group .jira-multi-select,.editable-field form.aui .field-group .group,.editable-field form.aui .field-group input[type=text],.editable-field form.aui .field-group select,.editable-field form.aui .field-group textarea,.editable-field form.aui .field-group .text{text-align:left;vertical-align:top;max-width:none;width:100%}.editable-field form.aui .field-group .drop-menu,.editable-field form.aui .field-group .jira-multi-select textarea,.editable-field form.aui .field-group .aui-ss-field{border-bottom-right-radius:0}.editable-field form.aui .field-group .inline-edit-error{background-color:#d04437;clear:both;color:#fff;font-weight:normal;margin:0;padding:5px}.editable-field form.aui .field-group+.field-group{background:#fff;border:1px solid #ebecf0;padding:5px}.editable-field form.aui .field-group+.field-group label{display:inline;color:#707070;float:none;margin:0;padding:0;text-align:left;width:auto}.editable-field form.aui .field-group+.field-group label:after{content:": "}.editable-field form.aui .field-group+.field-group .field-value{font-weight:normal;padding:0}.editable-field form.aui .aui-ss.aui-ss-has-entity-icon>.aui-ss-field{padding-left:23px}.editable-field form.aui .aui-ss>.aui-ss-entity-icon{left:5px}.editable-field form.aui .text,.editable-field form.aui .password,.editable-field form.aui .select{height:1.71429em;line-height:1;padding:4px 3px}.editable-field form.aui .select[multiple="multiple"]{min-height:6em}.editable-field form.aui .textarea{padding:2px 3px}.editable-field form.aui .select{padding:0}.editable-field form.aui .jira-multi-select>.representation .item-row{padding:1px 4px 1px 0}.editable-field form.aui .jira-multi-select>.representation .item-row>.value-item{margin:0}.editable-field form.aui .text,.editable-field form.aui .password,.editable-field form.aui .textarea,.editable-field form.aui .select,.editable-field form.aui .multi-select{box-shadow:0 1px 3px #e8e8e8 inset}.editable-field .text+a,.editable-field .textarea+a{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;background-repeat:no-repeat;border:1px solid #ebecf0;height:30px;margin:0;position:absolute;right:0;top:0;width:24px;z-index:1}.editable-field .text+a .aui-icon,.editable-field .textarea+a .aui-icon{margin:4px 0 0 3px}.editable-field .field-tools{border-right:1px solid #ebecf0;display:inline-block;margin:0 10px 0 5px;padding-right:10px}.editable-field .field-tools a+a{margin-left:5px}.editable-field .wiki-edit-content.previewClass{border:1px solid #ebecf0;padding:10px}.editable-field .wiki-edit-content.previewClass .content-inner{padding:0}.editable-field .field-group>.help-lnk,.editable-field .edit-labels,.editable-field #assign-to-me-trigger,.editable-field .description{display:none}.issue-body-content .item-details dl>dt{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 5px 2px 0}.issue-body-content .item-details dl>dd{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 0 2px 5px}.issue-body-content .item-details dl>dd .editable-field{margin:-2px 0 -2px -5px}.issue-body-content .item-details dl{margin-top:1px}#summary-val{margin-left:-5px;padding:2px 30px 2px 5px;z-index:1}#summary-val .text{height:1.66666666666667em;line-height:1.2}.editable-field #issuetype-single-select{max-width:none}#description-val.editable-field{margin:-2px 0 0 -5px;width:100%}.inline-edit-fields .wiki-button-bar{display:none}#focus-shifter>label{display:table;margin:-4px 4px -3px -24px}#focus-shifter>label input{height:22px;margin-bottom:-1px}#focus-shifter>label>span{display:table-cell;font-weight:bold;padding-right:4px}#focus-shifter-content{display:table-cell;width:250px}#focus-shifter>span.icon-close{background-position:0 0;top:14px}.ka .issue-header .issue-header-content>.aui-page-header{padding-bottom:5px}.ka .issue-header .issue-header-content>.aui-page-header .aui-page-header-actions{vertical-align:top}.issue-container{outline:none}.issue-container aui-inline-dialog2.aui-inline-dialog.aui-layer[aria-hidden="true"]{display:none}.issue-body-content{padding:0 20px 20px}.issue-body-content .module>.mod-header{position:relative}.issue-body-content .module>.mod-header>h1,.issue-body-content .module>.mod-header>h2,.issue-body-content .module>.mod-header>h3,.issue-body-content .module>.mod-header>h4,.issue-body-content .module>.mod-header>h5,.issue-body-content .module>.mod-header>h6{background-color:#fff;padding-right:5px}.issue-body-content .module>.mod-header .ops{background-color:#fff;margin-top:2px;cursor:pointer}.issue-body-content .module>.mod-header .ops .aui-button-compact{padding-right:4px;padding-left:4px;height:24px}.issue-body-content .module>.mod-header .ops .aui-dd-parent{margin-top:-3px}.issue-body-content .module+.module{border-top:none}.issue-body-content .property-list .item .name,.issue-body-content .item-details dl>dt{text-align:left}.navigator-issue-only .issue-body-content{border-bottom:1px solid #ccc}.page-type-message .issue-body-content{border-bottom:1px solid #ccc;border-top:1px solid #ccc;padding-top:10px}.page-type-message .issue-body-content .issue-error{padding-bottom:150px}.toolbar-group .toolbar-item a{border-radius:0}.toolbar-group .toolbar-item:last-of-type a{border-top-right-radius:3px;border-bottom-right-radius:3px}.toolbar-group .toolbar-item:first-of-type a{border-top-left-radius:3px;border-bottom-left-radius:3px}.aui-nav.saved-filter.favourite-filters .aui-button-subtle{display:none}.aui-navgroup-vertical .aui-nav.saved-filter.favourite-filters a:hover~.aui-button-subtle{display:inline-block}.aui-navgroup-vertical .aui-nav.saved-filter.favourite-filters .aui-button-subtle:hover{display:inline-block}.aui-navgroup-vertical .aui-nav.saved-filter.favourite-filters .aui-button-subtle.active{display:inline-block}.aui-navgroup-vertical .aui-nav.saved-filter.favourite-filters .aui-nav-selected>.aui-button-subtle{display:inline-block}
/* module-key = 'com.atlassian.auiplugin:aui-labels', location = 'src/less/aui-experimental-labels.less' */
/*! AUI Label */.aui-label{background:#f4f5f7;border:1px solid #dfe1e6;border-radius:3.01px;color:#0052cc;display:inline-block;font-size:14px;font-weight:normal;line-height:1;padding:1px 5px;margin:0 5px 0 0;text-align:left;text-decoration:none}a.aui-label{color:#0052cc}span.aui-label{color:#172b4d}.aui-label.aui-label-closeable.aui-label-split:hover,a.aui-label:focus,a.aui-label:hover,a.aui-label:active{border-color:#7a869a;text-decoration:none}.aui-label-split .aui-label-split-main:hover,.aui-label-split .aui-label-split-main:active,.aui-label-split .aui-label-split-main:focus{text-decoration:none}.aui-label.aui-label-closeable{padding-right:18px;position:relative}.aui-label-closeable .aui-icon-close{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAQAAABuBnYAAAAAKUlEQVQI12NgYFj0nwEKwKxF/9P+Q4TgLAgDIQEVQuJiCKBpwWoosrUAzbg31XT4p6QAAAAASUVORK5CYII=') 0 0 no-repeat;cursor:pointer;display:block;float:right;height:8px;position:absolute;right:5px;top:4px;width:8px}
/* module-key = 'jira.webresources:global-static-adgs', location = '/ui/aui-layout/theme.less' */
h1,h2,h3,h4{color:#091e42}body{color:#172b4d}a{color:#0052cc}a:hover,a:focus,a:active{color:#0065ff}.aui-list a:hover,.aui-list a:focus{color:inherit}.aui-list a.active,.aui-list .aui-list-item.active>a{color:#fff}.admin-menu-links .aui-nav-heading{clear:both}.admin-menu-links .aui-lozenge{float:right;margin-bottom:10px}
/* module-key = 'jira.webresources:global-static-adgs', location = '/ui/aui-layout/forms.less' */
.toolbar{background-color:#fefefe;border:1px dotted #bbb;float:right;padding:3px 5px;text-align:right;vertical-align:middle}.toolbar .sectionStart{margin-left:16px}.toolbar a{text-decoration:none}.toolbar a:hover{text-decoration:underline}form.aui select.imagebacked option,form.aui option.imagebacked{background-position:5px 5px;background-repeat:no-repeat;background-size:16px 16px;line-height:20px;padding:5px 5px 5px 26px}form.aui.top-label .ajax_autocomplete>label{display:block;float:none;margin:0 0 5px;padding:0;text-align:left;width:auto}form.aui .icon-required::before{text-indent:0}form.aui div.error{clear:both;color:#ff5630;display:block;margin:5px 0 0}form.aui div.description .aui-icon.aui-icon-small{margin-top:-2px}.tools{background-color:#fefefe;border:1px dotted #bbb;padding:3px 5px;text-align:left;vertical-align:middle}select.imagebacked option,option.imagebacked,option.selectall{background-position:1px 2px;background-repeat:no-repeat;padding:2px 0 2px 20px;vertical-align:middle}option.selectall{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:global-static-adgs/../../../images/icons/table_sql_select_16.png);border-bottom:1px #0085eb dotted}.jiraform{border-collapse:collapse;font-size:13px;margin-top:16px;width:100%}.jiraform:first-child{margin-top:0}.jiraform td{padding:0 5px 10px}.jiraform td.formErrors{padding-top:5px}.descriptionrow td.jiraformheader{padding-bottom:14px}.formtitle{border-bottom:1px solid #ddd}.aui-buttons~.help-lnk{display:inline-block;margin:10px 0 10px 10px}.help-lnk+.formtitle{margin-top:0}.fieldLabelArea,.fieldLabelAreaTop{vertical-align:top;text-align:right}.fieldLabelArea{width:180px}.fieldValueArea{vertical-align:top}.fieldLabelAreaBulk{text-align:left}.buttons-container td{border-top:1px solid #ddd;padding-top:10px}.formtitle+.aui-message,.module+.buttons-container,table.aui+.buttons-container{margin-top:16px}.radio[disabled]+label{color:#7a869a}table#issuetable+div.buttons-container,table.aui+div.buttons-container,.sub-heading{color:#999}.jiraform .radio{margin-right:5px}.availableActionRow td{vertical-align:top;padding-top:2px;padding-bottom:3px}.availableActionRow .description{clear:left}.redText{color:#de350b}.greenText{color:#14892c}.intform form{background-color:#fff}.intform form .fieldLabelArea{background-color:#fff;width:20%}.intform form .fieldValueArea{background-color:#fff;width:70%}.intform form table.maxWidth.jiraform{width:100%}.aui-popup .intform{max-height:100%}.aui-popup .intform #cancelButton{display:none}.intform .jiraformheader{padding:0.5em 1em}.intform .formtitle{color:#333}.intform .descriptionrow .jiraformheader{background-color:#fff}.intform .descriptionrow .desc-wrap,.intform .jiraformfooter{padding:0.75em 0.5em;text-align:left}.intform .descriptionrow .notify{background-color:#ff1493 !important}td.issue-fields-wrap{background-color:#fff;padding:0;width:100%}td.issue-fields-wrap .tabwrap{margin:1em 0.5em}.formOne div{margin-bottom:0.25em}.formOne div .radio{position:relative;top:2px}body:first-of-type .formOne div .radio{top:0}.field-description{margin:0}.disabled .field-description{opacity:.25;filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=25)"}.field-description p{margin:0;padding:0;font-size:0.8em}#project-import-panel{width:800px;margin:0 auto}#project-import-panel ol{margin:0 auto}#project-import-panel .pb_border{margin:15px 0;padding:5px 0;border:none}#project-import-panel .pb_border .pb_description{font-weight:normal}.jiraform #projectDetailsTable.grayBox th{padding:5px;vertical-align:top}.field_label{color:#000;font-size:12px;left:7px;position:absolute;top:1px}.field_description{font-size:12px;margin:0 10px 0 10em}.first .field_description{margin-top:5px}.last .field_description{margin-bottom:3px}.first .field_label{top:6px}.last .field_label{top:1px}.only .field_description{margin-bottom:3px;margin-top:5px}.only .field_label{top:6px}.field_error{font-size:11px;padding:0 5px 1px 0;position:relative}.wizard-buttons td{text-align:right}.wizard-buttons .wizardInfo{float:left;text-align:left}.hiddenButton{position:absolute;margin-left:-999em}.darkFooter{background-color:#f0f0f0;padding-bottom:0.5em;padding-top:0.5em;text-align:center;vertical-align:top}.wizardCell{text-align:left;vertical-align:middle;white-space:nowrap}.wizardRow{background-color:#f0f0f0;height:40px;padding:0;vertical-align:middle}.wizardTable{padding:0}.wizardTable tbody table td{padding:0 0.462em;vertical-align:top}.wizardTable tbody table td:first-child{padding-left:0}.projectOptions{clear:both;margin-top:1.5em}.projectOptions li{display:inline;background-color:#f2f2f2;margin-right:1em;padding:0.4em 0.3em;border:1px solid #bbb}.codearea{-moz-border-radius:10px;background-color:#f6f6f6;border:1px dashed #bbb;margin:1em auto;padding:0 1em;width:80%}pre.codearea h4{border-bottom:1px solid #bbb}pre.codearea textarea{background-color:#f6f6f6;border:none;font-family:monospace;font-size:100%;height:300px;margin-bottom:1em;width:100%}.fieldDescription{display:block;clear:left}#issuelinks-linktype{display:block;margin-bottom:5px}#changeTranslationLocale{margin-top:2em}#changeTranslationLocale .button{margin-top:0}.iss-nav .formLabel,.iss-nav .fieldLabelArea,.iss-nav .fieldLabelAreaTop,.iss-nav .fieldLabelAreaBulk{background-color:#fff}.iss-nav .maxWidth{width:100%}.iss-nav .titlerow td{padding-left:0}.iss-nav .formtitle{border-bottom:1px solid #ddd;color:#222;font-size:16px;margin-top:5px}.add-group{clear:both}.ab-drag-wrap{clear:both;background-color:#f0f0f0;float:left;overflow:auto;margin-top:14px;padding:7px;min-width:350px;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px}.ab-drag-wrap .buttons-container{margin-top:8px}.ab-drag-container{float:left;width:340px;margin-left:16px}.ab-drag-container:first-child{margin-left:0}.ab-drag-container h4{margin:7px 0}.ab-items{background-color:#fff;border:1px solid #bbb;padding:7px}.grabable{list-style:none;padding:0;margin:0;min-height:100px;padding-bottom:28px}.grabable li{background-color:#f7f7f7;border:1px solid #ddd;cursor:move;margin:3px;padding:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.grabable li:hover{background-color:#d8e4f0}#userformat .module,#userformat .mod-header h3,#userformat .mod-header{background-color:transparent}#userformat .mod-header{background-image:none}#userformat #full_profile_ops .item-details,.user-details-container #full_profile_ops .item-details{list-style-type:disc;padding-left:16px}.user-details-container{width:60%;margin-bottom:2em}.landf-restore{margin-top:1em;padding-top:1em;border-top:1px solid #ddd}#edit_user_defaults .fieldLabelArea{width:30%}.integrity-checks{margin:6px 0}.integrity-checks p{margin-bottom:0;padding-left:20px}.integrity-checks input{margin-right:3px}.logging-container{margin-bottom:2em}.view-group-container .item-details{margin-bottom:1em}.view-group-container h4{margin:0.5em 0}table#filter-subscription-cron{border-spacing:0;border-collapse:collapse}table#filter-subscription-cron .fieldLabelArea{width:130px}table#filter-subscription-cron .fieldLabelArea+.fieldValueArea{padding-left:10px}table#filter-subscription-cron .fieldValueArea label+label{margin-left:10px}table#filter-subscription-cron .cron-options-tab-panel{padding:0;margin:0}table#filter-subscription-cron .cron-options-tab-panel>table{border-collapse:collapse;padding:0}table#filter-subscription-cron .cron-options-tab-panel td{padding:10px 0 0}table#filter-subscription-cron td{padding:0}#project_summary{margin-bottom:1em}table.bulk-edit-user-groups thead tr th,table.bulk-edit-user-groups tr.butt-row td{text-align:center}table.bulk-edit-user-groups .field-group{width:90%;margin:0 auto}table.bulk-edit-user-groups .field-group select{min-width:100%;margin-bottom:1em}#filterSearchForm{margin-bottom:0}.filterSearchInput{border-collapse:collapse;border-spacing:0;width:100%}.filterSearchInput .fieldLabelArea{width:150px}.filterSearchInput font{font-size:0.9em !important}.filterSearchInput .fieldDescription{font-size:0.9em}#filter_search_results{padding-top:8px}#filter_search_results .pagination{clear:both;margin:0 0 0.714em}#oauth-plugin form.aui fieldset div{margin-top:1em}#oauth-plugin form.aui label{display:block;font-weight:700}#oauth-plugin form.aui .description{display:block;font-size:11px}#oauth-plugin form.aui label .form-icon{display:inline-block;width:16px}#oauth-plugin form.aui label .form-icon span{display:none}#oauth-plugin form.aui .field-value{margin-bottom:6px}#oauth-plugin div.content .content{margin:0}#embcwd.list-directories{padding:0}#embcwd.list-directories h3{font-size:16px;margin:10px 0}#embcwd.list-directories p.description{padding:0;margin:16px 0 0}#embcwd.list-directories p.description:first-child{margin-top:0}#embcwd.list-directories #new-directory{margin:16px 0}.issuepicker{border-top:1px solid #2684ff}.multi-picker-pop{border-top:1px solid #c1c7d0;padding-top:8px}.overlabel{color:#7a869a;display:none}.overlabel-apply{color:#7a869a;cursor:text;font-style:italic;position:absolute;text-align:left;left:0;top:0;padding:3px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}form.aui .field-group label.overlabel{left:3px;top:3px}#add-project-fields .sample-project-container{max-width:340px}#add-project-fields input.text[name="key"]{width:125px}#add-project-fields .jira-inline-avatar-picker-trigger{cursor:pointer}#edit-project-warning-message{margin:0 0 10px}#project-edit-key{width:125px}#edit-project-key-toggle{margin-left:10px}a.aui-iconised-link div.yad{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#manage-attachments .buttons-container.form-footer{border-top:0}#assign-to-me-trigger{display:inline-block;margin-left:10px}.full-width-field~#assign-to-me-trigger,.jira-dialog #assign-to-me-trigger{display:table;margin-left:0;margin-top:5px}#issue-filter .date-searcher,.date-searcher{min-width:370px}#issue-filter .date-searcher .field-group,.date-searcher .field-group{margin-bottom:4px}#issue-filter .date-searcher .field-group .error,.date-searcher .field-group .error{margin-left:25px}#issue-filter .date-searcher .field-group .js-dp-type-toggle,.date-searcher .field-group .js-dp-type-toggle{margin-left:0;margin-right:8px}#issue-filter .date-searcher .field-group label,.date-searcher .field-group label,#issue-filter .date-searcher .field-group input,.date-searcher .field-group input,#issue-filter .date-searcher .field-group select,.date-searcher .field-group select,#issue-filter .date-searcher .field-group span.icon-date,.date-searcher .field-group span.icon-date{float:none;display:inline-block}#issue-filter .date-searcher .field-group input,.date-searcher .field-group input,#issue-filter .date-searcher .field-group select,.date-searcher .field-group select,#issue-filter .date-searcher .field-group span.icon-date,.date-searcher .field-group span.icon-date,#issue-filter .date-searcher .field-group .helpLink,.date-searcher .field-group .helpLink{margin:0 1px}#issue-filter .date-searcher .field-group input[type='text'],.date-searcher .field-group input[type='text']{width:40px}#issue-filter .date-searcher .field-group label,.date-searcher .field-group label{width:auto}#issue-filter .date-searcher .field-group input.js-start-date,.date-searcher .field-group input.js-start-date,#issue-filter .date-searcher .field-group input.js-end-date,.date-searcher .field-group input.js-end-date{width:75px}#issue-filter .date-searcher .field-group:last-of-type,.date-searcher .field-group:last-of-type{margin-bottom:0}#issue-filter .date-searcher~.description,.date-searcher~.description{padding-top:5px}.selectorform{margin-bottom:16px}#issue-workflow-transition .cf-select,#create-issue-dialog .cf-select,#edit-issue-dialog .cf-select,#issue-create .cf-select,#issue-edit .cf-select{max-width:100%;min-width:0;width:auto}#assign-issue .jira-attachment-field,#log-work .jira-attachment-field,#comment-add .jira-attachment-field,#comment-edit .jira-attachment-field{display:none}ul.optionslist{margin:0}ul.optionslist>li{font-weight:bold}ul.optionslist>li>ul{display:block;font-weight:normal;list-style:none;margin:0;padding:0}ul.optionslist>li>ul>li{display:inline}ul.optionslist>li>ul>li:before{content:", "}ul.optionslist>li>ul>li:first-child:before{content:none}#inline-dialog-create_issue_popup .loading *{display:none}#inline-dialog-create_issue_popup .loading{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:global-static-adgs/../../../images/gadgets/loading.gif") center no-repeat;height:100%}#inline-dialog-create_issue_popup .loading-small *{display:none}#inline-dialog-create_issue_popup .loading-small{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:global-static-adgs/../../../images/gadgets/loading_100.gif") center no-repeat;height:100%}#inline-dialog-create_issue_popup .message{margin:1em}#inline-dialog-create_issue_popup{min-width:20em;z-index:2000}#inline-dialog-create_issue_popup form.aui fieldset{padding:10px}#inline-dialog-create_issue_popup .button-panel{border-top:1px solid #eee;clear:both;padding:10px;text-align:right}#inline-dialog-create_issue_popup .buttons-container,#inline-dialog-create_issue_popup form.aui .buttons-container{margin-bottom:0;min-height:0;overflow:hidden;padding:8px;position:relative;text-align:right}#inline-dialog-project-key-help-popup{z-index:3500}#inline-dialog-project-key-help-popup .project-key-help{padding:10px}#inline-dialog-project-key-help-popup .project-key-help ul{margin-top:6px}form.aui.recipients-form fieldset{padding:10px;margin:0 auto}form.aui.recipients-form .cancel{padding:0;position:absolute;right:5px;top:5px;z-index:101}.recipients .remove-recipient{border:0;padding:0;line-height:1;cursor:pointer;background:transparent;float:right;height:24px;opacity:0;width:24px}.recipients ol{clear:both;list-style-type:none;margin:8px 0 0 0;overflow:hidden;padding:0}.recipients li{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;padding:2px 2px 0}.recipients li:before,.recipients li:after{content:" ";display:table}.recipients li:after{clear:both}.recipients li:hover{background-color:#ebecf0}.recipients li:hover .remove-recipient{opacity:1}.recipients li .remove-recipient:focus{opacity:1}.recipients .user-hover{float:left;max-width:174px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recipients img{height:22px;margin-right:4px;vertical-align:bottom;width:22px}#comment-add-dialog #comment,#edit-comment #comment{max-width:none}
/* module-key = 'jira.webresources:global-static-adgs', location = '/ui/aui-layout/modules.less' */
.module{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;margin-top:25px}.module:before,.module:after{content:" ";display:table}.module:after{clear:both}.module:first-child{margin-top:0}.module>.mod-header:before,.module>.mod-header:after{content:" ";display:table}.module>.mod-header:after{clear:both}.module>.mod-header>h1,.module>.mod-header>h2,.module>.mod-header>h3,.module>.mod-header>h4,.module>.mod-header>h5,.module>.mod-header>h6{margin-top:0}.module>.mod-header+.mod-content{margin-top:10px}.module>.mod-content:before,.module>.mod-content:after{content:" ";display:table}.module>.mod-content:after{clear:both}.module>.mod-content iframe{border:0;margin:0;padding:0;width:100%}.module+.module{margin-top:25px;padding-top:25px}.property-list{display:block;margin:0;list-style:none;padding:0}.property-list>li{margin:1px 0 0 0;padding:0;position:relative}.property-list img{vertical-align:text-bottom}.property-list .item{margin:1px 0 0 0}.property-list .item .name{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word;color:#7a869a;display:inline-block;font-weight:normal;padding:2px 5px 2px 0;padding-right:5px;text-align:right;width:150px}.property-list .item .value{word-wrap:break-word;overflow-wrap:break-word;display:inline-block;max-width:100%;padding-bottom:2px;padding-left:5px;padding-top:2px;position:relative;vertical-align:top}.property-list .item .value .value{padding:0}.property-list .wrap{padding:0 10px 0 150px}.property-list .wrap:before,.property-list .wrap:after{content:" ";display:table}.property-list .wrap:after{clear:both}.property-list .wrap .name{float:left;margin-left:-150px}.property-list.two-cols:before,.property-list.two-cols:after{content:" ";display:table}.property-list.two-cols:after{clear:both}.property-list.two-cols>.item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;clear:left;float:left;width:50%}.property-list.two-cols>.item-right{clear:right;float:right}.property-list.two-cols>.item.full-width{clear:both;width:100%}.msie .property-list .wrap .value{display:block}.module>.mod-content .issues{display:block;margin:0;list-style:none;padding:0}.module>.mod-content .issues>li{margin:0;padding:0;padding-left:26px;position:relative}.module>.mod-content .issues>li+li{margin-top:5px}.module>.mod-content .issues>li .aui-icon,.module>.mod-content .issues>li img{left:0;margin-top:2px;position:absolute}.module>.mod-content .issues>li .issue:after{content:"."}.issue-list .issue-list-key{width:15%}.issue-list .issue-list-date{width:35%}.criteria-group{border:1px solid #ccc;border-left:5px solid #ccc;border-radius:3px;margin:20px 0 0 0;position:relative}.criteria-group .criteria-group{border-right:0;border-radius:3px 0 0 3px;margin:10px 0 10px 0}.criteria-list{list-style:none;margin:0;padding:0}.criteria-item{border-top:1px solid #ccc;padding:5px 0 5px 10px}.criteria-item>.aui-buttons{float:right;margin-top:-5px;padding-right:5px}.criteria-item>.aui-buttons .aui-button{color:#707070;opacity:0;filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)";padding-left:5px;padding-right:5px}.criteria-item>.aui-buttons .aui-button:focus,.criteria-item>.aui-buttons .aui-button:hover{color:#333;position:relative}.criteria-item>.aui-buttons .aui-button:after,.criteria-item>.aui-buttons .aui-button:before{color:inherit}.criteria-item>.aui-buttons .aui-button[aria-disabled="true"]{color:#ccc;cursor:not-allowed}.criteria-item .aui-button:focus,.criteria-item:hover>.aui-buttons .aui-button{opacity:1;filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)"}.criteria-post-functions .criteria-item{counter-increment:postFunctions;padding-left:40px}.criteria-post-functions{counter-reset:postFunctions}.criteria-post-functions .criteria-item:before{content:counter(postFunctions) ".";float:left;margin-left:-30px;width:20px;text-align:right}.criteria-group-actions{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;background:#f0f0f0;margin:0;padding:5px 10px;width:100%}.criteria-group-actions select,.criteria-group-actions option,.criteria-group-actions p{font-weight:bold}.criteria-group-actions p{margin:5px 0}.criteria-group-actions .aui-button{float:right}form.aui.criteria-group-actions .select{margin:0;max-width:none;width:auto}form.aui.criteria-group-actions label{color:#333}.workflow-transition-info{margin:20px 0 0 0}.workflow-transition-info .tabs-menu{vertical-align:top}.workflow-transition-info .tabs-pane{padding:20px 0}.criteria-move-down span,.criteria-move-up span{display:inline-block;height:16px;overflow:hidden;text-align:left;text-indent:-999em;vertical-align:baseline;width:16px}.criteria-move-down span{background:transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAZklEQVR42mP4TyFgGDUAvwEFBQVg/O3bt6FkwIIFC+Aa0fGiRYsIG/Dz58//nZ2dGJq7urrAckR54c2bN/+rqqrgmkHst2/fkhYGN27c+F9YWAjGN2/eJC8Q9+7d+3///v3DPSkDAD0iz0y/dSoAAAAAAElFTkSuQmCC") no-repeat 0 0}.criteria-move-down[aria-disabled="true"] span,.criteria-move-down[aria-disabled="true"]:hover span,.criteria-move-down[aria-disabled="true"]:focus span{background:transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAZUlEQVR42mP4TyFgGDUAvwFnzpwB4z9//gwlA+7evQvXiI7v3btH2IC/f//+v3r1KoZmkBhIjigv/Pjx4//58+fhmi9cuPD/58+fpIXBx48f4QZ8+vSJvEB8/vz5/xcvXgz3pAwAzJjsLM9Dui4AAAAASUVORK5CYII=") no-repeat 0 0}.criteria-move-down:hover span,.criteria-move-down:focus span{background:transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAANklEQVR42mP4jwYYqChgbPyJJIEKYzCoggt8CwfxI78jtDxxNDZ2fIpsxnFT05Oohi5cTL7TAYz06apV/wRhAAAAAElFTkSuQmCC") no-repeat 0 0}.criteria-move-up span{background:transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAARklEQVR42mP4jwYYqCiwdz+qwI3CwpvIAm+qCgqq3iIEfnYWAEHXT7jAggIwWAQX+PbtW0HBu2/fkG0pKPiGai2GAAlOBwB+mO/W7x1zRQAAAABJRU5ErkJggg==") no-repeat 0 0}.criteria-move-up[aria-disabled="true"] span,.criteria-move-up[aria-disabled="true"]:hover span,.criteria-move-up[aria-disabled="true"]:focus span{background:transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAcUlEQVR42u3SMQrAIAwFUO9/NkEXR111jVOESIqFuLTU2kKhoPCXyH8IUfHLoxZwDcQYOaX0DAAA1lrvyTnPAYjIxpgOWGu5lHIPqLWyc66XJW3W7oaA9/5QloQQxgAR9UixPV9mU1sQ4Kz4DfCPr7wBqLDr9uab2cAAAAAASUVORK5CYII=") no-repeat 0 0}.criteria-move-up:hover span,.criteria-move-up:focus span{background:transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAARUlEQVR42mP4jwYYqCiwcDGqwHFT05PIAk8cjY0dnyIEvoUbA0Hkd7hAhTEYVMEFPn36ZGz87NMnZFuMjT+hWoshQILTAYEY6V2rN23KAAAAAElFTkSuQmCC") no-repeat 0 0}.criteria-toggle-link{display:none}.twixi-block .toggle-trigger,.toggle-wrap .toggle-trigger{display:block}.twixi-block.collapsed .twixi-content,.toggle-wrap.collapsed .twixi-content,.twixi-block.collapsed .twixi-wrap.verbose,.toggle-wrap.collapsed .twixi-wrap.verbose,.twixi-block.collapsed .toggle-block,.toggle-wrap.collapsed .toggle-block,.twixi-block.collapsed .mod-content,.toggle-wrap.collapsed .mod-content{display:none}.twixi-block.collapsed .twixi-wrap.concise,.toggle-wrap.collapsed .twixi-wrap.concise{display:block}.twixi-block.collapsed .icon-twixi,.toggle-wrap.collapsed .icon-twixi,.twixi-block.collapsed .twixi-closed,.toggle-wrap.collapsed .twixi-closed{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX///9wcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHDRPAkXAAAADHRSTlMAESIziJmqu8zd7v+91kxoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADIxLzEyLzEymvNa/wAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAArSURBVAiZY2DAB1iaoAy2XQZQVvRiKIMVLlQ9AU0EpoZjhwLUnEa81iABAFHzB8GYPzdNAAAAAElFTkSuQmCC)}.twixi-block.collapsed .toggle-title>svg,.toggle-wrap.collapsed .toggle-title>svg{transform:rotate(-90deg)}.twixi-block .twixi-content,.toggle-wrap .twixi-content,.twixi-block .twixi-wrap.verbose,.toggle-wrap .twixi-wrap.verbose,.twixi-block .toggle-block,.toggle-wrap .toggle-block,.twixi-block .mod-content,.toggle-wrap .mod-content{display:block}.twixi-block .twixi-wrap.concise,.toggle-wrap .twixi-wrap.concise{display:none}.twixi-block .twixi-wrap,.toggle-wrap .twixi-wrap,.twixi-block .twixi-trigger,.toggle-wrap .twixi-trigger{padding-left:20px;position:relative}.twixi-block .icon-twixi,.toggle-wrap .icon-twixi,.twixi-block .twixi-opened,.toggle-wrap .twixi-opened{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX///9wcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHDRPAkXAAAADHRSTlMAESIziJmqu8zd7v+91kxoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADIxLzEyLzEymvNa/wAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAySURBVAiZY2AgCbA0MDCkgBgcWxlYd4AYjN0B0YvAclrbdxmAGcyrF0OVWxqQZjwDAwA8XgfBciyedgAAAABJRU5ErkJggg==);background-repeat:no-repeat;cursor:pointer}.twixi-block .twixi,.toggle-wrap .twixi,.twixi-block .icon-twixi,.toggle-wrap .icon-twixi,.twixi-block .twixi-opened,.toggle-wrap .twixi-opened,.twixi-block .twixi-closed,.toggle-wrap .twixi-closed{display:block;position:absolute;left:0;top:2px}.twixi-block .twixi,.toggle-wrap .twixi{height:16px;width:16px}.twixi-block .twixi .icon,.toggle-wrap .twixi .icon{top:0}.twixi-block h1.toggle-title,.toggle-wrap h1.toggle-title,.twixi-block h2.toggle-title,.toggle-wrap h2.toggle-title{background-position:3px 7px}.twixi-block h3.toggle-title,.toggle-wrap h3.toggle-title{background-position:3px 4px}.twixi-block h4.toggle-title,.toggle-wrap h4.toggle-title,.twixi-block h5.toggle-title,.toggle-wrap h5.toggle-title,.twixi-block h6.toggle-title,.toggle-wrap h6.toggle-title{background-position:2px 2px}.twixi-block .toggle-title,.toggle-wrap .toggle-title{display:inline-block;cursor:pointer}.twixi-block .aui-button.toggle-title,.toggle-wrap .aui-button.toggle-title{padding:0;position:absolute;left:0;top:3px;width:14px;height:14px;border:0}.twixi-block .aui-button.toggle-title svg,.toggle-wrap .aui-button.toggle-title svg{display:block}.twixi-block .concise .flooded,.toggle-wrap .concise .flooded{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%}.twixi-block .verbose .flooded,.toggle-wrap .verbose .flooded{overflow:auto;overflow-y:hidden}.msie .twixi-block .concise .flooded,.toggle-wrap .concise .flooded{word-wrap:normal;word-break:normal}#add_project_link .twixi-content{padding-top:10px}.admin-summary-panels{margin-top:20px}.admin-summary-section{padding-left:48px}.admin-summary-section ul{list-style:none;padding:0}#admin-summary-panel .aui-icon-small::before{font-size:14px}
/* module-key = 'jira.webresources:global-static-adgs', location = '/ui/aui-layout/issue-view.less' */
.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}#security-val .note{color:#d04437}#viewissuesidebar{width:35%;padding-left:30px}.user-content-block{overflow:auto;overflow-y:hidden}.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}#customfieldmodule #customfield-tabs .tabs-menu{margin-top:20px;margin-left:-10px}#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}#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("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/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}.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}.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}#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}#vote-label,#watch-label{color:#5e6c84}.tickLabel{font-size:11px}.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}.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, #fff 100%);pointer-events:none}#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}.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}.activity-name{color:#666;min-width:150px}.activity-old-val,.activity-new-val{min-width:250px}.file-progress .progress-fill-color{background-color:#cccccc}.file-progress{position:relative;height:2px;width:320px;padding:5px 0}.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}.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}@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%}}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/core.less' */
body{min-width:990px;overflow-y:scroll}img,fieldset{border:0}td>ul{margin-left:0;padding-left:16px}td.confluenceTd>ul{padding-left:40px}kbd{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;background-color:#f7f7f7;border:1px solid #ccc;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;color:#333;display:inline-block;font-family:inherit;font-size:13px;line-height:20px;margin:0 0.1em;min-width:2em;padding:0.1em 0.6em;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:bottom}.hidden{display:none !important}.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-details{list-style:none;margin:0;padding:0}.item-details dl{border-spacing:0;display:table;table-layout:fixed;margin:0;width:100%}.item-details dl>dt{color:#7a869a;display:table-cell;font-weight:normal;text-align:right;vertical-align:top;width:140px}.item-details dl>dd{display:table-cell;padding-left:10px}.item-details dl>dd>a{word-wrap:break-word;overflow-wrap:break-word}.item-details dl+dl{margin-top:5px}.item-details>li{margin-top:0}.item-details>li+li{margin-top:5px}.aui-page-panel-nav .item-details dl{display:block}.aui-page-panel-nav .item-details dl dt,.aui-page-panel-nav .item-details dl dd{display:block;margin:0;padding:0}.aui-page-panel-nav .item-details dl dt{text-align:left;width:auto}.context-issue-type{display:inline-block}.context-issue-type+.context-issue-type{margin:0}.jira-adbox{-moz-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;border:1px solid #c1c7d0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;background:transparent none no-repeat bottom right;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAABuCAYAAABWSF80AAACP0lEQVR42u3dzbGCMBSGYZxxw46texuwg5RADzZhF7RBH7TBgk64OHNwrtxo4JrAOfguvp2jmWckP4Qcsr7vszFt2x6GuCHNkF5R7m3KtGd0nILWyjDHdENyU6jKQc3ATlGdclATsFPUxtP485DjBo3L5fdfwTZyZelFFbhpw08bN7AK/GNrjbC/UQtPowvlqCph94CqDnYvqKpgraHeAoOXClhrqG7GrGBzWIuomcxK1HYFVlEzmT+rhLWMqhbWOqpK2D2gqoO1hlq++awaWGuoobtTKmC1o15f4FRv0m0Nqx313Ka5H3v7ZtQs0U5E9e2oBxmgOlDT5ChtWpILqOvMIkAFFVRQQQUVVFBBBRVUUEEFFVRQQQUVVFBBBRVUUEEFFVRQQQUVVFBBBRVUc6hd4BnXpSlBjZ+nY/KgxsvjCW1QE8B+K2ojx4f+k3IuLKP/slzmwIK6LMWcrgDU+Kg9qKCqQ+1AjY9a+Q7Sgfo56p8TiqDGQX2CBTUe6gMW1GVx775P6iaeQY2MyjL1c9Qa1DRr/xzU+CuqTgaoxwluUJcfkWeZmmDjrwI1PmqwKDqonxXPKX27rKP8qlVxVsrBcxfJrbLvL6uA+gWsMxzfWzVOa6KmqgOlKXXqq8P3mo/bjkFDZe2Sod77oCugEVEFdpwNXFv971IJQVayrFy/1KcHVfOUyGmecYAKKqigggoqqKCCCiqooIIKKqigggoqqKCCCiqooIIKKqigggoqqKCCCiqooIIKKqjWUH8Avm1Svml3YkkAAAAASUVORK5CYII=");padding:30px 120px 30px 20px;width:auto;margin:0 auto}.jira-adbox.jira-adbox-medium{max-width:500px}.jira-adbox.get-started-message{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPoAAACMCAYAAABVl7ThAAAPZElEQVR42u2dabAVxRmGWQIiImAEFMUrqyDIngAxRhQSlgjKD4kaghCEKGKEVIIKAgKKKBACigEjIJYhYVFANkUsiImFIShCRIOhBcImkV0Jsgg33XW/Wx7gnNPdM90z3TPvj6dc6p6ZMzP9nJnp/pYShYWFJUB6YIyBEOQ4p9U5f+KUcfW6Y/BDdBBQdP7fNTlzOYVEFYgOIHpCROf/vIAznPNVhuSCphAdQPRk0I6z+RzBi7kJogOI7jcVOS/kEByiA4ieAG7h7JJIDtEBRPeUCpzpCoJDdADRPaUV598akguuh+gAovtBac5QzilNyQXNIDqA6O5TjfNWAMGLqQPRAUR3m+8pTrjloypEBxDdXR7knAwpuaAcRAcQ3T0upBj1QgOccPm6Y/BD9LRyOWetIckFuyA6gOhu0ZSzw6DkgnUQHUB0d+jK+dKw5ILlEB1AdDeoxTltQXLBDIgOILo7rLMk+hiIDiC6O9xlSfS+EB1AdHf4FudjC6K3g+gAortFJwui14LoAKK7x2yDkn8tnhQgOoDo0VGeQlpVKsZsMST6VtevOwY/RE8SZTkr6Q5bV+Hv63P2GRB9KUQHED06yRdnyDdd8XONObtDij4WogOIbp9SWd65ReGIaxU/fyVndQjRe0B0ANHtMyWHgCs0tlGS0zNA+ShBE4gOILpdHpVI2DvA00E3zvwsDRqyccrlVkwQHaIngV4KIh5WnJjLRjnOjZzBnJlUZupDznbONs4Gzh99uO4Y/BDdV27WqAqziUo3W2myCNEBRLdDPc5BzffoVbTGDtEBRPeASzifBJwdX0WBMhAdQHTHl9GWhVzzFg0Sm0F0ANHd5XGDsenPcGpAdADR3SsBZTrjTAi/kNOBOrQkNnIQgx+i+0BBgMk3XfZwJopGiZSzDtEBRI+QMpx3LUt+Lkc4b3BGcbrTO/1lPt/1Mfghuus8FbHkqiyC6ACim6Et54yjoveD6ACih6cyZ6ejkhcGmbGH6ACin88shyXfgHd0ANHDc4vDkgtGQ3QA0cM/su92XPTGEB1A9HBMdVzyzVheAxA9HG0cnmUv5nGIDiB6uA4qGx2XXNAIogOIHpwBHkj+HiLjAEQPzrcjiGU3wf0QHUD04DzjgeTHqegFRAcQPQB1NWq/xckcZK8BiB6cOR5IXkhx93HGFnTmjOS8zFlD5bREiPB+qkq7kTLuxNNRf851VKseokP02GnuieQbYzg3Ipb+15y/h1hy3Ec/DJ0w+CF6nCzyRPR7Ijwn3+e8StVvjB0DBj9Ex91cflcsF8H5EI/aS20dBwY/RI+LVz0R/QnL5+EC2scpm8eBwQ/R46C+B6GugmOcKhbPQ21KebV+LBj8ED0OXvDkbj7ZckupyIKEMPghetRUpeAT1yU/SdVnbZyDW6OOHcDgh+hRM9STu/mLlo7/xyHex0WK7DTOL8WSGc3Qt6AS1XdwRnBe43wB0SF6nIhyybs8kPzrEK2W8/Edzv80v8teCpTR+T4iE7ALZ0HxXAgGP0SPki6e3M2ft5S4o1PsUvR1H8S5MOR+G3KWYPBDdCypRfNuvkDjO7xODSMQ6w68E72KJ8krv7dw7Ldr7H9UZow6RAe+iT7QA8mPmr6T0qO36iN7f2SvAZ9F96VM1AgLxz5Icd8jkaYKfBX9YsrA2uGB5J9xKhg+/rKKpasX23hcDyV6kntIG6QUFRHsSVVD51NH0E9pNjVb9ZI9dNcTiQ1TqIZaW5LFt+O/kjMux7GmKUNN5d38oIXXBYhukaacwZyVnC8NDkCxDvohhWN2NbDcYhPR2OAlTybdMvkH/TibPh9LFPY9yMkKMxD6LJqwora+n0acaPEKpxtlPrlwHn5I1U0KPUT8kLa2cE7KK/zgfRbVDzdED/bedTeV84l7kH7OGcu5KqYJth6cDzwVvJiZls5PZwdSYCF6wGWSgY5OLJ2k2Oy6DBNsukUlbKWhjnGpGQREV5tY6+1RjLboXVYNE2xK9IixTNZOp6vApkzylpz3PRzAhynDqZSheQgfJ9hkvGFx3NRSCJJZANHjR0xyTeCc9nwwv0vVXIKeh8cSJncxX1iKZ+/IWaZYPecpiB4vDQ1GcYl3wBX0yHsf5SK3oHfpAnocvob+X3vOz+ndTiR/MINhnUHWiOtwTiRU9F6Gx0wnKsus8x1+BdHj444A+cKZnKCAlwEksIna3ndyphsoO9TL8Dumr5h8ZK4fYllxAESPnpKKs6S5WMvpx+z25ipLJYjmMf2a3zupnLDqvjokVPLdhmbZRQGN4SHnLX4D0aNfD54V8GIt5Fwfw3cuoEi5o4rfc5hGLLU4Hx8lUPLTzExbpdqGYigmQvRog18WB7hIK6ksUNzfvwotp52WhHdeEUM6qWvlnIcZON/tmZnKraconwGiR1S/bIHmBdpL78wuxtn/NUcgTR/NH45DBgbyNs6/HJJ8qYGlxl+w4G2SztBknXjcbxVH6HKaRX9R82KJd+PKjs8zDGRnl1JeoZn+OM2QWLdTTL4LkovKqZVCntuHAu5bBFmN5tSMe3ykVfRhmjPp93p0bM1oaU6sHtyo+VRgIm7gLXqPdUFykUXYIAbJd9ByallXxoVPoofuEU3cpnHBxHZv8PCHrCKdK53PvG0oBLchrQ64IPq2kOexj+b+jtMd3LlUYtdFr8EM9oimQJVDGo9d9VISCfgTQ2JNMjyhZyKlN+g5aaf5hPO+odiJVIlupUe0xo8Fo3jltGTl/cdQymzxu/BvHZqIuyjgDeZzjX1Mdukx3QfRrfaIVuS/LkyeRIipePa+Gdt8xSHR6wTIVvybxtr8AB+usyuiR9IjWvFR77spkrzA0Oz4unOWr9Y6JHobzXMySEPyHr5caxdEj6xHtAI/TVka7hxLMm13SPRbNdNLVX/4evh0reMWPdIe0RKmp0zyGw2dt5eybPuoQ6L30zgncxW3OcK36x2n6JH3iM7DVlZUzC9NVXNM1HoTed2XZ3kNcyn0dajiOWmtkf1WEqI73CM6Dz9K2d38XkMSDc4RRuuS6JMVz4nKJLAIgb7Ux2seh+ix9YjOE9qaJskray4d5eKTHEtKNSOQV+dJ8M8K56SR4rZu8/W6Ry16rD2ic0Ry1UuZ6JMMydYpTzEGm5JvpwAonZBc2TmZamg7EJ050COaHu0PpXgC7lpDS5iLJbEQtiRfRdvXeS37SGFpVyVashlE96RHNFE3o7BCw5SJvsKAbCckQSi2Ht3HUWrxjAABUGHH5Qrfr31UojvRIzqDqpzxKZO8qyHhnpTsx7ToQtSO7Jvy27o5D2ckuegq1YU6QnSz0UYjUyZflOWrmQHpdivEjpsUfTn7phmFeMJ7J+B2LsuTw79X8tk9zE4DxsSJ7kyP6BTzcEjhDtH8ikp+eyUDgn9FGXCZ4+GuENvL1fqogcJnn03CGIhCdGd6RKeU6ky/jbNYvvoLKyrQ0YrejXX2OTuElG9nWQkpr7lacy7tc3zPHiFWFyD6OTjTIzqlqFa4FT3YJ1Iw00UG9iviJVZrRtn1z/FUNzLkE0KuOn8TFRJXKkF0OU71iE4hrSXv2yJOvWeWMFaTdGHy8tGvsdwtkgroUT6M6A/m2LasAvCmpIwF26I71SM6ZYg7Y2aboKP0dDWQRdiuNyNKsR/9qGde+y0Kj8ZzDbzzj86x7X8yed1+iK6AUz2iU8YPWFFdvdH072Uc+E4VqNCFCMF9lMnLHpvIsBPRj41zbH+/5LPjIbqZ/l07IaTVO7rP300saa03IPq0PPuQvRIMhehqSfxO9YgGXtHPgORHMtbhsyH7/ECInhtne0QDb6hkKMPuYcl+ZJ9/AKKfj/M9ooE3TDAg+TaFOQDZNoZA9LPTEr3oEQ2Ml4m+2tCaeybXMDOVh7or7OtwyLj+VIjuXY9oYKRohYgyu48CcXbQ9X+MltBM7GOZAcnfUZzw2yLZzuy0i+5lj2gQiKs4vTm/47yZJxd8DQvf9KIzM5MMo1qy+3XJdtanWXRve0QDZRrR05qIHNuo8dQmxkW7gPsU6/wmWi2/rLFPWQjsMYNPKv6IzjzvEQ2ka9s1WFFt+3kseCUa8bm+AfYvwqWPh5T8GB2DySW8G1IlOktAj2igRTVantoa8LoHWVFZZSnUNRct01IjwabkzvWIBoEQEWq9Ahau0J1sHRpC8j0BVgDEsR2QbHdDKkRnCeoRDUInpogffN1S3T/TTG0NKnrvgMc1X2HbLRItOktYj2hghKuZXkknMZHXVuMOG2Sidz0LXu7pHoXtP5dY0VkCe0QDo3f3cRpjY69GznuQlsttQxxLRSZvrCiSX6onTnSW0B7RwDh9NFZhVisGsei2izKRGKXSEGJSEkVPZI9oYAWdZpkqN4Tamq8FdQwcw82Ky4bXJUZ0luAe0cAadyrO5YgqNwUK21Nd0ptg8BhUct/XME9LP2cTPbE9ooFVVJdgVSLX/qCwnX0Ue2/q+3dT/P6PeC86S3iPaGA9sm6eYoRkS8m2useQ+VhSMc36dIgwX2dET3SPaBBJdptKs45Fku1cyvIXLvnYUgx6a6ZWMGU/86zWYabkie8RDSKhi+Jdvb5kO+/l+Xxni9//OY3Q7ro+ip74HtEgMlQKkcgyF8eyeDqbVtCYDNzhy529WPJU9IgGkdFEYSwdkARYtWfZSzdHscTVSiN77wjL3fLJOdGVekSH7I8O0sVyhTHVLc/ny7HzyzFPjfD736+xni8m6J5wOXe9WPRZCgfTEaIDDToojKmZkm28ydRLN9tgimaUnpi1b+6k6EyjRzREB5opoHsUxlW+bQzO+NuHYjiG0gFi78VE4/OcK1wTXalHdIhuqiC9PKswthrk+Xxz+putLL6KRGIeYTHTT7QR4bkzXAmbLcEUe0RDdBCATiHDqEtRBFz3mI+jNFNvP52ND+jppEGcoiv1iIboIAAXK8TAyyoB3+1Q5N9wFr545V56HRjFiopytKa7vii1dgkFHRmnhMJjyaYQTRYBkLUmXqxbiThOKFvvEDNTljoyVC7EQogOQrBAMr42eiZ6CcrAW+Wb6NIe0RAdhGC8LG7cQ9GLH+VFueiDvogu7REN0UEIhkjG13FPRc9MwBFl1E64Lrq0RzREByEYKBtjnotejKgp9zSTN250VvQHIDoIwYCUiF5MJTrmNQ6JfkBF9CEQHYTgkZSJnkktWj8X2XxHYxT96RIKjxpPQnQQgjGy7K8Ei56JSHhpw4q6F4nOtEs4mykM+IglwQ/S/EHZ/wOJ6D8v4zeppAAAAABJRU5ErkJggg==")}.jira-adbox.not-logged-in-message{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGUAAABeCAYAAAA6wdqhAAAGo0lEQVR42u2dT2gUVxzHd2azS5Z2NfXgxhiDRhdLUvCQSGLFSyuUPbS9VGQpVWKEVtIgwZa2INuToSUlQtBLpN68VKRQ2kM9FEooBSlCkFIimyCSgxKkSAgSQtj+HvyWrst7M/Nm5r3fm913+CZkMzPv936feX/nN79NLS8vp1pInaBe0AioDKqA5kG/gh6CVkAvQDX8zf6u4v/n8Xh23ihep5OiHkkGkAEdBJ0B/QBaR2fHrXW8/lksL2OhvKxuvJMXFAEIKlb+h6CedoXCQHwKekIMQqSnoEm0s6WhsC6iBHpgKAiRHqDdmVaCkgd9DtoK6ZRF0DegU6Bh0F68JnOSC3KaynPw8wwetxfPO4XXWQxpxxbWI59kKF2gOcmKs9nTdbwzd6NzVdjm4vVLWN4LSTvnsH6JgZIDfStRwUegcbyjHSKbHSx/HKfUQW2fwfoaC4XdfWMBu6kN0BSoYOj4V0D7NgJ2a2N+rZqiEsWAd9h9XMS5CZmuu2jv/QB1W0E/kEPpwCbsZ/AvuEhL8sL2ANbDr67foV9IoPTheOBl4G+g/hbb9unHevmNk326oZzzMeoxTkNTLazhADflOR1QWLO85WPIZILGjDjGnEkffzB/dahcBC75LPIKbQKDN1vzWpQuqSiUbXn/61HodBu1Dq9WMy3yUdyFDXisPTZBJ9ocRrNOoF+UQWGD2bYAyF+gnRYCVzvRP7FDGfLorn4Cpa3zPZVGP8UGZcCjhcwT7lElTQ76KzKUHo8xpGIdHUqVKCe/CloTAPmEunLVatUF9YFOg2ZB90BroBpqDT+7isewY42YFUZZGP4jADJFCILpddAcaLsBQFBt47nsGomDcsukLgthHAMthQAh0hJeMxFQxgRA7hAB6QYtxAijWX+wMkyG0uexDkkTtI6yQhjNKutqNbLjyCNBsFqeYBC/oRFIXTd0TAZkDhY9Sx/UDCQNuksApC5WdtoEKEUBkM80A3FAPxICqYvZ4FBCcTEImjeOOJrHkCsGAKnriqoxJshBZwStpKC5lRw3CEhdxymg5Hhby6CLmoFkQesGQmE2ZXVD4Q3uq7ofUkHFZyI47nfQSdBrOGurd4UufnYSjwl7/RmdULoE3dZRzUDyIZ21gPtZQcerfREWoXldUK4JwoB0r9gvh3DShTCzI5zdXQhR3mUdUHYIWkk/wSJxU9JB70WZFWGreVeyzM04F5Wif3zFAfIzQSs5IumcqTimqQhmSrLsIyqhZAQPrg4SQKlIOGUxzgUddmWLEuVXVEIpcYDcI9oBXpVwyoCC8gckyl9VCYX3StsIAZAOCYdUVayusRurStjRoQLKHsEusEsAZZeEM84rtOO8hB27VEDhxbpeIuq6eiWccVihHYcl7OhVAeUJ9R5XgzMO6b5DY2ixh+KGskfw7kQqAVByCu3IUUL5yOudCQuFBsqfHCg9FgodlKzgrVzHQqGDwnvce404wrHtoZzlQHnHQqGFcseUqbCF8j8UXr4R10Khg5ITvEadslDooOzjQLlpodBCGeFA+dhCoYVS5kB500KhhVLhQOm1UGihfM+BsoMAAgu462pQSWbrvuncOCWzdV9qOjcbFspdDpSsRhjsWfi0gdGPcWlaNnaA/XhIuUYBgydaGEhdE7JQHnOg6Iymf94GUJ7LQuGlI9c5ltTaQbJQahaKeVBsSzEQCvWYYqEYOPuyUAxcp1gopq3oNTvnEqiAgX5XTYZCuvel0THHKDNWJGqXWJNTRqlTiSTqeYoGhwwFiKw/bRoU0iePip0xKGFHySQonZTP6E0AogNMmGiWDaq1igIHbIGKEex52xQot6nivhQA2R+DTaMmQCGLkDQNiCowiYoljqnSG6AenxkW93Mf24YooZBF3ccEpNsHyATvkSwGRZR87BukgkL2fooGIF/isY5HpMr7Xq0mDjBxvsk1ZjCUZywLkQ+Qxrwujk/4UNkHTBHHLa1QeO88rhgKRRZIEChBwOwPCybK28FPOWB2Gwil6ANklnNOEChM4z5g3tINZVJ3mvSQUGSByECp4cTAK2hQKxTtGSdCQnEFQX2zHufIQBGCgc9e0Q2F6W+duVlCQvmAA+SmzzmyUJi+aAQjGKu0QNGaxSjC7Otr/PaGowHTDIaBwnQb8469AZrXPfsiyfel8cljWCg1ysUjSWY8CyU4FFGm1QMWCh0Upus6sq1aKPHkJR62UOigMM2ozuBtoYTLdb+lMte9hWLgt0JYKOG/P2VF1fenSGYzTSqUqoxP/gO58kd/ydkoSQAAAABJRU5ErkJggg==")}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/aui-overrides.less' */
.aui-toolbar{padding-top:0}.aui-avatar-inner img{height:100%}#content>header:before,.aui-page-panel-main>header:before,#content>header:after,.aui-page-panel-main>header:after{content:" ";display:table}#content>header:after,.aui-page-panel-main>header:after{clear:both}#content>header>.aui-toolbar,.aui-page-panel-main>header>.aui-toolbar{float:right;width:auto}.aui-toolbar+h2{margin-top:0}.aui-page-header-actions .aui-dropdown{text-align:left}form.aui .aui-button-link.cancel{padding-left:0;padding-right:0}.aui-avatar img:-moz-broken{-moz-force-broken-image-icon:1}.aui-message .help-lnk .aui-icon{position:relative;top:auto;left:auto}.aui-dd-parent .aui-dropdown a.item-link,.aui-dropdown a.item-link{display:block}.aui-inline-dialog .contents{padding:0}form.aui .file-input-list input[type="checkbox"]+label,form.aui .file-input-list input[type="radio"]+label{display:inline;float:none;left:0;margin:0 0 0 3px;padding:0;width:auto}form.aui .file-input-list>.field-group:first-child{margin-top:0;padding-top:0}.issue-header-content .aui-nav-breadcrumbs>li{position:relative;float:none;display:inline}.issue-header-content .aui-nav-breadcrumbs>li+li{padding-left:10px}.issue-header-content .aui-nav-breadcrumbs>li+li:before{content:"";display:block;background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg08c3ZnIGlkPSJVbnRpdGxlZC1QYWdlJTIwMSIgdmlld0JveD0iMCAwIDQgMTAiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgdmVyc2lvbj0iMS4xIg0JeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSINCXg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNHB4IiBoZWlnaHQ9IjEwcHgiDT4NCTxnIGlkPSJMYXllciUyMDEiPg0JCTxwYXRoIGQ9Ik0gMSAxMCBMIDQgMCBMIDMgMCBMIDAgMTAgTCAxIDEwIEwgMSAxMCBaIiBmaWxsPSIjNzA3MDcwIi8+DQk8L2c+DTwvc3ZnPg==") no-repeat 0 0;padding:0;width:4px;height:1em;position:absolute;top:3px;left:-4px}.aui-avatar-project,.aui-avatar-project img,.aui-avatar-project:before{background-color:transparent !important;border:0 !important;border-radius:3px !important;box-shadow:none !important}form.aui .group .radio+label,form.aui .group .checkbox+label{display:inline-block;min-height:14px}form.aui div.description{clear:left}#footer .footer-body{background-image:none}#jira .aui-restfultable .aui-restfultable-row .aui-restfultable-draghandle{height:auto}#jira .aui-restfultable-readonly .aui-restfultable-editable{height:auto}*:not(.aui-flag)>.aui-message:first-child{margin-bottom:10px}.aui-style-default aui-section{padding:2px 0}.jira-lozenge-labs{background-color:#60a222;border-color:#60a222;color:#fff}aui-badge,.aui-badge{color:#172b4d;background:rgba(9,30,66,0.13);font-weight:600}aui-badge.ghx-in-progress,.aui-badge.ghx-in-progress,aui-badge.jira-badge__primary,.aui-badge.jira-badge__primary{color:#fff;background:#0052cc}aui-badge.ghx-done,.aui-badge.ghx-done{color:#fff;background:#00875a}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/layout.less' */
.content-container{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;display:table;padding:0;margin:0;table-layout:fixed;width:100%}.content-container>.content-related,.content-container>.content-body{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;display:table-cell;margin:0;vertical-align:top}.content-container{background:#fff;border-color:#c1c7d0;border-style:solid;border-width:1px 0}.content-related{border-right:1px solid #c1c7d0;padding:10px;padding-bottom:20px;width:200px}.content-body{padding:20px}.page-type-message #content>header,.page-type-message .content-container,.page-type-message .aui-page-panel{-moz-border-radius:4px 4px 4px 4px;border-radius:4px 4px 4px 4px;border-width:1px;margin-left:auto;margin-right:auto;margin-top:70px;width:576px}.page-type-inlinedialog{background-color:#fff;overflow:auto}.page-type-inlinedialog,.page-type-popup{min-width:0}.page-type-login #content>header,.page-type-login .content-container,.page-type-login .aui-page-panel{-moz-border-radius:4px 4px 4px 4px;border-radius:4px 4px 4px 4px;border-width:1px;margin-left:auto;margin-right:auto;margin-top:70px;width:576px}#content .aui-page-panel-nav .tabs.vertical{margin:0;padding:0}#content .aui-page-panel-nav .tabs.vertical li{border:0;display:block;margin:0;padding:0}#content .aui-page-panel-nav .tabs.vertical strong{font-weight:inherit;color:inherit;cursor:inherit;margin:0;padding:0}#content .aui-page-panel-nav .tabs.vertical a{display:block;padding:7px 10px;line-height:1.14285714;word-wrap:break-word;background:transparent;color:#42526e;font-weight:normal;text-decoration:none}#content .aui-page-panel-nav .tabs.vertical a:focus,#content .aui-page-panel-nav .tabs.vertical a:hover{background:#ebecf0;color:#42526e;text-decoration:none}#content .aui-page-panel-nav .tabs.vertical a:active{background:#deebff;color:#42526e}#content .aui-page-panel-nav .tabs.vertical .active a{background:transparent;color:#42526e;font-weight:bold}#content .aui-page-panel-nav .tabs.vertical .active a:focus,#content .aui-page-panel-nav .tabs.vertical .active a:hover{background:#ebecf0;text-decoration:none;color:#42526e}#content .aui-page-panel-nav .tabs.vertical .active a:active{background:#deebff;color:#42526e}#content>header{padding:20px}#content>header:before,#content>header:after{content:" ";display:table}#content>header:after{clear:both}#content>header h1,#content>header h2{margin:0}#content>header>h1>a{text-decoration:none}#content>header #heading-avatar{float:left;height:48px;margin:0;overflow:hidden;width:48px}#content>header #heading-avatar>img{display:block}#content>header #heading-avatar+h1{padding-top:9px}#content>header #heading-avatar+ul.breadcrumbs,#content>header #heading-avatar+ul.breadcrumbs+h1,#content>header #heading-avatar+h1{margin-left:58px}#content>header .toolbar-group{margin:0 0 10px 10px}.toggle-lhc{display:none}.aui-page-focused .aui-page-panel-content h2{border-bottom:1px solid #c1c7d0;margin-bottom:20px;padding-bottom:20px}.aui-page-focused .aui-page-panel-content .buttons-container{border-top:1px solid #c1c7d0;margin-top:20px;padding-top:20px}.aui-page-focused .aui-page-panel-content .buttons-container fieldset .checkbox>label{color:#7a869a}.aui-page-focused .aui-page-panel-content .buttons-container fieldset+.buttons{padding-top:15px}.margin-fix{margin-top:50px;min-height:auto}.tabpanel-modules{margin-top:20px}.tabpanel-modules:first-child{margin-top:0}.tabpanel-modules-top+.tabpanel-modules-split{border-top:1px solid #c1c7d0;margin-top:15px;padding-top:15px}@media screen and (min-width:0) and (max-width:1280px){.tabpanel-modules-split .aui-item{display:block}.tabpanel-modules-split .aui-item+.aui-item{border-top:1px solid #c1c7d0;margin-top:15px;padding-top:15px;padding-left:0}}body.CAPS_IFRAME.page-type-login{min-width:0;background:white;overflow-y:auto}body.CAPS_IFRAME.page-type-login section .aui-page-panel{border:none;margin:0;width:auto}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/deprecated/notifications.less' */
#jira-message-container{background-color:#fff;border:1px solid #bbb;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin:16px auto;width:600px;padding:16px}#jira-message-container .aui-message{margin:16px 0 0 0}#jira-message-container>h1{margin:0 0 16px 0}#jira-message-container>h1+.aui-message,#jira-message-container .aui-message:first-child{margin-top:0}#jira-message-container form{margin-top:0.5em}.notifications{clear:both}.notifications>ul{list-style:none;margin:0;padding:0}.notifications>ul>li{background-color:#ffd;border-color:#f7df92;border-style:solid;border-width:0 1px 1px 1px;padding:8px 16px}.notifications>ul>li:first-child{border-top:1px solid #f7df92}.aui-message .icon-help{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/ico_help.png");float:right;height:16px;left:auto;margin-left:14px;position:relative;top:0;width:16px}.notify{background-color:#f0f0f0;background-position:0.75em 0.75em;background-repeat:no-repeat;border:1px solid #bbb;color:#000;padding:0.75em}.notify.info{background-color:#e0efff;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/icon-information.png");border-color:#9eb6d4;padding-left:2.5em}.notify.warn{background-color:#ffd;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/icon-warning.png");border-color:#f7df92;padding-left:2.5em}.notify.error{background-color:#ffe7e7;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/icon-error.png");border-color:#df9898;padding-left:2.5em}.notify.success{background-color:#ddfade;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/accept.png");border-color:#9ec49f;padding-left:2.5em}#announcement-banner{border-bottom:1px solid #c1c7d0;padding:8px;clear:both}.importWarningBox,.warningBox,.importErrorBox,.infoBox,.tipBox,.greenBox,.grayBox{background-position:0.5em 0.5em;background-repeat:no-repeat;color:#000;margin:0 auto;padding:0.5em}.warningBox a,.infoBox a,.tipBox a{font-weight:bold}.importWarningBox{background-color:#ffd;background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/icon-warning.png);border:1px solid #f7df92;padding-left:2.5em;width:80%}.warningBox{background-color:#ffe7e7;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/icon-error.png");border:solid 1px #df9898;padding-left:2.5em}.importErrorBox{background-color:#ffe7e7;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/icon-error.png");border:1px solid #df9898;padding-left:2.5em;width:80%}.infoBox{background-color:#e0efff;background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/icon-information.png);border:1px solid #9eb6d4;padding-left:2.5em}.tipBox{background-color:#ddfade;border:1px solid #9ec49f}.greenBox{background-color:#ddfade;border:1px solid #9ec49f;width:80%}.grayBox{background-color:#f0f0f0;border:1px solid #bbb;width:80%}.informationBox{background-color:#ffd;border:1px solid #f7df92;margin-left:auto;margin-right:auto;padding:1em;width:80%}.informationBox .error,.informationBox .success,.informationBox .info{font-size:1.2em;font-weight:bold}.informationBox .error{color:#c00}.informationBox .success{color:#006400}.informationBox .info{color:#60f}.module.message,.tooltip{background-color:#ffd;border:1px solid #f7df92}.tooltip{color:#000;display:none;font-weight:normal;padding:0.5em;position:absolute;right:10px;text-align:center;text-transform:none;width:20em;z-index:2050}.module.message.error,.errorBox,.errorBox2{background-color:#ffe7e7;border:1px solid #df9898}.errorBox{padding:4px;width:90%}.rowClear{background-color:#fff}.errorTabCell{background-color:#ffe7e7}.formErrors{background-color:#ffe7e7 !important}.loginFormError{background-color:#ffe7e7;color:#c00;font-weight:bold}#portlet-search-view-footer .errors li,.paramRemoved,.paramRemoved a,.errMsg,td.frother-control-renderer div.error{color:#c00;font-weight:bold}.errMsg{text-align:center}form.aui .errMsg{text-align:left}.formErrors ul{color:#000;margin:0;padding:0;list-style:none}.mod-content .notify{margin:0 0.75em 0.75em 0}.status-active{color:#006400}.status-inactive{color:#c00}.status-draft{color:#00c}.status-correctable{color:#c60}.status-unfixable{color:#ff0004}.bar-status-good{background-color:#0c0}.bar-status-bad{background-color:#c33}.secondary-text{color:#505050;font-weight:normal}.global-warning{background-color:#ffd;border:1px solid #f7df92;color:#000;margin:0;text-align:center;padding:5px}.global-warning p{margin-bottom:0}.global-warning a{cursor:pointer}.main-nav-dropdown>.aui-message{margin:-4px 0;border:none;border-radius:0;width:200px}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/deprecated/tables.less' */
table.related-tables{table-layout:fixed}tr.totals{background-color:#fafafa}tr.column-order{background-color:#f0f0f0}tr.column-order td{white-space:nowrap;vertical-align:top}.cell-type-icon{width:16px}.cell-type-key{max-width:300px;min-width:300px;width:300px;word-wrap:break-word}.cell-type-value{word-wrap:break-word}.cell-type-collapsed{width:1px;white-space:nowrap}.cell-type-actions{width:32px}table.aui>thead>tr>.cell-type-centered,table.aui>tbody>tr>.cell-type-centered{text-align:center}.cell-type-user a,.cell-type-email a,.cell-type-url a{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left}table.aui.aui-table-rowhover>tbody tr:hover{background-color:#f0f0f0}table.aui th a{color:#999}table.aui th a:hover{color:#333;text-decoration:none}table.aui th.colHeaderOver,table.aui th.colHeaderOver a{color:#333;cursor:pointer}table.aui,table.aui p,table.aui img{vertical-align:text-bottom}table.aui img.sortArrow{vertical-align:middle}table.blank{border:none !important;border-collapse:collapse;border-spacing:0;margin:0;padding:0;vertical-align:top}table.blank td,table.blank th{border:none !important;margin:0;padding:0 5px 5px 5px;vertical-align:top}table.blank th{background-color:#f0f0f0}table.noPadding,table.noPadding tr,.noPadding{border:none;border-collapse:collapse;border-spacing:0;margin:0;padding:0 !important;vertical-align:top}td.noPaddingCron{margin:0;padding:0}table.minColumns td,table.minColumns th{width:1%}td.normal,th.normal{width:auto !important}#project-list thead th{white-space:nowrap}.jiratable{margin:0 auto 16px}.tableBorder{background-color:#bbb}.rowHeader{background-color:#e2e2e2}.rowNormal{background-color:#fcfcfc}.rowAlternate{background-color:#f2f2f2}.rowAlternateLightGray{background-color:#fafafa}.rowHover{background-color:#f0f0f0;cursor:pointer}tr.rowSelectable:hover{background-color:#eeb}.rowHighlighted{background-color:#eeb}.cellHover{background-color:#fffff0;cursor:pointer}tr.disabled td{color:#ccc !important}.mod-content .rowNormal,.mod-content .rowAlternate{background-color:transparent}.gridBox{border:0;padding:0}.basic{border-collapse:collapse;width:100%}.basic td,.basic th{border:1px solid #d2d2d2;padding:0.333em}.basic th{background-color:#e2e2e2;text-align:left;vertical-align:bottom}.basic th small{font-weight:normal}table.p-list{width:100%;overflow:auto;overflow-y:hidden;padding-bottom:1.5em}tbody.projects-list td{white-space:nowrap}#components_panel{width:100%}#components_panel td.component-icon{width:16px}#components_panel td.component-name{white-space:nowrap;width:20px}#components_panel td.component-lead{font-size:0.8em;line-height:1.5;padding-left:20px;vertical-align:middle;white-space:nowrap;width:15em}.item-picker{float:left;width:49%}.link-wrap form.aui{margin-right:28px}table .fieldDescription,form .fieldDescription,table div.description{font-size:12px}table div.description{clear:left}form.lbaction+form.lbaction{margin:5px 10px 10px 20px}.field-name{font-weight:700}.field-required{color:#900}.field-renderer{color:#505050;display:block}.field-description{margin-bottom:0}.custom-field-types{table-layout:fixed}.custom-field-types .field-group{padding:0 0 0 24px}.custom-field-types td:hover{background-color:#f0f0f0}.custom-field-types input{float:left;margin:2px 0 0 -20px}.custom-field-types label{font-weight:bold}#license_table .item-label{color:#505050}table.report{border:none;border-collapse:collapse;border-spacing:0;margin:0;padding:0;vertical-align:top}table.report td,table.report th{font-weight:normal;margin:0;padding:3px;vertical-align:top}table.report th.reportHeading{background-color:#f0f0f0}table.report .graphLabel,table.report .graphDescription,table.report .percentageGraph{float:right}.autotrim{table-layout:fixed;width:100%}.autotrim td,.autotrim p{margin:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.changehistory th,.changehistory td{vertical-align:top;padding:0.166em 0.5em 0.166em 0}.action-body.changehistory{margin:0}td.tt_values{font-weight:normal;padding-right:10px;padding-left:10px;text-align:right;white-space:nowrap;width:10%}td.tt_text{padding-right:10px;white-space:nowrap;width:10%}td.tt_graph{width:100%}table.tt_graph{border-width:0;height:4px;vertical-align:middle;width:100%}table.tt_graph td,tr.tt_graph td{border:0;font-size:0;height:4px}table.tt_graph td img{border:0;height:4px;width:100%}tr.tt_graph{height:4px}td.tt_graph_percentage{min-width:3em;text-align:right;padding-right:3px;width:3em}td.tt_spacer{font-size:0;max-width:1px;width:1px}table.tt_graph td.tt_spacer img{width:1px}.clickable:hover{background-color:#e2effa;cursor:pointer}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/tabs.less' */
.tabwrap.tabs2{font-size:14px;line-height:1.42857143}.tabwrap>ul.tabs>li a,.tabwrap>ul.tabs>li a:link,.tabwrap>ul.tabs>li a:visited{background:#eee;color:#333}.tabwrap>ul.tabs>li a:focus,.tabwrap>ul.tabs>li a:hover{background:#e6e6e6;color:#333}.tabwrap>ul.tabs>li>a strong{background:transparent;font-weight:normal;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.tabwrap>ul.tabs>li.active-tab a,.tabwrap>ul.tabs>li.active-tab a:link,.tabwrap>ul.tabs>li.active-tab a:visited,.tabwrap>ul.tabs>li.active-tab a:focus,.tabwrap>ul.tabs>li.active-tab a:hover,.tabwrap>ul.tabs>li.active-tab a:active{background:#fff;color:#333}.tabwrap>ul.tabs>li.active-tab a,.tabwrap>ul.tabs>li.active-tab strong{font-weight:bold}.tabwrap>.tabs.horizontal{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #ccc;display:inline-block;margin:0;padding:0 0 0 20px;width:100%}.tabwrap>.tabs.horizontal>li{display:block;float:left;margin:5px 0 0 -1px;background:#eee}.tabwrap>.tabs.horizontal>li>a,.tabwrap>.tabs.horizontal>li>strong{display:block;border:1px solid #ccc;margin-bottom:-1px;padding:4px 10px 3px 10px}.tabwrap>.tabs.horizontal>li a,.tabwrap>.tabs.horizontal>li strong{text-decoration:none}.tabwrap>.tabs.horizontal>li.active>a,.tabwrap>.tabs.horizontal>li.active>strong{background:#fff;border-bottom-color:#fff;position:relative}.tabwrap>.tabs.horizontal>li:first-child>a,.tabwrap>.tabs.horizontal>li:first-child>strong{border-radius:3px 0 0 0}.tabwrap>.tabs.horizontal>li:last-child>a,.tabwrap>.tabs.horizontal>li:last-child>strong{border-radius:0 3px 0 0}.aui-tabs .menu-item.has-errors{border-color:rgba(222,53,11,0.004);background-color:#fff}.aui-tabs .menu-item.has-errors a{color:#de350b;font-weight:bold}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/navigation.less' */
.operations{list-style:none;margin:0;padding:0}.operations>li{background:#f2f2f2;background:-webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);background:-moz-linear-gradient(top, #fff 0, #f2f2f2 100%);background:-ms-linear-gradient(top, #fff 0, #f2f2f2 100%);background:-o-linear-gradient(top, #fff 0, #f2f2f2 100%);background:linear-gradient(to bottom, #fff 0, #f2f2f2 100%);border-color:#ccc;border-radius:3.01px;border-style:solid;border-width:1px;color:#333;cursor:pointer;display:inline-block;font-size:14px;font-family:inherit;font-variant:normal;line-height:20px;margin:0 10px 0 0;padding:4px 10px;text-decoration:none;text-shadow:0 1px 0 white;vertical-align:baseline;background:transparent;border-color:transparent;color:#707070;margin:0;padding:0;position:relative}.operations>li::-moz-focus-inner{border:0;padding:0}.operations>li:focus,.operations>li:hover{background:#f7f7f7;background:-webkit-linear-gradient(top, #fff 0, #f7f7f7 100%);background:-moz-linear-gradient(top, #fff 0, #f7f7f7 100%);background:-ms-linear-gradient(top, #fff 0, #f7f7f7 100%);background:-o-linear-gradient(top, #fff 0, #f7f7f7 100%);background:linear-gradient(to bottom, #fff 0, #f7f7f7 100%);border-color:#999;color:#000;text-decoration:none}.operations>li:active{background:#f2f2f2;background-image:none;background-color:#f2f2f2;box-shadow:inset 0 3px 6px rgba(0,0,0,0.1);text-shadow:none;text-decoration:none}.operations>li.active{background-image:none;background-color:#f2f2f2;box-shadow:inset 0 3px 6px rgba(0,0,0,0.1),0 0 0 1px #999;text-shadow:none;text-decoration:none}.operations>li[aria-pressed="true"]{background:#ccc;background:-webkit-linear-gradient(top, #ddd 0, #ccc 100%);background:-moz-linear-gradient(top, #ddd 0, #ccc 100%);background:-ms-linear-gradient(top, #ddd 0, #ccc 100%);background:-o-linear-gradient(top, #ddd 0, #ccc 100%);background:linear-gradient(to bottom, #ddd 0, #ccc 100%);border-color:#ccc;color:#333}.operations>li.aui-dropdown2-trigger.active{border-color:#ccc}.operations>li.aui-dropdown2-trigger:hover{border-color:#999}.operations>li>.active{background-color:#f2f2f2;box-shadow:inset 0 3px 6px rgba(0,0,0,0.1),0 0 0 1px #ccc;border-radius:3.01px 3.01px 0 0;color:#000;text-decoration:none}.operations>li>.active:hover{box-shadow:inset 0 3px 6px rgba(0,0,0,0.1)}.operations>li.active{background:#ddd;background:-webkit-linear-gradient(top, #ccc 0, #ddd 100%);background:-moz-linear-gradient(top, #ccc 0, #ddd 100%);background:-ms-linear-gradient(top, #ccc 0, #ddd 100%);background:-o-linear-gradient(top, #ccc 0, #ddd 100%);background:linear-gradient(to bottom, #ccc 0, #ddd 100%)}.operations>li.active:active{background:#ddd;background-image:none;box-shadow:inset 0 3px 6px rgba(0,0,0,0.2)}.operations>li div,.operations>li li{text-shadow:none}.operations>li>a{background-position:6px 6px;color:inherit;display:block;margin:0;padding:4px 10px;padding-left:28px}.operations>li>a .aui-icon{color:#7a869a}.operations>li>a:hover,.operations>li>a:focus,.operations>li>a:active{text-decoration:none;color:inherit}.operations>li>a.no-icon{padding-left:10px}.operations>li>a.aui-dd-link{padding-right:21px}.operations>li>a.aui-dd-link:after{border:4px solid transparent;border-top-color:#172b4d;content:"";height:0;margin-top:-1px;position:absolute;right:8px;top:50%;width:0}.operations-list{display:inline;list-style-type:none;margin:0;padding:0}.operations-list>li{display:inline-block;padding:0 12px 0 0;color:#7a869a}.operations-container,#quicklinks{float:right}.aui-toolbar+h2,#quicklinks+h2{margin-top:0}.aui-page-header-actions .aui-nav-pagination{float:right}.aui-page-header-actions .aui-nav-pagination>li:last-child{padding-right:0}.aui-page-header-actions .aui-nav-pagination>li{position:relative}.aui-page-header-actions .aui-nav-pagination .aui-nav-previous{margin-right:10px}.aui-page-header-actions .aui-nav-pagination .aui-nav-previous:before{border-left:1px solid #c1c7d0;content:"";display:block;height:20px;position:absolute;right:0;top:0}.aui-page-header-actions .aui-nav-pagination .aui-nav-previous a{padding-left:15px}.aui-page-header-actions .aui-nav-pagination .aui-nav-previous a:after{border:9px solid transparent;border-right-color:#6b778c;content:"";height:0;position:absolute;left:-8px;top:1px;width:0}.aui-page-header-actions .aui-nav-pagination .aui-nav-previous a:hover:after{border-right-color:#42526e}.aui-page-header-actions .aui-nav-pagination .aui-nav-next{padding-left:10px}.aui-page-header-actions .aui-nav-pagination .aui-nav-next:before{border-left:1px solid #c1c7d0;content:"";display:block;height:20px;position:absolute;left:0;top:0}.aui-page-header-actions .aui-nav-pagination .aui-nav-next a{padding-right:15px}.aui-page-header-actions .aui-nav-pagination .aui-nav-next a:after{border:9px solid transparent;border-left-color:#6b778c;content:"";height:0;position:absolute;right:-8px;top:1px;width:0}.aui-page-header-actions .aui-nav-pagination .aui-nav-next a:hover:after{border-left-color:#42526e}.aui-page-header-actions .aui-nav-pagination .aui-nav-previous+.aui-nav-next{padding-left:0}.aui-page-header-actions .aui-nav-pagination .aui-nav-previous+.aui-nav-next:before{display:none}.aui-page-header-actions .aui-toolbar{width:auto}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/ops-bar.less' */
.command-bar{clear:both}.ops-cont{clear:both;overflow:hidden;display:block}.ops-cont .ops{float:left}.ops{list-style-type:none;margin:0;padding:0}.ops li{display:block;float:left;white-space:nowrap}.ops li.last{margin-right:10px}.ops li .disabled{opacity:.5;filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)"}.ops li.info{float:right;white-space:nowrap;width:auto}.ops li a#back-lnk{padding-left:0.249em}.ops li .button{background:#fff url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:global-static/../../../images/button_bg.png) repeat-x scroll 0 100%;border:1px solid #ddd;color:#111;display:block;float:left;padding:2px 8px;border-left-color:#fff}.ops li .button.first{border-top-left-radius:0.25em;border-bottom-left-radius:0.25em;border-left-color:#ddd}.ops li .button.last{border-top-right-radius:0.25em;border-bottom-right-radius:0.25em}.ops li a.button:focus,.ops li a.button:hover{border-color:#999;text-decoration:none}.ops li .button .icon{margin:0;vertical-align:text-top;line-height:1.5em}.ops li a.button:active,.ops li .active .button,.ops li .active.button{background-color:#3c78b5;background-image:none;color:#fff;text-decoration:none}.ops li .drop-menu{width:16px;margin-left:0}.page-type-admin #content>header>.ops-cont{float:right}.mod-header .ops{float:right}.ops li.drop{margin-left:8px;padding-left:2px}.ops li a.drop-menu.active,.ops li a.drop-menu.active:hover,.ops li a.drop-menu:hover{background-color:#c1c7d0}.ops-general{float:right}.release-notes .ops-cont{float:right}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/stalker.less' */
.issue-header{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;background:#f5f5f5;border:0;clear:both;left:0;margin:0;position:relative;padding:0;right:0;width:auto;z-index:100}.issue-header .ops-menus{display:block}.issue-header .ops-cont{margin:0 10px}.issue-header+.aui-page-panel{border-top:none}.issue-header .issue-header-content{background:transparent;margin:0;padding:0}.issue-header .issue-header-content>.aui-page-header{background:transparent;padding:20px 20px 9px}.issue-header .issue-header-content>.aui-page-header h1 a{text-decoration:none}.issue-header .issue-header-content>.command-bar{background-color:#fff;border-top:1px solid #c1c7d0;margin:0;padding:0 10px 15px}.issue-header .issue-header-content #issue-comment-add{clear:both;padding:0 10px}.issue-header .issue-header-content #issue-comment-add textarea#comment{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;height:45px;max-height:90px;width:100%}.issue-header.detached{box-shadow:0 0 15px 5px #fff}.issue-header .command-bar .toolbar-group{margin-bottom:5px}.issue-header .page-navigation{float:right;position:relative;text-align:right;width:13em}.issue-header .page-navigation li{float:none;margin:0;padding:0}.issue-header .page-navigation li .icon{vertical-align:baseline}.issue-header .page-navigation li.previous{position:absolute;right:20px;top:3px}.issue-header .page-navigation li.next{position:absolute;right:0;top:2px}.issue-header .page-navigation li.next a,.issue-header .page-navigation li.previous a{display:block;height:16px}.issue-header .page-navigation li.showing{width:13em;margin-left:-48px;float:none}.issue-header .page-navigation li.showing a{display:block}.issue-header .page-navigation li.showing a:hover{text-decoration:underline}.issue-header .page-navigation li.return a{display:block}.issue-header .page-navigation li.return a:hover{text-decoration:underline}.issue-header .page-navigation.ops{padding:0}.chrome .issue-header{-webkit-transform:translateZ(0)}.chrome .issue-header .editable-field{-webkit-transform:translateZ(1px)}#content>header.issue-header{padding:0}#content .issue-header+.issue-body-content .content-body{padding-top:10px}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/deprecated/graphs.less' */
.stat-progress{float:right}.stat-progress .percentageGraph,.stat-progress .graphLabel{float:left}.stat-progress .graphLabel{margin-right:8px}.stat-progress .graphDescription{display:block;clear:both}.graphLabel,.graphDescription,.percentageGraph{font-size:10px;line-height:1.4}.percentageGraph{width:100px}.colour-bar-cont{min-width:2px}.colour-bar{border-top:13px solid #3c78b5;height:0;overflow:hidden}.percentageGraph.fluid .graphLabel{float:right;line-height:1.6em;margin-right:0;padding-left:5px}.percentageGraph .barSection{border-style:solid;border-width:1.4em 0 0 0;display:block;float:left;height:0;overflow:hidden}.percentageGraph.fluid .barSection{border-top:1.6em solid #3c78b5;float:none;height:0;overflow:hidden}.percentageGraph.fluid span.barSection{float:left}.percentageGraph.fluid span.graphLabel{float:none}.percentageGraph .barSection span{display:block;overflow:hidden;visibility:hidden;width:1px}.stat-progress+h3{margin-top:0}.stat-progress+h3 img{vertical-align:text-bottom}.report-section{margin-top:32px}.report-section:first-child,table.report-individual{margin-top:0}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/dashboards.less' */
#dashboard .vertical.tabs{overflow-y:auto}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/issue-nav.less' */
#jqlform .atlassian-autocomplete>.suggestions{max-width:460px}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/issue-table.less' */
#issuetable,.issue-table{background-color:#fff;border-collapse:collapse;margin:8px 0;width:100%}#issuetable>caption,.issue-table>caption{background-color:#f4f5f7;border-bottom:1px solid #c1c7d0;caption-side:top;color:#7a869a;padding:7px 10px;text-align:left}#issuetable>tbody>tr,.issue-table>tbody>tr,#issuetable>tfoot>tr,.issue-table>tfoot>tr{background-color:#fff;color:#172b4d}#issuetable>thead>tr>th,.issue-table>thead>tr>th{color:#7a869a;font-size:12px;white-space:nowrap}#issuetable>tbody>tr>th,.issue-table>tbody>tr>th{background-color:#fff;color:#172b4d}#issuetable>thead>tr>th,.issue-table>thead>tr>th,#issuetable>tbody>tr>th,.issue-table>tbody>tr>th,#issuetable>thead>tr>td,.issue-table>thead>tr>td,#issuetable>tbody>tr>td,.issue-table>tbody>tr>td,#issuetable>tfoot>tr>td,.issue-table>tfoot>tr>td{border-bottom:1px solid #c1c7d0;overflow:hidden;padding:5px 7px;text-align:left;vertical-align:top}#issuetable>thead .sortable,.issue-table>thead .sortable{cursor:pointer}#issuetable>thead .sortable:hover,.issue-table>thead .sortable:hover{background-color:#f4f5f7}#issuetable>thead .active,.issue-table>thead .active{color:#7a869a;background-color:#f4f5f7}#issuetable>thead .active:hover,.issue-table>thead .active:hover{background-color:#ebecf0}#issuetable>thead .active .issuetable-header-sort-icon,.issue-table>thead .active .issuetable-header-sort-icon{position:relative;top:-1px}#issuetable>thead>tr>th:first-child,.issue-table>thead>tr>th:first-child,#issuetable>tbody>tr>th:first-child,.issue-table>tbody>tr>th:first-child,#issuetable>tbody>tr>td:first-child,.issue-table>tbody>tr>td:first-child{border-left:2px solid transparent}#issuetable>tbody>tr:hover,.issue-table>tbody>tr:hover{background-color:#ebecf0}#issuetable tr.focused,.issue-table tr.focused{background-color:#deebff}#issuetable tr.focused>td:first-child,.issue-table tr.focused>td:first-child{border-left-color:#7a869a}#issuetable.hide-carrot tr.issueactioneddissapearing,.issue-table.hide-carrot tr.issueactioneddissapearing,#issuetable.hide-carrot tr.issueactioned,.issue-table.hide-carrot tr.issueactioned{background-color:#ffd}#issuetable.hide-carrot tr.focused,.issue-table.hide-carrot tr.focused{background-color:transparent}#issuetable.hide-carrot tr.focused>td:first-child,.issue-table.hide-carrot tr.focused>td:first-child{border-left-color:transparent}#issuetable.hide-carrot tr.focused:hover,.issue-table.hide-carrot tr.focused:hover{background-color:#f4f5f7}#issuetable tr.issueactioneddissapearing,.issue-table tr.issueactioneddissapearing,#issuetable tr.issueactioned,.issue-table tr.issueactioned{background-color:#ffd}#issuetable .rowHeader,.issue-table .rowHeader,#issuetable .rowNormal,.issue-table .rowNormal,#issuetable .rowAlternate,.issue-table .rowAlternate{background-color:transparent}#issuetable .parentIssue,.issue-table .parentIssue{color:#666}#issuetable .parentIssue::after,.issue-table .parentIssue::after{content:"/";padding:0 0.3em;pointer-events:none;text-decoration:none}#issuetable img,.issue-table img,#issuetable .aui-lozenge,.issue-table .aui-lozenge{vertical-align:text-bottom}#issuetable td:not(.issuekey, .summary, .stsummary) a,.issue-table td:not(.issuekey, .summary, .stsummary) a,#issuetable td:not(.issuekey, .summary, .stsummary) a.parentIssue,.issue-table td:not(.issuekey, .summary, .stsummary) a.parentIssue{color:#172b4d}#issuetable .issuetype,.issue-table .issuetype,#issuetable .issuekey,.issue-table .issuekey,#issuetable .priority,.issue-table .priority,#issuetable .status,.issue-table .status{white-space:nowrap;width:16px}#issuetable .resolution,.issue-table .resolution,#issuetable .created,.issue-table .created,#issuetable .updated,.issue-table .updated{max-width:25em;white-space:nowrap}#issuetable .assignee,.issue-table .assignee,#issuetable .reporter,.issue-table .reporter,#issuetable .versions,.issue-table .versions,#issuetable .components,.issue-table .components,#issuetable .fixVersions,.issue-table .fixVersions{max-width:60em;min-width:80px}#issuetable .versions .tinylink,.issue-table .versions .tinylink,#issuetable .components .tinylink,.issue-table .components .tinylink,#issuetable .fixVersions .tinylink,.issue-table .fixVersions .tinylink{white-space:nowrap}#issuetable .summary>p,.issue-table .summary>p,#issuetable .description>p,.issue-table .description>p{min-width:300px;margin:0;max-width:1400px;white-space:normal}#issuetable .issueCount,.issue-table .issueCount{text-align:center}#issuetable .stsequence,.issue-table .stsequence{white-space:nowrap}#issuetable td.progress,.issue-table td.progress,#issuetable td.aggregateprogress,.issue-table td.aggregateprogress{min-width:150px;max-width:150px;text-align:right;width:150px}#issuetable td.progress>table,.issue-table td.progress>table,#issuetable td.aggregateprogress>table,.issue-table td.aggregateprogress>table{font-size:1em;margin-top:2px;width:150px}#issuetable td.progress td,.issue-table td.progress td,#issuetable td.aggregateprogress td,.issue-table td.aggregateprogress td{line-height:1;padding:0;vertical-align:top}#issuetable table.tt_graph,.issue-table table.tt_graph{width:100%}#issuetable td.progress td.tt_graph_percentage,.issue-table td.progress td.tt_graph_percentage,#issuetable td.aggregateprogress td.tt_graph_percentage,.issue-table td.aggregateprogress td.tt_graph_percentage{color:#999;padding-right:3px;min-width:0;width:auto}#issuetable td.progress td.tt_graph_percentage p,.issue-table td.progress td.tt_graph_percentage p,#issuetable td.aggregateprogress td.tt_graph_percentage p,.issue-table td.aggregateprogress td.tt_graph_percentage p{width:3em}#issuetable td.progress table.tt_graph,.issue-table td.progress table.tt_graph,#issuetable td.aggregateprogress table.tt_graph,.issue-table td.aggregateprogress table.tt_graph{height:6px}#issuetable .streorder,.issue-table .streorder{width:10px}#issuetable .issuerow.focused .streorder div,.issue-table .issuerow.focused .streorder div,#issuetable .issuerow.issue-table-draggable:hover,.issue-table .issuerow.issue-table-draggable:hover{cursor:all-scroll}#issuetable .issuerow.issue-table-draggable.ui-sortable-helper,.issue-table .issuerow.issue-table-draggable.ui-sortable-helper{cursor:all-scroll;border-top:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;background-color:#f4f5f7;box-shadow:0 2px 2px 0 rgba(0,0,0,0.2)}#issuetable .subtask-reorder a,.issue-table .subtask-reorder a{opacity:0}#issuetable .issuerow:hover .subtask-reorder a,.issue-table .issuerow:hover .subtask-reorder a,#issuetable .issuerow .subtask-reorder a:focus,.issue-table .issuerow .subtask-reorder a:focus{opacity:1}#issuetable .issuerow .issue-actions-trigger,.issue-table .issuerow .issue-actions-trigger{opacity:0}#issuetable .issuerow.focused .issue-actions-trigger:hover,.issue-table .issuerow.focused .issue-actions-trigger:hover,#issuetable .issuerow:hover .issue-actions-trigger,.issue-table .issuerow:hover .issue-actions-trigger,#issuetable .issuerow .issue-actions-trigger:focus,.issue-table .issuerow .issue-actions-trigger:focus,#issuetable .issuerow .issue-actions-trigger.active,.issue-table .issuerow .issue-actions-trigger.active{opacity:1}#issuetable .issuerow .issue-actions-trigger.active,.issue-table .issuerow .issue-actions-trigger.active{border:1px solid #ccc}.count-pagination{clear:both;padding:8px 0;table-layout:auto}.count-pagination .pagination{font-size:0;text-align:right;white-space:nowrap}.count-pagination .pagination>a,.count-pagination .pagination>strong,.count-pagination .pagination>span{font-size:14px;line-height:1;height:auto;margin:0 0 0 .15em;padding:.1em;position:relative;vertical-align:bottom}.count-pagination .aui-icon-small::before{margin-top:-7px;color:#42526e}.msie .count-pagination .aui-icon-small::before{margin-top:-6px;color:#42526e}.results-count-start,.results-count-end,.results-count-total{font-weight:bold}.msie #issuetable .issuekey,.msie .issuetable .issuekey,.msie #issuetable .status,.msie .issuetable .status{width:1%}.gadget #issuetable .parentIssue,.gadget .issuetable .parentIssue{background-position:100% 1px}.gadget #issuetable .summary>p,.gadget .issuetable .summary>p,.gadget #issuetable .description>p,.gadget .issuetable .description>p{margin:0;min-width:100px}.gadget #issuetable tr.hover .issue_actions a.aui-dd-link,.gadget .issuetable tr.hover .issue_actions a.aui-dd-link{left:0;top:0}a.hidden-link{display:block;font-size:0;height:1px;line-height:0;outline:0 none white;width:1px}a.hidden-link span{display:none}#bulkedit .jira-issue-status-icon{vertical-align:middle}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/deprecated/issue-actions.less' */
#stepped-process{display:inline-block;min-width:100%;width:auto}#stepped-process .aui-page-panel-inner{table-layout:auto}#stepped-process .aui-page-panel-nav{min-width:200px}.steps{list-style:none;margin:0;padding:0}.steps>li{font-weight:normal;padding:5px 0 5px 20px;position:relative;word-break:break-word}.steps>li:before{background-color:#0052cc;border-radius:100%;content:"";height:10px;left:0;position:absolute;top:10px;width:10px}.steps>.current{font-weight:bold}.steps>.current~li{color:#5e6c84}.steps>.current~li:before{background-color:#ccc}.formtitle img{vertical-align:baseline}.use-for-all{padding-left:14px}.stat-list{list-style-type:none;margin:0;padding:0}.stat-list li{margin-bottom:8px}.stat-list .stat{float:right}.stat-list img{vertical-align:top;margin-right:4px}#viewLinks{margin:0 0 1em}#viewLinks .linkDetailTable{width:49%}#viewLinks .linkDetailTable table{border:0;background-color:transparent}#viewLinks .summary{font-size:1em;width:80%}#viewLinks thead th{border:none;font-weight:400}.manage-links-title{margin-left:0.166em}.attribute-wrap{float:right;width:40px}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/versions-panel.less' */
.versions-list{display:block;margin:0;list-style:none;padding:0}.versions-list>li{margin:0;padding:0}.versions-list .version-block-container{border-bottom:1px solid #c1c7d0;display:block;padding:10px 0;position:relative}.versions-list .version-block-container:before,.versions-list .version-block-container:after{content:" ";display:table}.versions-list .version-block-container:after{clear:both}.versions-list .version-block-container>.version-block{padding:0}.versions-list .version-block-container .version-metadata{display:block;margin:0;list-style:none;padding:0}.versions-list .version-block-container .version-metadata>li{margin:0;padding:0}.versions-list .version-block-container .version-metadata>li{display:block}.versions-list .version-block-container .version-metadata .key{color:#5e6c84}.versions-list .version-block-container .version-metadata .key+.value{color:#172b4d}.versions-list .version-block-container .version-title{font-size:16px;font-weight:bold;font-family:inherit;line-height:1.5625em;margin-top:0}.versions-list .version-block-container .version-description,.versions-list .version-block-container .version-metadata{margin:0}.versions-list .version-block-container .version-title+.version-description,.versions-list .version-block-container .version-title+.version-metadata,.versions-list .version-block-container .version-progress-description{margin-top:0}.versions-list .version-block-container .version-progress{min-width:200px;width:30%}.versions-list .version-block-container .version-progress>.percentageGraph{font-size:16px;font-weight:bold;font-family:inherit;line-height:1.5625em;height:1.5625em;overflow:auto;position:relative;width:100%}.versions-list .version-block-container .version-progress>.percentageGraph:before,.versions-list .version-block-container .version-progress>.percentageGraph:after{content:" ";display:table}.versions-list .version-block-container .version-progress>.percentageGraph:after{clear:both}.versions-list .version-block-container .version-progress>.percentageGraph>.barSection{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;border-width:4px 0;height:0;line-height:0;margin-top:-4px;position:relative;top:50%}.versions-list .version-issue-table{margin:10px 0}.versions-list .version-issue-table table.aui>tbody>tr:last-child{border-bottom:0}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/dialog.less' */
#about-dialog .aui-page-panel{height:400px;margin:0;overflow-y:scroll}#about-dialog .main-about-jira-logo{max-width:280px;margin:0 0 20px 20px}#shortcutsmenu:before,#shortcutsmenu:after{content:" ";display:table}#shortcutsmenu:after{clear:both}#shortcutsmenu .module{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;width:46%;float:left;margin-left:3.5%;margin-right:0}#shortcutsmenu .module.module-alternate{clear:left;margin-left:0;margin-right:3.5%}#shortcutsmenu .module:first-child+.module{margin-top:0;padding-top:0;border-top:0}#link-issue-dialog .jira-dialog-content{margin-bottom:50px}#link-issue-dialog .form-footer{height:50px;position:absolute;bottom:0;right:0;left:0}#link-issue-dialog form{overflow:auto;position:static}#jira-issue-keys-multi-select+.issue-picker-popup{display:none}.issue-link-edit #issuelinks-issues-multi-select{width:95%}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/labels.less' */
ul.labels{display:block;list-style-type:none;margin:0 0 -5px;padding:0}ul.labels li{display:inline;font-size:0;margin:0}ul.labels li .lozenge{background:#f5f5f5;border:1px solid #ccc;border-radius:3.01px;display:inline-block;font-size:14px;font-weight:normal;line-height:1;max-width:100%;overflow:hidden;padding:1px 5px;margin:0 3px 0 0;text-align:left;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}ul.labels li .lozengea:hover,ul.labels li .lozengea:focus{border-color:#707070;text-decoration:none}ul.labels li .edit-labels{vertical-align:top}ul.labels li .edit-labels.icon-edit-sml{background-position:3px -698px}ul.labels li .edit-labels.icon-edit-sml:hover{background-position:-22px -698px}.label-alphabetical{font-size:0;line-height:1}.label-alphabetical .aui-label{font-size:14px;margin-bottom:10px;margin-right:10px;vertical-align:bottom}.ka ul.labels li .edit-labels{display:none}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/sharing.less' */
.used-by{background-color:white;border-color:#b2d8b9;color:#14892c}.used-by>em{font-style:normal}.shared-item-target{display:none}.shared-items-target .aui-inline-dialog-contents,.shared-item-target .aui-inline-dialog-contents{padding:0}.shared-items-content,.shared-item-content{padding:16px}.shared-items-content>h3,.shared-item-content>h3,.shared-items-content>strong,.shared-item-content>strong{display:block;font-size:14px;line-height:16px;margin:0 0 8px 0}.shared-items-list{display:block;margin:0;list-style:none;padding:0;max-height:15em;overflow-y:auto}.shared-items-list>li{margin:0;overflow:hidden;padding:2px;text-align:right}.shared-items-list .shared-project-name,.shared-items-list .shared-issuetype-name{float:left;padding-left:20px;text-align:left}.shared-items-list .shared-project-name.current,.shared-items-list .shared-issuetype-name.current{font-weight:bold}.shared-items-list .shared-project-name .shared-project-icon,.shared-items-list .shared-issuetype-name .shared-project-icon{float:left;margin:0 4px 0 -20px;text-indent:999em}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/lozenges.less' */
.aui-lozenge.status-active{background-color:#3b73af;border-color:#3b73af;color:white}.aui-lozenge.status-draft{background-color:#505050;border-color:#505050;color:white}.aui-lozenge.status-inactive{background-color:#ccc;border-color:#ccc;color:#333}.aui-lozenge.status-locked{background-color:#ffe7e7;border-color:#ffe7e7;color:#333}.aui-lozenge.status-managed{background-color:#ffd;border-color:#ffd;color:#333}.aui-lozenge.status-required{background-color:#fff;border-color:#fff;color:#326ca6}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/deprecated/userhover.less' */
.user-hover-info{min-height:48px;position:relative;padding:7px}.user-hover-avatar{float:left;margin:0 10px 0 0;height:48px;width:48px}.user-hover-avatar img{width:48px;height:48px}.user-hover-details{overflow:hidden}.user-hover-info h4{font-size:1.2em}.user-hover-info ul{color:#172b4d;padding-top:7px}.user-hover-info h5{font-weight:normal;text-transform:inherit}.user-hover-info h5 a{padding-top:7px;text-decoration:underline;color:#5e6c84;font-size:12px}.user-hover-info .time-zone-info{overflow:hidden;white-space:nowrap}.user-hover-info .time-zone-info .user-time-text{margin-right:4px;margin-top:2px;color:#666;font-size:12px;display:inline-block;vertical-align:middle}.user-hover-info .time-zone-info .user-time-icon{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:global-static/../../../images/time_of_day_sprite.png") no-repeat;background-color:transparent;display:inline-block;height:16px;vertical-align:middle;width:16px}.user-hover-info .time-zone-info .hour-of-day-00{background-position:0 0}.user-hover-info .time-zone-info .hour-of-day-01{background-position:-16px 0}.user-hover-info .time-zone-info .hour-of-day-02{background-position:-32px 0}.user-hover-info .time-zone-info .hour-of-day-03{background-position:-48px 0}.user-hover-info .time-zone-info .hour-of-day-04{background-position:-64px 0}.user-hover-info .time-zone-info .hour-of-day-05{background-position:-80px 0}.user-hover-info .time-zone-info .hour-of-day-06{background-position:-96px 0}.user-hover-info .time-zone-info .hour-of-day-07{background-position:-112px 0}.user-hover-info .time-zone-info .hour-of-day-08{background-position:-128px 0}.user-hover-info .time-zone-info .hour-of-day-09{background-position:-144px 0}.user-hover-info .time-zone-info .hour-of-day-10{background-position:-160px 0}.user-hover-info .time-zone-info .hour-of-day-11{background-position:-176px 0}.user-hover-info .time-zone-info .hour-of-day-12{background-position:-192px 0}.user-hover-info .time-zone-info .hour-of-day-13{background-position:-208px 0}.user-hover-info .time-zone-info .hour-of-day-14{background-position:-224px 0}.user-hover-info .time-zone-info .hour-of-day-15{background-position:-240px 0}.user-hover-info .time-zone-info .hour-of-day-16{background-position:-256px 0}.user-hover-info .time-zone-info .hour-of-day-17{background-position:-272px 0}.user-hover-info .time-zone-info .hour-of-day-18{background-position:-288px 0}.user-hover-info .time-zone-info .hour-of-day-19{background-position:-304px 0}.user-hover-info .time-zone-info .hour-of-day-20{background-position:-320px 0}.user-hover-info .time-zone-info .hour-of-day-21{background-position:-336px 0}.user-hover-info .time-zone-info .hour-of-day-22{background-position:-352px 0}.user-hover-info .time-zone-info .hour-of-day-23{background-position:-368px 0}.user-hover-info .time-zone-info .weekend{color:#ff0000}.user-hover-buttons>ul{height:28px;list-style:none;margin:0;padding:0;border-top:1px solid #c1c7d0;background-color:#f4f5f7}.user-hover-buttons>ul>li{float:left}.user-hover-buttons>ul>li.empty{background-color:#f7f7f7;display:block;height:28px;margin:0;padding:0;width:149px}.user-hover-buttons ul ul{border-top:none}a.user-hover.user-avatar,span.user-hover.user-avatar{background-repeat:no-repeat;background-position:center left;padding:2px 0 2px 19px;position:relative;display:inline-block}.user-hover.user-avatar>.aui-avatar{position:absolute;left:0;top:2px}.jira-user-name{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;display:inline-block;position:relative}.jira-user-name.jira-user-avatar{padding-left:21px}.jira-user-name.jira-user-avatar .aui-avatar{left:0;position:absolute;top:0}.jira-user-name.jira-user-avatar .aui-avatar-xsmall{margin-top:2px}.jira-user-name.jira-user-avatar-small{line-height:24px;padding-left:29px}.jira-user-name.jira-user-avatar-medium{line-height:32px;padding-left:37px}.jira-user-name.jira-user-avatar-large{line-height:48px;padding-left:53px}.user-hover-more{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;background-color:#f4f5f7;color:#172b4d;display:block;height:28px;line-height:28px;text-align:center;width:150px}.user-hover-more.aui-dd-link{position:relative}.user-hover-more.aui-dd-link:after{border:4px solid transparent;border-top-color:#172b4d;content:"";height:0;position:absolute;right:8px;top:11px;width:0}.user-hover-more.aui-dd-link:hover.aui-dd-link:after{border-top-color:#c1c7d0}.user-hover-more:first-child{border-right:1px solid #c1c7d0}.user-hover-buttons a.user-hover-more{color:#172b4d}.user-hover-buttons a:hover{background-color:#0065ff;color:#fff;text-decoration:none}.hoverpopup{z-index:1000;max-width:360px}.hoverpopup .spinner-hover{margin:32px 16px 48px}.hoverpopup-throb{background-color:#fff;opacity:0.9;padding:6px}.hoverpopup-data{position:relative;margin:6px 6px 12px}.hoverpopup dt{color:#5e6c84;float:left;margin-bottom:4px;padding-right:8px;width:70px;text-align:right}.hoverpopup dd{color:#172b4d;margin-bottom:4px}.hoverpopup dd.block{padding-left:74px;font-style:italic}.hoverpopup h4,.hoverpopup h5{margin-top:0}.hoverpopup-throbber-text{display:inline;left:6px;position:relative;top:-2px}#up-d-avatar .avatar_link:hover img{opacity:1;filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)"}#up-d-avatar .avatar_link strong{display:block;left:50px;top:auto;bottom:5px;background-position:3px -699px}#up-d-avatar .avatar_link:hover strong{background-position:-22px -699px}
/* module-key = 'jira.webresources:global-static', location = '/includes/jira/wikipreview/wiki-renderer.less' */
table.confluenceTable{border-collapse:collapse;margin:5px 0 5px 2px;width:auto}td.confluenceTd{border:1px solid #c1c7d0;padding:3px 4px 3px 4px}th.confluenceTh{border:1px solid #c1c7d0;background:#f4f5f7;padding:3px 4px 3px 4px;text-align:center}div.wiki-edit{margin-bottom:0;padding-bottom:0}div.wiki-edit p{padding:0}div.wiki-edit h1{font-size:2.4em}div.wiki-edit h2{font-size:1.8em;border:none}div.wiki-edit h3{font-size:1.3em}div.wiki-edit h4{font-size:1.2em}div.wiki-edit h5{font-size:1em}div.wiki-edit h6{font-size:.9em}div.wiki-edit img,div.wiki-edit a img,div.wiki-edit fieldset{border:0}div.wiki-edit ul{margin:0 0 1em 2em}div.wiki-edit ol{list-style-type:decimal;list-style-position:outside;padding-left:2.5em}div.wiki-edit blockquote{border-left:2px solid #3c78b5;font-size:1em;font-family:inherit;margin-left:0;padding-left:1em}div.wiki-edit small,div.wiki-edit .small{font-size:.9em}div.wiki-edit strong,div.wiki-edit b,div.wiki-edit .bolded{font-weight:bold}.preformatted,.code{border:1px solid #c1c7d0;background:#f4f5f7;font-size:12px;line-height:1.33333333333333;font-family:monospace}.code-keyword{color:#910091}.code-object{color:#000091}.code-macro{color:#78492a}.code-quote,.code-quote .code-keyword,.code-quote .code-object{color:#009100}.code-quote-red,.code-quote-red .code-keyword,.code-quote-red .code-object{color:#910000}.code-comment,.code-comment .code-keyword,.code-comment .code-object,.code-comment .code-quote,.code-comment .code-quote-red{color:#808080}.code-xml .code-keyword{font-weight:bold}.code-tag{color:#000091}.code-rainbow{background:linear-gradient(90deg, #f00, #ff0 15%, #0f0 30%, #0ff 50%, #00f 65%, #f0f 80%, #f00);-webkit-background-clip:text;background-clip:text;color:transparent}.panel{border:1px solid #c1c7d0;-moz-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;margin:9px 0}.panelHeader{border-bottom:1px solid #c1c7d0;padding:9px 12px}.panelContent{padding:9px 12px}div.wiki-edit .preformatted,div.wiki-edit .code{border:1px solid #c1c7d0;background:#f4f5f7;font-size:12px;line-height:1.33333333333333;font-family:monospace}div.wiki-edit .code-keyword{color:#910091}div.wiki-edit .code-object{color:#000091}div.wiki-edit .code-macro{color:#78492a}div.wiki-edit .code-quote,div.wiki-edit .code-quote .code-keyword,div.wiki-edit .code-quote .code-object{color:#009100}div.wiki-edit .code-quote-red,div.wiki-edit .code-quote-red .code-keyword,div.wiki-edit .code-quote-red .code-object{color:#910000}div.wiki-edit .code-comment,div.wiki-edit .code-comment .code-keyword,div.wiki-edit .code-comment .code-object,div.wiki-edit .code-comment .code-quote,div.wiki-edit .code-comment .code-quote-red{color:#808080}div.wiki-edit .code-xml .code-keyword{font-weight:bold}div.wiki-edit .code-tag{color:#000091}div.wiki-edit .code-rainbow{background:linear-gradient(90deg, #f00, #ff0 15%, #0f0 30%, #0ff 50%, #00f 65%, #f0f 80%, #f00);-webkit-background-clip:text;background-clip:text;color:transparent}div.wiki-edit .panel{border:1px solid #c1c7d0;-moz-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;margin:9px 0}div.wiki-edit .panelHeader{border-bottom:1px solid #c1c7d0;padding:9px 12px}div.wiki-edit .panelContent{padding:9px 12px}div.wiki-edit pre{background:none;border:none;padding:0;width:100%}div.preformattedContent pre,div.codeContent pre{max-height:30em;overflow:auto;white-space:pre-wrap;word-wrap:normal}div.preformattedContent pre{white-space:pre;word-break:normal}table div.preformattedContent pre{word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap}.linkerror{background-color:#fcc}.editPageInsertLinks,.editPageInsertLinks a{font-weight:normal;font-size:9px}.helpheading{border-bottom:1px solid;font-weight:bold;background-color:#ddd;padding:4px 4px 2px;margin:0px}.helpcontent{padding:4px 4px 20px 4px;background-color:#fff}.gridHover{background-color:#f9f9f9}.navmenu{border:1px solid #c1c7d0}.optionPadded{padding:2px}.optionSelected{border:#ddd solid #c1c7d0;border:1px solid #ddd;background-color:#ffffcc;padding:2px;margin:-1px}.optionSelected a{font-weight:bold;text-decoration:none;color:black}.menuheading{border-bottom:1px solid;font-weight:bold;background-color:#ddd;padding:4px 4px 2px 4px}.menuitems{padding:4px 4px 20px 4px;background-color:#f4f5f7}.pagetitle{font-size:22px;font-weight:bold;font-family:inherit;color:#003366}.wiki-edit-content.previewClass{background-color:#e8f1ff;padding:0.3em 0.7em}.fullscreen>.aui-icon.wiki-renderer-icon{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAPElEQVR42mP4//8/AyWYgWIDHjx48L+goIAsDNLLAGLYlm8hC4P0DkIDkMHAuwAbGAkuoL8BFOcFSnMjAF48oX6YfwDmAAAAAElFTkSuQmCC")}.selected>.aui-icon.wiki-renderer-icon{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAQUlEQVR42mP4//8/AyWYgWIDHjx48L+goIAsDNLLAGLs2rWrgRwM0jsIDSgvL/8PwwPvAmx4JLiA/gZQnBcozY0AUkiop+KuHX0AAAAASUVORK5CYII=")}.loading>.aui-icon.wiki-renderer-icon{background-image:url("data:image/gif;base64,R0lGODlhEAAQAMQAAP///+7u7t3d3bu7u6qqqpmZmYiIiHd3d2ZmZlVVVURERDMzMyIiIhEREQARAAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAQACwAAAAAEAAQAAAFdyAkQgGJJOWoQgIjBM8jkKsoPEzgyMGsCjPDw7ADpkQBxRDmSCRetpRA6Rj4kFBkgLC4IlUGhbNQIwXOYYWCXDufzYPDMaoKGBoKb886OjAKdgZAAgQkfCwzAgsDBAUCgl8jAQkHEAVkAoA1AgczlyIDczUDA2UhACH5BAUHABAALAAAAAAPABAAAAVjICSO0IGIATkqIiMKDaGKC8Q49jPMYsE0hQdrlABCGgvT45FKiRKQhWA0mPKGPAgBcTjsspBCAoH4gl+FmXNEUEBVAYHToJAVZK/XWoQQDAgBZioHaX8igigFKYYQVlkCjiMhACH5BAUHABAALAAAAAAQAA8AAAVgICSOUGGQqIiIChMESyo6CdQGdRqUENESI8FAdFgAFwqDISYwPB4CVSMnEhSej+FogNhtHyfRQFmIol5owmEta/fcKITB6y4choMBmk7yGgSAEAJ8JAVDgQFmKUCCZnwhACH5BAUHABAALAAAAAAQABAAAAViICSOYkGe4hFAiSImAwotB+si6Co2QxvjAYHIgBAqDoWCK2Bq6A40iA4yYMggNZKwGFgVCAQZotFwwJIF4QnxaC9IsZNgLtAJDKbraJCGzPVSIgEDXVNXA0JdgH6ChoCKKCEAIfkEBQcAEAAsAAAAABAADgAABUkgJI7QcZComIjPw6bs2kINLB5uW9Bo0gyQx8LkKgVHiccKVdyRlqjFSAApOKOtR810StVeU9RAmLqOxi0qRG3LptikAVQEh4UAACH5BAUHABAALAAAAAAQABAAAAVxICSO0DCQKBQQonGIh5AGB2sYkMHIqYAIN0EDRxoQZIaC6bAoMRSiwMAwCIwCggRkwRMJWKSAomBVCc5lUiGRUBjO6FSBwWggwijBooDCdiFfIlBRAlYBZQ0PWRANaSkED1oQYHgjDA8nM3kPfCmejiEAIfkEBQcAEAAsAAAAABAAEAAABWAgJI6QIJCoOIhFwabsSbiFAotGMEMKgZoB3cBUQIgURpFgmEI0EqjACYXwiYJBGAGBgGIDWsVicbiNEgSsGbKCIMCwA4IBCRgXt8bDACkvYQF6U1OADg8mDlaACQtwJCEAIfkEBQcAEAAsAAABABAADwAABV4gJEKCOAwiMa4Q2qIDwq4wiriBmItCCREHUsIwCgh2q8MiyEKODK7ZbHCoqqSjWGKI1d2kRp+RAWGyHg+DQUEmKliGx4HBKECIMwG61AgssAQPKA19EAxRKz4QCVIhACH5BAUHABAALAAAAAAQABAAAAVjICSOUBCQqHhCgiAOKyqcLVvEZOC2geGiK5NpQBAZCilgAYFMogo/J0lgqEpHgoO2+GIMUL6p4vFojhQNg8rxWLgYBQJCASkwEKLC17hYFJtRIwwBfRAJDk4ObwsidEkrWkkhACH5BAUHABAALAAAAQAQAA8AAAVcICSOUGAGAqmKpjis6vmuqSrUxQyPhDEEtpUOgmgYETCCcrB4OBWwQsGHEhQatVFhB/mNAojFVsQgBhgKpSHRTRxEhGwhoRg0CCXYAkKHHPZCZRAKUERZMAYGMCEAIfkEBQcAEAAsAAABABAADwAABV0gJI4kFJToGAilwKLCST6PUcrB8A70844CXenwILRkIoYyBRk4BQlHo3FIOQmvAEGBMpYSop/IgPBCFpCqIuEsIESHgkgoJxwQAjSzwb1DClwwgQhgAVVMIgVyKCEAIfkECQcAEAAsAAAAABAAEAAABWQgJI5kSQ6NYK7Dw6xr8hCw+ELC85hCIAq3Am0U6JUKjkHJNzIsFAqDqShQHRhY6bKqgvgGCZOSFDhAUiWCYQwJSxGHKqGAE/5EqIHBjOgyRQELCBB7EAQHfySDhGYQdDWGQyUhADs=")}form.aui .field-tools,form.aui .security-level,form.aui .security-level .select-menu,form.aui .security-level .current-level,form.aui .security-level .default-comment-level{display:inline-block}form.aui .current-level{padding-left:10px;padding-right:10px}form.aui .default-comment-level{padding-left:12px;padding-right:12px}form.aui .default-comment-level-status{opacity:1;transition:0.5s opacity linear}form.aui .default-comment-level-status.fade-out{opacity:0}form.aui .default-comment-level-status-text{padding-left:5px}form.aui .default-comment-level-status-text.default-saved-message{color:#7a869a}form.aui .default-comment-level-status-icon.aui-iconfont-approve{color:#00875a}form.aui .default-comment-level-status-icon.aui-iconfont-error{color:#de350b}form.aui .default-comment-level-switch{padding:0 10px 0 5px;border:0;height:16px}form.aui .default-comment-level-switch.disabled-link{color:#7a869a;pointer-events:none;cursor:default;text-decoration:none}form.aui .default-comment-level-load-text{padding-left:5px}form.aui .security-level-inline-error{display:inline-block;width:100%;padding:4px}form.aui .security-level-inline-error:empty{display:none}form.aui .security-level-unavailble{color:#de350b}form.aui .security-level-unavailble-text{padding-left:5px}form.aui .security-level .drop:hover{text-decoration:none}form.aui .security-level .drop .drop-menu{margin-left:0}form.aui .security-level .drop .drop-menu:after{margin-top:0}form.aui .security-level-drop-icon{color:#7a869a}form.aui .security-level .drop:hover .drop-menu:after{border-top-color:#172b4d}form.aui .aui-field-wikiedit:before,form.aui .aui-field-wikiedit:after{content:" ";display:table}form.aui .aui-field-wikiedit:after{clear:both}form.aui .aui-field-wikiedit .field-tools,form.aui .aui-field-wikiedit .security-level{border-left:1px solid #eee;float:left;margin-left:5px;margin-top:5px;padding-left:5px}form.aui .aui-field-wikiedit .wiki-edit+.field-tools,form.aui .aui-field-wikiedit textarea+.field-tools{margin-left:0;padding-left:0;border-left:0}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/print.less' */
.page-type-printable{background:#fff}#printable-content{padding:16px}#previous-view{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border-bottom:2px solid #c1c7d0;padding:16px 8px;width:100%}#previous-view:before,#previous-view:after{content:" ";display:table}#previous-view:after{clear:both}#previous-view .aui-toolbar{background-color:transparent;float:left}@media print{body{background-color:#fff !important;color:#000 !important;font-size:11pt !important}#content>header{margin-bottom:1em !important}.aui-page-panel,.aui-page-panel-inner,.aui-page-panel-main,.aui-page-panel-nav,.aui-page-panel-sidebar,.aui-group,.aui-item,.tabs-pane{border:none !important;clear:both !important;display:block !important;padding-left:0 !important;padding-right:0 !important;width:100% !important}.operations,.ops,.workflowactions,#header,#footer,.command-bar,#addcomment,.stalker-placeholder,#stalker.detached:after,.tabs-menu,.tabs.vertical,.operations,#previous-view{display:none !important}a{text-decoration:none !important}#stalker .btm,.stalker .ops-cont,#stalker,#stalker.detached{background-color:transparent !important;position:relative !important;top:0 !important}.type-textfield,.flooded,.action-body{overflow:visible !important}.mod-header{background-color:transparent !important;background-image:none !important;border-bottom:2px solid #000 !important}#printable-content{padding:0 !important}.hideOnPrint{visibility:hidden !important}ul.labels{font-size:inherit !important}ul.labels li .lozenge{background-image:none !important;background-color:#f7f7f7 !important;border:1px solid #666 !important;-moz-border-radius:5px !important;-ms-border-radius:5px !important;-o-border-radius:5px !important;-webkit-border-radius:5px !important;border-radius:5px !important;color:#000 !important}ul.labels li .lozenge span{background-image:none !important}}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/browse-project.less' */
.issue-filter-links{list-style:none;padding-left:0}.p-list{margin-bottom:20px}.p-list .aui-avatar{display:inline-block;margin-right:5px;vertical-align:middle}.p-list .project-type-icon{height:18px;width:18px;margin-right:6px}.projects-list.projects-list td{vertical-align:middle}form.aui .project-filter-item{display:inline-block;position:relative}form.aui .project-filter-item .text{width:255px;padding-left:32px}form.aui .project-filter-item .aui-icon{margin-top:-8px;position:absolute;left:6px;top:50%}.created-issue-count{color:#c00;font-weight:bold}.resolved-issue-count{color:#3c3;font-weight:bold}.project-details .operations-list{margin-top:3px}.project-details .operations-list .user-avatar{vertical-align:text-top}.project-details .operations-list>li+li:before{color:#c1c7d0;margin:0 3px}.project-details .operations-list .list-label{color:#7a869a}.aui-nav-pagination{float:right}.projects-list .projects-list__row-empty{border-bottom:0}.projects-list .projects-list__row-empty td{padding:50px}.project-type-icon{width:18px;height:18px;vertical-align:middle;margin-right:5px}.project-type-nav{margin-bottom:30px}.browse-project-group-heading{color:#707070;font-size:12px;font-weight:bold;line-height:1.66666667;text-transform:uppercase;margin:20px 0 0 0}.project-types-filters li{position:relative}.project-types-filters li a{display:inline-block}.no-project-results{background:transparent none no-repeat top center;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIgoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIxMTggLTExOCAyOTYgMjk2IgoJIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMTE4IC0xMTggMjk2IDI5NiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjx0aXRsZT5sb2NrPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CjxwYXRoIGlkPSJGaWxsLTEiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiIGZpbGw9IiNGMEY4RkMiIGQ9Ik00MDQuNCwyNi44YzAsNzcuOC02My4xLDE0MC45LTE0MC45LDE0MC45UzEyMi42LDEwNC42LDEyMi42LDI2LjgKCXM2My4xLTE0MC45LDE0MC45LTE0MC45UzQwNC40LTUxLDQwNC40LDI2LjgiLz4KPHBvbHlnb24gZmlsbD0iI0MwRDZFNCIgc3Ryb2tlPSIjMDA1MDgyIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIzMDUuMiwtNTYgMjM2LjgsLTU2IDIzNi44LDkyLjcgCgkzNDIuNyw5Mi43IDM0Mi43LC0xOC41ICIvPgo8cG9seWdvbiBmaWxsPSIjQzBENkU0IiBzdHJva2U9IiMwMDUwODIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjM0Mi43LC0xOC41IDMwNS4yLC01NiAzMDMuMiwtNTYgCgkzMDMuMiwtMTYuNyAzNDIuNywtMTYuNyAiLz4KPGcgb3BhY2l0eT0iMC4yIj4KCTxwYXRoIGZpbGw9IiMzMDlBQ0MiIGQ9Ik0yODUuMSw3LjZDMjcxLjUtNiwyNDkuNS02LDIzNS45LDcuNmMtMTEuOCwxMS44LTEzLjMsMjkuOS00LjcsNDMuM0wyMjEsNjEuMWwxMCwxMEwyNDEuMiw2MQoJCWMxMy41LDkuMSwzMiw3LjYsNDMuOS00LjNDMjk4LjcsNDMuMSwyOTguNywyMS4xLDI4NS4xLDcuNnogTTI4MC44LDUyLjVjLTExLjIsMTEuMi0yOS40LDExLjItNDAuNywwQzIyOSw0MS4yLDIyOSwyMywyNDAuMiwxMS44CgkJYzExLjItMTEuMiwyOS40LTExLjIsNDAuNywwQzI5Mi4xLDIzLDI5Mi4xLDQxLjIsMjgwLjgsNTIuNXoiLz4KCQoJCTxyZWN0IHg9IjE5OS4xIiB5PSI1Ny4yIiB0cmFuc2Zvcm09Im1hdHJpeCgtMC43MDcxIC0wLjcwNzEgMC43MDcxIC0wLjcwNzEgMjg3LjE2NjUgMjk0LjI3ODIpIiBmaWxsPSIjMzA5QUNDIiB3aWR0aD0iMTAuOCIgaGVpZ2h0PSI2MC45Ii8+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBmaWxsPSIjQzBENkU0IiBzdHJva2U9IiMwMDUwODIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMjIzLjEtN2M0LjUtMi41LDkuOC00LDE1LjMtNAoJCQljMTcuMywwLDMxLjMsMTQsMzEuMywzMS4zcy0xNCwzMS4zLTMxLjMsMzEuM2MtNS42LDAtMTAuOC0xLjUtMTUuMy00Vi03eiIvPgoJCTxwYXRoIG9wYWNpdHk9IjAuMiIgZmlsbD0iIzMwOUFDQyIgZD0iTTIzNC4yLDkuMWM2LjktNi45LDE1LjctMTAuNSwyNC42LTExYy0yLjEtMi43LTQuNy01LTcuNi02LjlDMjQzLTcuMSwyMzUuMS0zLDIyOC42LDMuNQoJCQljLTEwLjksMTAuOS0xNS4yLDI2LTEyLjcsNDAuMmMyLjgsMS45LDUuOSwzLjUsOS4yLDQuNEMyMjAuNiwzNC44LDIyMy42LDE5LjYsMjM0LjIsOS4xeiIvPgoJPC9nPgoJPGc+CgkJCgkJCTxyZWN0IHg9IjIwMC4zIiB5PSI0MS45IiB0cmFuc2Zvcm09Im1hdHJpeCgtMC43MDcxIDAuNzA3MSAtMC43MDcxIC0wLjcwNzEgMzg4Ljk3NjIgLTYzLjIyODMpIiBmaWxsPSIjRjNDMTQyIiBzdHJva2U9IiMwMDUwODIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB3aWR0aD0iMTQuNSIgaGVpZ2h0PSIxNC4yIi8+CgkJPGc+CgkJCTxwYXRoIGZpbGw9IiNGM0MxNDIiIGQ9Ik0yMzYuOSw1NS44Yy05LjUsMC0xOC41LTMuNy0yNS4zLTEwLjVjLTYuOC02LjgtMTAuNS0xNS43LTEwLjUtMjUuM2MwLTkuNSwzLjctMTguNSwxMC41LTI1LjMKCQkJCXMxNS43LTEwLjUsMjUuMy0xMC41YzkuNSwwLDE4LjUsMy43LDI1LjMsMTAuNWMxMy45LDEzLjksMTMuOSwzNi42LDAsNTAuNkMyNTUuNSw1Mi4xLDI0Ni41LDU1LjgsMjM2LjksNTUuOHogTTIzNi45LTcuNwoJCQkJYy03LjQsMC0xNC40LDIuOS0xOS42LDguMWMtMTAuOCwxMC44LTEwLjgsMjguNCwwLDM5LjJjNS4yLDUuMiwxMi4yLDguMSwxOS42LDguMWM3LjQsMCwxNC40LTIuOSwxOS42LTguMXM4LjEtMTIuMiw4LjEtMTkuNgoJCQkJYzAtNy40LTIuOS0xNC40LTguMS0xOS42UzI0NC4zLTcuNywyMzYuOS03Ljd6Ii8+CgkJCTxwYXRoIGZpbGw9IiMwMDUwODIiIGQ9Ik0yMzYuOS0xNC43YzguOSwwLDE3LjgsMy40LDI0LjYsMTAuMmMxMy42LDEzLjYsMTMuNiwzNS42LDAsNDkuMWMtNi44LDYuOC0xNS43LDEwLjItMjQuNiwxMC4yCgkJCQlzLTE3LjgtMy40LTI0LjYtMTAuMmMtMTMuNi0xMy42LTEzLjYtMzUuNiwwLTQ5LjFDMjE5LjEtMTEuMywyMjgtMTQuNywyMzYuOS0xNC43IE0yMzYuOSw0OC44YzcuNCwwLDE0LjctMi44LDIwLjMtOC40CgkJCQljMTEuMi0xMS4yLDExLjItMjkuNCwwLTQwLjdjLTUuNi01LjYtMTMtOC40LTIwLjMtOC40cy0xNC43LDIuOC0yMC4zLDguNGMtMTEuMiwxMS4yLTExLjIsMjkuNCwwLDQwLjcKCQkJCUMyMjIuMiw0NiwyMjkuNiw0OC44LDIzNi45LDQ4LjggTTIzNi45LTE2LjdjLTkuOCwwLTE5LDMuOC0yNiwxMC44Yy02LjksNi45LTEwLjgsMTYuMi0xMC44LDI2YzAsOS44LDMuOCwxOSwxMC44LDI2CgkJCQljNi45LDYuOSwxNi4yLDEwLjgsMjYsMTAuOHMxOS0zLjgsMjYtMTAuOGM2LjktNi45LDEwLjgtMTYuMiwxMC44LTI2YzAtOS44LTMuOC0xOS0xMC44LTI2QzI1Ni0xMi45LDI0Ni43LTE2LjcsMjM2LjktMTYuNwoJCQkJTDIzNi45LTE2Ljd6IE0yMzYuOSw0Ni44Yy03LjEsMC0xMy45LTIuOC0xOC45LTcuOGMtMTAuNC0xMC40LTEwLjQtMjcuNCwwLTM3LjhjNS4xLTUuMSwxMS44LTcuOCwxOC45LTcuOHMxMy45LDIuOCwxOC45LDcuOAoJCQkJYzEwLjQsMTAuNCwxMC40LDI3LjQsMCwzNy44QzI1MC44LDQ0LDI0NC4xLDQ2LjgsMjM2LjksNDYuOEwyMzYuOSw0Ni44eiIvPgoJCTwvZz4KCQkKCQkJPHJlY3QgeD0iMTUwLjUiIHk9IjcwLjIiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjcwNzEgMC43MDcxIC0wLjcwNzEgLTAuNzA3MSAzNjIuMzMyNiAxLjA5NSkiIGZpbGw9IiMzMDlBQ0MiIHN0cm9rZT0iIzAwNTA4MiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHdpZHRoPSI2MC45IiBoZWlnaHQ9IjEwLjgiLz4KCTwvZz4KPC9nPgo8Zz4KCTxwYXRoIGZpbGw9IiMwMDUwODIiIGQ9Ik0xODAuMywyMi44YzAtMC4zLDAtMC42LDAtMC45YzAtMS43LDAuNi0zLjEsMi4yLTQuMWwxLjItMC44YzAuOS0wLjYsMS40LTEuNiwxLjQtMi42YzAtMS42LTEtMy0zLjEtMwoJCWMtMi4zLDAtMy4zLDEuNy0zLjMsMy40YzAsMC40LDAuMSwxLDAuMiwxLjNsLTIuNi0wLjNjLTAuMS0wLjQtMC4yLTAuOC0wLjItMS4zYzAtMi40LDEuOC01LjQsNS44LTUuNGMzLjcsMCw1LjgsMi42LDUuOCw1LjMKCQljMCwyLjEtMS4yLDMuNi0yLjcsNC42bC0xLjIsMC44Yy0wLjgsMC42LTEuMiwxLjUtMS4yLDIuNWMwLDAuMSwwLDAuMiwwLDAuNUgxODAuM3ogTTE4MS41LDI0LjhjMSwwLDEuNywwLjgsMS43LDEuNwoJCWMwLDEtMC44LDEuNy0xLjcsMS43Yy0xLDAtMS43LTAuOC0xLjctMS43QzE3OS44LDI1LjYsMTgwLjUsMjQuOCwxODEuNSwyNC44eiIvPgo8L2c+CjxwYXRoIGZpbGw9IiNGMEY4RkMiIGQ9Ik0yNTguMSw4LjhjMC4xLDAuOSwwLjEsMS43LDAuMSwyLjZjMCwxMy44LTExLjIsMjUtMjUsMjVjLTYuNiwwLTEyLjYtMi42LTE3LjEtNi43CgljMy44LDcuOCwxMS44LDEzLjEsMjEuMSwxMy4xYzEzLDAsMjMuNS0xMC41LDIzLjUtMjMuNUMyNjAuNywxNS42LDI1OS43LDEyLDI1OC4xLDguOHoiLz4KPC9zdmc+Cg==");padding:220px 20px 20px 20px;width:auto;margin:0 auto;text-align:center;background-size:200px;border:0px}.no-project-results-cta .create-business-project-image{width:110px;height:200px;float:left;margin:-10px 20px 10px 10px;background:transparent none no-repeat top center;background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:global-static/../../../images/adbox/nobusinessproject.svg')}.no-project-results-cta p{white-space:normal}.no-project-results-cta{width:70%;max-width:800px;margin-left:auto;margin-right:auto}.no-projects-container{display:flex;flex-direction:column;align-items:center;margin-top:146px;margin-bottom:60px}.no-projects-container img{width:240px;height:160px}.no-projects-container p:last-child{margin-top:32px}.browse-project-error-page{background-color:#fff}.browse-project-error-page #footer-logo{background-color:#fff}.browse-projects{background-color:#fff}.browse-projects .aui-page-panel{border-width:2px 0;border-color:#ebecf0}.browse-projects .aui-page-panel-nav{border-right:2px solid #ebecf0}.browse-projects table.aui>thead{border-bottom:2px solid #ebecf0;color:#5e6c84}.browse-projects #projects{margin-top:36px}.browse-projects .archived-projects-empty-state{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff}.browse-projects .archived-projects-empty-state .no-projects-container{margin-top:0}#browse-projects-page{margin-bottom:60px}#browse-projects-page .module{position:relative;min-height:300px}#browse-projects-page table.aui{table-layout:fixed}#browse-projects-page table.aui .project-list-icon{width:6%}@media (min-width:1340px){#browse-projects-page table.aui .project-list-name{width:15%}#browse-projects-page table.aui .project-list-key{width:7%}#browse-projects-page table.aui .project-list-type{width:10%}#browse-projects-page table.aui .project-list-lead,#browse-projects-page table.aui .project-list-assignee{width:9%}#browse-projects-page table.aui .project-list-category,#browse-projects-page table.aui .project-list-archived-date,#browse-projects-page table.aui .project-list-archived-by,#browse-projects-page table.aui .project-list-updated-date,#browse-projects-page table.aui .project-list-url,#browse-projects-page table.aui .project-list-actions{width:10%}#browse-projects-page table.aui .project-list-issue-count{width:7%;text-align:right}}#browse-projects-page table.aui tbody.projects-list td:not(.cell-type-actions){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#browse-projects-page table.aui td.cell-type-issue-count{width:7%;text-align:right}#browse-projects-page .aui-nav-heading{border:0}.page-type-admin #browse-projects-page.aui-page-panel{border:none}#archive-confirmation-page .form-body{padding:20px 20px 15px}#archive-confirmation-page ul{margin-bottom:5px}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/about.less' */
.main-about-jira-logo{float:right}.main-about-jira-logo+h2{margin-top:0}
/* module-key = 'com.atlassian.jira.jira-issue-nav-plugin:stylesheets', location = 'content/css/list-view.less' */
.list-view{margin:20px}.list-view .issue-table-info-bar{margin:20px 0 0 0;overflow:auto}.list-view .issue-table-info-bar .results-count{float:left}
/* module-key = 'com.atlassian.jira.jira-issue-nav-plugin:stylesheets', location = 'content/css/issue-nav.less' */
body{min-width:0}#throbber-space{float:right;height:28px;margin-right:10px}.results-panel .pending{opacity:.5;pointer-events:none}.navigator-search{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:10px;border-bottom:2px solid;clear:both;padding:5px 20px 20px 20px}.navigator-search:before,.navigator-search:after{content:" ";display:table}.navigator-search:after{clear:both}.navigator-search>.aui-group{table-layout:auto}.view-selector{width:70px}.view-selector .aui-buttons{float:right}.view-selector .aui-buttons .aui-button:first-child{border-bottom-right-radius:3.01px;border-top-right-radius:3.01px}.layout-switcher-item .aui-icon{margin-right:6px;color:#7a869a}.layout-switcher-item.active .aui-icon{color:#ebecf0}.search-owner{display:table}.search-owner .search-owner-avatar{margin-right:8px}.search-owner .search-owner-name{display:table-cell;vertical-align:middle;word-break:break-all}#search-header-view .header-section-primary:after{clear:both;content:"";display:block;height:0;visibility:hidden}#search-header-view .header-section-primary h1{float:left;margin-right:12px;max-width:18em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#search-header-view .header-section-secondary{display:none}#search-header-view .filter-operations{display:inline-block;margin-top:0}.filter-operations .filter-edited-item{padding-right:12px}.saved-search-selector{padding:20px 20px 0 20px}.saved-search-selector:before,.saved-search-selector:after{content:" ";display:table}.saved-search-selector:after{clear:both}.saved-search-operations{float:right}.saved-search-operations .operations{float:right}.saved-search-operations .operations li{margin-left:5px}.saved-search-operations .operations>li.pluggable-ops>a>.icon{left:6px;position:absolute;top:6px}.operations .header-tools>span{padding-right:0;text-indent:-999em;text-align:left;width:8px}.operations .header-tools>span.aui-icon{width:16px}.operations a.header-operations.loading.spinner{background-image:url("data:image/gif;base64,R0lGODlhEAAQAMQAAP///+7u7t3d3bu7u6qqqpmZmYiIiHd3d2ZmZlVVVURERDMzMyIiIhEREQARAAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAQACwAAAAAEAAQAAAFdyAkQgGJJOWoQgIjBM8jkKsoPEzgyMGsCjPDw7ADpkQBxRDmSCRetpRA6Rj4kFBkgLC4IlUGhbNQIwXOYYWCXDufzYPDMaoKGBoKb886OjAKdgZAAgQkfCwzAgsDBAUCgl8jAQkHEAVkAoA1AgczlyIDczUDA2UhACH5BAUHABAALAAAAAAPABAAAAVjICSO0IGIATkqIiMKDaGKC8Q49jPMYsE0hQdrlABCGgvT45FKiRKQhWA0mPKGPAgBcTjsspBCAoH4gl+FmXNEUEBVAYHToJAVZK/XWoQQDAgBZioHaX8igigFKYYQVlkCjiMhACH5BAUHABAALAAAAAAQAA8AAAVgICSOUGGQqIiIChMESyo6CdQGdRqUENESI8FAdFgAFwqDISYwPB4CVSMnEhSej+FogNhtHyfRQFmIol5owmEta/fcKITB6y4choMBmk7yGgSAEAJ8JAVDgQFmKUCCZnwhACH5BAUHABAALAAAAAAQABAAAAViICSOYkGe4hFAiSImAwotB+si6Co2QxvjAYHIgBAqDoWCK2Bq6A40iA4yYMggNZKwGFgVCAQZotFwwJIF4QnxaC9IsZNgLtAJDKbraJCGzPVSIgEDXVNXA0JdgH6ChoCKKCEAIfkEBQcAEAAsAAAAABAADgAABUkgJI7QcZComIjPw6bs2kINLB5uW9Bo0gyQx8LkKgVHiccKVdyRlqjFSAApOKOtR810StVeU9RAmLqOxi0qRG3LptikAVQEh4UAACH5BAUHABAALAAAAAAQABAAAAVxICSO0DCQKBQQonGIh5AGB2sYkMHIqYAIN0EDRxoQZIaC6bAoMRSiwMAwCIwCggRkwRMJWKSAomBVCc5lUiGRUBjO6FSBwWggwijBooDCdiFfIlBRAlYBZQ0PWRANaSkED1oQYHgjDA8nM3kPfCmejiEAIfkEBQcAEAAsAAAAABAAEAAABWAgJI6QIJCoOIhFwabsSbiFAotGMEMKgZoB3cBUQIgURpFgmEI0EqjACYXwiYJBGAGBgGIDWsVicbiNEgSsGbKCIMCwA4IBCRgXt8bDACkvYQF6U1OADg8mDlaACQtwJCEAIfkEBQcAEAAsAAABABAADwAABV4gJEKCOAwiMa4Q2qIDwq4wiriBmItCCREHUsIwCgh2q8MiyEKODK7ZbHCoqqSjWGKI1d2kRp+RAWGyHg+DQUEmKliGx4HBKECIMwG61AgssAQPKA19EAxRKz4QCVIhACH5BAUHABAALAAAAAAQABAAAAVjICSOUBCQqHhCgiAOKyqcLVvEZOC2geGiK5NpQBAZCilgAYFMogo/J0lgqEpHgoO2+GIMUL6p4vFojhQNg8rxWLgYBQJCASkwEKLC17hYFJtRIwwBfRAJDk4ObwsidEkrWkkhACH5BAUHABAALAAAAQAQAA8AAAVcICSOUGAGAqmKpjis6vmuqSrUxQyPhDEEtpUOgmgYETCCcrB4OBWwQsGHEhQatVFhB/mNAojFVsQgBhgKpSHRTRxEhGwhoRg0CCXYAkKHHPZCZRAKUERZMAYGMCEAIfkEBQcAEAAsAAABABAADwAABV0gJI4kFJToGAilwKLCST6PUcrB8A70844CXenwILRkIoYyBRk4BQlHo3FIOQmvAEGBMpYSop/IgPBCFpCqIuEsIESHgkgoJxwQAjSzwb1DClwwgQhgAVVMIgVyKCEAIfkECQcAEAAsAAAAABAAEAAABWQgJI5kSQ6NYK7Dw6xr8hCw+ELC85hCIAq3Am0U6JUKjkHJNzIsFAqDqShQHRhY6bKqgvgGCZOSFDhAUiWCYQwJSxGHKqGAE/5EqIHBjOgyRQELCBB7EAQHfySDhGYQdDWGQyUhADs=");background-position:6px 5px}.filter-operations{padding-left:2px}.filter-operations>li{display:inline;padding:0 5px}.filter-operations>li:first-child{padding-left:0;border-left:none}.header-tools-menu .menu-empty-content{padding:5px;text-align:center}.filter-details-section ul,#delete-filter-dialog ul{list-style:none}.filter-details-section .manage-links,#delete-filter-dialog .manage-links{padding:0;margin-left:0}.filter-details-section .manage-links>li,#delete-filter-dialog .manage-links>li{display:inline}.filter-details-section .manage-links>li:after,#delete-filter-dialog .manage-links>li:after{content:"\b7";margin:0 8px}.filter-details-section .manage-links>li:last-child:after,#delete-filter-dialog .manage-links>li:last-child:after{display:none}.shared-filters li a+strong{margin-left:16px}#issue-content{background-color:#fff;height:100%}.no-results{background-color:#fff;background-position:50% 0;background-repeat:no-repeat;margin:0 auto;padding:200px 20px 40px 20px;text-align:center}.no-results.empty-results-message{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='115px' height='120px' viewBox='0 0 115 120' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 48.2 %2847327%29 - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3Eno-issues-found%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='-27.0443734%25' y1='82.4719915%25' x2='77.994749%25' y2='14.3966171%25' id='linearGradient-1'%3E%3Cstop stop-color='%23FAFBFC' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23EFF1F3' offset='27.86%25'%3E%3C/stop%3E%3Cstop stop-color='%23D1D6DD' offset='76.88%25'%3E%3C/stop%3E%3Cstop stop-color='%23C1C7D0' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='GIN-empty' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate%28-783.000000, -258.000000%29'%3E%3Cg id='no-issues-found' transform='translate%28783.000000, 258.000000%29'%3E%3Cpolygon id='_Path_' fill='%23E7E8EC' fill-rule='nonzero' points='92.385782 22.0157346 92.385782 119.494408 0 119.494408 0 0 70.3529858 0 92.3687204 22.0157346'%3E%3C/polygon%3E%3Cpath d='M73.2142701,63.1280281 C64.6048887,63.1277969 57.1942715,69.2092367 55.5144874,77.6531559 C53.8347032,86.0970751 58.3535997,94.5517029 66.3075811,97.8464908 C74.2615625,101.141279 83.4353136,98.3585737 88.2184958,91.200179 C93.001678,84.0417843 92.0620961,74.501431 85.9743648,68.4136584 C82.5976105,65.0183354 78.0028522,63.1150428 73.2142701,63.1280281 Z' id='Shape'%3E%3C/path%3E%3Cpolygon id='Shape' fill='url%28%23linearGradient-1%29' fill-rule='nonzero' style='mix-blend-mode: multiply;' points='92.3994313 22.429763 92.3823697 22.429763 70.521327 0.568720379 70.521327 34.3262559 92.3994313 22.5378199'%3E%3C/polygon%3E%3Cpath d='M92.478007,96.2059637 L91.9441492,95.6721059 C91.9372108,95.6652244 91.9288506,95.6607315 91.9219122,95.6539637 C92.1127748,95.4085798 92.2981397,95.1598595 92.478007,94.9078026 L92.478007,67.3744566 C91.7169375,66.3098856 90.8700156,65.3093895 89.9457226,64.3829874 C85.5105714,59.9235442 79.4757007,57.4237647 73.1862724,57.4408453 C62.7895275,57.4390675 53.6053155,64.2130273 50.5365003,74.1465403 C47.467685,84.0800532 51.230759,94.8538898 59.8168575,100.716587 C68.4029559,106.579285 79.8074372,106.162048 87.9421776,99.687613 L88.813571,100.559063 C89.5494619,101.294938 90.0615433,102.224443 90.2903672,103.23967 C90.5192848,104.254858 91.0313758,105.184324 91.7672203,105.92022 L92.4781207,106.63112 L92.478007,96.2059637 Z M85.9463103,93.9026462 C79.8587583,99.9900906 70.3188137,100.929623 63.1607008,96.1466645 C56.002588,91.3637062 53.2199301,82.1903709 56.5144826,74.2366804 C59.809035,66.2829898 68.2632239,61.7641455 76.7068269,63.4436804 C85.1504299,65.1232154 91.2317988,72.5333583 91.2318269,81.1423808 C91.2450019,85.9311116 89.3417361,90.5260681 85.9463103,93.9029306 L85.9463103,93.9026462 Z' id='Shape' fill='%23DFE1E5' fill-rule='nonzero' style='mix-blend-mode: multiply;'%3E%3C/path%3E%3Cpolygon id='Shape' fill='%23F4F5F7' fill-rule='nonzero' points='92.5546919 22.0333649 70.521327 22.0333649 70.521327 0'%3E%3C/polygon%3E%3Cpath d='M96.1436269,92.7034942 L95.2656364,91.8255037 C94.1586124,90.718513 92.3638072,90.718513 91.2567833,91.8255037 C90.1497926,92.9325276 90.1497926,94.7273328 91.2567833,95.8343567 L92.1347738,96.7123473 C92.8706377,97.4482196 93.3827155,98.3776978 93.61157,99.392897 C93.8404245,100.408096 94.3525023,101.337574 95.0883662,102.073447 L106.782281,113.767361 C108.554116,115.539175 111.426806,115.539175 113.198641,113.767361 C114.970454,111.995526 114.970454,109.122837 113.198641,107.351001 L101.504783,95.6571435 C100.768911,94.9212795 99.8394327,94.4092018 98.8242335,94.1803473 C97.8090076,93.9514867 96.8795078,93.4393882 96.1436269,92.7034942 Z' id='Shape' fill='%2342526E' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M63.8645102,64.4322188 C57.7765289,70.5198298 56.8366232,80.060223 61.619607,87.2188256 C66.4025907,94.3774281 75.5763212,97.1604471 83.5304637,93.8658847 C91.4846062,90.5713223 96.0037963,82.1167705 94.3242543,73.6727393 C92.6447124,65.2287081 85.2342195,59.1470043 76.6247756,59.1469866 C71.8361994,59.1338885 67.2413935,61.037032 63.8645102,64.4322188 Z' id='_Path_2' fill='%23F4F5F7' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M76.5927583,100.863329 C63.502636,100.863329 52.8909953,90.2516878 52.8909953,77.1615656 C52.8909953,64.0714433 63.502636,53.4598025 76.5927583,53.4598025 C82.8822185,53.4427297 88.9171217,55.9425057 93.3523223,60.4019447 C100.131012,67.1806012 102.158838,77.3751839 98.4902206,86.2319362 C94.8216035,95.0886886 86.179022,100.863407 76.5925308,100.863329 L76.5927583,100.863329 Z M76.5927583,59.1156698 C67.983353,59.1154274 60.5727063,65.1968723 58.8929025,73.6408121 C57.2130987,82.0847519 61.7319906,90.5394118 69.6859868,93.8342265 C77.639983,97.1290413 86.813766,94.3463514 91.5969808,87.1879496 C96.3801956,80.0295478 95.440639,70.4891657 89.35291,64.401357 C85.9762746,61.0059887 81.381573,59.1026653 76.5930427,59.1156698 L76.5927583,59.1156698 Z' id='_Compound_Path_' fill='%23344563' fill-rule='nonzero'%3E%3C/path%3E%3Cpolygon id='_Path_' fill='%23E7E8EC' fill-rule='nonzero' points='92.385782 22.0157346 92.385782 119.494408 0 119.494408 0 0 70.3529858 0 92.3687204 22.0157346'%3E%3C/polygon%3E%3Cpath d='M73.2142701,63.1280281 C64.6048887,63.1277969 57.1942715,69.2092367 55.5144874,77.6531559 C53.8347032,86.0970751 58.3535997,94.5517029 66.3075811,97.8464908 C74.2615625,101.141279 83.4353136,98.3585737 88.2184958,91.200179 C93.001678,84.0417843 92.0620961,74.501431 85.9743648,68.4136584 C82.5976105,65.0183354 78.0028522,63.1150428 73.2142701,63.1280281 Z' id='Shape'%3E%3C/path%3E%3Cpolygon id='Shape' fill='url%28%23linearGradient-1%29' fill-rule='nonzero' style='mix-blend-mode: multiply;' points='92.3994313 22.429763 92.3823697 22.429763 70.521327 0.568720379 70.521327 34.3262559 92.3994313 22.5378199'%3E%3C/polygon%3E%3Cpath d='M92.478007,96.2059637 L91.9441492,95.6721059 C91.9372108,95.6652244 91.9288506,95.6607315 91.9219122,95.6539637 C92.1127748,95.4085798 92.2981397,95.1598595 92.478007,94.9078026 L92.478007,67.3744566 C91.7169375,66.3098856 90.8700156,65.3093895 89.9457226,64.3829874 C85.5105714,59.9235442 79.4757007,57.4237647 73.1862724,57.4408453 C62.7895275,57.4390675 53.6053155,64.2130273 50.5365003,74.1465403 C47.467685,84.0800532 51.230759,94.8538898 59.8168575,100.716587 C68.4029559,106.579285 79.8074372,106.162048 87.9421776,99.687613 L88.813571,100.559063 C89.5494619,101.294938 90.0615433,102.224443 90.2903672,103.23967 C90.5192848,104.254858 91.0313758,105.184324 91.7672203,105.92022 L92.4781207,106.63112 L92.478007,96.2059637 Z M85.9463103,93.9026462 C79.8587583,99.9900906 70.3188137,100.929623 63.1607008,96.1466645 C56.002588,91.3637062 53.2199301,82.1903709 56.5144826,74.2366804 C59.809035,66.2829898 68.2632239,61.7641455 76.7068269,63.4436804 C85.1504299,65.1232154 91.2317988,72.5333583 91.2318269,81.1423808 C91.2450019,85.9311116 89.3417361,90.5260681 85.9463103,93.9029306 L85.9463103,93.9026462 Z' id='Shape' fill='%23DFE1E5' fill-rule='nonzero' style='mix-blend-mode: multiply;'%3E%3C/path%3E%3Cpolygon id='Shape' fill='%23F4F5F7' fill-rule='nonzero' points='92.5546919 22.0333649 70.521327 22.0333649 70.521327 0'%3E%3C/polygon%3E%3Cpath d='M96.1436269,92.7034942 L95.2656364,91.8255037 C94.1586124,90.718513 92.3638072,90.718513 91.2567833,91.8255037 C90.1497926,92.9325276 90.1497926,94.7273328 91.2567833,95.8343567 L92.1347738,96.7123473 C92.8706377,97.4482196 93.3827155,98.3776978 93.61157,99.392897 C93.8404245,100.408096 94.3525023,101.337574 95.0883662,102.073447 L106.782281,113.767361 C108.554116,115.539175 111.426806,115.539175 113.198641,113.767361 C114.970454,111.995526 114.970454,109.122837 113.198641,107.351001 L101.504783,95.6571435 C100.768911,94.9212795 99.8394327,94.4092018 98.8242335,94.1803473 C97.8090076,93.9514867 96.8795078,93.4393882 96.1436269,92.7034942 Z' id='Shape' fill='%2342526E' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M63.8645102,64.4322188 C57.7765289,70.5198298 56.8366232,80.060223 61.619607,87.2188256 C66.4025907,94.3774281 75.5763212,97.1604471 83.5304637,93.8658847 C91.4846062,90.5713223 96.0037963,82.1167705 94.3242543,73.6727393 C92.6447124,65.2287081 85.2342195,59.1470043 76.6247756,59.1469866 C71.8361994,59.1338885 67.2413935,61.037032 63.8645102,64.4322188 Z' id='_Path_2' fill='%23F4F5F7' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M76.5927583,100.863329 C63.502636,100.863329 52.8909953,90.2516878 52.8909953,77.1615656 C52.8909953,64.0714433 63.502636,53.4598025 76.5927583,53.4598025 C82.8822185,53.4427297 88.9171217,55.9425057 93.3523223,60.4019447 C100.131012,67.1806012 102.158838,77.3751839 98.4902206,86.2319362 C94.8216035,95.0886886 86.179022,100.863407 76.5925308,100.863329 L76.5927583,100.863329 Z M76.5927583,59.1156698 C67.983353,59.1154274 60.5727063,65.1968723 58.8929025,73.6408121 C57.2130987,82.0847519 61.7319906,90.5394118 69.6859868,93.8342265 C77.639983,97.1290413 86.813766,94.3463514 91.5969808,87.1879496 C96.3801956,80.0295478 95.440639,70.4891657 89.35291,64.401357 C85.9762746,61.0059887 81.381573,59.1026653 76.5930427,59.1156698 L76.5927583,59.1156698 Z' id='_Compound_Path_' fill='%23344563' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:153px 160px}.no-results.no-results-message{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='115px' height='120px' viewBox='0 0 115 120' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 48.2 %2847327%29 - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3Eno-issues-found%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3ClinearGradient x1='-27.0443734%25' y1='82.4719915%25' x2='77.994749%25' y2='14.3966171%25' id='linearGradient-1'%3E%3Cstop stop-color='%23FAFBFC' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23EFF1F3' offset='27.86%25'%3E%3C/stop%3E%3Cstop stop-color='%23D1D6DD' offset='76.88%25'%3E%3C/stop%3E%3Cstop stop-color='%23C1C7D0' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='GIN-empty' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate%28-783.000000, -258.000000%29'%3E%3Cg id='no-issues-found' transform='translate%28783.000000, 258.000000%29'%3E%3Cpolygon id='_Path_' fill='%23E7E8EC' fill-rule='nonzero' points='92.385782 22.0157346 92.385782 119.494408 0 119.494408 0 0 70.3529858 0 92.3687204 22.0157346'%3E%3C/polygon%3E%3Cpath d='M73.2142701,63.1280281 C64.6048887,63.1277969 57.1942715,69.2092367 55.5144874,77.6531559 C53.8347032,86.0970751 58.3535997,94.5517029 66.3075811,97.8464908 C74.2615625,101.141279 83.4353136,98.3585737 88.2184958,91.200179 C93.001678,84.0417843 92.0620961,74.501431 85.9743648,68.4136584 C82.5976105,65.0183354 78.0028522,63.1150428 73.2142701,63.1280281 Z' id='Shape'%3E%3C/path%3E%3Cpolygon id='Shape' fill='url%28%23linearGradient-1%29' fill-rule='nonzero' style='mix-blend-mode: multiply;' points='92.3994313 22.429763 92.3823697 22.429763 70.521327 0.568720379 70.521327 34.3262559 92.3994313 22.5378199'%3E%3C/polygon%3E%3Cpath d='M92.478007,96.2059637 L91.9441492,95.6721059 C91.9372108,95.6652244 91.9288506,95.6607315 91.9219122,95.6539637 C92.1127748,95.4085798 92.2981397,95.1598595 92.478007,94.9078026 L92.478007,67.3744566 C91.7169375,66.3098856 90.8700156,65.3093895 89.9457226,64.3829874 C85.5105714,59.9235442 79.4757007,57.4237647 73.1862724,57.4408453 C62.7895275,57.4390675 53.6053155,64.2130273 50.5365003,74.1465403 C47.467685,84.0800532 51.230759,94.8538898 59.8168575,100.716587 C68.4029559,106.579285 79.8074372,106.162048 87.9421776,99.687613 L88.813571,100.559063 C89.5494619,101.294938 90.0615433,102.224443 90.2903672,103.23967 C90.5192848,104.254858 91.0313758,105.184324 91.7672203,105.92022 L92.4781207,106.63112 L92.478007,96.2059637 Z M85.9463103,93.9026462 C79.8587583,99.9900906 70.3188137,100.929623 63.1607008,96.1466645 C56.002588,91.3637062 53.2199301,82.1903709 56.5144826,74.2366804 C59.809035,66.2829898 68.2632239,61.7641455 76.7068269,63.4436804 C85.1504299,65.1232154 91.2317988,72.5333583 91.2318269,81.1423808 C91.2450019,85.9311116 89.3417361,90.5260681 85.9463103,93.9029306 L85.9463103,93.9026462 Z' id='Shape' fill='%23DFE1E5' fill-rule='nonzero' style='mix-blend-mode: multiply;'%3E%3C/path%3E%3Cpolygon id='Shape' fill='%23F4F5F7' fill-rule='nonzero' points='92.5546919 22.0333649 70.521327 22.0333649 70.521327 0'%3E%3C/polygon%3E%3Cpath d='M96.1436269,92.7034942 L95.2656364,91.8255037 C94.1586124,90.718513 92.3638072,90.718513 91.2567833,91.8255037 C90.1497926,92.9325276 90.1497926,94.7273328 91.2567833,95.8343567 L92.1347738,96.7123473 C92.8706377,97.4482196 93.3827155,98.3776978 93.61157,99.392897 C93.8404245,100.408096 94.3525023,101.337574 95.0883662,102.073447 L106.782281,113.767361 C108.554116,115.539175 111.426806,115.539175 113.198641,113.767361 C114.970454,111.995526 114.970454,109.122837 113.198641,107.351001 L101.504783,95.6571435 C100.768911,94.9212795 99.8394327,94.4092018 98.8242335,94.1803473 C97.8090076,93.9514867 96.8795078,93.4393882 96.1436269,92.7034942 Z' id='Shape' fill='%2342526E' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M63.8645102,64.4322188 C57.7765289,70.5198298 56.8366232,80.060223 61.619607,87.2188256 C66.4025907,94.3774281 75.5763212,97.1604471 83.5304637,93.8658847 C91.4846062,90.5713223 96.0037963,82.1167705 94.3242543,73.6727393 C92.6447124,65.2287081 85.2342195,59.1470043 76.6247756,59.1469866 C71.8361994,59.1338885 67.2413935,61.037032 63.8645102,64.4322188 Z' id='_Path_2' fill='%23F4F5F7' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M76.5927583,100.863329 C63.502636,100.863329 52.8909953,90.2516878 52.8909953,77.1615656 C52.8909953,64.0714433 63.502636,53.4598025 76.5927583,53.4598025 C82.8822185,53.4427297 88.9171217,55.9425057 93.3523223,60.4019447 C100.131012,67.1806012 102.158838,77.3751839 98.4902206,86.2319362 C94.8216035,95.0886886 86.179022,100.863407 76.5925308,100.863329 L76.5927583,100.863329 Z M76.5927583,59.1156698 C67.983353,59.1154274 60.5727063,65.1968723 58.8929025,73.6408121 C57.2130987,82.0847519 61.7319906,90.5394118 69.6859868,93.8342265 C77.639983,97.1290413 86.813766,94.3463514 91.5969808,87.1879496 C96.3801956,80.0295478 95.440639,70.4891657 89.35291,64.401357 C85.9762746,61.0059887 81.381573,59.1026653 76.5930427,59.1156698 L76.5927583,59.1156698 Z' id='_Compound_Path_' fill='%23344563' fill-rule='nonzero'%3E%3C/path%3E%3Cpolygon id='_Path_' fill='%23E7E8EC' fill-rule='nonzero' points='92.385782 22.0157346 92.385782 119.494408 0 119.494408 0 0 70.3529858 0 92.3687204 22.0157346'%3E%3C/polygon%3E%3Cpath d='M73.2142701,63.1280281 C64.6048887,63.1277969 57.1942715,69.2092367 55.5144874,77.6531559 C53.8347032,86.0970751 58.3535997,94.5517029 66.3075811,97.8464908 C74.2615625,101.141279 83.4353136,98.3585737 88.2184958,91.200179 C93.001678,84.0417843 92.0620961,74.501431 85.9743648,68.4136584 C82.5976105,65.0183354 78.0028522,63.1150428 73.2142701,63.1280281 Z' id='Shape'%3E%3C/path%3E%3Cpolygon id='Shape' fill='url%28%23linearGradient-1%29' fill-rule='nonzero' style='mix-blend-mode: multiply;' points='92.3994313 22.429763 92.3823697 22.429763 70.521327 0.568720379 70.521327 34.3262559 92.3994313 22.5378199'%3E%3C/polygon%3E%3Cpath d='M92.478007,96.2059637 L91.9441492,95.6721059 C91.9372108,95.6652244 91.9288506,95.6607315 91.9219122,95.6539637 C92.1127748,95.4085798 92.2981397,95.1598595 92.478007,94.9078026 L92.478007,67.3744566 C91.7169375,66.3098856 90.8700156,65.3093895 89.9457226,64.3829874 C85.5105714,59.9235442 79.4757007,57.4237647 73.1862724,57.4408453 C62.7895275,57.4390675 53.6053155,64.2130273 50.5365003,74.1465403 C47.467685,84.0800532 51.230759,94.8538898 59.8168575,100.716587 C68.4029559,106.579285 79.8074372,106.162048 87.9421776,99.687613 L88.813571,100.559063 C89.5494619,101.294938 90.0615433,102.224443 90.2903672,103.23967 C90.5192848,104.254858 91.0313758,105.184324 91.7672203,105.92022 L92.4781207,106.63112 L92.478007,96.2059637 Z M85.9463103,93.9026462 C79.8587583,99.9900906 70.3188137,100.929623 63.1607008,96.1466645 C56.002588,91.3637062 53.2199301,82.1903709 56.5144826,74.2366804 C59.809035,66.2829898 68.2632239,61.7641455 76.7068269,63.4436804 C85.1504299,65.1232154 91.2317988,72.5333583 91.2318269,81.1423808 C91.2450019,85.9311116 89.3417361,90.5260681 85.9463103,93.9029306 L85.9463103,93.9026462 Z' id='Shape' fill='%23DFE1E5' fill-rule='nonzero' style='mix-blend-mode: multiply;'%3E%3C/path%3E%3Cpolygon id='Shape' fill='%23F4F5F7' fill-rule='nonzero' points='92.5546919 22.0333649 70.521327 22.0333649 70.521327 0'%3E%3C/polygon%3E%3Cpath d='M96.1436269,92.7034942 L95.2656364,91.8255037 C94.1586124,90.718513 92.3638072,90.718513 91.2567833,91.8255037 C90.1497926,92.9325276 90.1497926,94.7273328 91.2567833,95.8343567 L92.1347738,96.7123473 C92.8706377,97.4482196 93.3827155,98.3776978 93.61157,99.392897 C93.8404245,100.408096 94.3525023,101.337574 95.0883662,102.073447 L106.782281,113.767361 C108.554116,115.539175 111.426806,115.539175 113.198641,113.767361 C114.970454,111.995526 114.970454,109.122837 113.198641,107.351001 L101.504783,95.6571435 C100.768911,94.9212795 99.8394327,94.4092018 98.8242335,94.1803473 C97.8090076,93.9514867 96.8795078,93.4393882 96.1436269,92.7034942 Z' id='Shape' fill='%2342526E' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M63.8645102,64.4322188 C57.7765289,70.5198298 56.8366232,80.060223 61.619607,87.2188256 C66.4025907,94.3774281 75.5763212,97.1604471 83.5304637,93.8658847 C91.4846062,90.5713223 96.0037963,82.1167705 94.3242543,73.6727393 C92.6447124,65.2287081 85.2342195,59.1470043 76.6247756,59.1469866 C71.8361994,59.1338885 67.2413935,61.037032 63.8645102,64.4322188 Z' id='_Path_2' fill='%23F4F5F7' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M76.5927583,100.863329 C63.502636,100.863329 52.8909953,90.2516878 52.8909953,77.1615656 C52.8909953,64.0714433 63.502636,53.4598025 76.5927583,53.4598025 C82.8822185,53.4427297 88.9171217,55.9425057 93.3523223,60.4019447 C100.131012,67.1806012 102.158838,77.3751839 98.4902206,86.2319362 C94.8216035,95.0886886 86.179022,100.863407 76.5925308,100.863329 L76.5927583,100.863329 Z M76.5927583,59.1156698 C67.983353,59.1154274 60.5727063,65.1968723 58.8929025,73.6408121 C57.2130987,82.0847519 61.7319906,90.5394118 69.6859868,93.8342265 C77.639983,97.1290413 86.813766,94.3463514 91.5969808,87.1879496 C96.3801956,80.0295478 95.440639,70.4891657 89.35291,64.401357 C85.9762746,61.0059887 81.381573,59.1026653 76.5930427,59.1156698 L76.5927583,59.1156698 Z' id='_Compound_Path_' fill='%23344563' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:153px 160px}.no-results.not-logged-in-message{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAACgCAYAAAAy2+FlAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4gMIDAU1N5KLFAAAFKhJREFUeNrt3Xl4VOXZx/HvfWaykYQdEWQRBdxQESlaFjWKC5fFat8CAhGpKFprd61dRCPQutYNV7QuSF1AqFZbAVmEBAQNWFAUBYEECCiGLYHJTGbO/f4xCWQjmWRCyIT7c11zZWYy50xy7vM7z3N2MMYYY4wxxhhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMbFGmuo/pll0BMah/AihG9AC+BZlBcJb5PGWDCdks0ATqPVSegFjUS4HOgNxQB7wIfCaDGSRBThWiqkIS7kTmAA0q+ajn+MwRvrzqUUgRmu9jCRCPI4wDnAO/0HmEmSspLHDAtzYw7uMV1Cui3CQ/cA1MpAPLA4x18NKRZmP0C+yAdiKhzTpz4amNB2cJlXVZdxdi/ACJAMzdDE9LBIx558RhzfcVHUixL91LskW4Ma4RF5MN5Q/1WHQlnh42PIQQ7VewtXA0Dr0N08jhdstwI2Rh18BCXUc+irNpKdFI2bm2t/VPf38WrOJswA3PkOP8vCmIVrfZbQG+kcxilb4GGABbkxFDS9Ru0U5mlMsHjEgRA/AE9U4hFMtwI2rqM3r4X9pZemIiTm2RT2MpZUFuDHpx26gOMql8reWjhgg7KyHceywADemmgouwmdRFnW1pSMGxPMV4Iuyx7baAtz4zI5i2GICvGvpiIGFdV8OAHOiGMUmBjWdo++aToADPAXk13HoZ5viYXZNlnIv4NaxpzVRBLUAN7Ylcxp7gFuh1sX5mmLutlTEUK0HsRrhoToM+l/6M60pTYsmdSilDGQGhSyPeIAgsJtHS8JvYqvHdRf+WmzQCuBSyJ9F6thyW4AbyC6uYhd+gtV2weAAkM98GcqzloaY7HEFyWcYe6Hak0IVKAR28ze5oultqGxyAZZRfE8RmewEdpUE1Q8EgCJgH/A9lBT+DYtCDPuCTA7wPTuBPVXUei/wHVAAhJjVFCeBQ9P8r8JbGf0lRdxFePPWbsInEB5qnf9nKYjhhXUGLrAGJbxjqWKtD1C6qUv5gjUW4FihEZ/n7LEYHBPzsHB607z6TFMNcGTHNYudBxzTZQ4vqHtEOKf3sADHQlHfIRVhcIRBv8ZiEMNm0Q844ViuddNrgQNMBpIibIGv0ZlRnZpmjmbr6zK5FoP8TmdznAW4MRd1JtcCt9Xq/xde0Bkcb5GIMTOZEHFPK6wtIf6hL5HYlCZDk1ix1xm0Rrgd+GOd/idhMy5jZTiLLRmNvNaz6IoyqZbXPivblV6Kw43yU9ZZgI92MV/oeD+OdkGC3RCN/jIp6skjFJeDy0IZv/VfFpdGUufnT+iEcBdOqA1OsGs99ByVkHcjIe92xPOc3JTzZaxOG29MVzYUN4YQHSC+vsZ4bkl5EwALcKPhaU9Ibibkpe6XPaukLwCuLgBiNsCOzRzGxK7YbIHbXZTSLMlJW5+f80XXFqHV8R4tf+Rzp/zTDz53JURR/L4qx1MUV8iBhIKybxUGnKSFm5M8SV0GD/Tlzl8KTefUs1iU3O2S9qPfKvjh3y/NX94+JZgvZeuREGxGu70nHnwddPwE4g5UOSJfwl585X+3x+ekTlza8uyULidvLMxdtNbWgRtAYpfBJwnuAqCkcLpJJe6Sopx5mw6u4GRFGDrlXhlERunLpC5pw0FegdItlfKOL7f1/8FMu4fS0an1YAd3lkLz0sr63KLL2PqRD0CXkI7DqxHW+mYZxNTSl806XzJRRe8qyYAKOulA7qJ7rAWuj40WikMmvfHQDcWHyydyQfjUMcF94FB4AaSbaPB+YERUX9p9SIIE/M8rZXcz6I8Tu+SPKsrlVc3AoQ/n4uFUIITDShnCVxazKGudTRx++uLSCYe9BPi49PROITRVkeZlaj0wyWn2Sx88GM13pnS+qFfoUHgBRJEJKV3SZhTmLlqri/Cyj/Pw0B2HIoQVMoTNFuCagyss43qWcg8OJx5sRx1CmsWbCL9tNoqzqmhfz472uxN8ga7qoXmlLopob32bfIRHgZ64JVsOFPR9MoHfyxA+sSjWstbhG5P9niJ+A7QJt4NAHH7N4qUH53eelPGiVL5UsGjvaL87hHNmFb1PCamcpe/Qm33ch9C5pOUO/5jDf/Bwh1zauDZ4NZqNWLqU3mSRhfJS+RYWCJ90MArl49NO2L++isGjPs/T37L1ZsLns5RzU/+8VijvoWXu3HBoATIIh+U6l6m6iLYWy4hr/WNc1iJMAtpUXJYCt/xh8JY5bVIDOZUHlqjPIPPgflbFtg19++bVA3GZDuXDW/L8SlxW61we0ixSLcCl02URLTWLJ1CykRoPa+y6eGJ2a9BNZd7bqI57Z9R/yNqZAdDxlLniYctmxfMf+cnXo6rdVqA4CDcR5CtdwC2aYVv2DzupMumpWbyP8jY1X4j/zKzJ2esrLFQzfe6BKdH+HYVbPvxc0EllIqpndyx4+bLT839eKbjlxSHcjo91uoCRqkd/G9JRm9lUEc1kDHGsA35JhKf2pSSGfrjmsY9+JshQQYb6/N6zijZ/WC/rJ77cRTMIek9B5VqEAXmTMzd4PBrpjsfWwDMMIlsX2PHV5Wo9l2TN4r6SS/9eEelwXdsVXTz1tnUXA8NV5GJfbpu00g1Y0TqQu+geD3omoqNDSK+P7vikzcEFdc2x7Ai8xiI+1MWceTSn7VFZgmgWZwDPAIPqOIo/y0Duq2b8ddoKXenXs9mAcDJSMqVKH06NzxWHl4jjNumP75gO71J+isujCJ3qOIqxMpBXqhx3FFuhy/0qA4cz2YdDci3rDA5BYArfcYcMp8H3VhydjViKF+EHUQzfMOubQodD2ynLPKpa/JV/Liit+SFF1vzSOYrwNkytz6Y5VAivRNzMeRGSjkZ4j04X+qJFXnl81dmXz3piURTB2tFAAf724BKXyIO8rbC92+P1hWtk+Nq4Yzq8w9ameJ5ar//JucgfxVjyjvjfuZp9CL5KAa6qzhVef/r9qesTn1kVx6ivT2raAR62Np4RX42hXbu1wCvzcs4b8sCK0R/XaVwuCxrkb/Ywp8ZiVmihQ+ph1MLHnA37ut6NN+l/jNx46TEX3NHrmzNy41/wJG12VR5Nn/tIwqZ9dWqEi4hn3hFfTmfg4jDvcDU9XO2LQvG+AbNedv1u/DhC7npGfjOD9G2nNK0AX7cjmfScX+NN/Ab0FdCDu2P+lHnLGZ/tPCm3lmN8Xy5gVQN1/x5CKKq03lPNUnnyql+wJK9f6S9OA2ceo3I+YOSWC5t8cEds7cmonMdx47aATEZoA8KeQHOGz3kCf6jWJ508JufV+W4btfVXhFCNC+sy7w+a/fxKX3HCKWWyNAwNrSU9bzrX558R2wEeW3g8Y3ZmoJqDymNQeT1IkeTzpz9V7AsmRNrF+gqX6xtqfpSr2ITDuEqFPcySOnNHXyat/EVVoxqM6IeM3LKE9G1Nq0XOUIfRW4Ywesv7eNwvgV9B5QNisr87k9uz/lirBTWJDXfHDLmKTxBuR0ouiehUH+QnVg9bkb3jtIFV9ttgNOp+ztjdWYwtGMYw9cROgMcFzuGG/c9BcBNwD5V31JdzoDjx5EvfvD+7xrZQeJVizi89pLLBCnslr+HhCiC3UitcpsC7/C0YvfARQhVrJeWm9iBU5zE6bwXp28cwbEtSzAb3+m9PJn37BNbnrQP5L+HdQ051G32eXJPOzA017kXyA5Mo5irpG+UtY2tb6x/xGA4jEHZWty68bneXbb/J/M3pEYxxACIzaB5Yx02hX3OdJjfOAP9Wk7hRR3KTLgFWAeMh8kuXLN16xoApK4d+fNhWV7lMBjDmaN0CRa5gPiFOQ7gXB39VxR23+D62FHYMv5Ca9s5pP9BXSPDuIH3Hc6Tv7BMToR23tzXXfTue9B1ZhNz1oBOp6aqQUr7pumH+/Xy1+7DHcCzEwzkykLslrdp7axy5Wg9hJon0RHgCp3LPqygUH+z3xnP7VaU2R2N1R3mMBDYwXifzc6239eTo9gPfoCfhcA0wFocuKKm4xYIWg1v6CFL+dXGVr8UN7F9z4627e7XLLe1q70d5mNb8Tc4gUKtV13raD1zlIPPpicuTOFxaWtSnvhjNbVkZh6oscpjnVH7/0O8/BXkb5T2mt/0UpBGcxqhC+vfn4JHLUb0c1QGg3vCB4Eq5nwefc5j3D/08q806VowYpokef+n8tw3lzzKodjceq6/9wIcdZAF9cHka4bzSsl0y6+GPF279QT+cOBAvOHFE9Fy8IE4R4ftEFKJ8jDCbEO/zohTUtUK13w88XpshXIDL1UAfILXkEeWsIiumf3bRS/dfPO0fCPMIcqtcyJbG1gjJYL4GLtMFDEOYgvD9xOzbngQygPY1Ly8rhPqQcxDOQeRexuzaiux6D5U5OHEreDmlYXabDVMPKYWnEAr+IHzBuD2Xok77Q8Gs4v8pPQmhTFKq/fddtq/J7/lgUONC4P87yjME+YukUdjoan0JqzSD/lxAOvBIyJG1S3J7LcDh5JpWDSNoOk9H6YKH0YzXeQjzeE7WH7kW+BY9AZcLUS4G2pYJbvghpNaxBV6KBu7m3csXAugyTpD+bItqYXAEW+Bygy+iJdBS0tjM6PXNCckEkF8hEl9NSxvBcyoOlwuyAsdZAaxGvJvZl5DLTAnUeSKN39+BoJwI7klAH1zti2ofRFOqbmGpulWttjUu93wbuA8SSnqemZ3D5/Mup5Ocz9Y6T/8j3AJXqPXxAJLGDi6bm0yz1BtxvHfgxJ1QpxY43AoXIhQgB59vQFlCEdm8KvujD/DPtRXFnILQB+iKlIRVK4S3TgEOzIfgBGYPXF7fS86GCnCVRnzTE4cHwPkxiNQpwDWFOvy+C5IHshmR7agUIk4AdA8OfnCKcd0UkFQcEnE1FdwWwImodgVNOHzoqEtAD/fZzSgPszf0Au/38NdrnRswwFX3WNbGo/5rceInIN7u9RDgApRClALgS5Q1dGYzGRKMvAt9q6ZQTEeU7gQ5/mBo60cxqm/hug8z+/yG2Zfb0N48+WvgGkZs6IXH+wdgFPVyD6ZKW84coNPBwxSFktVmAS0NvHMojCXXnQCt0O2VKuf26NPFUhx9nLycf/FhWrBJ1nrmGQFgGuOzX2dv6kjgd9TDueklh+J2QWjFVnozXjcCuXRkFxniVg7wMPXQlub4OQ4/bfGSipJcj1eD2ofIy7ihv/PWWbkcC97s/jkwhlE5GSB3AjdUu81BapnlqkNd5jNSpiWt5ktE6/OqXwUgr+NhCq91/ZxjxdS+xcA0YBojcwbi1TuBK6mfk4U8QAeUVLaxl1t0Jy67mYoPRL1kaDx5NKeYVBwS6vUSbspGRB4nPuklXmxXwLHota4bgZu5dtN9eOLGAT8j0vv5RNVSV5V4jX7UlUcRQlkM8hqJCTOO2TqXer1rFpDF6PzTEX6LkA71dDcIwSFEMiGUG/DwIgVe8uv9lEIXYQ6qz1HU9j/MFLsgHMAb3TYDE8jQe9iYdzGujAeuBurhhIcqgqlS4fcVH3XIdPnPfgFMIxh8lTe65FmBK/hnmy+Am7iu4C/E8zPCx0Z0rOetPVJ/pxMq3yE8jYSm8kLyJqvgYYTXYeYD80nf2QFxr0EZipKGRHLV8pIub9lG9WB3ufR9rZy6Sm9VE+qq+VDNRGQeyjtMb7/BihmBV1O/Ax4gQx9iKxchjAIuqK/RRxtgF2EJyrvsYV5UuzWORdPbbQeeBp5m2HcpJMplCD8ifFhih6pDJZGHu+x7ETW15QLtovoZ8AEu8/AWZDKtm53fHN2CeyGwkLF6PHFcDVxCFceNH/kAC1uBT4B5TJXtVp16MPO4QmB2yQNu2NkR13MucC4q5yIMAFpVH9qSlVSVqlvhiruKyo9mO8pKhJXgrsTrWco/WuyywhwBL8sO4FngWW7WHrgMovS2PkcwwAVANi7ZvCDWRT7SXmyXR/hk9neB8J6CpKITiAueiHIiLt1w9ERwOoK0QDUxvC9eUhBNBFygOFw3PQD4Ud0DmoeQC+4WlFxwcyhM2cRM8dlEPwrCR1+tZ5hOpyVno/QK977qJ8B+YBsOG+nANxX3QZmGbKElBOSWPJbYBGly9Q2U9Go/Yawm4qUb0AmlZe0C7BDAZQsedvIsOxvHQfXGHFNd7CLCd0z8kl9qAn7aI7TAwVvxylvhAHsIUcQ+lO8iPQbTGNMApoi/pNcVvnhCIUnkEU/L8IYML1MIgPhtShnTyIVXYfeXPEo6zNZFNiZm2W1AjLEAG2MswMYYC7AxFmBjjAXYGGMBNsZYgI2xABtjLMDGGAuwMRZgY4wF2BhjATbGWICNsQAbYyzAxhgLsDHGAmyMBdgYYwE2xliAjbEAG2MswMYYC7AxxgJsjAXYGGMBNsZYgI0xFmBjLMDGGAuwMcYCbIwF2BhjATbGWICNMRZgYyzAxhgL8BGky2kf8YeF42wWiGEeWtWi1q0twLHA5ae1+HQfS0FM1/riWgT4LAtwTDTB/KIWn+6nyzjVkhCjhMtqMV9cqctpbgFuzNn9iJ+gnFarWcDlYVXE0hBjtc7iSaBZLQZpTpC7mt4yrKkUdBG9ieNjIK4Og0+UgdxjsYiZ8F4PvFSH+ddFGC0DeMMC3LgKOgG4B/BEMZppFPN7SeN7i0ijXUgn4uVFYGQUc64L/JVE7pe+HLAAN2QBn+1yKZAIQEIokWRfL5r5r8TRrtUMVkTQyYlwPclHUfxy9id+QcBbWDq83JL7gcWnAev8RPcE4gOH1m8TgqmkHjiPpOLLEW1TzaB7CDrfRjbnyx588R9RkLieYo8PAI/ukZu2ZMbStPLG1uJGXgE6ABDwQiAVdqdGMmSnWnzL4AqLtu1AR4tVA0r2tyHo/Pvg60Ac5LeIZMi2QPdafNOV5Wrtyirg3FiaVHYghzExzAJsTAyLrS40Og+VNg3bbdd8m00ausxahPJew6+i6YZYm1T/D7J+bCIvJhVZAAAAAElFTkSuQmCC);background-size:240px 160px}.results-panel .end-of-stable-message{display:none}.results-panel .end-of-stable-message.visible{display:block}.results-panel .end-of-stable-message>p{background:#FAFAFA;border-bottom:1px dashed #c1c7d0;color:#172b4d;margin-top:0;padding:20px;text-align:center}.navigator-content{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;clear:both}.empty-results{border-top:none;padding:85px 0}.navigator-group>.results-panel{border:none;border-radius:0}.navigator-sidebar{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 10px 15px 10px;width:200px;position:relative;border-bottom:1px solid #ddd}.navigator-sidebar .favourite-filters,.navigator-sidebar .filter-info{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1px}.navigator-sidebar .filter-info{padding-left:10px;padding-right:10px}.navigator-sidebar.collapsed{padding:25px 0;width:30px;text-align:center}.navigator-sidebar .ui-sidebar{top:0;bottom:0}.filter-title a{margin-left:10px}.filter-info{font-style:italic}.filter-options{list-style:none;margin-top:20px;padding:10px 0}.filter-options>li{padding:0}.filter-options .new-search{color:#172b4d;margin-bottom:10px;text-align:center}.filter-options .new-search:visited,.filter-options .new-search:hover,.filter-options .new-search:active{color:#172b4d}.filter-options .find-filters{margin:0 10px}.filter-panel-wrapper{overflow-y:auto;overflow-x:hidden}.filter-panel-section{margin-top:-1px;padding:10px 0}.filter-panel-section h4{margin-top:10px}.filter-list>li{position:relative}.filter-list>li .filter-link{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filter-list>li .filter-actions{overflow:hidden;position:absolute;right:4px;top:3px;z-index:1;padding-left:4px;padding-right:4px;height:24px}.filter-list.favourite-filters>li .filter-link{padding-right:44px}form.aui .form-description{margin-bottom:13px;padding:5px 8px}#aui-flag-container .aui-message strong{word-break:break-word}.navigator-container{display:table;table-layout:fixed;width:100%;height:100%;background-color:white}.navigator-container>.navigator-sidebar,.navigator-container>.navigator-body{display:table-cell;vertical-align:top}.navigator-body{background-color:#fff;border-bottom:1px solid #ddd}.ui-sidebar{position:fixed;width:2px;cursor:col-resize;z-index:100;background-color:#ebecf0;transition:background-color ease-in .1s;transition-delay:0.05s}.ui-sidebar:hover{background-color:#2684ff}.ui-sidebar::after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='2' height='14' viewBox='0 0 2 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2342526E' fill-rule='evenodd'%3E%3Ccircle cx='1' cy='1' r='1'/%3E%3Ccircle cx='1' cy='5' r='1'/%3E%3Ccircle cx='1' cy='9' r='1'/%3E%3Ccircle cx='1' cy='13' r='1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:12px 45%;left:-8px;width:18px;height:100%;position:absolute}.ui-sidebar-content{height:100%}@media all and (max-width:1200px){.search-criteria .criteria-selector>.criteria-wrap{max-width:60px}.navigator-sidebar-collapsed .search-criteria .criteria-selector>.criteria-wrap{max-width:100px}}@media all and (max-width:1600px) and (min-width:1200px){.search-criteria .criteria-selector>.criteria-wrap{max-width:110px}.navigator-sidebar-collapsed .search-criteria .criteria-selector>.criteria-wrap{max-width:180px}}.ui-popout-detached{position:fixed;z-index:10;top:41px;display:block;background-color:#f4f5f7;left:0;border-bottom:1px solid #ddd}.ui-popout-expanded{box-shadow:1px 5px 5px 1px rgba(0,0,0,0.2)}.ui-popout-detached:after{content:"";height:20px;position:absolute;bottom:-21px;left:0;background:#f5f5f5;width:100%;padding-right:6px;z-index:999}.filter-title .ui-dock,.filter-title .ui-undock{position:absolute;right:20px;height:28px;margin:0 -10px 0 0;padding:5px;width:28px}.ui-undock.ui-undock>span{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.navigator-issue-only .ui-popout-detached,.page-type-message .ui-popout-detached{display:none}.ui-sidebar-scrollable .ui-sidebar-scrollable{position:fixed}#issuetable .rowHeader th span{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:moz-none;-ms-user-select:none;user-select:none}.search-container[data-mode="basic"]{margin-left:0}.search-container[data-mode="advanced"]{margin-left:9px}.tipsy.jiratipsy{padding-right:0px}.tipsy.jiratipsy .tipsy-arrow-s,.tipsy.jiratipsy .tipsy-arrow-n{margin-left:-2px;margin-right:-2px}.dialog-help-tip{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;position:relative}.dialog-help-tip .helptip-title{font-weight:normal}.dialog-help-tip .helptip-title,.dialog-help-tip .helptip-body,.dialog-help-tip .helptip-link{margin-top:10px}.dialog-help-tip .helptip-link{display:inline-block}.dialog-help-tip .helptip-close{background:transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAbklEQVR42n3QsQnAMAwEQJEhskOWyEwqPYOmcuvWM4hsERTeIAKvkOKx/bpCWHrvp5ldESFfwQxGVDWQxIxyLmOMo+IXtdbuOee+SnffUCTGPRFmMIAFM/qFvHNBOBHGBeGNMBYuMozX9zBiDPMA1nwIFp4ZqPsAAAAASUVORK5CYII=") no-repeat scroll 50% 50%;border:0;cursor:pointer;display:block;height:12px;margin:0;padding:0;position:absolute;right:10px;top:10px;width:12px}.dialog-help-tip>:first-child{margin-top:0}.view-selector{width:70px}.view-selector .aui-buttons{float:right}.view-selector .aui-buttons .aui-button:first-child{border-bottom-right-radius:3.01px;border-top-right-radius:3.01px}.view-selector .drop-arrow{padding-right:20px;position:relative}.view-selector .drop-arrow:after{border:4px solid transparent;border-top-color:#111;content:"";height:0;position:absolute;right:8px;top:13px;width:0}.view-selector .drop-arrow[aria-disabled]:after{border-top-color:#999}.query-component.navigator-search .search-container[data-mode="advanced"]{width:100%}.query-component.navigator-search .search-container[data-mode="advanced"] .search-options-container{width:1%}
/* module-key = 'com.atlassian.jira.jira-issue-nav-plugin:stylesheets', location = 'content/css/split-view.less' */
.page-type-split{overflow-y:hidden}.page-type-split .navigator-body{background-color:white;border-bottom:0}.page-type-split .navigator-group{background-color:#fff;padding-right:0;padding-bottom:0}.page-type-split .navigator-sidebar{padding-bottom:0}.page-type-split .navigator-sidebar .favourite-filters,.page-type-split .navigator-sidebar .filter-info{margin-bottom:-10px;max-height:none;min-height:0}.page-type-split #footer{display:none}.page-type-split .navigator-group>.results-panel{padding:0}.split-view .list-results-panel{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;width:320px}.split-view .list-results-panel+.detail-panel{padding-left:0}.split-view .list-results-panel .count-pagination{margin-top:0;background-color:#f4f5f7;padding:10px 0 10px 0}.split-view .list-results-panel .count-pagination .refresh-container{padding-left:10px}.split-view .list-results-panel .count-pagination .pagination{padding:0 10px 0 0;vertical-align:middle}.split-view .list-results-panel .count-pagination .icon-previous{width:13px;margin-left:0}.split-view .list-results-panel .count-pagination .icon-next{width:6px}.split-view .list-results-panel .count-pagination .aui-icon-small::before{margin-top:-7px;color:#42526e}.split-view #stalker,.split-view .issue-header{background-color:#fff;padding:0}.split-view #stalker.detached,.split-view .issue-header.detached{box-shadow:10px -4px 10px 0 rgba(0,0,0,0.5)}.split-view .ops.page-navigation *{float:right}.split-view #stalker .issue-header-content>.command-bar{border-top:none}.split-view #stalker .issue-header-content>.aui-page-header .aui-page-header-actions{width:auto}.list-panel{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:10px 10px 0 0}.issue-list{position:relative;list-style:none;margin:0;padding:0;overflow-x:hidden}.issue-list>li{border-bottom:1px solid;cursor:pointer;padding:5px 0 5px 5px;position:relative}.issue-list>li .date-info time{margin-left:4px}.issue-list>li img{vertical-align:text-bottom}.issue-list>li .splitview-issue-link{outline:none}.issue-list>li .splitview-issue-link .issue-link-summary{display:block;margin-top:3px;color:#172b4d}.issue-list>li .splitview-issue-link>div{display:flex}.issue-list>li .splitview-issue-link>div>div.issue-content-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-left:10px}.msie .split-view .list-results-panel .count-pagination .aui-icon-small::before{margin-top:-6px}
/* module-key = 'com.atlassian.jira.jira-issue-nav-plugin:stylesheets', location = 'content/css/colouring.less' */
.navigator-search{border-bottom-color:#ebecf0}.saved-search-selector{border-bottom-color:#ebecf0}.split-view .list-results-panel{border-right-color:#ebecf0}.split-view .list-results-panel .count-pagination{border-top-color:#ebecf0}.issue-list>li{border-bottom-color:#dfe1e5}.issue-list>li.focused{background-color:#deebff}.issue-list>li:hover{background-color:rgba(9,30,66,0.08)}.issue-list>li .date-info{color:rgba(9,30,66,0.08)}
/* module-key = 'com.atlassian.jira.jira-issue-nav-components:adgs', location = 'adgs/mixins.less' */
.jira-aui-dropdown2-trigger{padding-right:24px !important;position:relative}.aui-button.jira-aui-dropdown2-trigger::after{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0;font-family:"Adgs Icons";font-weight:normal;font-style:normal;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}
/* module-key = 'com.atlassian.jira.jira-issue-nav-components:orderby-less', location = 'orderby/orderby.less' */
.aui-theme-default .list-ordering a.order-by{color:#707070}.aui-theme-default .list-ordering a.order-by:link,.aui-theme-default .list-ordering a.order-by:visited{color:#707070}.list-ordering{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px 20px 12px 20px;overflow:hidden}.list-ordering .order-by-container{display:flex;flex-direction:row;width:100%}.list-ordering .order-by-container .order-by-fields{flex:1;min-width:0}.list-ordering .order-by-container .order-by-fields .order-options{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}.list-ordering .order-by-container .order-by-direction{margin-left:10px}.order-dropdown .aui-list-scroll{max-height:350px}.order-dropdown .aui-list-section-footer{border-top:1px solid #bbb}#order-by-options-multi-select{width:218px}#order-by-options-multi-select .item-label input{position:absolute;left:-9999px}#order-by-options-multi-select .check-list-item{padding-left:12px}
/* module-key = 'com.atlassian.jira.plugins.inline-create.jira-inline-issue-create-plugin:component-widget', location = '/inline-issue-create/components/inline-issue-create-widget/inline-issue-create-widget.less' */
.iic{position:relative}.iic-trigger{position:relative}.iic-trigger button{-webkit-appearance:none;background-color:transparent;border-width:0;display:block;font-family:inherit;font-size:14px;text-decoration:none;transition-duration:0;transition-property:display;transition-delay:0;color:#999;cursor:pointer;min-height:40px;padding:10px;text-align:left;width:100%}.iic-trigger button::before{content:"+ "}.iic-trigger button:hover{color:#333}.iic-trigger_hidden{display:none;opacity:0;transition-duration:0, 125ms;transition-property:display, opacity;transition-delay:125ms, 0}.iic-widget{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;min-width:400px;width:100%;padding:5px;background:#ffffff;border:solid 1px transparent;transition-duration:0, 125ms;transition-property:display, opacity;transition-delay:0}.iic-widget_standalone{position:absolute;top:0;left:0;z-index:1;-webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.2);box-shadow:2px 2px 5px rgba(0,0,0,0.2);border:solid 1px #eee}.iic-widget_hidden{display:none;opacity:0;transition-duration:0, 0;transition-property:display, opacity;transition-delay:0, 0}.iic-widget__form{position:relative;background:#fff;padding-left:42px;border-radius:3px}.iic-widget__issue-type-selector{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;position:absolute;z-index:10;top:-5px;left:-5px;bottom:-5px;right:0;width:45px}.iic-widget__issue-type-selector__trigger{-webkit-appearance:none;background-color:transparent;border-width:0;font-family:inherit;font-size:14px;text-decoration:none;transition-duration:0;transition-property:display;transition-delay:0;box-sizing:content-box;display:block;height:100%;line-height:16px;padding:0 0 0 10px;position:relative;width:16px}.iic-widget__issue-type-selector__trigger:focus,.iic-widget__issue-type-selector__trigger:hover{outline:none;background:#F2F2F2}.iic-widget__issue-type-selector__trigger:active,.iic-widget__issue-type-selector__trigger.active{background:#e9e9e9;box-shadow:inset 0 3px 6px rgba(0,0,0,0.1)}.iic-widget__issue-type-selector__trigger::after{content:"";position:absolute;top:18px;right:8px;width:0;height:0;border-top:4px solid #707070;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:none}.iic-widget__issue-type-selector__trigger img{vertical-align:18px}.iic-widget__issue-type-selector__dropdown{z-index:100;margin-left:-11px;margin-top:5px;z-index:2}.iic-widget__issue-type-selector__dropdown a{background-repeat:no-repeat}.iic-widget__summary{display:block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;resize:none;overflow:hidden;border:none;height:28px;width:100%;max-width:none;font-size:14px;line-height:18px;padding:5px;border-radius:3.01px;border:solid 1px #fff;box-shadow:none;background:transparent;font-family:Arial,sans-serif}.iic-widget__summary:focus{outline:none}.iic-widget__summary.placeholder{color:#d4d4d4}.iic-widget__description{position:relative;display:inline-block;color:#707070;padding:0 5px 0 6px;font-size:12px}.iic-widget__description-container{display:inline-block}.iic-widget__description_invisible{visibility:hidden}.iic-widget__more.aui-button,.iic-widget__cancel.aui-button{float:right;height:20px;line-height:1;font-size:12px}.iic-widget__more.aui-button.aui-button-subtle{padding:0 5px 0 7px;vertical-align:5px}.iic-widget__cancel.aui-button.aui-button-link{color:#999;margin:0 10px}.iic-widget__cancel.aui-button.aui-button-link:hover{color:#3B73AF;text-decoration:none}.iic-error{border-color:#d04437;-webkit-animation:iicFormError 0.75s;-moz-animation:iicFormError 0.75s;animation:iicFormError 0.75s}@-webkit-keyframes iicFormError{0%{border-color:#d04437}66%{border-color:#d04437}100%{border-color:#ffffff}}@-moz-keyframes iicFormError{0%{border-color:#d04437}66%{border-color:#d04437}100%{border-color:#ffffff}}@keyframes iicFormError{0%{border-color:#d04437}66%{border-color:#d04437}100%{border-color:#ffffff}}
/* module-key = 'com.atlassian.jira.jira-issue-nav-components:simpleissuelist', location = 'simpleissuelist/styles/simpleissuelist.less' */
.list-results-panel{position:relative}.list-results-panel>.loading{top:0px;left:0px;position:absolute;width:100%;height:100%;opacity:.5;z-index:100;background-color:#f4f5f7}.simple-issue-list .inline-issue-create-container{background-color:#fafbfc;border-top:2px solid #ebecf0}.simple-issue-list .end-of-stable-message>p{background:#FAFAFA;border-bottom:1px dashed #CCC;color:#333;margin-top:0;padding:20px;text-align:center}.simple-issue-list .issue-list>li .splitview-issue-link{display:block;text-decoration:none}.simple-issue-list .issue-list>li .splitview-issue-link .issue-link-key{display:block;font-size:12px}.simple-issue-list .iic-widget{min-width:unset}
/* module-key = 'com.atlassian.jira.jira-issue-nav-components:pager-less', location = 'pager/styles/pager.less' */
.pager{display:flex;align-items:center}.pager .aui-icon{vertical-align:middle}.pager .showing{margin-right:10px}
/* module-key = 'com.atlassian.jira.jira-issue-nav-components:detailslayout', location = 'detailslayout/styles/detailslayout.less' */
.details-layout{position:relative}.details-layout>.loading{top:0px;left:0px;position:absolute;width:100%;height:100%;opacity:.5;z-index:1000;background-color:#ffffff}.details-layout>.loading .loading{display:none}.details-layout .issue-header{z-index:0}.details-layout .split-view .list-results-panel{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;width:320px}.details-layout .split-view .list-results-panel .list-panel{box-sizing:border-box;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 0 10px 0}.details-layout .split-view .list-results-panel .list-panel .issue-list{position:relative;list-style:none;margin:0;padding:0;overflow-x:hidden}.details-layout .split-view .list-results-panel .list-panel .issue-list>li{border-bottom-width:1px;border-bottom-style:solid;cursor:pointer;padding:8px 20px 6px 20px;position:relative}.details-layout .split-view .list-results-panel .list-panel .issue-list>li img{vertical-align:text-bottom}.details-layout .split-view .list-results-panel .list-panel .issue-list>li .splitview-issue-link{outline:none}.details-layout .split-view .list-results-panel .list-panel .issue-list>li .splitview-issue-link .issue-link-summary{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;margin-top:2px}.details-layout .split-view .list-results-panel .count-pagination{margin-top:0}.details-layout .split-view .list-results-panel .count-pagination .pagination{padding:0 16px 0 0;vertical-align:middle}.details-layout .split-view .list-results-panel .count-pagination .icon-previous{width:13px;margin-left:0}.details-layout .split-view .list-results-panel .count-pagination .icon-next{width:6px}.details-layout .split-view .list-results-panel .ui-draggable{z-index:1}.details-layout .split-view .list-results-panel .end-of-stable-message{display:block}.details-layout .split-view .detail-panel{padding-left:0;position:relative;display:block;overflow-y:auto;-webkit-overflow-scrolling:touch;overflow-x:visible}.details-layout .split-view .detail-panel .issue-container{outline:none;position:relative}.details-layout .split-view .detail-panel .issue-container .issue-header#stalker{padding:0}.details-layout .split-view .detail-panel .issue-container .issue-header#stalker .issue-header-content .command-bar{border-top:none}.details-layout .split-view .detail-panel .issue-container .issue-header#stalker .issue-header-content .aui-page-header .aui-page-header-actions{width:13em}.details-layout .split-view .detail-panel .issue-tools{position:absolute;top:0;right:0;margin-right:20px;margin-top:20px}.details-layout .split-view .detail-panel .issue-tools .pager-container,.details-layout .split-view .detail-panel .issue-tools .expand-container{display:inline-block}
/* module-key = 'com.atlassian.jira.jira-issue-nav-components:detailslayout', location = 'detailslayout/styles/colours.less' */
.details-layout>.loading{background-color:#f4f5f7}.details-layout .split-view .list-results-panel{border-right-color:#ebecf0}.details-layout .split-view .list-results-panel .list-panel .issue-list>li{border-bottom-color:#dfe1e5}.details-layout .split-view .list-results-panel .list-panel .issue-list>li.focused{background-color:#deebff}.details-layout .split-view .list-results-panel .count-pagination{border-top-color:#ebecf0}.details-layout .split-view .detail-panel .issue-container .issue-header{background-color:#fff}
/* module-key = 'com.atlassian.jira.jira-projects-plugin:subnavigator', location = '/static/components/subnavigator/styles/styles.less' */
.subnav-opts,.subnavigator-content{max-height:80vh;overflow-y:auto}.subnavigator-trigger.aui-button.aui-dropdown2-trigger{margin-left:10px}.subnavigator-trigger.aui-button.aui-dropdown2-trigger.aui-button.aui-dropdown2-trigger:after{border-top-color:#0052cc}.subnavigator-title{float:left;max-width:540px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#ghx-pool{z-index:1}
/* module-key = 'com.atlassian.jira.jira-projects-issue-navigator:application', location = 'styles/issuesearch.less' */
.page-issue-navigator .aui-page-panel{border-bottom-width:0}.page-issue-navigator #content>.aui-page-panel:first-child{margin-top:0px}.issue-search #full-issue-navigator{padding-top:10px;padding-right:13px}.issue-search .empty-results .inline-issue-create-container{min-width:100px;max-width:500px;width:70%;margin:20px auto 0 auto}.issue-search .empty-results .inline-issue-create-container .iic-trigger{padding-left:40px}.issue-search .empty-results .sidebar-issue-nav-empty-state+.inline-issue-create-container{max-width:600px}.issue-search .empty-results .sidebar-issue-nav-empty-state+.inline-issue-create-container .iic-widget{padding-left:91px}.issue-search .empty-results .sidebar-issue-nav-empty-state+.inline-issue-create-container .iic-trigger{padding-left:128px}.issue-search .empty-results .sidebar-issue-nav-empty-state{width:70%;max-width:600px;margin-left:auto;margin-right:auto;position:relative}.issue-search .empty-results .sidebar-issue-nav-empty-state img{position:absolute;width:110px;float:left;margin:-10px 20px 10px 10px}.issue-search .empty-results .sidebar-issue-nav-empty-state p,.issue-search .empty-results .sidebar-issue-nav-empty-state h6{margin-left:140px}.issue-search>.aui-page-header{padding:20px}.issue-search>.aui-page-header h1{height:29px}.issue-search>.aui-page-header .aui-item.subnavigation{width:70%}.issue-search .iic-widget{min-width:0px}.issue-search .end-of-stable-message>p{color:#333;margin-top:0;padding:20px;text-align:center}
/* module-key = 'com.atlassian.jira.jira-projects-issue-navigator:application', location = 'styles/issuesearch-colours.less' */
.issue-search>.aui-page-header{border-bottom:2px solid #ebecf0}.issue-search .end-of-stable-message>p{background:#f4f5f7;border-bottom:1px dashed #c1c7d0}
/* module-key = 'com.atlassian.jira.jira-projects-issue-navigator:application', location = 'styles/issueview.less' */
.issue-view{position:relative;overflow-y:auto;overflow-x:visible}.issue-view>.loading{top:0px;left:0px;position:absolute;width:100%;height:100%;opacity:.5;z-index:1000;background-color:#ffffff}.issue-view>.navigation-tools{z-index:101;position:absolute;top:0;right:0;margin-right:20px;margin-top:20px}.issue-view>.navigation-tools .pager-container,.issue-view>.navigation-tools .collapse-container{display:inline-block}.issue-view>.navigation-tools .collapse{margin-left:5px;position:relative;top:-4px}.issue-view>.issue-container{outline:none}.issue-view>.issue-container .issue-header{padding:0;z-index:inherit}.issue-view>.issue-container .issue-header .issue-header-content .command-bar{border-top:none}.issue-view>.issue-container .issue-header .issue-header-content .aui-page-header .aui-page-header-actions{width:13em}.issue-view #issue-header-archived{margin:0px 20px}
/* module-key = 'com.atlassian.jira.jira-projects-issue-navigator:application', location = 'styles/issueview-colours.less' */
.issue-view>.issue-container .issue-header{background-color:#fff}
/* module-key = 'com.atlassian.jira.jira-projects-issue-navigator:application', location = 'styles/issuecontainer.less' */
.issue-container #issue-comment-add{padding-bottom:97px}
/* module-key = 'com.atlassian.jira.plugins.jira-development-integration-plugin:devstatus-dialog-resources', location = 'css/viewissue/devstatus-panel.less' */
.icon-color-and-padding .devtool-icon{padding-right:5px}#viewissue-devstatus-panel{display:none}.call-to-actions .devstatus-cta-link{display:inline-block}.status-panels .status-panel .rolling-container{margin-top:0;width:100%;position:relative;overflow:hidden}.status-panels .status-panel .rolling-container .rolling-content.transit{position:absolute;top:0}.status-panels .status-panel .devtool-icon{padding-right:5px}.status-panels .status-panel .aui-group>.aui-item+.aui-item{padding-left:0}.status-panels .status-panel .summary-icon{width:21px}.status-panels .status-panel .aui-iconfont-devtools-review{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.7.2/_/download/resources/com.atlassian.jira.plugins.jira-development-integration-plugin:devstatus-dialog-resources/../com.atlassian.jira.plugins.jira-development-integration-plugin:devstatus-dialog-resources/icon.svg);background-repeat:no-repeat}.status-panels .status-panel#deployment-status-panel .heading{padding-right:5px}.status-panels .status-panel#deployment-status-panel .environments{margin-left:23px}.status-panels .status-panel#deployment-status-panel .icon-deployment{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.7.2/_/download/resources/com.atlassian.jira.plugins.jira-development-integration-plugin:devstatus-dialog-resources/../com.atlassian.jira.plugins.jira-development-integration-plugin:devstatus-panel-and-dialog-resources/icon-deploy.png);background-repeat:no-repeat}.message-panel{padding-top:10px}html:not(.msie) .message-panel .instance{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:150px;vertical-align:bottom}.labs-on-off-container{padding-top:10px}.labs-on-off-container .aui-message{background-color:#ffffff;padding-bottom:15px;padding-left:15px}.labs-on-off-container .aui-message.collapsed{padding:10px 20px 10px 20px}.labs-on-off-container .on-off-panel.opted-in{text-align:right;padding-right:10px}.labs-on-off-container .on-off-panel.opted-in .disable-labs{padding-left:5px}.try-labs-container{background:white;float:right;padding-left:5px}.try-labs-container .try-labs{cursor:pointer;font-size:small;margin-right:5px}#devstatus-container.dev-status-container.item-details dl,#devstatus-container.dev-status-container .item-details dl{margin-top:1px}#devstatus-container.dev-status-container.item-details dl>dt,#devstatus-container.dev-status-container .item-details dl>dt{box-sizing:border-box;padding:2px 5px 2px 0}#devstatus-container.dev-status-container.item-details>li+li,#devstatus-container.dev-status-container .item-details>li+li{margin-top:0}#devstatus-container.dev-status-container>.devstatus-entry:not(.hidden):not(.empty-status)+.devstatus-entry:not(.hidden):not(.empty-status){margin-top:10px;padding-top:10px}#devstatus-container.dev-status-container .status-panels dl>dt{width:55%;text-align:left}#devstatus-container.dev-status-container .status-panels .sub-text{color:#707070}#devstatus-container.dev-status-container .status-panels .count{font-weight:bold}#devstatus-container.dev-status-container .status-panels .deployment-summary{border-top:1px solid #ddd;margin-top:10px;padding-top:10px}#devstatus-container.dev-status-container .status-panels .deployment-summary dd{padding-left:0}#devstatus-container.dev-status-container :not(.hidden):not(.empty-status)+.call-to-actions:not(.hidden){border-top:1px solid #ddd}#devstatus-container.dev-status-container .aui-lozenge-overflow{max-width:8em;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}#devstatus-container.dev-status-container .no-data-message-panel .message{color:#707070}#devstatus-container.dev-status-container .labs-on-off-container .aui-message{background-color:#fff;padding-bottom:15px;padding-left:15px}#devstatus-container.dev-status-container .labs-on-off-container .aui-message.collapsed{padding:10px 20px}#devstatus-container.dev-status-container .labs-on-off-container .on-off-panel.opted-in{text-align:right;padding-right:10px}#devstatus-container.dev-status-container .labs-on-off-container .on-off-panel.opted-in .disable-labs{padding-left:5px}#devstatus-container.dev-status-container .try-labs-container{background-color:#fff;float:right;padding-left:5px}#devstatus-container.dev-status-container .try-labs-container .try-labs{color:#707070;cursor:pointer;font-size:small;margin-right:5px}
/* module-key = 'com.atlassian.jira.plugins.jira-development-integration-plugin:devstatus-dialog-resources', location = 'css/viewissue/devstatus-viewissue-colours.less' */
#devstatus-cta-dialog .jira-dialog-content .target,#devstatus-cta-create-review-dialog .jira-dialog-content .target{color:#172b4d}#devstatus-cta-dialog .jira-dialog-content .target.selected,#devstatus-cta-create-review-dialog .jira-dialog-content .target.selected{background-color:#deebff;border-color:#ccd9ea}#devstatus-cta-dialog .jira-dialog-content .target:hover,#devstatus-cta-create-review-dialog .jira-dialog-content .target:hover{background-color:#f4f5f7;border-color:#c1c7d0}.detail-branches-container .branches-table tbody .branch .branch-name .aui-icon{color:#707070}.detail-commits-container .repository-header .fork-off,.detail-branches-container .branches-table tbody .repository .repository-header .fork-off{color:#091e42}.detail-reviews-container .timestamp .overdue{color:#d04437}.detail-reviews-container .comment .comment-container .comment-link,.detail-pullrequests-container .pullrequests-table tbody .comment .comment-container .comment-link,.detail-reviews-container .comment .comment-container .count,.detail-pullrequests-container .pullrequests-table tbody .comment .comment-container .count{color:#707070}.jira-dialog .devstatus-dialog-content .tabs-pane .detail-content-container .no-permission-to-view-all,.jira-dialog .devstatus-dialog-content .jira-dialog .jira-dialog-content .buttons-container.form-footer .oauth-status{color:#707070}.detail-builds-container .builds-table tbody .build .aui-iconfont-approve{color:#00875a}.detail-builds-container .builds-table tbody .build .aui-iconfont-error{color:#de350b}.detail-commits-container .repository-header-group .project-space .extra-project-info .repository-instance{color:#5e6c84}.detail-commits-container .commits-table tbody .branches .ref-lozenge{color:#707070}.icon-color-and-padding .devtool-icon{color:#5e6c84}.try-labs-container .try-labs{color:#707070}#review-status-panel .sub-text.overdue{color:#d04437}.status-panels .status-panel .aui-iconfont-approve,.status-panels .status-panel #build-status-panel .aui-iconfont-approve{color:#00875a}.status-panels .status-panel .aui-iconfont-error,.status-panels .status-panel #build-status-panel .aui-iconfont-error{color:#de350b}
/* module-key = 'com.atlassian.jira.plugins.jira-development-integration-plugin:devstatus-dialog-resources', location = 'css/viewissue/devstatus-cta-dialog.less' */
#devstatus-cta-dialog .jira-dialog-content li.targets,#devstatus-cta-create-review-dialog .jira-dialog-content li.targets{list-style-type:none}#devstatus-cta-dialog .jira-dialog-content .targets,#devstatus-cta-create-review-dialog .jira-dialog-content .targets{margin:0;max-height:250px;overflow-y:auto;padding:10px 0}#devstatus-cta-dialog .jira-dialog-content .targets li,#devstatus-cta-create-review-dialog .jira-dialog-content .targets li{display:block}#devstatus-cta-dialog .jira-dialog-content .target,#devstatus-cta-create-review-dialog .jira-dialog-content .target{-moz-border-radius:3px;border-radius:3px;border:1px solid transparent;display:block;margin:0 10px;padding:20px 10px 20px 70px;position:relative;outline:none;text-decoration:none}#devstatus-cta-dialog .jira-dialog-content .target>.application-icon,#devstatus-cta-create-review-dialog .jira-dialog-content .target>.application-icon{background-color:transparent;height:48px;left:10px;padding:5px 0px;position:absolute;top:10px;width:48px}#devstatus-cta-dialog .jira-dialog-content .target>.application-icon.bitbucket,#devstatus-cta-create-review-dialog .jira-dialog-content .target>.application-icon.bitbucket{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.7.2/_/download/resources/com.atlassian.jira.plugins.jira-development-integration-plugin:devstatus-dialog-resources/devstatus-bitbucket-logo2x.png) transparent no-repeat center center;background-size:48px 48px}.msie-8 #devstatus-cta-dialog .jira-dialog-content .target>.application-icon.bitbucket,.msie-8 #devstatus-cta-create-review-dialog .jira-dialog-content .target>.application-icon.bitbucket{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.7.2/_/download/resources/com.atlassian.jira.plugins.jira-development-integration-plugin:devstatus-dialog-resources/devstatus-bitbucket-logo.png) transparent no-repeat center center}#devstatus-cta-dialog .jira-dialog-content .target>.title,#devstatus-cta-create-review-dialog .jira-dialog-content .target>.title{font-weight:bold}html:not(.msie) #devstatus-cta-dialog .jira-dialog-content .target>.title,html:not(.msie) #devstatus-cta-create-review-dialog .jira-dialog-content .target>.title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html:not(.msie) #devstatus-cta-dialog .jira-dialog-content .target>.base-url,html:not(.msie) #devstatus-cta-create-review-dialog .jira-dialog-content .target>.base-url{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
/* module-key = 'com.atlassian.jira.plugins.jira-development-integration-plugin:devstatus-cta-tooltip-resources', location = 'css/viewissue/devstatus-cta-tooltip.less' */
.cta-tooltip.create-branch{margin-bottom:15px}.cta-tooltip.create-branch .branch-illustration{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.7.2/_/download/resources/com.atlassian.jira.plugins.jira-development-integration-plugin:devstatus-cta-tooltip-resources/../com.atlassian.jira.plugins.jira-development-integration-plugin:devstatus-cta-tooltip-resources/createbranch.svg);background-repeat:no-repeat;background-size:64px 64px;height:64px;width:64px;float:left;margin-right:15px}.cta-tooltip.create-branch .branch-text{margin-left:79px}
/* module-key = 'com.atlassian.auiplugin:dialog2', location = 'src/less/dialog2.less' */
.aui-dialog2{box-shadow:0 8px 16px -4px rgba(9,30,66,0.25),0 0 1px rgba(9,30,66,0.31);background-color:#fff;box-sizing:border-box;border-radius:3px;left:0;margin-left:auto;margin-right:auto;position:relative;right:0}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.aui-dialog2{box-shadow:0 8px 16px -4px rgba(9,30,66,0.25),0 0 1px rgba(9,30,66,0.13),1px 0 1px rgba(9,30,66,0.13),-1px 0 1px rgba(9,30,66,0.13),0 -1px 1px rgba(9,30,66,0.13)}}.aui-dialog2.aui-layer{overflow:visible;position:fixed;top:100px}.aui-dialog2.aui-layer[aria-hidden="true"] .aui-dialog2-header,.aui-dialog2.aui-layer[aria-hidden="true"] .aui-dialog2-footer,.aui-dialog2.aui-layer[aria-hidden="true"] .aui-dialog2-content{opacity:0;transition:opacity .2s,visibility .2s;transition-delay:0s;visibility:hidden}.aui-dialog2.aui-layer[aria-hidden="false"] .aui-dialog2-header,.aui-dialog2.aui-layer[aria-hidden="false"] .aui-dialog2-footer,.aui-dialog2.aui-layer[aria-hidden="false"] .aui-dialog2-content{opacity:1;transition:opacity .2s;transition-delay:0s;visibility:visible}.aui-dialog2-small{width:400px;min-height:138px}.aui-dialog2-medium{width:600px;min-height:238px}.aui-dialog2-large{width:800px;min-height:438px}.aui-dialog2-xlarge{min-height:438px;width:980px}.aui-dialog2-small .aui-dialog2-content{min-height:86px}.aui-dialog2-medium .aui-dialog2-content{min-height:186px}.aui-dialog2-xlarge .aui-dialog2-content,.aui-dialog2-large .aui-dialog2-content{min-height:386px}.aui-dialog2-content{max-height:100%}.aui-dialog2-content{background-color:#fff;box-sizing:border-box;overflow:auto;padding:20px;max-height:calc(100vh - 314px)}.aui-dialog2-content:last-child{border-radius:0 0 3px 3px}.aui-dialog2-header{border-bottom:2px solid #ebecf0;box-sizing:border-box;height:62px;padding:15px 20px;border-radius:3px 3px 0 0;color:#172b4d;display:table;font-weight:normal;padding:0 20px;width:100%}.aui-dialog2-header>*{display:table-cell;vertical-align:middle}.aui-dialog2-header h2,.aui-dialog2-header h3{font-size:20px;font-weight:500;line-height:1.5;letter-spacing:-0.008em;text-transform:none}.aui-dialog2[data-aui-modal="true"] .aui-dialog2-header-close{display:none}.aui-dialog2-footer{border-top:2px solid #ebecf0;box-sizing:border-box;height:52px;padding:10px;border-radius:0 0 3px 3px;padding:10px 20px;width:100%}.aui-dialog2-footer:empty{height:5px;padding:0}.aui-dialog2-footer-hint{color:#505f79;line-height:32px}.aui-dialog2-footer-hint,.aui-dialog2-header-main{overflow:hidden;padding-right:10px;text-overflow:ellipsis;white-space:nowrap}.aui-dialog2-header-main{color:#172b4d;max-width:400px}.aui-dialog2-header-secondary,.aui-dialog2-header-close,.aui-dialog2-footer-actions{text-align:right}.aui-dialog2-footer-actions{float:right}.aui-dialog2-header-close{cursor:pointer;color:#505f79;height:20px;line-height:100%;padding-left:5px;text-align:right;width:20px}.aui-dialog2-header-close:hover{color:#505f79}.aui-dialog2-warning .aui-dialog2-header{background-color:#de350b;border-bottom-color:#de350b;color:#fff}.aui-dialog2-warning .aui-dialog2-header .aui-dialog2-header-main,.aui-dialog2-warning .aui-dialog2-header .aui-dialog2-header-actions a,.aui-dialog2-warning .aui-dialog2-header .aui-dialog2-header-secondary a,.aui-dialog2-warning .aui-dialog2-header .aui-dialog2-header-close{color:inherit}.aui-dialog2 .aui-iconfont-close-dialog:before{content:"\f11b"}@media all and (max-height:700px){.aui-dialog2-large,.aui-dialog2-xlarge{min-height:200px}.aui-dialog2-large.aui-layer,.aui-dialog2-xlarge.aui-layer{bottom:100px}.aui-dialog2-large .aui-dialog2-content,.aui-dialog2-xlarge .aui-dialog2-content{height:calc(100vh - 314px);max-height:none;min-height:86px}}@media all and (max-height:500px){.aui-dialog2-medium{min-height:200px}.aui-dialog2-medium.aui-layer{bottom:100px}.aui-dialog2-medium .aui-dialog2-content{height:calc(100vh - 314px);max-height:none;min-height:86px}}@media all and (max-height:400px){.aui-dialog2.aui-layer{bottom:auto}}@media all and (max-width:1000px){.aui-dialog2-xlarge.aui-layer{box-shadow:none;height:100vh;width:100vw;top:0}.aui-dialog2-xlarge .aui-dialog2-content{height:calc(100vh - 114px);max-height:none}}@media all and (max-width:820px){.aui-dialog2-large.aui-layer{box-shadow:none;height:100vh;width:100vw;top:0}.aui-dialog2-large .aui-dialog2-content{height:calc(100vh - 114px);max-height:none}}@media all and (max-width:620px){.aui-dialog2-medium.aui-layer{box-shadow:none;height:100vh;width:100vw;top:0}.aui-dialog2-medium .aui-dialog2-content{height:calc(100vh - 114px);max-height:none}}@media all and (max-width:420px){.aui-dialog2-small.aui-layer{box-shadow:none;height:100vh;width:100vw;top:0}.aui-dialog2-small .aui-dialog2-content{height:calc(100vh - 114px);max-height:none}}@supports (display: flex){.aui-dialog2{display:flex;flex-direction:column}.aui-dialog2-content{flex:1}.aui-dialog2-header{align-items:center;display:flex;justify-content:space-between}.aui-dialog2-header>.aui-dialog2-header-secondary,.aui-dialog2-header>.aui-dialog2-header-actions{display:block;flex:1}.aui-dialog2-header-close{align-items:center;display:flex;justify-content:center}}
/* module-key = 'com.atlassian.gadgets.dashboard:gadgets-adgs', location = 'css/dashboard/gadget-chrome.css' */
.gadget{margin:0;padding:0;position:absolute;z-index:1;}.propagation-blocker div.gadget{z-index:2;}.gadget.dragging{z-index:3;}.gadget.dropdown-active{z-index:5!important;}.gadget .gadget-container{position:relative;border:1px solid rgba(9,30,66,0.04);border-radius:4px;}.gadget .gadget-container .submit.loading{background:transparent url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.2.32/_/download/resources/com.atlassian.gadgets.dashboard:gadgets-adgs/css/images/wait.gif") 100% center no-repeat;}.gadget.dropdown-active .gadget-menu{z-index:8;}.gadget .dashboard-item-header{background:#eee;-moz-border-radius-topleft:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;border-top-right-radius:3px;margin:0;min-height:24px;padding:0;position:relative;}.gadget .dashboard-item-title{color:#333;}.gadget .dashboard-item-header>.dashboard-item-title{background:transparent;font-size:12px;font-weight:bold;line-height:1.666666666667;margin:0;padding:4px 64px 4px 10px;}.gadget .dashboard-item-header>.gadget-menu{bottom:0;position:absolute;padding-right:12px;right:0;top:0;vertical-align:middle;}.dashboard.draggable .gadget .dashboard-item-title{cursor:move;}.dashboard.initializing div.gadget{visibility:hidden;}.gadget .gadget-menu .aui-icon,.gadget .gadget-menu .aui-dd-trigger{border:none;display:block;padding:0 3px;text-align:left;text-indent:-999em;opacity:.5;color:white;height:16px;width:16px;}.gadget .gadget-menu .aui-iconfont-vid-full-screen-on:before{margin-left:3px;}.gadget .gadget-menu .aui-icon:hover,.gadget .gadget-menu .aui-dd-trigger:hover{opacity:1;}.gadget-menu .aui-dd-parent a.aui-dd-trigger:hover,.gadget-menu .aui-dd-parent a.aui-dd-trigger:focus{color:white;}.gadget .gadget-menu .aui-icon.move{cursor:move;}.gadget .gadget-menu .aui-dd-trigger{background:none;}.gadget .gadget-menu .aui-dd-trigger:hover,.gadget .gadget-menu .aui-dd-trigger:active,.gadget .gadget-menu .aui-dd-trigger:focus{background:none;}.gadget .gadget-menu>ul{float:right;margin:6px 0 0 1em;padding:0;width:auto;}.gadget .gadget-menu>ul>li{float:left;list-style-type:none;margin:0;padding:0;}.gadget .gadget-menu>ul>li>a>span{display:block;padding:0;}.gadget .gadget-colors ul{display:flex;flex-wrap:nowrap;padding:4px 14px 3px 12px;}.gadget .gadget-colors li{float:left;list-style:none;margin:2px 4px 2px 0;}.gadget .gadget-colors a{background:transparent;border:0;-moz-box-sizing:border-box;box-sizing:border-box;display:block;height:16px;outline-offset:1px;padding:0;text-align:left;text-indent:-999em;width:16px;}.gadget .gadget-colors a:hover,.gadget .gadget-colors a:focus,.gadget .gadget-colors a:active{outline:2px solid #333;}.mozilla .gadget .gadget-colors a:hover,.mozilla .gadget .gadget-colors a:focus,.mozilla .gadget .gadget-colors a:active{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 3px #333;}.gadget .dashboard-item-content{-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px;-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px;background:#fff;box-shadow:0 2px 2px 0 rgba(9,30,66,0.13);}.gadget .dashboard-item-content.minimization{left:-9999px;position:absolute;width:100%;}
/* module-key = 'com.atlassian.gadgets.dashboard:gadgets-adgs', location = 'css/dashboard/gadget-colours.css' */
.gadget .dashboard-item-title{color:#fff;}.gadget.color1 .dashboard-item-header,.gadget-colors .color1>a{background-color:#0747A6;}.gadget.color2 .dashboard-item-header,.gadget-colors .color2>a{background-color:#DE350B;}.gadget.color3 .dashboard-item-header,.gadget-colors .color3>a{background-color:#FF8B00;}.gadget.color4 .dashboard-item-header,.gadget-colors .color4>a{background-color:#00875A;}.gadget.color5 .dashboard-item-header,.gadget-colors .color5>a{background-color:#00A3BF;}.gadget.color6 .dashboard-item-header,.gadget-colors .color6>a{background-color:#6554C0;}.gadget.color7 .dashboard-item-header,.gadget-colors .color7>a{background-color:#5E6C84;}.gadget.color8 .dashboard-item-header{background-color:transparent;transition:background-color ease-in .2s;}.gadget.color8 .dashboard-item-content{background-color:transparent;box-shadow:none;transition:all ease-in .2s;}.gadget.color8 .gadget-container{border-color:transparent;transition:border-color ease-in .2s;}.gadget-colors .color8>a{background:transparent url('data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0D%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2048.2%20%2847327%29%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Eicon-transparent-square%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Dashboard-logged-in%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate%28-446.000000%2C%20-518.000000%29%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon-transparent-square%22%20transform%3D%22translate%28446.000000%2C%20518.000000%29%22%20stroke-width%3D%222%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.5%2C14.5%20L14.5%2C1.5%22%20id%3D%22Line-3%22%20stroke%3D%22%23FF5630%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-3%22%20stroke%3D%22%23DFE1E6%22%20x%3D%221%22%20y%3D%221%22%20width%3D%2214%22%20height%3D%2214%22%20rx%3D%222%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E') no-repeat center;border:1px solid #ccc;}.gadget.color8 .dashboard-item-header .aui-icon,.gadget.color8 .dashboard-item-header .aui-dd-trigger{visibility:hidden;}.gadget.color8 .dashboard-item-header .aui-icon.move #Combined-Shape{fill:#42526E;}.gadget.color8 .dashboard-item-header,.gadget.color8 .dashboard-item-content{border-color:transparent;}.gadget.color8>.gadget-hover>.dashboard-item-content{box-shadow:0 2px 2px 0 rgba(9,30,66,0.13);}.gadget.color8>.gadget-hover>.dashboard-item-header,.gadget.color8>.gadget-hover>.dashboard-item-content{background-color:#fff;}.gadget.color8>.gadget-hover.gadget-container{border:1px solid rgba(9,30,66,0.04);}.gadget.color8>.gadget-hover>.dashboard-item-header .aui-icon,.gadget.color8>.gadget-hover>.dashboard-item-header .aui-dd-trigger{visibility:visible;color:#42526E;}.gadget.color8 .dashboard-item-title{color:#42526E;visibility:hidden;}.gadget.color8>.gadget-hover .dashboard-item-title{visibility:visible;}.gadget.color1 .gadget-colors .color1 a,.gadget.color2 .gadget-colors .color2 a,.gadget.color3 .gadget-colors .color3 a,.gadget.color4 .gadget-colors .color4 a,.gadget.color5 .gadget-colors .color5 a,.gadget.color6 .gadget-colors .color6 a,.gadget.color7 .gadget-colors .color7 a,.gadget.color8 .gadget-colors .color8 a{outline:2px solid #3C78B5;}.mozilla .gadget.color1 .gadget-colors .color1 a,.mozilla .gadget.color2 .gadget-colors .color2 a,.mozilla .gadget.color3 .gadget-colors .color3 a,.mozilla .gadget.color4 .gadget-colors .color4 a,.mozilla .gadget.color5 .gadget-colors .color5 a,.mozilla .gadget.color6 .gadget-colors .color6 a,.mozilla .gadget.color7 .gadget-colors .color7 a,.mozilla .gadget.color8 .gadget-colors .color8 a{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 3px #3C78B5;}
/* module-key = 'com.atlassian.gadgets.dashboard:gadgets-adgs', location = 'css/dashboard/page-chrome.css' */
#dashboard{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:0;position:relative;margin:0;width:100%;}#dashboard>#dashboard-header{display:none;}#dashboard>.vertical.tabs,#dashboard>#dashboard-content{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;position:relative;vertical-align:top;background:#F4F5F7;}#dashboard>.vertical.tabs{bottom:0;left:0;padding-top:20px;position:absolute;top:0;width:188px;}#dashboard>.vertical.tabs+#dashboard-content{margin-left:188px;}#dashboard-content{min-height:600px;background-color:#F4F5F7;}#dashboard-content>.aui-page-header{padding:20px;background-color:#F4F5F7;}.initializing #dashboard-content{height:600px;overflow:hidden;}#dashboard{background:#fff;border-color:#ddd;border-style:solid;border-width:0;border-bottom-width:1px;}
/* module-key = 'com.atlassian.gadgets.dashboard:gadgets-adgs', location = 'css/dashboard.css' */
.dashboard{overflow:hidden;}.dashboard ul.disabled span{color:#999;font-size:1em;font-weight:bold;padding:.6em .8em .6em .8em;}.dashboard ul.disabled a{padding:0;}.layout{clear:both;padding:0 20px 20px 20px;position:relative;}.layout:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.dashboard.initializing .layout *{visibility:hidden;}.layout .column{display:block;float:left;list-style-type:none;margin:0 0 -1.5em 2%;min-height:200px;padding:0;position:relative;width:47.5%;}.layout .column .gadget{display:block;width:auto;}.layout-a .column.second,.layout-a .column.third{display:none;}.layout-a .column{width:98%;}.layout-aa .column.third{display:none;}.layout-aa .column{width:47.5%;}.layout-ba .column.third{display:none;}.layout-ba .column{width:68%;}.layout-ba .column.first{width:27%;}.layout-ab .column.third{display:none;}.layout-ab .column{width:27%;}.layout-ab .column.first{width:68%;}.layout-aaa .column{width:30.9%;}.layout.maximized .column,.layout.maximized .column.maximized li{display:none;}.layout.maximized .column.maximized{display:block;width:98%;}.layout.maximized .column.maximized li.maximized{display:list-item;}.layout.maximized .column.maximized div.gadget.maximized .minimization{display:none;}.dashboard.dragging .column.empty{background:none;border:none;}.dashboard.dragging .column.empty .empty-text{display:none!important;}.layout .column .gadget,.layout .column .placeholder,.layout .column.empty .empty-text{margin:0;margin-bottom:20px;position:relative;}.layout .column .gadget{background:transparent;border:1px solid transparent;border-left:0;border-right:0;padding:0 1px 0 1px;}.layout .column .placeholder,.layout .column.empty .empty-text{border:2px dashed #C1C7D0;-moz-border-radius:3px;border-radius:3px;color:#8993A4;font-size:24px;min-height:200px;padding:20px;text-align:center;}.dashboard.dragging .hotspot-shim{display:block;}.hotspot-shim{position:absolute;z-index:10;display:none;}.throbber{display:inline-block;height:16px;vertical-align:middle;width:16px;}.throbber.loading{background:transparent url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.2.32/_/download/resources/com.atlassian.gadgets.dashboard:gadgets-adgs/css/images/wait.gif") 0 0 no-repeat;}.dashboard-shim{z-index:4;position:absolute;top:0;left:0;height:100%;width:100%;display:none;}.propagation-blocker .dashboard-shim{display:block;}#diagnostic-warning{background:#FFD none repeat scroll 0 0;border:1px solid #F7DF92;color:#333;margin:0 0 .2em;text-align:center;}#diagnostic-content{text-align:left;}#diagnostic-warning p{margin:0 1em;padding:.3em;}#diagnostic-warning a.close{background:transparent url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.2.32/_/download/resources/com.atlassian.gadgets.dashboard:gadgets-adgs/images/icons/close.png') no-repeat scroll 0 0;cursor:pointer;display:block;float:right;height:16px;line-height:12px;text-indent:-9999px;width:16px;}.dashboard.hotspot-active li.placeholder{display:none!important;}.shim{display:none!important;}#dash-options>.throbber,#dash-options>.operations{display:inline-block;}#dash-options .operations>li>a{background-position:6px 6px;background-repeat:no-repeat;color:inherit;display:block;margin:0;padding-left:28px;}#dash-options .icon-add{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.2.32/_/download/resources/com.atlassian.gadgets.dashboard:gadgets-adgs/images/icons/add_20.png);}#dash-options .icon-edit{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.2.32/_/download/resources/com.atlassian.gadgets.dashboard:gadgets-adgs/images/icons/edit_20.png);}#dash-options .icon-tools{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.2.32/_/download/resources/com.atlassian.gadgets.dashboard:gadgets-adgs/images/icons/tools_20.png);}#dash-options .icon-restore{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.2.32/_/download/resources/com.atlassian.gadgets.dashboard:gadgets-adgs/images/icons/ico_dash_666_restore.gif);}#gadget-dialog input[type='text']::-ms-clear{display:none;}
/* module-key = 'com.atlassian.gadgets.dashboard:dashboard', location = 'css/gadget-dialog.css' */
#gadget-dialog .aui-dialog2-content{padding:0;border-radius:0 0 5px 5px;}#gadget-dialog .aui-page-panel-nav{padding:20px 10px;width:220px;}#gadget-dialog #list-panel{margin-right:20px;}#gadget-dialog .aui-page-panel-nav .directory-search{margin-left:10px;}#gadget-dialog .aui-page-panel-nav .directory-search .text{width:180px;}#gadget-dialog .aui-page-panel-nav .directory-search+.aui-navgroup-vertical{margin-top:20px;}#gadget-dialog .category-nav-item .aui-badge{float:right;}#gadget-dialog .item-group{border-bottom:1px solid #ccc;padding:10px 0;}#gadget-dialog .item-group.last{border:none;}#gadget-dialog .item-thumbnail{width:120px;}#gadget-dialog .item-thumbnail img{border:1px solid #ccc;border-radius:3px;}#gadget-dialog .item-description,#gadget-dialog .item-actions{margin-left:20px;}#gadget-dialog .item-actions{text-align:right;width:150px;}#gadget-dialog .item-description h4:first-child{margin-top:0;}#gadget-dialog .item-author{color:#707070;font-size:12px;margin-top:0;}#gadget-dialog .message-panel{padding-top:40px;}#gadget-dialog .loading-text{text-align:center;padding-top:10px;}#gadget-dialog .toggle-xml{display:block;}#gadget-dialog .loading-spinner .spinner{margin-left:auto;margin-right:auto;}#gadget-dialog .loading-spinner .spinner div{background-color:#333;}#gadget-dialog #directory-page{height:400px;}#gadget-dialog #message-panel div:first-of-type{margin-top:20px;margin-right:10px;}#gadget-dialog #message-panel div{margin-right:10px;}
/* module-key = 'com.atlassian.gadgets.dashboard:dashboard', location = 'css/dashboard-item.css' */
.dashboard-item-content .loading{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.2.32/_/download/resources/com.atlassian.gadgets.dashboard:dashboard/css/images/loading.gif") center no-repeat;}.dashboard-item-content .loading-small{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.2.32/_/download/resources/com.atlassian.gadgets.dashboard:dashboard/css/images/loading_100.gif") center no-repeat;}.dashboard-item-content .item-error{padding:5px;}.dashboard-item-content .gadget-inline{overflow:auto;}
/* module-key = 'com.atlassian.gadgets.dashboard:dashboard', location = 'css/dashboard/vertical-navigation.css' */
#dashboard>.tabs.vertical{border-right:1px solid #ddd;padding:10px;padding-bottom:20px;width:200px;}
/* module-key = 'com.atlassian.gadgets.dashboard:dashboard', location = 'css/dialogs/layout-dialog.css' */
#layout-dialog .aui-dialog{border:none;}#layout-dialog h2 a,#layout-dialog h2 a:link,#layout-dialog h2 a:visited,#layout-dialog h2 a:hover,#layout-dialog h2 a:active,#layout-dialog h2 a:focus{background:transparent url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.2.32/_/download/resources/com.atlassian.gadgets.dashboard:dashboard/images/icons/close.png') no-repeat 0 0;display:block;height:16px;position:absolute;right:.5em;text-indent:-9999px;top:.75em;width:16px;}#layout-dialog .dialog-panel-body{padding:10px 0 10px 16px;}#layout-dialog p{margin:0 0 1em 0;text-align:left;}#layout-dialog ul{margin:0;padding:0;}#layout-dialog ul li{list-style-type:none;margin:0;padding:0;}#layout-dialog ul li a,#layout-dialog ul li a:link,#layout-dialog ul li a:visited{border:1px solid #bbb;display:block;float:left;margin:0 1em 1em 0;outline:none;padding:.35em;width:auto;}#layout-dialog ul li a:hover,#layout-dialog ul li a:active,#layout-dialog ul li a:focus{border-color:#666;}#layout-dialog ul li a strong{background:#fff url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.2.32/_/download/resources/com.atlassian.gadgets.dashboard:dashboard/css/images/sprite-layouts.png') no-repeat 0 0;cursor:pointer;display:block;float:left;height:37px;text-indent:-9999px;width:68px;}ul li a#layout-a strong{background-position:0 0;}ul li a#layout-aa strong{background-position:0 -41px;}ul li a#layout-ba strong{background-position:0 -82px;}ul li a#layout-ab strong{background-position:0 -123px;}ul li a#layout-aaa strong{background-position:0 -163px;}.layout-a ul li #layout-a strong,#layout-dialog #layout-a:hover strong,#layout-dialog #layout-a:active strong,#layout-dialog #layout-a:focus strong{background-position:-72px -1px;}.layout-aa ul li #layout-aa strong,#layout-dialog #layout-aa:hover strong,#layout-dialog #layout-aa:active strong,#layout-dialog #layout-aa:focus strong{background-position:-72px -41px;}.layout-ba #layout-ba strong,#layout-dialog #layout-ba:hover strong,#layout-dialog #layout-ba:active strong,#layout-dialog #layout-ba:focus strong{background-position:-72px -82px;}.layout-ab #layout-ab strong,#layout-dialog #layout-ab:hover strong,#layout-dialog #layout-ab:active strong,#layout-dialog #layout-ab:focus strong{background-position:-72px -122px;}.layout-aaa #layout-aaa strong,#layout-dialog #layout-aaa:hover strong,#layout-dialog #layout-aaa:active strong,#layout-dialog #layout-aaa:focus strong{background-position:-72px -163px;}.layout-a ul li a#layout-a,.layout-aa ul li a#layout-aa,.layout-ba ul li a#layout-ba,.layout-ab ul li a#layout-ab,.layout-aaa ul li a#layout-aaa{background-color:#eee;border-color:#666;}
/* module-key = 'com.atlassian.jira.gadgets:dashboard-gadget-chrome', location = 'style/gadget-colours.less' */
.gadget.color1 .dashboard-item-header,.gadget-colors .color1>a{background-color:#0747a6}.gadget.color1 .dashboard-item-title{color:#fff}.gadget.color1>.gadget-hover>.dashboard-item-header,.gadget.color1>.gadget-hover>.dashboard-item-content{border-color:#cad6e7}.gadget.color2 .dashboard-item-header,.gadget-colors .color2>a{background-color:#de350b}.gadget.color2 .dashboard-item-title{color:#fff}.gadget.color2>.gadget-hover>.dashboard-item-header,.gadget.color2>.gadget-hover>.dashboard-item-content{border-color:#e7d0ca}.gadget.color3 .dashboard-item-header,.gadget-colors .color3>a{background-color:#ff8b00}.gadget.color3 .dashboard-item-title{color:#fff}.gadget.color3>.gadget-hover>.dashboard-item-header,.gadget.color3>.gadget-hover>.dashboard-item-content{border-color:#e7daca}.gadget.color4 .dashboard-item-header,.gadget-colors .color4>a{background-color:#00875a}.gadget.color4 .dashboard-item-title{color:#fff}.gadget.color4>.gadget-hover>.dashboard-item-header,.gadget.color4>.gadget-hover>.dashboard-item-content{border-color:#cae7de}.gadget.color5 .dashboard-item-header,.gadget-colors .color5>a{background-color:#00a3bf}.gadget.color5 .dashboard-item-title{color:#fff}.gadget.color5>.gadget-hover>.dashboard-item-header,.gadget.color5>.gadget-hover>.dashboard-item-content{border-color:#cae3e7}.gadget.color6 .dashboard-item-header,.gadget-colors .color6>a{background-color:#6554c0}.gadget.color6 .dashboard-item-title{color:#fff}.gadget.color6>.gadget-hover>.dashboard-item-header,.gadget.color6>.gadget-hover>.dashboard-item-content{border-color:#cfcae7}.gadget.color7 .dashboard-item-header,.gadget-colors .color7>a{background-color:#5e6c84}.gadget.color7 .dashboard-item-title{color:#fff}.gadget.color7>.gadget-hover>.dashboard-item-header,.gadget.color7>.gadget-hover>.dashboard-item-content{border-color:#cad5e7}
/* module-key = 'jira.webresources:captcha', location = '/includes/jira/captcha/captcha.less' */
#captcha{margin-bottom:0;padding-bottom:0}#captcha .captcha-container{clear:none;margin:5px 0 0 0;min-height:0;overflow:hidden;padding:0}#captcha .captcha-container .captcha-image{float:left}#captcha .captcha-container .captcha-trigger{float:left}#captcha .captcha-container .captcha-trigger .content{margin:0;overflow:hidden;text-align:left;text-indent:-999em;width:0}#captcha .captcha-container .icon-reload{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAMFBMVEX///9wcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHAAAAAM3lI2AAAADnRSTlMAESIzRFVmiJmqu8zd7qUOxRYAAAB3SURBVHjaY2axe9y7PGDtDyZGg+zYTvZDDExMpvWpnZb/GZgYPb5tYPhpDxRhnMvAwPCBgYmZITMAyGJgYTyz5wMDMmAEk+7GKUwQbooAM5hxR14HKKLAwMAc/x/I2CHA4PVzH1AqqECgq+wzkLEj3GtqPyfcHAB0GR2Spl8/YwAAAABJRU5ErkJggg==")}
/* module-key = 'com.atlassian.jira.gadgets:login-dashboard-item-resources', location = 'static/dashboarditem/login/login.less' */
.dashboard-item-content .loading{background:url("data:image/gif;base64,R0lGODlh3AATAMQAAMjIyL+/v6SkpLCwsK2trdHR0dra2t3d3ebm5tPT08LCwsbGxrm5ubW1tcDAwM7OzvHx8ezs7O/v77y8vMzMzJmZmdbW1qioqOHh4cTExOnp6Z6enpSUlPT09PX19f///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCAAfACwAAAAA3AATAAAF/+AnjmRpnmiqrmzrvnAsz3Rt33iu73zv/8CgcEj8TASVpHLJbDqf0Kh0Sq1ar9isdiqYtCaNAWHAKIMFl7F63A2438f0ms1Q2O8OuXhPaOPtaHx7fn96goR4hmuId4qDdX95c4+RAYGCA4yAjpmQhZN0YGYNXitdZAAUDwUFoq4TAaQJsxa1Fg5kcG6ytrYKubq8vbfAcMK9v7q7DMO1ycrHvsW6zcTKsczNz8HZw9vG3cjTsMIPqRYCLBUDCgUGBxgIBg0LqfYAGQzxCPz88/X38Onr1++Ap4ADCco7eC8hQYMAEe57yNCew4IVBU7EGNDiRn8Z831cGLHhSIgdFf9chPeggroJ7gjaWUWT1QQDEnLqjDCTlc9WOHfm7PkTqNCh54rePCqB6M+lR536hCpUqs2gVZM+xbrTqtGoWqdy1emValeXKyosMIBA5y1acFN1mEu3g4F2cGfJrTv3bl69FPj2xZt3L1+/fw3XRVw4sGDGcR0fJhxZsF3KtBTThZxZ8mLMgC3fRatC7QENEDrwLEorgE4PsD2s/tvqdezZf13Hvh2A9Szdu2X3pg18N+68xXn7rh1c+PLksI/Dhe6cuO3ow3NfV92bdArTqDuEbX3A8vjf5QWfT6Bg7Nz17c2fj69+fnq+8N2Lty+fuP78/eV2X13neIcCeBBwxorbZrAdAFoBDHrgoG8RTshahQ9iSCEAzUmYIYfNWViUhheCGJyIP5E4oom7WWjgCeAhAJNv1DVV01MRdJhhjdkplWNzO/5oXI846njjVEIqR2OS2B1pE5PVscajkw9MycqLJghQCwL40PjfAl4GqNSXYdZXJn5gSkmmmmJu1aZYb14V51do+pTOCmBg0AqVC4hG5IJ9PvYnhIFOxmdqhpaI6GeHCtpooisuutmg+Eg62KOMKuqoTaXgicQWoIYq6qiklmoqFV0UoeqqrLbq6quwxirrrLTWauutJ4QAACH5BAUIAB8ALAAAAADcABMAAAX/4CeOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8jkjsAhkAJQwaVEIAgaz+iUNBhcs4rLVtT1MsBiqvWclaq/7THZXFKE5Z8uXGS/c6t7Hw52aX+BggFuhmwjhHiAAzMbeAUJAZFZDYwiFhYOmI2Xmx+dCqB8oiWlp4iaqp6sUK4kq3WptLC2syO1maO9obucub6vprpYMpMUJAgIBg0LJADUDBjNzwzSjdXXI84Ho9QZ1tjhdd3m4unf2dt87CLg6+Te8u7T8R/z6PXq/eXahXv3YVxATi42OCAhoaEdXA8mGGDoEICxiRQf4pJIMYJGXgU4ZrS4EaOIhh5J/4IUOaLixY4fh7E8KSEmqZAmP6C0WWnmTpUyc+5z4YSiJ2PMjCpAWqJDBwNLISZt+TQqSGpNqzJVupUq1K40v0rNKvbq1LBWh2HlOpaiiwwwK4EM2ZCqR7nD6MaFGCDC3rl9/+YNbDcA3pt6Cx9OwJgwzbt86z42HFkwYsc6PUAGLDmzhhlO1648kFV00NJAbyoQGjp1Y9IjX8YuiVo2VdOqYd92bYl1B9yva9POKMPpgbSqU3vwcBxs5uZtvSKvhHs5dLNkpxeozlw79+tqlXd3bt27ePDJs8eA0GHzYL+KK8fnbJk65uU1H8ifrJ/+/Pf19QQff/t5Rpl/BCJoYHR/LzT0AEG5CTeahKdR9KBtNF043G4YZqbhhBZC2JNvH1bI4YYZiogThS0gIAF69mXHYHLsSTejfTWideN2C+T43IHh+WgckDQqtSM1QlZ1ZI9GSpXkcUs+SSSOTSph5ZVYZqnlllx26eWXYIYp5phklllECAAh+QQFCAAfACwAAAAA3AATAAAF/+AnjmRpnmiqrmzrvnAsz3Rt33iu73zv/8CgcEgsGo/IJG8jqAxIgajgUiIQBA2oIzCtDrAlheJCJQ2+DO3YOjqj1WQvWNs1v+nl9n0kjtvnImJrdnsfWw5+eoCBXHkfVhcbBDFTF1kkBQkBT1oNaZgWDpx8m58jFqGjjJ4lqAqqhqWtqWGyoK+1rLewUbqntJ2mIq68tr+4wbPIpGeUBA0DBiQICAYNCyQA2gwY09UM2Hzb3SPUB8If2hnc3udh4+3o6uzl3+/r5CLm4Nnw9e798MW7R0+fvYAFP+wLF8jfC0sNEpCQQFEMqAcTpI2gGMHiLY0bJXg8BvIDx5HDCv9kLFERgLKSJ11+ZClSJsmJLV/SRPkh08qQHW2m/Ckips4YZxTQDKWMwlKlt5ziNAD1mNSQVJs+1Tq1akptW6OGtTr269WiHbKK7coVaQMEODtm+qWSItAAc1PWjYv3YoAIfPP2TLD3rmDChdHK9WtXcV+6fwMzlgwZsOHJlytPdHFBqMkOYGfiDH1ztGfCCmB2AH1a04GdrVPDPhqS9FDVrGmjtT1Ytmndn3mjfr25xSS2a7F67e3Zg4cDyzPxdg69Ldrqya9HLzD9+fbu2MkiF6/c+ufwZmm6CEBZb+TM7i07foB5fv3PNe87z68Z/mCM8uH3WHzt/feeff0hSCB2UDOs9gBDt9H0IHAOQtgbbhOKVpuFPmHIoUoeUpibhrt96NuGImZYWm0yQJAWe9mdNyBzLipHn1U1anejWTnKuCONXf0o3QI9rgadkNwRGWRURb6IpDZNHsnkkjhOpcSVWGap5ZZcdunll2CGKeaYZJZpphEhAAAh+QQFCAAfACwAAAAA3AATAAAF/+AnjmRpnmiqrmzrvnAsz3Rt33iu73zv/8CgcEgsGo/IpE+waZQCE8HFRBA4SY6AlGo1KT7T0qD7vBC4jOc3PBpU01jHVkzGzknjq/1Mh+/RamZib4FsI0x+L256IwkBA14NiSIWDpBPkiaVl1iZJZuRkx+gmKKknaYKnCOPqasirZqqobKvH7GfliYMBLYsDBMNByUIBg0LJQAZDBjExl7LzSTFosrMztXR2NDX0wfZ3SPU3NLi3+Tbydre4OUi1MhxwjIKDBYlEhEKAJ8PEwb49PHLBRDfPlkFR+Q7SNCEBIYkCvwLCLHRRIMDI15UKBChw4qUNopYmNFiwpEdG//GgFJyZCVZFBwa+NIvJr6ZMGXSjAjAJokOOGvqzHlzZ6OeQ4UWJfozKE+fCp0ehfoCigaKBfoFkIBVK9ef+rJGlBih69itZhuRTUtpLdgAYtWifRu37VyOcL2yHeUWb12+dxU1SPCx5SgFwzB6VKzy5wfDjhI7hoy48OLJlxU+zjxyc2PNlCWD5uzigigPB4xS8txU9WHDqF1nhZ2aaVTZrG/bdombdu+kT4FPFb7acOm/HsLqpbvcb3OUec+WZS59bwF/051Xpy43O/QHzz8kj97dOnZ8LqiKfxBP48mR7El3iP8ZfnuTDum7z38/5Pv1/R3233wBSjSgfvjhg6BRf/zJRwNQ5FGijE7gPQVBURVOdWFrGUq4wIa3dfgaiLyJeN2HGOaCIocqkiheaiYq4yKEMa4YYovoKaHjjjz26OOPQAYp5JBEFmnkkUgmWUQIACH5BAUIAB8ALAAAAADcABMAAAX/4CeOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ik78LcNEiBqIBJIhAEz5FjOy0NroySQtGtDrBistWMhqq957B2TGXL5+XRt41f6+NpdX98InR+Int3H1sBeR9MWTEMDAOKHwkJAZVuDZYWFg6bc50lnwqihZqeoKiLqqWsaaQkpq1RsyO1squnu7C9nLy2r7SxUA0XC5IZCgwHJAgIBg3KIwDXztDSltfNGNoHkYXY3yPR4WkZ2ebb6esi59zk4PLe9O7l8O0k3e8f8fjoVRunKQEMZhQmGCAhoeGYYg8UMnQI4NfCiQ+LSRzRMELGXAU2cpTwUUSBkBdF/3QseQllCYoWJ3qsqDGlSpI0QYr8sDKnSZcjZ5aKaCFGNwovO4D6hXSiAQVMkz6N6hQqxKYjp16VahXkNa5Us3b9+bVq2JtavWJFO7Zl2RcKKERsGNTBSZAh6d70ePdnXpkB+rb8W1cwJsJ7A0MMEAGwYUyMHS9uXHiyZLyRK2PWy9MDX8sHE9rs/JbsM4w+3Z4eWVp10taQV9+EnWl0hw60FcgmnTr26961f8dEPZw1cN0xKgVI7cHDgbYnWzd/frYz9a1msYutPh16AenOvYO/rhasdrbcw1dvUakBgst+Myd+AHp+/c447zfPvxn+YPn4xaWfZ4r1p1l8lNlnoHOCCMoAwAAFCFeThDrZhttAplGY4UQPYOgahx5GZ2GHQyEHYokjhgiUcShq+KGD5pVXFX1qQTDjVTaKRSNZC+TI1o5u9XhjjUPy6KN1BRpZZJBH3vYckNEJqSOOSlRp5ZVYZqnlllx26eWXYIYp5phkKhECACH5BAUIAB8ALAAAAADcABMAAAX/4CeOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8jk7lIiXDYNUmAqYJKcguhIwb0Qmk5GyeGogrNjhfk6QEvV1tGgLX57z3URF45Pr+VhfnEic25bfGyGH2QTfzFahwN5IgkWAZJvDZMfFpaYkZudDp96l6GeaZoloqSLpquomacKrVOqJKyps7WvuLGgsL2EAC5QhwoMByQICAYMCyQA0snLzZvSGdQjzAfX0xjV3SXY2iLc3tng29bj3+Ho5R/n7cjq5uzR7uvi+env0Ic2tXhAcIIBEhIScvH1wCBChcR8OXy4UOLBEQkjVBxRoMBEjBI2UvJ4UURGkZxI/5aAGKzkh5MROaqkGHPkx5csLT7UWPMDBQoCWXSUtrKDJVhEHxpQgJRC0aVNnzJl6FTpVJlJQUKlKjWqVa9ar47MatKo2JRkcW7F2lNoJQUJQWrsKNNj3LJzGQa4izNv3b07A9AdaTfw4JSF5QrWy9eDB7+EASs+XCkx3sV/IxhmvDlzjKHKaLYsmvZtaJClEyhwiTP1atI9TcMeLVpnbayny7pm3aHD7tm2X2Dr6fjA2aHEPRgHW3Y516/PwzJXe7xA2uLVryvPntw5267Rm3N/NE3zZM7nPaePbP4yQfXu0ceH31fBe/ad8a9HLHm+fv/8tefCBAvc1BpAuAGX4GlDDyBoE2++OejTTKhJCJqCD2I44WsMWkihbh5yWCFtIwYn3BTgfWfVfRsuAMGKVL0YFovIySgejda5CCNbNlKHozQ99mbcjzrOGOOOYxV545FKNOnkk1BGKeWUVFZp5ZVYZqnlllweEQIAIfkEBQgAHwAsAAAAANwAEwAABf/gJ45kaZ5oqq5s675wLM90bd94ru987//AoHBILBqPyOSuUdmQCNBNgxSoCi6lKKOkUFygz4FgO+p6seEx13HNEtTUsxtelqfJ9e8c/zHr72ttgHGCIwNifFUThS92dQN8HwkJAZBxDZEWFgqWj5mbnSKKnw6hfZWkpqMlmpxrmKygr6mzsaW1JK2qqLYEM29cAAoMByQICAYMCyTCGcTGyJHNzyPHB9LC1CLW2MMY0NfBzt/V0eLaH9zn5NvmzNns6e513uBT7+P2y2UuAgOsDyYYICGhYJdcBQIOHFEwwkGEAksYBAAwIsOJFRdefDgioUURDTmK8KgRpASRkgr/fPwQkiLEkixPuuyosmTLjAQxMutni4LEDptiAfCZ04ACoUQvGkX6cynCoU2PPk1q0ilNqEWlXqUa0+rIBFiVav0aturYlGW7nk04Y5LKghcdsv36NqdchHXjBpibMq/JuzT9xgRMN0AEu3vxGkbM1+1ivY0nPf6bOPDkwZULw6Uc+UFbSsVyppUceuNMsqVNjgb9c7WC1DFdw+zQQXbr02hn18ZN+rYt3bZF86YkI2FaDx4OrDUelWlW52Khm5Wuljpy5daTLz+uPTv2qc3Bw3jg8TBkxeY5o2e8/rzl9Jg9v2c/371m+vft972MXGZ79fW9QIFCvr1U4FXA7YPgXoGoMZibgyRBWJOEr1GYIE7CYdgIBQsoOJ14YslH1gIQZCUiWiSaOFWJIa6o4lYsmnWicSm2COOLI8ao1ozG6UibcjwKo6MSRBZp5JFIJqnkkkw26eSTUEYp5ZRChAAAIfkEBQgAHwAsAAAAANwAEwAABf/gJ45kaZ5oqq5s675wLM90bd94ru987//AoHBILBqPyCSPMNgISsxNgxSoCi5QgoBRUiguTNKgyaV+sWKy+Zzddh3XdnnkjafdZrD8rb/PP15sfnxhI2N4dAxOMQMTDQRvDX8fCQkBjWaSJRYWCpiJmiScnpGTo58iVaEjp6WbnaiAl6awrqK1mbSkua8Osaq6aC+NALEAxwwYJAgIBgwLJMcZycvNk9LUI8wH18jK2tZd3tXc4grZIttT0ePg5ezT3+nh8Ogf6ub2+PXy99aBLyY8eNbLAAkJCL3cGmhwBMIICm9NaOhQQkRWBSYeTAigYAmOHitC7CiRogiQJTf/jgxZ8aKIAhlNPnRJKaZKmi0WnOtF4WOHTq+O+TSgIGjPjUSNDi268GjFpE2XKkXKFKNQqlOfVn2Z4KrWrCd/bg04gCTXjAhFOoCJEe1NtmcDpA0LEW5Nt2rtVsJLN4DeSnLfLgycd3AEwW0J9/3L94MHD3UNI37pgoCuAz69clWAeaPmmpwzm90ss0OHz4A7txwNuvRp1qlFswyL2pJq2rBty07pGbaLJ1GxBv86POyBsTA/Pz4O1rEH5sWdQ7fKejnyAsqfX88+fXN17c2tv6osuXDiw+bjol9cnv35yXcVO7f4oP18BfXfp4+//n5+9fAlJ99j9C00Q3KuPQANbW8VKTibcw4yiNuDpkVoVYILXribhr1R+JqHFpK24WYyPIBdhsb5FZ1px/0H2gIQUOWigDFqNeOJNaZ44zE5SqcidT2y+KN3QYq1I4wyNlVki0omaZUSUEYp5ZRUVmnllVhmqeWWXHbp5ZdGhAAAIfkEBQgAHwAsAAAAANwAEwAABf/gJ45kaZ5oqq5s675wLM90bd94ru987//AoHBILBqPyKSvsRGYCJtGKTARXJ4ChklxuZYG2e3HSwJrp13seaRwjNVbKxxNHpnjhDmJWxfd9w5pX2F7UgMyAAx5Uw1rIwkOh4yOIhYKkoWUH5aYbI0mnFufJaGToJeimqWZp50iVKqopqSyrKSKMgUFAxklAG0YJQgGDQu+GQzBJMMMxoDJwgeav9DL0lvIyiPM2NXbxN3aIszObNnR0+fW6d7j18ftH9wxBdK9JLoTBiUSEW2kD/Tx8wfg1D5+/24dHNEvIT6BCAsqHOjwEUQSEipWuiiiocSHCxlq3MTxg0eDFO//wTAQ8BQFEx0suYRpQMFMfjVvYsxJ6yVOmz1pAsUHwOfOoY+KCtXJkCdRo02RVlL6ExGkBwAVSKCoC1+BAFsx+uv66GtYhmOzRuCqlq1XsG7LwhUbgGwls3HvzkVbty1du5vw/kX0QSrJAzALo4y4GKNiWiE7PgaZ+KPFyCYnX67cWKTljYgZQ+Y8WnSMUU+XBq26+ijTjgcMF9AMWzZtk7Ff47b9ebduD7lbR/0dXAYhuWsHv03OF+vyvIH3dszoHDn0fMyn932u3Hp3vdlNUvfbnLz26pVcyFaAucODcpv5ve/ccX5pjPYpy4cPGmb++Pjxd5h/An7V3n/97UefSkkIbkJDAb+oltpP6G3yCwQU9oThURVCuMCGUXV4YYZPgVibiB+SmFSKHGqo4lQshniLEjTWaOONOOao44489ujjj0AGKeSQRYQAACH5BAUIAB8ALAAAAADcABMAAAX/4CeOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ikj8EUXEoEwqZBClidUCmjpAhgSYOBYFtVXJ5gMXnUPWfHZTNaFFbH3Wl4+TsK69lyb2sibXN0doCBeVQjTAEzFA8fA1wTDRMlFhYOlGWXmZudgJ8kmgqihAGkI6aoH1arIq2VsR+znoO2obS5t6O9u7igp7wlDwC1LAYHFg0LJADRDBgkCAgGDM+J09XXudEZ3CPWB9nQ0tTj3sbo3eXs4eki5N/t6tjw4vPe2oT2++/OxXNXr4u8DxgwJBiACYa1LvAMkJBAUQGAUgUeTJA4gmIEi8YKbCxR8SLGkR1L/4ZEmRLkSY4iPLpkJRJmTAkzZdWcqPIlSZwmabL8IDOozqFFYyCQsGkYhZ9NMUaDqsApVas8DVSV+jTrVppTvWJNqXXszbJcr6YVu5bsVxcHNCAIkJGmSIopP9bVeZenXox989IFHCCC38F2Cx/eqyvwzb+J8T5GzFexYMYJMluejFmz4cuEJRP1APlF3LBCD/xEfVQ1T9a6FLhuaTS2zdGwNc++mTuB7NW1dQMfdrtDh96/Xwf3Xfz48uS0YwAwINLs6ANvY9f24AG7de7e257NnhE2ePLl1YLd3h29+fbf4Yu/7p59eBgLRHat/Jlz6MX/gRYZgAMKyB+BBxrY2HhmowEVoH8FQpighKYxsVJzx1w4nE/KadghhyllCCJv/bS2YWonmvghiiuqGGKJ+IX03n06zUiZdhB4Jcl6Obq1Y40L9DjejzjqyJWQ9BFZXpBG8tgkkEgah52S5UXZwZRKZKnlllx26eWXYIYp5phklmnmmWgqEQIAOw==") center no-repeat}.dashboard-item-content .loading-small{background:url("data:image/gif;base64,R0lGODlhZAANAMQbAJiYmNLS0u/v79bW1sHBwfPz8729vcrKys7Ozubm5vf399ra2rGxsa2trbm5uerq6qWlpbW1td7e3sXFxampqeLi4pycnPLy8pSUlPDw8Li4uP///wAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAbACwAAAAAZAANAAAF/+BmQEBpnmiqrmzrvrAJGWLENIyjGxFE4UDczEAsjn5BoYPAbBKQt2hj6GT6pFFqFYql7iIjQ+6AQAQCPEe6CD4HBvABIWcktuPxubp+x8vpfAZvfnN1dg5xCGQDJAwEAQsSFQkLERNkmAcTDpMJnp6Vl5manJ+fEktMo6WmlKkEB5mspqiiq52ekgglggumTGbBZwYLAsbHD8BubsTHAg/GystoxcbQ0YvTzdbH0svbzsklE77HcmcD6AFkBe3uBQuP6mfs7+3x8/QI9vfy8/X28OUD+C7eOAkP2iWbhs7AMQUQFSzMh+ZhxIn5HEa8KIhhxY0QH3R8800AyAIiA6scTFgg27IBBiTwa4kgnTaZ/FwuI1DtWDudbnjOjFVzmtCcNVfC87eMYAGIEpi6cQpVqj57VT1SVRBV6753WVUCmIAwwUhtJkEKICDs2wOQEK2u06j2rFu4CuQeMPAWpEgzKiHASaDJIzhjPycYXjD0wGJnAhIvbjw5p+IzMyJUQNP2DIIJMxfYpQean2itpQOyDQDYc+qCq6fFCh2biAgSMXLr3s0bxowNIQAAIfkEBQoAGwAsAQABAGIACwAABf/g1mDNZm5GClGn2TRQ1KLGOjNM3KYExZ64nGNn6P1OL8iQaGslZS3L0RQIGBgzwyayPA0GBGyLsGF0Td/wjGyepcUnMtcNhptS8ygF0UokFhETLQeEDhV9fw6CcYWHJ34SZyYHE4aIkWuNl5Ibml4WZCcCowShaAMIBgstowIEB3QEq6yupqeqMwIPpW5Ws6KusC1fuH0ltGCxfMi2G2nLJwUFC81fCNAmAtPVAYQz0tTKuQLjuzMbVVrk2QXmAV4DVuXVqAYPtObD6ffA+fBW/LIpCGhCmjd9BiR8K3AQXrFoDIV5CSBrYUMqVhTSehXrVzZXLaRJ4MaxhQIFI8V2sUJJ71qubTOqXNxwMqW+A9g2gDMlzd8pgN8eGHgHL9U6dkJ7WTmazSeVA/ZmKHCFzZoBpgIGGoA2CsGiiQQ0QpwZL6FFibc8buj69VRFWl7pPGTXMIEAmydkagm5rSpFtGv7ttA7Ltzgbm3XotwLb6Y0MHxCAAAh+QQFCgAbACwBAAEAYgALAAAF/+C2WRDAiKhhQBQqNg0UuRuxtm7DyDRBUDgUY+dwGXythnAIKbqQwRfDohRBNpSZKxAwnIyEiBMVGBC+KBtjLBqY0SKbmOY+97zsTR1e86IhDREMCy4JCQsREzQHBw4VhYcOimmMjpASeYwTliiGmD2Vj50Jn4ubolgREQE0AgI+WwMIBoQuAg+wsQS1KK65KHW8G664BHRdwsOvB3RmwkPGtgI1zQQIrQJmNGXW2AvRwGbX0t/V473Z4G3iNAwRCdK4zV2u6A8Gx/TxBqxksgYP9tHYwMXANHv4tunrRYGZrQKMtjnDFtFFMIoOyQTY9RBiRhEFJWAj8JHgxmQCqnqgK6frnAhXLDWSpKFAgQR1JiuiqHnTXKsCPVtiS/jyFtE2BQMizAfw4T2XemYdfFngaSypNAosu2owXtYCCCYBQ4YtbLVkBcCKBXnyq1ldKAUcWGuSFkUXaRccJcjuoYS9XGaS6xaOcC+ghvUEOABVAFADLgOXhLkhBAAh+QQFCgAbACwBAAEAYgALAAAF/+AmbpAVjaMBUajYQCdKqGz7xvJWowzcboYd6uVoGQi6X6k4YjRwo4CB8SNEmKgBgWq8/rRcmbcFro6z25+hEd44DBFJK7GITH4TR2Ver+b3KHRYIwd/fIMjhoELiBsEE1CODgM/DxsHZAgGCy0ClphkBJydl1+inZ+moygCBKAoUqtABq8jAlqmCD8CC0hkG7qdvbm7wy0BB8EoBcZZwEYGlqwPvlmau9RfmgItBdnHUtK238cG3NPVsNE8EQG7rqZynfChsiKttSJa9hsFpeXylv2DRSCgCAqNFEhIp2/gCGYMN2jJt0FhRHcULRITdtHhQXcoFJAbMWBbtwcGtEaZQ5Uy08ppLWGFOxkzykxWykYoQHCnHD8BPFX9KBC03q6i6n4ijbJp6NAFNfUVKkYg5wZ3Vjfwqnos2VOuWaZytDpx14YQACH5BAUKABsALAEAAQBiAAsAAAX/4CZuVGlFo2gYUJk2DYSORN2mGxM7uE3hDYasR4A0gMLZyFA8jkpKkcPB4KUCgZxVRYhsRYMBoZqqeXHh8ZdgIKfSbhE7DhYzcIYIZTJyTAgOEikJCQsRfCMHioGDhV8bioAVjRJRGwSLkyOElUQTjJuOPQdtWRt/CAYLKQKtNW8DqasjrQKYaGKztLYEuKqsAg+vbwG/wMMjAakDiZcIOAIFl7gEz8ALvbDV0AXY1Na73rAI4CKt4iNhijTkBtDBBKZgWO4Cu8JYyfTvDwb5+u6A4cOxT6C/cQYejJggC5qCdVcCHBB07ABBiRR3QdQ3kdtGEfQymhPwcUPIEXcMglhMoUCBhGwcV45o+fKbw5rjym04B7MOuXfo6mxD6SBCAoPyTNJTeM9AuTCpmI7s9zRWQlYKbMncAPXqzKy30hVMxCDpzgIlwxijhXYr12K6RBRAi4ijyLMlsXQEhqAuSIw4IHEL+vaATp5PJSKQFm6oz8XXHCs9MIHxSGzl9PoVEQIAIfkEBQoAGwAsAQABAGIACwAABf/gRm0k2VBWVJKGAY3rCakrQVDNujWno9svHW/2IwRjDOLKYIStaCUbw7cKDAzTJSFCLQ2u2Sgh7B2MuxsCFr35Yotc3fe8YhxSNYJDskokFg4TOgcHe31/bIQThiV+EmwbhA4Vh4+DB4t8jQmWeWwICAYLOgICNitfoaMrpQQHclerJa0EsKKsAg+nVQG3uLsloGgBAYSkBRsGsMa4C7WoAwcIx87L06wF1dCgpALaJcTMG8Rm3brEvMrY59vqs7nP6ebu4L3zcsQGD/UHmu+utmSREFBAHAkrBPwNFGBwXAACAjeUakgM4jGKsUq8mvBqhQIFEuIdLNaxxMeQ1o52odx27d03EqlaLnzZJlrJCJL2vXtgIEC7eT7r9dK5kKcOYkN1FODJbWTSFUsNyEylr4SBCb7eYTpaTKHEgiVH9uuGQFC6iAUKmg3WK+LEtWIjtqAm0mHDUs6abkDwcAIylwSmDgD1d2bgluEOFP4aUm84vyVCAAAh+QQFCgAbACwBAAEAYgALAAAF/+AWAdZmbk1qRadpGBDVoo3lzARBNXPDQLdWjiJr+YA4QqzXQLYMuqJJN9vkGMFTIGDAPgmRrGkwIHhPV/GGbBa/DGry5jztxst0FKR6IDgkLQkJCw4TOBN/gYNqfYiAJ4ISaht9iZAJkjMHlRWKmUIQDDMDCAYLMwICOS0DAaWnLQIPq6xcsCepBAejr7G5u6y9vrQnB3usZQioBVajAwfKvgsEztCoAtPV0bgF2bXWsd3ULa4zW1zXs+Va6L7qtVwC7gYb2xtb9O7j5O24svta7N3j8sgfOHYGCpr4ZS7AAYUbUh00gQ+igAITBxKwKCAjPnIIMipQIAHgwJDLvHCdIJMxlcoxzwS6NMlSJjaaDrchcGXgwbwA8Hr+DOrT3wMDQFfiK7pQVj5+Qo0asHcuaj1h3DaNsrVMK78Dt0wUwGjoa9iIGIGxe9hVLUWsBBBMKOvv5Zqc16ZRdTiBWd24X+k21fsNgd/BgJX2YRYCACH5BAUKABsALAEAAQBiAAsAAAX/4LY1jAWJKGlFqGgYENWODeTMBEGRLVPeLYNO1vsFcxRiqgZE5UwohiHSwBEiTVEgYJAesbPBgOB1bsAtMdmKRqkZs1dbpFZKD2XRYe+otBIJCw4TLXsTfX+BWRuGiCiAEot7B44igIIzjJR+jwmRBCgGCINhYwszAgI5aQOjpyipD6usBq+wqqBpXLYiqQQHpQS8G77AKBMEi2oIqAUbuW4De80L0HTSzC2p1aUH2bAF3KwI370C4qEMxihbBqgCsmHt7/EBLfPaBfEz+Lf791yaPTCwhV0DZWMkNJsGkIBCbQIYsgvgcOE6LRR5CShQQCJGAw9v/eJ3Ylw5Yuesd20QQ+4dumst80lQucXjBgUKZnY7iVMnqyrREBh4APEfnXZE/RGwB3BovoFMYToFB1UXl6TmjK5sxS/AAY0cERCiNSyV2GDDcJ4laxHtjLBjJ1pD4DVurwIS3Jl8i5dAuS0EJji7Ve2vVwODzRUGeECwTFG6gIUAACH5BAUKABsALAEAAQBiAAsAAAX/4CZukQWNY2NFqGhAVLs1kCMTVNwy9b3pKJ6tZfjJaEMUi4E6OBoyQyQ5ChCYxKlscL1pW1wsivBFhb1U0eCJCgQYkxuh0kosIvHmxEFH2R15IwQEfHUSaSKEfSMJhzd7iyJ/bYeBIm4GCzIPGwRgCJktApwHWwSaop1bDqgoD4MyAaGiBJYLoKYIMgVcubsLnmAEuqLAvsXBZsMyAsYjB1bEIwMIySOj1lVFoq8bAS2yzN2fBJwo2FvV5tfjz6pgBhK778qt1wSlwvYiAvTTp8z8XZqFosCGfCNYxDogbUQBZ8oa8oP4T+KGZtk2cLEoQELGbxk7ZuzRRtY6fg8MTnwDZ+DkxZQWTXLLOCCcKAHLWLrEtvJfLIAtCiCwNHDfxaGmjApAqo8Z0zYErz2dtjDjw48MmVFUc4CAwXPAJG78ei0suAMTyE7MOc1BCAAh+QQFCgAbACwBAAEAYgALAAAF/+Ambk4JUaPYNFaUboYBvdtqOS8hoynDQLiUgUDhjXzAnKH4WkE0MFHJ8EIgNgxlhJoaDAhZIWH78mJzY+7IHB7pyN3BWWiAjxAH+0IyiExSB4EOFSkJCQsOf24EBIOFh0EjgROOI4YSiYCChJaQVZspFRUBDGqGOp8TCykCrQQHXQEIBqsjrQ+vVQG0L66wsby2vrrBtri/GwkCX2VfV6wCGwRlAYG90dNxBM/C0s3b1wvZa9XcBRut4iMSDwlU3AMBu9e4G/DyaiK3BAGx89AP8m2It+sBQIEEDRjckAGdgnrrHlgDJuHaRHIGKkK7KMILAY3CcmmrZUsBxw34QIWiGybiwIJ/a5z1UiBhXMcvyEQooGlzoMwUO2tSO8BNnwB1KWRx3MkzxQSYHfEtNBqwHzmoK6v6E3jLgNWoWNEFpIa16wtMkUQg2EVSRIECeIi1XXkyXjGjJ9fepZtzINtrCCbIcarrZNCe8QzTRIjznDBxRRMfcGwUcqwDEyiju1Cz6IYQADs=") center no-repeat}#login-container{padding:15px}#login-container #loginform{border:none}
/* module-key = 'com.atlassian.jira.gadgets:introduction-dashboard-item-resource-adgs', location = 'static/dashboarditem/introduction/introduction.less' */
.g-intro{padding:24px}.g-intro h3{margin:0}.g-intro .intro{min-height:80px}.g-intro .intro .intro-logo{float:left;width:100px;margin-right:24px}
/* module-key = 'com.atlassian.gadgets.publisher:dashboard-item-common', location = 'dashboard-item/common/dashboard-item-common.less' */
.dashboard-item-preferences-config .dashboard-item-error{padding:5px;display:none}.dashboard-item-preferences-config form.aui{margin-top:0px;padding:5px}.dashboard-item-preferences-config form.aui .field-group .error{display:none}
/* module-key = 'com.atlassian.jira.gadgets:piechart', location = 'static/components/charts/piechart/piechart.less' */
.piechart-graph .piechart-arc .piechart-center-primary,.piechart-graph .piechart-arc .piechart-center-secondary{display:none}.piechart-graph .piechart-arc.piechart-arc-highlighted .piechart-center-primary,.piechart-graph .piechart-arc.piechart-arc-highlighted .piechart-center-secondary{display:block}
/* module-key = 'com.atlassian.jira.gadgets:piechart-with-legend', location = 'static/components/charts/piechart/piechart-with-legend.less' */
.piechart-with-legend .piechart-wrapper{display:inline-block;margin-right:20px}.piechart-with-legend .legend-wrapper{display:inline-block;text-align:left;vertical-align:top;width:100%;max-width:320px}.piechart-with-legend .legend-wrapper ul.legend,.legend-sublist-container ul.legend{list-style:none;padding:0}
/* module-key = 'com.atlassian.jira.gadgets:piechart-dashboard-item-resources', location = 'static/dashboarditem/piechart/PieChart.less' */
form.aui .field-value.success{color:#14892c}.piechart-gadget .piechart-with-legend{text-align:center}.piechart-gadget{padding:20px;min-height:50px;overflow-x:hidden}.piechart.centered{display:block;margin:auto}.piechart-arc.clickable{cursor:pointer}.piechart-arc.piechart-arc-highlighted .piechart-fill{opacity:0.75;-webkit-transition:opacity 0.1s;transition:opacity 0.1s}.piechart-fill{opacity:0.5}.gadget form.aui{padding-bottom:15px}form.aui div.quick-find input.text{width:250px}.piechart-center-primary{font-size:48px;text-align:center;line-height:48px;padding-top:15px}.piechart-center-secondary{color:#333333}.piechart-inline-dialog{padding:20px}.piechart-inline-dialog .piechart-inline-dialog-title{width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block}.grouped-sector-inline-dialog ul{list-style:none;padding:0;max-height:150px;overflow:auto}.grouped-sector-inline-dialog ul li{width:100%}.grouped-sector-inline-dialog ul li .grouped-list-label{width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.grouped-sector-inline-dialog ul li .item-value{float:right}.legend-icon{float:left;margin-top:2px;margin-right:10px}.legend-content{padding:5px 10px;color:#333;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.legend-item-label-wrapper:before,.legend-item-label-wrapper:after{content:" ";display:table}.legend-item-label-wrapper:after{clear:both}.legend-item-label{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:top;padding-right:5px}.legend-sublist-container{max-height:100px;overflow-y:auto}.legend-sublist-container .legend.sublist .legend-content{padding:2px 0}.legend-item-value{float:right}.legend-title h3{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.legend-item{border-top:1px solid #ccc}.legend-item:last-child{border-bottom:1px solid #ccc}.legend-item:hover{background-color:#eee}.legend-item:hover .piechart-fill{opacity:0.75;-webkit-transition:opacity 0.1s;transition:opacity 0.1s}
/* module-key = 'com.atlassian.jira.gadgets:createdvsresolved-chart', location = 'static/components/charts/createdvsresolved/CreatedVsResolvedChart.less' */
.gadget{z-index:auto}.createdvsresolved-chart-wrapper{position:relative}.createdvsresolved-chart-wrapper .createdvsresolved-chart{width:100%;box-sizing:border-box;display:block}.createdvsresolved-chart-wrapper .createdvsresolved-chart .grid line{stroke:#e9e9e9}.createdvsresolved-chart-wrapper .createdvsresolved-chart .yAxis .tick text,.createdvsresolved-chart-wrapper .createdvsresolved-chart .xAxis .tick text{fill:#707070;stroke:none;font-size:12px;font-weight:bold}.createdvsresolved-chart-wrapper .createdvsresolved-chart .marker-line,.createdvsresolved-chart-wrapper .createdvsresolved-chart .horizontal-line,.createdvsresolved-chart-wrapper .createdvsresolved-chart .nub-line{stroke:#cdcdcd;stroke-width:1px}.createdvsresolved-chart-wrapper .createdvsresolved-chart .marker-line.line-highlighted,.createdvsresolved-chart-wrapper .createdvsresolved-chart .horizontal-line.line-highlighted,.createdvsresolved-chart-wrapper .createdvsresolved-chart .nub-line.line-highlighted{stroke:#a0a0a0}.createdvsresolved-chart-wrapper .createdvsresolved-chart .marker-label{fill:#cdcdcd;stoke:none}.createdvsresolved-chart-wrapper .createdvsresolved-chart .domain{fill:none}.createdvsresolved-chart-wrapper .createdvsresolved-chart .created .line{stroke:#d04437}.createdvsresolved-chart-wrapper .createdvsresolved-chart .created .area{fill:#d04437;opacity:0.4}.createdvsresolved-chart-wrapper .createdvsresolved-chart .created-points circle{fill:white;stroke:#d04437;cursor:pointer}.createdvsresolved-chart-wrapper .createdvsresolved-chart .resolved .line{stroke:#8eb021}.createdvsresolved-chart-wrapper .createdvsresolved-chart .resolved .area{fill:#8eb021;opacity:0.4}.createdvsresolved-chart-wrapper .createdvsresolved-chart .resolved-points circle{fill:white;stroke:#8eb021;cursor:pointer}.createdvsresolved-chart-wrapper .createdvsresolved-chart .created-points circle:first-child,.createdvsresolved-chart-wrapper .createdvsresolved-chart .resolved-points circle:first-child{display:none}.createdvsresolved-chart-wrapper .createdvsresolved-chart .following-marker .marker-line{stroke:rgba(0,0,0,0.2);stroke-width:2}.createdvsresolved-chart-wrapper .createdvsresolved-chart .versions .label{cursor:pointer;font-size:12px;font-weight:bold;fill:#707070}.createdvsresolved-chart-wrapper .createdvsresolved-chart .versions .label:hover{text-decoration:underline}.createdvsresolved-chart-wrapper .createdvsresolved-point-inline-dialog{padding:5px}.createdvsresolved-chart-wrapper .createdvsresolved-point-inline-dialog .createdvsresolved-point-label{margin-right:4px}.createdvsresolved-chart-wrapper .createdvsresolved-point-inline-dialog .createdvsresolved-point-inline-dialog-title{width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block}.createdvsresolved-chart-wrapper .marker-following-mouse-dialog .scrubber-dialog-table tr{margin-bottom:5px}.createdvsresolved-chart-wrapper .marker-following-mouse-dialog .scrubber-dialog-table tr .content-label{color:#cdcdcd}.aui-inline-dialog.created-vs-resolved-inline-dialog .contents{padding:10px;overflow-y:auto}.aui-inline-dialog.created-vs-resolved-inline-dialog ul.version-list{list-style-type:none;padding-left:0;margin-top:0}.aui-inline-dialog.created-vs-resolved-inline-dialog ul.version-list li.version-information{padding:5px;border-bottom:1px solid #ccc}.aui-inline-dialog.created-vs-resolved-inline-dialog ul.version-list li.version-information:last-of-type{border-bottom:none}.aui-inline-dialog.created-vs-resolved-inline-dialog ul.version-list li.version-information .version-date{float:right;color:#707070}
/* module-key = 'com.atlassian.jira.gadgets:unresolvedtrend-chart', location = 'static/components/charts/unresolvedtrend/UnresolvedTrendChart.less' */
.unresolvedtrend-chart-wrapper{position:relative}.unresolvedtrend-chart-wrapper .marker-following-mouse-dialog .scrubber-dialog-table tr{margin-bottom:5px}.unresolvedtrend-chart-wrapper .marker-following-mouse-dialog .scrubber-dialog-table tr .content-label{color:#cdcdcd}.unresolvedtrend-chart{width:100%;box-sizing:border-box;display:block}.unresolvedtrend-chart .grid line{stroke:#e9e9e9}.unresolvedtrend-chart .yAxis .tick text,.unresolvedtrend-chart .xAxis .tick text{fill:#707070;stroke:none;font-size:12px;font-weight:bold}.unresolvedtrend-chart .following-marker .marker-line{stroke:rgba(0,0,0,0.2);stroke-width:2}.unresolvedtrend-chart .marker-line{stroke:#cdcdcd;stroke-width:1px}
/* module-key = 'com.atlassian.jira.gadgets:createdvsresolved-dashboard-item-resources', location = 'static/dashboarditem/createdvsresolved/CreatedVsResolved.less' */
.createdvsresolved-gadget{padding:20px}.createdvsresolved-chart-wrapper{height:100%}.createdvsresolved-chart-info{font-size:14px}.createdvsresolved-chart-info .createdvsresolved-chart-details-header{margin-bottom:5px}.createdvsresolved-chart-info .createdvsresolved-chart-details-header .createdvsresolved-chart-details-title{font-weight:bold;display:inline-block}.createdvsresolved-chart-info .createdvsresolved-chart-details-header .createdvsresolved-chart-details-grouping{display:inline-block;margin-left:5px;text-transform:lowercase}.createdvsresolved-chart-info .createdvsresolved-chart-details-header .createdvsresolved-chart-details-link{margin-left:5px}.createdvsresolved-chart-info .createdvsresolved-chart-details-totals .created-totals{margin-bottom:8px}.createdvsresolved-chart-info .createdvsresolved-chart-details-totals .created-point{vertical-align:middle;margin-right:10px}.createdvsresolved-chart-info .createdvsresolved-chart-details-totals .created-point circle{stroke-width:2.5;stroke:#d04437;fill:white}.createdvsresolved-chart-info .createdvsresolved-chart-details-totals .resolved-point{vertical-align:middle;margin-right:10px}.createdvsresolved-chart-info .createdvsresolved-chart-details-totals .resolved-point circle{stroke-width:2.5;stroke:#8eb021;fill:white}.createdvsresolved-chart-container,.unresolvedtrend-chart-container{margin-bottom:20px}.unresolvedtrend-chart{width:100%;box-sizing:border-box;display:block}.unresolvedtrend-chart .domain{fill:none}.unresolvedtrend-chart path.unresolved-trend{stroke:#3572b0;stroke-width:3}.marker-following-mouse-dialog.aui-inline-dialog{opacity:0.9}.marker-following-mouse-dialog.aui-inline-dialog .contents{background-color:#333;color:#fff;padding:10px}.marker-following-mouse-dialog.aui-inline-dialog .contents .scrubber-dialog-heading{margin-bottom:5px}.marker-following-mouse-dialog.aui-inline-dialog .contents .scrubber-dialog-heading .aui-iconfont-calendar{margin-right:5px}.marker-following-mouse-dialog.aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-bottom-arrow:after,.marker-following-mouse-dialog.aui-inline-dialog .arrow.aui-css-arrow.aui-bottom-arrow:after,.marker-following-mouse-dialog.aui-inline-dialog .aui-inline-dialog-arrow.aui-css-arrow.aui-bottom-arrow:before,.marker-following-mouse-dialog.aui-inline-dialog .arrow.aui-css-arrow.aui-bottom-arrow:before{border-color:#333 transparent}
/* module-key = 'com.atlassian.jira.gadgets:two-dimensional-stats-dashboard-item-resources', location = 'static/dashboarditem/two-dimensional-stats/TwoDimensionalStats.less' */
.two-d-container .table-container{margin-top:auto;overflow:auto}.two-d-container .table-container .extra-container{display:table;padding:0 15px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.two-d-container table.aui th,.two-d-container table.aui td{font-weight:normal;padding:7px;vertical-align:middle}.two-d-container table.aui th a,.two-d-container table.aui td a{color:#0052cc}.two-d-container table.aui th a:hover,.two-d-container table.aui td a:hover,.two-d-container table.aui th a:focus,.two-d-container table.aui td a:focus,.two-d-container table.aui th a:active,.two-d-container table.aui td a:active{color:#0065ff;text-decoration:underline}.two-d-container table.aui th img,.two-d-container table.aui td img{vertical-align:text-bottom}.two-d-container table.aui thead th,.two-d-container table.aui tbody tr:last-child td.totals{padding:13px 7px}.two-d-container table.aui .axis{font-weight:700}.two-d-container table.aui th>img:first-child{color:transparent;display:inline-block;margin-right:5px;overflow:hidden}.two-d-container table.aui tbody .scope{background-color:transparent;min-width:140px}.two-d-container table.aui tbody .totals{background-color:#f5f5f5;font-weight:700}.two-d-container table.aui tbody .totals:last-child{border-left:1px solid #ccc}.two-d-container table.aui .default_image{background-position:5px 50%;background-repeat:no-repeat;padding-left:23px}.two-d-container table.aui .default_image.default_image_component{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0/_/download/resources/com.atlassian.jira.gadgets:two-dimensional-stats-dashboard-item-resources/../../../images/icons/icon16-components.png")}.two-d-container table.aui .default_image.unreleased_archived_version{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0/_/download/resources/com.atlassian.jira.gadgets:two-dimensional-stats-dashboard-item-resources/../../../images/icons/box_fade_16.gif")}.two-d-container table.aui .default_image.released_unarchived_version{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0/_/download/resources/com.atlassian.jira.gadgets:two-dimensional-stats-dashboard-item-resources/../../../images/icons/package_16.gif")}.two-d-container table.aui .default_image.unreleased_unarchived_version{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0/_/download/resources/com.atlassian.jira.gadgets:two-dimensional-stats-dashboard-item-resources/../../../images/icons/box_16.gif")}.two-d-container table.aui .default_image.released_archived_version{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0/_/download/resources/com.atlassian.jira.gadgets:two-dimensional-stats-dashboard-item-resources/../../../images/icons/package_fade_16.gif")}.two-d-container .data-footer{color:#666;overflow:hidden;white-space:nowrap;text-align:right;padding:10px 15px}.two-d-container .data-footer p{margin:0}.two-d-container .data-footer p a{cursor:pointer}.two-d-container .data-footer .grouped-by{overflow:hidden;text-overflow:ellipsis;text-align:left;white-space:nowrap;min-width:40%}.two-d-container .data-footer .numbers{padding-left:15px;float:right;white-space:nowrap;text-align:right}.two-d-container.h-scrollbar tbody tr:last-child{border-bottom-width:0}.two-d-container .aui-message-warning,.two-d-container .aui-message-error{margin:10px}.two-d-container form.aui .buttons-container .cancel{position:relative;top:1px}
/* module-key = 'com.atlassian.auiplugin:aui-restfultable', location = 'src/less/aui-experimental-restfultable.less' */
span.aui-restfultable-throbber{background:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-restfultable/images/wait.gif') center center no-repeat;display:inline-block;height:16px;text-align:left;text-indent:-999px;visibility:hidden;width:20px}.aui-restfultable-init{text-align:center;vertical-align:middle;padding:20px}.aui-restfultable-init .aui-restfultable-loading{top:-4px;position:relative}.aui-restfultable-init .aui-restfultable-throbber,.aui-restfultable .aui-restfultable-row.loading .aui-restfultable-throbber{visibility:visible}table.aui.aui-restfultable>thead>tr>th{background-color:#fff}.aui-restfultable .aui-restfultable-status{width:1px;white-space:nowrap}.aui-restfultable-row td{vertical-align:top}.aui-restfultable-row .aui-restfultable-order{width:8px}.aui-restfultable-row .aui-restfultable-operations{width:160px;white-space:nowrap}.aui-restfultable-row .aui-restfultable-throbber{width:20px}.aui-restfultable-row .aui-restfultable-operations input.button,.aui-restfultable .aui-restfultable-row select{margin-top:2px}.aui-restfultable .aui-restfultable-row input.text,.aui-restfultable .aui-restfultable-row select{box-sizing:border-box;margin:0;max-width:none;width:100%}.aui-restfultable .aui-restfultable-order{width:8px}.aui-restfultable .aui-restfultable-row .aui-restfultable-draghandle{display:inline-block;width:8px;min-height:24px;margin-bottom:-6px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVR42mNgAIJz507/Z4AxVqxYAuEgAwD26QnApt++GwAAAABJRU5ErkJggg==");cursor:move}.aui-restfultable-create td{border:solid #dfe1e6;border-width:1px 0}.aui-restfultable .aui-restfultable-create .aui-restfultable-draghandle{display:none}.aui-restfultable-row.aui-restfultable-focused td{background-color:#deebff}.aui-restfultable-row.aui-restfultable-disabled td{opacity:0.5}.aui-restfultable-readonly.ui-sortable-helper{white-space:nowrap}.aui-restfultable-readonly.aui-restfultable-movable>div{background-color:#f4f5f7 !important;box-sizing:border-box;display:table-cell;height:100%;min-height:40px;padding:7px 10px;vertical-align:middle}.aui-restfultable-readonly>.aui-restfultable-movable{height:100%}.aui-restfultable-readonly .aui-restfultable-editable-no-value .aui-restfultable-editable{visibility:hidden}.aui-restfultable-readonly .aui-restfultable-operations a{visibility:visible}.aui-restfultable-readonly .aui-restfultable-editable{display:block;box-sizing:border-box;margin:0;padding:3px 24px 2px 4px;position:relative}.aui-restfultable-readonly .aui-restfultable-editable .aui-iconfont-edit,.aui-restfultable-readonly .aui-restfultable-editable .icon-edit-sml{margin:0;position:absolute;right:4px;top:4px;visibility:hidden}.aui-restfultable-allowhover td .aui-restfultable-editable .aui-iconfont-edit,.aui-restfultable-allowhover td .aui-restfultable-editable .icon-edit-sml{visibility:hidden}.aui-restfultable-allowhover .aui-restfultable-readonly td:hover .aui-restfultable-editable .aui-iconfont-edit,.aui-restfultable-allowhover .aui-restfultable-readonly td:hover .aui-restfultable-editable .icon-edit-sml{visibility:visible}.aui-restfultable-readonly .aui-restfultable-editable em{color:#97a0af}.aui-restfultable-row.aui-restfultable-active{background-color:#f4f5f7}.aui-restfultable-allowhover tr:hover td{background-color:#f4f5f7}.aui-restfultable-allowhover tr.aui-restfultable-focused td{background-color:#deebff}.aui-restfultable-allowhover td:hover .aui-restfultable-editable{visibility:visible;background:#fffae6;cursor:pointer}.aui-restfultable .error{clear:both;color:#de350b;display:block;margin:5px 0 0 0}
/* module-key = 'com.atlassian.jira.gadgets:search-results-component', location = 'static/components/searchresults/SearchResults.less' */
.search-results-dashboard-item .search-results-dashboard-item-issue-table{overflow-x:auto}.search-results-dashboard-item .search-results-dashboard-item-issue-table.loading{opacity:0.5}.search-results-dashboard-item .search-results-dashboard-item-issue-table>table{margin:0;word-wrap:break-word}.search-results-dashboard-item .issue-table .issue_actions a.aui-dd-link.icon-tools-small.loading{background-position:4px}.search-results-dashboard-item .issue-table .summary>p,.search-results-dashboard-item .issue-table .description>p{min-width:inherit;max-width:none}.search-results-dashboard-item .issue-table>thead>tr>th:first-child,.search-results-dashboard-item .issue-table>tbody>tr>th:first-child,.search-results-dashboard-item .issue-table>tbody>tr>td:first-child{border-left:none}.search-results-dashboard-item .count-pagination{margin:0;padding:5px 7px}.search-results-dashboard-item .count-pagination .pagination>a,.search-results-dashboard-item .count-pagination .pagination>strong,.search-results-dashboard-item .count-pagination .pagination>span{line-height:1.42857142857143;margin:0;padding:0 5px;vertical-align:baseline}.search-results-dashboard-item .count-pagination .pagination>a:last-child{padding-right:0}.search-results-dashboard-item.empty-results{padding:10px}
/* module-key = 'com.atlassian.jira.gadgets:search-results-component', location = 'static/components/searchresults/SearchResultsConfig.less' */
.dashboard-item-preferences-config form.aui table.column-picker-order{width:100%;max-width:250px}.dashboard-item-preferences-config form.aui table.column-picker-order .aui-restfultable-status{display:none}.dashboard-item-preferences-config form.aui table.column-picker-order .aui-restfultable-operations{width:1%}.dashboard-item-preferences-config .field-group.fields-to-display-table form{margin-top:0px}.dashboard-item-preferences-config .field-group.fields-to-display-table td{vertical-align:baseline}
/* module-key = 'com.atlassian.auiplugin:aui-progress-indicator', location = 'src/less/aui-experimental-progress-indicator.less' */
aui-progressbar{display:block}.aui-progress-indicator{background:rgba(9,30,66,0.13);border-radius:3px;height:6px;overflow:hidden;position:relative;width:100%}.aui-progress-indicator-value{-webkit-animation:progressSlide 5s infinite ease-in-out;animation:progressSlide 5s infinite ease-in-out;border-radius:3px;display:block;height:6px;transition:none;position:absolute;width:10%;background:#42526e}@-webkit-keyframes progressSlide{0%{left:0%}50%{left:90%}100%{left:0%}}@keyframes progressSlide{0%{left:0%}50%{left:90%}100%{left:0%}}.aui-progress-indicator[data-value] .aui-progress-indicator-value{-webkit-animation:none;animation:none;left:0;background:#42526e;border-radius:3px;transition:width .5s}.aui-progress-indicator-static[data-value] .aui-progress-indicator-value{-webkit-animation:none;animation:none;left:0;transition:none}
/* module-key = 'com.atlassian.jira.gadgets:stats-dashboard-item-resources', location = 'static/dashboarditem/stats/stats.less' */
.stats-gadget{max-width:100%;overflow:auto;padding-bottom:15px;padding-left:15px;padding-right:15px}.stats-gadget>.aui-message{margin-top:10px}.stats-gadget>.aui-message:first-child{margin-bottom:0}.stats-gadget .dashboard-item-preferences-config{min-width:500px}.stats-gadget table.aui>thead>tr.stats-gadget-table-header>th{padding-top:10px;padding-bottom:10px;vertical-align:middle}.stats-gadget table.aui>thead>tr.stats-gadget-table-header>th.stats-gadget-numeric{text-align:right}.stats-gadget table.aui>tbody>tr.stats-gadget-final-row{background-color:#e9e9e9;font-weight:bold}.stats-gadget table.aui>tbody>tr>td.stats-gadget-numeric{text-align:right}.stats-gadget table.aui>tbody>tr>td.stats-gadget-progress-indicator{vertical-align:middle}
/* module-key = 'com.atlassian.jira.gadgets:favourite-filters-dashboard-item-resources', location = 'static/dashboarditem/favourite-filters/FavouriteFilters.less' */
.favourite-filters-item{padding-left:15px;padding-right:15px}.favourite-filters-item .counts{text-align:right;width:1%}.favourite-filters-item table.aui>tbody>tr:first-child>td{border-top:none}.favourite-filters-item .config-options{padding:10px 0}.favourite-filters-item .empty-container{padding-top:15px;padding-bottom:15px}.favourite-filters-item .empty-container p.empty-msg{padding-bottom:1em}
/* module-key = 'com.atlassian.jira.gadgets:labels-dashboard-item-resources', location = 'static/dashboarditem/labels/Labels.less' */
.labels-dashboard-item{padding:15px}
/* module-key = 'com.atlassian.jira.gadgets:quicklinks-dashboard-item-resource', location = 'static/dashboarditem/quicklinks/quicklinks.less' */
.quicklinks-dashboard-item{padding:8px;text-align:center}.quicklinks-dashboard-item ul.quicklinks-links-list{text-align:left;vertical-align:top;margin:0 30px 8px 0px;padding-left:0px;float:left}.quicklinks-dashboard-item ul.quicklinks-links-list li{list-style-type:none;text-align:left}
/* module-key = 'com.atlassian.jira.gadgets:bubble-chart-component', location = 'static/components/charts/bubble-chart/BubbleChartComponent.less' */
.bubble-chart-component-tooltip{display:none !important}.bubble-chart-component-wrapper .bubble-chart-component-plot .grid line{stroke:#e9e9e9}.bubble-chart-component-wrapper .bubble-chart-component-plot .graph-border{fill:none;stroke:#e9e9e9;stroke-width:1px}.bubble-chart-component-wrapper .bubble-chart-component-plot .yAxis text,.bubble-chart-component-wrapper .bubble-chart-component-plot .xAxis text{fill:#707070;stroke:none;font-size:12px;font-weight:bold;text-transform:uppercase}.bubble-chart-component-wrapper .bubble-chart-component-plot .yAxis .tick line,.bubble-chart-component-wrapper .bubble-chart-component-plot .xAxis .tick line{stroke:#e9e9e9}.bubble-chart-component-wrapper .bubble-chart-component-plot .yAxis .tick line.value-tick,.bubble-chart-component-wrapper .bubble-chart-component-plot .xAxis .tick line.value-tick{stroke-width:3px}.bubble-chart-component-wrapper .bubble-chart-component-plot .domain{fill:none}.bubble-chart-component-wrapper .bubble-chart-component-plot circle{fill-opacity:0.75;stroke:white;stroke-width:3px}.bubble-chart-component-wrapper .bubble-chart-component-plot circle:hover{cursor:pointer}.bubble-chart-component-wrapper .bubble-chart-component-plot circle.selected{fill-opacity:1.0;stroke:#3572b0;stroke-width:1px}.bubble-chart-component-wrapper .bubble-chart-component-plot circle.backing{stroke-width:2px;stroke:#3572b0;fill:white}.bubble-chart-component-wrapper .bubble-chart-component-plot circle.hovered{fill-opacity:1.0}.bubble-chart-inline-dialog-container table{width:100%}.bubble-chart-inline-dialog-container button{margin-left:10px}.bubble-chart-inline-dialog-container .chartHeader td{color:#707070;border-right:solid 20px white;border-bottom:solid 10px white;width:80px;text-align:center}.bubble-chart-inline-dialog-container .chartHeader td:last-child{border-right:none}.bubble-chart-inline-dialog-container h4{padding-bottom:10px}.bubble-chart-inline-dialog-container .chartInfo td{border-right:solid 20px white;text-align:center}.bubble-chart-inline-dialog-container .chartInfo td:last-child{border-right:none}.bubble-chart-inline-dialog-container .chartInfo td .d4-is-top{position:relative;top:0;display:inline-block}.bubble-chart-inline-dialog-container .chartInfo td .hot-icon{display:inline-block;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAgMTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBzdHlsZT0iZmlsbDojRDA0NDM3OyIgZD0iTTcuMjk2LDQuNTA0TDcuMjk2LDQuNTA0Yy0wLjUyLTAuNTk3LTAuOTIyLTEuMjkzLTAuOTIyLTIuMTQyYzAtMC42NDEsMC4wNDYtMS4wNTMsMC42MzYtMS40MjRjMC4wNDctMC4wMywwLjA0LTAuMTAxLTAuMDEyLTAuMTE5QzUuNDAyLDAuMjU4LDQuMjQ1LDEuOTQsNC4yNDUsMy40NTJjMCwwLjAwMSwwLDAuMDAxLDAsMC4wMDJjMCwwLjA1OS0wLjA2OSwwLjA4OS0wLjExMiwwLjA0OUMzLjcwMiwzLjEwNCwzLjEwNywyLjgzNSwyLjQzOSwyLjc3NUMyLjM4MSwyLjc2OSwyLjM0NSwyLjgzOCwyLjM4MywyLjg4M0MyLjY4NiwzLjI1NCwyLjg2NCwzLjcwNCwyLjg2NCw0LjE5YzAsMC4yNDMtMC4wNDUsMC40NzktMC4xMjgsMC43QzIuNzM0LDQuODk0LDIuNzMyLDQuODk5LDIuNzI5LDQuOTAzQzIuNDQsNS4zNTMsMi4yNzIsNS44ODksMi4yNzIsNi40NjRjMCwwLjkxNSwwLjQyNSwxLjczMSwxLjA4OSwyLjI2MmMwLjA1MywwLjA0MiwwLjEyNy0wLjAxMywwLjEwMy0wLjA3NkMzLjQzNCw4LjU3NCwzLjQxLDguNDk1LDMuMzkyLDguNDE0QzMuMjM5LDcuNzI5LDMuNTM5LDcuMDQ3LDQuMDk0LDYuNjg2TDQuMDg5LDYuNjg0YzAuMzkzLTAuMjA3LDAuNy0wLjU3MywwLjgyLTEuMDM2YzAuMDgzLTAuMzIyLDAuMDY0LTAuNjQ2LTAuMDM2LTAuOTM4QzQuODU0LDQuNjU0LDQuOTA4LDQuNjAzLDQuOTYyLDQuNjI2YzAuNzQyLDAuMzA2LDEuMTYzLDEuMTE5LDAuOTU3LDEuOTE4Yy0wLjAzNiwwLjE0LTAuMTMyLDAuNDczLTAuMjI2LDAuNzE5QzUuNjY3LDcuMzI4LDUuNzQ3LDcuMzgxLDUuNzk5LDcuMzM1YzAuMjgyLTAuMjU0LDAuNDg4LTAuNTY2LDAuNjEzLTAuOTA1YzAuMDItMC4wNTQsMC4wOTMtMC4wNiwwLjEyMS0wLjAxYzAuMzU2LDAuNjU2LDAuMzU5LDEuNDI3LDAuMDU0LDIuMDcyQzYuNTIsOC42NzIsNi40NDMsOC44MzEsNi4zNTMsOC45NjlDNi4zMTYsOS4wMjUsNi4zNzcsOS4wOTQsNi40MzcsOS4wNjVjMC45NjItMC40NzEsMS42MjQtMS40NTgsMS42MjQtMi42MDFDOC4wNjIsNS43MDgsNy43NzEsNS4wMTksNy4yOTYsNC41MDR6Ii8+PC9zdmc+");position:relative;top:2px;height:14px;width:14px}
/* module-key = 'com.atlassian.jira.gadgets:discrete-legend', location = 'static/components/charts/components/discrete-legend/DiscreteLegend.less' */
.discrete-legend-component .discrete-legend-svg{fill-opacity:0.75;width:100%;height:30px}.discrete-legend-component .discrete-legend-svg text{fill:#333;font-family:'Arial',sans-serif;font-size:12px;text-transform:uppercase;font-weight:bold;text-anchor:middle}.discrete-legend-component .segment-group rect.original-segment{display:block;stroke-width:2;stroke:white;fill-opacity:0.75}.discrete-legend-component .segment-group rect.backing-segment{display:none;stroke-width:2;stroke:#3572b0;fill:white}.discrete-legend-component .segment-group rect.selected-segment{display:none;stroke-width:1;stroke:#3572b0;fill-opacity:1.0}.discrete-legend-component .segment-group.highlighted rect.original-segment{stroke-width:0;fill-opacity:1.0}.discrete-legend-component .segment-group.selected rect.original-segment{display:none}.discrete-legend-component .segment-group.selected rect.backing-segment{display:block}.discrete-legend-component .segment-group.selected rect.selected-segment{display:block}
/* module-key = 'com.atlassian.jira.gadgets:bubble-chart', location = 'static/dashboarditem/bubble-chart/BubbleChart.less' */
.bubble-chart-gadget-container{padding:20px 20px 20px 10px}.bubble-chart-gadget-container h3{margin-left:60px;text-align:center;padding-bottom:25px}.bubble-chart-gadget-container .bubble-chart-component-wrapper{height:100%}.bubble-chart-gadget-container .bubble-chart-component-wrapper{position:relative;height:100%}.bubble-chart-gadget-container .discrete-legend-component-container{margin-bottom:25px;padding-left:60px}
/* module-key = 'com.atlassian.auiplugin:aui-toggle', location = 'src/less/aui-toggle.less' */
aui-toggle{box-sizing:border-box;cursor:pointer;display:inline-block;font-size:12px;height:2.16666667em;padding:6px 8px;position:relative;vertical-align:baseline;width:58px}aui-toggle::before{content:"\00a0"}aui-toggle::after{background-color:transparent;border-radius:3em;bottom:0;content:'';left:0;pointer-events:none;position:absolute;right:0;top:0}aui-toggle:not([disabled]):not([busy]):hover .aui-toggle-input+.aui-toggle-view{background-color:#a5adba}aui-toggle:not([disabled]):not([busy]):hover .aui-toggle-input:checked+.aui-toggle-view{background-color:#36b37e}aui-toggle[disabled],aui-toggle[busy]{cursor:auto}aui-toggle[disabled] .aui-toggle-input,aui-toggle[busy] .aui-toggle-input{cursor:auto;pointer-events:none}aui-toggle[busy] .aui-toggle-tick::before,aui-toggle[busy] .aui-toggle-cross::before{opacity:0;transition:auto}aui-toggle[busy]::after{background-color:rgba(255,255,255,0.5)}aui-toggle[busy] aui-spinner[size="small"]{color:inherit;position:relative;top:-2px}aui-toggle[disabled] .aui-toggle-view{background-color:#f4f5f7}aui-toggle[disabled] .aui-toggle-tick,aui-toggle[disabled] .aui-toggle-cross{color:#a5adba}.aui-toggle-input{-webkit-appearance:button;-moz-appearance:radio-container;border-radius:3em;bottom:0;cursor:pointer;height:100%;left:0;margin:0;padding:0;position:absolute;right:0;top:0;width:100%}.aui-toggle-view{background-color:#6b778c;border-radius:3em;bottom:0;box-sizing:border-box;display:block;left:0;pointer-events:none;position:absolute;right:0;transition:background-color 100ms linear;top:0}.aui-toggle-view::after{background-color:#fff;border-radius:3em;bottom:1px;content:'';display:block;left:1px;position:absolute;top:1px;-webkit-transition:-webkit-transform 150ms ease-in-out;transition:transform 150ms ease-in-out;width:24px}.aui-toggle-tick,.aui-toggle-cross{position:absolute;top:5px}.aui-toggle-tick::before,.aui-toggle-cross::before{left:50%;-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:opacity 250ms ease-in-out}.aui-toggle-tick{color:#fff;left:8px}.aui-toggle-cross{color:#fff;right:8px}.aui-toggle-input:checked:enabled+.aui-toggle-view,.aui-toggle-input.indeterminate-checked+.aui-toggle-view{background-color:#00875a}.aui-toggle-input:checked+.aui-toggle-view::after,.aui-toggle-input.indeterminate-checked+.aui-toggle-view::after{-ms-transform:translateX(32px);-webkit-transform:translateX(32px);transform:translateX(32px)}
/* module-key = 'com.atlassian.jira.gadgets:text-dashboard-item-resource', location = 'static/dashboarditem/text/Text.less' */
.text-dashboard-item-container{padding:8px}.text-dashboard-item-container iframe{border:none;width:100%;height:100%}.text-dashboard-item-config-container textarea[name=html]{width:90%;max-width:600px;min-height:400px;resize:none}
/* module-key = 'com.pyxis.greenhopper.jira:gh-rapid-gadget-common', location = '/includes/css/gadgets/rapid/gh-gadgets.less' */
.wallboard{background:#000;color:#fff;font-size:14px;-webkit-font-smoothing:antialiased}.wallboard a,.wallboard .view a{color:#fff;text-decoration:none}.wallboard .aui-message a{color:#0052cc}.wallboard .footer{display:none}.wallboard .aui-page-panel{background:#000}.view{padding:0.5em 1em}.gg-section{margin:0.5em 0}.gg-error{font-weight:bold}.config-active form.aui div.field-group.checkbox{padding-bottom:0}.config-active form.gdt{padding-bottom:1em}.config-active form.gdt .buttons{padding-left:140px}h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1{font-size:24px}h2{font-size:20px;font-weight:normal}h2.gg-name .gg-divider{display:none}h3{font-size:14px;font-weight:normal}h3 .gg-subtitle-label{color:#707070;font-size:12px;font-weight:bold;text-transform:uppercase}h4,h5,h6{font-size:12px}.wallboard h1,.wallboard h2,.wallboard h3,.wallboard h4,.wallboard h5,.wallboard h6,.wallboard h1 a,.wallboard h2 a,.wallboard h3 a,.wallboard h4 a,.wallboard h5 a,.wallboard h6 a,.wallboard .view h1 a,.wallboard .view h2 a,.wallboard .view h3 a,.wallboard .view h4 a,.wallboard.view h5 a,.wallboard.view h6 a,.wallboard .ghx-axis{color:#999}.wallboard h1{font-size:36px}.wallboard h2{font-size:28px}.wallboard h3{font-size:20px}.wallboard h2.gg-name,.wallboard h3.gg-subtitle{display:inline-block;font-size:28px}.wallboard h3.gg-subtitle{color:#666}.wallboard h3 .gg-subtitle-label{display:none}.wallboard h2.gg-name .gg-divider{display:inline}.gg-todo,.gg-overdue,.gg-today{color:#c00}.gg-progress{color:#f7de2e}.gg-done,.gg-future,.gg-logged{color:#569515}.wallboard .gg-todo,.wallboard .gg-overdue,.wallboard .gg-today{color:#900}.wallboard .gg-progress{color:#f90}.wallboard .gg-done,.wallboard .gg-future,.wallboard .gg-logged{color:#360}.gg-bar-todo{background-color:#c00}.gg-bar-progress,.gg-bar-inpr{background-color:#f7de2e}.gg-bar-done,.gg-bar-logged{background-color:#569515}.gg-bar-fill{background-color:#ccc}.wallboard .gg-bar-todo{background-color:#900}.wallboard .gg-bar-progress,.wallboard .gg-bar-inpr{background-color:#f90}.wallboard .gg-bar-done,.wallboard .gg-bar-logged{background-color:#360}.wallboard #ghx-chart-wrap .legend table{background:#000;background-color:rgba(0,0,0,0.8);border:1px solid #666;border-color:rgba(255,255,255,0.5)}.wallboard #ghx-chart-wrap .legend table tr{padding:2px 0}.wallboard #ghx-chart-wrap .legend table td{color:#999;font-size:14px;padding:2px}.config-unavailable .gg-wrapper,.config-unavailable .main-container{display:none}.wallboard div.info{background:#000;border:1px solid #900;color:#fff}.gadget #gh{background:transparent}.gadget #ghx-chart-content{background:transparent;border:none;margin:0;min-height:auto;padding:0}.gadget #ghx-chart-wrap{margin:0;padding:10px 0 0 20px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:95%}#ghx-header,#ghx-modes-tools,#ghx-operations{display:none}#ghx-report-scrollarea>.aui-page-panel .aui-page-panel-nav{display:none}#ghx-report-scrollarea{border:none}#config .aui-message{margin:10px 10px 0 10px}
/* module-key = 'com.pyxis.greenhopper.jira:gh-rapid-common-css', location = 'includes/css/gh-less-imports.css' */
@-webkit-keyframes gh-loading{0%{opacity:1}50%{opacity:1}100%{opacity:.3}}@-moz-keyframes gh-loading{0%{opacity:1}50%{opacity:1}100%{opacity:.3}}@-ms-keyframes gh-loading{0%{opacity:1}50%{opacity:1}100%{opacity:.3}}@keyframes gh-loading{0%{opacity:1}50%{opacity:1}100%{opacity:.3}}@-webkit-keyframes gh-fadein{0%{opacity:0}50%{opacity:0}100%{opacity:1}}@-moz-keyframes gh-fadein{0%{opacity:0}50%{opacity:0}100%{opacity:1}}@-ms-keyframes gh-fadein{0%{opacity:0}50%{opacity:0}100%{opacity:1}}@keyframes gh-fadein{0%{opacity:0}50%{opacity:0}100%{opacity:1}}
/* module-key = 'com.pyxis.greenhopper.jira:gh-rapid-common-css', location = 'includes/css/gh-rapid.less' */
.ghx-avatar-img{-webkit-border-radius:50%;border-radius:50%;-webkit-border-radius:3px;border-radius:3px;font-size:24px;height:32px;line-height:32px;width:32px;color:#fff;cursor:default;display:inline-block;text-align:center;text-transform:uppercase;vertical-align:middle}.ghx-issue{background:#fff;color:#172b4d;cursor:move;display:block;font-size:14px;line-height:1.42857143;position:relative;box-shadow:0 0 1px 0 rgba(9,30,66,0.31),0 2px 4px -1px rgba(9,30,66,0.25);border-radius:2px;margin:5px;box-shadow:none;border-radius:0;border:1px solid #c1c7d0;margin:-1px 0 0 0}.ghx-issue .ghx-issue-content{min-height:66px;padding:10px 10px 10px 36px}.ghx-issue.ghx-has-avatar .ghx-issue-fields,.ghx-issue.ghx-has-corner .ghx-issue-fields{padding-right:37px}.ghx-issue:hover{background:#e9e9e9}.ghx-issue.ghx-flagged{background:#ffe9a8}.ghx-issue.ghx-flagged:hover{background:#e9e9e9}.ghx-issue.ghx-selected{background:#deebff}.ghx-issue.ghx-selected.ghx-flagged{background:#ffd351}.ghx-issue.ghx-selected:hover{background:#e9e9e9}.ghx-issue.ghx-selected-group{background:#deebff}.ghx-issue.ghx-selected-group.ghx-flagged{background:#ffd351}.ghx-issue.ghx-selected-group:hover{background:#e9e9e9}.ghx-issue .ghx-type{left:11px;position:absolute;top:10px}.ghx-issue .ghx-flags{left:11px;position:absolute;top:31px}.ghx-issue:not(.ghx-avatar-not-empty) .ghx-card-footer .ghx-avatar{margin-right:0}.ghx-issue .ghx-card-footer{display:flex;flex-wrap:wrap;margin-top:10px}.ghx-issue .ghx-card-footer div:not(:last-child){margin-right:4px;margin-bottom:4px}.ghx-issue .ghx-key-link{color:#6b778c;font-size:12px;font-weight:600;line-height:1.66666667;letter-spacing:0;outline:0;text-transform:none;margin:20px 0 0 0}.ghx-issue .ghx-avatar{display:none;position:absolute;right:10px;top:10px}.ghx-issue.ghx-has-avatar .ghx-avatar{display:block}.ghx-issue .ghx-extra-fields{margin-top:10px}.ghx-issue .ghx-extra-fields .ghx-extra-field-row{line-height:0}.ghx-issue .ghx-extra-fields .ghx-extra-field{display:inline-block;line-height:1.42857143;max-height:1.42857143em;max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.ghx-issue .ghx-highlighted-fields{font-size:0;margin-top:12px;overflow:hidden;padding-right:29px;white-space:nowrap}.ghx-issue .ghx-highlighted-fields .ghx-highlighted-field{max-width:90%}.ghx-issue .ghx-highlighted-fields .ghx-highlighted-field .aui-label{max-width:100%;overflow:hidden;text-overflow:ellipsis}.ghx-issue .ghx-highlighted-fields:empty{display:none}.ghx-band-1 .ghx-issue{font-size:12px}.ghx-band-1 .ghx-issue .ghx-card-footer{margin-top:3px}.ghx-band-1 .ghx-issue .ghx-issue-content{padding:5px 5px 5px 31px}.ghx-band-1 .ghx-issue .ghx-avatar-img{font-size:12px;height:16px;line-height:16px;width:16px}.ghx-band-1 .ghx-issue .ghx-type,.ghx-band-1 .ghx-issue .ghx-flags{left:6px}.ghx-band-1 .ghx-issue .ghx-avatar{left:6px}.ghx-band-1 .ghx-issue .ghx-type{top:5px}.ghx-band-1 .ghx-issue .ghx-flags{top:24px}.ghx-band-1 .ghx-issue .ghx-avatar{right:auto;top:43px}.ghx-band-1 .ghx-issue .ghx-end{bottom:5px;right:5px}.ghx-band-1 .ghx-issue-fields{margin-top:2px}.ghx-band-1 .ghx-issue-fields .ghx-summary .ghx-inner{line-height:1;max-height:3em}.ghx-band-1 .ghx-extra-fields{margin-top:7px}.ghx-band-1 .ghx-highlighted-fields{margin-top:7px}.ghx-band-1 .ghx-highlighted-fields .ghx-highlighted-field .aui-label{font-size:12px}.ghx-band-1 .ghx-has-corner .ghx-issue-fields,.ghx-band-1 .ghx-has-avatar .ghx-issue-fields{padding-right:0}.ghx-band-2 .ghx-issue{font-size:13px}.ghx-band-2 .ghx-issue .ghx-issue-content{padding:5px 5px 5px 36px}.ghx-band-2 .ghx-issue .ghx-avatar-img{height:20px;line-height:20px;width:20px;font-size:15px}.ghx-band-2 .ghx-issue .ghx-card-footer{margin-top:10px}.ghx-band-2 .ghx-issue .ghx-type{top:5px}.ghx-band-2 .ghx-issue .ghx-flags{top:26px}.ghx-band-2 .ghx-issue .ghx-avatar{right:5px;top:5px}.ghx-band-2 .ghx-issue .ghx-end{bottom:5px;right:5px}.ghx-band-2 .ghx-issue-fields{margin-top:1px}.ghx-band-2 .ghx-has-corner .ghx-issue-fields,.ghx-band-2 .ghx-has-avatar .ghx-issue-fields{padding-right:20px;padding-right:25px}.ghx-band-2 .ghx-highlighted-fields{margin-top:7px}.ghx-band-2 .ghx-highlighted-fields .ghx-highlighted-field .aui-label{font-size:13px}.ghx-issue-compact{background:#fff;border-radius:2px;border:1px solid #c1c7d0;border-radius:0;margin-bottom:0;color:#172b4d;cursor:move;font-size:14px;line-height:1.42857143;margin-top:-1px;position:relative}.ghx-issue-compact .ghx-row:first-child{margin-left:5px}.ghx-issue-compact .ghx-row{display:block;height:22px;margin:5px;position:relative}.ghx-issue-compact .ghx-row:not(.ghx-end){position:static}.ghx-issue-compact .ghx-end{position:absolute;right:0;top:2px;padding:4px 5px}.ghx-issue-compact .ghx-end .ghx-end{position:static;padding:0}.ghx-plan-band-1 .ghx-issue-compact .ghx-end.ghx-row{padding:0;position:relative;white-space:normal}.ghx-plan-band-1 .ghx-issue-compact .ghx-end.ghx-row .ghx-end{position:absolute;right:0;top:2px}.ghx-plan-band-1 .ghx-issue-compact .ghx-end.ghx-row .ghx-end.ghx-estimate{top:-2px}.ghx-plan-band-1 .ghx-issue-compact .ghx-end .ghx-label-double{max-width:40%}.ghx-plan-band-1 .ghx-issue-compact .ghx-end .ghx-label-single{max-width:80%}.ghx-plan-band-1 .ghx-issue-compact.ghx-issue-kanban-compact .ghx-row-version-epic-subtasks{margin-left:21px;display:flex;align-items:center}.ghx-plan-band-1 .ghx-issue-compact.ghx-issue-kanban-compact .ghx-row-version-epic-subtasks .ghx-sub-tasks-count{order:10;margin-left:2px}.ghx-plan-band-1 .ghx-issue-compact.ghx-issue-kanban-compact .ghx-plan-extra-fields{margin-left:21px}.ghx-plan-band-2 .ghx-issue-compact .ghx-end.ghx-row{position:absolute;right:0;top:2px;margin:0}.ghx-issue-compact:hover{background:#e9e9e9}.ghx-issue-compact.ghx-flagged{background:#ffe9a8}.ghx-issue-compact.ghx-flagged:hover{background:#e9e9e9}.ghx-issue-compact.ghx-selected,.ghx-issue-compact .ghx-selected-group{background:#deebff}.ghx-issue-compact.ghx-selected.ghx-flagged,.ghx-issue-compact .ghx-selected-group.ghx-flagged{background:#ffd351}.ghx-issue-compact.ghx-selected:hover,.ghx-issue-compact .ghx-selected-group:hover{background:#e9e9e9}.ghx-issue-compact.ghx-filtered{display:none !important}.ghx-issue-compact.ghx-not-rankable{cursor:default}.ghx-issue-compact .ghx-issue-content{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:3px;overflow:hidden;position:relative;white-space:nowrap}.ghx-issue-compact .ghx-key,.ghx-issue-compact .ghx-flags,.ghx-issue-compact .ghx-summary{margin-left:5px}.ghx-issue-compact .ghx-flags,.ghx-issue-compact .ghx-flags img,.ghx-issue-compact .ghx-type,.ghx-issue-compact .ghx-type img{height:16px;width:16px}.ghx-issue-compact .ghx-flags,.ghx-issue-compact .ghx-key,.ghx-issue-compact .ghx-summary,.ghx-issue-compact .ghx-type img,.ghx-issue-compact .ghx-priority img{display:inline-block;vertical-align:middle}.ghx-issue-compact .ghx-flags,.ghx-issue-compact .ghx-priority img,.ghx-issue-compact .ghx-flag .ghx-icon{vertical-align:text-top}.ghx-issue-compact .ghx-end{background:#fff}.ghx-issue-compact .ghx-end .ghx-statistic-badge,.ghx-issue-compact .ghx-end .aui-label{vertical-align:middle}.ghx-issue-compact .ghx-end .aui-avatar{vertical-align:middle;margin-right:4px}.ghx-issue-compact .ghx-end .ghx-avatar-img{margin-top:-1px}.ghx-issue-compact .ghx-end .ghx-statistic-badge{white-space:pre-wrap;text-transform:lowercase}.ghx-issue-compact.ghx-selected .ghx-end{background:#deebff}.ghx-issue-compact.ghx-flagged .ghx-end{background:#ffe9a8}.ghx-issue-compact.ghx-flagged.ghx-selected .ghx-end{background:#ffd351}.ghx-issue-compact:hover .ghx-end,.ghx-issue-compact.ghx-selected:hover .ghx-end,.ghx-issue-compact.ghx-flagged:hover .ghx-end,.ghx-issue-compact.ghx-flagged.ghx-selected:hover .ghx-end{background:#e9e9e9}.ghx-issue-compact .ghx-statistic-badge,.ghx-issue-compact .ghx-spacer{min-width:15px}.ghx-issue-compact .ghx-summary{overflow:hidden}.ghx-issue-compact.ghx-done .ghx-key a{text-decoration:line-through}.ghx-issue-compact .aui-label{max-width:10em;white-space:nowrap}.ghx-issue-compact .ghx-avatar-img{font-size:18px;height:24px;line-height:24px;width:24px;margin-right:5px}.ghx-issue-compact .ghx-plan-extra-fields.ghx-plan-extra-fields.ghx-row{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:5px;white-space:nowrap;margin-left:47px}.ghx-issue-compact .ghx-plan-extra-fields.ghx-plan-extra-fields.ghx-row .ghx-extra-field-seperator{line-height:22px;vertical-align:middle;display:inline-block;color:#999;padding:0 10px}.ghx-issue-compact .ghx-plan-extra-fields.ghx-plan-extra-fields.ghx-row .ghx-extra-field{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;display:block;min-width:2.5em;overflow:hidden;white-space:nowrap}.ghx-issue-compact .ghx-plan-extra-fields.ghx-plan-extra-fields.ghx-row .ghx-extra-field .ghx-extra-field-content{display:block;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.ghx-issue-compact .ghx-plan-extra-fields.ghx-plan-extra-fields.ghx-row .ghx-extra-field-estimate{-webkit-flex:2 0 auto;-ms-flex:2 0 auto;flex:2 0 auto;display:block;min-width:0;text-align:right}.ghx-issue-compact .ghx-spacer{visibility:hidden}.ghx-issue-compact.ui-draggable-dragging,.ghx-issue-compact.ui-sortable-helper{-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.13);box-shadow:0 3px 6px rgba(0,0,0,0.13)}.ghx-issue-compact.ui-sortable-helper{margin-left:10px;background:#deebff}.ghx-issue-compact.ui-sortable-helper .ghx-end{background:#deebff}.ghx-extra-field-tipsy .tipsy-inner{max-height:160px;overflow:hidden;word-break:break-all}.ghx-extra-field-tipsy.ghx-extra-field-tipsy-truncated .tipsy-inner{border-bottom:1.42857143em solid transparent}.ghx-extra-field-tipsy.ghx-extra-field-tipsy-truncated .tipsy-inner:after{content:"\2026\00a0";position:absolute;bottom:10px;left:15px}.ghx-extra-field-tipsy code,.ghx-extra-field-tipsy tt,.ghx-extra-field-tipsy .code{color:#333}.ghx-home>.ghx-issue-compact .ghx-row{margin:5px}.ghx-issue:focus,.ghx-issue-compact:focus,.ghx-swimlane-header[data-issue-key]:focus{outline:none}.msie-9 .ghx-issue-compact .ghx-plan-extra-fields{display:table;table-layout:fixed;width:100%;margin-left:0;border-spacing:5px 0}.msie-9 .ghx-issue-compact .ghx-plan-extra-fields .ghx-extra-field{height:22px;display:table-cell}.msie-9 .ghx-issue-compact .ghx-plan-extra-fields.ghx-plan-extra-fields-3 .ghx-extra-field{width:33%}.msie-9 .ghx-issue-compact .ghx-plan-extra-fields.ghx-plan-extra-fields-2 .ghx-extra-field{width:50%}.msie-9 .ghx-issue-compact .ghx-plan-extra-fields.ghx-plan-extra-fields-1 .ghx-extra-field{width:100%}.msie-9 .ghx-issue-compact .ghx-plan-extra-fields .ghx-extra-field-content{display:block;height:22px;overflow:hidden;text-overflow:ellipsis}.msie-9 .ghx-issue-compact .ghx-plan-extra-fields .ghx-extra-field-content img{height:22px}.msie-9 .ghx-issue-compact .ghx-plan-extra-fields .ghx-extra-field-estimate{min-width:0;width:4em}.msie-9 .ghx-issue-compact .ghx-plan-extra-fields .ghx-statistic-badge{margin-right:10px}.msie-9 .ghx-issue-compact .ghx-plan-extra-fields .ghx-extra-field-seperator{display:none}.msie-9 .ghx-plan-band-1 .ghx-issue-compact .ghx-extra-field-estimate{display:table-cell}.ghx-plan-band-1 .ghx-issue-compact .ghx-row{margin-left:5px;position:relative}.ghx-plan-band-1 .ghx-issue-compact .ghx-row .ghx-end{padding:0;position:static}.ghx-plan-band-1 .ghx-issue-compact .ghx-issue-content:after{content:"";width:3px;height:40%;position:absolute;right:0;background:#fff;-webkit-box-shadow:-4px 0 3px #fff;box-shadow:-4px 0 3px #fff;-webkit-box-shadow:-4px 0 3px #fff,0 -3px 3px #fff;box-shadow:-4px 0 3px #fff,0 -3px 3px #fff}.ghx-plan-band-1 .ghx-issue-compact.ghx-selected .ghx-issue-content:after{background:#deebff;-webkit-box-shadow:-4px 0 3px #deebff;box-shadow:-4px 0 3px #deebff;-webkit-box-shadow:-4px 0 3px #deebff,0 -3px 3px #deebff;box-shadow:-4px 0 3px #deebff,0 -3px 3px #deebff}.ghx-plan-band-1 .ghx-issue-compact.ghx-flagged .ghx-issue-content:after{background:#ffe9a8;-webkit-box-shadow:-4px 0 3px #ffe9a8;box-shadow:-4px 0 3px #ffe9a8;-webkit-box-shadow:-4px 0 3px #ffe9a8,0 -3px 3px #ffe9a8;box-shadow:-4px 0 3px #ffe9a8,0 -3px 3px #ffe9a8}.ghx-plan-band-1 .ghx-issue-compact.ghx-flagged.ghx-selected .ghx-issue-content:after{background:#ffd351;-webkit-box-shadow:-4px 0 3px #ffd351;box-shadow:-4px 0 3px #ffd351;-webkit-box-shadow:-4px 0 3px #ffd351,0 -3px 3px #ffd351;box-shadow:-4px 0 3px #ffd351,0 -3px 3px #ffd351}.ghx-plan-band-1 .ghx-issue-compact:hover .ghx-issue-content:after,.ghx-plan-band-1 .ghx-issue-compact.ghx-selected:hover .ghx-issue-content:after,.ghx-plan-band-1 .ghx-issue-compact.ghx-flagged.ghx-selected:hover .ghx-issue-content:after{background:#e9e9e9;-webkit-box-shadow:-4px 0 3px #e9e9e9;box-shadow:-4px 0 3px #e9e9e9;-webkit-box-shadow:-4px 0 3px #e9e9e9,0 -3px 3px #e9e9e9;box-shadow:-4px 0 3px #e9e9e9,0 -3px 3px #e9e9e9}.ghx-plan-band-1 .ghx-issue-compact .ghx-plan-extra-fields .ghx-extra-field:first-child{padding:0}.ghx-plan-band-1 .ghx-issue-compact.ghx-no-version-or-epic .ghx-extra-field-estimate{display:inline-block}.ghx-plan-band-1 .ghx-issue-compact.ghx-no-version-or-epic .ghx-extra-field-estimate .ghx-statistic-badge{float:none}.ghx-plan-band-1 .ghx-issue-compact.ghx-no-version-or-epic .ghx-end .ghx-statistic-badge{display:none}.ghx-backlog .ghx-issue.ghx-not-rankable{cursor:default}.ghx-work .ghx-issue.ghx-not-rankable{cursor:move}.ghx-work .ghx-extra-field .ghx-extra-field-content{display:block;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.ghx-issue.ui-sortable-helper{-moz-box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.ghx-grabber{background-color:#eee}.ghx-grabber{height:100%;left:0;position:absolute;text-indent:-9999em;top:0;width:3px;border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:0;border-bottom-left-radius:0}.ghx-grabber-transparent{background-color:transparent}.ghx-issue .ghx-end{bottom:10px;position:absolute;right:10px;background:#fff;-webkit-box-shadow:-4px 0 3px #fff;box-shadow:-4px 0 3px #fff;-webkit-box-shadow:-4px 0 3px #fff,0 -3px 3px #fff;box-shadow:-4px 0 3px #fff,0 -3px 3px #fff}.ghx-issue.ghx-selected .ghx-end{background:#deebff;-webkit-box-shadow:-4px 0 3px #deebff;box-shadow:-4px 0 3px #deebff;-webkit-box-shadow:-4px 0 3px #deebff,0 -3px 3px #deebff;box-shadow:-4px 0 3px #deebff,0 -3px 3px #deebff}.ghx-issue.ghx-flagged .ghx-end{background:#ffe9a8;-webkit-box-shadow:-4px 0 3px #ffe9a8;box-shadow:-4px 0 3px #ffe9a8;-webkit-box-shadow:-4px 0 3px #ffe9a8,0 -3px 3px #ffe9a8;box-shadow:-4px 0 3px #ffe9a8,0 -3px 3px #ffe9a8}.ghx-issue.ghx-flagged.ghx-selected .ghx-end{background:#ffd351;-webkit-box-shadow:-4px 0 3px #ffd351;box-shadow:-4px 0 3px #ffd351;-webkit-box-shadow:-4px 0 3px #ffd351,0 -3px 3px #ffd351;box-shadow:-4px 0 3px #ffd351,0 -3px 3px #ffd351}.ghx-issue:hover .ghx-end,.ghx-issue.ghx-selected:hover .ghx-end,.ghx-issue.ghx-flagged:hover .ghx-end,.ghx-issue.ghx-flagged.ghx-selected:hover .ghx-end{background:#e9e9e9;-webkit-box-shadow:-4px 0 3px #e9e9e9;box-shadow:-4px 0 3px #e9e9e9;-webkit-box-shadow:-4px 0 3px #e9e9e9,0 -3px 3px #e9e9e9;box-shadow:-4px 0 3px #e9e9e9,0 -3px 3px #e9e9e9}.ghx-issue .ghx-corner{min-width:24px;display:flex;text-align:right}.ghx-issue .aui-badge{white-space:pre-wrap;text-transform:lowercase}.ghx-issue.ui-draggable-dragging,.ghx-issue.ui-sortable-helper{-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.13);box-shadow:0 3px 6px rgba(0,0,0,0.13)}.ghx-move-count{background:transparent url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/gh-redball.png) no-repeat 0 0;height:31px;width:30px;position:absolute;right:-12px;top:-14px;visibility:hidden;z-index:20}.ghx-move-count b{color:#fff;display:inline-block;font-size:12px;text-align:center;line-height:2.5;vertical-align:middle;width:29px}.ghx-move-main .ghx-move-count{visibility:visible}.ghx-issue-fields{padding-right:20px}.ghx-issue-fields .ghx-key{display:inline-block;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ghx-detail-issue img.ghx-type{height:16px;margin-right:5px;width:16px}.ghx-issue.ghx-done .ghx-key a{text-decoration:line-through}.ghx-issue-fields .ghx-summary .ghx-inner{display:block;line-height:1.1;max-height:3.3em;overflow:hidden;word-wrap:break-word}.ghx-issue .ghx-type,.ghx-issue .ghx-type img,.ghx-issue .ghx-flags,.ghx-issue .ghx-priority,.ghx-issue .ghx-priority img{height:16px;width:16px;overflow:hidden}.ghx-issue .ghx-flag,.ghx-issue .ghx-flag .ghx-icon{vertical-align:top}.ghx-issue-subtask{margin-left:8px;margin-right:8px;margin-right:5px}.ghx-has-swimlanes.ghx-parent-child .ghx-issue-subtask{margin-left:0}.ghx-parent-stub{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#f4f5f7;font-size:12px;padding:3px 0 0;font-weight:normal}.ghx-parent-stub .ghx-group{border:1px solid rgba(9,30,66,0.13);background:rgba(51,51,51,0.05);text-overflow:ellipsis;overflow:hidden;padding-right:5px;white-space:nowrap;height:25px;display:flex;align-items:center;position:relative}.ghx-parent-stub .ghx-group::before{content:'';width:8px;background-color:#97a0af;height:100%;display:inline-block;flex-shrink:0}.ghx-parent-stub .ghx-key{border-bottom:none;color:#7a869a;display:inline-block;font-weight:normal;padding:0 4px;flex-shrink:0}.ghx-parent-stub .ghx-summary{color:#7a869a;text-overflow:ellipsis;overflow:hidden;padding:0 4px}.ghx-parent-stub:not(.ghx-filtered)~.ghx-subtask-group{padding-bottom:3px}.ghx-parent-group.ui-sortable-helper .ghx-subtask-group{visibility:hidden}.ghx-issue.ghx-filtered{display:none}.ghx-days{overflow:hidden;width:100%}.ghx-days b{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/rapid/gh-days.png) no-repeat 0 0;display:block;height:5px;width:100%}.ghx-days-0 .ghx-days b{background:none}.ghx-days-1 .ghx-days b{width:27px}.ghx-days-2 .ghx-days b{width:37px}.ghx-days-3 .ghx-days b{width:47px}.ghx-days-4 .ghx-days b{width:57px}.ghx-days-5 .ghx-days b{width:67px}.ghx-days-6 .ghx-days b{width:77px}.ghx-days-7 .ghx-days b{width:87px}.ghx-days-8 .ghx-days b{width:97px}.ghx-days-9 .ghx-days b{width:107px}.ghx-days-10 .ghx-days b{width:117px}.ghx-days-11 .ghx-days b{width:127px}.ghx-days-12 .ghx-days b{width:137px}.ghx-days-13 .ghx-days b{width:147px}.ghx-days-14 .ghx-days b{width:157px}.ghx-days-15 .ghx-days b{width:167px}.ghx-days-16 .ghx-days b{width:177px}.ghx-days-17 .ghx-days b{width:187px}.ghx-days-18 .ghx-days b{width:197px}.ghx-days-19 .ghx-days b{width:207px}.ghx-days-20 .ghx-days b{width:217px}.ghx-days-21 .ghx-days b{width:227px}.ghx-days-22 .ghx-days b{width:237px}.ghx-days-23 .ghx-days b{width:247px}.ghx-days-24 .ghx-days b{width:257px}.ghx-days-25 .ghx-days b{width:267px}.ghx-days-26 .ghx-days b{width:277px}.ghx-days-27 .ghx-days b{width:287px}.ghx-days-28 .ghx-days b{width:297px}.ghx-days-29 .ghx-days b{width:307px}.ghx-days-30 .ghx-days b{width:317px}.ghx-days-31 .ghx-days b{width:327px}.ghx-day-dots-container{display:flex;align-items:center;justify-content:center;height:16px}.ghx-day-dots-container .ghx-day-dot{height:4px;width:4px;background-color:#97a0af;border-radius:50%;display:inline-block}.ghx-day-dots-container .ghx-day-dot:not(:last-child){margin-right:2px}.ghx-day-dots-container .ghx-day-dot:nth-child(n+3){background-color:#ffab00}.ghx-day-dots-container .ghx-day-dot:nth-child(n+5){background-color:#ff5630}.ghx-backlog-container .ghx-parent-group:not(.js-fake-parent):not(.ghx-subtasks-expanded) .ghx-subtask-group{display:none}.ghx-backlog-container .ghx-parent-group:not(.js-fake-parent):not(.ghx-subtasks-expanded) .ghx-sub-tasks-count{display:inline}.ghx-backlog-container .ghx-parent-group:not(.js-fake-parent):not(.ghx-subtasks-expanded) .ghx-hidden-subtasks-count{display:none}.ghx-backlog-container .ghx-parent-group .js-issue.ghx-filtered~.ghx-subtask-group{display:block}.ghx-backlog-container .ghx-parent-group .ghx-card-expander{margin-top:2px;cursor:pointer}.ghx-backlog-container .ghx-parent-group .ghx-card-expander::before{content:"\e024"}.ghx-backlog-container .ghx-parent-group.ghx-subtasks-expanded .ghx-card-expander{margin-top:1px}.ghx-backlog-container .ghx-parent-group.ghx-subtasks-expanded .ghx-card-expander::before{content:"\e023"}.ghx-backlog-container .ghx-card-expander-spacer{width:16px;display:inline-block}.ghx-backlog-container .ghx-subtask .ghx-card-expander{width:0}.ghx-sub-tasks-count{color:#7a869a;display:none;font-size:12px;margin-right:8px;margin-left:8px}.ghx-hidden-subtasks-count-container{background:#f4f5f7;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#7a869a;margin-bottom:0}.ghx-hidden-subtasks-count-container .ghx-hidden-subtasks-count{margin-left:8px;font-size:12px;line-height:1.8;padding-bottom:4px}.js-fake-parent .ghx-hidden-subtasks-count-container{display:none}.ghx-hidden-subtasks-count-container .ghx-filtered{display:none}.js-issue.ghx-filtered~.ghx-hidden-subtasks-count-container{display:none}.ghx-onboarding-message{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-position:0 50%;background-repeat:no-repeat;background-size:128px 128px;max-width:600px;min-height:128px;margin-left:auto;margin-right:auto;padding:16px 16px 16px 144px;text-align:left;vertical-align:top}.ghx-onboarding-message h5{color:#7a869a;font-size:12px;line-height:2.0833333333333335;text-transform:uppercase}.ghx-onboarding-message p{font-size:16px;line-height:1.5625}.ghx-onboarding-message h5+p{margin-top:0}.ghx-onboarding-fillyourbacklog .ghx-onboarding-message{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/onboarding/fill-your-backlog.svg)}.ghx-onboarding-fillyourbacklog{border-bottom:1px solid #c1c7d0;margin-top:20px;padding-bottom:20px}.ghx-onboarding-planyoursprint .ghx-onboarding-message{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/onboarding/plan-sprint.svg)}#ghx-kanplan-convert{visibility:visible}#ghx-kanplan-convert .ghx-kanban-convert-content{display:flex}#ghx-kanplan-convert .ghx-kanban-convert-content .ghx-kanban-convert-image{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/kanplan/kanplan-ack-workmode.svg) no-repeat center;height:140px;width:140px;margin-right:20px}#ghx-kanplan-convert .ghx-kanban-convert-content .ghx-kanban-convert-image-message{display:flex;flex-flow:column;justify-content:center;margin-right:10px;flex:1 1 0px}#ghx-kanplan-convert .ghx-spinner{margin-right:10px;vertical-align:middle}#jira .ghx-label-0{color:#fff;background-color:#7a869a;border-color:#7a869a}#jira .ghx-label-0-border{border-right:4px solid #7a869a}#jira .ghx-label-1{color:#fff;background-color:#8d542e;border-color:#8d542e}#jira .ghx-label-1-border{border-right:4px solid #8d542e}#jira .ghx-label-2{color:#fff;background-color:#ff8b00;border-color:#ff8b00}#jira .ghx-label-2-border{border-right:4px solid #ff8b00}#jira .ghx-label-3{color:#fff;background-color:#ffab00;border-color:#ffab00}#jira .ghx-label-3-border{border-right:4px solid #ffab00}#jira .ghx-label-4{color:#fff;background-color:#0052cc;border-color:#0052cc}#jira .ghx-label-4-border{border-right:4px solid #0052cc}#jira .ghx-label-5{color:#fff;background-color:#505f79;border-color:#505f79}#jira .ghx-label-5-border{border-right:4px solid #505f79}#jira .ghx-label-6{color:#fff;background-color:#60a222;border-color:#60a222}#jira .ghx-label-6-border{border-right:4px solid #60a222}#jira .ghx-label-7{color:#fff;background-color:#cc4388;border-color:#cc4388}#jira .ghx-label-7-border{border-right:4px solid #cc4388}#jira .ghx-label-8{color:#fff;background-color:#5243aa;border-color:#5243aa}#jira .ghx-label-8-border{border-right:4px solid #5243aa}#jira .ghx-label-9{color:#fff;background-color:#ff8f73;border-color:#ff8f73}#jira .ghx-label-9-border{border-right:4px solid #ff8f73}#jira .ghx-label-10{color:#fff;background-color:#2684ff;border-color:#2684ff}#jira .ghx-label-10-border{border-right:4px solid #2684ff}#jira .ghx-label-11{color:#fff;background-color:#008da6;border-color:#008da6}#jira .ghx-label-11-border{border-right:4px solid #008da6}#jira .ghx-label-12{color:#fff;background-color:#7a869a;border-color:#7a869a}#jira .ghx-label-12-border{border-right:4px solid #7a869a}#jira .ghx-label-13{color:#fff;background-color:#00875a;border-color:#00875a}#jira .ghx-label-13-border{border-right:4px solid #00875a}#jira .ghx-label-14{color:#fff;background-color:#de350b;border-color:#de350b}#jira .ghx-label-14-border{border-right:4px solid #de350b}.ghx-backlog-header .active-sprint-lozenge{margin-left:10px;text-transform:uppercase}.ghx-backlog-header .ghx-sprint-goal{margin:0 26px;margin:0 20px 0 13px;color:#97a0af;font-size:12px}.ghx-backlog-header .ghx-sprint-goal .js-editing-field{width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #4e91fe;font-family:Arial,FreeSans,Helvetica,sans-serif;font-size:14px;margin-right:5px;padding:3px 3px 4px}.ghx-sprint-info{color:#7a869a;font-size:14px;padding:0 28px;padding:0 20px;clear:both;display:flex;align-items:center}.ghx-sprint-info .ghx-linked-pages-trigger{padding-top:2px}.ghx-sprint-info .aui-button.aui-button-compact .aui-icon.aui-iconfont-more{margin-top:auto}.ghx-sprint-info .ghx-assigned-work-stats{display:flex;margin-top:2px;margin-bottom:2px;align-items:center;margin-top:0;margin-bottom:0}.ghx-sprint-info .ghx-assigned-work-stats .aui-avatar{margin-right:2px}.ghx-sprint-info .ghx-assigned-work-stats .ghx-avatar-img{font-size:18px;height:24px;line-height:24px;width:24px;margin-right:2px;margin:5px 5px 5px 0}.ghx-sprint-info .ghx-assigned-work-stats .remaining-assignee-count{font-weight:bold;margin:0 5px;vertical-align:middle}.ghx-sprint-info .ghx-assigned-work-stats .js-assigned-work-dialog-trigger{margin-right:10px}.ghx-sprint-info .ghx-dates{display:inline-block}.ghx-sprint-info .ghx-dates .ghx-date:first-child{margin-left:-6px}.ghx-sprint-info .ghx-dates .ghx-date{display:inline-block;position:relative}.ghx-sprint-info .ghx-dates .ghx-date .aui-iconfont-calendar{position:absolute;right:5px;top:3px}.webkit .ghx-sprint-info .ghx-dates .ghx-date .aui-iconfont-calendar{top:6px}.ghx-sprint-info .ghx-dates .ghx-divider{display:inline-block;margin:0 5px}.ghx-sprint-info .ghx-dates .ghx-editable,.ghx-sprint-info .ghx-dates .ghx-readonly{padding-right:0;width:auto}.ghx-sprint-info .ghx-dates .ghx-date:last-child .ghx-editable,.ghx-sprint-info .ghx-dates .ghx-date:last-child .ghx-readonly{padding-left:2px}.ghx-sprint-info .ghx-dates input{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #4e91fe;line-height:1.42857143;font-size:13px;padding:2px 5px 2px;width:166px}.ghx-sprint-info .ghx-dates .ghx-error{padding-left:6px}.ghx-sprint-info .ghx-linked{float:right;margin-left:10px}.ghx-gh{font-size:14px;line-height:1.42857143}.msie-10 .dropdown-shim,.msie-10 .inline-dialog-shim{display:none !important}.ghx-agile #content{padding:0}form.aui .field-group.ghx-jql textarea{width:600px;margin-right:8px;max-width:600px}#gh form.aui .field-group.ghx-jql button{margin-left:10px;margin-right:10px;vertical-align:top}#ghx-sub-work .field-value em{font-weight:normal}.ghx-agile .aui-page-panel .aui-navgroup-vertical .aui-nav-heading{border-top:none;margin-top:0;padding-top:0}.ghx-scroll-columns #footer{display:none}a{cursor:pointer}.ghx-header .aui-list,.ghx-column-headers .aui-list{display:none}.aui-list li.disabled a:link,.aui-list li.disabled a:visited,.aui-list li.disabled a:focus,.aui-list li.disabled a:hover,.aui-list li.disabled.active a:link,.aui-list li.disabled.active a:visited,.aui-list li.disabled.active a:focus,.aui-list li.disabled.active a:hover,.aui-list li a.disabled:link,.aui-list li a.disabled:visited,.aui-list li a.disabled:focus,.aui-list li a.disabled:hover,.aui-list li.active a.disabled:link,.aui-list li.active a.disabled:visited,.aui-list li.active a.disabled:focus,.aui-list li.active a.disabled:hover{background:#fff;color:#97a0af;cursor:default}.aui-list .ghx-shortcut{color:#97a0af;float:right}.ghx-shortcut .ghx-monospace{display:inline-block;min-width:0.6em}.ghx-href-fix-list.aui-list .aui-list-item-link{color:#333}.ghx-href-fix-list.aui-list .aui-list-item.active a,.ghx-href-fix-list.aui-list .aui-list-item-link:focus,.ghx-href-fix-list.aui-list .aui-list-item-link:hover{color:#344563}.mozilla textarea{font-family:inherit}.ghx-dialog .aui-message{margin-bottom:20px}.ghx-dialog .column-name{font-weight:bold}.ghx-dialog .dialog-button-panel,.ghx-board-configure .dialog-button-panel{height:auto}.aui-group.ghx-controls a.disabled{color:#eeeff2;cursor:default}.aui-group.ghx-controls a.disabled:hover{text-decoration:none}.aui-group.ghx-controls a.disabled .aui-icon{color:#ebecf0}.aui-group.ghx-controls a.disabled .aui-icon:hover{color:#ebecf0;cursor:default}.aui-group-split.ghx-fluid{table-layout:auto}.aui-group.ghx-inline-blocks .aui-item{display:inline-block;vertical-align:baseline}.aui-item.ghx-collapse{width:1px}.ghx-inline-dialog-content .field-group{min-height:2em}.ghx-agile .aui-inline-dialog{font-size:14px}.ghx-inline-dialog .aui-button~.aui-button.ghx-margin-top{margin-top:10px}.aui-button-subtle.ghx-pull-left{margin-left:-11px}.ghx-agile .aui-label{max-width:100%;overflow:hidden;text-overflow:ellipsis}.ghx-agile .aui-label.ghx-label{max-width:10em}.ghx-agile .aui-label-closeable .ghx-iconfont{background:none;color:inherit;position:absolute}.ghx-agile .aui-label-closeable .ghx-iconfont,.ghx-agile .aui-label-closeable .ghx-iconfont:before{height:8px;width:8px}.ghx-agile .aui-label-closeable .ghx-iconfont:before{left:-4px}.ghx-agile .aui-label-closeable .ghx-iconfont:hover{color:#000;cursor:pointer}.ghx-badge-group aui-badge,.ghx-badge-group .aui-badge{margin:0 5px 0 0}.ghx-badge-group.ghx-right aui-badge,.ghx-badge-group.ghx-right .aui-badge{margin:0 0 0 5px}.ghx-gh aui-badge,.ghx-gh .aui-badge{white-space:pre-wrap;text-transform:lowercase}.ghx-agile .aui-popup .buttons .aui-button~.aui-button-link.cancel{margin-left:10px}#gh-epic-migration-refresh-progress{margin-top:10px}.ghx-dl{margin:0 0 20px;padding:0}.ghx-dl>dt,.ghx-dl>dd{font-weight:normal;margin:0;padding:0}.ghx-halved-vertical{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMTZENTJDMkM0RkUxMUUyOTBFNEQ5QjdBRkZDRTA4OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMTZENTJDM0M0RkUxMUUyOTBFNEQ5QjdBRkZDRTA4OSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkYxNkQ1MkMwQzRGRTExRTI5MEU0RDlCN0FGRkNFMDg5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkYxNkQ1MkMxQzRGRTExRTI5MEU0RDlCN0FGRkNFMDg5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+oi+pIwAAAA9JREFUeNpiePnyJUCAAQAFegK8F0L88gAAAABJRU5ErkJggg==) center top repeat-y}.ghx-conjunction{margin:0 5px}.ghx-spinner{background:transparent url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/wait.gif) no-repeat 0 0;height:16px;text-indent:-9999em;width:16px;display:inline-block;float:none;margin-left:10px}.aui-button+.ghx-spinner{margin-right:-26px;vertical-align:text-bottom}.aui-blanket .ghx-wait{background:transparent url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/rapid/gh-spinner-alt.gif) no-repeat 50% 50%;height:100%;position:fixed;width:100%}.ghx-throbber{position:fixed;left:50%;top:50%}.ghx-inline-dialog .ghx-progress-indicator.ghx-initial{padding-top:45px;min-height:45px}.ghx-inline-dialog .ghx-progress-indicator.ghx-initial .spinner{left:50% !important}.ghx-loading-backlog .ghx-throbber,.ghx-loading-pool .ghx-throbber,.ghx-chart .ghx-throbber,.ghx-detailview .ghx-throbber{display:block}.ghx-loading-backlog .ghx-no-touch #ghx-plan,.ghx-loading-pool .ghx-no-touch #ghx-pool,.ghx-loading-pool .ghx-no-touch #ghx-detail-view,.ghx-loading-quickfilter .ghx-no-touch #ghx-controls-work{-webkit-animation:gh-loading 200ms ease-out forwards;-moz-animation:gh-loading 200ms ease-out forwards;-ms-animation:gh-loading 200ms ease-out forwards;animation:gh-loading 200ms ease-out forwards}.msie-9 .ghx-loading-backlog #ghx-plan,.msie-9 .ghx-loading-pool #ghx-pool,.msie-9 .ghx-loading-pool #ghx-detail-view,.msie-9 .ghx-loading-quickfilter #ghx-controls-work,.ghx-loading-backlog .ghx-touch #ghx-plan,.ghx-loading-pool .ghx-touch #ghx-pool,.ghx-loading-pool .ghx-touch #ghx-detail-view,.ghx-loading-quickfilter .ghx-touch #ghx-controls-work{opacity:0.5}.ghx-loading-backlog .ghx-no-touch .ghx-throbber,.ghx-loading-pool .ghx-no-touch .ghx-throbber,.ghx-no-touch .ghx-chart .ghx-throbber{-webkit-animation:gh-fadein 2s ease-in forwards;-moz-animation:gh-fadein 2s ease-in forwards;-ms-animation:gh-fadein 2s ease-in forwards;animation:gh-fadein 2s ease-in forwards}.ghx-no-touch #ghx-detail-contents .ghx-throbber{-webkit-animation:gh-fadein 400ms ease-in forwards;-moz-animation:gh-fadein 400ms ease-in forwards;-ms-animation:gh-fadein 400ms ease-in forwards;animation:gh-fadein 400ms ease-in forwards}.ghx-description{color:#7a869a;font-size:12px}.ghx-error{color:#ff5630}form.aui .ghx-error{clear:left}.ghx-strike{text-decoration:line-through}.ghx-hr{border-bottom:1px dotted #c1c7d0}.ghx-margin-top{margin-top:10px}.ghx-margin-top-x2{margin-top:20px}.ghx-hidden{display:none}.ghx-margin-left{margin-left:10px}.ghx-margin-right{margin-right:10px}.ghx-gutter-left{margin-left:20px}.ghx-gutter-right{margin-right:20px}.ghx-margin-none,.aui-group>.aui-item>:first-child.ghx-margin-none{margin:0}.ghx-target-hover{background-color:#f3f9f4}.ghx-target-hover.ghx-target-hover-rejected{background-color:transparent}.ghx-clickable{cursor:pointer}.ghx-cursor-help{cursor:help}.ghx-icon{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/rapid/ghx-icon-sprite.png") no-repeat 0 0;display:inline-block;height:16px;text-indent:-9999em;vertical-align:middle;width:16px}.ghx-icon.ghx-icon-attachments{background-position:0 -350px}.ghx-icon.ghx-icon-cog{background-position:0 -125px;height:17px}.ghx-icon.ghx-icon-close{background-position:0 -225px}.ghx-icon.ghx-icon-comments{background-position:0 -325px}.ghx-icon.ghx-icon-create{background-position:0 -150px}.ghx-icon.ghx-icon-description{background-position:0 -500px}.ghx-icon.ghx-icon-details{background-position:0 -473px}.ghx-icon.ghx-icon-down{background-position:-50px -525px;height:6px;width:9px}.ghx-icon.ghx-icon-bar-down{background-position:0 -550px}.ghx-icon.ghx-icon-bar-up{background-position:-25px -550px}.ghx-icon.ghx-icon-edit{background-position:0 -400px}.ghx-icon.ghx-icon-filter{background-position:-25px -200px}.ghx-icon.ghx-icon-kanban{background-position:-25px -250px}.ghx-icon.ghx-icon-left{background-position:0 -525px;height:11px;width:7px}.ghx-icon.ghx-icon-log{background-position:0 -423px}.ghx-icon.ghx-icon-release{background-position:0 -200px}.ghx-icon.ghx-icon-right{background-position:-25px -525px;height:11px;width:7px}.ghx-icon.ghx-icon-sizer{background-position:0 -575px}.ghx-icon.ghx-icon-scrum{background-position:0 -250px}.ghx-icon.ghx-icon-subtasks{background-position:0 -375px}.ghx-icon.ghx-icon-warning{background-position:0 -75px}.aui-button-icon .ghx-icon{margin-right:5px}.ghx-icon-hide .aui-icon{display:none}.ghx-iconfont{color:#7a869a}.ghx-iconfont:hover{color:#172b4d}.ghx-iconfont-inactive:hover{color:#7a869a}.ghx-iconfont-inactive.aui-iconfont-locked{color:#ff5630}.aui-button.active:hover .ghx-iconfont{color:#fff}.ghx-gh .description .aui-icon-small{margin-left:5px}input+.ghx-iconfont.aui-iconfont-calendar{margin-left:5px}.ghx-iconfont.aui-iconfont-calendar{cursor:pointer}.ghx-iconfont.aui-iconfont-flag{color:#ff5630}.ghx-content-container{background:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:500px;padding:20px}.ghx-board-welcome #ghx-header{display:none}.ghx-board-manage .ghx-content-container{border:1px solid #c1c7d0;border-width:1px 0}#ghx-config-panel-content .ghx-page-panel-content-item{min-height:400px}.ghx-board-configure .aui-page-panel{margin-top:0}#ghx-work{display:none}#ghx-pool{background:#fff;overflow-y:auto;position:relative;z-index:1}#ghx-plan{display:none;position:relative}#ghx-plan,#ghx-work,#ghx-report-scrollarea{border-top:1px solid #c1c7d0}body.ghx-scroll-columns,#ghx-plan,#ghx-report,#ghx-work{overflow:hidden !important}#ghx-plan-group,#ghx-work{display:table;table-layout:fixed;width:100%}#ghx-plan-group.ghx-no-epic-menu-and-no-version-menu #ghx-backlog,#ghx-work.ghx-no-epic-menu-and-no-version-menu #ghx-backlog{border-left:0}#ghx-classification-menu-column,#ghx-version-column,#ghx-epic-column,#ghx-backlog-column,#ghx-detail-view,#ghx-pool-column{display:table-cell;height:inherit;vertical-align:top}#ghx-pool,#ghx-detail-contents{height:inherit}#ghx-pool{padding:20px 10px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#ghx-detail-view{width:400px}.ghx-detail-contents{background:#fff url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/rapid/gh-detail-bg.png) repeat-y 0 0;border:1px solid #c1c7d0;border-right:none;border-top:none;position:relative}.ghx-detail-contents .ghx-detail-view-blanket{background-color:#fff;bottom:0;display:none;left:0;opacity:0.8;position:absolute;right:0;top:0;z-index:5}.ghx-sticky-wrapper{transform:translate(0, 0);height:inherit}.stuck{position:fixed;top:0;width:100%;z-index:11;background:#f4f5f7;background:#fff;border-bottom:1px solid #ccc !important}.stuck-bottom{position:absolute;bottom:0;width:100%;z-index:9;background:#f4f5f7;background:#fff}#ghx-backlog{border-radius:4px;background-color:#fff;border-left:1px solid #c1c7d0;border-radius:0;height:inherit;overflow-y:auto;overflow-x:hidden}#ghx-report-scrollarea{background:#fff;height:inherit;overflow-y:auto}#ghx-report-scrollarea>.aui-page-panel{border:none;margin-top:0}#ghx-report-scrollarea>.aui-page-panel,#ghx-report-scrollarea>.aui-page-panel>.aui-page-panel-inner,#ghx-report-scrollarea>.aui-page-panel>.aui-page-panel-inner>.aui-page-panel-nav{height:inherit}#ghx-classification-menu-column{width:20px}.ghx-classification-column{width:220px}.ghx-no-active-sprint-message{position:absolute;top:0;left:0;right:0;bottom:0;text-align:center}.ghx-no-active-sprint-message.no-mapped-columns-mode{top:41px;background:#fff}.ghx-no-active-sprint-message.no-mapped-columns-mode.dashboard-mode{background:none}.ghx-no-active-sprint-message.no-mapped-columns-mode .ghx-no-active-sprint-content{margin-top:149px}.ghx-no-active-sprint-message.dashboard-mode{position:relative;margin:40px 0px}.ghx-no-active-sprint-message.dashboard-mode .ghx-no-active-sprint-content{margin-top:0}.ghx-no-active-sprint-message.dashboard-mode .ghx-no-active-sprint-content h3{font-size:16px}.ghx-no-active-sprint-message.dashboard-mode .ghx-no-active-sprint-content p{display:none}.ghx-no-active-sprint-message.dashboard-mode.no-mapped-columns-mode{min-height:150px;min-width:500px;left:-450px}.ghx-no-active-sprint-message .ghx-no-active-sprint-content{display:inline-block;margin-top:150px}.ghx-no-active-sprint-message .ghx-no-active-sprint-content .ghx-no-active-sprint-icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/rapid/active-sprint-blank-illustration.svg");width:80px;height:80px;display:inline-block}.ghx-no-active-sprint-message .ghx-no-active-sprint-content h3{display:block;margin-top:15px;color:#7a869a;font-size:20px;font-weight:normal}.ghx-no-active-sprint-message .ghx-no-active-sprint-content p{margin:-3px 0 0 0;font-size:16px;color:#7a869a}.ghx-empty-filter-board-message{top:0;left:0;right:0;bottom:0;text-align:center}.ghx-empty-filter-board-message.no-mapped-columns-mode{top:41px;background:#fff}.ghx-empty-filter-board-message.no-mapped-columns-mode.dashboard-mode{background:none}.ghx-empty-filter-board-message.no-mapped-columns-mode .ghx-no-active-sprint-content{margin-top:149px}.ghx-empty-filter-board-message.dashboard-mode{position:relative;margin:40px 0px}.ghx-empty-filter-board-message.dashboard-mode .ghx-no-active-sprint-content{margin-top:0}.ghx-empty-filter-board-message.dashboard-mode .ghx-no-active-sprint-content h3{font-size:16px}.ghx-empty-filter-board-message.dashboard-mode .ghx-no-active-sprint-content p{display:none}.ghx-empty-filter-board-message.dashboard-mode.no-mapped-columns-mode{min-height:150px;min-width:500px;left:-450px}.ghx-empty-filter-board-message .ghx-empty-filter-board-content{display:inline-block;margin-top:110px}.ghx-empty-filter-board-message .ghx-empty-filter-board-content .ghx-empty-filter-board-icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/rapid/empty-filter-board-illustration.svg");background-repeat:no-repeat;width:160px;height:160px;margin-bottom:30px;display:inline-block}.ghx-empty-filter-board-message .ghx-empty-filter-board-content h3{display:block;margin-top:15px;color:#7a869a;font-size:20px;font-weight:normal}.ghx-empty-filter-board-message .ghx-empty-filter-board-content p{margin:-3px 0 0 0;font-size:16px;color:#7a869a}.ghx-empty-filter-board-message .ghx-empty-filter-backlog-content{display:inline-block;margin-top:110px}.ghx-empty-filter-board-message .ghx-empty-filter-backlog-content .ghx-empty-filter-board-icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/rapid/empty-filter-board-illustration.svg");background-repeat:no-repeat;width:160px;height:160px;margin-bottom:30px;display:inline-block}.ghx-empty-filter-board-message .ghx-empty-filter-backlog-content h3{display:block;margin-top:15px;color:#7a869a;font-size:20px;font-weight:normal}.ghx-empty-filter-board-message .ghx-empty-filter-backlog-content p{margin:-3px 0 0 0;font-size:16px;color:#7a869a}@media print{#ghx-plan,#ghx-plan-group,#ghx-report,#ghx-work{height:auto !important}#ghx-report-scrollarea{overflow:visible}#ghx-chart-view canvas{max-width:100%;height:500px}#ghx-chart-view .tickLabels{display:none}}#gh .aui-dd-link{display:block;text-decoration:none}#gh .aui-dd-link.active{background-color:#3c78b5}#gh .aui-dd-link span{display:inline-block}#gh .aui-dd-link span{background-repeat:no-repeat;background-position:97% 55%;padding-right:12px}#gh .aui-dd-link.standard span{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/menu_indicator_for_light_backgrounds.gif")}#gh .aui-dd-link.standard:hover,#gh .aui-dd-link.active.standard{background-color:#3c78b5;color:#fff;text-decoration:none}#gh .aui-dd-link.standard:hover span,#gh .aui-dd-link.active span{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/menu_indicator_for_dark_backgrounds.gif")}#gh .aui-dropdown-trigger span{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/menu_indicator_for_light_backgrounds.gif") 97% 55% no-repeat;padding-right:12px}#ghx-header{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 20px 10px 20px;margin-bottom:10px;position:relative}#ghx-header h1,#ghx-header h2{color:#172b4d;font-size:24px;font-weight:normal;line-height:1.25}#ghx-header h2{margin:0;word-wrap:break-word}#ghx-operations{padding:0 20px}#ghx-modes-tools{float:right;padding-bottom:0.5em}.ghx-board-manage #ghx-modes-tools{margin-right:0}#ghx-view-modes,#ghx-view-tools,#ghx-view-presentation,.ghx-view-section{display:inline-block;padding-left:10px;vertical-align:top}#ghx-view-tools button{vertical-align:top}.ghx-controls-list dl,.ghx-controls-list dt,.ghx-controls-list dd,.ghx-controls-list form{display:inline-block;margin-top:0}.ghx-controls-list>dl{margin-right:38px;vertical-align:top}.ghx-controls-list>dl:last-child{margin-right:0}.ghx-controls-list dt{color:#7a869a;font-size:12px;font-weight:bold;line-height:1.66666666666667;text-transform:uppercase}.ghx-controls-plan,.ghx-header-compact .ghx-controls-report,.ghx-controls-work{min-height:40px;position:relative}#jira:not(.ghx-header-compact) #ghx-controls-plan,#jira:not(.ghx-header-compact) #ghx-controls-work{margin-top:-11px}.ghx-controls-filters dt,.ghx-controls-filters dd{margin:0 0 10px 0}.ghx-controls-filters dt{padding-right:10px}.ghx-controls-filters dd a{border:1px solid transparent;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;display:inline-block;line-height:1;margin:0 5px 0 0;padding:7px 10px}.ghx-controls-filters dd .ghx-fa{margin:0 0 0 10px;display:inline-block;line-height:1;padding:8px 0}.ghx-controls-filters dd a,.ghx-controls-filters dd a:hover{text-decoration:none}.ghx-controls-filters dd a:hover{border-color:#c1c7d0;background:#ccc}.ghx-controls-filters dd a.ghx-active{background:#344563;background:#2684ff;border-color:transparent;color:#fff}.ghx-controls-filters dd a.ghx-active:hover{background:#0065ff;background:#0052cc}.ghx-controls-filters dd a.ghx-solo,.ghx-controls-filters dd a.ghx-solo:hover{background:transparent;border-color:transparent}.ghx-controls-filters dd a:focus{text-decoration:none}.ghx-controls-sprint .ghx-trigger{border-left:1px solid #ccc;margin-left:4px;padding-bottom:5px;visibility:hidden}.ghx-controls-sprint .ghx-active .ghx-trigger{border-left-color:#333}.ghx-controls-sprint .ghx-active:hover .ghx-trigger{border-left-color:#2684ff}.ghx-controls-sprint .ghx-solo.ghx-active:hover .ghx-trigger{border-left-color:transparent}.ghx-controls-sprint.ghx-controls-filters dd a{margin-right:0}.ghx-controls-sprint .ghx-icon-drop{position:relative}.ghx-controls-sprint .ghx-icon-drop:after,.ghx-controls-sprint .ghx-solo.ghx-active .ghx-icon-drop:after{content:"";display:block;height:0;width:0;border:4px solid #707070;border-bottom:none;border-left-color:transparent;border-right-color:transparent;position:absolute;top:6px;right:4px}.ghx-controls-sprint .ghx-active .ghx-icon-drop:after{border-top-color:#fff}.ghx-controls-sprint .ghx-solo .ghx-icon-drop:after{right:7px}.ghx-controls-sprint dd a{padding:0}.ghx-controls-sprint dd a>span{display:inline-block;padding:7px}.ghx-controls-sprint dd .ghx-name{padding-left:8px}.ghx-controls-sprint dd a:hover .ghx-trigger,.ghx-touch .ghx-controls-sprint dd .ghx-trigger,.ghx-controls-sprint dd a.ghx-active .ghx-trigger,.ghx-controls-sprint dd a.ghx-solo .ghx-trigger{visibility:visible}.ghx-controls-sprint dd a.ghx-solo:hover,.ghx-controls-sprint .ghx-solo .ghx-trigger{border-color:transparent}.ghx-controls-sprint .ghx-solo .ghx-trigger{margin-left:0;padding-left:2px}.ghx-controls-sprint .ghx-solo .ghx-name{padding-right:2px}.ghx-controls-sprint dd a.ghx-solo .ghx-name:hover{cursor:default}.ghx-controls-sprint dd a.ghx-solo .ghx-name{color:#333;padding-left:4px}.ghx-quick-content.aui-expander-content{margin-bottom:10px;min-height:30px;position:relative}.ghx-quick-content.aui-expander-content[aria-expanded="true"]{margin-bottom:0}.ghx-quick-content .ghx-quickfilter-trigger,.ghx-quick-content[aria-expanded="false"] .ghx-quickfilter-trigger{position:absolute;top:0;right:0}.ghx-quick-content[aria-expanded="true"] .ghx-quickfilter-trigger{position:static}.ghx-search::-ms-clear{display:none}#ghx-backlog-search{position:absolute;left:0;top:0;margin-top:0}#ghx-backlog-search .ghx-search{-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;line-height:1;height:30px;max-width:none;padding:5px 24px 5px 0;-moz-transition:width 100ms ease-in-out;-ms-transition:width 100ms ease-in-out;-webkit-transition:width 100ms ease-in-out;transition:width 100ms ease-in-out;width:48px}#ghx-backlog-search.ghx-active .ghx-search{padding-left:10px;width:150px}#ghx-backlog-search .aui-icon{color:#7a869a;cursor:pointer;right:8px;position:absolute;top:8px}#ghx-backlog-search .aui-icon:hover{color:#172b4d}.ghx-controls-plan .ghx-controls-filters{padding-left:58px}.ghx-controls-plan .ghx-controls-filters dt{-moz-transition:opacity 100ms ease-in-out;-ms-transition:opacity 100ms ease-in-out;-webkit-transition:opacity 100ms ease-in-out;transition:opacity 100ms ease-in-out}.ghx-controls-plan.ghx-search-active .ghx-controls-filters dt{-moz-opacity:.1;-ms-opacity:.1;-o-opacity:.1;-webkit-opacity:.1;opacity:.1}table.aui .ghx-nowrap{white-space:nowrap}table.aui .ghx-qty{text-align:center}table.aui .ghx-center{text-align:center}table.aui .ghx-right{text-align:right}table.aui .ghx-minimal{width:1px;white-space:nowrap}table.aui.ghx-auto{width:auto}table.aui .ghx-shortener-helper{max-width:10em}form.aui.ghx-limited{max-width:750px}.ghx-inline-dialog .ghx-inline-dialog-content{padding-top:20px}.ghx-inline-dialog .ghx-inline-dialog-container{padding:20px}.ghx-inline-dialog .ghx-inline-dialog-container.ghx-full-width{padding-left:0;padding-right:0}.ghx-inline-dialog .ghx-inline-dialog-container.ghx-full-width .ghx-embedded{padding:10px 20px}.ghx-inline-dialog .ghx-inline-dialog-container.ghx-full-width.ghx-final-container{padding-bottom:0}.ghx-inline-dialog .ghx-inline-dialog-container.ghx-full-width .aui-message{margin:10px 20px 20px 20px}.ghx-inline-dialog .ghx-inline-dialog-container h2{margin-left:0}.ghx-inline-dialog h2+.ghx-inline-dialog-container{padding-top:10px}.ghx-inline-dialog .ghx-inline-dialog-container.ghx-divided{border-top:1px solid #c1c7d0}.ghx-inline-dialog h2,.ghx-inline-dialog form.aui h2{color:#172b4d;font-size:20px;font-weight:normal;line-height:1.5;margin-left:20px}.ghx-inline-dialog h3,.ghx-inline-dialog form.aui h3{color:#172b4d;font-size:16px;font-weight:bold;line-height:1.5625;border:none}.ghx-inline-dialog form.aui fieldset{padding:0 20px 20px}.ghx-inline-dialog form.aui .buttons{padding-right:20px;text-align:right}#jira .ghx-inline-dialog form.aui .buttons{padding-right:20px}.ghx-timetracking-inline-dialog-contents{padding:10px}#ghx-complete-sprint{margin-left:-14px}.ghx-column-headers,.ghx-columns{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-spacing:10px 0;display:table;list-style:none;margin:0;table-layout:fixed;width:100%;padding:0}#ghx-column-headers{padding-top:5px}.ghx-column-headers .ghx-column,.ghx-columns .ghx-column{background:#f4f5f7;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:table-cell;list-style:none;margin:0;padding:1px 0 0;position:relative;vertical-align:top}.ghx-column-headers .ghx-column.ghx-busted-max,.ghx-columns .ghx-column.ghx-busted-max{background:#ff5630}.ghx-column-headers .ghx-column.ghx-busted-min,.ghx-columns .ghx-column.ghx-busted-min{background:#ffab00}.ghx-column-headers .ghx-column.ghx-target-option,.ghx-columns .ghx-column.ghx-target-option{background:#deebff}.ghx-column-headers .ghx-column.ghx-target-option.ghx-target-hover,.ghx-columns .ghx-column.ghx-target-option.ghx-target-hover{color:black;background:#f3f9f4}.ghx-column-headers .ghx-column{background:#fff;border-bottom:5px solid #f4f5f7;padding:12px 9px}.ghx-column-headers .ghx-column.ghx-busted-max{background:#ff5630;background:#fff;border-bottom-color:#ff5630}.ghx-column-headers .ghx-column.ghx-busted-min{background:#ffab00;background:#fff;border-bottom-color:#ffab00}.ghx-column-headers .ghx-column.ghx-target-option{background:#fff}.ghx-column-headers .ghx-column.ghx-target-option.ghx-target-hover{background:#fff}.ghx-column-headers .ghx-qty{display:inline-block;font-weight:bold;margin-right:5px}.ghx-column-headers .ghx-limits{display:inline-block}.ghx-columns .ghx-column.ghx-target-option{background-color:#deebff;border:2px dashed #0065ff}.ghx-columns .ghx-column.ghx-target-hover{background-color:#f3f9f4;border:2px dashed #00875a}.ghx-column-headers h2{display:inline-block;color:#172b4d;font-size:14px;font-weight:bold;line-height:1.5;font-weight:normal;margin:0 5px 0 0;word-wrap:break-word}.ghx-column-headers h6{color:#5e6c84;text-transform:uppercase;display:inline-block;margin:0 5px 0 0;word-wrap:break-word}.ghx-column-headers .ghx-column.ghx-busted-min,.ghx-column-headers .ghx-column.ghx-busted-max{color:#fff;color:#172b4d}.ghx-column-headers .ghx-column.ghx-busted-min h6,.ghx-column-headers .ghx-column.ghx-busted-max h6{color:#fff;color:#172b4d}.ghx-column-headers .ghx-column.ghx-busted-min.ghx-target-option,.ghx-column-headers .ghx-column.ghx-busted-max.ghx-target-option{color:#5e6c84;color:#172b4d}.ghx-column-headers .ghx-column.ghx-busted-min.ghx-target-option h6,.ghx-column-headers .ghx-column.ghx-busted-max.ghx-target-option h6{color:#5e6c84;color:#172b4d}.ghx-column-headers .ghx-count-only{display:inline-block;margin-left:5px}.ghx-column-headers .ghx-constraint.ghx-busted{display:inline-block;font-size:12px;color:#5e6c84;color:#7a869a}.ghx-column-headers .ghx-busted-min .ghx-constraint.ghx-busted,.ghx-column-headers .ghx-busted-max .ghx-constraint.ghx-busted{color:#fff;color:#7a869a}.ghx-column-headers .ghx-busted-min.ghx-target-option .ghx-constraint.ghx-busted,.ghx-column-headers .ghx-busted-max.ghx-target-option .ghx-constraint.ghx-busted{color:#5e6c84;color:#7a869a}.ghx-column-headers .ghx-constraint.ghx-busted+.ghx-constraint.ghx-busted{margin-left:5px}#ghx-column-header-group.ghx-fixed{background:#fff;z-index:2}.ghx-show-old{margin-top:10px;margin-bottom:10px;text-align:center}.ghx-show-old-description{margin-bottom:10px;color:#7a869a}.ghx-show-old .aui-iconfont-search{padding-right:5px}form.aui .field-group.ghx-show-old-limit{margin-top:10px}.ghx-constraints{margin-top:20px;overflow:hidden}.ghx-constraints .ghx-busted{display:inline-block;padding:4px 6px}.ghx-constraints input{height:30px}.ghx-constraints .ghx-busted,.ghx-constraints .ghx-busted.ghx-editable{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 0 5px;overflow:hidden;white-space:nowrap;width:49%}.ghx-constraints .ghx-busted-max{border:1px solid #ff5630}.ghx-constraints .ghx-busted-min{border:1px solid #ffab00}.ghx-constraints .ghx-busted-min,.ghx-constraints .ghx-busted-min.ghx-editable,.ghx-constraints input.ghx-busted-min{margin-right:2%}.ghx-column.ghx-target-option{-moz-transition:background 250ms ease-in-out;-ms-transition:background 250ms ease-in-out;-webkit-transition:background 250ms ease-in-out;transition:background 250ms ease-in-out}.ghx-column-headers .ghx-column.ghx-target-option.ghx-busted-max h2,.ghx-column-headers .ghx-column.ghx-target-option.ghx-busted-max aui-badge,.ghx-column-headers .ghx-column.ghx-target-option.ghx-busted-max .aui-badge,.ghx-column-headers .ghx-column.ghx-target-option.ghx-busted-max .ghx-constraint{color:#172b4d}#ghx-rabid{position:relative}.ghx-detail-issue{color:#172b4d;display:block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:inherit;overflow:hidden;position:relative}.ghx-detail-issue .ghx-detail-list{display:table;margin-top:1px;position:relative;table-layout:fixed;width:100%}.ghx-detail-issue .ghx-detail-statistic{margin-left:3px}.ghx-detail-issue .ghx-detail-list dt,.ghx-detail-issue .ghx-detail-list dd,.ghx-detail-issue .ghx-detail-statistic dt,.ghx-detail-issue .ghx-detail-statistic dd{display:table-cell}.ghx-key-group .ghx-detail-list,.ghx-key-group .ghx-detail-list dt,.ghx-key-group .ghx-detail-list dd{display:inline-block}.ghx-detail-term,.ghx-detail-description,.ghx-detail-description.ghx-editable,.ghx-detail-description.ghx-editable+.ghx-editing{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:normal;margin:0;padding:5px 0 5px;vertical-align:top;word-wrap:break-word}.ghx-detail-description,.ghx-detail-description.ghx-editable,.ghx-detail-description.ghx-editable+.ghx-editing{padding-left:4px}.ghx-detail-description.ghx-editable{padding-right:25px}.ghx-detail-description.ghx-editable+.ghx-editing{padding:0}dt.ghx-detail-term{color:#7a869a;padding-right:10px;width:150px}.ghx-detail-description{margin-bottom:5px}.ghx-detail-head{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:left;margin-bottom:10px;padding:0 0 0 48px;width:100%}.ghx-detail-head header{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.ghx-detail-head dl{margin-top:0}.ghx-detail-head .ghx-project{display:inline}.ghx-detail-head .ghx-key,.ghx-detail-head .ghx-parent-key{display:inline-block}.ghx-detail-head .ghx-parent-key:empty{margin:0}.ghx-detail-head .ghx-project:after,.ghx-detail-head .ghx-parent-key dd:after{content:"/";padding:0 4px 0 5px}.ghx-detail-view .ghx-sizer{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:col-resize;height:40px;left:0;padding-top:10px;position:absolute;text-align:center;top:48px;width:40px}.ghx-detail-view .ghx-sizer{display:none}.ghx-detail-view .ui-sidebar{position:absolute;top:0;height:100%}.ghx-work .ghx-detail-view .ui-sidebar{display:none}.ghx-mode-planning .ghx-detail-view .ghx-sizer{display:block}.ghx-detail-head .ghx-controls{display:flex;align-items:center}.ghx-detail-issue .ghx-detail-close{color:#7a869a;cursor:pointer;display:inline-block;padding:5px;margin:0 5px;vertical-align:top}.ghx-detail-issue .ghx-detail-close:hover{color:#172b4d}.ghx-detail-issue.ghx-empty .ghx-controls{position:absolute;right:0;top:10px}.ghx-detail-head .ghx-key-group{padding-left:4px;padding-top:12px;margin-right:80px;overflow:hidden;text-overflow:ellipsis}.ghx-detail-head .ghx-project-avatar,.ghx-detail-head .ghx-project-avatar img{-webkit-border-radius:32px 32px 32px 32px;border-radius:32px 32px 32px 32px}.ghx-detail-head .ghx-project-avatar{border:1px solid #ccc;left:3px;height:32px;position:absolute;top:12px;width:32px}.ghx-detail-head .ghx-project-avatar img{height:100%;width:100%}.ghx-detail-head .ghx-statistic-group{padding-right:32px}.ghx-statistic-group .editable-field form.aui{margin:0}.ghx-detail-view .text,.ghx-timetracking-inline-dialog-contents .text,.ghx-detail-view .password,.ghx-detail-view .select{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;box-shadow:inset 0 1px 3px #e8e8e8;color:#172b4d;font-size:inherit;height:2.1428571428571em;line-height:1.42857143;padding:2px 3px}.mozilla .ghx-detail-view .text{max-width:100%}.ghx-timetracking-inline-dialog-contents .text{width:100%}.ghx-detail-issue .ghx-detail-statistic dd.ghx-fieldname-aggregatetimeestimate{cursor:pointer;position:relative;width:auto;display:inline-block}dt.ghx-detail-term.ghx-fieldname-issuekey,dt.ghx-detail-term.ghx-fieldname-parentissuekey,dt.ghx-detail-term.ghx-fieldname-summary,dt.ghx-detail-term.ghx-fieldname-description{display:none}dd.ghx-detail-description.ghx-fieldname-issuekey,dd.ghx-detail-description.ghx-fieldname-parentissuekey{margin-bottom:0;padding:0;width:auto}dd.ghx-detail-description.ghx-fieldname-description,dd.ghx-detail-description.ghx-fieldname-summary,.ghx-detail-view .ghx-fieldtype-textarea.ghx-editing{width:100%}.ghx-detail-statistic,.ghx-parent-remaining{position:relative}.ghx-fieldname-description.ghx-editing,.ghx-fieldname-summary.ghx-editing{position:relative}.ghx-detail-statistic dd .ghx-spinner,.ghx-parent-remaining dd .ghx-spinner{position:absolute;right:10px;top:5px}.ghx-fieldname-description.ghx-editing .ghx-spinner,.ghx-fieldname-summary.ghx-editing .ghx-spinner{position:absolute;right:13px;top:4px}.ghx-fieldname-description.ghx-editing .ghx-spinner{right:8px}.msie .ghx-fieldname-description.ghx-editing .ghx-spinner{right:27px}.msie .ghx-fieldname-summary.ghx-editing .ghx-spinner{right:32px}.ghx-fieldtype-textarea.ghx-editing{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}.ghx-fieldtype-textarea textarea{border:1px solid #bbb;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:#172b4d;font-size:14px;line-height:1.42857143;padding:4px 23px 0 4px;width:100%;margin-left:-1px;margin-top:0}.msie .ghx-fieldtype-textarea textarea,.mozilla .ghx-fieldtype-textarea textarea{padding-right:0}.mozilla .ghx-fieldtype-textarea textarea{margin-left:-7px}.ghx-fieldtype-text.ghx-editing{display:inline-block}.ghx-detail-head .ghx-detail-summary{margin-top:10px}.msie .ghx-fieldname-summary.ghx-fieldtype-textarea textarea,.mozilla .ghx-fieldname-summary.ghx-fieldtype-textarea textarea{padding-right:0}.mozilla .ghx-fieldname-summary.ghx-fieldtype-textarea textarea{margin-left:-1px}.ghx-detail-nav input.text.short-field{width:75px}.ghx-container.ghx-issue-links .ghx-controls{margin:10px 0 0}.ghx-issue-links .links-list{clear:both;padding:0}.ghx-issue-links .links-list dt{color:#666;float:none;margin:0;width:auto}.ghx-issue-links .links-list dd{margin:0;padding-right:0}.ghx-issue-links .links-list .link-title{margin:0 10px}.ghx-detail-nav{clear:both;height:inherit;position:relative}.ghx-detail-nav-content{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;height:inherit;overflow:auto;padding:0 20px 0 51px;width:100%}.ghx-detail-nav-menu{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:12px;left:0;position:absolute;top:80px;top:90px;width:40px}.ghx-detail-nav-menu>ul{list-style:none;margin:0;padding:0}.ghx-detail-nav-menu>ul a{color:#505f79}.ghx-detail-nav-item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px 0;min-height:40px;padding:0;width:100%;text-align:center}.ghx-detail-nav-item a{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:10px 0;width:100%}.ghx-detail-nav-item a:hover{text-decoration:none}.ghx-detail-nav-item a .ghx-iconfont,.ghx-detail-nav-item a span{display:block;margin:0 auto 2px}.ghx-detail-nav-item.ghx-selected{background:#e7e7e7}.ghx-detail-nav-item b{background:#e9e9e9;display:inline-block;-webkit-border-radius:1em;border-radius:1em;color:#333;font-weight:normal;margin:2px 0 0;min-width:1em;padding:0 2px 0;text-align:center}.ghx-detail-nav-item.ghx-selected b{background:#f7f7f7}.ghx-detail-section{clear:both;float:left;width:100%;margin-bottom:40px;font-size:14px}.ghx-detail-section .ghx-header{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEQ5RDgxQzc2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEQ5RDgxQzg2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RDlEODFDNTZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RDlEODFDNjZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvXFWFAAAAAYSURBVHjaYvj//z8D0/Pnz/8zgFgAAQYAS5UJscReGMIAAAAASUVORK5CYII=) repeat-x scroll 0 10px}.ghx-detail-section .ghx-header h3{background:#fff;color:#172b4d;font-size:14px;font-weight:bold;line-height:1.5;display:inline-block;padding-right:10px}.ghx-detail-section:first-child .ghx-header{margin-top:20px}.ghx-detail-section h4{color:#172b4d;font-size:14px;font-weight:bold;line-height:1.5;margin-top:30px}dd.ghx-detail-description.ghx-fieldname-description,.ghx-detail-nav .ghx-detail-section .ghx-container{word-wrap:break-word;overflow-x:auto}#ghx-tab-comments .actionContainer{border-bottom:1px solid #eaeaea;margin-bottom:8px;padding-bottom:8px}#ghx-tab-comments .actionContainer .action-details{font-size:12px}#ghx-tab-comments .subText strong{color:#900}#ghx-tab-comments .twixi-wrap{padding-left:0}#ghx-tab-comments .user-avatar{padding:0}#ghx-tab-comments .user-avatar img{-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;display:inline-block;height:16px;margin:0 5px 0 0;vertical-align:text-bottom;width:16px}.ghx-detail-issue .ghx-container .ghx-fa{padding-top:4px}.ghx-tab-section h3{border-bottom:1px solid #c1c7d0;font-size:14px;margin-top:10px}.ghx-detail-issue.ghx-empty{background:#fff;padding:20px}.ghx-detail-issue.ghx-empty h3+p{margin-top:20px}.ghx-detail-nav .ghx-detail-section .ghx-container{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;clear:both;float:left;width:100%}.ghx-detail-nav .ghx-detail-section .ghx-controls+.ghx-container{margin-top:10px}.ghx-readonly{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;padding:4px 30px 4px 6px}.ghx-editable{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;cursor:pointer;position:relative;padding:4px 25px 4px 6px;width:100%}.ghx-editable.ghx-jql{width:600px}.ghx-editable.ghx-ss{width:300px}.ghx-editable.ghx-user-ss{width:250px}#ghx-view-name-edit input{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:400px}.field-value .ghx-editable{margin-top:-4px}.ghx-editable:hover{background:#fff;color:#172b4d;-webkit-border-radius:2.01px;border-radius:2.01px;-webkit-box-shadow:0 0 0 1px #c1c7d0;box-shadow:0 0 0 1px #c1c7d0}.ghx-editable:after{background:#f0f0f0 url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/rapid/ghx-editable.png") no-repeat 4px 5px;border-left:1px solid #c1c7d0;content:"";position:absolute;right:0;top:0;bottom:0;visibility:hidden;width:20px}.ghx-editable:hover:after{visibility:visible}.ghx-classification-item .ghx-header .ghx-name .ghx-editable-secondary,.ghx-classification-item .ghx-header .ghx-name .ghx-readonly-secondary{display:inline-block;margin-bottom:1px;max-width:100%;word-wrap:break-word}.ghx-classification-item .ghx-header .ghx-name input{background:#fff;border:1px solid #4e91fe;font-size:14px;margin-top:-2px}.ghx-classification-item .ghx-header .ghx-name .ghx-error{font-size:14px}ol.ghx-items-numbered{list-style:none;margin:0;padding:0}ol.ghx-items-numbered li{margin:20px 0 0;padding:0 0 0 60px;position:relative}ol.ghx-items-numbered>li:before,ol.ghx-items-numbered>li:after{content:"";height:48px;left:0;position:absolute;top:0;width:49px}ol.ghx-items-numbered>li:before{background:transparent url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/rapid/home/ring.png) no-repeat 0 0}ol.ghx-items-numbered>li:after{background:transparent url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/rapid/ghx-numbers-sprite.png) no-repeat 0 0}ol.ghx-items-numbered>li.ghx-1:after{background-position:16px -90px}ol.ghx-items-numbered>li.ghx-2:after{background-position:14px -140px}ol.ghx-items-numbered>li.ghx-3:after{background-position:14px -189px}ol.ghx-items-numbered>li.ghx-4:after{background-position:14px -239px}ol.ghx-items-numbered>li.ghx-infinity:after{background-position:14px -540px}ol.ghx-items-numbered>li h4{margin-top:10px}ol.ghx-items-numbered>li p{margin:0 0 10px}.ghx-toolbar{margin-bottom:10px}#ghx-report{display:none}.ghx-zone-overlay{left:10px;position:absolute;right:10px}.ghx-zone-overlay-table{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-spacing:10px 0;display:table;height:100%;table-layout:fixed;width:100%}.ghx-zone-overlay-column{display:table-cell;height:inherit;vertical-align:top}.ghx-zone-overlay-column.ghx-empty{pointer-events:none}.ghx-zone-table{border-spacing:0;display:table;height:100%;table-layout:fixed;width:100%}.ghx-zone-row{display:table-row}.ghx-zone-cell{background:#deebff;border:2px dashed #0065ff;border-top-color:transparent;display:table-cell;-moz-transition:background 250ms ease-in-out;-ms-transition:background 250ms ease-in-out;-webkit-transition:background 250ms ease-in-out;transition:background 250ms ease-in-out}.ghx-zone-row:first-child .ghx-zone-cell{border-top-color:#0065ff}.ghx-zone-row.ghx-target-hover .ghx-zone-cell{background:#f3f9f4;border-color:#00875a;border-top-color:transparent}.ghx-zone-row.ghx-target-hover:first-child .ghx-zone-cell{border-top-color:#00875a}.ghx-zone-cell h2{color:#0065ff;font-size:14px;margin-top:10px;text-align:center;width:100%}.ghx-zone-row.ghx-target-hover .ghx-zone-cell h2{color:#00875a}.ghx-swimlane-header{font-size:14px;line-height:1.45;margin:0 10px;overflow:hidden;padding-left:13px;position:relative}.ghx-swimlane-header.ghx-selected{background-color:#deebff}.ghx-swimlane-header .ghx-summary .aui-lozenge{display:none}.ghx-swimlane-header.ghx-flagged .ghx-summary .aui-lozenge{display:inline-block}.ghx-swimlane-header:after{background-color:#fff;-webkit-box-shadow:-5px 0 10px 5px #fff;box-shadow:-5px 0 10px 5px #fff;content:'';height:100%;position:absolute;right:0;width:10px}.ghx-swimlane-header.ghx-selected:after{background-color:#deebff;-webkit-box-shadow:-5px 0 10px 5px #deebff;box-shadow:-5px 0 10px 5px #deebff}.ghx-swimlane-header.ghx-out-of-sync:after{display:none}.ghx-swimlane-header .ghx-swimlane-avatar{margin-right:8px;margin-right:5px}.ghx-swimlane-header .ghx-swimlane-avatar img{display:inline-block;vertical-align:text-bottom;height:16px;width:16px}.ghx-swimlane-header .ghx-heading{display:flex;align-items:center;display:inline-block;margin:10px 0;vertical-align:middle;white-space:nowrap;width:100%}.ghx-swimlane-header.ghx-done .ghx-parent-key{text-decoration:line-through}.ghx-swimlane-header .ghx-info{margin:0 5px}.ghx-swimlane-header .ghx-info .aui-lozenge,.ghx-swimlane-header .ghx-summary .aui-lozenge{margin-right:5px}.ghx-heading-expander{height:14px;padding:0;border:0;margin-right:11px;outline:0;line-height:1.3;position:relative;left:8px;top:2px}.ghx-closed .ghx-heading-expander svg{transform:rotate(-90deg)}.ghx-swimlane-header .ghx-expander{bottom:0;cursor:pointer;left:0;position:absolute;top:0;width:12px}.ghx-swimlane-header .ghx-expander .ghx-iconfont{margin:10px 0 0 -4px}.ghx-swimlane.ghx-closed .ghx-swimlane-header .ghx-expander .ghx-iconfont{margin-top:11px}.ghx-swimlane.ghx-closed .ghx-iconfont.aui-iconfont-expanded:before{content:"\e024"}.ghx-swimlane.ghx-closed .ghx-columns .ghx-issue,.ghx-swimlane.ghx-closed .ghx-columns .ghx-parent-group{display:none}.ghx-swimlane.ghx-closed .ghx-columns{height:1px}.ghx-swimlane-header .ghx-bandaid{background-color:#fff;bottom:0;-webkit-box-shadow:-5px 0 10px 5px #fff;box-shadow:-5px 0 10px 5px #fff;padding:0 5px;position:absolute;right:0;top:0}.ghx-swimlane-header.ghx-selected .ghx-bandaid{background-color:#deebff;-webkit-box-shadow:-5px 0 10px 5px #deebff;box-shadow:-5px 0 10px 5px #deebff}.ghx-swimlane-header .ghx-bandaid button{margin-top:5px}.ghx-swimlane:last-of-type{margin-bottom:50px}.ghx-config-column-toolbar{margin:10px 0;float:right}#ghx-mapping{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#f4f5f7;clear:both;overflow-y:hidden;padding-top:10px;width:100%}.ghx-config-status{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;margin:0;padding:0;-moz-transition:background 250ms ease-in-out;-ms-transition:background 250ms ease-in-out;-webkit-transition:background 250ms ease-in-out;transition:background 250ms ease-in-out;vertical-align:top;width:100%}.ghx-config-status.ui-sortable-helper{border-left:1px solid #ddd}.ghx-config-status li{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;margin:0 5px;padding:0 10px}.ghx-config-status.ghx-target-hover{background:#f3f9f4}.ghx-config-status>.ghx-sortable-status-placeholder{margin:8px 15px 0 15px}.ghx-config-status .ghx-header{margin:0;padding:10px}.ghx-config-status .ghx-header .ghx-config-operator{height:16px;overflow:hidden}.ghx-config-status .ghx-header .ghx-config-operator .ghx-action{margin-top:0}.ghx-config-status .ghx-header .ghx-config-move{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/kanplan/move-handle.png) no-repeat center;float:left;height:10px;width:18px}.ghx-config-status .ghx-header .ghx-config-delete{float:right}.ghx-config-status .ghx-header .ghx-config-delete .js-column-delete{cursor:pointer;float:right;height:16px;width:16px}.ghx-config-status .ghx-header .ghx-constraints{padding:5px;margin:0 0 10px}.ghx-config-status .ghx-header .ghx-constraints .ghx-busted,.ghx-config-status .ghx-header .ghx-constraints input{-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px}.ghx-config-status .ghx-header .ghx-constraints input{margin:0;vertical-align:top}.ghx-config-status .ghx-header .ghx-border-bottom{border-bottom:4px solid #ffab00;margin:0 5px}.ghx-config-status .ghx-header .ghx-header-name{margin:10px 0}.ghx-config-status .ghx-header .aui-iconfont-help{cursor:pointer;vertical-align:top;top:10px}#columns{margin:-20px}#columns .ghx-config-columns{padding:20px}#columns .ghx-mapped{background:white}#columns .ghx-kanplan-backlog{background:none}#columns .ghx-kanplan-backlog.ghx-config-status .ghx-header{cursor:default}#columns .ghx-kanplan-backlog .ghx-border-bottom{border-color:#505f79}#columns .ghx-column-wrapper{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;padding-right:5px;vertical-align:top}#columns .ghx-unmapped .ghx-header .ghx-border-bottom{border-color:#7a869a}#columns .ghx-unmapped .ghx-header .ghx-header-name,#columns .ghx-kanplan-backlog-column .ghx-header .ghx-header-name{display:inline-block;margin:10px 5px;max-width:80%}#columns .ghx-kanplan-backlog-column{padding:0 10px}#columns .ghx-kanplan-backlog-column .ghx-no-status-text{padding:20px 10px 10px;font-size:12px;color:#7a869a}#columns .ghx-kanplan-backlog-column .ghx-no-status-text:not(:last-child) .ghx-drag-status-zone{display:none}#columns .ghx-kanplan-backlog-column .ghx-no-status-text~.ghx-sortable-status-placeholder{margin:8px 10px 0 10px}#columns .ghx-kanplan-backlog-column .ghx-no-status-text .ghx-drag-status-zone{align-items:center;display:flex;height:56px;margin-top:18px;padding:0 5px;text-align:center;border:dashed 2px #c1c7d0}#columns .ghx-kanplan-backlog-column .ghx-no-status-text .ghx-drag-status-zone div{margin:auto}#columns .ghx-kanplan-backlog-column .ghx-top-header{display:table-cell;vertical-align:bottom}#columns .ghx-kanplan-backlog-column .ghx-border-bottom{border-bottom:4px solid #505f79;margin:5px 0 0}#columns .ghx-kanplan-backlog-column .ghx-header-name{display:inline-block;margin:10px 0;max-width:100%}#columns .ghx-kanplan-backlog-column ul{min-height:350px;background:#fff;border-left:1px solid #64c0ed;border-right:1px solid #64c0ed}#columns .ghx-kanplan-backlog-column ul .ghx-header{padding:0;background:#f4f5f7}#columns .ghx-kanplan-backlog-column ul .ghx-header .ghx-backlog-column-image{height:110px;background-color:#64c0ed;background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/rapid/kanban-backlog-illustration.svg);background-size:200px;background-repeat:no-repeat;background-position:center}#columns .ghx-kanplan-backlog-column ul li{margin:0}#columns .ghx-kanplan-backlog-column .ghx-footer{padding:10px;background:#fff;border-top:0;border-left:1px solid #64c0ed;border-right:1px solid #64c0ed;border-bottom:1px solid #64c0ed;font-size:12px;text-align:center}.ghx-sortable-status-placeholder{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:dashed 2px #c1c7d0;height:60px;margin-top:8px}.ghx-config-status li.ghx-status-wrapper{-moz-box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.ghx-config-status .ghx-header .ghx-action,.ghx-reader .ghx-config-status .ghx-header-name{margin-left:5px;margin-right:5px}.ghx-config-status.ghx-first .ghx-header .ghx-border-bottom{border-color:#505f79}.ghx-config-status.ghx-last .ghx-header .ghx-border-bottom{border-color:#00875a}.ghx-editor .ghx-config-status .ghx-header{cursor:move}.ghx-config-status .ghx-header-name{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ghx-config-status .ghx-header-name.ghx-editable:after{background-position:4px 9px}.ghx-config-status .ghx-header>input{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;height:32px;margin:12px 0;padding-left:5px;padding-right:8px;width:100%}.ghx-config-status .ghx-header .ghx-action{color:#7a869a;font-size:12px;margin-top:5px}.ghx-reader .ghx-config-status .ghx-header .ghx-action{display:none}.ghx-config-status.ghx-unmapped .ghx-header{min-height:100px;padding:10px;cursor:default}.ghx-config-status.ghx-unmapped .ghx-header-name{color:#7a869a;margin:5px 0 13px}.ghx-config-status h4{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;font-weight:normal;margin:10px 0 5px}.ghx-config-status h4+.ghx-description{margin-top:0}.ghx-config-status .ghx-status{background:#fff;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;border:1px solid #bbb;cursor:move;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 2px 3px #eee;box-shadow:0 2px 3px #eee;display:inline-block;margin:8px 0 0 0;overflow:hidden;padding:8px 8px 8px 14px;position:relative;vertical-align:middle;width:100%}.ghx-reader .ghx-config-status .ghx-status{background-image:none;cursor:default}.ghx-config-status.ghx-unmapped .ghx-status{color:#7a869a}.ghx-config-status .ghx-status .ghx-actions{position:absolute;top:8px;right:8px}.ghx-config-status .ghx-status .ghx-actions .aui-icon{color:#7a869a}.ghx-config-status .ghx-status .ghx-actions .aui-icon:hover{color:#172b4d}.ghx-config-status .ghx-status .ghx-actions .ghx-icon-warning+.ghx-remove-status{margin-left:5px}.ghx-config-status.ghx-unmapped .ghx-hr{margin:10px 0 0 0}.ghx-config-status .ghx-status .ghx-name{box-sizing:border-box;max-width:100%;word-wrap:break-word}.ghx-config-status .ghx-status img,.ghx-config-status .ghx-status .ghx-name{display:inline-block}.ghx-config-status .ghx-lozenge-wrap .aui-lozenge{max-width:90%}.ghx-name.ghx-has-bin,.ghx-name.ghx-has-warning{padding-right:25px}.ghx-name.ghx-has-warning.ghx-has-bin{padding-right:45px}.ghx-config-status .ghx-status img{margin-right:4px;vertical-align:text-bottom}.ghx-config-status .ghx-status .ghx-done,.ghx-config-status .ghx-status .ghx-qty{display:inline-block;font-size:12px}.ghx-config-status .ghx-status .ghx-qty{min-width:35%}.ghx-config-status .ghx-status .ghx-done label span{margin-left:3px}.ghx-config-status .ghx-status .ghx-done label span.ghx-resolution-update-disabled{color:grey}.ghx-config-status .ghx-status.ui-draggable-dragging .ghx-icon{background-image:none}#ghx-mapping .ghx-sortable-placeholder{display:inline-block;margin:0;padding:0}#ghx-mapping .ui-sortable-helper{-webkit-box-shadow:0 0 10px rgba(0,0,0,0.5);box-shadow:0 0 10px rgba(0,0,0,0.5);top:0;background:#fff}.ghx-config-status .ghx-status.ghx-not-present{background-color:#fffdf7;border-color:#ffe599;border-width:2px}.ghx-no-status-column .ghx-constraints{visibility:hidden}.ghx-no-status-column .ghx-no-status-column-text{font-size:12px;color:#7a869a}.ghx-no-status-column .ghx-header .ghx-border-bottom{border-bottom:4px solid #7a869a}#ghx-convert-workflow-progress{margin-top:10px}#ghx-convert-workflow-progress .ghx-progress-bar{border:1px solid #aaa;margin-bottom:10px;padding:1px}#ghx-convert-workflow-progress .ghx-progress-bar .ghx-current-progress{height:20px;background-color:#00875a}#ghx-create-permissioninfo,#ghx-create-permissioninfo li{list-style:none;margin:0;padding:0}#ghx-create-permissioninfo li{margin-bottom:5px}#ghx-create-permissioninfo li span{font-weight:normal}#ghx-create-permissioninfo li strong{padding:0 5px}.ghx-exception-wrapper{padding:24px 8px 8px}#ghx-errors{left:10%;position:absolute;top:0;width:80%;z-index:10000}#ghx-errors .ghx-exception{margin:10px}.ghx-exception h4{color:#172b4d;font-size:16px;font-weight:bold;line-height:18px;margin-top:1em}.ghx-exception .ghx-more{float:right;margin-right:10px}#ghx-pool .aui-message{margin:20px 10px}#ghx-rabid+.aui-message{margin:20px}#ghx-config-header .aui-message{margin:0 20px 20px}#ghx-notify{background:#fff;padding:20px}.ghx-content-main>.aui-message.ghx-notify{margin:20px}#ghx-notify .ghx-icon-bulb-large{padding-left:72px;min-height:64px}#ghx-notify .ghx-icon-bulb-large:before,#ghx-notify .ghx-icon-bulb-large:after{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/rapid/ghx-bulb-sprite.png) no-repeat 0 0;content:"";position:absolute;left:8px;top:8px;height:61px;width:51px}#ghx-notify .ghx-icon-bulb-large:before{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/rapid/ghx-bulb-on.png) no-repeat 0 0;left:-9999px}#ghx-notify:hover .ghx-icon-bulb-large.ghx-off:before{-webkit-animation:gh-fadein 300ms ease-in forwards;-moz-animation:gh-fadein 300ms ease-in forwards;-ms-animation:gh-fadein 300ms ease-in forwards;animation:gh-fadein 300ms ease-in forwards;left:8px}#ghx-notify .ghx-icon-bulb-large.ghx-on:after{background-position:left bottom}.ghx-dialog-create-view .ghx-options{display:table;margin-bottom:8px;width:100%}.ghx-dialog-create-view .ghx-options{table-layout:fixed;border-spacing:8px;margin-bottom:0}.ghx-dialog-create-view .ghx-options .ghx-module{display:table-cell;padding:8px;vertical-align:top}.ghx-dialog-create-view .ghx-options ul{text-align:left;margin-bottom:16px}.ghx-dialog-create-view .ghx-options h2{font-size:22px;font-weight:normal;line-height:1;margin-bottom:8px}.ghx-dialog-create-view .ghx-options .ghx-module-description{min-height:110px}.ghx-dialog-create-view .ghx-options button{margin-top:10px}.ghx-dialog-create-view .ghx-options .ghx-module.ghx-scrum h2:before,.ghx-dialog-create-view .ghx-options .ghx-module.ghx-kanban h2:before{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/rapid/type/scrum18h.png) no-repeat 0 0;content:"";display:inline-block;height:18px;margin-right:10px;margin-top:-4px;vertical-align:middle;width:25px}.ghx-dialog-create-view .ghx-options .ghx-module.ghx-kanban h2:before{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/rapid/type/kanban18h.png) no-repeat 0 0;width:22px}#ghx-welcome h4+p{margin-top:0}.ghx-start-box{margin-bottom:20px}.ghx-wizard-panel .ghx-halved-vertical .aui-item:first-child{padding-right:20px}.ghx-wizard-panel{min-height:200px}.ghx-wizard-panel .aui-group.ghx-split .aui-item:first-child{width:60%}.ghx-wizard-panel .aui-group.ghx-split .aui-item:last-child{padding-right:20px}.ghx-alignwith-radiogroup{padding-top:1px}.ghx-alignwith-textgroup{padding-top:7px}.ghx-wizard-panel .aui-group.ghx-split .group.ghx-space-saver{padding-left:10px}.ghx-wizard-panel .aui-group.ghx-button-group{margin-top:20px}.ghx-wizard-panel form.aui div.checkbox,.ghx-wizard-panel form.aui div.radio{margin-top:20px}.ghx-wizard-panel form.aui div.checkbox:first-child,.ghx-wizard-panel form.aui div.radio:first-child{margin-top:0}#ghx-chart-panel-content{padding-top:10px;position:relative}#ghx-report-scrollarea>.aui-page-panel .aui-page-panel-nav{padding-top:16px}#ghx-chart-heading{min-height:40px}#ghx-chart-help,#ghx-chart-title,#ghx-chart-selector{display:inline-block;vertical-align:bottom}#ghx-chart-help.ghx-closed{display:none}.mozilla #ghx-chart-selector{margin-top:1px}#ghx-chart-title{margin-right:10px;padding-top:5px;vertical-align:text-bottom}#ghx-chart-title h2{line-height:1.4}#ghx-chart-controls{margin-right:20px;display:inline-block;vertical-align:bottom}#ghx-chart-header.aui-group{margin-top:0}.ghx-calendar-wrap{display:inline-block;position:relative}.ghx-calendar-wrap .ghx-iconfont.aui-iconfont-calendar{left:5px;position:absolute;top:7px}form.aui .ghx-calendar-wrap>input.text{margin-bottom:5px;max-width:100px;padding-left:25px}.ghx-intro-content{overflow:hidden}.ghx-intro-content.ghx-closed{display:none}.ghx-intro-content .ghx-content-open{border-bottom:1px solid #c1c7d0;margin-bottom:20px;padding:10px 0 20px 0}.ghx-howto-trigger .aui-button{border-width:0}#ghx-chart-help .ghx-howto-trigger{-moz-opacity:1;-ms-opacity:1;-o-opacity:1;-webkit-opacity:1;opacity:1;-moz-transition:opacity 500ms ease-in-out;-ms-transition:opacity 500ms ease-in-out;-webkit-transition:opacity 500ms ease-in-out;transition:opacity 500ms ease-in-out}#ghx-chart-help.ghx-closed .ghx-howto-trigger{visibility:hidden;-moz-opacity:0;-ms-opacity:0;-o-opacity:0;-webkit-opacity:0;opacity:0}.ghx-group-how{width:550px}.ghx-item-how{width:570px}.ghx-item-how .ghx-svg-chart,.ghx-how-title,.ghx-how-description{margin-left:20px}.ghx-how-description{font-size:12px}.ghx-group-how>.aui-item+.aui-item{padding-left:0}.ghx-item-how .ghx-svg-chart{background:#f4f5f7;height:100px;margin-bottom:5px;width:163.33333333px}.ghx-item-how .ghx-svg-chart .standard-deviation{fill:#c4dcff}.ghx-item-how .ghx-svg-chart .ghx-prediction .ghx-series-0{fill:#dcdcdc}#ghx-chart-intro.ghx-hidden-howto .ghx-item-how{visibility:hidden}.aui-page-sidebar #ghx-chart-title{display:none}.aui-page-sidebar #ghx-chart-selector{margin-left:-10px}form.ghx-chart-picker{line-height:0}form.ghx-chart-picker .aui-ss{display:inline-block}form.ghx-chart-picker .aui-ss-field{padding:5px 10px}#ghx-chart-picker-suggestions{max-height:300px}#ghx-items-trigger{max-width:400px;overflow:hidden;text-overflow:ellipsis}#ghx-chart-selector{margin-right:10px}#ghx-chart-timeframe,#ghx-chart-filter{display:inline-block;margin-right:10px}#ghx-chart-filter{text-align:right;font-size:14px}.ghx-selector-single{padding:5px 10px;max-width:400px;overflow:hidden;text-overflow:ellipsis}.ghx-chart-filter{-webkit-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;padding:2px 4px}.ghx-chart-filters .ghx-group{clear:left;float:left;margin-bottom:16px;width:100%}.ghx-chart-filters .aui-buttons .aui-button{margin-bottom:5px}.ghx-chart-filters .aui-buttons .aui-button.first{border-top-left-radius:3px;border-bottom-left-radius:3px;border-left-width:1px}.ghx-chart-filters .aui-buttons .aui-button.last{border-top-right-radius:3px;border-bottom-right-radius:3px}.ghx-chart-filters .ghx-group .ghx-error{clear:left;float:left}#ghx-chart-wrap .legend table{background:#fff;background-color:rgba(255,255,255,0.8);border:1px solid #ddd;border-color:rgba(0,0,0,0.2)}#ghx-chart-wrap .legend table tr{color:#172b4d;font-size:12px;padding:2px}#ghx-chart{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;clear:both;display:none;width:100%;padding:16px}#ghx-chart .ghx-heading{font-size:14px;font-weight:normal;line-height:18px;margin:0 0 16px;padding:0}#ghx-chart-wrap{padding:20px 0 0 40px;position:relative}#ghx-chart-empty{margin-top:20px}#ghx-chart-view{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:500px}#ghx-chart-overview-group,#ghx-chart-overview-group h4,#ghx-chart-overview-group .ghx-description{display:none}#ghx-chart-overview-group h4{font-size:14px;font-weight:normal}#ghx-chart-overview{height:100px;width:35%;margin:20px}#ghx-chart-legend{margin-bottom:16px}#ghx-chart-legend table{border:1px solid #bbb;padding:8px}#ghx-chart-data{margin-bottom:32px}#ghx-tooltip{padding:4px 8px;border:1px solid #bbb;border-left-width:8px;background:#fff;max-width:400px}#ghx-tooltip .aui-message{padding:4px 4px 4px 30px;margin:4px 0}#ghx-tooltip .aui-message .aui-icon{top:4px}#ghx-tooltip .ghx-summary{color:#545454;margin-bottom:8px}#ghx-tooltip ul.ghx-stats{display:table;list-style:none;margin:0;padding:0}#ghx-tooltip .ghx-stats>li{display:table-row}#ghx-tooltip .ghx-stats>li strong,#ghx-tooltip .ghx-stats>li em{display:table-cell}#ghx-tooltip .ghx-stats>li strong{text-align:right}#ghx-tooltip .ghx-stats>li em{font-style:normal;padding-right:16px}#ghx-tooltip.ghx-alt{width:500px}#ghx-chart-group{position:relative}.ghx-chart .ghx-axis{text-align:center;color:#7a869a;font-size:12px;font-weight:bold;stroke:none;text-transform:uppercase}.ghx-chart .ghx-axis-y,.ghx-chart .ghx-axis-y-right{display:inline-block;line-height:20px;overflow:hidden;position:absolute;top:45%;transform:translate(0, -50%);width:20px}.ghx-chart .ghx-axis-y{left:0}.ghx-chart .ghx-axis-y-right{right:-30px}.ghx-chart .ghx-axis-y .ghx-inner,.ghx-chart .ghx-axis-y-right .ghx-inner{display:inline-block;-moz-transform:translate(0, 100%) rotate(-90deg);-ms-transform:translate(0, 100%) rotate(-90deg);-o-transform:translate(0, 100%) rotate(-90deg);-webkit-transform:translate(0, 100%) rotate(-90deg);transform:translate(0, 100%) rotate(-90deg);-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0;white-space:nowrap}.ghx-chart .ghx-axis-y .ghx-inner:after,.ghx-chart .ghx-axis-y-right .ghx-inner:after{content:"";float:left;margin-top:100%}.ghx-chart .ghx-axis-y-right{line-height:20px;width:20px}.ghx-chart .ghx-axis-y-right .ghx-inner{-moz-transform:translate(20px, 0) rotate(90deg);-ms-transform:translate(20px, 0) rotate(90deg);-o-transform:translate(20px, 0) rotate(90deg);-webkit-transform:translate(20px, 0) rotate(90deg);transform:translate(20px, 0) rotate(90deg)}.msie-9 .ghx-chart canvas.base,.msie-10 .ghx-chart canvas.base{top:0;position:absolute}.ghx-chart #ghx-axis-x{margin-top:8px}#ghx-axis-x-top{color:#545454;height:20px;padding-bottom:4px;position:relative}.ghx-axis-x-top-label{position:absolute;background-color:#fff;z-index:2;white-space:nowrap}.ghx-axis-x-top-label.ghx-raised{bottom:25px;z-index:1}.ghx-axis-x-top-label:before{background-color:#c1c7d0;bottom:-8px;content:"";height:5px;left:0;overflow:visible;position:absolute;width:1px}.ghx-axis-x-top-label.ghx-raised:before{bottom:-33px;height:30px}.ghx-version-report-completion-date-header{font-size:15px;font-weight:bold}.ghx-version-report-completion-date-body{padding:5px 0 0 5px;text-align:left}.ghx-version-report-completion-date-body .ghx-date-title{color:#d1d5dc;display:inline-block;font-size:14px;margin-right:4px;text-align:right;width:300px}.ghx-version-report-completion-date-body .ghx-date-value{display:inline-block;font-size:13px;text-align:left}.ghx-version-report-version-status{color:#d1d5dc;font-size:13px}#ghx-chart-view .tickLabel,#ghx-chart-legend .legendLabel{font-size:12px}.ghx-chart-list{list-style:none;margin:20px 0;padding:0}.ghx-chart-list li{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;margin:0 0 40px 0;min-height:129px;padding:0 40px 0 225px;position:relative;vertical-align:top;width:50%}.ghx-chart-list li h4+p{margin-top:5px}.ghx-chart-list li img{border:1px solid #c1c7d0;left:0;position:absolute;top:0}#gh .ghx-chart-list li button{margin-top:10px}#ghx-report-controls+.aui-message{display:inline-block}#ghx-report-controls-group{margin-bottom:30px;display:flex;flex-flow:row}#ghx-report-controls-group #ghx-sprint-report-meta{order:1;flex:1 1 auto}#ghx-report-controls-group #ghx-report-controls{order:2;flex:0 0 auto}.ghx-sprint-report-goal-tooltip .tipsy-inner{max-width:300px}#ghx-report-controls{margin-top:5px}#ghx-sprint-report-meta,.ghx-epic-meta,.ghx-version-meta{display:inline-block}#ghx-sprint-report-meta .ghx-sprint-goal-container{display:table;table-layout:fixed;width:100%;max-width:100%;margin-top:5px}#ghx-sprint-report-meta .ghx-sprint-goal{color:#7a869a;display:table-cell;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ghx-epic-meta,.ghx-version-meta{margin:0 10px 10px 0}.ghx-added-legend{text-align:right;margin-bottom:-8px}.ghx-sprint-report-table .ghx-previous-value{color:#7a869a}.ghx-sprint-report-table .ghx-previous-value.empty-mode{padding-left:2px}.ghx-sprint-report-table .ghx-current-value.empty-mode{padding-right:2px}.ghx-sprint-status{display:inline-block;margin:0 20px 0 0}#ghx-sprint-report-meta .ghx-projected{color:#97a0af}#ghx-sprint-report-meta .aui-button{margin-left:20px}#ghx-report-content .ghx-sprint-report-burndown{height:200px;margin-bottom:20px;width:400px}.ghx-sprint-report-burndown.ghx-close-ticklabels .xAxis .tickLabel:nth-child(2){padding-top:12px}.ghx-backdated-event{border-bottom:1px dotted #97a0af}.ghx-epic-chart-wrap,.ghx-version-chart-wrap{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:75%}.ghx-epic-summary-wrap,.ghx-version-summary-wrap{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;float:right;padding:40px 0 0 40px;width:25%}.ghx-epic-summary{margin-top:40px}.ghx-epic-summary .aui-group{line-height:1;margin-top:10px}.ghx-body-warning{background:#ffd;border:1px solid #F7DF92;color:#333333;margin:0 0 0.2em;padding:4px;text-align:center}#ghx-create-filter-select{max-width:260px}.aui-button.ghx-button-inline{margin-top:0}form.aui.gh-aui .buttons-container button.aui-button{margin-right:10px;padding:0 0.5em}.ghx-inline-dialog .contents form.aui .buttons-container{border-top:1px solid #c1c7d0;margin-bottom:5px;min-height:2.7em;padding-top:6px}.ghx-dialog .aui-button[disabled],.ghx-dialog .aui-button[aria-disabled="true"],#gh .aui-button[disabled],#gh .aui-button[aria-disabled="true"]{opacity:0.5}form.aui .ghx-additional{clear:left;margin:0 0 5px 6px}table.aui.ghx-hover-highlight tbody tr:hover{background-color:#f5f5f5}table.aui.ghx-vertical-lines td{border-left:1px solid #ddd}table.aui.ghx-vertical-lines td:first-child{border-left:none}.ghx-column-headers .ghx-release{float:right}.ghx-column-headers .ghx-release.ghx-disabled{color:#eeeff2;cursor:default}.ghx-column-headers .ghx-release.ghx-disabled:hover{text-decoration:none}.ghx-column-headers .ghx-busted .ghx-release.ghx-disabled{color:inherit;-moz-opacity:.3;-ms-opacity:.3;-o-opacity:.3;-webkit-opacity:.3;opacity:.3}#ghx-release-navigator{margin:8px 10px 16px;padding:0;list-style:none}#ghx-release-navigator li{margin:0 0 0.3em;padding:0}.ghx-tv-message{background:#ffd;border:1px solid #f7df92;bottom:10px;padding:10px;position:fixed;right:10px;z-index:1}.ghx-tv-message .ghx-divider{color:rgba(0,0,0,0.3);display:inline-block;margin:0 5px}.ghx-swatch{background-color:#fff;border:1px solid #c1c7d0;border-color:rgba(0,0,0,0.2);color:#172b4d;cursor:pointer;display:inline-block;font-size:12px;height:14px;line-height:14px;text-align:center;width:14px}.ghx-swatches{list-style:none;margin:0;padding:0}.ghx-swatches .ghx-swatch{margin:4px 3px 0 0;padding:0 2px 0 2px}.ghx-swatches .ghx-swatch:hover{text-decoration:none}.ghx-backlog .ghx-columns{border-spacing:0}.ghx-backlog .ghx-column{background:none}.ghx-marker{background:#fff;border-bottom:1px solid #c1c7d0;cursor:move;height:40px;left:0;margin:0 0 -2px;overflow:hidden;padding:0 8px 4px 10px;position:relative}.ghx-meta.ghx-disabled .ghx-marker{cursor:default}.ghx-no-issues .ghx-marker{margin-top:0}.ghx-marker:after{bottom:16px;background:transparent url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/rapid/ghx-grabbage.png) no-repeat 0 0;width:12px;bottom:5px;content:'';height:5px;left:50%;margin-left:-6px;position:absolute}.ghx-meta.ghx-disabled .ghx-marker:after{background:none}.ghx-sprint-planned.ghx-disabled .ghx-marker:after{background-image:none}.ghx-sprint-planned.ghx-disabled .ghx-marker{cursor:default}.ghx-marker.ghx-not-rankable{cursor:default}.ghx-marker.ghx-not-rankable:after{background-image:none}.ghx-marker-info{margin:0 0 0 14px}.ghx-marker .ghx-stats{margin:0 12px 0 10px;text-align:right}.ghx-marker .ghx-stat-total{padding:10px 6px 0 0}.ghx-marker .ghx-label{color:#97a0af;margin:0 5px 0 20px}.ghx-marker .aui-badge,.ghx-marker aui-badge{min-width:15px}.ghx-marker.ui-sortable-helper{-webkit-box-shadow:0 4px 2px rgba(0,0,0,0.2);box-shadow:0 4px 2px rgba(0,0,0,0.2);background-color:#f4f5f7;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#fff;border-bottom-left-radius:0;border-bottom-right-radius:0;-moz-box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.ghx-marker.ui-sortable-helper:before{background:#c1c7d0;content:"";height:1px;left:10px;position:absolute;right:10px;top:-1px}.ghx-sprint-planned.ghx-active-drag{border-bottom:1px solid #c1c7d0;margin-bottom:-1px}.ghx-drag-overlay{-webkit-box-shadow:1px 4px 2px rgba(0,0,0,0.2);box-shadow:1px 4px 2px rgba(0,0,0,0.2);position:absolute}.ghx-drag-overlay:after,.ghx-drag-overlay:before{background:#c1c7d0;border-left:20px solid #fff;bottom:0;content:"";position:absolute;right:-2px;top:0;width:1px}.ghx-drag-overlay:before{background:transparent;border-left:none;border-right:20px solid #fff;right:auto;left:-2px}.ghx-drag-overlay .ghx-shim-1:after,.ghx-drag-overlay .ghx-shim-1:before{background:#c1c7d0;bottom:0;content:"";position:absolute;right:0;top:0;width:1px}.ghx-drag-overlay .ghx-shim-1:before{right:auto;left:19px}.ghx-drag-overlay .ghx-shim-2{background:#c1c7d0;bottom:0;position:absolute;right:19px;top:0;width:1px}.ghx-loading-backlog #ghx-plan::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.ghx-backlog-container.ui-state-disabled{-moz-opacity:1;-ms-opacity:1;-o-opacity:1;-webkit-opacity:1;opacity:1}.ghx-backlog-container.ghx-overtaken .ghx-backlog-header,.ghx-backlog-container.ghx-overtaken .ghx-sprint-info,.ghx-backlog-container.ghx-overtaken .ghx-helper,.ghx-backlog-container.ghx-active-drag .ghx-helper{-moz-opacity:.3;-ms-opacity:.3;-o-opacity:.3;-webkit-opacity:.3;opacity:.3}.ghx-backlog-container.ghx-overtaken .ghx-backlog-header .ghx-name{padding-left:10px}.ghx-backlog-container.ghx-overtaken .ghx-sprint-info{margin-left:5px}.ghx-backlog-container.ghx-overtaken .ghx-backlog-header .aui-group.ghx-controls{margin-right:26px}.ghx-sprint-planned.ghx-no-issues .ghx-issue.ui-sortable-placeholder{background:#fff;border:1px dashed #c1c7d0;border-bottom-color:#fff;visibility:visible !important}.ghx-sprint-planned.ghx-no-issues .ghx-issue.ui-sortable-placeholder+.ghx-helper{border-top-color:#fff;text-indent:-9999em}.ghx-backlog-container{background-color:#f4f5f7;border-radius:4px;border:1px solid transparent;background-color:#fff;border-radius:0;margin-top:0;border:1px solid #c1c7d0;border-width:0 0 2px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;position:relative}.ghx-backlog-container:not(:first-child){margin-top:20px}.ghx-backlog-container.ghx-everything-else{border-bottom-width:0}.ghx-sprint-planned+.ghx-sprint-planned{border-top-width:1px}.ghx-sprint-planned+.ghx-everything-else{border-top-width:1px}.ghx-backlog-container.ghx-everything-else{padding:0 20px 20px}.ghx-backlog-header{min-height:42px;padding-top:6px;padding-bottom:9px;border-radius:4px 4px 0 0;border-radius:0}.ghx-backlog-container .ghx-backlog-header{border:2px dashed transparent}html.msie .ghx-backlog-container .ghx-backlog-header{border:0 !important}html.msie .ghx-backlog-container .ghx-backlog-header.stuck{border-bottom:1px solid #ccc !important}.ghx-backlog-container.ghx-target-hover.ghx-closed .ghx-backlog-header{border:2px dashed #00875a}.ghx-backlog-container.ghx-open .ghx-backlog-header{min-height:33px}.ghx-sprint-planned .ghx-backlog-header{min-height:44px;padding-bottom:0}html:not(.msie) .ghx-sprint-active .ghx-backlog-header.stuck,html:not(.msie) .ghx-sprint-planned .ghx-backlog-header.stuck,html.edge .ghx-sprint-active .ghx-backlog-header.stuck,html.edge .ghx-sprint-planned .ghx-backlog-header.stuck{border-top:0 !important;border-right:0 !important;border-left:2px solid transparent !important}html:not(.msie) .ghx-sprint-active .ghx-backlog-header.stuck .ghx-badge-group,html:not(.msie) .ghx-sprint-planned .ghx-backlog-header.stuck .ghx-badge-group,html.edge .ghx-sprint-active .ghx-backlog-header.stuck .ghx-badge-group,html.edge .ghx-sprint-planned .ghx-backlog-header.stuck .ghx-badge-group{margin-right:21px !important}html:not(.msie) .ghx-sprint-active .ghx-backlog-header.stuck .aui-group.ghx-controls,html:not(.msie) .ghx-sprint-planned .ghx-backlog-header.stuck .aui-group.ghx-controls,html.edge .ghx-sprint-active .ghx-backlog-header.stuck .aui-group.ghx-controls,html.edge .ghx-sprint-planned .ghx-backlog-header.stuck .aui-group.ghx-controls{margin-right:23px !important}.ghx-sprint-active .ghx-backlog-header.stuck-bottom .aui-group.ghx-controls,.ghx-sprint-planned .ghx-backlog-header.stuck-bottom .aui-group.ghx-controls{margin-right:22px !important}.ghx-everything-else .ghx-backlog-header{min-height:40px;padding-top:18px}html:not(.msie) .ghx-everything-else .ghx-backlog-header.stuck,html.edge .ghx-everything-else .ghx-backlog-header.stuck{width:100%;left:0;padding-left:22px;border-left:1px solid #ccc}html:not(.msie) .ghx-everything-else .ghx-backlog-header.stuck .aui-group.ghx-controls,html.edge .ghx-everything-else .ghx-backlog-header.stuck .aui-group.ghx-controls{margin-right:45px !important}html.msie .ghx-everything-else .ghx-backlog-header .aui-group.ghx-controls{margin-right:0px !important}html.msie .ghx-everything-else .ghx-backlog-header.stuck{margin-left:-20px;padding-left:20px}html.msie .ghx-everything-else .ghx-backlog-header.stuck .aui-group.ghx-controls{margin-right:20px !important}.ghx-everything-else .ghx-backlog-header .ghx-name{margin-left:0}.ghx-everything-else .ghx-backlog-header .aui-group.ghx-controls{margin-top:-4px}.ghx-sprint-planned .ghx-backlog-header .aui-group.ghx-controls{margin-top:4px}.ghx-backlog-header .ghx-expander{cursor:pointer;display:inline-block;width:20px}.ghx-backlog-container.ghx-closed .ghx-expander .ghx-iconfont{margin-top:1px}.ghx-backlog-container.ghx-closed .ghx-expander .ghx-iconfont.aui-iconfont-expanded:before{content:"\e024"}.ghx-backlog-container .ghx-issues{margin:0 30px;margin:10px 20px}.ghx-backlog-container.ghx-sprint-planned .ghx-issues{margin-bottom:0}.ghx-backlog-container .ghx-issues.ghx-no-issues{border-bottom:none}.ghx-backlog-header .ghx-name{color:#172b4d;font-size:14px;font-weight:bold;line-height:1.5;line-height:1.42857143;white-space:nowrap}.ghx-backlog-container .ghx-name input{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #4e91fe;font-family:Arial,FreeSans,Helvetica,sans-serif;color:#172b4d;font-size:14px;font-weight:bold;line-height:1.5;line-height:1.42857143;margin-right:5px;padding:3px 0 3px 1px}.ghx-backlog-header .ghx-name .ghx-error{font-size:12px;display:inline-block}.ghx-backlog-header .ghx-name,.ghx-backlog-header .ghx-issue-count,.ghx-backlog-header .ghx-badge-group,.ghx-backlog-header .ghx-limits{display:inline-block}.ghx-backlog-header .ghx-issue-count,.ghx-backlog-header .ghx-badge-group{margin-left:10px}.ghx-backlog-header .ghx-badge-group{float:right;margin:3px 20px 0 10px}.ghx-backlog-header .aui-badge,.ghx-backlog-header aui-badge{white-space:pre-wrap;text-transform:lowercase}.ghx-backlog-container .ghx-name{margin-left:-4px}.ghx-backlog-container .ghx-issue-count{color:#97a0af}.ghx-backlog-container .ghx-issue-count .ghx-reset{font-size:12px;margin-left:10px}.ghx-backlog-container .ghx-name .ghx-editable,.ghx-backlog-container .ghx-name .ghx-readonly{padding-right:0;padding-left:2px}.ghx-backlog-container.ghx-closed .ghx-meta{display:none}.ghx-backlog-container.ghx-open .ghx-meta{display:block}.ghx-sprint-active.ghx-open .ghx-issues{padding-bottom:20px}.ghx-backlog-header .aui-group{table-layout:auto}.ghx-backlog-header .aui-group.ghx-controls{float:right;margin:5px 18px 0 10px;width:auto}.ghx-backlog-container.ghx-everything-else .ghx-backlog-header .aui-group.ghx-controls{margin-right:0}.ghx-backlog-header .aui-group.ghx-controls>.aui-item{padding:0 10px}.ghx-backlog-header .aui-group.ghx-controls>.aui-item:last-of-type{padding-right:0}.ghx-backlog-container .ghx-issues .ghx-helper,.ghx-backlog-container .ghx-helper{border:2px dashed #c1c7d0;clear:both;display:none;margin:0;padding:10px;text-align:center}.ghx-backlog-container .ghx-no-issues .ghx-helper{display:block}.ghx-backlog-container .js-issue-list{position:relative}.ghx-backlog-container .ghx-plan-dropzone{display:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border:2px dashed #c1c7d0}.ghx-drag-in-progress .ghx-backlog-container.ghx-open .ghx-no-issues .ghx-helper,.ghx-drag-in-progress .ghx-backlog-container.ghx-kanban-backlog .ghx-no-issues .ghx-helper{background:#deebff;border-color:#0065ff}.ghx-drag-in-progress .ghx-backlog-container.ghx-open.ghx-target-hover .ghx-no-issues .ghx-helper,.ghx-drag-in-progress .ghx-backlog-container.ghx-kanban-backlog.ghx-target-hover .ghx-no-issues .ghx-helper,.ghx-drag-in-progress .ghx-backlog-container.ghx-open.ghx-target-hover .ghx-plan-dropzone.ghx-dropzone-active,.ghx-drag-in-progress .ghx-backlog-container.ghx-kanban-backlog.ghx-target-hover .ghx-plan-dropzone.ghx-dropzone-active{background:#f3f9f4;border-color:#00875a}.ghx-plan-dropzone.ghx-dropzone-active{display:block;background:#deebff;border-color:#0065ff}#ghx-dialog-complete-sprint .aui-message{margin-top:10px}#ghx-backlog .ghx-parent-group{margin:0;background:#fff}#ghx-backlog .ghx-parent-group .ghx-subtask-group{background-color:#dfe1e5;background-color:#f4f5f7}#ghx-backlog .ghx-parent-group .ghx-subtask-group .ghx-subtask{margin-left:8px}#ghx-backlog .ghx-parent-group .ghx-subtask-group .ghx-subtask:first-child{margin-top:8px;margin-top:0}#ghx-backlog .ghx-subtask{margin-left:11px}#ghx-backlog .js-issue:not(.ghx-filtered)~.ghx-parent-stub{display:none}#ghx-backlog .ghx-parent-stub.ghx-filtered{display:none}.ghx-ide-menu,.ghx-ide-menu>li{list-style:none;margin:0;padding:0}.ghx-ide-menu>li{color:#7a869a;font-size:12px;font-weight:bold;line-height:1.66666666666667;text-transform:uppercase;cursor:pointer;display:inline-block;line-height:20px;overflow:hidden;width:20px}.ghx-ide-menu>li:hover{background:#e6e6e6}.ghx-ide-menu .ghx-inner{display:inline-block;-moz-transform:translate(20px, 0) rotate(90deg);-ms-transform:translate(20px, 0) rotate(90deg);-o-transform:translate(20px, 0) rotate(90deg);-webkit-transform:translate(20px, 0) rotate(90deg);transform:translate(20px, 0) rotate(90deg);-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0;white-space:nowrap;margin:10px 0}.ghx-ide-menu .ghx-inner:after{content:"";float:left;margin-top:100%}.ghx-version-expanded.ghx-epic-expanded #ghx-classification-menu-column,.ghx-version-expanded.ghx-no-epic-panel #ghx-classification-menu-column{display:none}.ghx-epic-expanded .ghx-classification-menu .ghx-epic-toggle,.ghx-version-expanded .ghx-classification-menu .ghx-release-toggle{display:none}.ghx-classification-column{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:inherit}.ghx-version-expanded .ghx-classification-column,.ghx-epic-expanded .ghx-classification-column{border-left:1px solid #c1c7d0}.ghx-epic-expanded .ghx-version-column,.ghx-no-epic-panel .ghx-version-column{border-left:none}.ghx-classification-group{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:inherit;padding-top:32px;position:relative}.ghx-classification-header{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;padding:6px 0 0 8px;padding:10px 0 0 20px;position:absolute;top:0;width:100%}.ghx-classification-scrollview{height:100%;overflow-y:auto}.aui-theme-default .ghx-classification-header h2,.ghx-classification-header h2{color:#7a869a;font-size:12px;font-weight:bold;line-height:1.66666666666667;text-transform:uppercase;line-height:1;margin:0;overflow:hidden;text-overflow:ellipsis}.ghx-classification-header .ghx-actions{float:right;font-size:12px;line-height:1;margin-top:-1px}.ghx-classification-header .ghx-actions .ghx-add-button{color:#7a869a;cursor:pointer}.ghx-classification-header .ghx-actions .ghx-add-button:hover{color:#172b4d}.ghx-classification-header .ghx-actions .ghx-divider{color:#c1c7d0;display:inline-block;margin-left:3px}.ghx-no-touch .ghx-classification-header .ghx-actions{visibility:hidden;display:flex}.ghx-classification-header .ghx-actions .ghx-close{color:#7a869a;cursor:pointer;display:inline-block;padding:0 12px 0 5px;text-align:right;vertical-align:top}.ghx-classification-header .ghx-actions .ghx-close:hover{color:#172b4d}.ghx-classification-header .ghx-actions button{font-size:12px;height:auto;line-height:1 !important;margin:0;padding:0;vertical-align:text-bottom}.ghx-classification-column:focus .ghx-classification-header .ghx-actions,.ghx-classification-column:hover .ghx-classification-header .ghx-actions{visibility:visible}.ghx-classification-item{border-bottom:1px solid transparent;border-top:1px solid transparent;color:#7a869a;cursor:pointer;overflow:hidden;position:relative}.ghx-classification-item.ghx-selected{background-color:#deebff;border-color:#ccd9ea}.ghx-classification-item:hover{background-color:#e9e9e9}.ghx-classification-item>.ghx-inner{border:2px dashed transparent;padding:8px 8px 8px 17px}.ghx-classification-item.ghx-target-hover>.ghx-inner{background-color:#f3f9f4;border:2px dashed #00875a}.ghx-classification-item.ui-sortable-helper{background-color:#dfdfdf;-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.13);box-shadow:0 3px 6px rgba(0,0,0,0.13);cursor:move}.ghx-classification-item .ghx-header,.ghx-classification-item .ghx-subheader,.ghx-classification-item .ghx-expanded hr{margin-right:9px}.ghx-classification-item .ghx-expanded hr{border:0;border-bottom:1px solid #c1c7d0}.ghx-classification-item .ghx-header .ghx-name{font-size:14px;font-weight:normal;line-height:1.2106;margin:0;padding-right:22px;word-wrap:break-word}.ghx-classification-item .ghx-header .ghx-name a,.ghx-epic .ghx-header .ghx-name a:hover{text-decoration:none}.ghx-classification-item .ghx-header .ghx-name input{width:100%}.ghx-classification-item .ghx-header .ghx-controls{float:right}.ghx-classification-item .ghx-header .ghx-project-key{color:#7a869a;padding-left:10px}.ghx-version-column .ghx-classification-item .ghx-header .ghx-project-key{float:right;margin-right:20px;padding-left:10px}.ghx-version-column .ghx-classification-item.ghx-read-only .ghx-header .ghx-project-key{margin-right:0}.ghx-version-column .ghx-classification-item .ghx-header .ghx-name{padding-right:0}.ghx-version-column .ghx-classification-item .ghx-header .ghx-swatch{background-color:#f4f5f7}.ghx-version-column .ghx-classification-item .ghx-header.ghx-editing-name .ghx-project-key,.ghx-version-column .ghx-classification-item .ghx-header.ghx-editing-name .ghx-swatch{display:none}.ghx-version-column .ghx-classification-item .ghx-expanded .aui-item .ghx-editable,.ghx-version-column .ghx-classification-item .ghx-expanded .aui-item input{margin-top:-4px;margin-left:-6px}.ghx-version-column .ghx-classification-item .ghx-expanded .aui-item input{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #4e91fe;font-size:11px;height:24px;width:75px;padding:2px 3px}.ghx-version-column .ghx-classification-item .ghx-expanded .aui-item input+.aui-iconfont-calendar{left:2px;margin-left:0;position:relative;top:-1px}.ghx-classification-item.ghx-read-only .aui-item.ghx-version-date .field-value{padding:0}.ghx-version-column .ghx-classification-item .ghx-expanded .ghx-summary input{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:13px;padding:2px 4px 4px;width:100%}.ghx-classification-progress,.ghx-classification-progress>li{display:block;margin:0;padding:0;width:100%}.ghx-classification-progress,.ghx-classification-progress:first-child{background:#e5e5e5;margin-top:5px}.ghx-version-column .ghx-classification-item.ghx-open .ghx-classification-progress:first-child{margin-top:10px}.ghx-classification-item:hover .ghx-classification-progress,.ghx-classification-item.ghx-selected .ghx-classification-progress{background:#ccd9ea}.ghx-classification-progress>li{height:5px}.ghx-classification-progress .ghx-implemented{background-color:#0052cc;border-top-left-radius:4px;border-bottom-left-radius:4px;background-color:#3b73af;border-radius:0;max-width:100%}.ghx-classification-item .ghx-name .ghx-swatch,.ghx-classification-item .ghx-name .epic-more-button{display:inline-block;position:absolute;right:19px;top:10px}.ghx-classification-item .ghx-name .epic-more-button{display:inline-block;position:absolute;right:8px;top:8px;color:#7a869a}.ghx-classification-item .ghx-name .epic-more-button:hover{color:#172b4d}.ghx-classification-item:focus .ghx-name .ghx-swatch,.ghx-classification-item:hover .ghx-name .ghx-swatch,.ghx-classification-item .ghx-name .active.ghx-swatch{visibility:visible}.ghx-classification-item .ghx-name .ghx-swatch:after,.ghx-classification-item .ghx-name .active.ghx-swatch:after{border:4px solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent;content:"";height:0;left:3px;position:absolute;top:5px;width:0}.ghx-classification-item .ghx-summary{margin:5px 0 0;word-wrap:break-word}.ghx-classification-item .ghx-expander{position:absolute;cursor:pointer;left:2px;top:7px;color:#172b4d;color:inherit;left:0;top:4px;height:20px;width:19px}.ghx-no-touch .ghx-classification-item .ghx-expander .ghx-iconfont{visibility:hidden}.ghx-classification-item:focus .ghx-expander .ghx-iconfont,.ghx-classification-item:hover .ghx-expander .ghx-iconfont{visibility:visible}.ghx-version-column .ghx-classification-item .ghx-summary{margin-left:-6px}.ghx-classification-item .ghx-expander .ghx-iconfont{margin:4px 0 0 2px}.ghx-classification-item.ghx-closed .ghx-expander .ghx-iconfont{margin-top:5px}.ghx-classification-item.ghx-closed .ghx-iconfont.aui-iconfont-expanded:before{content:"\e024"}.ghx-classification-item.ghx-closed .ghx-expanded{display:none}.ghx-classification-item.ghx-open .ghx-expanded{display:block}.ghx-classification-item.ghx-open .aui-iconfont-chevron-right{transform:rotate(90deg)}.ghx-classification-item .ghx-expanded,.ghx-classification-item .ghx-expanded .aui-button-link,.ghx-classification-item .ghx-expanded form.aui{font-size:12px}#gh .ghx-classification-item .ghx-expanded input{font-size:12px}.ghx-classification-item.ghx-filtered .ghx-inner{-moz-opacity:.5;-ms-opacity:.5;-o-opacity:.5;-webkit-opacity:.5;opacity:.5}.ghx-classification-item .aui-group{margin-top:10px}.ghx-classification-item h5{margin-top:15px}.ghx-classification-item .aui-item{color:#333;vertical-align:baseline}.ghx-classification-item .aui-group>.aui-item+.aui-item{color:#172b4d;padding-left:0}.ghx-classification-item .ghx-expanded h5{font-weight:bold;font-size:12px}.ghx-classification-item .aui-group .ghx-error{display:table-caption}.ghx-classification-item.ghx-classification-pending{margin-bottom:50px}#ghx-version-change-confirm-dialog .ghx-dialog-tip{color:#172b4d;text-align:left;float:left;margin-left:17px;font-size:13px}#ghx-version-change-confirm-dialog .ghx-dialog-tip input,#ghx-version-change-confirm-dialog .ghx-dialog-tip label{margin-right:.5em}.ghx-epic-palette{padding:0.3em 0.5em;max-width:161px}.ghx-doco-list{list-style:none;margin:0;padding:0;margin-top:0;max-height:200px;overflow-y:auto}.ghx-doco-list-item{padding:5px 10px 5px 20px}.ghx-doco-list-item.ghx-doco-list-result:hover{background-color:#f2f2f2;cursor:pointer}.ghx-doco-list-item.ghx-doco-list-result:hover a{text-decoration:underline}.ghx-doco-list-item .ghx-name+.ghx-sub{display:block;font-size:12px;padding-left:21px}.ghx-doco-list-item .ghx-iconfont+.ghx-name{margin-left:5px}.ghx-doco-list-item .ghx-remove{cursor:pointer;visibility:hidden}.ghx-doco-list-item .ghx-remove:hover .ghx-iconfont{color:#172b4d}.ghx-doco-list-item:hover .ghx-remove{visibility:visible}.ghx-doco-list-item .ghx-remove,.ghx-doco-list-item .ghx-remove-spin{float:right;padding:0 5px}.ghx-doco-list-item .ghx-doco-list-item-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ghx-doco-list-item.ghx-doco-list-selected{background-color:#deebff}.ghx-doco-list-view-more{padding:0 20px}.ghx-page-search-form{position:relative;padding:0 20px 20px}form.aui.ghx-page-search-form .ghx-search{max-width:none;padding-right:24px}.ghx-page-search-form .ghx-search+.ghx-iconfont{right:26px;position:absolute;top:8px}.msie-gt-9 .ghx-linked-pages-search .ghx-search::-ms-clear{display:none}.ghx-list-suggestions{background:#f2f2f2;padding:7px 20px 6px;font-style:italic}.ghx-search-pages-result-panel{margin-top:5px}.aui-button.ghx-search-return{display:none;float:right;margin-right:20px}#ghx-existing-off-days{display:block;min-height:30px;padding-top:2px;width:60%}#ghx-existing-off-days .aui-label{margin-bottom:10px}#ghx-existing-off-days em{color:#7a869a;display:inline-block;font-style:italic;font-weight:normal;margin-top:3px}#ghx-config-time h5{margin-top:20px}@media print{#ghx-modes-tools,.ghx-compact-toggle{display:none}#ghx-header h2,#ghx-chart-title h4,#ghx-items-trigger{color:#000;font-size:14pt;border:none;padding:0}#ghx-report-scrollarea>.aui-page-panel .aui-page-panel-nav,#ghx-report-scrollarea>.aui-page-panel .aui-page-panel-nav *,#ghx-items-trigger:after,#ghx-chart-intro{display:none}#ghx-chart-controls *,#ghx-chart-group *,#ghx-chart-data *,#jira .ghx-foot *{color:#000}.ghx-foot #about-link,.ghx-foot #footer-report-problem-link{display:none}}#ghx-controls .ghx-compact-toggle{bottom:10px;display:none;position:absolute;right:0}.ghx-header-compact #ghx-controls .ghx-compact-toggle{display:block}#jira.ghx-header-compact #announcement-banner,#jira.ghx-header-compact .aui-sidebar,#jira.ghx-header-compact #timezoneDiffBanner,#jira.ghx-header-compact #header,#jira.ghx-header-compact #ghx-header,#jira.ghx-header-compact #studio-header,#jira.ghx-header-compact #footer{display:none}.ghx-header-compact #ghx-operations{padding-top:10px}#jira.ghx-header-compact .aui-sidebar~.aui-page-panel{padding-left:0}#jira.ghx-contrast-high h1,#jira.ghx-contrast-high h2,#jira.ghx-contrast-high h3,#jira.ghx-contrast-high h4,#jira.ghx-contrast-high h5,#jira.ghx-contrast-high #ghx-operations,#jira.ghx-contrast-high dt.ghx-detail-term{color:#000}#jira.ghx-contrast-high .aui-label{background-color:#fff;color:#172b4d}#jira.ghx-contrast-high .ghx-controls-list dt{color:#555}#jira.ghx-contrast-high .ghx-backlog,#jira.ghx-contrast-high .ghx-backlog-container,#jira.ghx-contrast-high .ghx-column,#jira.ghx-contrast-high .ghx-detail-view,#jira.ghx-contrast-high .ghx-detail-contents,#jira.ghx-contrast-high .ghx-marker,#jira.ghx-contrast-high .ghx-header .ghx-busted,#jira.ghx-contrast-high .ghx-classification-column,#jira.ghx-contrast-high .ghx-controls-plan,#jira.ghx-contrast-high .ghx-controls-work,#jira.ghx-contrast-high .ghx-issue,#jira.ghx-contrast-high .ghx-issue-compact,#jira.ghx-contrast-high #ghx-plan,#jira.ghx-contrast-high #ghx-work,#jira.ghx-contrast-high #ghx-report-scrollarea{border-color:#6b798d}#jira.ghx-contrast-high .ghx-column{background-color:#c1c7d0}#jira.ghx-contrast-high .ghx-column-headers .ghx-column{border-bottom-color:#6b798d}#jira.ghx-contrast-high .ghx-column-headers .ghx-column.ghx-busted-max{border-bottom-color:#ff5630}#jira.ghx-contrast-high .ghx-column-headers .ghx-column.ghx-busted-min{border-bottom-color:#ffab00}#jira.ghx-contrast-high .ghx-drag-overlay:before{background-color:#6b798d}#jira.ghx-contrast-high .ghx-classification-item.ghx-selected{background-color:#c4dcff;border-color:#6088bd}#jira.ghx-contrast-high .ghx-columns .ghx-column:nth-child(even){background:#dee1e6}#jira.ghx-contrast-high .ghx-columns .ghx-column:nth-child(odd){background:#a4adba}#jira.ghx-contrast-high .ghx-columns .ghx-column.ghx-busted-max{background:#ff5630}#jira.ghx-contrast-high .ghx-columns .ghx-column.ghx-busted-min{background:#ffab00}#jira.ghx-contrast-high .ghx-columns .ghx-column.ghx-target-option{background:#deebff}#jira.ghx-contrast-high .ghx-columns .ghx-column.ghx-target-option.ghx-target-hover{background:#f3f9f4}#jira.ghx-contrast-high .ghx-column-headers .ghx-column{background:#fff}.ghx-agile .aui-restfultable textarea{max-width:none;width:100%}.ghx-agile .aui-restfultable .atlassian-autocomplete textarea,.ghx-agile #ghx-sub-jql{padding:5px 0 5px 28px;width:100%}.ghx-agile .atlassian-autocomplete{display:block}.ghx-agile .atlassian-autocomplete .icon{left:6px;position:absolute;top:8px}#gh .ghx-picker-select,#gh .ghx-picker-select:hover{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/colorpicker2/select.png);background-repeat:none;background-position:0 0;display:block;width:25px;height:25px}.ghx-picker .aui-icon{display:none}.aui-restfultable td.ghx-picker{width:50px}.aui-restfultable td.ghx-picker .aui-restfultable-editable{padding:0}.aui-restfultable td.ghx-picker:hover .aui-restfultable-editable{background:none}#ghx-cardcolorstrategy-select~.ghx-spinner{position:relative;top:3px}#ghx-config-cardColors div[data-strategy=custom] .aui-restfultable-editrow .aui-restfultable-operations .aui-button,#ghx-config-cardColors div[data-strategy=custom] .aui-restfultable-editrow .aui-restfultable-operations .aui-button-cancel{display:inline-block}#ghx-config-cardColors .aui-restfultable-editrow .aui-restfultable-operations .aui-button,#ghx-config-cardColors .aui-restfultable-editrow .aui-restfultable-operations .aui-button-cancel{display:none}#ghx-config-detailview .aui-restfultable{min-width:500px;width:auto}#ghx-config-detailview .aui-restfultable select{width:auto}#ghx-config-detailview .aui-restfultable tr.ghx-disabled{color:#97a0af}#ghx-config-detailview h5{margin-top:20px}#ghx-config-detailview h5+form.aui{margin-top:0}.aui-restfultable .ghx-default-swimlane{border-top:2px solid #ccc}.aui-restfultable .ghx-default-swimlane.aui-restfultable-row .aui-restfultable-draghandle{display:none}.aui-restfultable .ghx-default-swimlane span[data-field-name="query"],.aui-restfultable .ghx-default-swimlane .atlassian-autocomplete{display:none !important}.ghx-agile .aui-restfultable .aui-restfultable-row.aui-restfultable-disabled td{-moz-opacity:.5;-ms-opacity:.5;-o-opacity:.5;-webkit-opacity:.5;opacity:.5}.ghx-agile .aui-restfultable .aui-button+.aui-button-cancel{margin-left:8px}.aui-button.ghx-dropdown-trigger:first-child.active,.aui-button.ghx-dropdown-trigger.active{border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-width:0;padding-bottom:5px}.aui-button-link.ghx-dropdown-trigger:first-child.active,.aui-button-link.ghx-dropdown-trigger.active{border-bottom-width:1px;box-shadow:none;padding-bottom:5px}.aui-buttons .aui-button.aui-button-subtle.ghx-dropdown-trigger.active,.aui-button.aui-button-subtle.ghx-dropdown-trigger.active{border-color:#ccc}.aui-button.aui-button-subtle.ghx-dropdown-trigger:hover{border-color:#999}.aui-button.ghx-dropdown-trigger{padding-right:23px !important;position:relative}.aui-button.ghx-dropdown-trigger::after{border:4px solid transparent;content:"";height:0;left:100%;margin-left:-18px;margin-top:-2px;opacity:0.8;position:absolute;top:50%;width:0}.aui-button.ghx-dropdown-trigger::after,.aui-buttons .aui-button.aui-button-primary.ghx-dropdown-trigger::after{border-top-color:#333}.aui-button.ghx-dropdown-trigger.active{color:#fff}.aui-button.ghx-dropdown-trigger.active::after{border-top-color:#fff}.aui-button.ghx-dropdown-trigger:hover::after,.aui-button.ghx-dropdown-trigger.active::after{opacity:1}.aui-button.aui-button.ghx-dropdown-trigger::after{margin-top:0;top:12px}.ghx-agile .aui-button.aui-button-compact{font-size:12px;height:2.16666666666667em;padding:2px 8px 2px 8px;line-height:1.66666666666667}.msie-9 .aui-button-primary,.msie-9 .aui-button-subtle,.msie-9 .aui-button-link{filter:-}.ghx-agile .tipsy b{color:#dfe1e5;display:block;font-weight:normal}.ghx-agile .ghx-tipsy-alt .tipsy-inner{max-width:300px;text-align:left}.ghx-agile .ghx-tipsy-left .tipsy-inner{text-align:left}.ghx-agile .ghx-avatar-tipsy .tipsy-inner{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ghx-agile .ghx-avatar-tipsy td:first-child{padding-right:5px;text-align:right}.ghx-agile .ghx-avatar-tipsy td+td{color:rgba(9,30,66,0.13);text-transform:lowercase}.ghx-agile .shorten{display:block;overflow:hidden;padding:0;position:static;width:auto}.ghx-agile .gh-shorten .gh-shortener-expand,.ghx-agile .gh-shorten .gh-shortener-collapse{background-repeat:no-repeat}.ghx-agile .gh-shorten .gh-shortener-expand:hover,.ghx-agile .gh-shorten .gh-shortener-collapse:hover,.ghx-agile .gh-shorten .gh-shortener-expand:focus,.ghx-agile .gh-shorten .gh-shortener-collapse:focus{background-color:#eee;text-decoration:none}.ghx-agile .gh-shorten .gh-shortener-expand{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAASElEQVR42mP4//8/AyWYYdSAUQOobkBaWposFMP4fFCMVR7FAJBES0vL/7Kysv9AtiUhPlYDoJJwDfj42AxggCq0JIY/eGIBADPsw90Jdkl6AAAAAElFTkSuQmCC);padding-left:17px}.ghx-agile .gh-shorten .gh-shortener-collapse{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAQklEQVR42mP4//8/AyWYYdSAUQPQDUhLSwNhBWL52AxQKCsr+08sH8UAmCSQ/k8MH5cLHJAVEOJjDUSQIlL4Ax+NAA+b1wmhgBblAAAAAElFTkSuQmCC);padding-left:16px}.ghx-sprint-picker-scope-warning{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:500px}.ghx-sprint-picker-meta{color:#7a869a}.aui-list-item.active .ghx-sprint-picker-meta{color:#f4f5f7}#manage-boards-page{margin-top:0}#ghx-manage-boards-filter{padding-bottom:0;padding-left:0;margin:0 0 20px 0}.boards-filter{padding-bottom:0;padding-left:0;margin:0 0 20px 0}.boards-filter-container{position:relative;display:inline-block;margin-left:15px}.boards-filter-container .ghx-iconfont.ghx-iconfont{right:8px}.boards-filter-type-dropdown input{position:absolute;left:7px;pointer-events:none}.ghx-manage-boards-footer{margin-top:40px}.ghx-manage-boards-showing{color:#7a869a}.ghx-boards-list{margin-bottom:10px}.ghx-boards-list h2{margin-bottom:20px}.boards-table.boards-table td{vertical-align:middle}.boards-table .boards-empty-row td{padding:50px}.boards-table .ghx-manage-boards-operations{text-align:right}.boards-table .ghx-manage-boards-operations .aui-button.aui-dropdown2-trigger{padding-right:10px !important}.boards-table .ghx-manage-boards-operations .aui-button.aui-dropdown2-trigger:after{display:none}.ghx-assigned-work-table table.aui>tbody>tr>td,.ghx-assigned-work-table table.aui>tfoot>tr>td{vertical-align:middle}.ghx-assigned-work-table table.aui>tfoot>tr{border-bottom:none}.ghx-assigned-work-table tfoot td:first-child{font-weight:bold}.ghx-assigned-work-table tfoot td:first-child::after{content:':'}.ghx-assigned-work-table .ghx-no-avatar::before{content:'';display:inline-block;height:32px;vertical-align:middle}.ghx-assigned-work-table .ghx-avatar-img{margin-right:10px;vertical-align:middle}.ghx-assigned-work-table table{table-layout:fixed}.ghx-assigned-work-table table td:first-child{word-wrap:break-word}.ghx-assigned-work-table table thead th{width:20%}.ghx-assigned-work-table table thead th:first-child{width:40%}.ghx-sprint-meta{float:left;margin-right:10px}.ghx-sprint-meta .time{display:inline-block;line-height:2em;color:#7a869a;margin-right:20px;margin-top:1px;cursor:pointer}.ghx-sprint-meta .time .days-left{margin-left:5px}.ghx-sprint-meta .complete-sprint-container .disabled{color:rgba(9,30,66,0.13);pointer-events:none}.ghx-sprint-dates{text-align:left;width:175px;white-space:nowrap}.ghx-sprint-dates p+p{margin-top:5px}.ghx-sprint-help-icon{margin-left:30px;margin-right:5px}.ghx-sprint-dialog-working-days{margin-top:20px}#ghx-show-projects-in-board{margin:0 0 10px;padding:0}#ghx-show-projects-in-board li{list-style:none;margin:0 0 10px}#ghx-show-projects-in-board li strong{padding:0 5px}#ghx-show-projects-in-board li p{margin-top:5px}#ghx-show-projects-in-board li a.disabled{cursor:default;color:#97a0af;text-decoration:none}#ghx-show-projects-in-board li .aui-iconfont-info{margin:0 5px}#ghx-show-projects-in-board span.aui-avatar-project{margin-right:5px;padding:4px 0}.tipsy .tipsy-inner .manage-sprint-permission-help:hover{color:#FFFFFF}.agile-nav-lab .aui-nav-item-label:after{background:#60a222;border:1px solid #60a222;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;content:'LABS';color:#fff;font-size:11px;font-weight:bold;margin-left:5px;padding:2px 5px}.aui-sidebar[aria-expanded="false"] .agile-nav-lab .agile-icon-plan:before{background-color:#60a222;-webkit-border-radius:50%;border-radius:50%;content:"";width:5px;height:5px;margin-left:23px;margin-top:-5px !important}.ghx-lozenge-labs{background:#60a222;border-color:#60a222;color:#fff}.ghx-limits{margin-left:14px}.ghx-limits .ghx-constraint{color:#7a869a;display:inline-block;font-size:11px;margin-right:7px}.ghx-kanplan-onboarding #ghx-plan{min-height:700px}.ghx-kanplan-onboarding #ghx-header,.ghx-kanplan-onboarding #ghx-operations{display:none}.ghx-kanplan-onboarding .ghx-kanplan-onboarding-container{margin:70px auto 0;text-align:center;width:465px}.ghx-kanplan-onboarding .ghx-blankstate-container .aui-page-header{margin-top:20px}.ghx-kanplan-onboarding .ghx-blankstate-container .ghx-blankstate-icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/kanplan/ship-backlog.png) no-repeat center;padding-top:200px}.ghx-kanplan-onboarding .ghx-configure-state-container .aui-page-header{margin-top:35px}.ghx-kanplan-onboarding .ghx-configure-state-container .ghx-blankstate-icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/kanplan/drag-n-drop.png) no-repeat center;padding-top:190px}.ghx-kanplan-onboarding .ghx-button-container{margin-top:30px;text-align:center}.ghx-kanplan-onboarding .aui-page-header{padding-bottom:10px}.ghx-kanplan-onboarding .ghx-kanplan-no-permission{color:#7a869a;font-size:12px;font-weight:bold;text-transform:none}.ghx-kanplan-onboarding footer{bottom:60px;left:0;position:absolute;right:0}.ghx-kanplan-ack{padding:40px 30px;-webkit-box-shadow:0 2px 5px 0 rgba(233,233,233,0.9);box-shadow:0 2px 5px 0 rgba(233,233,233,0.9);-webkit-box-shadow:0 2px 5px 0 rgba(233,233,233,0.9),transparent 0 0 0;box-shadow:0 2px 5px 0 rgba(233,233,233,0.9),transparent 0 0 0}.ghx-kanplan-ack .ghx-kanplan-ack-container{padding-bottom:18px;padding-left:190px;width:70%;min-height:120px}.ghx-kanplan-ack .ghx-kanplan-ack-workmode{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/kanplan/auto-migration.png) no-repeat}.ghx-kanplan-ack .ghx-kanplan-ack-planmode{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/kanplan/kanplan-ack-planmode.png) no-repeat}.ghx-kanplan-ack .ghx-ack-close-button{position:absolute;right:20px}.ghx-kanplan-ack .ghx-ack-close-button .ghx-iconfont:hover{color:inherit}.ghx-kanplan-ack h2{margin-top:0}.ghx-kanplan-ack .ghx-button-container{margin-top:10px}.ghx-backlog-group.ghx-kanplan-column-container .iic-widget__description{display:none}#ghx-kanplan-transition-status form{margin-top:10px}#ghx-kanplan-transition-status form .kanplan-transition-status-option{margin-bottom:10px}#ghx-kanplan-transition-status form .kanplan-transition-status-option label{margin-left:7px}.ghx-kanplan-column-container .js-issue.ghx-subtask{margin-left:10px}.ghx-kanplan-column-container .js-issue.ghx-subtask-indent-top{margin-top:10px}.ghx-kanplan-column-container .ghx-marker{margin:0 -20px}.js-sprint-container.ghx-kanban-column .iic-agile-plan{display:none}.js-sprint-container.ghx-kanban-column .ghx-kanban-column-max,.js-sprint-container.ghx-kanban-column .ghx-kanban-column-min{color:#97a0af;display:inline-block;font-size:14px;margin-left:10px}.ghx-kanban-backlog .iic-agile-plan .iic-widget__description-container{visibility:hidden}.ghx-fa{color:#97a0af;font-style:italic}
/* module-key = 'com.pyxis.greenhopper.jira:gh-rapid-common-css', location = 'includes/css/detail/fixed/gh-fixed-detail-view.less' */
.ghx-detail-view.gh-fixed-detail-view dd.ghx-fieldname-aggregatetimeestimate:after{border:4px solid #808080;border-bottom:none;border-left-color:transparent;border-right-color:transparent;content:"";height:0;left:5px;position:relative;top:10px;width:0}.ghx-detail-view.gh-fixed-detail-view .ghx-detail-section .ghx-header{margin-bottom:10px}.ghx-detail-view.gh-fixed-detail-view #ghx-tab-attachments .attachment-content dd.attachment-author{display:none}.ghx-detail-view.gh-fixed-detail-view #ghx-tab-attachments .attachment-content dd.zip-contents{padding:0 0 0 20px}.ghx-detail-view.gh-fixed-detail-view #ghx-tab-attachments .attachment-content .zip-contents-trailer{clear:both;display:block;margin:10px 0}.ghx-detail-view.gh-fixed-detail-view #ghx-tab-attachments .attachment-content .zip-contents-trailer a{margin-left:10px}.ghx-detail-view.gh-fixed-detail-view .ghx-detail-nav .ghx-detail-section .ghx-controls{float:right}.ghx-detail-view.gh-fixed-detail-view #ghx-tab-subtasks .ghx-done .ghx-key{text-decoration:line-through}.ghx-detail-view.gh-fixed-detail-view #ghx-tab-subtasks table.aui .ghx-actions{min-width:50px}.ghx-detail-view.gh-fixed-detail-view #ghx-tab-subtasks table.aui .ghx-actions .menu{display:inline-block}.ghx-detail-view.gh-fixed-detail-view #ghx-tab-subtasks table.aui .ghx-actions .menu li{margin:0 0.25em}.ghx-detail-view.gh-fixed-detail-view #ghx-tab-subtasks table.aui .ghx-actions .menu li .aui-icon{color:#7a869a}.ghx-detail-view.gh-fixed-detail-view #ghx-tab-subtasks table.aui .ghx-actions .menu li .aui-icon:hover{color:#172b4d}.ghx-detail-view.gh-fixed-detail-view #ghx-tab-subtasks table.aui .ghx-sub-avatar img{height:16px;width:16px}.ghx-detail-view.gh-fixed-detail-view #ghx-tab-subtasks table.aui .ghx-estimate input{width:100%}
/* module-key = 'com.pyxis.greenhopper.jira:gh-rapid-common-css', location = 'includes/css/gh-dialog.less' */
#flag-and-add-comment-dialog .jira-dialog-content .flag-and-add-comment-header{padding:0px 20px}#flag-and-add-comment-dialog .jira-dialog-content .flag-and-add-comment-header .flag-and-add-comment-summary{padding:20px 0px;border-bottom:1px solid #c1c7d0}#flag-and-add-comment-dialog .jira-dialog-content .flag-and-add-comment-header .flag-and-add-comment-summary span{padding-right:10px}#flag-and-add-comment-dialog .jira-dialog-content form.aui .field-group.comment-input{padding-left:80px}
/* module-key = 'com.pyxis.greenhopper.jira:greenhopper-sprint-health-dashboard-item-resources', location = 'dashboarditem/sprinthealth/sprint-health.less' */
.sprint-health-dashboard-item{background:#fff;padding-bottom:0}.sprint-health-dashboard-item .ag-inner-area{padding:20px;padding-left:40px;padding-right:40px}.sprint-health-dashboard-item .ag-inner-area.strip-bottom,.sprint-health-dashboard-item .ag-inner-area .strip-bottom{padding-bottom:0}.sprint-health-dashboard-item .ag-inner-area.add-bottom,.sprint-health-dashboard-item .ag-inner-area .add-bottom{padding-bottom:5px}.sprint-health-dashboard-item .ag-inner-area.strip-top,.sprint-health-dashboard-item .ag-inner-area .strip-top{padding-top:0}.sprint-health-dashboard-item .ag-inner-area.strip-left,.sprint-health-dashboard-item .ag-inner-area .strip-left{padding-left:0}.sprint-health-dashboard-item .ag-inner-area.strip-right,.sprint-health-dashboard-item .ag-inner-area .strip-right{padding-right:0}.sprint-health-dashboard-item .ag-status-header,.sprint-health-dashboard-item .ag-progress-group,.sprint-health-dashboard-item .ag-meta-section{color:#333}.sprint-health-dashboard-item .ag-status-header.ag-empty,.sprint-health-dashboard-item .ag-progress-group.ag-empty,.sprint-health-dashboard-item .ag-meta-section.ag-empty{color:#e9e9e9}.sprint-health-dashboard-item .ag-status-header.ag-empty a,.sprint-health-dashboard-item .ag-progress-group.ag-empty a,.sprint-health-dashboard-item .ag-meta-section.ag-empty a{color:inherit}.sprint-health-dashboard-item .ag-status-header.ag-empty a:hover,.sprint-health-dashboard-item .ag-progress-group.ag-empty a:hover,.sprint-health-dashboard-item .ag-meta-section.ag-empty a:hover{color:#0052cc}.sprint-health-dashboard-item .ag-status-header a,.sprint-health-dashboard-item .ag-progress-group a,.sprint-health-dashboard-item .ag-meta-section a{color:#333}.sprint-health-dashboard-item .ag-status-header a:hover,.sprint-health-dashboard-item .ag-progress-group a:hover,.sprint-health-dashboard-item .ag-meta-section a:hover{color:#0052cc;text-decoration:none}.sprint-health-dashboard-item .ag-time-remaining,.sprint-health-dashboard-item .ag-name-board{color:#97a0af}.sprint-health-dashboard-item .ag-name-board{text-align:right}.sprint-health-dashboard-item .right{text-align:right !important}.sprint-health-dashboard-item .ag-header-region{border-bottom:1px solid #ddd}.sprint-health-dashboard-item .ag-status-header{margin-bottom:20px}.sprint-health-dashboard-item .ag-status-header .aui-item{vertical-align:baseline}.sprint-health-dashboard-item .ag-status-header.aui-group-split .aui-item+.aui-item{text-align:right}.sprint-health-dashboard-item .ag-name-lane{width:100%;display:inline-table}.sprint-health-dashboard-item .ag-name-lane+.ag-progress{margin-top:10px}.sprint-health-dashboard-item .ag-name-lane h3{width:80%;text-align:left;display:table-cell}.sprint-health-dashboard-item .ag-name-lane h3.ag-time-remaining{width:20%;display:table-cell}.sprint-health-dashboard-item .ag-progress-group{clear:both}.sprint-health-dashboard-item .ag-progress,.sprint-health-dashboard-item .ag-progress>li{list-style:none;margin:0;padding:0}.sprint-health-dashboard-item .ag-progress{height:40px;width:100%}.sprint-health-dashboard-item .ag-progress.ag-progress-short{height:5px}.sprint-health-dashboard-item .ag-progress li:first-child{border-radius:3px 0px 0px 3px}.sprint-health-dashboard-item .ag-progress li:last-child{border-radius:0px 3px 3px 0px}.sprint-health-dashboard-item .ag-progress li{color:#fff;display:inline-block;height:inherit;overflow:hidden}.sprint-health-dashboard-item .ag-progress li a{color:#fff}.sprint-health-dashboard-item .ag-progress li a:hover{color:inherit}.sprint-health-dashboard-item .ag-progress.ag-none li{color:#fff;display:inline-block;height:inherit;overflow:hidden}.sprint-health-dashboard-item li.ag-todo{background:#505f79}.sprint-health-dashboard-item li.ag-todo:hover{background-color:#5a6b88}.sprint-health-dashboard-item li.ag-inprogress{color:#8d542e;background:#ffab00}.sprint-health-dashboard-item li.ag-inprogress:hover{background-color:#ffb31a}.sprint-health-dashboard-item li.ag-inprogress a{color:#8d542e}.sprint-health-dashboard-item li.ag-inprogress a:hover{color:inherit}.sprint-health-dashboard-item li.ag-done{background:#00875a}.sprint-health-dashboard-item li.ag-done:hover{background-color:#00a16b}.sprint-health-dashboard-item li.ag-none{background:#7a869a}.sprint-health-dashboard-item li.ag-none:hover{background-color:#8893a5}.sprint-health-dashboard-item .ag-none li{background:#e9e9e9}.sprint-health-dashboard-item ul.ag-none,.sprint-health-dashboard-item .ag-none li{height:3px;width:100%}.sprint-health-dashboard-item .ag-progress .ag-status-info{display:inline-block;height:inherit;overflow:hidden;position:relative;width:100%}.sprint-health-dashboard-item .ag-progress .ag-status-info b{bottom:10px;left:10px;position:absolute}.sprint-health-dashboard-item .ag-meta-group{border-spacing:5px;padding-top:5px;display:table;table-layout:fixed;width:100%}.sprint-health-dashboard-item .ag-meta-group+.ag-meta-group{margin-top:30px}.sprint-health-dashboard-item .ag-meta-section{display:table-cell;text-align:center;overflow:hidden}.sprint-health-dashboard-item .left-align{text-align:left}.sprint-health-dashboard-item .ag-avatar img{height:32px}.sprint-health-dashboard-item .ag-meta-section a:first-child .ag-avatar{margin-left:0}.sprint-health-dashboard-item .ag-section-list,.sprint-health-dashboard-item .ag-section-list li{list-style:none;line-height:1.5;margin:0;padding:0}.sprint-health-dashboard-item .ag-scope-increase{color:#ff5630}.sprint-health-dashboard-item a:hover .ag-scope-increase{color:inherit}.sprint-health-dashboard-item .ag-assignee-name{line-height:32px;margin-left:10px;vertical-align:text-top}.sprint-health-dashboard-item .ag-avatar{display:inline-block;margin:0 5px 5px}.sprint-health-dashboard-item .ag-avatar img{border-radius:3px}.sprint-health-dashboard-item .ag-label,.sprint-health-dashboard-item .ag-progress .ag-status-info,.sprint-health-dashboard-item .ag-name-lane{font-size:14px}.sprint-health-dashboard-item .ag-metric-value,.sprint-health-dashboard-item .ag-status-group{font-size:32px}.sprint-health-dashboard-item .ag-metric-value sup{font-size:50%}@media (max-width:450px){.sprint-health-dashboard-item{padding:0}.sprint-health-dashboard-item .ag-progress{height:40px}.sprint-health-dashboard-item .ag-name-board,.sprint-health-dashboard-item .ag-label,.sprint-health-dashboard-item .ag-progress .ag-status-info,.sprint-health-dashboard-item .ag-name-lane{font-size:12px}.sprint-health-dashboard-item .ag-status-group{font-size:14px}.sprint-health-dashboard-item .ag-metric-value{font-size:16.8px}}@media (min-width:450px) and (max-width:1600px){.sprint-health-dashboard-item .ag-progress{height:50px}.sprint-health-dashboard-item .ag-status-group{font-size:19.2px}.sprint-health-dashboard-item .ag-metric-value{font-size:19.2px}}.sprint-health-dashboard-item-dialog-decorator{padding:20px !important}
/* module-key = 'com.pyxis.greenhopper.jira:greenhopper-days-remaining-dashboard-item-resources', location = 'dashboarditem/sprintdaysremaining/sprint-days-remaining.less' */
.sprint-days-remaining-dashboard-item{padding:20px 40px}.sprint-days-remaining-dashboard-item a{color:#000}.sprint-days-remaining-dashboard-item a:hover{color:#3b73af;text-decoration:none}.sprint-days-remaining-dashboard-item .gg-subtitle{color:#999}.sprint-days-remaining-dashboard-item .ghx-remaining-wrap{background:none repeat scroll 0 0 #F0F0F0;border-radius:8px;margin:1em 0;padding:1em 0}.sprint-days-remaining-dashboard-item .ghx-remaining-wrap h2{font-size:15px;text-align:center}.sprint-days-remaining-dashboard-item #ghx-remaining-content{background:none repeat scroll 0 0 #FFFFFF;border:1px solid #DDDDDD;border-radius:8px;text-align:center;margin:0.5em auto;min-width:16em;width:20%}.sprint-days-remaining-dashboard-item .ghx-remaining-value{font-size:8em;margin:0 8px}.sprint-days-remaining-dashboard-item .ghx-remaining-text{font-size:1.8em;padding-bottom:15px;margin:0 8px;word-wrap:break-word}.sprint-days-remaining-dashboard-item .ghx-remaining-text strong{font-weight:normal}.sprint-days-remaining-dashboard-item .ghx-remaining-green{color:#14892c}.sprint-days-remaining-dashboard-item .ghx-remaining-red{color:#d04437}
/* module-key = 'com.atlassian.gadgets.dashboard:gadget-dashboard-resources', location = 'css/gadgets.css' */
.gadgets-gadget-chrome{margin:4px;border:1px solid #7aa5d6;}
/* module-key = 'com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources', location = 'css/select2.css' */
.select2-container{margin:0;position:relative;display:inline-block;zoom:1;*display:inline;vertical-align:middle}.select2-container,.select2-drop,.select2-search,.select2-search input{-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.select2-container .select2-choice{display:block;height:26px;padding:0 0 0 8px;overflow:hidden;position:relative;border:1px solid #aaa;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.5,white));background-image:-webkit-linear-gradient(center bottom,#eee 0%,white 50%);background-image:-moz-linear-gradient(center bottom,#eee 0%,white 50%);background-image:-o-linear-gradient(bottom,#eee 0%,#fff 50%);background-image:-ms-linear-gradient(top,#fff 0%,#eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff',endColorstr = '#eeeeee',GradientType = 0);background-image:linear-gradient(top,#fff 0%,#eee 50%)}.select2-container.select2-drop-above .select2-choice{border-bottom-color:#aaa;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.9,white));background-image:-webkit-linear-gradient(center bottom,#eee 0%,white 90%);background-image:-moz-linear-gradient(center bottom,#eee 0%,white 90%);background-image:-o-linear-gradient(bottom,#eee 0%,white 90%);background-image:-ms-linear-gradient(top,#eee 0%,#fff 90%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);background-image:linear-gradient(top,#eee 0%,#fff 90%)}.select2-container.select2-allowclear .select2-choice span{margin-right:42px}.select2-container .select2-choice span{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis}.select2-container .select2-choice abbr{display:none;width:12px;height:12px;position:absolute;right:24px;top:8px;font-size:1px;text-decoration:none;border:0;background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2.png) right top no-repeat;cursor:pointer;outline:0}.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.select2-container .select2-choice abbr:hover{background-position:right -11px;cursor:pointer}.select2-drop-mask{position:absolute;left:0;top:0;z-index:9998}.select2-drop{width:100%;margin-top:-1px;position:absolute;z-index:9999;top:100%;background:#fff;color:#000;border:1px solid #aaa;border-top:0;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);-moz-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15)}.select2-drop-auto-width{border-top:1px solid #aaa;width:auto}.select2-drop-auto-width .select2-search{padding-top:4px}.select2-drop.select2-drop-above{margin-top:1px;border-top:1px solid #aaa;border-bottom:0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;-webkit-box-shadow:0 -4px 5px rgba(0,0,0,.15);-moz-box-shadow:0 -4px 5px rgba(0,0,0,.15);box-shadow:0 -4px 5px rgba(0,0,0,.15)}.select2-container .select2-choice div{display:inline-block;width:18px;height:100%;position:absolute;right:0;top:0;border-left:1px solid #aaa;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;background:#ccc;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee));background-image:-webkit-linear-gradient(center bottom,#ccc 0%,#eee 60%);background-image:-moz-linear-gradient(center bottom,#ccc 0%,#eee 60%);background-image:-o-linear-gradient(bottom,#ccc 0%,#eee 60%);background-image:-ms-linear-gradient(top,#ccc 0%,#eee 60%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee',endColorstr = '#cccccc',GradientType = 0);background-image:linear-gradient(top,#ccc 0%,#eee 60%)}.select2-container .select2-choice div b{display:block;width:100%;height:100%;background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2.png) no-repeat 0 1px}.select2-search{display:inline-block;width:100%;min-height:26px;margin:0;padding-left:4px;padding-right:4px;position:relative;z-index:10000;white-space:nowrap}.select2-search input{width:100%;height:auto!important;min-height:26px;padding:4px 20px 4px 5px;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #aaa;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:#fff url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2.png) no-repeat 100% -22px;background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2.png) no-repeat 100% -22px,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,white),color-stop(0.99,#eee));background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2.png) no-repeat 100% -22px,-webkit-linear-gradient(center bottom,white 85%,#eee 99%);background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2.png) no-repeat 100% -22px,-moz-linear-gradient(center bottom,white 85%,#eee 99%);background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2.png) no-repeat 100% -22px,-o-linear-gradient(bottom,white 85%,#eee 99%);background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2.png) no-repeat 100% -22px,-ms-linear-gradient(top,#fff 85%,#eee 99%);background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2.png) no-repeat 100% -22px,linear-gradient(top,#fff 85%,#eee 99%)}.select2-drop.select2-drop-above .select2-search input{margin-top:4px}.select2-search input.select2-active{background:#fff url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2-spinner.gif) no-repeat 100%;background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2-spinner.gif) no-repeat 100%,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,white),color-stop(0.99,#eee));background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2-spinner.gif) no-repeat 100%,-webkit-linear-gradient(center bottom,white 85%,#eee 99%);background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2-spinner.gif) no-repeat 100%,-moz-linear-gradient(center bottom,white 85%,#eee 99%);background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2-spinner.gif) no-repeat 100%,-o-linear-gradient(bottom,white 85%,#eee 99%);background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2-spinner.gif) no-repeat 100%,-ms-linear-gradient(top,#fff 85%,#eee 99%);background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2-spinner.gif) no-repeat 100%,linear-gradient(top,#fff 85%,#eee 99%)}.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid #5897fb;outline:none;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);-moz-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-dropdown-open .select2-choice{border-bottom-color:transparent;-webkit-box-shadow:0 1px 0 #fff inset;-moz-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;background-color:#eee;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,white),color-stop(0.5,#eee));background-image:-webkit-linear-gradient(center bottom,white 0%,#eee 50%);background-image:-moz-linear-gradient(center bottom,white 0%,#eee 50%);background-image:-o-linear-gradient(bottom,white 0%,#eee 50%);background-image:-ms-linear-gradient(top,#fff 0%,#eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);background-image:linear-gradient(top,#fff 0%,#eee 50%)}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:1px solid #5897fb;border-top-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,white),color-stop(0.5,#eee));background-image:-webkit-linear-gradient(center top,white 0%,#eee 50%);background-image:-moz-linear-gradient(center top,white 0%,#eee 50%);background-image:-o-linear-gradient(top,white 0%,#eee 50%);background-image:-ms-linear-gradient(bottom,#fff 0%,#eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);background-image:linear-gradient(bottom,#fff 0%,#eee 50%)}.select2-dropdown-open .select2-choice div{background:transparent;border-left:none;filter:none}.select2-dropdown-open .select2-choice div b{background-position:-18px 1px}.select2-results{max-height:200px;padding:0 0 0 4px;margin:4px 4px 4px 0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:rgba(0,0,0,0)}.select2-results ul.select2-result-sub{margin:0;padding-left:0}.select2-results ul.select2-result-sub > li .select2-result-label{padding-left:20px}.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label{padding-left:40px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label{padding-left:60px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label{padding-left:80px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label{padding-left:100px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label{padding-left:110px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label{padding-left:120px}.select2-results li{list-style:none;display:list-item;background-image:none}.select2-results li.select2-result-with-children > .select2-result-label{font-weight:700}.select2-results .select2-result-label{padding:3px 7px 4px;margin:0;cursor:pointer;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-results .select2-highlighted{background:#3875d7;color:#fff}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:transparent}.select2-results .select2-highlighted ul{background:#fff;color:#000}.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item}.select2-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-selected{display:none}.select2-more-results.select2-active{background:#f4f4f4 url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2-spinner.gif) no-repeat 100%}.select2-more-results{background:#f4f4f4;display:list-item}.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container.select2-container-disabled .select2-choice div{background-color:#f4f4f4;background-image:none;border-left:0}.select2-container.select2-container-disabled .select2-choice abbr{display:none}.select2-container-multi .select2-choices{height:auto!important;height:1%;margin:0;padding:0;position:relative;border:1px solid #aaa;cursor:text;overflow:hidden;background-color:#fff;background-image:-webkit-gradient(linear,0% 0%,0% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(top,#eee 1%,#fff 15%);background-image:-moz-linear-gradient(top,#eee 1%,#fff 15%);background-image:-o-linear-gradient(top,#eee 1%,#fff 15%);background-image:-ms-linear-gradient(top,#eee 1%,#fff 15%);background-image:linear-gradient(top,#eee 1%,#fff 15%)}.select2-locked{padding:3px 5px!important}.select2-container-multi .select2-choices{min-height:26px}.select2-container-multi.select2-container-active .select2-choices{border:1px solid #5897fb;outline:none;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);-moz-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-container-multi .select2-choices li{float:left;list-style:none}.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{padding:5px;margin:1px 0;font-family:sans-serif;font-size:100%;color:#666;outline:0;border:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:transparent!important}.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:#fff url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2-spinner.gif) no-repeat 100%!important}.select2-default{color:#999!important}.select2-container-multi .select2-choices .select2-search-choice{padding:3px 5px 3px 18px;margin:3px 0 3px 5px;position:relative;line-height:13px;color:#333;cursor:default;border:1px solid #aaa;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f4f4f4',GradientType=0);background-image:-webkit-gradient(linear,0% 0%,0% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-ms-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%)}.select2-container-multi .select2-choices .select2-search-choice span{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{background:#d4d4d4}.select2-search-choice-close{display:block;width:12px;height:13px;position:absolute;right:3px;top:4px;font-size:1px;outline:none;background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2.png) right top no-repeat}.select2-container-multi .select2-search-choice-close{left:3px}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover{background-position:right -11px}.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position:right -11px}.select2-container-multi.select2-container-disabled .select2-choices{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px;border:1px solid #ddd;background-image:none;background-color:#f4f4f4}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:none}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0);width:1px;height:1px;border:0;margin:0;padding:0;overflow:hidden;position:absolute;outline:0;left:0}.select2-display-none{display:none}.select2-measure-scrollbar{position:absolute;top:-10000px;left:-10000px;width:100px;height:100px;overflow:scroll}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 144dpi){.select2-search input,.select2-search-choice-close,.select2-container .select2-choice abbr,.select2-container .select2-choice div b{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.2/_/download/resources/com.intenso.jira.plugin.dynamic-forms:df-select2-web-resources/select2x2.png)!important;background-repeat:no-repeat!important;background-size:60px 40px!important}.select2-search input{background-position:100% -21px!important}}div.blue-bg{background-color:#FBFBEF}div.it-autocomplete-ok{background-color:#E0F8E0}div.it-autocomplete-error{background-color:#F8E6E0}.select2-container{max-width:500px}
/* 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 = 'pl.craftware.jira.search-attachments-plugin:attachments-list-cf-resource', location = 'pl/craftware/jira/cpsa4j/css/cf/attachments-list-cf.css' */
.attachments-list-cf-view-table{border-spacing:0;width:100%}.attachments-list-cf-view-table td{border-top:1px solid #ccc;vertical-align:top;padding:5px;overflow:auto}.attachments-list-cf-view-table th{text-align:left;padding-left:5px}.attachments-list-cf-view-table #fileNameCell{width:100%;word-wrap:break-word;width:400px}.attachments-list-cf-view-table #authorCell{min-width:90px;width:120px}.attachments-list-cf-view-table #dateCell{min-width:100px;max-width:100px;width:100px}
/* module-key = 'com.atlassian.auiplugin:aui-select2', location = 'src/css-vendor/jquery/plugins/jquery.select2.css' */
.select2-container{margin:0;position:relative;display:inline-block;zoom:1;*display:inline;vertical-align:middle}.select2-container,.select2-drop,.select2-search,.select2-search input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.select2-container .select2-choice{display:block;height:26px;padding:0 0 0 8px;overflow:hidden;position:relative;border:1px solid #aaa;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;border-radius:4px;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.5,#fff));background-image:-webkit-linear-gradient(center bottom,#eee 0,#fff 50%);background-image:-moz-linear-gradient(center bottom,#eee 0,#fff 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff',endColorstr = '#eeeeee',GradientType = 0);background-image:linear-gradient(top,#fff 0,#eee 50%)}.select2-container.select2-drop-above .select2-choice{border-bottom-color:#aaa;border-radius:0 0 4px 4px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.9,#fff));background-image:-webkit-linear-gradient(center bottom,#eee 0,#fff 90%);background-image:-moz-linear-gradient(center bottom,#eee 0,#fff 90%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);background-image:linear-gradient(top,#eee 0,#fff 90%)}.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right:42px}.select2-container .select2-choice>.select2-chosen{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.select2-container .select2-choice abbr{display:none;width:12px;height:12px;position:absolute;right:24px;top:8px;font-size:1px;text-decoration:none;border:0;background:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') right top no-repeat;cursor:pointer;outline:0}.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.select2-container .select2-choice abbr:hover{background-position:right -11px;cursor:pointer}.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background-color:#fff;filter:alpha(opacity=0)}.select2-drop{width:100%;margin-top:-1px;position:absolute;z-index:9999;top:100%;background:#fff;color:#000;border:1px solid #aaa;border-top:0;border-radius:0 0 4px 4px;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15)}.select2-drop-auto-width{border-top:1px solid #aaa;width:auto}.select2-drop-auto-width .select2-search{padding-top:4px}.select2-drop.select2-drop-above{margin-top:1px;border-top:1px solid #aaa;border-bottom:0;border-radius:4px 4px 0 0;-webkit-box-shadow:0 -4px 5px rgba(0,0,0,.15);box-shadow:0 -4px 5px rgba(0,0,0,.15)}.select2-drop-active{border:1px solid #5897fb;border-top:0}.select2-drop.select2-drop-above.select2-drop-active{border-top:1px solid #5897fb}.select2-container .select2-choice .select2-arrow{display:inline-block;width:18px;height:100%;position:absolute;right:0;top:0;border-left:1px solid #aaa;border-radius:0 4px 4px 0;background-clip:padding-box;background:#ccc;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(0.6,#eee));background-image:-webkit-linear-gradient(center bottom,#ccc 0,#eee 60%);background-image:-moz-linear-gradient(center bottom,#ccc 0,#eee 60%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee',endColorstr = '#cccccc',GradientType = 0);background-image:linear-gradient(top,#ccc 0,#eee 60%)}.select2-container .select2-choice .select2-arrow b{display:block;width:100%;height:100%;background:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') no-repeat 0 1px}.select2-search{display:inline-block;width:100%;min-height:26px;margin:0;padding-left:4px;padding-right:4px;position:relative;z-index:10000;white-space:nowrap}.select2-search input{width:100%;height:auto!important;min-height:26px;padding:4px 20px 4px 5px;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #aaa;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background:#fff url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') no-repeat 100% -22px;background:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') no-repeat 100% -22px,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));background:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') no-repeat 100% -22px,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') no-repeat 100% -22px,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') no-repeat 100% -22px,linear-gradient(top,#fff 85%,#eee 99%)}.select2-drop.select2-drop-above .select2-search input{margin-top:4px}.select2-search input.select2-active{background:#fff url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%;background:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));background:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%,-moz-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%,linear-gradient(top,#fff 85%,#eee 99%)}.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid #5897fb;outline:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-dropdown-open .select2-choice{border-bottom-color:transparent;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#eee;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(0.5,#eee));background-image:-webkit-linear-gradient(center bottom,#fff 0,#eee 50%);background-image:-moz-linear-gradient(center bottom,#fff 0,#eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);background-image:linear-gradient(top,#fff 0,#eee 50%)}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:1px solid #5897fb;border-top-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0.5,#eee));background-image:-webkit-linear-gradient(center top,#fff 0,#eee 50%);background-image:-moz-linear-gradient(center top,#fff 0,#eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);background-image:linear-gradient(bottom,#fff 0,#eee 50%)}.select2-dropdown-open .select2-choice .select2-arrow{background:transparent;border-left:none;filter:none}.select2-dropdown-open .select2-choice .select2-arrow b{background-position:-18px 1px}.select2-results{max-height:200px;padding:0 0 0 4px;margin:4px 4px 4px 0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:rgba(0,0,0,0)}.select2-results ul.select2-result-sub{margin:0;padding-left:0}.select2-results ul.select2-result-sub>li .select2-result-label{padding-left:20px}.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:40px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:60px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:80px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:100px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:110px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:120px}.select2-results li{list-style:none;display:list-item;background-image:none}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:bold}.select2-results .select2-result-label{padding:3px 7px 4px;margin:0;cursor:pointer;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-results .select2-highlighted{background:#3875d7;color:#fff}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:transparent}.select2-results .select2-highlighted ul{background:#fff;color:#000}.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item}.select2-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-selected{display:none}.select2-more-results.select2-active{background:#f4f4f4 url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%}.select2-more-results{background:#f4f4f4;display:list-item}.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color:#f4f4f4;background-image:none;border-left:0}.select2-container.select2-container-disabled .select2-choice abbr{display:none}.select2-container-multi .select2-choices{height:auto!important;height:1%;margin:0;padding:0;position:relative;border:1px solid #aaa;cursor:text;overflow:hidden;background-color:#fff;background-image:-webkit-gradient(linear,0% 0,0% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(top,#eee 1%,#fff 15%);background-image:-moz-linear-gradient(top,#eee 1%,#fff 15%);background-image:linear-gradient(top,#eee 1%,#fff 15%)}.select2-locked{padding:3px 5px 3px 5px!important}.select2-container-multi .select2-choices{min-height:26px}.select2-container-multi.select2-container-active .select2-choices{border:1px solid #5897fb;outline:0;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-container-multi .select2-choices li{float:left;list-style:none}.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{padding:5px;margin:1px 0;font-family:sans-serif;font-size:100%;color:#666;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none;background:transparent!important}.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:#fff url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-select2/select2-spinner.gif') no-repeat 100%!important}.select2-default{color:#999!important}.select2-container-multi .select2-choices .select2-search-choice{padding:3px 5px 3px 18px;margin:3px 0 3px 5px;position:relative;line-height:13px;color:#333;cursor:default;border:1px solid #aaa;border-radius:3px;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f4f4f4',GradientType=0);background-image:-webkit-gradient(linear,0% 0,0% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%)}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{background:#d4d4d4}.select2-search-choice-close{display:block;width:12px;height:13px;position:absolute;right:3px;top:4px;font-size:1px;outline:0;background:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-select2/select2.png') right top no-repeat}.select2-container-multi .select2-search-choice-close{left:3px}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover{background-position:right -11px}.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position:right -11px}.select2-container-multi.select2-container-disabled .select2-choices{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px 3px 5px;border:1px solid #ddd;background-image:none;background-color:#f4f4f4}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:0}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.select2-display-none{display:none}.select2-measure-scrollbar{position:absolute;top:-10000px;left:-10000px;width:100px;height:100px;overflow:scroll}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi){.select2-search input,.select2-search-choice-close,.select2-container .select2-choice abbr,.select2-container .select2-choice .select2-arrow b{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-select2/select2x2.png')!important;background-repeat:no-repeat!important;background-size:60px 40px!important}.select2-search input{background-position:100% -21px!important}}
/* module-key = 'com.atlassian.auiplugin:aui-select2', location = 'src/less/aui-select2.less' */
.aui-select2-drop .select2-search input{min-height:0;font-family:inherit}.aui-select2-drop .select2-result-selectable .select2-match,.aui-select2-drop .select2-result-unselectable .select2-match{text-decoration:none;font-weight:bold}.aui-select2-drop .select2-results ul.select2-result-sub{padding:0}.aui-select2-drop.aui-dropdown2 .select2-search{padding:5px}.aui-select2-drop{margin-top:3px;margin-bottom:0;z-index:9999}.aui-select2-drop.select2-drop-above.select2-drop-active{box-shadow:0 4px 8px -2px rgba(9,30,66,0.25),0 0 1px rgba(9,30,66,0.31);background:#fff;border:0 solid #dfe1e6;border-radius:3px;color:#344563;margin-bottom:3px;margin-top:0}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.aui-select2-drop.select2-drop-above.select2-drop-active{box-shadow:0 4px 8px -2px rgba(9,30,66,0.25),0 0 1px rgba(9,30,66,0.13),1px 0 1px rgba(9,30,66,0.13),-1px 0 1px rgba(9,30,66,0.13),0 -1px 1px rgba(9,30,66,0.13)}}.aui-select2-drop .select2-results ul.select2-result-sub>li .select2-result-label,.aui-select2-drop .select2-results .select2-result-label,.aui-select2-drop .select2-results .select2-searching,.aui-select2-drop .select2-results .select2-no-results,.aui-select2-drop .select2-results .select2-more-results{box-sizing:content-box;display:block;line-height:1.14285714;padding:7px 10px}.aui-select2-drop .select2-result-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:inherit}.aui-select2-drop .select2-results{margin:0;padding:0}.aui-select2-drop .select2-more-results,.aui-select2-drop .select2-searching,.aui-select2-drop .select2-no-results{background-color:transparent}.aui-select2-drop .select2-search input,.aui-select2-drop{border:1px solid transparent}.aui-select2-drop .select2-search input{border-radius:3.01px}.aui-select2-container.select2-container .select2-choice,.aui-select2-drop{color:inherit;max-width:none}.aui-select2-drop.aui-dropdown2.aui-style-default{margin-left:0}.aui-select2-drop .select2-results .select2-result-selectable{background-color:transparent;color:#344563;text-decoration:none;cursor:pointer}.aui-select2-drop .select2-results .select2-highlighted{background-color:#ebecf0;color:#344563}.aui-select2-drop .select2-results .select2-result-unselectable{background-color:transparent;color:#7a869a;cursor:not-allowed;text-decoration:none}.aui-select2-drop .select2-results .select2-result-with-children{border-top:1px solid #dfe1e6;border-bottom:1px solid #dfe1e6;margin:3px 0;padding:0}.aui-select2-drop .select2-results .select2-result-with-children:first-child{border-top:0;margin-top:0}.aui-select2-drop .select2-results .select2-result-with-children:last-child{border-bottom:0;margin-bottom:0}.aui-select2-drop .select2-results .select2-result-with-children>:first-child{margin-top:3px}.aui-select2-drop .select2-results .select2-result-with-children>:last-child{margin-bottom:3px}.aui-select2-drop .select2-results .select2-result-with-children>.select2-result-label{color:#6b778c;font-size:11px;font-weight:600;line-height:1.45454545;letter-spacing:0;text-transform:uppercase}.aui-select2-drop .select2-results .select2-result-with-children+.select2-result>.select2-result-label{margin-top:3px}.aui-select2-drop .select2-results .select2-result-with-children+.select2-result-with-children{border-top:0}.aui-select2-container.select2-container .select2-choice>span{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.aui-select2-container.select2-container .select2-choice .select2-arrow{background:none;border:none;filter:none}.aui-select2-container.select2-container-active .select2-choice,.aui-select2-container.select2-container-active .select2-choices{border:none;outline:none;box-shadow:none}.aui-select2-container.select2-container .select2-choice .select2-arrow b{display:none;background:none}.aui-select2-container.select2-container .select2-choice{padding-right:23px;position:relative;width:inherit}.aui-select2-container.select2-container a.select2-choice,.aui-select2-container.select2-container a.select2-choice:focus,.aui-select2-container.select2-container a.select2-choice:hover,.aui-select2-container.select2-container a.select2-choice:active{text-decoration:none}.aui-select2-container.select2-container .select2-choice:after{border:4px solid transparent;content:"";height:0;left:100%;margin-left:-18px;margin-top:-2px;opacity:1;position:absolute;top:50%;width:0}.aui-select2-container.select2-container .select2-choice:after{border-top-color:#344563}.aui-select2-container.select2-container .select2-choice:hover:after,.aui-select2-container.select2-container .select2-choice.active:after{opacity:1}.aui-select2-container.select2-container .select2-choice:after{margin-top:0;top:12px}.aui-select2-container .select2-input{color:inherit !important}.aui-select2-container .select2-default{color:#7a869a !important}.aui-select2-container .select2-choices .select2-search-field input{font-family:inherit;font-size:14px;height:1.4285714285714em;line-height:1.4285714285714;margin:0;padding:0}.aui-select2-container.select2-container-multi .select2-choices{min-height:0;background:#fff}.aui-select2-container.select2-container-multi.text{height:auto}.aui-select2-container .select2-choices .select2-search-choice{background:transparent;border:1px solid #dfe1e6;border-radius:3.01px;color:#344563;display:inline-block;font-size:14px;font-weight:normal;line-height:1;padding:1px 18px 1px 5px;position:relative;margin:1px 5px 1px 0;text-align:left;text-decoration:none}.aui-select2-container .select2-choices .select2-search-choice-focus{border-color:transparent}.aui-select2-container .select2-choice abbr{padding-top:10px;position:absolute;top:10px}.aui-select2-container.select2-allowclear .select2-choice abbr{display:block}.aui-select2-container .select2-search-choice-close{cursor:pointer;display:block;height:8px;left:auto;position:absolute;right:5px;top:4px;width:8px}@media all,(-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5){.aui-select2-container.select2-container .select2-search-choice-close,.aui-select2-container.select2-container .select2-choice abbr{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAQAAABuBnYAAAAAKUlEQVQI12NgYFj0nwEKwKxF/9P+Q4TgLAgDIQEVQuJiCKBpwWoosrUAzbg31XT4p6QAAAAASUVORK5CYII=') 0 0 no-repeat !important;background-size:8px !important}}.aui-select2-container.select2-container .select2-choice,.aui-select2-container.select2-container a.select2-choice,.aui-select2-container.select2-container .select2-choice:visited{box-sizing:border-box;transition:background-color .1s ease-out;background:rgba(9,30,66,0.08);border:1px solid transparent;border-radius:3.01px;color:#344563;cursor:pointer;display:inline-block;filter:none;font-family:inherit;font-size:inherit;font-variant:normal;font-weight:normal;height:2.1428571428571em;line-height:1.4285714285714;margin:0;padding:4px 10px;text-decoration:none;text-shadow:none;vertical-align:top;white-space:nowrap}.aui-select2-container.select2-container .select2-choice:hover{background:#ebecf0;border-color:transparent;box-shadow:none;color:#344563;text-decoration:none}.aui-select2-container.select2-container .select2-choice:hover::after{border-top-color:#344563}.aui-select2-container.select2-container.select2-container-active .select2-choice,.aui-select2-container.select2-container .select2-choice:active{background:#deebff;border-color:transparent;color:#0052cc;box-shadow:none;filter:none;text-shadow:none;text-decoration:none}.aui-select2-container.select2-container.select2-container-active .select2-choice::after,.aui-select2-container.select2-container .select2-choice:active::after{border-top-color:#0052cc}.aui-select2-container.select2-container.select2-dropdown-open:not(.select2-container-multi) .select2-choice,.aui-select2-container.select2-container.select2-dropdown-open:not(.select2-container-multi) .select2-choices{border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-width:0;padding-bottom:5px;background:#344563;color:#fff}.aui-select2-container.select2-container.select2-dropdown-open:not(.select2-container-multi) .select2-choice::after,.aui-select2-container.select2-container.select2-dropdown-open:not(.select2-container-multi) .select2-choices::after{border-top-color:#fff}.aui-select2-container.select2-container.select2-dropdown-open.select2-drop-above .select2-choice,.aui-select2-container.select2-container.select2-dropdown-open.select2-drop-above .select2-choices{border-radius:3.01px;border-bottom-width:1px;border-top-right-radius:0;border-top-left-radius:0;border-top-width:0;padding-bottom:4px;padding-top:5px}.aui-select2-container.select2-container.select2-drop-above .select2-choice,.aui-select2-container.select2-dropdown-open.select2-drop-above .select2-choice,.aui-select2-container.select2-dropdown-open.select2-drop-above .select2-choices,.aui-select2-container.select2-container-multi .select2-choices .select2-search-choice{filter:none}.aui-select2-container.select2-container .select2-choice abbr{display:none}.aui-select2-container .aui-avatar{margin-right:5px}.aui-select2-container.aui-has-avatar .select2-search-choice-close{top:5px}.aui-select2-container.aui-has-avatar .select2-choices .select2-search-field input{padding:1px 0}.aui-select2-drop.aui-has-avatar .select2-results .select2-result-label .aui-avatar{margin-right:5px;vertical-align:middle}.aui-select2-drop.aui-has-avatar .select2-more-results,.aui-select2-drop.aui-has-avatar .select2-searching,.aui-select2-drop.aui-has-avatar .select2-no-results{padding-bottom:5px;padding-top:5px}
/* module-key = 'com.atlassian.jira.plugins.jira-dnd-attachment-plugin:jira-html5-attach-images-resources', location = 'css/jira-html5-attach-images.css' */
.attach-screenshot-pasted-image{max-height:280px;max-width:100%;vertical-align:middle}.attach-screenshot-padding{padding:.5em}#attach-screenshot-image-container{height:300px;text-align:center;line-height:300px;border:1px solid #f0f0f0}#attach-screenshot-image-container.focus{border-color:#326ca6;border-style:dotted}.attach-screenshot-placeholder{font-size:1em}#attach-screenshot-progress-container .file-progress{position:relative;height:5px;width:320px;padding:5px 0}#attach-screenshot-upload-progress .progress-background-color{background:#e9e9e9;border-radius:3px;border-width:0}#attach-screenshot-upload-progress .progress-fill-color{background:#3572b0;border-radius:3px 0 0 3px}#attach-screenshot-fake-input{border:0;width:1px;height:1px;margin:0;position:absolute;opacity:0}#attach-screenshot-placeholder-message{text-align:center}.attach-screenshot-dragover{box-shadow:0 0 20px #BBB inset;border-color:#BBB;background-color:#fafafa}.attach-screenshot-padding-inner .field-group.attach-screenshot-image-error{padding-left:0}.aui-message+#attach-screenshot-inner-container{margin-top:10px}.attach-screenshot-paste-catcher{position:fixed;width:1px;height:1px;opacity:0;overflow:hidden}.issueaction-attach-screenshot-html5{display:none!important}
/* module-key = 'com.googlecode.jira-suite-utilities:common', location = 'ch/beecom/jira/jsu/customfield/map/location.css' */
.jsuLocation .jsuMap,.jsuLocation .jsuHideMap,.jsuLocation .jsuMapNotFound,.jsuLocation .jsuMapNoKey{display:none}.jsuLocation .jsuMap{width:100%;height:300px}.jsuLocation.notFound .jsuMapNotFound{text-align:center}.jsuLocation .jsuHideMap{float:right}.jsuLocation.open .jsuHideMap,.jsuLocation.open .jsuMap,.jsuLocation.notFound .jsuMapNotFound,.jsuLocation.noKey .jsuMapNoKey{display:block}.type-locationtextfield,.type-locationselect,.type-directionsfield{display:block!important}.jsuLocation.noKey{color:red}
/* module-key = 'com.atlassian.teams:teams-wr-custom-field-styles-common', location = '/teams/styles-plugin/styles.css' */
.aui-list .aui-list-item a.jpo-dropdown-item-italic{font-style:italic}.aui-list .aui-list-item a.jpo-dropdown-item-unselectable{white-space:normal}.aui-list .aui-list-item.active a.jpo-dropdown-item-unselectable{color:#000;background-color:transparent;cursor:default}.jpo-team-field-avatar{vertical-align:middle;width:24px;height:24px;padding-right:5px}.jpo-team-field-shareable-icon{vertical-align:middle;width:16px;height:16px;padding-left:5px}
/* module-key = 'com.atlassian.auiplugin:aui-table-sortable', location = 'src/less/aui-experimental-tables-sortable.less' */
/*! AUI Sortable Tables */.aui-table-sortable .tablesorter-header{cursor:pointer;border-bottom:2px solid #dfe1e6}.aui-table-sortable .tablesorter-header.aui-table-column-unsortable{cursor:default}.aui-table-sortable .tablesorter-header:focus,.aui-table-sortable .tablesorter-header:hover{background-color:rgba(9,30,66,0.08)}.aui-table-sortable .tablesorter-header:active{background-color:#deebff;border-color:#0747a6;color:#0747a6}.aui-table-sortable .tablesorter-headerAsc,.aui-table-sortable .tablesorter-headerDesc{background-color:transparent;color:#172b4d}table.aui.aui-table-sortable .tablesorter-header:active{border-bottom:2px solid #0747a6}table.aui.aui-table-sortable .tablesorter-headerAsc,table.aui.aui-table-sortable .tablesorter-headerDesc{border-bottom:2px solid #7a869a}table.aui.aui-table-sortable .tablesorter-header.aui-table-column-unsortable:focus,table.aui.aui-table-sortable .tablesorter-header.aui-table-column-unsortable:hover,table.aui.aui-table-sortable .tablesorter-header.aui-table-column-unsortable:active{background-color:inherit;border-color:inherit;color:#7a869a}.aui-table-sortable .aui-table-header-content::after{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0;font-family:"Adgs Icons";font-weight:normal;font-style:normal;speak:none;content:"";display:inline-block;height:16px;line-height:1;font-size:16px;margin-left:5px;position:relative;width:16px;vertical-align:text-bottom}.aui-table-sortable .tablesorter-header:focus .aui-table-header-content::after,.aui-table-sortable .tablesorter-header:hover .aui-table-header-content::after{content:"\f140";opacity:0.5}.aui-table-sortable .tablesorter-headerAsc .aui-table-header-content::after,.aui-table-sortable .tablesorter-headerAsc:focus .aui-table-header-content::after,.aui-table-sortable .tablesorter-headerAsc:hover .aui-table-header-content::after{content:"\f140";opacity:1}.aui-table-sortable .tablesorter-headerDesc .aui-table-header-content::after,.aui-table-sortable .tablesorter-headerDesc:focus .aui-table-header-content::after,.aui-table-sortable .tablesorter-headerDesc:hover .aui-table-header-content::after{content:"\f1ac";opacity:1}
/* module-key = 'com.javahollic.jira.jemh-ui:jemh-adhoc-notification-2.7.19', location = '/templates/com/javahollic/jira/jemh/ui-css/adhoc.css' */
span.jemh-viewissue-adhoc-icon {
	width: 20px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center -1px;
	background-image: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABE0lEQVQ4EbVSvcqDUAyNH30EdxEfQR19JEEHcRccxEHfyVXBzUHExdldEdqeQC5qbQuFL5CbnJOT3B8u0X+abdt3+Kc9tHfFc2PTNJfaS/LcLJtcDeEBQRCoY1ZVJfrL6Hme4suy1DRpLopCFZA4jnPAdV0fcBiGjP+w5nlOILZtU35QP8G+Bi16YDxgXVdK05SiKCLk8LMJDw20SoMrzPOs/Iw/1aDlEyzLQuJxHFOSJAoLDw41wYiwGxZ1nGc+DAO/R5ZlKCnDvbuuI8uyFIeEB+CBYOM4kmma/GC+7zMnCzSGYVDf96wRnq8AIM1SeBexAbRifIJpmsh1XeG+Rl3XqW1b1r38xK/dOwF+4g7+lj4AvpLQdI2oOq8AAAAASUVORK5CYII=);
}

/* module-key = 'net.utoolity.atlassian.jira.identity-federation-for-aws-jira:ifaws-aws-resources-web-resource', location = 'net/utoolity/atlassian/ifaws/css/ifaws-aws-resources-section.css' */
li.ifaws-dropdown-notification {
    padding: 3px 10px;
    text-decoration: none;
}
/* module-key = 'com.almworks.jira.structure:template-common', location = 'css/structure/templates/create-structure-wizard.css' */
#new-structure-wizard .st-error-panel {
  padding: 0;
}

#new-structure-wizard .st-error-panel .st-note {
  padding: 20px;
}

#new-structure-wizard .st-error-panel ul {
  padding-bottom: 20px;
}

#new-structure-wizard .st-error-panel .content-container {
  border-width: 0;
}

#s-tpl-templates-chooser {
  box-sizing: border-box;
  padding: 20px 30px 20px 20px;
  height: 353px; /* 460 - header & footer */
  overflow-y: auto;
}

#s-tpl-list .s-tpl-list-row {
  display: table-row;
  width: 760px;
  font-size: 0;
}

#s-tpl-list .s-tpl-list-row .s-tpl-list-item ~ #s-tpl-list .s-tpl-list-row .s-tpl-list-item {
  margin-left: 10px;
}

#s-tpl-list .s-tpl-list-row .s-tpl-list-item {
  box-sizing: border-box;
  display: table-cell;
  position: relative;
  width: 380px;
  height: 100px;
  padding: 10px;

  cursor: pointer;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 5px;
}

body[data-aui-version^="5."]   #s-tpl-list .s-tpl-list-item.selected,
body[data-aui-version^="6."]   #s-tpl-list .s-tpl-list-item.selected,
body[data-aui-version^="7.0."] #s-tpl-list .s-tpl-list-item.selected,
body[data-aui-version^="7.6."] #s-tpl-list .s-tpl-list-item.selected {
  border: 1px solid #C9DBE5;
  background-color: #EEF9FF;
}

#s-tpl-list .s-tpl-list-item.selected {
  background-color: #E6EFF8;
}

#s-tpl-list .s-tpl-list-item.disabled {
  opacity: .5;
  cursor: default;
}

body[data-aui-version^="5."]   #s-tpl-list .s-tpl-title,
body[data-aui-version^="6."]   #s-tpl-list .s-tpl-title,
body[data-aui-version^="7.0."] #s-tpl-list .s-tpl-title,
body[data-aui-version^="7.6."] #s-tpl-list .s-tpl-title {
  color: #333;
}

#s-tpl-list .s-tpl-title {
  font-weight: bold;
  color: #172b4d;
  line-height: 16px;
  margin-left: 64px;
  margin-bottom: 6px;
}

body[data-aui-version^="5."]   #s-tpl-list .s-tpl-desc,
body[data-aui-version^="6."]   #s-tpl-list .s-tpl-desc,
body[data-aui-version^="7.0."] #s-tpl-list .s-tpl-desc,
body[data-aui-version^="7.6."] #s-tpl-list .s-tpl-desc {
  color: #333;
}

#s-tpl-list .s-tpl-desc {
  color: #172b4d;
  line-height: 18px;
  margin-left: 64px;
}

#s-tpl-list .s-tpl-icon {
  position: absolute;
  left: 10px;
  top: 10px;
}

#s-tpl-step-container {
  box-sizing: border-box;
  height: 353px; /* 460 - header & footer */
}

#s-tpl-step-container .s-tpl-step {
  box-sizing: border-box;
  height: 353px;
  padding: 20px;
  background: no-repeat left center;
  background-size: 327px 354px;
}

body[data-aui-version^="5."]   #s-tpl-step-container .s-tpl-step .s-tpl-step-info,
body[data-aui-version^="6."]   #s-tpl-step-container .s-tpl-step .s-tpl-step-info,
body[data-aui-version^="7.0."] #s-tpl-step-container .s-tpl-step .s-tpl-step-info,
body[data-aui-version^="7.6."] #s-tpl-step-container .s-tpl-step .s-tpl-step-info {
  color: #707070;
}

#s-tpl-step-container .s-tpl-step .s-tpl-step-info {
  width: 287px;
  color: #6b778c;
}

#s-tpl-step-container .s-tpl-step-details {
  position: absolute;
  box-sizing: border-box;
  left: 325px;
  width: 485px;
  top: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 353px;
  padding: 20px;
}

body[data-aui-version^="5."]   #s-tpl-step-container .s-tpl-step-subtitle,
body[data-aui-version^="6."]   #s-tpl-step-container .s-tpl-step-subtitle,
body[data-aui-version^="7.0."] #s-tpl-step-container .s-tpl-step-subtitle,
body[data-aui-version^="7.6."] #s-tpl-step-container .s-tpl-step-subtitle {
  color: #333;
}

#s-tpl-step-container .s-tpl-step-subtitle {
  font-size: 18px;
  color: #172b4d;
  line-height: 20px;
  margin-bottom: 20px;
}

#s-tpl-step-container .s-tpl-checkbox-label input {
  box-sizing: border-box;
  width: 25px;
  margin: 0;
  position: relative;
  bottom: 1px;
  vertical-align: middle;
}

#s-tpl-step-container .s-tpl-field-annotation {
  margin-left: 25px;
  width: 400px;
  font-size: 12px;
  color: #707070;
  line-height: 14px;
  padding-top: 5px;
}

#s-tpl-step-container .field-group > label {
  margin-left: -105px;
  width: 90px;
}

#s-tpl-step-container .field-group > .checkbox > input[type=checkbox] {
  position: absolute;
  left: 0;
  vertical-align: baseline;
  font-size: 14px;
}

#s-tpl-step-container .s-tpl-v-space {
  margin-top: 10px;
}

#s-tpl-step-container .s-tpl-long {
  max-width: 300px;
}

/* full screen decoration */
.aui-page-panel #s-new-structure-form .buttons-container {
  padding-left: 570px;
}
/* full screen decoration end */

#s-tpl-step-container .s-tpl-general {
  background-image: url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.1.0/_/download/resources/com.almworks.jira.structure:template-common/general@2x.png);
}

#s-tpl-step-container .s-tpl-general textarea#description {
  resize: none;
  max-height: 130px;
}

.s-tpl-submit-hidden {
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  outline: none;
  border: 0px;
}

/* module-key = 'com.almworks.jira.structure:template-backlog', location = 'css/structure/templates/backlog-template.css' */
#s-tpl-step-container .s-tpl-bl-project {
  background-image: url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.1.0/_/download/resources/com.almworks.jira.structure:template-backlog/project@2x.png) ;
}

#s-tpl-step-container .s-tpl-bl-group-by {
  background-image: url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.1.0/_/download/resources/com.almworks.jira.structure:template-backlog/group-by@2x.png);
}

#s-tpl-step-container .s-tpl-bl-project .s-tpl-backlog-progress {
  background: url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.1.0/_/download/resources/com.almworks.jira.structure:template-backlog/progress.gif') no-repeat center center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 8px;
  right: -5px;
}

#s-tpl-step-container .s-tpl-bl-gb-ch-group {
  margin-left: 105px;
  margin-top: 20px;
}

#s-tpl-step-container .s-tpl-bl-gb-ch-group .s-tpl-field-annotation {
  width: 300px;
}
/* module-key = 'com.almworks.jira.structure:template-agile', location = 'css/structure/templates/agile-template.css' */
#s-tpl-step-container .s-tpl-agile-epics {
  background-image: url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.1.0/_/download/resources/com.almworks.jira.structure:template-agile/epics@2x.png);
}

#s-tpl-step-container .s-tpl-agile-stories {
  background-image: url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.1.0/_/download/resources/com.almworks.jira.structure:template-agile/stories@2x.png);
}

#s-tpl-step-container .s-tpl-agile-sorting {
  background-image: url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.1.0/_/download/resources/com.almworks.jira.structure:template-agile/sorting@2x.png);
}

#s-tpl-step-container .s-tpl-agile-ch ~ .s-tpl-agile-ch {
  margin-top: 18px;
}
/* module-key = 'jira.webresources:avatar-picker', location = '/includes/ajs/avatarpicker/AvatarPicker.less' */
.jira-avatars{margin:0;padding:0;list-style-type:none}.jira-avatars img{margin:3px;padding:2px;border:2px solid transparent;vertical-align:middle}.jira-avatars .jira-avatar{cursor:pointer;display:inline-block;position:relative}.jira-avatars .jira-avatar>span{display:block;margin:0;padding:0;line-height:0}.jira-avatars .jira-avatar:hover img{-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.5);-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.5);box-shadow:3px 3px 5px rgba(0,0,0,0.5);border-color:#000}.jira-avatars .jira-avatar .jira-delete-avatar{opacity:0;position:absolute;height:16px;width:16px;background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.0/_/download/resources/jira.webresources:avatar-picker/../../../images/icn-remove.png") 0 0 no-repeat;top:-2px;right:-1px;text-indent:-9999px}.jira-avatars .jira-avatar:hover .jira-delete-avatar{opacity:1}.jira-avatars .jira-avatar .jira-delete-avatar:focus{opacity:1}.jira-avatars .jira-selected-avatar img{border-color:#3C78B5}.jira-avatars .jira-selected-avatar:hover img{border-color:#3C78B5;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.jira-avatars .jira-selected-avatar .jira-delete-avatar{top:-4px;right:-3px}.jira-avatar-upload-form,form.aui.jira-avatar-upload-form{margin:0 auto;padding:20px;position:relative;width:50%}.jira-avatar-upload-form+.form-body,form.aui.jira-avatar-upload-form+.form-body{border-top:1px solid #ddd;overflow:auto}.aui-message.jira-avatar-upload{padding-left:1em}.aui-message.jira-avatar-upload p.title{margin-bottom:5px}.jira-avatar-picker-trigger{cursor:pointer;display:inline-block;position:relative}.jira-avatar-picker-trigger:hover{background:#FFF}.jira-avatar-picker-trigger>img{vertical-align:middle}.jira-avatar-picker-trigger .aui-avatar{vertical-align:middle}.jira-avatar-picker-trigger .avatar-select-text{margin-left:0.3em}.jira-avatar-picker-trigger .jira-avatar-issuetype .aui-avatar-inner{border-radius:0}.jira-avatar-cropper-form{overflow:hidden}.jira-avatar-cropper-form .jira-avatar-cropper-header{padding:16px;overflow:auto}.jira-avatar-cropper-form .jira-avatar-cropper-header p{margin:0}.jira-avatar-cropper-form .jira-avatar-cropper-header+.form-body{border-top:1px solid #DDD;overflow:auto;padding-top:16px}.jira-avatar-cropper-form .form-footer{text-align:right}.avatarorframe .submit-buttons{float:right;text-align:right;margin-bottom:5px}.avatarorframe .avataror{clear:both}.avataror{margin:0 auto;padding:5px}#avataror p{white-space:normal !important}.avataror-preview{margin-right:15px !important}.gravatar-help .hidden{display:none}
/* module-key = 'com.atlassian.labs.hipchat.hipchat-for-jira-plugin:update-plugin-banner-resources', location = 'less/banner/update-banner.less' */
.hipchat-update-banner{width:320px}#remove-hipchat-v1-link{float:right}
/* module-key = 'ru.mail.jira.plugins.lf.queryfields:queryfieldsrsc', location = '/ru/andreymarkelov/atlas/plugin/qcf/css/queryfields.css' */
.atlassian-autocomplete .long-field ~ .qcf-suggestions{width:500px;max-width:500px}.qcf-linkissue-context{margin-left:0;margin-right:0}.links-list dd .qfs-delete-link{position:absolute;right:0;top:2px}.links-list dd .qfs-delete-link .icon{height:24px!important}
/* module-key = 'amoeboids-upraise:upraise-resources', location = '/js/plugins/atjs/jquery.atwho.css' */
.atwho-view{position:absolute;top:0;left:0;display:none;margin-top:18px;background:white;color:black;border:1px solid #DDD;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,0.1);min-width:120px;z-index:11110!important}.atwho-view .atwho-header{padding:5px;margin:5px;cursor:pointer;border-bottom:solid 1px #eaeff1;color:#6f8092;font-size:11px;font-weight:bold}.atwho-view .atwho-header .small{color:#6f8092;float:right;padding-top:2px;margin-right:-5px;font-size:12px;font-weight:normal}.atwho-view .atwho-header:hover{cursor:default}.atwho-view .cur{background:#3572b0;color:white}.atwho-view .cur small{color:white}.atwho-view strong{color:#3572b0}.atwho-view .cur strong{color:white;font:bold}.atwho-view ul{list-style:none;padding:0;margin:auto;max-height:200px;overflow-y:auto}.atwho-view ul li{display:block;padding:5px 10px;border-bottom:1px solid #DDD;cursor:pointer}.atwho-view small{font-size:smaller;color:#777;font-weight:normal}
/* module-key = 'amoeboids-upraise:upraise-resources', location = '/css/upraise-global.css' */
.input:-ms-input-placeholder{color:#999!important}textarea:-ms-input-placeholder{color:#999!important}.upraise-lozenge{background:#ccc;border:1px solid #ccc;border-radius:3px;color:#fff;display:inline-block;font-size:11px;font-weight:700;line-height:99%;margin:0;padding:2px 5px;text-align:center;text-decoration:none;text-transform:uppercase}.upraise-radiogroup .upraise-lozenge{cursor:pointer}.upraise-form .upraise-radiogroup{float:left;margin:5px 10px 0 0!important}form.upraise-new-form .upraise-medium-field{width:400px;max-width:400px}form.aui.upraise-new-form div.description.upraise-feedbackTag-desc{margin:0}form#upraise-settings-form legend,form.upraise-new-form .field-group>label{margin-left:-170px;width:160px}#feedback-form-dialog h2,#feedback-form-request-dialog h2{padding-right:10px;float:left}#create-feedback-toolbar-form{margin:0!important}#create-feedback-toolbar-form .select2-container{vertical-align:middle}#create-feedback-toolbar-form .aui-toolbar2 .aui-button{margin-left:10px;margin-top:0}#create-feedback-toolbar-form .qf-form-operations.aui-toolbar2{float:none}.upraise-feedback-message{max-width:none!important;margin-right:10px}.upraise-hidden{display:none!important}.upraise-load-indi-hidden{margin-right:5px;display:none}.upraise-load-indi-visible{margin-right:5px;display:inline-block}.upraise-load-indicator{width:30%!important;margin:20px 30%!important;height:10px!important}.upraise-load-indicator .aui-progress-indicator-value{height:10px}.upraise-create-another-label{margin-right:10px}.upraise-issue-search-type-options{margin-left:10px}.upraise-about-content{padding:10px 0}.upraise-page-icon-container,.upraise-page-icon{width:150px}#create-feedback #sharing-field-group .aui-item.upraise-obj-sharing-label{vertical-align:middle;text-align:right}#create-feedback #sharing-field-group .aui-group.upraise-obj-sharing-options{margin:6px 0 5px 0}#create-feedback #sharing-field-group .aui-item:first-child{width:20%}
/* module-key = 'amoeboids-upraise:upraise-resources', location = '/css/upraise.css' */
.upraise-lozenge-beta{background-color:#8eb021;border-color:#8eb021;color:#fff}.upraise-align-center{text-align:center!important}.upraise-fix-width-col{max-width:150px;word-wrap:break-word}.upraise-visibility-hidden{visibility:hidden!important}.upraise-cursor-pointer{cursor:pointer}.upraise-cursor-default{cursor:default}.upraise-td-text{max-width:200px;text-align:justify;word-break:break-all}.upraise-width75{width:75%!important;max-width:none!important}.upraise-margin-top0{margin-top:0!important}.upraise-panel-content-padding-zero{padding:0!important}.upraise-input-size-320{max-width:320px!important}.upraise-tagsummary{margin-right:20px}.upraise-tagsummary-mouse-over:hover{background-color:#eee!important}#issueSearchOptions{padding:10px}.aui-dropdown2-zindex{z-index:30000!important}.aui-select2-container.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.aui-select2-container.aui-has-avatar abbr.select2-search-choice-close{top:10px}.upraise-close-icon{cursor:pointer;color:#707070}.upraise-user-pagination .upraise-user-a:hover{cursor:pointer}.upraise-user-pagination .upraise-user-a.current-page{color:#000;text-decoration:none;cursor:default;font-weight:bold}.upraise-user-pagination .upraise-user-a.current-page:hover{text-decoration:none}.upraise-dashboard-item-filter-container{padding:10px}.upraise-dashboard-item-filters{background:#fcfcfc;border:1px solid #ccc;border-radius:5px;color:#333;padding:10px;position:relative}.upraise-dashboard-item-filters .field-group .error{padding-right:30px}.upraise-dashboard-item-filters .text.date{max-width:115px}.upraise-search-options-container{margin:7px 0 0 0}.upraise-dashboard-item-filter-container form.aui .aui-select2-container{max-width:none}.upraise-padright10{padding-right:10px}.upraise-padleft20{padding-left:20px}.upraise-padleft10{padding-left:10px!important}.aui-iconfont-comment{padding-bottom:2px}.upraise-kr-more-actions li a.aui-iconfont-delete:before,.upraise-kr-more-actions li a.aui-iconfont-edit:before{content:""}.upraise-feeback-comments-section{padding:5px 10px 10px 10px}.upraise-feedback-comment{list-style:none;border-bottom:0;padding:0 0 10px 0}.upraise-feedback-comment-list{border-bottom:1px solid #ccc;padding-left:0;margin:0}.upraise-comment-textarea{height:40px}.upraise-comment-buttons{margin:10px 0}.upraise-feedback-comment .upraise-comment-action-links{visibility:hidden}.upraise-feedback-comment:hover .upraise-comment-action-links{visibility:visible}.upraise-comment-action-links{float:right;width:45px;cursor:pointer;color:#333;margin:5px 0 0 0}.upraise-comment-action-links a{color:#333}.upraise-comment-details form.aui{font-size:12px!important}.upraise-comment-error{color:#d04437}.upraise-gadget-container a.aui-button.upraise-gadget-button.aui-dropdown2-trigger::after{content:"";display:block;position:absolute;right:16px;top:23px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #fff}.upraise-gadget-div .show-more,#show-more-row .show-more,.upraise-show-more-objective{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:1px solid #ccc;display:block;margin:1em 1em 1em 1em;overflow:hidden;padding:.35em;text-align:center;text-decoration:none}.upraise-gadget-div .show-more,#show-more-row .show-more,.upraise-show-more-objective{font-size:12px;color:#666;cursor:pointer}.upraise-gadget-div .show-more:hover,#show-more-row .show-more:hover,.upraise-show-more-objective:hover{background:#f9f9f9;text-decoration:none}.upraise-gadget-div .results-count,#show-more-row .results-count,.upraise-all-objectives .results-count{font-size:12px;color:#666;margin:1em 1em 1em 1em}.upraise-feedbacks-list-container .results-count,.upraise-feedbacks-list-container .show-more{padding:10px}.gadget-no-records-message{padding:10px 10px 8px 10px}.upraise-feedbacks-list-container .gadget-no-records-message .aui-icon{top:10px}.upraise-feedbacks-list-container.upraise-gadget-indicator{padding:0 10px 10px 10px}#gadgetMessage{padding:10px;font-size:12px}.upraise-gadget-title-container{display:inline;padding-right:1.8em}.upraise-gadget-title-container h2{color:#036;display:inline;font-size:1.5em;font-weight:normal;margin:0}.upraise-gadget-content-container{padding:10px}.upraise-gadget-content-container .aui-group .aui-item{height:100%}.upraise-gadget-content-container .stackedbar-legend{text-align:center;padding:10px 0 5px 0}.upraise-gadget-content-container .stackedbar-legend .stackedbar-legend-item{padding-bottom:5px}.upraise-gadget-box{background:none repeat scroll 0 0 #f0f0f0;border-radius:8px;border:0;margin:1em 0;padding:1em 0;text-align:center}.upraise-gadget-info-box{background:none repeat scroll 0 0 #fff;border:1px solid #ddd;border-radius:8px;text-align:center;margin:.5em .5em;min-width:16em;width:20%;display:inline-block}.upraise-gadget-info-box .upraise-info-value{font-size:4em;margin:0 8px;padding:5px}.upraise-gadget-info-box .upraise-info-text{font-size:1.4em;padding-bottom:15px;margin:0 8px;word-wrap:break-word}.upraise-dashboard-item-filter-trigger{display:inline;float:right}.upraise-clearer{clear:both;display:block;font-size:1px;height:1px;line-height:1px;margin-bottom:-1px}.upraise-response-feedback-container{padding-bottom:10px}.upraise-response-feedback,.upraise-border-box{border:1px solid #CCC;padding:10px}.upraise-response-feedback-container .upraise-message-text{white-space:nowrap}.upraise-criteria-list{float:left;margin:0 0 4px 0;padding:0}.upraise-criteria-list .upraise-bar{float:left;width:auto;margin:0 6px 0 0;vertical-align:top}.upraise-filter-row{padding:10px 20px 0 20px}.upraise-team-fb-panel{border:none!important;min-height:200px;margin:0;padding:0 20px 20px 20px}.upraise-summary-panel{padding-top:10px;overflow:visible}.upraise-details-panel{padding:20px}.upraise-summary-panel .panel-header{border:1px solid #ccc;padding:10px;border-top:1px solid #ccc;background-color:#f5f5f5}.upraise-summary-panel .panel-container{border:1px solid #ccc;border-top:0;padding:10px 10px 10px 10px;border-bottom:1px solid #ccc;margin-bottom:30px}.upraise-activity-content{height:300px;padding:10px}.upraise-activity-pi-chart-insight{height:200px;padding:10px}.upraise-activity-pie-legend{display:table-cell;height:305px;width:250px;vertical-align:middle}.upraise-activity-pie-legend .pie-legend{list-style:none}.upraise-activity-pie-legend .pie-legend>li{padding-bottom:5px}.upraise-activity-pie-legend-insight{display:table-cell;height:210px;width:250px;vertical-align:middle}.upraise-pie-legend>li{padding-bottom:5px}.upraise-stackedbar-legend{padding-top:10px;text-align:center}.upraise-stackedbar-legend-item{margin-right:20px;margin-bottom:5px;float:none;display:inline-block}.upraise-activity-bar-chart{height:360px;padding:10px}.upraise-activity-line-chart{height:200px;padding:10px}.upraise-feedback-shared-section{font-size:.9em;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;background:#ebf2f9}.upraise-feedback-shared-section-title{padding:10px 0 10px 10px;width:58px;color:#3b73af;font-size:11px;line-height:1em;text-align:center}.aui-progress-indicator-wrapper{width:50%;margin-left:auto;margin-right:auto}#request-feedback a,#provide-feedback a{text-decoration:none;color:black}#info-write-to-us{margin-bottom:20px}.upraise-jira-dialog-content .aui-message{margin:10px}.upraise-license-admin-title{display:inline-block;margin-left:10px;top:32px;position:absolute}.upraise-license-admin-title a{text-decoration:none;color:black}#review-cycle-container form.aui .icon-required{position:initial;margin-left:5px}.upraise-readonly-form-cell{padding-top:5px!important}.upraise-header-action-select-cycle{display:inline-block;margin-right:10px;text-align:left;width:400px}#review-cycle-container .field-group .aui-group{margin-top:0}.upraise-review-cycle-actions,.upraise-objective-cycle-actions{display:inline-block;vertical-align:top}#review-form-dialog .form-body{padding-top:0}#review-form-dialog .questions-section .field-group{padding:0}.upraise-textarea-input{max-width:none!important}#performance-reviews-list-content,#performance-reviews-list-content h4{margin-top:0}#performance-reviews-list-content h4+h4{margin-top:20px}#performance-reviews-list-content .aui-table-sortable{margin-bottom:30px;border:1px solid #ddd}#performance-reviews-list-content .aui-table-sortable th{background-color:#eee}#performance-reviews-list-content .action-required{color:#c9302c}#performance-review-form-view{margin-top:0}#performance-review-form-content form.aui{margin-top:0}.upraise-loading-indicator{margin-right:10px;margin-bottom:10px;visibility:hidden;vertical-align:middle;background:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/loader.gif') 0 center no-repeat}#performance-review-form-view{background-color:#fff}#appraisee_score,#appraiser_score{font-size:20px;font-weight:bold}#performance-review-form-content h3{color:#000;font-size:18px;font-weight:bold;line-height:1.5;text-transform:none;margin:10px 0 0 0}.upraise-panel-top{margin-top:0!important}.upraise-side-nav{width:210px!important;padding:0;background-color:#fff!important}.upraise-side-nav .aui-navgroup-vertical{margin-left:0;margin-right:0}.upraise-nav-upraise-label{padding:10px 0 7px 10px;background:#f5f5f5;border-bottom:1px solid #ddd}.upraise-admin-menu-links{padding:15px 10px 10px 10px}.upraise-admin-menu-links .aui-lozenge{float:right;margin-bottom:10px}.upraise-side-nav .aui-nav-heading{margin-top:15px;padding-top:15px;border-top:1px solid #ddd!important}.upraise-inner-page-header{padding:15px 20px 0 20px}#performance-review-list-view .aui-navgroup-horizontal{border-top:none!important}#appraisee-questions .short-field,#appraiser-questions .short-field{max-width:80px}#users-table .aui-restfultable-operations .make-admin{vertical-align:middle}#search-panel-row tr:hover{background-color:#FFF}.upraise-panel-top form.aui .error{clear:both;color:#d04437;display:block;margin:5px 0 0 0}.upraise-inner-page-header .aui-page-header-actions>.aui-buttons{margin:0!important}.upraise-message-text{font-family:Arial,sans-serif;font-size:12px;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;border:solid 1px #ccc;background-color:#ebf2f9;min-height:20px;padding:10px;border-radius:2px}#tags-selector-trigger{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.upraise-tag-filter{width:100%}.upraise-legend-group-header{padding-top:10px;margin-left:20px}.upraise-tag-group-select{padding:10px;text-align:right;border:1px solid #cad8e7;border-top:0;border-bottom:0}.upraise-settings{padding-top:20px}form#upraise-settings-form .field-group{padding-left:170px}#isEnableButton,#AllowEditProfileButton{margin-left:10px}#activityChartHR{cursor:pointer}.upraise-summary-tab{display:inline-block;list-style:none;margin:0 10px}.upraise-summary-tab .tab-count{display:inline-block;font-size:40px}.upraise-summary-tab .tab-label{display:inline-block;line-height:1.3;margin-left:5px}.upraise-summary-tab a{border-bottom:3px solid transparent;color:#333;display:block;text-decoration:none}.upraise-summary-tab a:visited{color:inherit}.upraise-summary-tab .black .tab-count{color:#333}.upraise-summary-tab.active-tab a.black,.upraise-summary-tab:hover a.black{border-bottom-color:#333}.upraise-summary-tab .red .tab-count{color:#ff6347}.upraise-summary-tab.active-tab a.red,.upraise-summary-tab:hover a.red{border-bottom-color:#ff6347}.upraise-summary-tab .green .tab-count{color:#14892c}.upraise-summary-tab.active-tab a.green,.upraise-summary-tab:hover a.green{border-bottom-color:#14892c}.upraise-summary-tab .yellow .tab-count{color:#ffd351}.upraise-summary-tab.active-tab a.yellow,.upraise-summary-tab:hover a.yellow{border-bottom-color:#ffd351}.upraise-summary-tab .blue-gray .tab-count{color:#4a6785}.upraise-summary-tab.active-tab a.blue-gray,.upraise-summary-tab:hover a.blue-gray{border-bottom-color:#4a6785}.upraise-summary-tab .lime .tab-count,.upraise-summary-tab:hover .lime{color:#c0ff00}.upraise-summary-tab.active-tab a.lime,.upraise-summary-tab:hover a.lime{border-bottom-color:#c0ff00}.upraise-summary-tab .kelly-green .tab-count,.upraise-summary-tab:hover .kelly-green{color:#4cbb17}.upraise-summary-tab.active-tab a.kelly-green,.upraise-summary-tab:hover a.kelly-green{border-bottom-color:#4cbb17}.upraise-summary-tab .olive .tab-count,.upraise-summary-tab:hover .olive{color:#7f8000}.upraise-summary-tab.active-tab a.olive,.upraise-summary-tab:hover a.olive{border-bottom-color:#7f8000}.upraise-summary-tab .pine-green .tab-count,.upraise-summary-tab:hover .pine-green{color:#01796f}.upraise-summary-tab.active-tab a.pine-green,.upraise-summary-tab:hover a.pine-green{border-bottom-color:#01796f}.upraise-summary-tab .forest-green .tab-count,.upraise-summary-tab:hover .forest-green{color:#228b22}.upraise-summary-tab.active-tab a.forest-green,.upraise-summary-tab:hover a.forest-green{border-bottom-color:#228b22}.upraise-summary-tab .army-green .tab-count,.upraise-summary-tab:hover .army-green{color:#4b5320}.upraise-summary-tab.active-tab a.army-green,.upraise-summary-tab:hover a.army-green{border-bottom-color:#4b5320}.upraise-group{margin-top:20px;width:100%;display:flex}.upraise-group>.upraise-group-item{float:left;margin:0;vertical-align:top;background-color:#efefef;border:1px solid #ccc;width:50%}.upraise-group>.upraise-group-item+.upraise-group-item{margin-left:20px}.upraise-settings-header{padding:20px 20px 10px 20px}.upraise-settings-content{padding:0 20px 20px 20px}.upraise-settings-header-btn{float:right}.aui-group .aui-item.upraise-settings-header-title{vertical-align:middle}.upraise-users-table-container{margin-top:20px;border:1px solid #ccc;border-bottom:0;display:table}.upraise-width-non-admin-user thead>tr>th{width:25%}#teams-table thead>tr>th{width:18%;vertical-align:bottom}#users-table tr#search-panel-filters{border-bottom:1px solid #ccc}.upraise-user-role-input{width:120px}.upraise-users-reset-link{margin-top:35px}.upraise-all-objectives{padding:0 20px}.upraise-all-obj-list-table{margin-top:0!important}.upraise-all-obj-list-table tbody td{padding:10px 10px 6px 0!important}.upraise-all-obj-list-table thead th{padding:10px 10px 6px 0!important}.upraise-all-obj-list-table .user-column{width:15%}.upraise-all-obj-list-table .date-column{width:10%}.upraise-all-obj-list-table .date-time-column{width:15%}.upraise-all-obj-list-table .status-column{width:15%}.upraise-all-obj-list-table .labels-column{width:10%}.upraise-all-obj-list-table .id-column{width:10%}.upraise-all-obj-list-table .obj-cycle-column{width:15%}.upraise-all-obj-list-table .weight-column{width:8%}.upraise-all-obj-list-table .progress-column{width:10%}.upraise-all-obj-list-table .obj-column{width:30%}.upraise-all-obj-list-table .upraise-action-column{width:5%}.upraise-all-obj-list-table .upraise-icon-column{width:1%}.upraise-all-obj-list-table .contributes-to-column{width:15%}.upraise-all-obj-list-table .conf-status-column{width:10%}.upraise-all-obj-list-table .owner-teams-column{width:15%}.upraise-min-width-70{min-width:70px}.upraise-min-width-90{min-width:90px}.upraise-min-width-140{min-width:140px}.upraise-min-width-290{min-width:290px}.upraise-all-obj-list-table tbody>tr{background:#fff}.upraise-all-obj-list-table tbody>tr.upraise-collapsible-objective-details{background:#f0f0f0;!important}.upraise-obj-filter-table tbody>tr,.upraise-obj-filter-table tbody>tr>td,.upraise-obj-filter-table thead{border:none!important}.upraise-obj-filter-table #status-filter-trigger{max-width:105px;width:105px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.upraise-view-response-filter .upraise-obj-filter-table #status-filter-trigger{max-width:120px!important;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.upraise-objective-filter-div #status-filter-trigger{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.upraise-objective-filter-div #pageSize-filter{min-width:85px!important}.upraise-action-column .aui-button{margin-left:3px}.upraise-action-column .aui-button:first-child{margin-left:0}.upraise-all-obj-list-table tbody>tr:HOVER,.upraise-rf-users-list-table tr:HOVER{background-color:#f5f5f5}.upraise-progress-percentage{font-weight:bold;vertical-align:middle;margin-left:5px;color:grey}.upraise-all-obj-list-table progress{vertical-align:middle}.upraise-obj-details-page .upraise-progress-percentage{min-width:40px!important;display:inline-block}.upraise-overdue-flag{color:#d04437}.upraise-overflow-x-scroll{overflow-x:scroll}.upraise-medium-priority-flag{color:#f6c342}.upraise-low-priority-flag{color:#14892c}.upraise-all-objectives .aui-iconfont-flag{margin-left:-20px}.upraise-charts-container-div ::-webkit-scrollbar{width:12px;height:10px}.upraise-charts-container-div ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3)}.upraise-charts-container-div ::-webkit-scrollbar-thumb{-webkit-border-radius:10px;border-radius:10px;background:#98b4d0;-webkit-box-shadow:inset 0 0 6px #98b4d0}.upraise-charts-container-div ::-webkit-scrollbar-thumb:window-inactive{background:#98b4d0}.upraise-show-more-objective{border-radius:4px;border:1px solid #ccc;display:block;margin:20px;overflow:hidden;padding:.35em;text-align:center;text-decoration:none}progress[value]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;color:#8daf1f;border-radius:3px;height:11px}.upraise-all-obj-list-table progress[value]{width:69%}progress[value]::-webkit-progress-bar{background-color:#eee;border-radius:2px;box-shadow:0 2px 5px rgba(0,0,0,0.25) inset}progress[value]::-webkit-progress-value{background-color:#8daf1f}progress[value]::-moz-progress-bar{border-radius:2px;background-size:35px 20px,100% 100%,100% 100%}.upraise-charts-container-div{padding:20px 0 0 0;background:#d7d7d7;background:-webkit-linear-gradient(top,#fafafa,#d7d7d7);background:-o-linear-gradient(top,#fafafa,#d7d7d7);background:-moz-linear-gradient(top,#fafafa,#d7d7d7);background:linear-gradient(top,#fafafa,#d7d7d7)}.upraise-charts-container-div h2{text-align:center}.upraise-obj-filter-table ul,.upraise-obj-filter-table .filter-change-enabled{background-color:#f5f5f5!important}.upraise-seperator-line{display:table-cell;width:100%;vertical-align:middle}.upraise-objective-cycle-unit{border:1px solid #ccc;margin-bottom:20px}.upraise-objective-cycle-unit .aui-lozenge{margin-left:15px}.upraise-objective-cycle-title{padding:10px;background-color:#ebf2f9;font-weight:bold;cursor:pointer}.upraise-objective-cycle-title .exp-col-icon,.upraise-cycle-unit-title .exp-col-icon{height:24px}.upraise-objective-cycle-details{padding:10px;margin-bottom:10px}.upraise-objective-cycle-details .field-group{margin-bottom:9px!important}.upraise-objective-cycle-details .field-label{color:#707070;width:224px!important;margin-left:-146px!important;padding:0!important;margin-right:20px}.upraise-objective-cycle-details #edit-obj-cycle-btn{margin-right:10px}.upraise-objective-cycle-details .buttons-container{padding:1px 0 4px 269px!important}.upraise-objective-cycle-details .checkbox+label,.upraise-objective-cycle-details .radio+label{color:#000!important}#tabs-obj-cycle-settings .upraise-objective-cycle-actions{margin:20px 0;float:right}#tabs-company-obj-settings{padding:15px 0 0 0}.upraise-cycle-info{width:80%;vertical-align:middle!important}.aui-datepicker-dialog{z-index:4000!important}#add-edit-obj-cycle-dialog label{width:36%;margin-right:20px}#add-edit-obj-cycle-dialog .time-period-container{margin-top:0;display:inherit}#add-edit-obj-cycle-dialog textarea{max-width:80%!important}#add-edit-obj-cycle-dialog .medium-field{width:190px;max-width:190px}#add-edit-obj-cycle-dialog #newObjAddedTillSel+div.error,#add-edit-obj-cycle-dialog #title+div.error,#add-edit-obj-cycle-dialog #existingObjEditedTillSel+div.error,#add-edit-obj-cycle-dialog #message+div.error,#add-edit-obj-cycle-dialog #assessmentPeriodEnd+div.error{margin-left:88px}div.upraise-collapsible-details{border:1px solid #ccc;padding:10px 0}div.upraise-collapsible-title{padding:5px;background:#3b73af;margin-top:10px;color:#fff;cursor:pointer}.upraise-collapsible-title{cursor:pointer}#add-new-obj-cycle-form .upraise-feedback-message{width:80%}.upraise-hideform{visibility:hidden;height:0;overflow:auto;padding:0!important}#check-in-dialog div.error{margin-left:0}#add-objective-form div.radio,#edit-objective-form div.radio{display:inline-block;padding:0 10px 0 20px}#add-objective-form fieldset.group .aui-group .aui-item:first-child,#edit-objective-form fieldset.group .aui-group .aui-item:first-child{width:20%}fieldset.group .aui-item.upraise-obj-sharing-label{vertical-align:middle;text-align:right}fieldset.group .aui-group.upraise-obj-sharing-options{margin:6px 0 5px 0}.upraise-my-objectives-screen .upraise-objective-cycles-container .aui-select2-container{background:0}.upraise-my-objectives-screen .upraise-objective-cycles-container{padding:20px}.upraise-my-objectives-screen .upraise-objective-cycle{margin-bottom:20px}.upraise-my-objectives-screen .upraise-objective-cycle .upraise-obj-cycles-list-container{width:65%}.upraise-my-objectives-screen .upraise-objective-cycle .upraise-obj-cycles-list-container .upraise-obj-list-wrapper{max-height:600px;overflow-y:auto}.upraise-my-objectives-screen .upraise-objective-cycle .upraise-objective-details-container{padding:0 0 0 20px;border-left:1px solid #ccc;height:600px}.upraise-my-objectives-screen .upraise-objective-cycle .upraise-obj-cycles-list-container .active{background-color:#f5f5f5!important}.upraise-my-objectives-screen .upraise-objective-cycle .upraise-objective-unit{border:1px solid #ccc;border-bottom:0;border-left:5px solid #3572b0;padding:5px;background:#fff;margin:0!important;cursor:pointer}.minimized-list{width:35%!important}.upraise-my-objectives-screen .min-details #max-min-btn .aui-iconfont-arrows-right{display:none!important}.upraise-my-objectives-screen .max-details #max-min-btn .aui-iconfont-arrows-left{display:none!important}#confirm-dialog .comment-msg,#comment-dialog .comment-msg{width:100%;margin-top:10px;font-family:Arial,sans-serif;font-size:14px}.upraise-my-objectives-screen .title-div{float:left;overflow:hidden;white-space:nowrap}.upraise-my-objectives-screen .for-ready{width:87%}.upraise-my-objectives-screen .for-inprogress{width:80%}.upraise-my-objectives-screen .for-open{width:88%}.upraise-my-objectives-screen .for-deferred{width:80%}.upraise-my-objectives-screen .for-completed{width:82%}.upraise-my-objectives-screen .for-ready-for-grading{width:74%}.upraise-my-objectives-screen .for-carried-forward{width:74%}.upraise-my-objectives-screen .minimized-list .for-ready{width:73%}.upraise-my-objectives-screen .minimized-list .for-inprogress{width:58%}.upraise-my-objectives-screen .minimized-list .for-open{width:73%}.upraise-my-objectives-screen .minimized-list .for-deferred{width:58%}.upraise-my-objectives-screen .minimized-list .for-completed{width:60%}.upraise-my-objectives-screen .minimized-list .for-ready-for-grading{width:48%}.upraise-my-objectives-screen .minimized-list .for-carried-forward{width:48%}.upraise-cycle-unit{border-left:1px solid #ccc;border-bottom:2px solid #ccc}.upraise-cycle-unit-title{padding:10px 10px 10px 0;margin:0}.upraise-cycle-unit .obj-count{color:#999;font-size:12px;font-weight:normal;margin-left:10px}.upraise-objective-icon-1{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/objective-icon-company-48.png");background-repeat:no-repeat;height:48px;width:48px;background-size:48px 48px;background-position:center}.upraise-objective-icon-2{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/objective-icon-team-48.png");background-repeat:no-repeat;height:48px;width:48px;background-size:48px 48px;background-position:center}.upraise-objective-icon-3{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/objective-icon-indi-48.png");background-repeat:no-repeat;height:48px;width:48px;background-size:48px 48px;background-position:center}.upraise-objective-icon-4{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/hierarchy.png");background-repeat:no-repeat;height:48px;width:48px;background-position:center}.upraise-objective-icon-thumbnail-1{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/objective-icon-company-16.png");background-repeat:no-repeat;height:16px;width:16px}.upraise-objective-icon-thumbnail-2{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/objective-icon-team-16.png");background-repeat:no-repeat;height:16px;width:16px}.upraise-objective-icon-thumbnail-3{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/objective-icon-indi-16.png");background-repeat:no-repeat;height:16px;width:16px}.upraise-icon-container{width:3%}.upraise-icon-small{height:16px;width:5px}.upraise-calendar-icon-xsmall{height:10px;width:10px}.upraise-calendar-icon-xsmall:before{font-size:14px;margin-top:-3px}.upraise-objective-status{float:right}.upraise-margin-bot20{margin-bottom:20px}.upraise-margin-bot10{margin-bottom:10px}.upraise-margin-top5{margin-top:5px}.upraise-font-size14{font-size:14px}.upraise-font-size12{font-size:12px}.upraise-font-size20{font-size:20px}.upraise-obj-prop-name{font-size:14px;color:#707070}.upraise-width-100{width:100%}.upraise-cycle-description-text{text-align:justify;padding-left:89px;font-family:Arial,sans-serif;font-size:14px;margin-top:0;white-space:pre-line;word-wrap:break-word}.upraise-displaytable{display:table}.upraise-dispay-flex{display:flex}.upraise-dispay-inline{display:inline}.upraise-dispay-inline-flex{display:inline-flex}.upraise-details-type{border:0;border-bottom:1px solid #ccc;padding-top:3px}.upraise-my-objectives-screen .upraise-objective-cycle .upraise-objective-unit:last-child{border-bottom:1px solid #ccc}.upraise-my-objectives-screen .upraise-objective-cycle .upraise-objective-details-container .obj-title{font-size:20px;line-height:1.5;margin:20px 0}.upraise-my-objectives-screen .upraise-objective-cycle .upraise-objective-details-container .left-side-details{width:75%;border-right:1px solid #ccc;padding-right:20px}.upraise-my-objectives-screen .objective-title .aui-icon{margin-right:5px}.upraise-my-objectives-screen .objective-title{vertical-align:middle;padding-left:10px!important}.upraise-shared-with-selected{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/shared-with-selected.png")}.upraise-obj-details-page .upraise-obj-comments-container,.upraise-my-objectives-screen .upraise-obj-comments-container{margin-top:20px}.upraise-obj-details-page .upraise-comment-content,.upraise-my-objectives-screen .upraise-comment-content{padding-left:20px;display:none;font-size:14px;margin-top:5px}.upraise-obj-details-page .upraise-add-comment-button-box,.upraise-my-objectives-screen .upraise-add-comment-button-box{margin:20px 0;padding-left:20px}.upraise-obj-details-page .upraise-obj-comment:hover,.upraise-my-objectives-screen .upraise-obj-comment:hover{background-color:#e6e6e6;border-left:5px solid #3572b0;padding-left:5px}.upraise-obj-details-page .upraise-obj-comment,.upraise-my-objectives-screen .upraise-obj-comment{border-bottom:1px solid #ccc;padding:10px;font-size:14px;cursor:pointer}.upraise-comment-form .error,.upraise-comment-form .error{color:#d04437}.upraise-inner-page-header .aui-page-header-actions .select2-chosen{text-align:left}.upraise-side-nav-header{color:#ccc;padding-bottom:10px;font-size:24px}.upraise-obj-details-page{padding:10px 20px}.upraise-editable-view{display:none}.upraise-due-date{font-size:12px;color:#707070}.upraise-check-item-container div.checkbox{margin-top:5px!important}.upraise-obj-key-results-div .upraise-okr-container:last-of-type,.upraise-obj-details-page .upraise-obj-link-container:last-of-type{border-bottom:0}.upraise-okr-unit:hover,.upraise-check-item-container:hover,.upraise-obj-link-container:hover,.upraise-objective-link-container:hover{background-color:#f5f5f5}.upraise-obj-link-container.upraise-okr-unit{display:table;padding:2px 5px}.upraise-obj-link-container.upraise-okr-unit .aui-item{vertical-align:middle}.aui-iconfont-delete,.aui-iconfont-edit,.aui-iconfont-link{cursor:pointer}.upraise-obj-link-container{display:flex;margin-bottom:5px}.upraise-objective-link-container{display:table-row}.upraise-obj-link-container p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80%;margin-bottom:5px}#upraise-okr-selected .upraise-obj-link-container p{width:440px}.upraise-obj-link-container ul{float:right;list-style:none;display:flex;width:136px;margin:0;padding-left:10px}.upraise-obj-link-container ul li{margin:0 4px}.upraise-check-item-container .aui-group+.aui-group,.upraise-obj-link-container .aui-group+.aui-group{padding-left:20px}.upraise-issue-objective-link{padding:10px;border:1px solid #ccc;margin:10px 10px 0 10px;background:#f5f5f5;display:flex}.upraise-issue-panel-obj-title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:65%}.upraise-issue-objective-status{width:100%;text-align:right}#view-issue-objectives .upraise-accordion-details{border:1px solid #ccc;margin:0 10px;border-top:0;padding:10px}#view-issue-objectives .upraise-obj-prop-name{width:15px}#view-issue-feedbacks{margin-top:20px;border-top:1px dashed #ccc;padding-top:10px}#upraise-link-issue-to-obj-dialog label{font-size:12px}#upraise-link-issue-to-obj-dialog #objStatus .aui-lozenge{display:none}#upraise-link-issue-to-obj-dialog .aui-dialog2-content{height:auto!important}.upraise-accordion-title{cursor:pointer}.upraise-obj-details-row .aui-item{width:25%}.upraise-weightage-dialog .aui-inline-dialog-contents{padding:20px!important}.upraise-obj-due-date-color-1{color:green}.upraise-obj-due-date-color-2{color:red}#upraise-issue-search-result p{background:#f5f5f5;padding:4px}#upraise-okr-type-issue div.field-group{padding-left:75px!important}.upraise-add-issue-link{float:right;color:#3b73af;cursor:pointer}.upraise-details-section-new{padding:10px;border:1px solid #ccc}.upraise-obj-details-title{padding:10px;border:1px solid #ccc;border-right:10px solid #366da5}.upraise-obj-details-data{padding:10px;border:1px solid #ccc;border-top:0}.upraise-section-title{width:85%;vertical-align:middle;font-size:18px;text-decoration:none!important}.upraise-prog-percent{color:#8daf1f;font-size:34px}.upraise-width35{width:35%}.upraise-add-key-result{margin-top:-2px!important;cursor:pointer}.upraise-obj-details-page .upraise-check-item-container,.upraise-obj-details-page .upraise-obj-link-container{padding:10px;border-bottom:1px solid #ccc;margin-top:0!important}.upraise-obj-details-page .upraise-obj-link-container{padding:10px;border-bottom:1px solid #ccc;display:inline-table;margin:0}.upraise-obj-details-page .upraise-obj-link-container ul{list-style:none;display:flex;margin:0;padding-left:10px;float:left}#upraise-edit-okr .field-group{padding-left:0}#upraise-edit-okr .form-body{padding-left:80px}.upraise-align-left{text-align:left}.upraise-align-right{text-align:right}.upraise-details-cycle-section .upraise-obj-prop-name{padding:0}.upraise-jql-validator{margin:2px -4px 0 10px}#upraise-okr-type-issue #upraise-issue-search{height:33px;overflow:hidden;width:75%;resize:none;max-width:none}.upraise-obj-details-title a,.upraise-obj-key-results-div a{cursor:pointer}.upraise-obj-key-results-div .upraise-due-date{margin-top:4px}.upraise-click-disabled{pointer-events:none}.upraise-in-product-help{border:2px solid #ccc;border-width:2px;border-radius:3px;overflow:hidden;padding:10px;line-height:1.5;margin:10px}.upraise-checklist-dialog .field-group{padding-left:100px!important}.upraise-checklist-dialog{width:660px!important}.upraise-add-okr-dialog .aui-dialog2-content{height:350px!important}.upraise-obj-details-page .upraise-show-more-okr{display:block;margin:15px 20px 0 20px;padding:5px;border-radius:4px;border:1px solid #ccc;text-align:center;text-decoration:none}.upraise-grey{color:grey}.upraise-my-objectives-screen .upraise-check-item-container,.upraise-my-objectives-screen .upraise-obj-link-container{background:#f5f5f5;margin-bottom:5px;padding:5px}.upraise-objective-gadget-container .upraise-check-item-container,.upraise-objective-gadget-container .upraise-obj-link-container{background:#f5f5f5;margin-bottom:5px;padding:5px}.upraise-my-objectives-screen .upraise-obj-link-container p{max-width:250px}.upraise-objective-gadget-container .upraise-obj-link-container p{max-width:500px}.upraise-details-closable{cursor:pointer}.upraise-details-closable .aui-icon{vertical-align:middle}.upraise-check-item-container .upraise-progress-percentage-bar,.upraise-obj-link-container .upraise-progress-percentage-bar{width:80%;float:left;margin-top:6px}.upraise-obj-summary-view-container .upraise-progress-percentage-bar{width:72%}#upraise-punch-in-okr-form label{padding-left:25px;padding-right:10px}.upraise-alignment-block-title{padding:5px 10px;border:1px solid #ccc;margin-top:10px;color:#Fff;background-color:#3572b0}#upraise-tab-alignment .upraise-obj-link-container{padding:10px;border:1px solid #ccc;border-top:0}#upraise-tab-alignment .upraise-obj-link-container .upraise-margin-top0{background:#f5f5f5}.upraise-add-alignment{cursor:pointer}.upraise-obj-link-status-box{text-align:right;width:20%!important;margin-top:0}#upraise-progress-tracker-chart{width:100%}.upraise-transition-action-btn{cursor:pointer}.upraise-hide-dropdown-arrow::after{display:none}.upraise-kpi-punch-in{font-weight:bold;text-decoration:underline;background:#f5f5f5;border-radius:50%;padding:2%}.upraise-objective-gadget-container .upraise-kpi-punch-in{background:0}.upraise-show-more-kr-actions{display:block;border:1px solid #ccc;text-align:center;border-radius:4px;padding:5px;margin-top:10px;cursor:pointer}.upraise-timeline{max-width:1200px;margin:0 auto;padding:0 5%;font-size:100%;font-family:"Noto Sans",sans-serif;color:#3572b0;background:#fff}.upraise-timeline h2{margin:3em 0 0 0;font-size:1.5em;letter-spacing:2px;text-transform:uppercase}.upraise-timeline #timeline{list-style:none;margin:50px 0 30px 110px;padding-left:30px;border-left:8px solid #eee9dc}.upraise-timeline #timeline li{margin:10px 0;position:relative}.upraise-timeline #timeline p{margin:0 0 15px;white-space:pre-line}.upraise-timeline .date{margin-top:-10px;top:50%;left:-168px;font-size:.95em;line-height:20px;position:absolute;color:#707070}.upraise-timeline .circle{margin-top:-10px;top:50%;left:-44px;width:10px;height:10px;background:#48b379;border:5px solid #eee9dc;border-radius:50%;display:block;position:absolute}.upraise-timeline .content{max-height:20px;padding:50px 20px 0;border-color:transparent;border-width:2px;border-style:solid;border-radius:.5em;position:relative}.upraise-timeline .content:before,.upraise-timeline .content:after{content:"";width:0;height:0;border:solid transparent;position:absolute;pointer-events:none;right:100%}.upraise-timeline .content:before{border-right-color:inherit;border-width:20px;top:50%;margin-top:-20px}.upraise-timeline .content:after{border-right-color:solid transparent;border-width:17px;top:50%;margin-top:-17px}.upraise-timeline .content p{max-height:0;color:transparent;text-align:justify;word-break:break-word;hyphens:auto;overflow:hidden}.upraise-timeline label{font-size:14px;position:absolute;z-index:100;cursor:pointer;top:20px;transition:transform .2s linear}.upraise-timeline .radio{display:none}.upraise-timeline .radio:checked+.relative label{cursor:auto;transform:translateX(42px)}.upraise-timeline .radio:checked+.relative .circle{background:#f98262}.upraise-timeline .radio:checked ~ .content{max-height:180px;border-color:#3572b0;margin-right:20px;transform:translateX(20px);transition:max-height .4s linear,border-color .5s linear,transform .2s linear}.upraise-timeline .radio:checked ~ .content p{max-height:200px;color:#000;transition:color .3s linear .3s}.upraise-timeline .relative label .aui-avatar,.upraise-timeline .relative label .aui-lozenge{vertical-align:middle}#upraise-rf-configure-container .upraise-configure-rf-settings{border:0;padding:10px}#upraise-rf-configure-container .upraise-configure-rf-details{border:1px solid #ccc;padding:10px}#upraise-rf-configure-container .upraise-configure-rf-details label{padding-top:0}.upraise-configure-rf-details textarea{width:373px!important}.upraise-configure-rf-settings-container{margin:20px 0!important;border:solid 1px #ccc}.upraise-configure-rf-details div.aui-item:FIRST-CHILD label{padding-left:15px;margin-right:10px}#upraise-rf-configure-container .upraise-configure-rf-details{margin-bottom:20px}#upraise-rf-configure-container .upraise-configure-rf-settings h5{display:inline}#upraise-rf-configure-container .configure-rf-details .field-group,.upraise-form-info-details .field-group{padding-left:100px!important}.upraise-timeline .relative label .aui-avatar,.upraise-timeline .relative label .aui-lozenge{vertical-align:middle}.upraise-configure-rf-settings .description{margin-top:10px!important;position:absolute}#edit-rf-destribution-form .upraise-expand-collapse-icon{margin-top:5px;float:left}.upraise-step-number{background-color:gray;height:20px;width:20px;color:white;border:1px solid;border-radius:50%;margin:0 10px;text-align:center;float:left}.upraise-clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden}.upraise-clearfix{display:inline-block}.upraise-clearfix{display:block}.upraise-float-left{float:left}.upraise-float-right{float:right}.upraise-obj-comment-baner{line-height:1.5em}.upraise-obj-baner-title-collapsed{float:left;width:50%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:4px}.upraise-obj-baner-title-expanded{float:left;width:58%;overflow:hidden;text-overflow:ellipsis;padding-left:4px}.upraise-obj-comment-action-links{float:right;width:45px;cursor:pointer;color:#333}.upraise-obj-comment-action-links a{color:black}.upraise-obj-comment-action-links a:hover{color:black}.upraise-hidden-div{display:none}.upraise-obj-edit-comment-buttons{margin-top:10px;margin-bottom:10px}.upraise-cycle-description{padding-bottom:20px;padding-left:20px;padding-right:20px;text-align:justify}.upraise-aui-expander-content{min-height:3em}.upraise-general-table{margin-top:20px}#reveal-text-content{min-height:7em}.upraise-like-indicator{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/like.png")}.upraise-unlike-indicator{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/unlike.png")}.upraise-cheer-indicator{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/cheer.png")}.upraise-uncheer-indicator{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/uncheer.png")}.upraise-start-value-icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/start-value.png")}.upraise-target-icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/target.png")}.upraise-kpi-icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/kpi_icon.png")}.upraise-team-icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/team_icon.png")}.upraise-company-icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/company_icon.png")}.upraise-width0{width:0}#upraise-rf-configure-container .field-group .aui-group{margin-top:0}#upraise-rf-configure-container .upraise-rf-users-list-container{padding:10px 0}.upraise-rf-users-list-table .td,.upraise-rf-users-list-table .th{text-align:center}.upraise-rf-users-list-table .reviewee-column{width:25%}.upraise-rf-users-list-table .reviewer-column{width:30%}.upraise-rf-users-list-table .upraise-action-column{width:15%;text-align:center;vertical-align:middle;padding:7px 0}.upraise-rf-users-list-table .upraise-action-column .readonly-field{display:inline-block}.upraise-rf-users-list-table .readonly-field{display:block;padding:3px 3px 3px 0;cursor:pointer;min-height:20px}.upraise-rf-users-list-table .readonly-field .aui-iconfont-edit{float:right;visibility:hidden}.upraise-rf-users-list-table td:HOVER .readonly-field{background-color:#fff}.upraise-rf-users-list-table td:HOVER .readonly-field .aui-iconfont-edit{visibility:visible}.upraise-rf-users-list-table .upraise-delete-distri-user{cursor:pointer}.upraise-rf-users-list-table .editable-field{display:none}.upraise-rf-users-list-table .hidden-row{display:none}.upraise-360-table-column{width:15%!important}.upraise-form-info-tabs ul.tabs-menu::after,ul.upraise-my-forms-tabs.tabs-menu::after{background:none!important}.upraise-form-info-box{border:1px solid #ccc;margin-bottom:20px}.upraise-form-info-details{padding:0 10px;border-top:1px solid #ccc}.upraise-form-info-title{padding:10px;background-color:#296ca3;font-weight:bold;cursor:pointer;color:white}.upraise-responses-list-table{border:solid 1px #ccc}.upraise-responses-list-table th{width:23%;color:white!important}.upraise-responses-list-table thead{background-color:#3b73af!important}.upraise-responses-list-table .reviewee-column,.upraise-responses-list-table .reviewer-column{width:25%}.upraise-rating-star-active{color:#205081}.upraise-rating-star-inactive{color:#888}.upraise-rating-half-star .upraise-rating-star-active:BEFORE{width:50%;overflow:hidden;color:#205081}.upraise-rating-half-star .upraise-rating-star-inactive:BEFORE{margin-left:-20px;color:#888}.upraise-rating-half-star+span{margin-left:-20px}.upraise-responses-list-table-360 .upraise-myreviews-about-img{width:40px}.upraise-responses-list-table-360 .upraise-myreviews-about-td{border-right:1px solid #ccc;vertical-align:middle}.upraise-responses-list-table-360 .upraise-myreviews-about-td .upraise-myreviews-about-img{width:60px}.upraise-responses-list-table-360 tr>td{padding:0 10px!important}.upraise-my-forms-table .upraise-myreviews-about-td .upraise-myreviews-about-img{width:40px!important}.upraise-my-forms-table tr>td{padding:0 5px!important;vertical-align:middle!important}.upraise-rf-users-list-table-360 .editable-field{display:block}.upraise-rf-users-list-table-360 .readonly-field{display:none}.upraise-lozenge-status-0{background-color:#4a6785;border-color:#4a6785;color:#fff}.upraise-lozenge-status-1{background-color:#4a6785;border-color:#4a6785;color:#fff}.upraise-lozenge-status-2{background-color:#f6c342;border-color:#f6c342;color:#594300}.upraise-lozenge-status-3{background-color:#14892c;border-color:#14892c;color:#fff}.upraise-lozenge-status-4{background-color:#815b3a;border-color:#815b3a;color:#fff}.upraise-lozenge-status-5{background-color:#ccc;border-color:#ccc;color:#333}.upraise-lozenge-status-6{background-color:#403294;border-color:#403294;color:#fff}.upraise-lozenge-status-7{background-color:#0065ff;border-color:#0065ff;color:#fff}.upraise-lozenge-status-8{background-color:#ffc400;border-color:#ffc400;color:#fff}.upraise-lozenge-status-9{background-color:#253858;border-color:#253858;color:#fff}.upraise-lozenge-status-10{background-color:#008da6;border-color:#008da6;color:#fff}.upraise-lozenge-status-11{background-color:#064;border-color:#064;color:#fff}.upraise-lozenge-status-12{background-color:#bf2600;border-color:#bf2600;color:#fff}.upraise-lozenge-status-13{background-color:#8777d9;border-color:#8777d9;color:#fff}.upraise-lozenge-status-14{background-color:#ff991f;border-color:#ff991f;color:#fff}.upraise-lozenge-status-15{background-color:#00a3bf;border-color:#00a3bf;color:#fff}.upraise-lozenge-status-16{background-color:#ff8b00;border-color:#ff8b00;color:#fff}.upraise-lozenge-status-17{background-color:#00c7e5;border-color:#00c7e5;color:#fff}.upraise-lozenge-status-18{background-color:#ff5630;border-color:#ff5630;color:#fff}.upraise-lozenge-status-19{background-color:#e8a033;border-color:#e8a033;color:#fff}.upraise-progress-0,a.upraise-progress-0:hover{color:#4a6785}progress[value].upraise-progress-0::-webkit-progress-value{background-color:#4a6785}.upraise-progress-0.aui-lozenge-subtle{background-color:#fff;border-color:#a5b3c2;color:#4a6785}.upraise-progress-1,.upraise-green,a.upraise-progress-1:hover{color:#14892c}progress[value].upraise-progress-1::-webkit-progress-value{background-color:#14892c}.upraise-progress-1.aui-lozenge-subtle{background-color:#fff;border-color:#60b070;color:#14892c}.upraise-progress-2,.upraise-yellow,a.upraise-progress-2:hover{color:#f6c342}progress[value].upraise-progress-2::-webkit-progress-value{background-color:#f6c342}.upraise-progress-2.aui-lozenge-subtle{background-color:#fff;border-color:#ffe9a8;color:#f6c342}.upraise-progress-3,.upraise-red,a.upraise-progress-3:hover{color:#d04437}progress[value].upraise-progress-3::-webkit-progress-value{background-color:#d04437}.upraise-progress-3.aui-lozenge-subtle{background-color:#fff;border-color:#e8a29b;color:#d04437}.upraise-lozenge-carried-forward{background-color:#205081;border-color:#205081;color:#fff}.upraise-lozenge-ready-to-close{background-color:#8777d9;border-color:#8777d9;color:#fff}.upraise-form-users-list-dialog{max-height:250px;overflow-y:auto}.upraise-forms-list-table td.action span{cursor:pointer}.upraise-forms-list-table ul.menu{float:right}.upraise-forms-list-table td.first-td{vertical-align:middle;border-right:1px solid #ccc}#emptyBuilderPanel,.emptyBuilderPanel{text-align:center;position:relative;border:1px solid;padding:75px;margin:65px 75px;border-radius:10px;background-color:#f5f5f5;color:#000}.upraise-review-form-section{border:1px solid #ccc;background-color:#f5f5f5}.upraise-review-form-section table>tbody>tr>td{width:10%;vertical-align:middle}.upraise-review-form-section table>tbody>tr>td:FIRST-CHILD{width:25%}.upraise-review-form-section table>thead{background-color:#3b73af;color:white}.upraise-form-accordion{border:1px solid #ccc;margin:10px 0}.upraise-form-accordion-title{padding:10px;background-color:#2a67a5;color:#fff;cursor:pointer}.upraise-form-accordion-title .exp-col-icon{height:22px}.upraise-form-accordion-details{padding:20px;background-color:#f5f5f5}.upraise-form-details-box,.upraise-distributions-box{border:1px solid #ccc;background-color:#fff}.upraise-form-details-box{width:30%;margin-right:20px!important}.upraise-form-details-box .aui-iconfont-delete,.upraise-form-details-box .aui-iconfont-edit{float:right;padding:3px 1px 0 0;color:#333}.upraise-form-title-box{padding:10px}.upraise-form-title-box .aui-item:FIRST-CHILD{width:64px}.upraise-form-title-box .aui-item:LAST-CHILD{padding-left:10px}.upraise-form-title-box .aui-item:LAST-CHILD span{font-size:20px}.upraise-form-info-field{padding:15px 10px;border-top:1px solid #ccc;margin:0 20px}.upraise-form-details-box .upraise-success-icon{float:right}.upraise-border-bot{border-bottom:1px solid #ccc}.upraise-border-left{border-left:1px solid #ccc}.upraise-border-none{border:none!important}.upraise-distributions-box{width:70%;padding:20px 10px}.upraise-form-details-container{display:inline-flex}.upraise-fontsize13{font-size:13px}.upraise-form-copy-box{margin-top:20px;text-align:center;margin-bottom:20px}.upraise-form-copy-box .aui-button{border-radius:0}.upraise-distribution-stats-box{padding-bottom:20px;border-bottom:1px solid #ccc}.upraise-distribution-stats-box .aui-item{border-right:2px solid #ccc;padding:10px 0}.upraise-distribution-stats-box .aui-item:LAST-CHILD{border:0}.upraise-distribution-stat{font-size:50px;text-align:center;padding-bottom:10px;color:#2a67a5;font-style:italic}.upraise-distribution-stat-name{font-size:20px;text-align:center}.upraise-distribution-stats-box .upraise-add-new-icon{margin:5% 0 4% 35%}.upraise-forms-list-table th#distribution{width:30%}.upraise-forms-list-table th#reviewPeriod{width:25%}.upraise-forms-list-table th#statusAndAction{width:20%}.upraise-forms-list-table th#distributedTO,.upraise-forms-list-table th#actions{width:10%;text-transform:capitalize}.upraise-forms-list-table th#dueDate{width:11%}.upraise-forms-list-table .distribution-name{overflow:hidden;max-width:130px;text-overflow:ellipsis;white-space:nowrap}.upraise-response-form-list .tabs-pane{border:none!important}.upraise-response-form-list .upraise-my-forms-tabs .active-tab{background:#ebf2f9;border-color:#3572b0}.upraise-response-form-list .upraise-my-forms-tabs a{text-decoration:none}.aui-dialog2-content{overflow:auto;overflow-x:hidden}.upraise-form-templates,.upraise-form-template{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.upraise-form-templates{padding:1px;overflow:hidden;list-style:none;margin:0}.upraise-form-templates:focus{outline:0}.upraise-form-template{float:left;vertical-align:top;margin:0;padding:10px;border:1px solid white;border-radius:3px;cursor:pointer;width:48%;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex}.upraise-selected{background-color:#e6eff8;border-radius:3px}li.upraise-form-template:hover,li.upraise-form-template:active{background-color:#e6eff8;border-radius:3px}.upraise-form-template-meta{width:80%;padding-left:0}.upraise-form-template-preview{float:left;width:48px;height:48px;vertical-align:text-bottom}.upraise-form-template-name{font-weight:bold;margin-top:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.upraise-template-group-header{margin-bottom:5px}.upraise-template-group{padding-bottom:0}.upraise-form-workflows{padding-left:0}.upraise-form-workflows li{list-style:none;margin:0 10px 10px 0;font-weight:bold;cursor:pointer}.upraise-section-tabs .tabs-menu{float:none}.upraise-section-tabs ul{width:100%!important}.upraise-form-template-description{text-align:justify}.upraise-form-disabled-text-area{border:1px solid #ddd;border-radius:3px;background-color:#f5f5f5;padding:5px;min-height:77px}.upraise-form-disabled-input{border:1px solid #ddd;border-radius:3px;background-color:#f5f5f5;padding:5px;min-height:20px}.upraise-drop-hover{border:1px dashed #ccc!important;min-height:200px;padding:20px!important}.upraise-file-icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/File-icon-64x64.png");background-repeat:no-repeat;height:64px;width:64px;background-position:center}.upraise-icon{background-repeat:no-repeat;height:64px;width:70px}.upraise_raw_appraisal_template_icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/upraise-performance-review.png")}.upraise_raw_single_other_reviewer_icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/upraise-single-person-review.png")}.upraise_raw_single_self_reviewer_icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/upraise-survey.png")}.upraise_360_review_icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/upraise-360-review.png")}.upraise-add-new-icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/Add-icon-45x45.png");background-repeat:no-repeat;height:64px;width:64px}.upraise-success-icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/Success-blue24x24.png");background-repeat:no-repeat;height:24px;width:24px;color:#2a67a5}.upraise-history-details{padding:10px 10px 0 30px;border-bottom:solid 1px #ccc}.upraise-history-details:hover{border-left:solid 5px #3572b0;background:#f5f5f5}.upraise-history-table tbody>tr{border:0}.upraise-history-details-content{padding:10px}table.upraise-history-table td{text-align:center;word-break:break-word}table.upraise-history-table tbody,table.upraise-history-table tbody tr{border:0}.upraise-objective-field{width:300px}.upraise-old-value{width:300px}.upraise-new-value{width:300px}.upraise-grades-table tr th:FIRST-CHILD{width:50%}.upraise-grades-table tr th:LAST-CHILD{width:35%}.upraise-feedback-container{border-top:solid 1px #ccc;border-right:solid 1px #ccc;border-bottom:solid 1px #ccc;padding:10px 0;margin:10px 10px 10px 0;background:#f5f5f5;border-radius:3px}.upraise-user-container{height:200px}.upraise-obj-container{margin-top:10px}.upraise-objective-cycle-details-chart-container{width:20%;text-align:center;font-weight:bold;font-size:12px}.upraise-objective-cycle-details-container{padding-right:10px}.upraise-response-list-header{display:flex}.upraise-response-list-header a{margin-left:10px;margin-top:5px}.upraise-view-response-chart{border-top:solid 1px #ccc;width:100%}.upraise-avatar-container{padding:0 20px 0 0;text-align:center;float:left}.upraise-shared-with-container{margin-left:35px;padding:5px 0}.upraise-feedback-shared-section-title.aui-item,.upraise-shared-with-container.aui-item{vertical-align:middle}.upraise-feedback-shared-section.aui-group>.aui-item+.aui-item{padding-left:10px}.upraise-show-more-shared-users{clear:both;position:relative;padding-top:10px;cursor:pointer}.upraise-okr-label{overflow:hidden;max-width:460px;text-overflow:ellipsis;white-space:nowrap}.aui-dropdown2.aui-style-default [aria-disabled="true"],.aui-dropdown2.aui-style-default a.disabled{color:#999;cursor:default}.upraise-disabled-btn{background:#f5f5f5!important;border-color:#ddd!important;color:#999!important;cursor:default!important}.upraise-myreviews-about-td{padding:0}.upraise-myreviews-about-img{width:60px;padding:10px}.upraise-myreviews-about-text{padding:5px 10px;padding-left:10px!important;vertical-align:middle!important}.upraise-fullname-display{padding-right:5px}.upraise-access-icon{margin-top:2px}.upraise-bold{font-weight:bold}.upraise-form-info-details form.aui div.field-group div{margin-top:5px}.upraise-form-info-details form.aui label{font-weight:bold}.upraise-distribution-message{margin-top:20px;color:#707070;min-height:50px}.upraise-form-workflow{border:solid 1px #ccc;border-top:none!important;margin-top:-20px!important}.upraise-form-workflow-text{padding:20px 10px}.upraise-form-workflow-text>label{font-weight:bold;color:#707070}.upraise-responses-list-table>thead{border-top:solid 1px #ccc;background-color:#ccc}.upraise-workflow-container ol{list-style-type:decimal;-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px}.upraise-progress-tracker-container{width:100%;text-align:center}.upraise-progress-tracker{display:table;font-size:12px;padding:0;table-layout:fixed;word-wrap:break-word;width:50%;margin:20px auto;text-align:left}.upraise-progress-tracker:first-child{margin-top:10px}.upraise-progress-tracker-step{box-sizing:border-box;display:table-cell;padding:0 10px;max-width:140px;min-width:80px;text-align:center;color:#3572b0}.upraise-progress-tracker-step>a,.upraise-progress-tracker-step>span{display:block;font-weight:700;outline:0;padding-top:25px;position:relative}.upraise-progress-tracker-step>a:before,.upraise-progress-tracker-step>span:before{background:#3572b0;border-radius:100%;box-shadow:0 0 0 3px #f5f5f5;content:"";height:10px;left:50%;margin-left:-5px;position:absolute;top:3px;width:10px}.upraise-progress-tracker-step+.upraise-progress-tracker-step>a:after,.upraise-progress-tracker-step+.upraise-progress-tracker-step>span:after{background:#3572b0;border:solid #f5f5f5;border-width:2px 0;box-shadow:-5px 0 0 -2px #3572b0,5px 0 0 -2px #3572b0;content:"";height:4px;left:-50%;margin-left:-14px;margin-right:6px;position:absolute;right:50%;top:4px}.upraise-progress-tracker-step-current~.upraise-progress-tracker-step{color:#707070}.upraise-progress-tracker-step-current~.upraise-progress-tracker-step>a:before,.upraise-progress-tracker-step-current~.upraise-progress-tracker-step>span:before{background-color:#ccc}.upraise-progress-tracker-step-current~.upraise-progress-tracker-step>a:after,.upraise-progress-tracker-step-current~.upraise-progress-tracker-step>span:after{background-color:#f5f5f5;box-shadow:none}.upraise-view-response-filter{border:solid 1px #ccc;margin-top:20px}.upraise-view-responses-header{max-width:90%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.upraise-obj-filter-table #designation-filter-trigger{max-width:105px;width:105px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.upraise-current-page{color:black!important}.upraise-pagination{float:right}.upraise-pagination a{cursor:pointer}.upraise-view-response-link{vertical-align:middle!important;color:#2a67a5}.upraise-myreviews-reviewer-text{vertical-align:middle!important;padding-left:5px!important;color:#707070!important}.upraise-non-editable-text{color:red;font-size:11px}.upraise-review-form-editicon{margin-top:-8px}.upraise-myreview-username{color:#707070!important}.upraise-dashboard-about-td{width:25%;padding:0}.upraise-dashboard-responseby-td{width:27%!important;vertical-align:middle!important}.upraise-disable-reset{pointer-events:none}.upraise-myreview-designation{font-weight:normal!important}.upraise-review-form-gadget-container .review-form-bucket:hover{background-color:#e6e6e6!important;border-left:5px solid #3572b0!important}.upraise-review-form-gadget-container .review-form-bucket{border:1px solid #ccc;background-color:#f5f5f5;margin-top:20px;cursor:pointer}.upraise-review-form-gadget-container .upraise-review-form-dashboard{margin-top:0;border-left:1px solid #ccc;border-right:1px solid #ccc}.upraise-review-form-gadget-container .form-details-button{padding-top:5px;float:right}.upraise-formname-label{overflow:hidden;max-width:20px;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.upraise-distribution-name-label{overflow:hidden;max-width:20px;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.upraise-view-workflow-span{vertical-align:middle!important;width:140px!important}.upraise-margin-bottom10{margin-bottom:10px!important}.upraise-margin-top10{margin-top:10px!important}.upraise-margin-top20{margin-top:20px}.upraise-height100{height:100px}.upraise-height400{height:400px}.upraise-height250{height:250px}.upraise-height350{height:350px}.upraise-designation{color:#3b73af;font-family:calibri;font-size:12pt;font-weight:regular}.upraise-user-avtar{height:48px;width:48px;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/userprofile.jpg")}.upraise-unstar{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/unstar.png")}.upraise-star{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/star.png");color:white}.upraise-search-icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/active4.png");background-repeat:no-repeat;background-position:right}.upraise-directory-content-background{background-color:#3b73b0;color:white}.upraise-directory-content-background .username{color:white}.upraise-directory-content-background .upraise-designation{color:white}.upraise-user-profile-content{padding:10px 20px 10px 20px;cursor:pointer}.upraise-inline-dialog{padding-top:690px}.upraise-company-directory{background-color:#f5f5f5;height:100%;width:300px}.upraise-user-details-avtar{text-align:center;height:96px;width:96px;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/profile.png")}.upraise-user-details .username{left:40%;padding-top:20px;color:#333;font-family:calibri;font-size:22px;font-weight:regular}.upraise-user-details .designation{left:40%;color:#707070;font-family:calibri;font-size:18px;font-weight:regular}.upraise-user-details{text-align:center}.upraise-user-email{text-align:center}.upraise-user-avtar-container{text-align:center}.upraise-email{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/email.png")}.upraise-skype{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/skype.png")}.upraise-phone{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/phone.png")}.upraise-action{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/action.png")}.upraise-location{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/location.png")}.upraise-manager{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/manager.png");vertical-align:middle}.upraise-team{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/team.png");vertical-align:middle}.upraise-graduate{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/graduate.png");vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:33px 33px}.upraise-skill{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/skill.png");vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:33px 33px}.upraise-more{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/more.png");float:right;padding-right:20px}.upraise-feedbackreceive{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/feedbackreceive.png");vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:33px 33px}.upraise-feedbackgiven{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/feedbackgiven.png");vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:33px 33px}.upraise-goal{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/goal.png");vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:33px 33px}.upraise-contact{color:#707070;font-family:calibri;font-size:12pt;font-weight:regular}.upraise-contact-container{padding-top:10px;width:inherit}.upraise-contact-container .upraise-contact{width:50%;text-align:center}.upraise-details-container{padding-top:10px;background-color:#3b73b0;width:300px;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;padding-bottom:10px;padding-left:10px;padding-right:10px}.upraise-manager-details{border-right:solid 1px #ccc;width:50%;text-align:center}.upraise-team-details{width:50%;text-align:center}.upraise-contain-string{color:#fff;font-family:calibri;font-size:14px;font-weight:regular}.upraise-contain-string-small{color:#fff;font-family:calibri;font-size:12pt;font-weight:regular}.upraise-contain-string-number{color:#fff;font-family:segoe WP;font-size:24pt;font-weight:regular}.upraise-contain-string-box{border:solid 1px #fff}.upraise-user-profile-gadget-box-container form.aui{margin-top:10px}.upraise-user-profile-pane{display:block;position:absolute;width:0;opacity:1.0;z-index:10000;overflow-x:hidden;overflow-y:scroll;background:#f5f5f5;border:1px solid #ccc;box-sizing:border-box}.upraise-company-objective-content{padding:20px 10px;width:90%}.upraise-company-objective-content .field-label{color:#707070;width:224px!important;padding:0!important;margin-right:20px}.upraise-company-obj-action{display:table;padding:20px 0;border-bottom:solid 1px #ccc;width:100%}.upraise-desc-box{min-height:6em}.upraise-desc-label-div{width:80px}.upraise-details-label{background-color:#fff;font-weight:bold;padding-right:5px;white-space:nowrap}.upraise-description-text{text-align:justify;margin-top:10px;font-family:Arial,sans-serif;font-size:14px;display:inline;white-space:pre-line;word-wrap:break-word;word-break:keep-all}.upraise-company-objective-content label{font-size:15px}.upraise-company-objective-content span{font-size:13px}.upraise-company-objective-content span .aui-lozenge{font-size:11px!important}.upraise-label-text{font-weight:bold}.upraise-margin10{margin:10px}.upraise-margin20{margin:20px}.upraise-progress-percentage-bar{vertical-align:middle;width:88%}.upraise-container{border-bottom:solid 1px #ccc;border-top:solid 1px #ccc;padding:20px}.upraise-container-keyresult{border-left:solid 1px #ccc;padding-left:60px!important}.upraise-obj-details{text-align:left;margin-top:5px;margin-left:2px}.upraise-objective-due-in{vertical-align:middle;color:#707070}#upraise-attached-list .aui-group{padding:5px 0 5px 20px}#upraise-attached-list .aui-group:not(:last-child){border-bottom:1px solid #ccc}#upraise-attached-list .aui-group .aui-item:first-child{width:60%}#upraise-obj-add-attachment-div{border:1px dashed #ccc}#upraise-attached-list{padding:0 10px 0 10px}#upraise-attached-list .aui-iconfont-doc{color:#666;padding-right:5px}.upraise-empty-obj-container{max-height:500px;border:2px solid #ccc;border-width:2px;border-radius:3px;overflow:hidden;padding:20px;line-height:1.5;margin:100px 17%}.upraise-obj-summary-view-container{background-color:white;padding:10px;display:inline-block;height:100%;width:100%;border-radius:10px}.upraise-obj-summary-view-section{padding:0 0 10px 0;border-bottom:1px solid #ccc}.upraise-obj-summary-view-section+.upraise-obj-summary-view-section{padding-top:10px}.upraise-obj-summary-kr-view-section{padding:10px 0 0 0}.upraise-obj-summary-view-title{font-size:18px;color:#3b73af;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:100%}.upraise-obj-summary-view-title .aui-icon{margin-top:2px}.upraise-obj-summary-view-container .upraise-prog-percent{margin-top:-10px}.upraise-obj-summary-by-status.upraise-hidden+.upraise-obj-summary-by-status{padding-bottom:0}.upraise-obj-summary-by-status+.upraise-obj-summary-by-status{padding-top:20px}.upraise-block-odd-even{width:48%;display:inline-flex;margin-top:20px;background-color:#fff;border-color:#fff;box-shadow:0 2px 6px 0 rgba(0,0,0,.4);border-radius:10px}#upraise-users-thumbnail-container .upraise-block-odd-even{width:25%;background-color:#fff;border-color:#fff;box-shadow:0 2px 6px 0 rgba(0,0,0,.4);border-radius:10px}#upraise-users-thumbnail-container .upraise-empty-block{width:25%;background-color:#fff;border-color:#fff}.upraise-thumbnail-view-container{background-color:white;padding:10px;display:inline-block;width:100%;border-radius:10px;text-align:center}.upraise-obj-summary-by-status .upraise-block-odd-even:nth-of-type(odd){margin-right:10px}.upraise-obj-summary-by-status .upraise-block-odd-even:nth-of-type(even){margin-left:10px}.upraise-obj-summary-by-status h5,.upraise-distribution-statuses a.aui-dropdown2-checkbox{text-transform:uppercase}.upraise-product-title{font-size:20px;font-weight:bold}.upraise-activity-log-list{padding-top:5px}.upraise-activity-creator{width:70px}.upraise-issue-list-item-holder{padding:5px;background-color:#eee}.upraise-issue-list-item{float:left;width:100%}.upraise-issue-list-item span{margin:0 10px;float:left}.upraise-feed-comment-icon{transform:rotate(90deg);margin-left:5px;cursor:pointer}.upraise-refresh-gadget{position:absolute;right:1%;cursor:pointer}.upraise-feedback-icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/Feedback-Icon-white.png");background-repeat:no-repeat}.upraise-form-icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/Form-Icon-white.png");background-repeat:no-repeat}.upraise-okr-icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/Goal-Icon-white.png");background-repeat:no-repeat}.upraise-node-okr-icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/target_blue_grey_16.png");background-repeat:no-repeat}.upraise-aui-label{background:#f5f5f5;border:1px solid #ccc;border-radius:3.01px;display:inline-block;padding:1px 5px;font-size:14px;font-weight:normal;line-height:1;margin:0 5px 0 0;text-align:left;text-decoration:none}.upraise-activity-timeline{position:relative;max-width:1200px;padding:10px 0}.upraise-activity-timeline::after{content:'';position:absolute;width:1px;background-color:#ccc;top:0;bottom:0;left:141px;z-index:-1}.upraise-activity-time{vertical-align:middle!important;width:115px}.upraise-activity-icon-item{width:30px;padding-left:0!important;vertical-align:middle!important}.upraise-activity-icon{color:aliceblue;margin:7px}.upraise-activity-icon-container{width:30px;height:30px!important;border:1px solid transparent;border-radius:50%;background-color:orange}.upraise-activity-info{background-color:#eee;padding:5px;margin-top:5px}.upraise-activity-separator{position:relative;border-bottom:.1em solid #ccc;left:141px;width:90%}.upraise-valign-middle{vertical-align:middle!important}.upraise-comment-arrow{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #eee;margin-left:25px}.upraise-hide-img{display:none}.upraise-activity-date{font-size:.9em;color:#777;margin-top:5px;font-family:arial,sans-serif}.upraise-activity-creator-img{width:10px}.upraise-activity-contain{border-bottom:solid 1px #ccc;padding-left:0!important;font-size:12px;padding-bottom:5px}.upraise-empty-aui-item{width:18em}.upraise-list-view{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/list-view.png");background-repeat:no-repeat;background-position:center;width:32px;height:32px}.upraise-list-view.selected{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/list-view-selected.png");background-repeat:no-repeat;background-position:center;width:32px;height:32px}.upraise-list-view.selected:HOVER,.upraise-list-view.selected:FOCUS{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/list-view-selected.png");background-repeat:no-repeat;background-position:center;width:32px;height:32px}.upraise-list-view:HOVER,.upraise-list-view:FOCUS{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/list-view.png");background-repeat:no-repeat;background-position:center;width:32px;height:32px}.upraise-thumbnail-view{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/thumbnail-view.png");background-repeat:no-repeat;background-position:center;width:32px;height:32px}.upraise-thumbnail-view.selected{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/thumbnail-view-selected.png");background-repeat:no-repeat;background-position:center;width:32px;height:32px}.upraise-thumbnail-view.selected:HOVER,.upraise-thumbnail-view.selected:FOCUS{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/thumbnail-view-selected.png");background-repeat:no-repeat;background-position:center;width:32px;height:32px}.upraise-thumbnail-view:HOVER,.upraise-thumbnail-view:FOCUS{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/thumbnail-view.png");background-repeat:no-repeat;background-position:center;width:32px;height:32px}.upraise-myObjectives{padding:7px 10px;text-decoration:none;border:1px solid transparent;font-size:smaller;margin-left:5px}.upraise-myObjectives:hover{text-decoration:none;border-radius:4px;border:solid 1px #ccc}.upraise-myObjectives-active{text-decoration:none!important;color:white!important;background-color:#3572b0;border-radius:4px;border:solid 1px #3572b0}.upraise-myObjectives-active:hover{border-radius:4px;border:solid 1px #3572b0}.upraise-thumbnail-view-selected:HOVER,.upraise-thumbnail-view-selected:FOCUS{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/thumbnail-view-selected.png");background-repeat:no-repeat;background-position:center;width:32px;height:32px}.upraise-label{color:#707070}#upraise-obj-filter-form .upraise-obj-filter-table th{padding-bottom:0}.upraise-left-right-align-wrapper{display:table}.upraise-left-align-cell{display:table-cell;width:100%;vertical-align:top;text-align:left}.upraise-right-align-cell{display:table-cell;vertical-align:top;text-align:right}#activity-log{padding:20px}.upraise-livestamp{color:#777;font-size:.9em}.upraise-graph-view,.upraise-graph-view:HOVER,.upraise-graph-view:FOCUS{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/graph-view.png");background-repeat:no-repeat;background-position:center;width:32px;height:32px}.upraise-graph-view-selected,.upraise-graph-view-selected:HOVER,.upraise-graph-view-selected:FOCUS{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/graph-view-selected.png");background-repeat:no-repeat;background-position:center;width:32px;height:32px}.upraise-charts-container{border:solid 1px #ccc;margin:10px;height:230px;text-align:center;padding-left:0!important}.upraise-user-img-container{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/user-icon.png");background-repeat:no-repeat;background-position:center}.upraise-team-img-container{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/team-icon-color.png");background-repeat:no-repeat;background-position:center}.upraise-obj-chart-container{border:solid 1px #ccc}.upraise-aui-group{border-spacing:20px!important}.aui-group.upraise-aui-group-same-width{margin-top:0!important}.aui-group.upraise-aui-group-same-width>.aui-item+.aui-item{padding-left:10px;padding-right:0}.aui-group.upraise-aui-group-same-width>.aui-item{padding-right:10px}.aui-group.upraise-aui-group-same-width>.aui-item.separator{border-right:1px solid lightgray}.upraise-type-detail-container{width:25%}.upraise-type-detail-container .aui-group{margin:-11px 10px;padding:15px 0}.upraise-filter-count-text{height:152px;vertical-align:middle;color:#ac707a;font-size:100px;text-align:center;border-right:solid 3px}.upraise-total-count-text{background-color:#ac707a;color:white;vertical-align:middle;text-align:right;padding:10px;border-top:solid 10px black;font-size:25px}.upraise-team-name-text{height:152px;vertical-align:middle!important;text-align:center}.upraise-obj-div{width:20%;padding-left:0!important}.upraise-filter-obj-count{height:160px;vertical-align:middle;color:#8eb021;font-size:100px;text-align:center}.upraise-total-obj-count{background-color:#8eb021;color:white;vertical-align:middle;text-align:right;padding:10px;border-top:solid 10px black;font-size:25px}.upraise-okr-chart-container{border:solid 1px #ccc;margin-top:20px}.upraise-filter-okr-count{height:160px;vertical-align:middle;color:#ac707a;font-size:100px;text-align:center}.upraise-total-okr-container{background-color:#ac707a;color:white;vertical-align:middle;text-align:right;padding:20px}.upraise-okr-chart-container h1{margin-left:20px;margin-top:10px}.upraise-obj-chart-container h1{margin-left:20px;margin-top:10px}.upraise-add-okr{border-top:solid 1px #ccc;margin-top:10px;padding-top:10px}.upraise-obj-grade-radio-choice{display:flex}.upraise-empty-div{border:solid 1px #ccc;height:500px;margin:40px 12%;padding:20px 20px 35px 20px;border-radius:5px;background:#fff!important}.upraise-empty-msg-description{border-top:solid 1px #ccc;margin-top:10px;padding-top:20px}.upraise-empty-obj-cycle-image{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/emptyObjCycleImage.png");background-repeat:no-repeat;background-position:center;width:100%;height:220px;margin:40px 0}.upraise-empty-msg-action{margin:20px 25%;text-align:center;min-height:30px!important}.upraise-min-height738{min-height:738px!important}.upraise-min-height561{min-height:561px!important}.upraise-background-gray{background:#fff}.upraise-review-form-img{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/emptyReviewForm.png");background-repeat:no-repeat;background-position:center;height:220px;margin:40px 0}.upraise-empty-team-obj-img{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/emptyTeamObj.png");background-repeat:no-repeat;background-position:center;width:100%;height:220px;margin:40px 0}.upraise-empty-all-obj-img{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/emptyAllObj.png");background-repeat:no-repeat;background-position:center;width:100%;height:220px;margin:40px 0}.upraise-empty-company-obj-img{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/emptyCompanyObj.png");background-repeat:no-repeat;background-position:center;width:100%;height:220px;margin:40px 0}.upraise-empty-my-review-img{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/emptyMyReview.png");background-repeat:no-repeat;background-position:center;height:220px;margin:40px 0}.upraise-empty-my-feedback-img{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/emptyMyFeedback.png");background-repeat:no-repeat;background-position:center;height:220px;margin:40px 0}.upraise-feedback-container-div{margin:0;border:0}#add-edit-obj-cycle-dialog .aui-iconfont-list-add,#add-edit-obj-cycle-dialog .aui-iconfont-list-remove{margin:5px 0 0 5px}#upraise-comp-obj-settings-dialog .aui-iconfont-list-add,#upraise-comp-obj-settings-dialog .aui-iconfont-list-remove{margin:5px 0 0 5px}.upraise-obj-grade-scale,.upraise-obj-grade-scale-readonly{margin-left:10px;margin-right:10px;display:flex}.upraise-obj-grade-scale .aui-button,.upraise-obj-grade-scale-readonly .aui-button{border-radius:0;width:100%;border-radius:4px}.upraise-grading-scale-div #obj-grade-opinion-lowest,.upraise-grading-scale-div #obj-grade-opinion-highest{width:95px}.upraise-obj-grade-scale div.upraise-obj-grade-scale-unit{width:100%;padding-left:1px;padding-right:1px}#upraise-grades-contents .upraise-okr-container{border-bottom:0}#upraise-grade-close-dialog .upraise-okr-container .upraise-align-right{width:25%}.upraise-okr-grading-unit{padding:10px 0;border-bottom:1px solid #ccc}.upraise-okr-grading-unit .upraise-okr-container{margin-bottom:10px}.upraise-okr-grading-unit-right{padding-left:20px;vertical-align:middle!important}.upraise-selected-opinion{background-color:#2a67a5!important;color:#fff!important;border-color:#2a67a5!important}.upraise-padded-border{padding-bottom:10px;border-bottom:1px solid #ccc}.upraise-padding20{padding:20px!important}.upraise-okr-padding{padding-left:1px;padding-right:1px}.upraise-new-form .upraise-medium-field-edit-team{max-width:310px!important}.upraise-new-form .upraise-medium-field-team{max-width:500px!important}.upraise-teams-chart{text-align:center;overflow:auto}.upraise-team-two-way-form{width:54%;margin-right:30px}.upraise-add-team-member-form{width:55%;padding-left:30px;border-left:1px dashed #ccc;margin-top:5px}.upraise-team-add-member{padding-left:10px}.upraise-team-error{color:#d04437;margin:5px 0 0 0}.upraise-team-members-add-form{margin:0 0 10px 0}.upraise-teamLead-section{display:flex;padding:10px}.upraise-teamMember-name{font-size:11px;font-weight:600;max-width:100px;overflow:hidden;text-overflow:ellipsis}.upraise-teamMember-designation{font-size:11px;color:#797979;font-weight:300}.upraise-team-size{display:flex;float:right;margin-right:4px}.upraise-team-size-count{font-size:35px;margin-top:-9px;color:grey}.upraise-team-size-count p{float:right}.upraise-team-size-label{font-size:12px;padding:0 3px 5px 0}.upraise-teams-chart .orgchart .node .title>p{margin:0;width:70%!important;padding-left:12px;overflow:hidden;text-overflow:ellipsis}.upraise-teams-chart .orgchart .delete-menu-icon{transition:opacity .5s;opacity:0;right:30px;top:3px;z-index:2;color:white;font-size:18px;position:absolute}.upraise-teams-chart .orgchart .node:hover .delete-menu-icon{opacity:1;cursor:pointer}.upraise-teams-chart .orgchart .edit-menu-icon{transition:opacity .5s;opacity:0;right:8px;top:3px;z-index:2;color:white;font-size:18px;position:absolute}.upraise-teams-chart .orgchart .node:hover .edit-menu-icon{opacity:1}.upraise-teams-chart .orgchart .add-menu-icon{cursor:pointer;transition:opacity .5s;opacity:0;left:13px;bottom:9px;z-index:2;color:#1563b4;font-size:18px;position:absolute}.upraise-teams-chart .orgchart .node:hover .add-menu-icon{opacity:1}.upraise-teams-chart .orgchart .save-root-icon{cursor:pointer;transition:opacity .5s;right:22px;top:3px;z-index:2;color:white;font-size:18px;position:absolute}.upraise-teams-chart .orgchart .cancel-root-icon{cursor:pointer;transition:opacity .5s;right:5px;top:3px;z-index:2;color:white;font-size:18px;position:absolute}.upraise-teams-chart .orgchart .wait-root-icon{transition:opacity .5s;right:45px;top:3px;z-index:2;font-size:18px;position:absolute}.upraise-teams-chart .orgchart>table>tbody:first-child>tr>td>.node .upraise-teamLead-section{display:none!important}.upraise-teams-chart .orgchart>table>tbody:first-child>tr>td>.node .upraise-team-size{display:none!important}.upraise-teams-chart .orgchart>table>tbody:first-child>tr>td>.node>.add-menu-icon{margin-left:105px;transition:opacity .5s;opacity:0;right:40px;bottom:6px;z-index:2;color:white;font-size:18px;position:absolute}.upraise-teams-chart .orgchart>table>tbody:first-child>tr>td>.node:hover>.add-menu-icon{opacity:1}.upraise-teams-chart .orgchart .upraise-configure-teamLead{cursor:pointer}.upraise-teams-chart .orgchart .upraise-org-chart-info-node{font-size:11px;font-weight:600;overflow:hidden;text-overflow:ellipsis}#obj-tree-chart-container{overflow:auto;text-align:center}#obj-tree-chart-container .orgchart .node .uparaise-node-title{font-size:small;font-weight:bold;font-family:Arial,sans-serif;overflow:hidden;background:0;max-height:38px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;word-break:break-all;cursor:pointer}#obj-tree-chart-container .orgchart .node .upraise-node-bottom-item.uparaise-node-owner{font-size:smaller;font-weight:normal;color:#707070}#obj-tree-chart-container .upraise-add-alignment{border:2px solid #929292;padding:0 4px;margin-left:5px;text-decoration:none}#obj-tree-chart-container .orgchart .node{font-family:Arial,sans-serif;width:270px;background-color:#fff;border-color:#fff;box-shadow:0 2px 6px 0 rgba(0,0,0,.4);border-radius:10px}.upraise-visual-cue-green{border-radius:50%;height:8px;width:8px;background-color:#14892c;display:inline-block;margin:2px}.upraise-visual-cue-red{border-radius:50%;height:8px;width:8px;background-color:#d04437;display:inline-block;margin:2px}#obj-tree-chart-container .orgchart .node .upraise-node-bottom-item{font-size:14px;font-weight:bold;padding:5px 0;vertical-align:middle}#obj-tree-chart-container .orgchart .node .upraise-node-bottom-item-center{text-align:center}#obj-tree-chart-container .orgchart .node .upraise-node-bottom-item-left{padding-left:10px}#obj-tree-chart-container .orgchart .node .upraise-node-bottom-item-right{padding-right:10px}#obj-tree-chart-container .orgchart .node.upraise-obj-tree-root{padding:5px;font-weight:bold;background:#3b7fc4;color:#fff;border-color:#3b7fc4}#obj-tree-chart-container .orgchart .node .upraise-owner-icon{width:48px}#obj-tree-chart-container .orgchart .node .upraise-owner-section{text-align:left;padding:10px}#obj-tree-chart-container .orgchart .node .upraise-owner-section .aui-item{vertical-align:middle}#obj-tree-chart-container .orgchart .node .upraise-owner-section.aui-group>.aui-item+.aui-item{padding-left:10px}#obj-tree-chart-container .orgchart .node .upraise-due-date{font-size:smaller;font-weight:normal;vertical-align:middle}#obj-tree-chart-container .orgchart .node .upraise-node-bottom{border-top:1px solid #ccc;margin:0;padding:0}#obj-tree-chart-container .orgchart .node .edge{color:#ccc}#obj-tree-chart-container .orgchart .node .edge:hover{color:darkgray}#obj-tree-chart-container .orgchart .node .upraise-node-middle{margin-top:0}#obj-tree-chart-container .orgchart .node .upraise-obj-owner{padding-top:0}#obj-tree-chart-container .aui-avatar-large img{border-radius:32px}.upraise-fade{position:relative;height:38px}.upraise-fade::after{content:"";text-align:right;position:absolute;bottom:0;right:0;width:70%;height:19px;background:linear-gradient(to right,rgba(255,255,255,0),white 100%);pointer-events:none}.upraise-dashboard-item-filters .field-group{padding:4px 0 4px 120px!important}#builderForm .upraise-dashboard-item-filters .field-group{padding:0!important}#feedbackAssistant .upraise-dashboard-item-filters .field-group{padding:0!important}.upraise-padding-top20{padding-top:20px}.upraise-padding-top10{padding-top:10px}.upraise-issue-summary{width:100%;word-break:break-word}.upraise-tab-panel{border:none!important}.upraise-tab-panel .aui-toolbar2-primary .aui-progress-indicator{position:absolute;top:0}.upraise-objective-action-button{float:right;margin-top:1em;margin-right:1.5em}.upraise-objectives-filter{margin-top:3em!important;margin-bottom:1.5em!important}.upraise-objectives-filter-table{background:#ebf2f9;border:1px solid #ccc;margin-bottom:1em!important}.upraise-obj-cycle-fildset{width:80%;margin-left:8em!important}.upraise-obj-cycle-add-title{height:2.5em;background:#ebf2f9;border-top:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc}.cylce-form-footer-edit{padding-left:55em!important;margin-top:1em!important}.cylce-form-footer-add{padding-left:60.5em!important;margin-top:1em!important}.upraise-cycle-permissions-label{width:36%!important;margin-right:20px}.upraise-icon-add-remove{margin:5px 0 0 5px}.upraise-objective-filter-div{margin-top:10px!important;border:solid 1px #ccc;border-radius:4px;padding:15px 0}.upraise-objective-cycle-title .action-links a{color:#333;text-decoration:none}.upraise-comment-message-section{background:white;padding-left:0}.upraise-comment-creator-img{width:34px;padding-top:7px}.upraise-feedback-comment-date{padding-top:5px}.upraise-feedback-arrow{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/Shape1X.png");background-repeat:no-repeat;height:29px}.upraise-margin-left10{margin-left:10px}.upraise-margin-left20{margin-left:20px}.upraise-margin-left5{margin-left:5px}.upraise-margin-topbot10{margin:10px 0!important}.upraise-margin-left-right10{margin:0 10px}.upraise-expand-feedback-trigger{color:#205081;text-align:right;cursor:pointer}.upraise-expand-feedback-trigger .icon-comment{color:#205081}.upraise-feedback-other{margin:15px 0 5px 0}.upraise-feedback-msg{min-height:70px}.upraise-feedback-details{padding-top:10px}.upraise-feedback-details .upraise-feedback-creator{padding-top:0;border-bottom:solid 1px #ccc;min-height:60px;margin-top:-4px}.upraise-feedback-creator-img{width:78px;padding:0 10px 0 20px}.upraise-request-feedback .upraise-feedback-creator-img{width:86px}.upraise-feedback-given-arrow{padding-top:16px!important;padding-left:0!important;width:16px}.upraise-feedback-receiver-img{padding-left:0!important}.upraise-feedback-receiver-img .aui-avatar{margin:0 20px 0 10px}.upraise-comment-creator-img .aui-avatar{margin:0}.upraise-feedback-img{width:90px;padding-left:0}.upraise-feedback-div{border:solid 1px #ccc;font-size:small}.upraise-feedback-div+.upraise-feedback-div{margin-top:10px}.upraise-feedback-div .upraise-feedback-message{font-size:14px;padding-right:10px}.upraise-feedback-details-div{margin:0!important;padding:10px}.upraise-comment-list{padding:10px 10px 0 0}.upraise-comment-details-div form.aui{font-size:12px!important}.upraise-feedback-comment-div{padding-left:94px;background-color:#f5f5f5}.upraise-comment-message-text{font-size:12px;font-family:Arial,sans-serif;word-wrap:break-word;min-height:20px;padding:10px;border-radius:2px}.upraise-show-more{border-radius:4px;border:1px solid #ccc;display:block;margin:1em 1em 1em 1em;overflow:hidden;padding:.35em;text-align:center;text-decoration:none;font-size:12px;color:#666;cursor:pointer}.upraise-show-more:hover{background-color:#f5f5f5;text-decoration:none;color:#666}.upraise-feedback-filter-label{font-weight:bold}.upraise-feedback-div:hover .upraise-action-links{visibility:visible}.upraise-feedback-div .upraise-action-links{visibility:hidden;cursor:pointer;width:95px;padding-right:10px}.upraise-request-feedback{margin:0 10px 10px 0}.upraise-request-feedback .action-links{margin-left:63%;position:absolute;margin-top:10px;visibility:hidden}.upraise-expand-feedback-request-trigger{padding-bottom:5px}.upraise-expand-feedback-request-trigger a{cursor:pointer}.upraise-clear-filter{float:right;margin-right:10px}.feedback-view-filter-form .upraise-issue-search-type-options{margin-left:0}.upraise-feedback-div .aui-avatar-xlarge img{border-radius:32px}.upraise-avatar.aui-avatar-medium img{border-radius:16px}.upraise-feedback-div .aui-avatar-large img{border-radius:32px}.upraise-feedback-div .aui-avatar-medium img{border-radius:16px}.upraise-feedback-div .aui-avatar-small img{border-radius:12px}.upraise-wordwrap-breakword{word-wrap:break-word;white-space:pre-wrap}#user-profile-view .aui-avatar-xlarge img{border-radius:32px}#confirm-delete-feedback-dialog .dialog-page-body{height:145px!important}#confirm-delete-feedback-dialog .dialog-panel-body{height:165px!important}#user-profile-view #edit-profile{margin-left:50px;margin-top:-23px}.feedback-view-filter-form .upraise-radiogroup{margin-right:12px!important}.upraise-edit-feedback-btn:hover{color:white!important;background-color:#3572b0}.upraise-edit-feedback-btn{color:#3572b0;margin-top:-18px;cursor:pointer}.upraise-total-count{font-size:28px}.upraise-share-btn{border:solid 1px;margin-bottom:8px;padding:2px 5px!important;border-radius:15px;border-color:#3572b0!important}.upraise-feedback-creator .aui-group{margin-top:0!important}.upraise-refresh-table{color:#707070}.upraise-paginator-title{font-weight:bold}.upraise-pagination-container{text-align:right;vertical-align:middle}.upraise-pagination-container>a,.upraise-pagination-container>strong{font-size:14px;line-height:1;height:auto;margin:0 0 0 .15em;padding:.1em;position:relative}.upraise-pagination-container>a.icon-previous,.upraise-pagination-container>a.icon-next{padding-top:2px;width:13px;cursor:pointer}.upraise-round-image{border-radius:32px!important}.upraise-users-by-team{max-height:400px;overflow:auto;margin:10px 20px}.upraise-feedback-list-view{margin-top:10px}.upraise-obj-cycle-fildset .aui-buttons{float:right;margin-right:5%}.upraise-filter-trigger{color:#3572b0;cursor:pointer}.upraise-feedbackFilter{border:solid 1px #ccc;border-radius:4px}.upraise-feedback-trigger{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.upraise-date-smaller{font-size:smaller}.upraise-rf-shared-user-image{width:24px;float:left;margin-bottom:5px}.upraise-form-response-section-header{padding:20px 0 0 5px}.upraise-objective-status-filter-trigger{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.upraise-empty-response{max-height:500px;border:2px solid #ccc;border-width:2px;border-radius:3px;overflow:hidden;padding:20px;line-height:1.5;margin:100px 17%}#company-activity-log{padding:20px 20px 10px 20px}.upraise-count{color:#357ac1;font-size:40px;font-weight:bold;padding-left:20px}.upraise-sub-count{color:#357ac1;font-size:16px;font-weight:bold;padding-left:10px;display:inline-block;width:36px;text-align:right}.upraise-sub-count-label{display:inline-block;padding-left:5px}.upraise-company-dashboard-stat{border-left:5px solid #ccc;height:100%}.upraise-company-dashboard-stat .upraise-dashboard-stat-title{color:#00336a;padding:0 20px;margin-top:-10px}.upraise-objective-avg{position:absolute;top:50%;left:45%;font-size:25px;text-align:center}.upraise-empty-chart{max-height:500px;border:2px solid #ccc;border-width:2px;border-radius:3px;overflow:hidden;padding:20px;line-height:1.5;margin:0 17%}.upraise-individual-stat{border:1px solid #ccc;border-radius:2px;background-color:#f5f5f5;color:#00336a;padding:5px 0!important;border-top:solid 1px #ccc;text-align:center}.upraise-individual-stat .upraise-count{text-align:center;padding-left:0!important}.upraise-empty-company-chart{height:150px;text-align:center;padding-top:50px}.upraise-input-highlight-error{border-color:#d04437!important}.upraise-valign-bottom{vertical-align:bottom!important}.upraise-ul{list-style:none;margin:0;padding:0}.upraise-li{list-style:none;margin:0 5px 5px 0}.upraise-weightage-dialog .error{clear:both;color:#d04437;display:block;margin:5px 0 0 0}.upraise-info{color:#3572b0}.upraise-warning{color:#f6c342}.upraise-obj-share-msg.upraise-warning{font-size:12px;margin:5px 0 0 0}.upraise-feedback-share-msg.upraise-warning{font-size:12px;margin:5px 0 0 0}.upraise-no-text-msg{font-style:italic}#watchers-dialog-contents .upraise-label{color:#707070;font-size:12px;line-height:1.66666666666667;margin:5px 0 0 0}.upraise-close-watcher{right:10px;top:15px;float:right;cursor:pointer;position:absolute}.upraise-chart-legend ul{list-style:none}.upraise-chart-legend li{display:inline-block}.upraise-chart-legend li span{float:left;display:block;width:12px;height:12px;margin:1px 5px 0 0;list-style-type:none!important}.upraise-chart-legend li div{margin-right:10px;display:inline-block}.upraise-myokr-chart-stats{text-align:right;color:#00336a}.upraise-chart-legend .upraise-prog-percent{width:60%;margin-top:-5px}.upraise-chart-legend{font-size:12px;margin:15px 0 5px 0;color:#707070;text-align:center;display:inline-flex}.upraise-progress-bg-1{background-color:#14892c}.upraise-progress-bg-2{background-color:#f6c342}.upraise-progress-bg-3{background-color:#d04437}.upraise-dashboard-progress-chart-div .upraise-team-chart{padding:5px 5px;text-align:center;text-decoration:none}.upraise-padding10{padding:10px}.uparsie-border-radius15{border-radius:15px}.upraise-ontrack-count{width:10px;height:10px;border-radius:5px;background-color:#14892c;margin-left:44%;margin-bottom:5px}.upraise-atrisk-count{width:10px;height:10px;border-radius:5px;background-color:#d04437;margin-left:44%;margin-bottom:5px}.upraise-lagging-count{width:10px;height:10px;border-radius:5px;background-color:#f6c342;margin-left:44%;margin-bottom:5px}.upraise-obj-count{border-top:solid 1px #ccc;padding:5px 0}.upraise-text-align-center{text-align:center}.upraise-text-align-right{text-align:right}.upraise-text-align-left{text-align:left}button.upraise-dashboard-button{height:35px;font-size:16px;font-weight:500}.aui-buttons button.upraise-dashboard-button:first-child{width:82px;border-top-left-radius:10px;border-bottom-left-radius:10px}.aui-buttons button.upraise-dashboard-button:last-child{border-bottom-right-radius:10px;border-top-right-radius:10px;margin-left:0}.aui-buttons button.upraise-dashboard-button.selected{background-color:#357ac1;color:white}.upraise-tabs-menu{list-style:none;display:flex;border:solid 1px #ccc;border-radius:10px;padding:0;overflow:hidden}.upraise-team-chart{color:black;text-decoration:none;display:block;padding:5px 20px}.upraise-team-chart:hover{color:black;text-decoration:none}.upraise-active-tab{background-color:#357ac1;color:white}.upraise-active-tab .upraise-team-chart,.upraise-active-tab .upraise-team-chart:hover{color:white}#inline-dialog-watchers .select2-choice{background-color:white}#inline-dialog-watchers .aui-inline-dialog-contents{padding:10px!important}#watchers-dialog-contents .aui-group{margin-top:5px!important}.upraise-watchers-list{margin-top:13px}#feedback_trend{padding:20px 20px 0 20px}.upraise-table{display:table;border-spacing:20px;width:100%}.upraise-row{margin-top:10px;box-sizing:border-box;border-spacing:0;table-layout:fixed;width:100%;display:table-row}.upraise-row>.upraise-column{display:table-cell;vertical-align:middle;margin:0}.upraise-row>.upraise-column+.upraise-column{padding-left:10px}#feeback-trend-chart{padding-bottom:10px}.upraise-empty-team-chart{height:150px;text-align:center;padding-top:50px}.upraise-empty-trend-chart{height:150px;text-align:center;padding-top:50px}.upraise-main-actions{border:solid 1px #654982;padding:1px 6px 0 6px;background-color:#654982;color:white;margin-left:17px}.upraise-action-item{border:solid 1px;padding:10px;border-radius:50%;margin-top:10px;color:white;width:20px}.upraise-search-obj{position:relative;z-index:5;padding:20px;border:solid 1px #ccc;background:white;max-height:350px;overflow-y:auto;box-shadow:0 2px 25px rgba(0,0,0,0.25);border-radius:3px;margin-left:auto;margin-right:auto}.upraise-header-action{position:absolute;z-index:1;top:50px;left:159px;width:20px}.upraise-close-obj-search{float:right;margin-bottom:5px;margin-top:-10px;cursor:pointer}.upraise-giveFeedback{background:#67ab49}.upraise-search-objective{background:#f15c75}.upraise-requestFeedback{background:#8eb021}.upraise-form-reports-form .star-cb-group *{font-size:2rem}.upraise-report-response-count{text-align:center;font-size:24px;color:#205081}.upraise-report-chart{height:300px;padding:30px 0}.upraise-report-stats{border-left:1px solid #ccc;width:40%;vertical-align:middle!important;margin:0 auto}.upraise-report-stats-data{text-align:center;color:#357ac1;font-size:30px;font-weight:300}.upraise-report-stats h2,.upraise-report-stats h6{text-align:center;margin-top:0}.upraise-report-stats h2{padding-bottom:10px}.upraise-report-stats-highest{color:#14892c}.upraise-report-stats-lowest{color:#d04437}.upraise-reports-comparison .upraise-report-stats{border:0;width:50%}.upraise-reports-comparison .upraise-report-filter-window:not(:first-child){border-left:1px solid #ccc}.upraise-reports-comparison .upraise-report-view-section:not(:first-child){border-left:1px solid #ccc}.upraise-reports-comparison .upraise-report-filter-window:first-child{padding-right:20px}.upraise-reports-filter-group{border-radius:4px;padding:15px 15px;border:1px solid #ccc}.upraise-reports-list{display:block;list-style:none;margin:0 0 0 -40px;padding:0}.upraise-reports-list-item{display:inline-block;margin-bottom:40px;margin-left:40px;width:270px;word-wrap:break-word;vertical-align:top}.upraise-reports-list-report{display:block;font-size:16px;text-decoration:none}.upraise-white-pre-wrap{white-space:pre-wrap}.upraise-report-all-answers{border:1px solid #ccc;border-top:0;padding:10px;display:none;margin-right:5px}.upraise-response-answer-title{border:1px solid #ccc;padding:10px;background-color:#f5f5f5;margin-top:10px;margin-right:5px}.upraise-report-all-answers .upraise-white-pre-wrap:not(:last-child){border-bottom:1px solid #ccc}table.upraise-report-star-table tr>th:not(:first-child),table.upraise-report-star-table tr>td:not(:first-child){text-align:center!important}.upraise-reports-list-report::before{content:"";background-color:#fff;background-position:center center;background-repeat:no-repeat;border:solid 1px #ccc;border-radius:3px;display:block;height:140px;margin-bottom:15px}.usage-report-table-wrapper{overflow:auto;margin-left:14em}.usage-report-table-wrapper>table>*>tr>th:first-child,.usage-report-table-wrapper>table>*>tr>td:first-child{position:absolute;width:175px;margin-left:-196px;white-space:nowrap;overflow:hidden}#usage-report-table>thead>tr>th,#usage-report-table>tbody>tr>td{border:1px solid #ccc}#usage-report-table .upraise-usage-table-main-header th{text-align:center}.upraise-page-body .aui-datepicker-dialog .ui-icon{text-indent:0!important;overflow:inherit!important;color:#3572b0!important}.upraise-banner{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/plugin_banner.png");background-size:300px;height:85px;width:300px}.upraise-step-container{width:100%;text-align:center}.upraise-step-content{width:70%;margin:20px auto;text-align:center}#upraise-initial-setup-step-features .upraise-step-content{width:65%}.upraise-step-content form{text-align:left}.upraise-box{padding:10px;background-color:#fff;border-color:#fff;border:1px solid #ccc;border-radius:5px}.upraise-box+.upraise-box{margin-top:10px}#upraise-initial-setup-step-features .upraise-box{text-align:left}#upraise-initial-setup-step-features .buttons-container{text-align:center;padding:0}.upraise-feature-select-icon{background-position:top;width:32px;height:32px;background-size:32px}.fa.upraise-feature-select-icon{font-size:32px}.aui-item.upraise-feature-select-title{vertical-align:middle}.upraise-feature-list{font-size:smaller;height:115px}#upraise-initial-setup-step-features .upraise-box{cursor:pointer;background-color:#f5f5f5}#upraise-initial-setup-step-features .upraise-feature-selected{background-color:#fff}#upraise-initial-setup-step-features .upraise-box:hover{background-color:#e9e9e9}.upraise-toggle-tick.aui-iconfont-success{color:#1d8831;cursor:pointer}.upraise-toggle-tick.aui-iconfont-close-dialog{color:#d04437;cursor:pointer}.upraise-step-content .upraise-nav-links{text-align:left;margin-left:50px}.upraise-step-content .upraise-nav-links ul{text-align:left;list-style:none;margin:10px 0;padding:0}.upraise-step-content .upraise-nav-links ul li{margin-bottom:10px}.upraise-step-content .upraise-nav-links ul li a{margin-left:10px}.upraise-step-content .upraise-nav-link span.aui-icon{color:#3572b0}.upraise-step-form-aui-item{padding-right:20px!important;width:65%}.upraise-instruction-separator{border-left:2px solid #f9921f;padding-left:0!important;text-align:left}.upraise-distribution-title{font-size:16px;font-weight:bold}.upraise-distribution-span{font-size:13px;font-weight:bold}.upraise-score-index{padding:5px}.upraise-score-label{float:right;padding-right:14%;color:#707070;margin-top:-5px}.upraise-form-que-label{margin-top:4px!important}.upraise-form-que-label.aui-group-split .aui-item{vertical-align:top}.upraise-star-rating-selected-value{float:none!important;margin:0 0 0 17px!important;font-size:12px!important}.upraise-score-ans .aui-lozenge{background-color:#14892c;color:#fff}.upraise-section-start-flag{margin-top:5px;padding:10px 5px;position:relative;background:#36b37e;color:white}.upraise-section-start-flag h5{color:#fff;text-transform:uppercase}.upraise-section-start-flag-after{position:absolute;right:0;top:0;width:0;height:0;border-top:20px solid transparent;border-right:10px solid #fff;border-bottom:20px solid transparent}.upraise-form-comment-label{font-family:monospace;color:rgba(32,37,51,0.87);margin:0 0 .5em 0!important}.upraise-form-question-label{font-family:monospace;color:rgba(32,37,51,0.87)}div.aui-button.opnion-scale{padding:4px 5px}.aui-item.upraise-question-count span{color:#3b73af;padding-right:10px}.upraise-vertical-middle{vertical-align:middle!important}.upraise-form-filter{border:solid 1px #ccc;padding:20px;margin-top:20px}.upraise-distribution-filter{border:solid 1px #ccc;padding:20px;margin-top:20px}@media print{body{background-color:#fff!important}.upraise-panel-top .hideOnPrint{display:none!important}}#upraise-print-form-iframe-holder,#upraise-print-form-frame{height:0;border-width:0}.upraise-filter-div{border:solid 1px #ccc;padding:10px}#upraise-search-users .aui-dialog2-header-main,#upraise-search-users .aui-dialog2-header-close{padding-bottom:5px}#upraise-search-users-form{margin:10px 0}#upraise-search-users-form .aui-group .aui-item{vertical-align:middle}#upraise-search-users-form .aui-group .aui-item .select2-container{margin-top:5px}#upraise-users-search-results{min-height:250px}#upraise-users-search-results table{margin:10px 0}.upraise-already-selected-user{background-color:#f5f5f5!important}.upraise-already-selected-user .aui-iconfont-approve{color:#14892c}.upraise-fontweight-bold{font-weight:bold}.upraise-cursor-auto{cursor:auto}.upraise-form-description-item{border-right:solid 1px #ccc;padding-right:20px}.upraise-view-form-dropdown{max-width:400px;overflow:hidden}.upraise-nav-upraise-label .upraise-search{position:absolute;z-index:1;margin:0 30%}#tabs-advance-settings{padding:15px 0 0 0}.upraise-user-role-button{padding:3px 10px;display:block;display:list-item;text-align:-webkit-match-parent;cursor:pointer}.upraise-user-role-button:hover{background-color:#3b73af;color:white}.upraise-team-filter-width{width:22%!important}.upraise-draggable{cursor:move}.upraise-select-all{cursor:pointer;margin-left:20px}.upraise-clear-receiver{cursor:pointer;margin-left:5px;float:right;font-size:12px;margin-bottom:10px}.upraise-clear-creator{cursor:pointer;margin-left:5px;float:right;font-size:12px;margin-bottom:10px}.upraise-form-report-clear-creator{cursor:pointer;margin-left:5px;float:right;font-size:12px;margin-bottom:10px}.upraise-feedbackFilter #upraisePopupSearchOption{font-size:12px}.upraise-unable-select-msg{color:red;margin-left:30px}.upraise-button-spinner{padding-left:20px}@media screen and (min-width:1400px){.upraise-clear-float{clear:both}}.objective-cycle-report-filter-filter-div{border:solid 1px #ccc;border-radius:4px;padding:15px 0}.upraise-width870{width:870px!important}.upraise-width10{width:10%}.upraise-width5{width:5%}.upraise-margin-top30{margin-top:30px}.upraise-objective-cycle-report-header{background:#3b73af;border-top-left-radius:3px;border-top-right-radius:3px;border:1px solid #ddd;border-bottom:0;margin:0;min-height:24px;padding:0;position:relative}.upraise-objective-cycle-report-content{border:1px solid #ddd;border-top:0}.upraise-objective-cycle-report-content .upraise-dashboard-stat-title{padding:0 4px}.upraise-objective-cycle-report-content .upraise-count{padding-left:4px}.upraise-objective-cycle-report-header>h3{background:transparent;font-size:12px;font-weight:bold;line-height:1.666666666667;margin:0;padding:4px 64px 4px 10px;color:#fff}.upraise-user-profile-designation{font-size:13px;color:#797979;font-weight:300}.upraise-obj-details-bucket{padding:10px;border:1px solid #ccc}.upraise-obj-details-bucket .upraise-load-indicator{margin:8px 10% 8px 30%!important;width:60%!important}.upraise-obj-details-data .upraise-empty-obj-container{margin:15px 17%}.upraise-feedback-div .upraise-empty-obj-container{margin:15px 17%}.upraise-feedback-details-data .upraise-feedback-div .action-links{margin-right:15px}#quick-search-dialog{width:300px;background-color:#fff;border:1px solid #ccc;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow:0 3px 6px rgba(0,0,0,0.2)}#quick-search-dialog .heading{color:#707070;display:block;font-size:12px;font-weight:bold;padding:7px 10px 5px;text-transform:uppercase}.quick-search-result-group ul{list-style:none;margin:2px 0;padding-left:0}.upraise-gadget-teams ul{list-style:none;margin:2px 0}.upraise-gadget-teams li{padding:0 10px;font-size:13px}.quick-search-result-group li.selected{background-color:#3572b0}.quick-search-result-group li.selected>a{color:white!important}#quick-search-dialog a.icon-container{color:#333;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;background-position:10px 5px;background-repeat:no-repeat;position:relative;padding:5px 10px 5px 50px}#quick-search-dialog a.icon-container.view-all{color:#3b73af}#searchBox{height:26px;width:130px;border:2px solid #eee;background-color:#fff;box-shadow:none;padding-left:5px;border-radius:3%;position:absolute;top:10px}#quick-search-dialog .quick-search-error{color:#4a4a4a;font-size:20px;text-align:left;margin:15px 10px}#quick-search-dialog .quick-search-error .aui-icon{vertical-align:bottom}#quick-search-dialog .quick-search-item-image{margin:2px;left:15px;position:absolute;top:5px;width:16px;height:16px}#quick-search-dialog .checkbox-div{border:1px solid #aaa;border-radius:20%;background-color:#eee;width:12px;height:12px}.upraise-search-team-icon{border:1px solid #888;border-radius:50%;text-align:center;font-size:12px}.quick-search-result-group li.selected>a .upraise-search-team-icon{border-color:white!important}.upraise-padding0-20{padding:0 20px}.upraise-padding10-0{padding:10px 0!important}.upraise-export-spinner{background:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/ajax-loader.gif') center no-repeat;background-color:#fff;bottom:0;left:0;opacity:.8;position:absolute;right:0;top:0;z-index:5005}.upraise-export-target{display:none}.upraise-form-details-panel{padding:10px!important;border:1px solid #ccc;margin:10px 0!important}.upraise-okr-section-table{border-collapse:collapse;margin:5px 0!important}.upraise-okr-section-row{display:table-row;border:1px solid #ccc;border-collapse:collapse}.upraise-okr-section-avg-progress{position:absolute;text-align:center;top:150px;left:162px;color:#4a6785}.upraise-okr-section-avg-progress span.progress{font-size:18px}.upraise-okr-section-date{color:darkgrey;font-size:11px;margin-left:5px}.upraise-okr-section-progress{font-size:25px}.upraise-okr-section-action-btn{vertical-align:text-bottom;z-index:1;position:relative}.upraise-okr-section-cue{margin:5px 0 0 20px;float:left}.upraise-okr-section-count{font-size:50px;text-align:center;color:#333}.upraise-okr-section-count sup{font-size:30px}.upraise-okr-section-list{list-style:none;padding:0;text-align:center}.upraise-okr-section-list li{margin:0 20px;display:inline-block;font-size:15px}.upraise-okr-section-list li span{width:16px;height:16px;float:left;margin:2px 10px 0 0}.upraise-visual-cue-green-details{border-radius:50%;height:12px;width:12px;background-color:#14892c;display:inline-block;margin:2px}.upraise-visual-cue-red-details{border-radius:50%;height:12px;width:12px;background-color:#d04437;display:inline-block;margin:2px}#upraise-print-obj-iframe-holder{visibility:hidden;min-width:0!important;max-width:0!important;min-height:0!important;max-height:0!important}.upraise-form-aggregate-report :before{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/forms-aggregate-report.jpg");background-size:250px}.upraise-form-comparison-report :before{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/forms-comparison-report.jpg");background-size:250px}.upraise-objective-cycle-report :before{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/objective-cycle-status-report.jpg");background-size:250px}.upraise-usage-report :before{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/usage-report.jpg");background-size:250px}.view-form-menu-item{float:left}.view-form-menu-item span.tab-label{border:1px solid lightgrey;padding:10px;background-color:#eee;color:gray}.view-form-menu-item span.tab-label:hover{color:black;font-weight:bold;background-color:white}.view-form-menu-item.active-tab span.tab-label{background-color:white;color:black;font-weight:bold}.view-form-menu-item a:hover,a:active,a:visited,a:focus{text-decoration:none}.upraise-objective-row.upraise-highlight{background-color:buttonhighlight}.upraise-add-objective-section{border-bottom:1px solid #ddd;padding-bottom:10px;margin-bottom:10px}.upraise-view-response-img{width:24px;padding:7px 0}.upraise-view-form-detail-field{padding-bottom:15px;border-bottom:1px solid #efefef}.upraise-response-field-separator{border-style:solid none none none;border-color:#efefef}.upraise-view-form-box .left-section{padding-right:10px;border-right:1px solid lightgrey}.upraise-view-form-box .left-section.expanded{padding-right:0!important;border-right:none!important}.upraise-jql-container{background:white!important;color:black!important;padding:10px;border-bottom:1px solid #ccc;margin-top:0!important}.upraise-feedback-team-shared-section{font-size:.9em;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;background:#ebf2f9}#upraise-profile-tabs #team-tab{padding:10px 0 0 0}.upraise-profile-header-info-box{margin-top:16px;margin-left:20px;margin-right:20px;border-width:1px;border-style:solid;border-color:#ccc;border-image:initial;padding:20px;border-radius:5px}.upraise-team-users-list,.upraise-des-users-list{width:550px;height:200px;overflow-y:auto}.upraise-feedback-container-div li.active-tab span.upraise-trigger-text{color:#0052cc}.upraise-feedback-container-div li.active-tab span.aui-lozenge{background:#0052cc;color:white;border:#0052cc}.upraise-labels .aui-label{font-size:13px}.aui-item.upraise-aui-item-inline{display:inline-block}.upraise-message-container{margin:10px 0}table.upraise-progress-calc-table{border-collapse:collapse;table-layout:fixed;width:100%;margin-bottom:10px}table.upraise-progress-calc-table tbody td{padding:10px 5px}.upraise-border-top{border-top:1px solid #ccc}.aui-button.aui-dropdown2-trigger.active{background:#34456387!important;color:#000!important}.aui-button.aui-dropdown2-trigger.active .aui-icon{color:#000!important}.aui-restfultable-allowhover tr.aui-restfultable-focused td{background-color:#eae6ff!important}.aui-restfultable-row.aui-restfultable-focused td{background-color:#eae6ff!important}.aui-button.aui-button-primary[disabled]{background-color:#9cbad9!important;color:#fff!important}#tabs-advance-settings div.upraise-objective-cycle-unit div.field-group{padding-left:20px!important}.upraise-margin-left-3{margin-left:3px!important}.upraise_metric_type_KR_icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/Metric-type-KR-.png")}.upraise_todo_type_KR_icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/TODO-type-KR.png")}.upraise_jira_issues_type_KR_icon{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.8.9/_/download/resources/amoeboids-upraise:upraise-resources/images/JIRA-Issues-type-KR.png")}.only-print-table{display:none}.for-web{display:block}ul.upraise-column-selector{list-style:none;padding-left:10px}ul.upraise-column-selector li{margin:5px 0;color:#0052cc;cursor:pointer;padding:5px 7px;word-break:break-all}ul.upraise-column-selector li:hover{background:#ddd}ul.upraise-column-selector li span:nth-child(2){padding-left:10px!important}
/* module-key = 'com.atlassian.jira.plugins.jira-admin-helper-plugin:dialog-resources', location = 'css/link.less' */
#inline-dialog-field_picker_popup .whereismycf-qfpicker-link{float:right}
/* module-key = 'com.atlassian.jira.project-templates-plugin:project-templates-plugin-resources', location = '/css/project-templates-plugin.less' */
#add-project-dialog .templates,#add-project-dialog .template{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#add-project-dialog .templates{padding:1px;overflow:auto;list-style:none;margin:0}#add-project-dialog .templates:focus{outline:none}#add-project-dialog .template{float:left;vertical-align:top;margin:0;padding:10px;border:1px solid white;border-radius:3px;cursor:pointer;width:388px;height:80px;-webkit-user-select:none;-moz-user-select:none;user-select:none}#add-project-dialog .template.selected{background-color:#E6EFF8;border-radius:3px}#add-project-dialog .dialog-title{display:flex;align-items:center;justify-content:space-between}#add-project-dialog .dialog-panel-body{overflow-x:hidden}#add-project-dialog .template-meta{padding-left:60px}#add-project-dialog .template-preview{float:left;width:48px;height:48px;vertical-align:text-bottom}#add-project-dialog .template-name{font-weight:bold;margin-top:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#add-project-dialog .dialog-panel-body.pt-content .wait-container{text-align:center;height:16px;line-height:16px;width:100%;position:absolute;top:50%;margin-top:-8px;display:block;font-size:14px;margin-left:4px}#add-project-dialog .dialog-panel-body.pt-content .wait-container>.wait-icon{vertical-align:text-bottom;margin-right:3px}#add-project-dialog .pt-submit-button{margin-right:10px}#add-project-dialog .help-lnk{margin-left:10px}#add-project-dialog .add-workflow-link{font-size:14px}#add-project-dialog .footer-links{float:left}#add-project-dialog .pt-content{background:no-repeat 95% 100%}#add-project-dialog .add-project-wrapper{display:table}#add-project-dialog .add-project-form-wrapper{width:460px;padding-right:60px}#add-project-dialog .add-project-description-wrapper{display:table-cell;margin-left:5px;vertical-align:top}#add-project-dialog .add-project-description-wrapper h3{color:#3B73AF}#add-project-dialog .template-description{height:40px}#add-project-dialog .add-project-back-button{margin-left:10px}#add-project-dialog .template-group-header{margin-bottom:5px}#add-project-dialog .template-group-header .project-type-icon{width:18px;height:18px;vertical-align:top;margin-right:5px}#add-project-dialog .template-group{padding-bottom:0;margin-bottom:8px}#add-project-dialog.aui-dialog .dialog-button-panel .footer-links .button-panel-link{padding-left:10px}#add-project-dialog .offscreen-left{left:-9999px;position:absolute}#add-project-dialog .create-shared-info{display:none;color:#999}#add-project-dialog .field-group.project-picker-group{padding-top:2em;padding-bottom:2em}#add-project-dialog .aui-icon-help{cursor:pointer}#add-project-dialog #create-shared-project-form p{margin-top:0}.aui-icon.aui-icon-create-shared{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDE4LjU0MiAxOC4yNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTguNTQyIDE4LjI1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxyZWN0IHg9IjMuODg0IiB5PSIxMS4xNjciIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMzNzczQjE7IiB3aWR0aD0iMiIgaGVpZ2h0PSIxIi8+CjxyZWN0IHg9IjQuMzIyIiB5PSIxLjE2NyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzM3NzNCMTsiIHdpZHRoPSIyIiBoZWlnaHQ9IjEiLz4KPHJlY3QgeD0iMTEuNDU4IiB5PSI1Ljg4NiIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzM3NzNCMTsiIHdpZHRoPSIxIiBoZWlnaHQ9IjAuOTY4Ii8+CjxwYXRoIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMzNzczQjE7IiBkPSJNMTIuMDU4LDEuOTc2TDExLjI2MiwyLjU3YzAuMTI4LDAuMTcyLDAuMTk2LDAuMzc1LDAuMTk2LDAuNTg5Cgl2MC43MjdoMVYzLjE1OUMxMi40NTgsMi43MTYsMTIuMzA2LDIuMzA5LDEyLjA1OCwxLjk3NnoiLz4KPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzM3NzNCMTsiIGQ9Ik0yLjQ1OCwxMC4xNzRWOS43MzZoLTF2MC40MzljMCwwLjU0NiwwLjIyMywxLjA0NCwwLjU4MywxLjQwNQoJbDAuNzA4LTAuNzA2QzIuNTYyLDEwLjY4NSwyLjQ1OCwxMC40MzcsMi40NTgsMTAuMTc0eiIvPgo8cmVjdCB4PSI4LjMyMiIgeT0iMS4xNjciIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMzNzczQjE7IiB3aWR0aD0iMiIgaGVpZ2h0PSIxIi8+CjxyZWN0IHg9IjEuNDU4IiB5PSI1LjczNiIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzM3NzNCMTsiIHdpZHRoPSIxIiBoZWlnaHQ9IjIiLz4KPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzM3NzNCMTsiIGQ9Ik0xLjQ1OCwzLjE1OXYxLjAwOGgxVjMuMTU5YzAtMC4zMzksMC4xNzMtMC42NTIsMC40NjItMC44MzYKCUwyLjM4NCwxLjQ4M0MxLjgzMSwxLjgzNywxLjQ1OCwyLjQ1MywxLjQ1OCwzLjE1OXoiLz4KPGc+Cgk8ZGVmcz4KCQk8cmVjdCBpZD0iU1ZHSURfMV8iIHg9IjkuNDU4IiB5PSIxMS4xMjUiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiLz4KCTwvZGVmcz4KCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPgoJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+Cgk8L2NsaXBQYXRoPgoJPHJlY3QgeD0iNC40NTgiIHk9IjYuMTI1IiBzdHlsZT0iY2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6IzM3NzNCMTsiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMSIvPgo8L2c+CjxyZWN0IHg9IjExLjQ1OCIgeT0iOS4xMjUiIHN0eWxlPSJmaWxsOiMzNzczQjE7IiB3aWR0aD0iMSIgaGVpZ2h0PSI1Ii8+CjxwYXRoIHN0eWxlPSJmaWxsOiMzNzczQjE7IiBkPSJNMTUuNDY2LDcuMTY3YzAuNTQ3LDAsMC45OTIsMC40NDUsMC45OTIsMC45OTJ2Ny4wMTZjMCwwLjU0Ny0wLjQ0NSwwLjk5Mi0wLjk5MiwwLjk5Mkg4LjQ1CgljLTAuNTQ3LDAtMC45OTItMC40NDUtMC45OTItMC45OTJWOC4xNTljMC0wLjU0NywwLjQ0NS0wLjk5MiwwLjk5Mi0wLjk5MkgxNS40NjYgTTE1LjQ2Niw2LjE2N0g4LjQ1CgljLTEuMDkyLDAtMS45OTIsMC44OTItMS45OTIsMS45OTJ2Ny4wMTZjMCwxLjA5MiwwLjg5MiwxLjk5MiwxLjk5MiwxLjk5Mmg3LjAxNmMxLjA5MiwwLDEuOTkyLTAuODkyLDEuOTkyLTEuOTkyVjguMTU5CglDMTcuNDU4LDcuMDY3LDE2LjU2Niw2LjE2NywxNS40NjYsNi4xNjdMMTUuNDY2LDYuMTY3eiIvPgo8L3N2Zz4K")}#inline-dialog-shared-project-help-popup{z-index:3500}#inline-dialog-shared-project-help-popup .shared-help{padding:10px}#inline-dialog-shared-project-help-popup .shared-help ul{margin-top:6px}
/* module-key = 'com.atlassian.jira-core-project-templates:jira-core-project-templates-resources', location = '/css/core-project-templates.css' */
#add-project-dialog .project-template-issuetype-list{display:block;list-style:none;padding:0;word-wrap:break-word;word-break:break-word;margin-top:10px;margin-left:15px}#add-project-dialog .project-template-issuetype-list>li{position:relative;padding-left:22px}#add-project-dialog .suitable-projects-for-the-template{padding:0;margin-left:15px}#add-project-dialog .issuetype-icon{position:absolute;left:0;margin-top:2px;width:16px;height:16px}#add-project-dialog .left-info{width:370px;float:left;padding-right:10px}#add-project-dialog .right-info{background-repeat:no-repeat;background-position:top center;width:400px;height:270px;float:right;margin-top:-8px}#add-project-dialog .right-info.issue-tracking-screenshot{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/6.2.4/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/simple-issue-tracking-wf.png')}#add-project-dialog .issuetype-icon.newfeature{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/6.2.4/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/icons/svg/newfeature.svg')}#add-project-dialog .issuetype-icon.task{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/6.2.4/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/icons/svg/task.svg')}#add-project-dialog .issuetype-icon.subtask{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/6.2.4/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/icons/svg/subtask.svg')}#add-project-dialog .issuetype-icon.story{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/6.2.4/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/icons/svg/story.svg')}#add-project-dialog .issuetype-icon.bug{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/6.2.4/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/icons/svg/bug.svg')}#add-project-dialog .top-panel{padding-bottom:15px;width:100%;float:top}#add-project-dialog .right-panel{padding:3px 3px 3px 30px;width:40%;float:left}#add-project-dialog .left-panel{padding:3px;padding-left:0;width:40%;float:left}#add-project-dialog .workflow{background-size:100%;background-repeat:no-repeat;width:330px;height:100px;margin-top:20px}#add-project-dialog .workflow.taskManagement{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/6.2.4/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/svg/core-task-management-workflow.svg')}#add-project-dialog .workflow.projectManagement{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/6.2.4/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/svg/core-project-management-workflow.svg')}#add-project-dialog .workflow.processManagement{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/6.2.4/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/svg/core-process-management-workflow.svg');width:430px;height:130px;margin-top:10px}
/* module-key = 'com.almworks.structure.gantt:template-gantt', location = 'css/gantt/template.css' */
#s-tpl-error-tip {
  position: absolute;
  z-index:  999999;
  background: #d04437;
  max-width: 175px;
  padding: 5px;
  border-radius: 3px;
  color:  #fff;
}

#new-structure-wizard legend {
  display: block;
}

#new-structure-wizard .s-tpl-error-input:after {
  font-family: "Atlassian Icons";
  -webkit-font-smoothing: antialiased;
  content: "\f15a";
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #d04437;
  padding-left: 10px;
  padding-top: 4px;
  position: absolute;
}

#new-structure-wizard .s-tpl-cards {
  position: relative;
}

#new-structure-wizard .s-tpl-card {
  position: absolute;
  z-index: 1;
}

#new-structure-wizard .field-group > .checkbox {
  margin: 0;
}

#new-structure-wizard .field-group > .checkbox ~ .checkbox {
  margin-top: 5px;
}

#new-structure-wizard .description {
  line-height: 14px;
}

#new-structure-wizard .description.compact {
  margin-top: 0;
}

#new-structure-wizard .field-group {
  padding-top: 2px;
  padding-bottom: 2px;
}

#new-structure-wizard .separator {
  margin-top: 20px;
}

#new-structure-wizard .select2-container-disabled {
  background-color: #f5f5f5;
  color: #999;
}

#new-structure-wizard .select2-container-disabled > .select2-choice:hover {
  color: #999;
  border-color: #ccc;
  cursor: not-allowed;
}

#new-structure-wizard .aui-select2-container.select2-container-multi .select2-choices {
  background-color: transparent;
}

#new-structure-wizard .aui-icon.st-jql-status {
  position: absolute;
  right: -10px;
}

#new-structure-wizard #scope-jql_error {
  font-size: smaller;
  max-width: 250px;
}

#s-tpl-step-container .field-group > label {
  margin-left: -135px;
  width: 120px;
}

#s-tpl-step-container .short-desc-on-right {
  color: #707070;
  padding-left: 5px;
}

#new-structure-wizard .s-tpl-gantt-dependencies .field-group {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* fix structure-pages override */
#new-structure-wizard form.aui div.checkbox, form.aui div.radio {
  padding-left: 20px;
}

#s-tpl-step-container .s-tpl-gantt-scope {
  background-image: url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.3.0/_/download/resources/com.almworks.structure.gantt:template-gantt/scope@2x.png) ;
}

#s-tpl-step-container .s-tpl-gantt-hierarchy {
  background-image: url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.3.0/_/download/resources/com.almworks.structure.gantt:template-gantt/hierarchy@2x.png) ;
}

#s-tpl-step-container .s-tpl-gantt-dependencies {
  background-image: url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.3.0/_/download/resources/com.almworks.structure.gantt:template-gantt/dependencies@2x.png) ;
}

#s-tpl-step-container .s-tpl-gantt-scheduling {
  background-image: url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.3.0/_/download/resources/com.almworks.structure.gantt:template-gantt/scheduling@2x.png) ;
}

#s-tpl-step-container .s-tpl-gantt-resources {
  background-image: url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.3.0/_/download/resources/com.almworks.structure.gantt:template-gantt/resources@2x.png) ;
}

#s-tpl-step-container .s-tpl-gantt-options {
  background-image: url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/1.3.0/_/download/resources/com.almworks.structure.gantt:template-gantt/options@2x.png) ;
}

/* module-key = 'com.atlassian.bonfire.plugin:bonfire-active-session-headsup-assets', location = 'includes/css/bonfire-headsup.css' */
#bonfire-build-info{display:none}.bonfire-headsup{text-align:center;font-size:12px;background-color:#f6c342;color:#333;padding:3px}#bonfire-linkToCurrentSession,.aui-theme-default #header #bonfire-linkToCurrentSession{margin:0 3px;color:#333}#bonfire-linkToTriangle{border:4px solid transparent;border-left:4px solid #333;border-right:0;content:"";height:0;position:absolute;width:0;top:3px}#bonfire-headsup-icon{position:relative;top:2px}#bonfire-headsup-text{position:relative;top:-1px}#bonfire-headsup-extention-alert{background-color:#e0efff;color:black;margin:0;text-align:center;padding:5px}#bonfire-headsup-close-button{background-repeat:no-repeat;cursor:pointer;float:right;height:16px;width:16px;background:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/2.9.17.291700032/_/download/resources/com.atlassian.bonfire.plugin:bonfire-active-session-headsup-assets/images/aui-icon-close.png') no-repeat scroll 0 0 transparent}
/* module-key = 'com.atlassian.bonfire.plugin:bonfire-active-session-headsup', location = 'includes/empty.css' */

/* module-key = 'com.xpandit.plugins.xray:xray-base-resources', location = '/css/common/raven.css' */
.raven-restfultable-icon-fix{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;margin:0;height:1%;padding:3px 5px 2px 4px;position:relative}.raven-icon-restfultable{float:left;width:18px;height:18px;position:relative}.raven-restfultable{font-size:small}table.aui.data-table>tbody>tr:first-child>td{border-top:0}.raven-restfultable>tbody>tr.raven-restfultable-row>td{padding:7px 5px}.menu-icon{margin-left:-2px;margin-right:5px;float:left}.icon-execute{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:16px solid #333;margin-top:2px}.active .icon-execute{border-left:16px solid white}.icon.icon-inline-edit{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-base-resources/images/inline-edit.png)}.icon.icon-save{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-base-resources/images/inline-save.png)}.aui-button:hover .icon.icon-save{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-base-resources/images/inline-save-focus.png)}.icon.icon-cancel{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-base-resources/images/inline-cancel.png)}.aui-button:hover .icon.icon-cancel{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-base-resources/images/inline-cancel-focus.png)}.raven-restfultable-operations .aui-button ~ .aui-button{margin-left:2px}.test-icon{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-base-resources/images/test.svg")}.test-icon-png{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-base-resources/images/test.png")}.testset-icon{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-base-resources/images/test-set.svg")}.testset-icon-png{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-base-resources/images/test-set.png")}.test-execution-icon{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-base-resources/images/test-execution.svg")}.test-execution-icon-png{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-base-resources/images/test-execution.png")}.sub-task-test-execution-icon{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-base-resources/images/sub-test-execution.svg")}.sub-task-test-execution-icon-png{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-base-resources/images/sub-test-execution.png")}.precondition-icon{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-base-resources/images/pre-condition.svg")}.precondition-icon-png{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-base-resources/images/pre-condition.png")}.test-plan-icon{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-base-resources/images/test-plan.svg")}.test-plan-icon-png{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-base-resources/images/test-plan.png")}.raven-icon-copy{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-base-resources/images/copy_clip.png");background-repeat:no-repeat}.raven-icon-small{padding:1px 5px!important;font-size:none!important}fieldset.raven-group-date{width:97%!important}.raven-date-field{width:100%;box-sizing:border-box;color:#000;display:inline-block;font-family:Arial,FreeSans,Helvetica,sans-serif;font-size:13px;height:21px;line-height:normal;list-style-image:none;list-style-position:outside;list-style-type:none;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;max-width:100%;padding-bottom:1px;padding-left:2px;padding-right:2px;padding-top:1px;-moz-box-sizing:border-box}.raven-restfultable-readonly .raven-restfultable-editable{-moz-box-sizing:border-box;display:block;height:1%;margin:0;position:relative}.raven-group-date a{float:left;position:relative;left:101%;top:-21px}.links-list.raven-status-resolved,.link-title.raven-status-resolved,.ravenDefectClick.raven-status-resolved{text-decoration:line-through}.content-container>.content-related{width:175px!important}.xrayDataTables_length select{max-width:none}.panel-issue-type{padding-left:25%;margin-top:16px}.actions-icon{color:#707070;background:transparent;margin-top:-5px;padding:5px 0}.actions-icon:hover{color:#333}.raven-data-table-wrapper{font-size:small}.raven-data-table-wrapper.default-font-size{font-size:inherit}.xray-lenght-select{width:auto!important}.aui-item.issue-main-column{overflow:visible!important}a.user-hover,.people-details .user-hover{font-weight:400!important}.field-view .user-hover{font-weight:700!important}
/* module-key = 'com.xpandit.plugins.xray:folder-resources', location = '/css/testrepository/folder/folder.css' */
.raven-folder-create{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/ic_create_new_folder_normal.svg") no-repeat center center;height:28px;width:22px;display:inline-block;margin-right:24px;cursor:pointer}.raven-folder-create-disabled{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/ic_create_new_folder_normal.svg") no-repeat center center;height:28px;width:22px;display:inline-block;margin-right:24px;cursor:not-allowed}.raven-folder-create:hover{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/ic_create_new_folder_active.svg") no-repeat center center}.raven-folder-edit{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/ic_edit_normal.svg") no-repeat center center;height:28px;width:22px;display:inline-block;margin-right:24px;cursor:pointer}.raven-folder-edit:hover{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/ic_edit_active.svg") no-repeat center center}.raven-folder-edit-disabled{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/ic_edit_normal.svg") no-repeat center center;height:28px;width:22px;display:inline-block;margin-right:24px;cursor:not-allowed}.raven-folder-delete{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/ic_delete_normal.svg") no-repeat center center;height:28px;width:22px;display:inline-block;margin-right:17px;cursor:pointer}.raven-folder-delete:hover{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/ic_delete_active.svg") no-repeat center center}.raven-folder-delete-disabled{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/ic_delete_normal.svg") no-repeat center center;height:28px;width:22px;display:inline-block;margin-right:17px;cursor:not-allowed}.raven-folder-closed-a{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/folder_closed_a.svg") no-repeat center center;background-size:21px 20px;height:30px;width:22px;display:inline-block;vertical-align:middle;margin:0 12px 0 7px;cursor:pointer}.raven-folder-root-closed{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/folder_root_closed.svg") no-repeat center center;background-size:21px 20px;height:30px;width:22px;display:inline-block;vertical-align:middle;margin:0 12px 0 7px;cursor:pointer}.raven-folder-open-a{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/folder_open_a.svg") no-repeat center center;height:30px;width:22px;display:inline-block;vertical-align:middle;margin:0 12px 0 7px;cursor:pointer}.raven-folder-open-b{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/folder_open_b.svg") no-repeat center center;height:20px;width:17px;display:inline-block;vertical-align:middle;margin:2px 12px 0 12px;cursor:pointer}.raven-folder-closed-b{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/folder_closed_b.svg") no-repeat center center;height:20px;width:17px;display:inline-block;vertical-align:middle;margin:2px 12px 0 12px;cursor:pointer}.raven-folder-open-c{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/folder_open_c.svg") no-repeat center center;height:20px;width:17px;display:inline-block;vertical-align:middle;margin:2px 12px 0 12px;cursor:pointer}.raven-folder-closed-c{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/folder_closed_c.svg") no-repeat center center;height:20px;width:17px;display:inline-block;vertical-align:middle;margin:2px 12px 0 12px;cursor:pointer}.raven-tree-dot-line-normal{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/ic_tree_dot_line_normal.svg") no-repeat center center;height:26px;width:22px;display:inline-block;vertical-align:top}.raven-tree-dot-line-selected{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/ic_tree_dot_line_selected.svg") no-repeat center center;height:26px;width:22px;display:inline-block;vertical-align:top}.raven-tree-dot-line-breadcrumb{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/ic_tree_dot_line_breadcrumb.svg") no-repeat center center;height:26px;width:22px;display:inline-block;vertical-align:top}.raven-tree-dot-line-extension-normal{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/ic_tree_dot_line_extension_normal.svg") no-repeat center center;height:26px;width:22px;display:inline-block;vertical-align:top}.raven-tree-dot-line-extension-selected{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:folder-resources/images/test-repository/ic_tree_dot_line_extension_selected.svg") no-repeat center center;height:26px;width:22px;display:inline-block;vertical-align:top}#raven-test-repository-tree{overflow-x:hidden;overflow-y:auto;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#raven-test-repository-tree>ul{padding-left:20px!important}#raven-test-repository-tree ul{padding-left:0}.raven-folder-item{display:block}.raven-folder-item-structure{overflow:hidden;white-space:nowrap}.raven-wrapper{display:inline-block;vertical-align:bottom;white-space:normal}.raven-global-folder{border:1px solid transparent;cursor:pointer}.raven-activeFolder>div>.raven-wrapper>.raven-folders-view-mode,.raven-activeFolder>div>.raven-wrapper>.raven-global-folder{background-color:#ebf2f9;border:1px #dfe8f3 solid}.raven-folders-view-mode:hover,.raven-global-folder:hover{background-color:#e9e9e9}.raven-folder-global-name{line-height:26px;vertical-align:middle;font-weight:bold}.raven-folder-name.active,.raven-folder-number-of-tests.active,.raven-folder-global-name.active{color:#3a73ae}.raven-folder-caption{font-size:14px;color:#444;display:inline-block}.raven-folder-number-of-tests{vertical-align:top;float:right;display:inline-block;font-size:12px;font-weight:normal;color:#a7a7a7;line-height:25px;text-align:right;margin-right:5px}.raven-global-number-of-tests{line-height:32px}.raven-folder-all-tests,.raven-folder-all-orphan-tests,ul:first-child.raven-folder-all-tests{margin-top:14px;margin-bottom:14px}.raven-folder-children{margin-top:0}.raven-folder-rank{height:10px;border:2px green;border-radius:10px;width:100%;display:block;vertical-align:top}.raven-folders-view-mode{overflow:hidden;display:block;width:100%;height:24px;border:1px solid transparent;cursor:pointer}.raven-folder-name-input{font-size:14px;padding:2px 0 0 5px;border:0;vertical-align:middle;background-color:#ebf2f9;color:#4c9ced;width:65%;outline:0}.raven-folder-name-input::-ms-clear{display:none}.raven-folder-name{vertical-align:bottom;margin-left:5px;width:calc(100% - 125px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#raven-folder-name{vertical-align:super;border-radius:5px;border:1px solid #ddd;width:80%;margin-left:15px;padding-left:10px;height:25px;margin-top:10px}#raven-folders-footer{border-top:1px #ccc solid;height:48px}
/* module-key = 'com.xpandit.plugins.xray:folder-picker-resources', location = 'css/testrepository/picker/test-repository-picker.css' */
.raven-test-repository-folder-picker{position:relative}.raven-test-repository-folder-tree{position:absolute;background-color:#fff;border:1px solid #ccc;z-index:10;width:465px}input.active[type="text"],input.active[type="text"]:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6)}.raven-test-repository-folder-picker .raven-folder-all-tests{width:450px}
/* module-key = 'com.xpandit.plugins.xray:xray-dialog-resources', location = 'css/dialog/issue-selector.css' */
#raven-issue-selector-dialog .dialog-page-menu{width:18%}#raven-issue-selector-dialog .dialog-panel-body{padding:5px}#issue-selector-dialog .field-group{padding:0 0 5px 105px!important}#issue-selector-dialog .issue-picker-popup{left:auto;margin-left:5px}.issue-selector-content{padding:10px}.issue-selector-content label,.issue-selector-content input,.issue-selector-content .button{margin-right:10px!important}button.button-panel-button{padding:2px 6px 3px!important}#raven-issue-search{margin-top:5px}#raven-issue-advanced-search-form{display:none;margin-top:0}#raven-issue-search #simple-search-toggle,#raven-issue-search #advanced-search-toggle{padding-right:10px}#raven-issue-search .aui-group{min-height:414px;overflow:auto;display:block;padding:10px}#raven-issue-search fieldset{padding-left:6px;padding-bottom:0}#raven-issue-search fieldset label{margin-right:10px;display:block;font-size:12px}#raven-issue-search #jql-search-text{margin-top:3px;margin-right:5px;padding:2px;clear:both}#raven-issue-search #autocomplete-loading,#raven-issue-search #autocomplete-failed{margin-left:10px;color:#666}#raven-issue-search #search-results-table{overflow-x:hidden;table-layout:fixed;margin-top:16px;font-size:13px;height:auto}#raven-issue-search #search-results-table th{color:#666}#raven-issue-search #search-results-table td{white-space:nowrap;overflow:hidden;vertical-align:middle}#raven-issue-search #search-results-table img,#raven-issue-search #search-results-table input{vertical-align:middle}#raven-issue-search #search-results-table .key{color:#326ca6}#raven-issue-search #search-results-table .summary{text-overflow:ellipsis;max-width:550px}#raven-issue-search #search-results-table tbody tr:hover{background-color:#f0f0f0;cursor:pointer}#raven-issue-search #search-results-table tbody td{padding-left:6px}#raven-issue-search #search-results-table .aui-message{margin-top:10px}#raven-issue-search .buttons{padding:0 10px 0 5px}#raven-issue-search .multi-select,#raven-issue-search .text{min-width:150px;max-width:150px}#raven-issue-search input.text{margin-right:0}#raven-issue-search .group{display:inline;float:left;margin-right:15px;padding-left:5px;width:auto;clear:none}#raven-issue-search .atlassian-autocomplete{margin-right:20px}#raven-issue-search .jira-multi-select,#raven-issue-search .aui-ss{width:auto}#raven-issue-search #jql-search-text,#remote-jira-search-dialog #jql-search-text{width:100%}#filter-additions-button,#simple-search-panel-button{margin:0 5px 0 0}#raven-issue-selector-dialog form.assignee-form{position:absolute;right:20px;top:15px;margin:0}#raven-issue-selector-dialog form.assignee-form .field-group{padding-top:0;margin-top:0}#raven-issue-selector-dialog .dialog-title{padding-right:250px}.search-filter-additions{z-index:4000!important}#raven-search-result-table th.sorting_disabled{padding-left:6px}
/* module-key = 'com.xpandit.plugins.xray:xray-dialog-resources', location = 'css/dialog/pick-status.css' */
.statusesContainer{padding-left:20px}#pick-status-dialog .description{padding-left:20px}.dialogStatusPicker{color:white;width:150px;cursor:default;padding-top:3px;padding-bottom:3px;border:1px solid transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dialogStatusPicker:hover{cursor:pointer;border:1px solid #fff;box-shadow:0 0 0 2px #3b73af}.dialogStatusPicker.selected{border:1px solid #fff;box-shadow:0 0 0 2px #3b73af}.statusElement{float:left;margin-right:15px;margin-bottom:10px}.allNoneStatus{box-sizing:border-box;background:#f5f5f5;border:1px solid #ccc;color:#333;display:inline-block;margin:0;padding:4px 10px;text-decoration:none;text-shadow:0 1px 0 white;vertical-align:baseline;height:auto;text-indent:0;width:auto;float:left;border-radius:5px;cursor:pointer}.allNoneStatus:hover{background:#e9e9e9;border-width:1px;border-color:#999;color:#000;position:relative;text-decoration:none}.allNoneStatus.left{border-bottom-left-radius:5px;border-bottom-right-radius:0;border-top-right-radius:0;border-top-left-radius:5px}.allNoneStatus.right{border-bottom-right-radius:5px;border-bottom-left-radius:0;border-top-left-radius:0;border-top-right-radius:5px;border-left:0}.allNoneStatus.right:hover{border-left:1px solid #999;margin-left:-1px}
/* module-key = 'com.xpandit.plugins.xray:xray-dialog-resources', location = 'css/dialog/raven-issue-search.less' */
#remote-jira-search-dialog.raven-issue-search-dialog {
    #jql-search-container {
        @gem-width: 16px;
        @button-width: 36px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        width: 500px;

        textarea {
            resize: vertical;
            width: 100%;
            max-width: none;
            padding-left: @gem-width + 10px;
            padding-right: 10px;
            vertical-align: top;
            z-index: 1;
        }

        #jql-search-error {
            position: absolute;
            left: 5px;
            top: 50%;
            margin-top: -8px;
            width: @gem-width;
            height: @gem-width;
            z-index: 2;
        }
    }

    .search-button {
        margin-left: 5px;
        vertical-align: middle;
    }
    #simple-search-toggle {
        display: inline-block;
        vertical-align: top;
        padding: 5px 0 0 0;
    }

    #autocomplete-loading, #autocomplete-failed {
        margin-left: 10px;
        color: #666;
    }
}

#remote-jira-search-dialog.raven-issue-search-dialog #search-results-table{
    overflow: auto;
    height: 360px;

    td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    tbody tr:hover {
        background-color: #F0F0F0;
        cursor: pointer;
    }

    .selection {
        width: 1em;
    }

    .type {
        width: 3em;
    }

    .key {
        width: 9em;
    }

    td.key {
        color: @jira-color-link;
    }

    .summary {
    }

    .status {
        width: 7em;
    }

    .aui-message {
        margin-top: 10px;
    }
}

#search-results-table {
    height: 360px;
}
/* module-key = 'com.xpandit.plugins.xray:xray-attachment-resources', location = '/css/attachment/attachments.css' */
.attachment-remove-command{visibility:hidden;float:right;cursor:pointer}li.attachment-content{padding-top:4px!important;padding-bottom:4px!important}.step-attachments{font-size:11px}.step-attachments li.attachment-content{padding:1px 1px 1px 5px}.step-attachments li.attachment-content:hover{background-color:#fff7db!important;border-color:#fff7db!important}li.attachment-content:hover .attachment-remove-command{visibility:inherit}.attachment-tablecell .attachment-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:75%;display:inline-block}#global-execution-attachments .attachment-title{overflow:hidden;text-overflow:ellipsis;max-width:35%;white-space:nowrap}.precondition-attachments .attachment-thumb{float:left;margin-right:.581em}.precondition-attachments .attachment-title{overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 16px - .581em);white-space:nowrap;display:inline-block}.precondition-attachments .attachment-content{padding:4px 1px 4px 1px!important}
/* module-key = 'com.xpandit.plugins.xray:test-edit-resources', location = '/css/customfield/test/manual-steps-table.css' */
#manual-test-steps-content span.draghandle{display:inline-block;width:8px;height:100%;min-height:24px;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:test-edit-resources/images/grippy.png");cursor:move;visibility:visible}.drag-placeholder{background-color:#f0f0f0!important}#manual-test-steps-table.working td span.draghandle{visibility:hidden}#manual-test-steps-table.working td.operations-column{visibility:hidden}#manual-test-steps-table.working tr.editing td.operations-column{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:test-edit-resources/images/loader.gif");background-repeat:no-repeat;background-position:center}.invisible{display:none;visibility:collapsed}#manual-test-steps-content span{display:block;position:relative}#manual-test-steps{min-width:600px}#manual-test-steps-table{border-collapse:collapse;border-spacing:0;word-wrap:break-word;overflow:scroll;font-size:small}#manual-test-steps-content tr:hover{background-color:#f0f0f0;border-color:#f0f0f0}#manual-test-steps-table td{vertical-align:top;padding:5px}#manual-test-steps-table td.operations-column{border-left-style:solid;border-left-width:1px;border-left-color:#f0f0f0}#manual-test-steps-table textarea{width:100%;min-width:90px;resize:both}#manual-test-steps-table .remove-command{float:right;cursor:pointer;display:inline-block}#manual-test-steps-table .edit-command{float:left;margin-right:10px;cursor:pointer}#manual-test-steps-table .cancel-command{float:left;margin-top:5px;margin-left:10px}#manual-test-steps-table .update-command{float:left;margin-right:10px}#manual-test-steps-table .view-commands{display:inline-block;white-space:nowrap}#manual-test-steps-table .edit-commands{display:block}#manual-test-steps-content img{display:inline-block;width:20px;height:auto;cursor:pointer}#manual-test-steps-content td .view-content{word-wrap:break-word;max-width:200px}#manual-test-steps-content td .view-content p{white-space:pre-wrap}#raven-manual-test-steps-message-bar .error{color:#333}#test-manualsteps-field{overflow:auto;margin-left:0;margin-top:10px;clear:both}
/* module-key = 'com.atlassian.auiplugin:aui-sidebar', location = 'src/less/aui-sidebar.less' */
.aui-page-sidebar #footer{box-sizing:border-box;padding-left:280px}.aui-page-sidebar.aui-sidebar-collapsed #footer{padding-left:56px}.aui-page-sidebar-touch #footer{margin-left:0;padding-left:inherit;border-top:1px solid #f4f5f7}.aui-page-sidebar-touch.aui-sidebar-collapsed #footer{padding-left:inherit}.aui-sidebar{box-sizing:border-box;min-width:56px;position:absolute;width:280px;z-index:1}#content .aui-sidebar+.aui-page-header{padding-left:300px;background:#fff}.aui-sidebar+.aui-page-header+.aui-navgroup{padding-left:290px}.aui-sidebar+.aui-page-panel{border-top:none}.aui-sidebar~.aui-page-panel{margin-top:0;padding-left:280px}.aui-page-sidebar-touch .aui-sidebar~.aui-page-panel{border-bottom:none;border-left:1px solid #f4f5f7;clear:none;margin-left:280px;padding-left:inherit;width:inherit}.aui-page-sidebar-touch .aui-sidebar.aui-sidebar-fly-out{border-right:1px solid #f4f5f7;height:100%;position:absolute}.aui-sidebar.aui-sidebar-fly-out~.aui-page-panel{padding-left:56px;z-index:0}.aui-page-sidebar-touch .aui-sidebar.aui-sidebar-fly-out~.aui-page-panel{margin-left:56px;padding-left:inherit}#content .aui-sidebar.aui-sidebar-fly-out+.aui-page-header{padding-left:76px}.aui-sidebar .aui-sidebar-wrapper{box-sizing:border-box;border-right:0;border-color:#f4f5f7;background-color:#f4f5f7;display:flex;flex-direction:column;width:280px;position:absolute;top:0;bottom:auto}.aui-sidebar .aui-sidebar-wrapper.aui-is-docked{position:fixed;top:0;bottom:auto}.aui-page-sidebar-touch .aui-sidebar .aui-sidebar-wrapper{position:static}.aui-page-sidebar-touch .aui-sidebar{background-color:#f4f5f7;float:left;position:static}.aui-page-sidebar-touch .aui-sidebar .aui-sidebar-wrapper{border-right:none}.aui-sidebar .aui-page-header{margin:15px 15px 0 15px;padding-bottom:0;position:relative}.aui-sidebar .aui-page-header .aui-page-header-image{position:absolute}.aui-sidebar .aui-page-header .aui-avatar{display:block}.aui-sidebar .aui-page-header-inner,.aui-sidebar .aui-page-header-image,.aui-sidebar .aui-page-header-main{display:block}.aui-sidebar .aui-page-header-image+.aui-page-header-main{padding-left:58px}.aui-sidebar .aui-sidebar-header-large .aui-page-header-image{width:128px;margin:0 auto;position:inherit}.aui-sidebar .aui-sidebar-header-large .aui-page-header-image+.aui-page-header-main{padding-top:10px;padding-left:0}.aui-sidebar .aui-sidebar-header-large .aui-page-header-main{text-align:center}.aui-sidebar .aui-sidebar-header-large .aui-page-header-main>h1,.aui-sidebar .aui-sidebar-header-large .aui-page-header-main>h2{font-size:24px;font-weight:500;line-height:1.25;letter-spacing:-0.01em;text-transform:none;padding-top:10px}.aui-sidebar .aui-sidebar-header-large .aui-page-header-main>h1:only-child,.aui-sidebar .aui-sidebar-header-large .aui-page-header-main>h2:only-child{padding-top:0}.aui-sidebar .aui-page-header-main{padding-top:4px}.aui-sidebar .aui-page-header-main>h1,.aui-sidebar .aui-page-header-main>h2{font-size:16px;font-weight:500;line-height:1.25;letter-spacing:-0.006em;text-transform:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:20px}.aui-sidebar .aui-page-header-main>h1:only-child,.aui-sidebar .aui-page-header-main>h2:only-child{line-height:48px}.aui-sidebar .aui-page-header-actions{display:none}.aui-sidebar .aui-nav-breadcrumbs>li{width:100%}.aui-sidebar .aui-sidebar-handle{background:#fff url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-sidebar/images/icons/sidebar/icon-handle.png) center center no-repeat;cursor:col-resize;height:100%;position:absolute;right:-10px;top:0;width:10px}.aui-sidebar .aui-sidebar-body{box-sizing:content-box;flex-grow:1;overflow-y:auto}.aui-sidebar .aui-sidebar-footer{box-sizing:border-box;border-top:1px solid #f4f5f7;display:flex;flex-direction:row-reverse;flex-shrink:0;justify-content:space-between;min-height:40px;padding:5px 10px}.aui-page-sidebar-touch .aui-sidebar .aui-sidebar-footer{border-bottom:1px solid #f4f5f7;margin-top:10px}.aui-sidebar .aui-sidebar-footer .aui-icon.aui-icon-small{vertical-align:text-bottom}.aui-sidebar .aui-sidebar-footer .aui-button{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%}.aui-sidebar .aui-sidebar-footer .aui-button~.aui-button{margin-left:0}.aui-sidebar .aui-sidebar-footer>.aui-sidebar-toggle{order:-1}.aui-sidebar .aui-sidebar-footer>.aui-sidebar-toggle>.aui-icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-sidebar/images/icons/sidebar/icon-toggle.svg) center center no-repeat;background-size:20px}.aui-sidebar[aria-expanded="false"]{width:56px}.aui-sidebar[aria-expanded="false"] .aui-sidebar-body{overflow-x:hidden}#content .aui-sidebar[aria-expanded="false"]+.aui-page-header{padding-left:76px}.aui-sidebar[aria-expanded="false"]+.aui-page-header+.aui-navgroup{padding-left:66px}.aui-sidebar[aria-expanded="false"]~.aui-page-panel{padding-left:56px}.aui-page-sidebar-touch .aui-sidebar[aria-expanded="false"]~.aui-page-panel{border-left:1px solid #dfe1e6;margin-left:56px;padding-left:inherit}.aui-sidebar[aria-expanded="false"] .aui-sidebar-wrapper{width:56px}.aui-sidebar[aria-expanded="false"] .aui-page-header-inner .aui-page-header-image{align-content:center;display:flex;justify-content:center;position:relative;width:auto}.aui-sidebar[aria-expanded="false"] .aui-page-header{margin-left:0;margin-right:0}.aui-sidebar[aria-expanded="false"] .aui-page-header .aui-avatar,.aui-sidebar[aria-expanded="false"] .aui-page-header .aui-avatar .aui-avatar-inner{height:32px;width:32px}.aui-sidebar[aria-expanded="false"] .aui-page-header .aui-avatar .aui-avatar-inner>img{max-height:32px;max-width:32px}.aui-sidebar[aria-expanded="false"] .aui-page-header-main{display:none}.aui-sidebar[aria-expanded="false"] .aui-sidebar-body{box-sizing:border-box;bottom:80px;padding:0;width:100%}.aui-sidebar[aria-expanded="false"] .aui-sidebar-footer{overflow:hidden;flex-direction:column-reverse}.aui-sidebar[aria-expanded="false"] .aui-sidebar-footer>.aui-sidebar-toggle>.aui-icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.aui-sidebar[aria-expanded="false"] .aui-sidebar-footer>.aui-button{padding-left:0;padding-right:0;text-align:center;text-overflow:clip;white-space:normal}.aui-sidebar[aria-expanded="false"] .aui-sidebar-footer>.aui-button>.aui-button-label{display:none}.aui-sidebar.aui-is-animated+.aui-page-panel{transition:padding-left .1s ease-in-out}.aui-sidebar.aui-is-animated .aui-sidebar-wrapper{transition:width .1s ease-in-out}.aui-sidebar.aui-is-animated .aui-sidebar-body{transition:padding-top .1s ease-in-out}.aui-sidebar-section-tooltip{transition:opacity .1s ease-in-out;opacity:0}.aui-sidebar-section-tooltip .tipsy-inner{background:#333}.aui-sidebar-section-tooltip .tipsy-arrow{border-right-color:#333}.aui-sidebar-section-tooltip.tooltip-shown{opacity:1}.aui-sidebar .aui-navgroup .aui-sidebar-button,.aui-sidebar-submenu .aui-navgroup .aui-sidebar-button{margin-bottom:10px;margin-left:3px}.aui-sidebar .aui-navgroup .aui-sidebar-button>.aui-icon,.aui-sidebar-submenu .aui-navgroup .aui-sidebar-button>.aui-icon{margin-right:3px}.aui-sidebar .aui-nav-item-label,.aui-sidebar-submenu .aui-nav-item-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block;word-wrap:normal}.aui-sidebar .aui-navgroup-vertical .aui-nav>li>.aui-nav-item,.aui-sidebar-submenu .aui-navgroup-vertical .aui-nav>li>.aui-nav-item{border-radius:3px;box-sizing:content-box;display:block;line-height:1.42857143;padding:7px 10px;padding-left:7px;padding-right:23px}.aui-sidebar .aui-navgroup-vertical .aui-nav .aui-nav-item-actions,.aui-sidebar-submenu .aui-navgroup-vertical .aui-nav .aui-nav-item-actions{top:9px;height:16px;width:16px}.aui-sidebar .aui-navgroup-vertical .aui-nav .aui-nav[data-more] .aui-nav-more~li,.aui-sidebar-submenu .aui-navgroup-vertical .aui-nav .aui-nav[data-more] .aui-nav-more~li{height:0;overflow:hidden}.aui-sidebar .aui-navgroup-vertical .aui-nav .aui-nav .aui-nav-item-actions,.aui-sidebar-submenu .aui-navgroup-vertical .aui-nav .aui-nav .aui-nav-item-actions{margin-right:0}.aui-sidebar .aui-navgroup-vertical .aui-nav .aui-nav-selected>.aui-nav-item,.aui-sidebar-submenu .aui-navgroup-vertical .aui-nav .aui-nav-selected>.aui-nav-item{background-color:rgba(9,30,66,0.08);color:#42526e;font-weight:500}.aui-sidebar .aui-nav>li,.aui-sidebar-submenu .aui-nav>li{position:relative}.aui-sidebar .aui-nav>li>.aui-nav-item,.aui-sidebar-submenu .aui-nav>li>.aui-nav-item{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.aui-sidebar .aui-nav>li>.aui-nav-item>.aui-icon,.aui-sidebar-submenu .aui-nav>li>.aui-nav-item>.aui-icon{color:#505f79;height:20px;width:20px;margin-right:10px;float:left}.aui-sidebar .aui-nav>li>.aui-nav-item>.aui-icon::before,.aui-sidebar-submenu .aui-nav>li>.aui-nav-item>.aui-icon::before{font-size:20px;margin-top:-10px}.aui-sidebar .aui-nav>li>.aui-nav-item>.aui-icon.aui-icon-small::before,.aui-sidebar-submenu .aui-nav>li>.aui-nav-item>.aui-icon.aui-icon-small::before{font-size:16px;padding:2px}.aui-sidebar .aui-navgroup-vertical .aui-nav>li[aria-expanded]>.aui-nav-subtree-toggle,.aui-sidebar-submenu .aui-navgroup-vertical .aui-nav>li[aria-expanded]>.aui-nav-subtree-toggle{top:7px;left:7px;color:#505f79}.aui-sidebar .aui-navgroup-vertical .aui-nav>li[aria-expanded]>.aui-nav-subtree-toggle+.aui-nav-item,.aui-sidebar-submenu .aui-navgroup-vertical .aui-nav>li[aria-expanded]>.aui-nav-subtree-toggle+.aui-nav-item{padding-left:37px}.aui-sidebar .aui-navgroup-vertical .aui-nav>li[aria-expanded]>.aui-nav-subtree-toggle+.aui-nav-item>.aui-icon,.aui-sidebar-submenu .aui-navgroup-vertical .aui-nav>li[aria-expanded]>.aui-nav-subtree-toggle+.aui-nav-item>.aui-icon{display:none}.aui-sidebar .aui-navgroup-vertical .aui-nav>li[aria-expanded]>.aui-nav-subtree-toggle~.aui-nav,.aui-sidebar-submenu .aui-navgroup-vertical .aui-nav>li[aria-expanded]>.aui-nav-subtree-toggle~.aui-nav{padding-left:30px}.aui-sidebar hr,.aui-sidebar-submenu hr{display:none}.aui-sidebar[aria-expanded="false"] .aui-nav-heading{display:none}.aui-sidebar[aria-expanded="false"] .aui-navgroup-vertical .aui-nav>li[aria-expanded]>.aui-nav-subtree-toggle+.aui-nav-item{padding-left:0}.aui-sidebar[aria-expanded="false"] .aui-navgroup-vertical .aui-nav>li[aria-expanded]>.aui-nav-subtree-toggle+.aui-nav-item>.aui-icon{display:block}.aui-sidebar[aria-expanded="false"] .aui-nav-sortable>li>a:after{left:0;top:8px}.aui-sidebar[aria-expanded="false"] .aui-nav-item-actions{display:none}.aui-sidebar-submenu-dialog>.aui-inline-dialog-contents{padding:10px;width:300px;max-height:812px}.aui-sidebar-submenu{position:static;background:transparent;border-right:0;width:auto}.aui-sidebar .aui-sidebar-group{margin-top:20px;margin-bottom:10px;padding:0 10px}.aui-sidebar .aui-sidebar-group .aui-nav-heading{padding:0 5px}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group{border-radius:3px;box-sizing:content-box;display:block;line-height:1.42857143;padding:7px 10px;background-color:transparent;color:#42526e;text-decoration:none;background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-sidebar/images/icons/sidebar/icon-group.svg) 50% center no-repeat;cursor:pointer;height:20px;margin-left:10px;margin-right:10px;position:relative}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group:focus,.aui-sidebar[aria-expanded="false"] .aui-sidebar-group:hover{background-color:rgba(9,30,66,0.08);text-decoration:none}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group.active{background-color:rgba(9,30,66,0.08);color:#42526e;font-weight:500}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group>.aui-nav{display:none}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group.aui-sidebar-group-actions,.aui-sidebar[aria-expanded="false"] .aui-sidebar-group.aui-sidebar-group-tier-one{background:none;border-radius:0;cursor:auto;padding:0}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-actions{margin:10px 0 15px 0;height:32px}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-actions::after{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.9.9/_/download/resources/com.atlassian.auiplugin:aui-sidebar/images/icons/sidebar/icon-group-actions.svg) no-repeat center center;background-size:20px;border:1px solid #f4f5f7;border-radius:50%;content:"";display:block;height:32px;left:0;margin-left:11px;margin-right:11px;position:absolute;top:0;width:32px}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-actions:hover::after,.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-actions:focus::after,.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-actions.active::after{background-color:#fff;border-color:#dfe1e6}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-actions~.aui-sidebar-group-tier-one{border-top:2px solid #dfe1e6;margin-top:15px;padding-top:10px}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-tier-one{background:none;height:auto}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-tier-one:after{display:none}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-tier-one:focus,.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-tier-one:hover{background-color:transparent}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-tier-one .aui-nav{display:block;height:auto}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-tier-one .aui-nav>li{display:block}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-tier-one .aui-nav>li>.aui-nav-item{padding-left:0;padding-right:0;text-align:center}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-tier-one .aui-nav>li>.aui-nav-item>.aui-icon{float:none;margin:0 auto}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-tier-one .aui-nav>li>.aui-nav-item.active{background-color:rgba(9,30,66,0.08);color:#42526e;font-weight:500}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-tier-one .aui-nav>li .aui-nav-item-label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-tier-one .aui-nav>li>.aui-nav-subtree-toggle{display:none}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-tier-one .aui-nav>li .aui-nav-item-actions{display:none}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-tier-one .aui-nav .aui-nav{display:none}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-tier-one~.aui-sidebar-group-tier-one{border-top:2px solid #dfe1e6;margin-top:10px;padding-top:10px}.aui-sidebar .aui-nav>li>.aui-nav-item>.aui-badge,.aui-sidebar-submenu .aui-nav>li>.aui-nav-item>.aui-badge,.aui-sidebar .aui-nav>li>.aui-nav-item>aui-badge,.aui-sidebar-submenu .aui-nav>li>.aui-nav-item>aui-badge{background-color:#c1c7d0;border-color:#f4f5f7;color:rgba(9,30,66,0.95);float:right;margin-top:2px}.aui-sidebar[aria-expanded="false"] .aui-nav>li>a:hover>.aui-nav-item>.aui-badge{visibility:visible}.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-tier-one .aui-nav>li>.aui-nav-item>.aui-badge,.aui-sidebar[aria-expanded="false"] .aui-sidebar-group-tier-one .aui-nav>li>.aui-nav-item>aui-badge{border-width:2px;border-style:solid;font-size:9px;margin-top:0;padding:0.2em 0.4em;position:absolute;right:-0.5em;top:-0.5em;z-index:1}
/* module-key = 'com.xpandit.plugins.xray:gherkin-js', location = '/css/gherkin/gherkin-editor.css' */
@CHARSET "UTF-8";.ace-mode-editor,.ace-mode-viewer{top:0;right:0;bottom:0;left:0;height:300px;padding:2px}.ace-mode-editor{-moz-appearance:textfield;-webkit-appearance:textfield;background-color:white;background-color:-moz-field;border:1px solid darkgray;box-shadow:1px 1px 1px 0 lightgray inset;border-radius:3.01px;resize:none}.field-view .ace_scrollbar{display:block}.ace_scrollbar{position:absolute!important;right:0;top:0;bottom:0;resize:none}.ace_scrollbar,.ace_scroller{cursor:default}#test-steps-field .working-icon{z-index:99999999}.ace_scroller.ace_scroll-left{box-shadow:none!important}.ace_scrollbar-h{margin-top:auto}.ace_editor{min-height:20px}
/* module-key = 'com.xpandit.plugins.xray:requirement-status-customfield-resources', location = 'css/customfield/requirement-status.css' */
.requirement-status-bar{width:200px;height:20px;margin:0;padding:0;display:inline-block;color:white;font-weight:700;text-align:center;vertical-align:middle;-moz-border-radius:.4em;-webkit-border-radius:.4em;border-radius:.4em}.requirement-status-value{width:100%;height:20px;margin-bottom:5px}.requirement-status-value.detail:hover .requirement-status-bar.status-ok,.requirement-status-value.detail:hover .requirement-status-bar.status-nok,.requirement-status-value.detail:hover .requirement-status-bar.status-notrun,.requirement-status-value.detail:hover .requirement-status-bar.status-unknown{display:none}.requirement-status-value.detail:hover .requirement-status-bar-detail{display:inline-block;outline:1px solid gray}.raven-truncate{width:95%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;padding-left:2px}ul.requirement-status-bar-detail{width:200px;height:20px;margin:0;padding:0;display:none}ul.requirement-status-bar-detail a{color:white}ul.requirement-status-bar-detail,ul.requirement-status-bar-detail li{height:20px;float:left;list-style:none;margin:0;padding:0;color:white;text-align:center;cursor:default}.status-ok{background-color:#95c160}.status-nok{background-color:#d45d52}.status-notrun{background-color:#f1e069}.status-unknown{background-color:#9aa1a8}.status-uncovered{background-color:#3671a3}
/* module-key = 'com.xpandit.plugins.xray:execution-status-customfield-resources', location = 'css/customfield/execution-status.css' */
.execution-status-value{width:100%;height:15px}ul.execution-status-bar{display:inline-block;width:100px;height:15px;margin:0;padding:0;-moz-border-radius:.4em;-webkit-border-radius:.4em;border-radius:.4em}ul.execution-status-bar,ul.execution-status-bar li{height:15px;float:left;list-style:none;margin:0;padding:0;color:white;text-align:center;cursor:default}
/* module-key = 'com.xpandit.plugins.xray:execution-status-customfield-resources', location = 'css/common/progress-bar.css' */
.pb-todo{background-color:#a2a6ae}.pb-executing{background-color:#f1e069}.pb-pass{background-color:#95c160}.pb-fail{background-color:#d45d52}.pb-aborted{background-color:#111}
/* module-key = 'com.xpandit.plugins.xray:xray-project-template-resources', location = '/css/common/raven.css' */
.raven-restfultable-icon-fix{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;margin:0;height:1%;padding:3px 5px 2px 4px;position:relative}.raven-icon-restfultable{float:left;width:18px;height:18px;position:relative}.raven-restfultable{font-size:small}table.aui.data-table>tbody>tr:first-child>td{border-top:0}.raven-restfultable>tbody>tr.raven-restfultable-row>td{padding:7px 5px}.menu-icon{margin-left:-2px;margin-right:5px;float:left}.icon-execute{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:16px solid #333;margin-top:2px}.active .icon-execute{border-left:16px solid white}.icon.icon-inline-edit{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-project-template-resources/images/inline-edit.png)}.icon.icon-save{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-project-template-resources/images/inline-save.png)}.aui-button:hover .icon.icon-save{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-project-template-resources/images/inline-save-focus.png)}.icon.icon-cancel{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-project-template-resources/images/inline-cancel.png)}.aui-button:hover .icon.icon-cancel{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-project-template-resources/images/inline-cancel-focus.png)}.raven-restfultable-operations .aui-button ~ .aui-button{margin-left:2px}.test-icon{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-project-template-resources/images/test.svg")}.test-icon-png{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-project-template-resources/images/test.png")}.testset-icon{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-project-template-resources/images/test-set.svg")}.testset-icon-png{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-project-template-resources/images/test-set.png")}.test-execution-icon{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-project-template-resources/images/test-execution.svg")}.test-execution-icon-png{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-project-template-resources/images/test-execution.png")}.sub-task-test-execution-icon{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-project-template-resources/images/sub-test-execution.svg")}.sub-task-test-execution-icon-png{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-project-template-resources/images/sub-test-execution.png")}.precondition-icon{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-project-template-resources/images/pre-condition.svg")}.precondition-icon-png{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-project-template-resources/images/pre-condition.png")}.test-plan-icon{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-project-template-resources/images/test-plan.svg")}.test-plan-icon-png{height:16px;width:16px;display:inline-block;background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-project-template-resources/images/test-plan.png")}.raven-icon-copy{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-project-template-resources/images/copy_clip.png");background-repeat:no-repeat}.raven-icon-small{padding:1px 5px!important;font-size:none!important}fieldset.raven-group-date{width:97%!important}.raven-date-field{width:100%;box-sizing:border-box;color:#000;display:inline-block;font-family:Arial,FreeSans,Helvetica,sans-serif;font-size:13px;height:21px;line-height:normal;list-style-image:none;list-style-position:outside;list-style-type:none;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;max-width:100%;padding-bottom:1px;padding-left:2px;padding-right:2px;padding-top:1px;-moz-box-sizing:border-box}.raven-restfultable-readonly .raven-restfultable-editable{-moz-box-sizing:border-box;display:block;height:1%;margin:0;position:relative}.raven-group-date a{float:left;position:relative;left:101%;top:-21px}.links-list.raven-status-resolved,.link-title.raven-status-resolved,.ravenDefectClick.raven-status-resolved{text-decoration:line-through}.content-container>.content-related{width:175px!important}.xrayDataTables_length select{max-width:none}.panel-issue-type{padding-left:25%;margin-top:16px}.actions-icon{color:#707070;background:transparent;margin-top:-5px;padding:5px 0}.actions-icon:hover{color:#333}.raven-data-table-wrapper{font-size:small}.raven-data-table-wrapper.default-font-size{font-size:inherit}.xray-lenght-select{width:auto!important}.aui-item.issue-main-column{overflow:visible!important}a.user-hover,.people-details .user-hover{font-weight:400!important}.field-view .user-hover{font-weight:700!important}
/* module-key = 'com.xpandit.plugins.xray:xray-overall-requirement-coverage-chart-report-thumbnail-resources', location = '/css/report/overall-requirement-coverage-chart-report-thumbnail.css' */
body .overall-requirement-coverage-chart-report-thumbnail:before{width:268px;background-repeat:no-repeat;background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-overall-requirement-coverage-chart-report-thumbnail-resources/images/xray-overall-requirement-coverage-report.png);background-size:140px}
/* module-key = 'com.xpandit.plugins.xray:xray-historical-requirement-coverage-chart-report-thumbnail-resources', location = '/css/report/historical-requirement-coverage-chart-report-thumbnail.css' */
body .historical-requirement-coverage-chart-report-thumbnail:before{width:268px;background-repeat:no-repeat;background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-historical-requirement-coverage-chart-report-thumbnail-resources/images/xray-historical-requirement-coverage-report.png);background-size:140px}
/* module-key = 'com.xpandit.plugins.xray:xray-traceability-report-thumbnail-resources', location = '/css/report/traceability-report-thumbnail.css' */
body .traceability-report-thumbnail:before{width:268px;background-repeat:no-repeat;background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-traceability-report-thumbnail-resources/images/xray-traceability-report.png);background-size:140px}
/* module-key = 'com.xpandit.plugins.xray:xray-testruns-report-thumbnail-resources', location = '/css/report/testruns-report-thumbnail.css' */
body .testruns-report-thumbnail:before{width:268px;background-repeat:no-repeat;background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-testruns-report-thumbnail-resources/images/xray-testruns-report.png);background-size:140px}
/* module-key = 'com.xpandit.plugins.xray:xray-testplan-report-thumbnail-resources', location = '/css/report/testplan-report-thumbnail.css' */
body .testplan-report-thumbnail:before{width:268px;background-repeat:no-repeat;background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-testplan-report-thumbnail-resources/images/xray-testplans-report.png);background-size:140px}
/* module-key = 'com.xpandit.plugins.xray:xray-testexecution-report-thumbnail-resources', location = '/css/report/testexecution-report-thumbnail.css' */
body .testexecution-report-thumbnail:before{width:268px;background-repeat:no-repeat;background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-testexecution-report-thumbnail-resources/images/xray-testexecutions-report.png);background-size:140px}
/* module-key = 'com.intenso.jira.issue-templates:it-customfield-resources', location = 'css/lib/select2intenso.min.css' */
.select2intenso-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2intenso-container .select2intenso-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2intenso-container .select2intenso-selection--single .select2intenso-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2intenso-container .select2intenso-selection--single .select2intenso-selection__clear{position:relative}.select2intenso-container[dir="rtl"] .select2intenso-selection--single .select2intenso-selection__rendered{padding-right:8px;padding-left:20px}.select2intenso-container .select2intenso-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2intenso-container .select2intenso-selection--multiple .select2intenso-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2intenso-container .select2intenso-search--inline{float:left}.select2intenso-container .select2intenso-search--inline .select2intenso-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2intenso-container .select2intenso-search--inline .select2intenso-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2intenso-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2intenso-results{display:block}.select2intenso-results__options{list-style:none;margin:0;padding:0}.select2intenso-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2intenso-results__option[aria-selected]{cursor:pointer}.select2intenso-container--open .select2intenso-dropdown{left:0}.select2intenso-container--open .select2intenso-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2intenso-container--open .select2intenso-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2intenso-search--dropdown{display:block;padding:4px}.select2intenso-search--dropdown .select2intenso-search__field{padding:4px;width:100%;box-sizing:border-box}.select2intenso-search--dropdown .select2intenso-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2intenso-search--dropdown.select2intenso-search--hide{display:none}.select2intenso-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2intenso-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2intenso-container--default .select2intenso-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2intenso-container--default .select2intenso-selection--single .select2intenso-selection__rendered{color:#444;line-height:28px}.select2intenso-container--default .select2intenso-selection--single .select2intenso-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2intenso-container--default .select2intenso-selection--single .select2intenso-selection__placeholder{color:#999}.select2intenso-container--default .select2intenso-selection--single .select2intenso-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2intenso-container--default .select2intenso-selection--single .select2intenso-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2intenso-container--default[dir="rtl"] .select2intenso-selection--single .select2intenso-selection__clear{float:left}.select2intenso-container--default[dir="rtl"] .select2intenso-selection--single .select2intenso-selection__arrow{left:1px;right:auto}.select2intenso-container--default.select2intenso-container--disabled .select2intenso-selection--single{background-color:#eee;cursor:default}.select2intenso-container--default.select2intenso-container--disabled .select2intenso-selection--single .select2intenso-selection__clear{display:none}.select2intenso-container--default.select2intenso-container--open .select2intenso-selection--single .select2intenso-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2intenso-container--default .select2intenso-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2intenso-container--default .select2intenso-selection--multiple .select2intenso-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2intenso-container--default .select2intenso-selection--multiple .select2intenso-selection__rendered li{list-style:none}.select2intenso-container--default .select2intenso-selection--multiple .select2intenso-selection__placeholder{color:#999;margin-top:5px;float:left}.select2intenso-container--default .select2intenso-selection--multiple .select2intenso-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2intenso-container--default .select2intenso-selection--multiple .select2intenso-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2intenso-container--default .select2intenso-selection--multiple .select2intenso-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2intenso-container--default .select2intenso-selection--multiple .select2intenso-selection__choice__remove:hover{color:#333}.select2intenso-container--default[dir="rtl"] .select2intenso-selection--multiple .select2intenso-selection__choice,.select2intenso-container--default[dir="rtl"] .select2intenso-selection--multiple .select2intenso-selection__placeholder,.select2intenso-container--default[dir="rtl"] .select2intenso-selection--multiple .select2intenso-search--inline{float:right}.select2intenso-container--default[dir="rtl"] .select2intenso-selection--multiple .select2intenso-selection__choice{margin-left:5px;margin-right:auto}.select2intenso-container--default[dir="rtl"] .select2intenso-selection--multiple .select2intenso-selection__choice__remove{margin-left:2px;margin-right:auto}.select2intenso-container--default.select2intenso-container--focus .select2intenso-selection--multiple{border:solid black 1px;outline:0}.select2intenso-container--default.select2intenso-container--disabled .select2intenso-selection--multiple{background-color:#eee;cursor:default}.select2intenso-container--default.select2intenso-container--disabled .select2intenso-selection__choice__remove{display:none}.select2intenso-container--default.select2intenso-container--open.select2intenso-container--above .select2intenso-selection--single,.select2intenso-container--default.select2intenso-container--open.select2intenso-container--above .select2intenso-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2intenso-container--default.select2intenso-container--open.select2intenso-container--below .select2intenso-selection--single,.select2intenso-container--default.select2intenso-container--open.select2intenso-container--below .select2intenso-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2intenso-container--default .select2intenso-search--dropdown .select2intenso-search__field{border:1px solid #aaa}.select2intenso-container--default .select2intenso-search--inline .select2intenso-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2intenso-container--default .select2intenso-results>.select2intenso-results__options{max-height:200px;overflow-y:auto}.select2intenso-container--default .select2intenso-results__option[role=group]{padding:0}.select2intenso-container--default .select2intenso-results__option[aria-disabled=true]{color:#999}.select2intenso-container--default .select2intenso-results__option[aria-selected=true]{background-color:#ddd}.select2intenso-container--default .select2intenso-results__option .select2intenso-results__option{padding-left:1em}.select2intenso-container--default .select2intenso-results__option .select2intenso-results__option .select2intenso-results__group{padding-left:0}.select2intenso-container--default .select2intenso-results__option .select2intenso-results__option .select2intenso-results__option{margin-left:-1em;padding-left:2em}.select2intenso-container--default .select2intenso-results__option .select2intenso-results__option .select2intenso-results__option .select2intenso-results__option{margin-left:-2em;padding-left:3em}.select2intenso-container--default .select2intenso-results__option .select2intenso-results__option .select2intenso-results__option .select2intenso-results__option .select2intenso-results__option{margin-left:-3em;padding-left:4em}.select2intenso-container--default .select2intenso-results__option .select2intenso-results__option .select2intenso-results__option .select2intenso-results__option .select2intenso-results__option .select2intenso-results__option{margin-left:-4em;padding-left:5em}.select2intenso-container--default .select2intenso-results__option .select2intenso-results__option .select2intenso-results__option .select2intenso-results__option .select2intenso-results__option .select2intenso-results__option .select2intenso-results__option{margin-left:-5em;padding-left:6em}.select2intenso-container--default .select2intenso-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2intenso-container--default .select2intenso-results__group{cursor:default;display:block;padding:6px}.select2intenso-container--classic .select2intenso-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2intenso-container--classic .select2intenso-selection--single:focus{border:1px solid #5897fb}.select2intenso-container--classic .select2intenso-selection--single .select2intenso-selection__rendered{color:#444;line-height:28px}.select2intenso-container--classic .select2intenso-selection--single .select2intenso-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2intenso-container--classic .select2intenso-selection--single .select2intenso-selection__placeholder{color:#999}.select2intenso-container--classic .select2intenso-selection--single .select2intenso-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2intenso-container--classic .select2intenso-selection--single .select2intenso-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2intenso-container--classic[dir="rtl"] .select2intenso-selection--single .select2intenso-selection__clear{float:left}.select2intenso-container--classic[dir="rtl"] .select2intenso-selection--single .select2intenso-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2intenso-container--classic.select2intenso-container--open .select2intenso-selection--single{border:1px solid #5897fb}.select2intenso-container--classic.select2intenso-container--open .select2intenso-selection--single .select2intenso-selection__arrow{background:transparent;border:none}.select2intenso-container--classic.select2intenso-container--open .select2intenso-selection--single .select2intenso-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2intenso-container--classic.select2intenso-container--open.select2intenso-container--above .select2intenso-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2intenso-container--classic.select2intenso-container--open.select2intenso-container--below .select2intenso-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2intenso-container--classic .select2intenso-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2intenso-container--classic .select2intenso-selection--multiple:focus{border:1px solid #5897fb}.select2intenso-container--classic .select2intenso-selection--multiple .select2intenso-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2intenso-container--classic .select2intenso-selection--multiple .select2intenso-selection__clear{display:none}.select2intenso-container--classic .select2intenso-selection--multiple .select2intenso-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2intenso-container--classic .select2intenso-selection--multiple .select2intenso-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2intenso-container--classic .select2intenso-selection--multiple .select2intenso-selection__choice__remove:hover{color:#555}.select2intenso-container--classic[dir="rtl"] .select2intenso-selection--multiple .select2intenso-selection__choice{float:right}.select2intenso-container--classic[dir="rtl"] .select2intenso-selection--multiple .select2intenso-selection__choice{margin-left:5px;margin-right:auto}.select2intenso-container--classic[dir="rtl"] .select2intenso-selection--multiple .select2intenso-selection__choice__remove{margin-left:2px;margin-right:auto}.select2intenso-container--classic.select2intenso-container--open .select2intenso-selection--multiple{border:1px solid #5897fb}.select2intenso-container--classic.select2intenso-container--open.select2intenso-container--above .select2intenso-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2intenso-container--classic.select2intenso-container--open.select2intenso-container--below .select2intenso-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2intenso-container--classic .select2intenso-search--dropdown .select2intenso-search__field{border:1px solid #aaa;outline:0}.select2intenso-container--classic .select2intenso-search--inline .select2intenso-search__field{outline:0;box-shadow:none}.select2intenso-container--classic .select2intenso-dropdown{background-color:#fff;border:1px solid transparent}.select2intenso-container--classic .select2intenso-dropdown--above{border-bottom:none}.select2intenso-container--classic .select2intenso-dropdown--below{border-top:none}.select2intenso-container--classic .select2intenso-results>.select2intenso-results__options{max-height:200px;overflow-y:auto}.select2intenso-container--classic .select2intenso-results__option[role=group]{padding:0}.select2intenso-container--classic .select2intenso-results__option[aria-disabled=true]{color:grey}.select2intenso-container--classic .select2intenso-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2intenso-container--classic .select2intenso-results__group{cursor:default;display:block;padding:6px}.select2intenso-container--classic.select2intenso-container--open .select2intenso-dropdown{border-color:#5897fb}

/* module-key = 'com.intenso.jira.issue-templates:it-customfield-resources', location = 'css/customfield.css' */
/* div.blue-bg { */
/* 	background-color: #FBFBEF; */
/* } */

/* div.intenso-autocomplete { */
/* 	background-color: #E0F8E0; */
/* } */

div.intenso-autocomplete-read-only {
	background-color: #DEEBFF;
}
fieldset.intenso-autocomplete-read-only{
	background-color: #DEEBFF;
}

div.intenso-autocomplete-error {
	background-color: #F8E6E0;
}

div.intenso-create-template-copy-scope {
	background-color: #FFFAE5;
}

fieldset.intenso-create-template-copy-scope {
	background-color: #FFFAE5;
}

div.intenso-create-template-autocomplete-scope {
	background-color: #E3FCEF;
}

fieldset.intenso-create-template-autocomplete-scope{
	background-color: #E3FCEF;
}

/*div.intenso-autocomplete-read-only {*/
	/*background-color: #A9D0F5;*/
/*}*/

div.intenso-create-template-autocomplete-read-only-copy{
	background: linear-gradient(to bottom right, #DEEBFF 49.5%, #FFC3C3 50.5%);
}

fieldset.intenso-create-template-autocomplete-read-only-copy{
	background: linear-gradient(to bottom right, #DEEBFF 49.5%, #FFC3C3 50.5%);
}

div.intenso-create-template-autocomplete-copy{
	background: linear-gradient(to bottom right, #E3FCEF 49.5%, #FFFAE5 50.5%);
}

fieldset.intenso-create-template-autocomplete-copy{
	background: linear-gradient(to bottom right, #E3FCEF 49.5%, #FFFAE5 50.5%);
}

div.it-select2-stages{
	padding: 0px 0px !important;
}
div.to-show{
	display: none;	
}


div.issue-templates-custom-field-request-type {
	margin-top: 20px;
}

.it-title {
	padding-bottom: 3px;
}

.select2-custom{
	min-width: 200px;
}




/* FIX dla niewidocznosci opcji dla select2 */
span.select2intenso-dropdown{
	z-index: 4000;
}


div.issue-templates-custom-field {
	padding: 10px 5px 12px 15px;
}

label.issue-templates-label{
	width: 125px;
	display: flex;
	vertical-align:middle;
	float:left;
	clear:left;
	padding-top:5px;
}

.issue-templates-input{
	width: 350px !important;
}

select.select2v4it{
	width: 350px;
	margin-bottom: 10px !important;
}

select.select2moreWidth{
	width: 350px;
	margin-bottom: 10px !important;
}

span.select2intenso-container{
	width: 350px;
	margin-bottom: 10px !important;
}

div.issue-templates-description{
	margin-left: 125px !important;
}

.issue-templates-custom-field{
	border: 1px solid #ccc;
}

.issue-templates-custom-field-autocomplete-select{
	 max-width: 500px;
	 min-width: 500px;
}

.issue-templates-checkbox{
	margin-top: 8px;
}

.issue-templates-custom-field-category-div{
	margin-top: 10px;
}

.issue-templates-custom-field-request-types-div{
	margin-top: 10px;
}

.issue-templates-custom-field-template-name-error{
	margin-top: 10px;
}
.issue-templates-required{
	height: 16px;
}



/**
7.0
 */

.extra-top-margin {
	margin-top: 15px !important;
}
/* module-key = 'com.okapya.jira.checklist:checklist-resources', location = '/includes/css/checklist_base.css' */
.o-checklist-header{position:relative;margin-bottom:8px}.o-checklist-header .o-header-title{padding-bottom:2px}.o-checklist-header .o-header-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;padding:3px 0}.o-checklist-header .o-header-details .o-completion{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.o-checklist-header .o-header-details .o-header-button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:3px;position:relative}.o-checklist-header .o-header-details .o-header-button .o-checked-filter{padding-left:10px;font-size:12px}.o-checklist-header .o-progress-bar{width:100%;margin-bottom:3px}.o-checklist-header .o-progress-bar-bg{position:relative;width:100%;background-color:#ccc}.o-checklist-header .o-progress-bar-bg .o-progress-bar-fg{display:block;float:none;width:0;height:2px;background:#14892c}.o-checklist-header [class^="o-icon-"]:before{font-size:14px}.o-checklist-header span.aui-lozenge{position:relative;top:-2px}.o-checklist-header .o-checklist-menu{color:#ccc;margin-left:3px;text-decoration:none}.o-checklist-header .o-checklist-menu:active{color:#205081}.o-checklist-header .o-checklist-menu:hover{color:#3572b0}.o-header-bannerprefix{font-size:12px;font-weight:bold;padding-right:5px}.o-header-readonly{margin-right:5px}.o-checklist-items.show-status{display:block;margin-bottom:6px}.o-checklist-items.show-status .o-checklist-status-menu{display:block}.o-checklist-items.show-status .o-checklist-item{padding:3px 34px 3px 50px}.o-checklist-item .o-checklist-status{position:relative;top:-1px;margin-right:5px}.o-checklist-status-menu{position:absolute;top:1px;left:33px}.o-checklist-status-menu>a{color:#000;text-decoration:none}.o-checklist-status-menu>a:hover{color:#000}.o-checklist-status-menu>span{cursor:pointer}.o-checklist-status-menu>span:active{color:#205081}.o-checklist-status-menu>span:hover{color:#3572b0}.o-status-menu-trigger{border-radius:3px;padding:0 2px 2px;font-size:12px}.o-status-menu-trigger:hover{background-color:#f5f5f5;cursor:pointer}.o-config-parameters{margin:5px 5px 5px 10px;display:inline-block}.o-config-line{padding:3px 0}.o-config-line.o-separator{border-top:1px solid #ccc;margin-top:5px;padding-top:5px}.o-config-label{display:inline-block;width:180px;vertical-align:top}.o-config-value{display:inline-block;font-style:italic}.o-config-value ul{padding-left:12px}#o-checklist-operation-items .o-checklist{margin:10px 0 10px 20px}.o-config-page-column{display:inline-block}.o-config-page-column input{width:225px}.o-config-page-label{display:inline-block;width:135px}.o-config-page-label-right{display:inline-block;width:115px;padding-left:20px;vertical-align:top}.o-config-page-label-long{display:inline-block;width:170px}.o-config-page-radio{display:inline-block;width:28px}.o-config-page-disabled{color:#707070}.o-config-page-spaced{padding-top:8px}.o-config-page-subtle{font-size:12px}.o-config-page-operators{padding-top:5px}.o-config-page-operators input{height:16px;width:47px;padding-right:3px;text-align:right}.o-config-page-operators select{height:22px}.o-config-page-regex{padding-top:5px;padding-bottom:5px}.o-config-page-regex input{height:16px;width:250px}.o-config-page-csv{width:550px;height:150px;font-family:Courier New,Courier}.o-config-page-csv-error{width:550px}.o-config-page-guideline{padding-left:30px}.o-config-page-statusdisabled{display:inline-block}.o-checklist{position:relative;background-color:#fff;overflow:auto;cursor:default}.o-checklist>div{max-width:800px}.o-checklist-items{display:inline-block}.o-checklist-items.editing{display:block}.o-checklist-items.o-empty{display:none}.o-checklist-item{clear:both;padding:3px 34px 3px 40px;position:relative;overflow:auto}.o-checklist-item:hover .o-checklist-actions,.o-checklist-item:hover .o-drag-handle{display:block}.o-checklist-item:hover .o-checklist-actions .o-edit-item,.o-checklist-item:hover .o-drag-handle .o-edit-item{display:block}.o-checklist-item:hover .o-checklist-actions .o-delete-item,.o-checklist-item:hover .o-drag-handle .o-delete-item{display:none}.o-checklist-item.ui-sortable-helper{background-color:#ebf2f9}.o-checklist-item.o-non-editable{cursor:default}.o-checklist-item.o-non-editable:hover .o-drag-handle,.o-checklist-item.o-non-editable:hover .o-checklist-actions{display:none}.o-checklist-item.o-non-editable .o-checklist-item-details>p{cursor:default}.o-checklist-item.o-non-editable .o-drag-handle{display:none}.o-checklist-item.edit:hover .o-drag-handle{display:none}.o-checklist-item.edit .o-edit-controls{display:block}.o-checklist-item.edit .o-edit-controls .aui-button{padding:4px 8px}.o-checklist-item.edit .o-edit-controls .aui-button ~ .aui-button{margin-left:5px}.o-checklist-item.edit .o-checklist-actions{display:block}.o-checklist-item.edit .o-checklist-actions .o-edit-item{display:none}.o-checklist-item.edit .o-checklist-actions .o-delete-item{display:block}.o-checklist-item.edit aui-toggle{height:16px;width:38px;padding:0;margin-left:5px}.o-checklist-item.edit aui-toggle .aui-toggle-view>span{display:none}.o-checklist-item.edit .aui-toggle-input:checked+.aui-toggle-view:after{-webkit-transform:translateX(18px);transform:translateX(18px)}.o-checklist-item.edit .aui-toggle-view:after{width:18px}.o-checklist-item.edit p{display:none}.o-checklist-item .o-edit-controls{display:none}.o-checklist-item-details>p{min-height:20px;cursor:text}.o-checklist-item-details:hover+.o-checklist-actions>span.o-icon-pencil{color:#3572b0}.o-read-only{display:block;cursor:default}.o-read-only .o-checkbox{cursor:default}.o-read-only .o-checklist-item-details>p{cursor:default}.o-read-only .o-checklist-item-completed .o-checkbox{background-color:#f5f5f5;border-color:#ccc;box-shadow:none;color:#999}.o-read-only .o-checklist-item-completed .o-checklist-item-details>p{color:#707070}.o-checklist-actions{position:absolute;top:4px;right:4px;display:none;color:#ccc}.o-checklist-actions>span{cursor:pointer}.o-checklist-actions>span:active{color:#205081}.o-checklist-actions>span:hover{color:#3572b0}.o-checklist-actions .o-delete-item{color:red}.o-edit-buttons{display:flex;justify-content:space-between;padding:4px 0}.edit .o-drag-handle{display:none}.o-copy-checklist-img{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.0.3/_/download/resources/com.okapya.jira.checklist:checklist-resources/images/copy-checklist.png") no-repeat 0 -5px;width:100%;height:130px;margin:10px}.o-drag-handle{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.0.3/_/download/resources/com.okapya.jira.checklist:checklist-resources/images/drag-handle.png");bottom:4px;cursor:move;left:1px;position:absolute;top:4px;width:8px;display:none}.o-local-items-separator{position:relative;min-width:300px}.o-local-items-separator .o-filler-text{color:#c1c7d0;width:100%;display:flex;justify-content:center;font-size:12px}.o-local-items-separator .o-filler-text .aui-icon-small:before{font-size:11px}.o-local-items-separator .o-filler-text>div{background-color:#fff;z-index:10}.o-local-items-separator .o-filler-text span{margin-left:2px}.o-local-items-separator .o-filler-line{border-bottom:1px solid #c1c7d0;margin-left:15px;position:relative;top:-9px}.o-edit-controls textarea{width:100%;box-sizing:border-box;padding:4px}.o-edit-controls .o-edit-actions .o-delete-item>span:before{text-decoration:none}.o-checklist-input{margin:1px 1px 1px 40px}form.aui .inline-edit-fields .field-group .o-checklist>div{max-width:800px}form.aui .field-group .o-checklist>div{max-width:500px}.o-new-checklist-item{padding:7px;resize:none;background-color:transparent;cursor:pointer;overflow:hidden;width:100%;box-sizing:border-box;border:1px dashed #ccc;border-radius:3px}.o-new-checklist-item:hover{border:1px solid #3572b0;border-radius:3px}.o-new-checklist-item:focus{background:#fff;border-color:#3572b0;box-shadow:0 0 2px #3572b0;color:#707070;cursor:text;max-height:none;resize:vertical;box-sizing:border-box;-webkit-appearance:none;border:1px solid #3572b0;border-radius:3px;min-height:34px}.o-checkbox{background:#fff;border-radius:3px;box-shadow:0 2px 3px rgba(0,0,0,0.1);border:1px solid #999;font-weight:700;position:absolute;left:13px;line-height:18px;overflow:hidden;text-align:center;text-indent:100%;top:4px;height:16px;width:16px;white-space:nowrap;cursor:pointer}.o-checkbox .aui-iconfont-success{display:none}.o-checkbox>span.aui-icon{cursor:pointer}.o-checklist-item-completed .o-checkbox{text-indent:0}.editable-field form.aui .inline-edit-fields .field-group .o-checklist{padding:5px;border:1px solid #ccc}.o-pull-right{float:right}.o-checklist-items-collapsible{display:none}.o-show-items{margin-left:40px;margin-bottom:10px;display:inline-block;font-size:12px;cursor:pointer}.o-show-items.o-show-enabled .o-more{display:inline}.o-show-items.o-expanded .o-more{display:none}.o-show-items.o-expanded .o-less{display:inline}.o-show-items .o-more,.o-show-items .o-less{display:none}.o-show-items [class^="o-icon-"]:before{font-size:12px;margin-right:5px}a.o-show-items:hover [class^="o-icon-"]:before{text-decoration:none}a.aui-icon-container [class^="o-icon-"]:before{left:7px;position:absolute;top:5px}.o-checked-filter.o-filtered .o-hide{display:none}.o-checked-filter.o-filtered .o-show{display:inline-block}.o-checked-filter .o-show{display:none}.o-view-actions{margin-left:30px}span.o-mandatory:before{font-size:8px;padding-left:3px;top:-7px;position:relative}.o-mandatory-selector{padding-right:10px}.o-strike-through{text-decoration:line-through;color:#707070}.o-copy-panel>p{margin-bottom:20px}.o-copy-panel>textarea{width:100%;height:115px}.o-rules{display:inline-block}.o-rules .o-rule-desc{width:200px;margin-right:20px;vertical-align:top;display:inline-block}.o-rules .o-label-container{padding:0 0 5px 220px}.o-rules .o-rule-conjunction{position:absolute;top:-23px;background-color:#f5f5f5;padding:1px 7px;border:1px solid #ccc;left:15px;border-radius:5px}.o-rule{position:relative;margin:10px 0;padding:15px 35px 15px 10px;border-bottom:1px solid #ccc}.o-rule:first-child{border-top:1px solid #ccc}.o-rule:first-child .o-rule-conjunction{display:none}.o-rule .o-delete-item{position:absolute;right:0;top:5px}.o-rule-error{margin-bottom:15px;max-width:330px}.o-rule-error.o-hide{display:none}.o-rules-jql{padding:10px 0 0 10px}.o-rule-jqlfilter{padding-top:5px}.o-rule-jqlquery{padding-top:5px}.o-rule-jqlqueryitem{width:100%;max-width:420px}.o-rule-jqlqueryitem-spaced{padding-left:20px;padding-top:3px;box-sizing:border-box}.o-rule-jqlqueryitem-right{text-align:right;padding-bottom:5px}.o-rule-jqleditor{box-sizing:border-box;border:1px solid #ccc;border-radius:3px;font-family:Arial,sans-serif;font-size:14px;line-height:1.66666666666667;resize:vertical;padding:4px;width:100%;min-width:400px;height:66px}.o-hide-info{display:none}#o-operation-warning{max-width:800px}.o-mention{background:#f5f5f5;border:1px solid #ccc;border-radius:3.01px;color:#3572b0;padding:1px 4px 1px 6px}.o-mention .o-icon-user:before{font-size:14px}.o-date{background:#f5f5f5;border:1px solid #ccc;border-radius:3.01px;padding:1px 4px 1px 6px}.o-date .o-icon-calendar:before{font-size:14px}.o-emoticon{background:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.0.3/_/download/resources/com.okapya.jira.checklist:checklist-resources/images/emoticons.png') no-repeat 0 0;display:inline-block;width:16px;height:16px;top:2px;position:relative}.o-emoticon-smiley{background-position:0 0}.o-emoticon-lol{background-position:-16px 0}.o-emoticon-neutral{background-position:-32px 0}.o-emoticon-wink{background-position:-48px 0}.o-emoticon-tongue{background-position:-64px 0}.o-emoticon-sad{background-position:0 -16px}.o-emoticon-shut{background-position:-16px -16px}.o-emoticon-surprised{background-position:-32px -16px}.o-emoticon-red{background-position:-48px -16px}.o-emoticon-mad{background-position:-64px -16px}.o-emoticon-evil{background-position:0 -32px}.o-emoticon-sweat{background-position:-16px -32px}.o-emoticon-eek{background-position:-32px -32px}.o-emoticon-money{background-position:-48px -32px}.o-emoticon-sleepy{background-position:-64px -32px}.o-emoticon-roll{background-position:0 -48px}.o-emoticon-confused{background-position:-16px -48px}.o-emoticon-thumb-up{background-position:-32px -48px}.o-emoticon-thumb-down{background-position:-48px -48px}.o-emoticon-warning{background-position:-64px -48px}.o-emoticon-question{background-position:0 -64px}.o-emoticon-info{background-position:-16px -64px}.o-emoticon-light-off{background-position:-32px -64px}.o-emoticon-light-on{background-position:-48px -64px}.o-emoticon-star{background-position:0 -80px}.o-emoticon-red-star{background-position:-16px -80px}.o-emoticon-green-star{background-position:-32px -80px}.o-emoticon-blue-star{background-position:-48px -80px}.checklist-label-default{display:block}.checklist-label-default .checklist-label-text{display:inline-block}p.o-error-message{font-size:12px;font-style:italic}fieldset.o-config span.subText{margin-top:5px;margin-bottom:10px;display:block}fieldset.o-config .o-checklist-item-details{font-size:14px}#ghx-detail-issue .o-checklist[data-checklist-mode=preview] .o-checklist-item{padding:3px 3px 3px 25px}#ghx-detail-issue .o-checklist[data-checklist-mode=preview] .o-checkbox{left:1px}#ghx-detail-issue .o-checklist[data-checklist-mode=edit] .o-checklist-items{width:100%}#ghx-detail-issue .o-checklist[data-checklist-mode=edit] .o-checklist-item.edit .o-edit-controls .aui-button{padding:3px 4px 3px 6px;height:auto}
/* module-key = 'com.okapya.jira.checklist:checklist-icons', location = '/includes/font/checklist-icons.css' */
@font-face{font-family:'checklist';src:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.0.3/_/download/resources/com.okapya.jira.checklist:checklist-icons/checklist-icons.woff?g5fein') format('woff'),url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.0.3/_/download/resources/com.okapya.jira.checklist:checklist-icons/checklist-icons.ttf?g5fein') format('truetype'),url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.0.3/_/download/resources/com.okapya.jira.checklist:checklist-icons/checklist-icons.svg?g5fein#checklist') format('svg');font-weight:normal;font-style:normal}[class^="o-icon-"]:before,[class*=" o-icon-"]:before{font-family:"checklist";font-style:normal;font-weight:normal;font-size:16px;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.o-icon-ok-1:before{content:"\e800"}.o-icon-cancel:before{content:"\e801"}.o-icon-ok:before{content:"\e802"}.o-icon-minus-1:before{content:"\e803"}.o-icon-docs:before{content:"\e804"}.o-icon-bookmark:before{content:"\e805"}.o-icon-bookmark-empty:before{content:"\e806"}.o-icon-user-plus:before{content:"\e807"}.o-icon-user:before{content:"\e808"}.o-icon-trash-empty:before{content:"\e809"}.o-icon-comment-empty:before{content:"\e80a"}.o-icon-minus:before{content:"\e80b"}.o-icon-cog:before{content:"\e80c"}.o-icon-pencil:before{content:"\e80d"}.o-icon-check:before{content:"\e80e"}.o-icon-comment:before{content:"\e80f"}.o-icon-user-times:before{content:"\e810"}.o-icon-down-open:before{content:"\e811"}.o-icon-up-open:before{content:"\e812"}.o-icon-left-open:before{content:"\e813"}.o-icon-right-open:before{content:"\e814"}.o-icon-check-empty:before{content:"\e815"}.o-icon-pencil-1:before{content:"\e816"}.o-icon-asterisk-1:before{content:"\e81c"}.o-icon-filter:before{content:"\e81d"}.o-icon-calendar:before{content:"\e81f"}.o-icon-cancel-2:before{content:"\e827"}.o-icon-dots-three-horizontal:before{content:"\e900"}
/* module-key = 'com.pyxis.greenhopper.jira:gh-custom-field-pickers', location = '/includes/css/gh-custom-field-pickers.less' */
.ghx-estimate-scope-warning{border:1px solid #ffab00;border-top:0;color:#7a869a;font-size:12px;line-height:1.4;margin-top:0;padding:5px}
/* module-key = 'com.pyxis.greenhopper.jira:gh-view-issue', location = 'includes/css/gh-view-issue.less' */
#jira .ghx-label-0{color:#fff;background-color:#7a869a;border-color:#7a869a}#jira .ghx-label-0-border{border-right:4px solid #7a869a}#jira .ghx-label-1{color:#fff;background-color:#8d542e;border-color:#8d542e}#jira .ghx-label-1-border{border-right:4px solid #8d542e}#jira .ghx-label-2{color:#fff;background-color:#ff8b00;border-color:#ff8b00}#jira .ghx-label-2-border{border-right:4px solid #ff8b00}#jira .ghx-label-3{color:#fff;background-color:#ffab00;border-color:#ffab00}#jira .ghx-label-3-border{border-right:4px solid #ffab00}#jira .ghx-label-4{color:#fff;background-color:#0052cc;border-color:#0052cc}#jira .ghx-label-4-border{border-right:4px solid #0052cc}#jira .ghx-label-5{color:#fff;background-color:#505f79;border-color:#505f79}#jira .ghx-label-5-border{border-right:4px solid #505f79}#jira .ghx-label-6{color:#fff;background-color:#60a222;border-color:#60a222}#jira .ghx-label-6-border{border-right:4px solid #60a222}#jira .ghx-label-7{color:#fff;background-color:#cc4388;border-color:#cc4388}#jira .ghx-label-7-border{border-right:4px solid #cc4388}#jira .ghx-label-8{color:#fff;background-color:#5243aa;border-color:#5243aa}#jira .ghx-label-8-border{border-right:4px solid #5243aa}#jira .ghx-label-9{color:#fff;background-color:#ff8f73;border-color:#ff8f73}#jira .ghx-label-9-border{border-right:4px solid #ff8f73}#jira .ghx-label-10{color:#fff;background-color:#2684ff;border-color:#2684ff}#jira .ghx-label-10-border{border-right:4px solid #2684ff}#jira .ghx-label-11{color:#fff;background-color:#008da6;border-color:#008da6}#jira .ghx-label-11-border{border-right:4px solid #008da6}#jira .ghx-label-12{color:#fff;background-color:#7a869a;border-color:#7a869a}#jira .ghx-label-12-border{border-right:4px solid #7a869a}#jira .ghx-label-13{color:#fff;background-color:#00875a;border-color:#00875a}#jira .ghx-label-13-border{border-right:4px solid #00875a}#jira .ghx-label-14{color:#fff;background-color:#de350b;border-color:#de350b}#jira .ghx-label-14-border{border-right:4px solid #de350b}.ghx-issue-web-panel span.ghx-sub-info{white-space:nowrap}.ghx-issuetable{background-color:#fff;border-collapse:collapse;margin:8px 0;width:100%}.ghx-issuetable thead th{background-color:transparent;border-bottom:1px solid #bbb;color:#999;font-weight:400;padding:3px 7px;white-space:nowrap}.ghx-issuetable thead .active{color:#fff}.ghx-issuetable thead .active:hover{background-color:#bbb}.ghx-issuetable .rowHeader,.ghx-issuetable .rowNormal,.ghx-issuetable .rowAlternate{background-color:transparent}.ghx-issuetable th,.ghx-issuetable td{overflow:hidden}.ghx-issuetable>td{color:#333}.ghx-issuetable img{vertical-align:middle;width:16px}.ghx-issuetable td{line-height:1.286;padding:5px 7px}.ghx-issuetable .nav{border-bottom:1px solid #ccc;vertical-align:top}.ghx-issuetable .issuetype,.ghx-issuetable .issuekey,.ghx-issuetable .priority,.ghx-issuetable .status{white-space:nowrap;width:16px}.msie .ghx-issuetable .issuekey,.msie .ghx-issuetable .status{width:1%}.ghx-issuetable .resolution,.ghx-issuetable .created,.ghx-issuetable .updated{max-width:25em;white-space:nowrap}.ghx-issuetable .assignee,.ghx-issuetable .reporter,.ghx-issuetable .versions,.ghx-issuetable .components,.ghx-issuetable .fixVersions{max-width:60em;min-width:80px}.ghx-issuetable td.assignee>a{color:#000;white-space:nowrap;word-wrap:normal}.ghx-issuetable .versions .tinylink,.ghx-issuetable .components .tinylink,.ghx-issuetable .fixVersions .tinylink{white-space:nowrap}.ghx-issuetable .summary>p,.ghx-issuetable .description>p{min-width:200px;margin:0;max-width:1400px;white-space:normal}.ghx-issuetable .issueCount{text-align:center}.ghx-issuetable .issuerow:hover{background-color:#f0f0f0}.ghx-issuetable .issue_actions{width:18px}.ghx-issuetable .issue_actions a.icon-tools-small{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-view-issue/images/jira/tools_20.png") no-repeat 0 -1px}.ghx-issuetable .issue_actions a.icon-tools-small.loading{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-view-issue/images/jira/wait-blue.gif") no-repeat 1px 1px}.ghx-issuetable .issue_actions .aui-dd-parent{height:18px;width:32px}.ghx-issuetable .issue_actions a.aui-dd-link{padding:0 0 0 19px;position:absolute;left:-9000px;top:-9000px}.ghx-issuetable .issue_actions a.active,.ghx-issuetable .issuerow.focused .issue_actions a.aui-dd-link,.ghx-issuetable .issuerow:hover .issue_actions a.aui-dd-link{left:0;top:0}.ghx-issuetable .issue_actions a.aui-dd-link span{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-view-issue/images/jira/menu_indicator_for_light_backgrounds.gif);display:block;width:15px;height:18px;background-position:2px 7px;text-indent:-9000px;overflow:hidden}.ghx-issuetable .issue_actions a.aui-dd-link:hover span,.ghx-issuetable .issue_actions a.aui-dd-link.active span{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-view-issue/images/jira/menu_indicator_for_dark_backgrounds.gif)}.ghx-issuetable .issue_actions a.aui-dd-link:hover,.ghx-issuetable .issue_actions a.aui-dd-link.active{background-color:#3c78b5;color:#fff}.ghx-issuetable .ghx-accept{background:transparent url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:gh-view-issue/images/jira/accept.png) no-repeat 100% 50%;display:inline-block;padding:0 18px 0 0}.ghx-issuetable .ghx-minimal{white-space:nowrap;width:1px}.ghx-issuetable .ghx-minimal.ghx-alt{padding-right:0;padding-left:0}.ghx-issuetable .ghx-summary{min-width:200px;width:100%}.ghx-sprint-picker-scope-warning{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:500px}#issue-content .ghx-sprint-picker-scope-warning{max-width:none;margin-left:-5px;margin-right:45px}.ghx-sprint-picker-meta{color:#7a869a}.aui-list-item.active .ghx-sprint-picker-meta{color:#f4f5f7}.ghx-sprint-multiselect-meta{font-size:12px;color:#7a869a}.aui-list .aui-list-item.active a.ghx-epic-menu-header{background-color:transparent;color:#172b4d;cursor:default;text-decoration:none}.aui-list .aui-list-item.active a.ghx-epic-menu-header span{color:#fff}.aui-list .aui-list-item a.ghx-epic-menu-header li h5{float:left;padding:0}.aui-list .aui-list-item a.ghx-epic-menu-header li label{float:right}.aui-list .aui-list-item .epic-menu-metadata{color:#7a869a;font-size:12px}
/* module-key = 'com.pyxis.greenhopper.jira:project-template-resources', location = '/projecttemplates/css/project-templates.css' */
#add-project-dialog .right-info.basic-development-workflow-screenshot{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/basic-development-workflow.png');margin-top:0}#add-project-dialog .right-info.scrum-workflow-screenshot{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/scrum-workflow.png');margin-top:0}#add-project-dialog .right-info.kanban-workflow-screenshot{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/kanban-workflow.png');margin-top:0}#add-project-dialog .issuetype-icon.epic{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/issuetypes/svg/epic.svg')}#add-project-dialog .issuetype-icon.improvement{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/issuetypes/svg/improvement.svg')}#add-project-dialog .gh-legacy .issuetype-icon.bug{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/issuetypes/legacy/bug.png')}#add-project-dialog .gh-legacy .issuetype-icon.epic{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/issuetypes/legacy/epic.png')}#add-project-dialog .gh-legacy .issuetype-icon.improvement{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/issuetypes/legacy/improvement.png')}#add-project-dialog .gh-legacy .issuetype-icon.newfeature{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/issuetypes/legacy/newfeature.png')}#add-project-dialog .gh-legacy .issuetype-icon.story{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/issuetypes/legacy/story.png')}#add-project-dialog .gh-legacy .issuetype-icon.task{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/issuetypes/legacy/task.png')}#add-project-dialog .gh-legacy .issuetype-icon.subtask{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/issuetypes/legacy/subtask_alternate.png')}#add-project-dialog .top-panel{padding-bottom:15px;width:100%;float:top}#add-project-dialog .right-panel{padding:3px 3px 3px 30px;float:left}#add-project-dialog .left-panel{padding:3px;padding-left:0;width:30%;float:left}#add-project-dialog .workflow{background-size:100%;background-repeat:no-repeat;width:330px;height:100px;margin-top:20px}#add-project-dialog .workflow.basic-development-workflow-screenshot{width:450px;background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/jira70/project-template-software-dev-workflow.png')}#add-project-dialog .workflow.scrum-workflow-screenshot{background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/jira70/project-template-scrum-workflow.png')}#add-project-dialog .workflow.kanban-workflow-screenshot{width:500px;background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.13.0-DAILY20180924115437/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/jira70/project-template-kanban-workflow.png')}
/* module-key = 'com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource', location = 'templates/plugins/bamboo/style/release.css' */
#unresolved-move{margin-top:-10px;top:50%}#build-details .bamboo-icon{vertical-align:-4px}#build-details dl{margin-bottom:6px}#build-details dd{white-space:nowrap;text-align:left}#build-details .completed+dd span,#build-details .duration+dd span,#build-details .queued+dd span,#build-details .successful-since+dd span,#build-details .first-to-pass-since+dd span,#build-details .failing-since+dd span,#build-details .fixed-in+dd span,#build-details .restarts+dd span{color:#707070}#release-report #build-details{display:inline-block;margin-bottom:5px}#release-report #build-details a{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;position:relative;width:100%;vertical-align:bottom;word-wrap:normal}#release-report #build-details .build-link{max-width:160px}#release-report #build-details .artifact-link{max-width:100px}#release-report #build-details dl{width:inherit}#shared-artifacts{list-style:none;margin:0;padding:0;text-align:left}#shared-artifacts .filesize{color:#707070;font-size:13px;margin-left:.35em}#bamboo-build-results{display:inline-block}#bamboo-build-results>.radio{min-width:240px;padding-right:10px;white-space:nowrap}#bamboo-build-results>.radio+.radio{border-top:1px solid #ddd;padding-top:5px}#bamboo-build-results>.radio>label{margin-right:0}#bamboo-build-results label>span.bamboo-icon{margin:0 3px}#bamboo-build-results label>span.trigger-reason{margin-left:10px}#bamboo-build-results>p,#bamboo-plan-stages>p{margin:5px 0 0;padding:0}#bamboo-plan-stages{display:inline-block}#bamboo-plan-stages>.bamboo-icon-loading{margin-top:4px}#bamboo-plan-stages>.checkbox{background:#f0f0f0;border:1px solid #ddd;border-left:0;margin:0;min-width:226px;padding:3px 8px 3px 36px;position:relative}#bamboo-plan-stages>.checkbox+.checkbox{border-top:0}#bamboo-plan-stages>.checkbox.selected{background:#fff}#bamboo-plan-stages>.checkbox:before{background:#bbb;bottom:-1px;content:"";left:0;position:absolute;top:-1px;width:8px}#bamboo-plan-stages>.checkbox+.checkbox:before{top:0}#bamboo-plan-stages>.checkbox.selected:before{background:#326ca6}#bamboo-plan-stages>.checkbox>input{display:none;left:16px}#bamboo-plan-stages>.checkbox.manual>input,#bamboo-plan-stages>.checkbox.already-run>input{display:inline-block}#bamboo-override-variables label{display:none}#bamboo-override-variables legend+.field-group{padding-top:0}#bamboo-override-variables .text{margin-left:10px}#bamboo-override-variables .bamboo-icon-variable-delete{cursor:pointer;margin-left:10px}#override-another{border-top:0}a.Failed,#Failed,.Failed{color:red}a.Successful,#Successful,.Successful,.SuccessfulPartial{color:green}a.Unknown,#Unknown,.Unknown,a.Suspended,#Suspended,.Suspended,a.NeverExecuted,#NeverExecuted,.NeverExecuted{color:gray}.bamboo-icon{display:inline-block;height:16px;margin:0;overflow:hidden;padding:0;vertical-align:middle;width:16px}.bamboo-icon>span{height:0;left:-5000px;overflow:hidden;position:absolute;top:0;width:4000px}.bamboo-icon-project-fail,.bamboo-icon-failed,.bamboo-icon-Failed{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.4.11/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-failed.png) no-repeat 50% 50%}.bamboo-icon-project-success,.bamboo-icon-Successful,.bamboo-icon-successful{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.4.11/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-successful.png) no-repeat 50% 50%}.bamboo-icon-NotBuilt,.bamboo-icon-Unknown,.bamboo-icon-unknown{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.4.11/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-unknown.png) no-repeat 50% 50%}.bamboo-icon-project-none,.bamboo-icon-NeverExecuted,.bamboo-icon-Suspended,.bamboo-icon-disabled{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.4.11/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-disabled.png) no-repeat 50% 50%}.bamboo-icon-project-current,.bamboo-icon-InProgress,.bamboo-icon-building{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.4.11/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-building-06.gif) no-repeat 50% 50%}.bamboo-icon-Pending,.bamboo-icon-Queued,.bamboo-icon-queued{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.4.11/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-queued.png) no-repeat 50% 50%}.bamboo-icon-sync{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.4.11/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-checking-out.gif) no-repeat 50% 50%}.bamboo-icon-SuccessfulPartial,.bamboo-icon-successfulpartial{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.4.11/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-continue.png) no-repeat 50% 50%}.bamboo-icon-artifact{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.4.11/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-artifact.png) no-repeat 50% 50%}.bamboo-icon-artifact-shared{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.4.11/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-artifact-shared.png) no-repeat 50% 50%}.bamboo-icon-loading{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.4.11/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/icons/wait.gif) no-repeat 50% 50%}.bamboo-icon-variable-delete{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.4.11/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/icons/trash_16.gif) no-repeat 50% 50%}.bamboo-icon-version-released,.bamboo-icon-version-unreleased{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.4.11/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/version_closed_48.png) no-repeat 50% 50%;height:48px;width:48px}.bamboo-icon-version-unreleased{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.4.11/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/version_open_48.png) no-repeat 50% 50%}.clearErrorsLink{margin-left:5px;margin-top:20px}#release-status{float:right}#connect-message,#release-status.version-unreleased{color:#707070;text-align:center}#connect-message>h3,#release-status.version-unreleased>h3{font-size:22px;font-weight:normal}#release-status.version-unreleased{padding-left:0}#release-status>.bamboo-icon{left:0;position:absolute;top:0}#release-status>h3{color:inherit;font-size:16px}#build-details>.aui-message{text-align:left}
/* module-key = 'com.atlassian.auiplugin:aui-expander', location = 'src/less/aui-experimental-expander.less' */
.aui-expander-short-content[aria-hidden="true"],.aui-expander-content[aria-hidden="true"],.aui-expander-content[aria-expanded="true"] .aui-expander-ellipsis{display:none}.aui-expander-content,.aui-expander-content[aria-expanded="false"]{height:0;overflow:hidden;position:relative}.aui-expander-content[aria-expanded="true"]{height:auto}.aui-expander-trigger{cursor:pointer}a.aui-expander-trigger.aui-expander-reveal-text{background:#fff;bottom:0;position:absolute;right:0;text-decoration:none;padding-left:10px}.aui-expander-trigger.aui-expander-reveal-text:hover>span{text-decoration:underline}.aui-expander-trigger.aui-expander-reveal-text:before{color:#172b4d;content:"\2026\00a0"}.aui-expander-content[aria-expanded="true"] .aui-expander-trigger.aui-expander-reveal-text:before{display:none}.aui-expander-content[aria-expanded="true"] .aui-expander-trigger.aui-expander-reveal-text{position:relative}
/* module-key = 'com.hascode.plugin.jira-quick-subtasks:web-resources', location = 'webresource/css/quickSubtasks-min.css' */
#subtasks-overlay{z-index:9999!important}#subtasks-overlay textarea{height:200px;margin-top:10px;width:99%!important}#subtasks-overlay .hint{font-size:13px;margin-top:10px}#subtasks-overlay .examples{clear:both}#subtasks-overlay .examples ul{font-size:11px;margin-top:10px}#subtasks-overlay .examples div{font-size:13px;margin-top:10px}.subtasks-webpanel-container{display:none}#subtasks-overlay .template-selection{margin-bottom:10px;float:right}#create-template .text,#create-template .textarea{width:300px}#create-template{border-top:1px solid #ddd;padding-top:10px}#create-template .textarea{min-height:100px}#create-template h3{margin-bottom:10px}#usage-examples #inline-dialog-usageHintDialog{left:10px!important;top:0!important}#usage-hint-expander-content[aria-hidden="false"] #close-hint{display:block;position:fixed;border:1px solid #666;border-radius:5px;background-color:#d4d6d6;margin-top:20px;margin-left:610px;position:fixed;border-radius:5px;margin-bottom:5px}#usage-hint-expander-content[aria-hidden="false"] #close-hint:hover{background-color:#999393}#usage-hint-expander-content[aria-hidden="true"] #close-hint{display:none}#project-template-editor #usage-hint-expander-content #close-hint{display:none}#subtasks-overlay .examples #inline-dialog-usageHintDialog .contents{width:640px!important;padding:5px}.subtasks-tooltip .aui-icon{margin-left:5px}.examples #usageHint{cursor:pointer;margin-bottom:10px}.user-template-wrapper #usageHint{float:right}#user-templates-overlay #usage-examples{margin-bottom:10px;margin-top:-5px}#usage-examples ul em{font-weight:bold}#usage-examples code{background-color:#666;color:#fff;font-family:monospace;font-size:11px;padding:2px 5px}.qtask-hidden{display:none}#tasks-code{width:580px}.qtask-title{font-size:15px!important;font-weight:bold}.qtask-description{font-size:14px;max-width:60em;margin:5px 0;line-height:22px}.qtask-info{color:#666;font-size:10px;font-variant:italic;margin-top:5px!important}.qtask-hint dt{font-size:14px}.qtask-hint dd{margin-left:0;margin-bottom:10px;margin-top:5px;border:1px dotted #ddd;padding:5px 10px;background-color:#ddd;border-radius:5px}.qtask-usage-hint h3{margin-top:15px;margin-left:5px;font-size:17px;font-weight:bold}.qtask-workflow-template-view{border:1px dashed #666;margin:5px;5 px 5px 0;padding:10px}.project-template-list pre{white-space:pre-wrap}
/* module-key = 'com.atlassian.jpo:jpo-wr-custom-field-styles-parent', location = '/jpo2/styles-plugin/styles.css' */
.jpo-parent-field-issue-key,.jpo-parent-field-issue-type-icon{padding-right:5px}.jpo-warning-icon{color:#f6c342;margin-left:5px}.jpo-parent-field-issue-type-icon{width:16px;height:16px}table.jpo-child-issue-table{margin:8px 0;width:100%;border-collapse:collapse}table.jpo-child-issue-table tr{line-height:1.286}table.jpo-child-issue-table tr:not(:last-child){border-bottom:1px solid #ccc}table.jpo-child-issue-table tr:hover{background-color:#f0f0f0}table.jpo-child-issue-table tr td{padding:5px 7px;white-space:nowrap}table.jpo-child-issue-table tr td img{height:16px;width:16px;padding-right:5px;vertical-align:middle}table.jpo-child-issue-table tr td.jpo-column-expand{width:100%;white-space:normal}
/* module-key = 'com.atlassian.jpo:jpo-wr-dialog-bootstrap', location = '/jpo2/styles-plugin/dialog-loading/styles.css' */
#jpo-create-dialog>.jira-dialog-content>span.icon.loading.jpo-dialog{position:absolute;left:405px;top:120px;display:inline-block}#jpo-keyboard-shortcuts-dialog>.jira-dialog-content>span.icon.loading.jpo-dialog{position:absolute;left:250px;top:120px;display:inline-block}#jpo-create-dialog.jpo-ready>.jira-dialog-content>span.icon.loading.jpo-dialog,#jpo-keyboard-shortcuts-dialog.jpo-ready>.jira-dialog-content>span.icon.loading.jpo-dialog{display:none}
/* module-key = 'com.onresolve.jira.groovy.groovyrunner:bh-issuePluginResources', location = 'js/bhIssuePluginResources.css' */
 
/* GENERAL ERROR */
.invalid {
    /* TODO: use correct context if we decide to use these images */
    /*background: #FFFFFF url(/images/icons/emoticons/error.gif) no-repeat scroll 99.3% 2.2px;*/
    border: 1px solid red!important;
    padding: 1px 1px 3px 1px;
}

.tabinvalid {
    color: red;
}

/* REQUIRED */
.clientrequired {
    /*background: #FFFFFF url(/images/icons/emoticons/warning.gif) no-repeat scroll 99.3% 2.2px;*/
    border: 1px solid orange!important;
    padding: 1px 1px 3px 1px;
}

/* READONLY */
.clientreadonly {
    background: #ECE9D8!important;
    border: 1px solid #7F9DB9;
}

input.behaviours-wait,textarea.behaviours-wait {
    background: 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==) no-repeat !important;
}

input.behaviours-wait {
    background-position: 98% 50% !important;
}

textarea.behaviours-wait {
    background-position: 98% 5% !important;
}

/* OK */
.clientok {
    /*background: #FFFFFF url(/images/icons/emoticons/check.gif) no-repeat scroll 99.3% 2.2px;*/
    border: 1px solid #32b900 !important;
    padding: 1px 1px 3px 1px;
}

/* the overlayed element */
.simple_overlay { 

    /* must be initially hidden */
    display:none;
    width:500px;
    /*height:20px;*/
    padding:15px;
    text-align:left;
    border:2px solid #333;

    background-color:#FFF;

    opacity:0.8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAB25JREFUeNqkWAtQVFUY/neX5bECLkgIwvCQkCAbn2kiKmq+MWNKccjSEQVNAgzKzEGnoVIHUghiIJlJwBeaMoFIwFAjOjqupiIiEimEPKRQWBVddpe9nXM8dzt79y6inplv7r3nnnPud///P//jSDiOg6E2CWrso+DKNo69coN8xHRJAKvnICIGKXPPksEw8PdoumEo5J5JSEBESiFjwD/zY3giGAMCkHdoSY7y4oZMiFGNlIEVhVxw5ckBQ0hPoaPQMzBQYqLSkgj7RKTCf9yawgbBll5ZUjyhAUpCS9GPoGGe9XSMgVGruIQYMrxU5BT443YICgx7e/thGRkZoRMmTJjk5eUVZGNj44D6XLu7u2/rdLrHLS0tdWfOnFFt2bLlIhr/mOIJRT8jNTAjhSXEg5KRUUkMQ3BGGIXgjzDR19d3Xm1tbWlPT88dbgits7OzoaysLB3NDUZ4A8EXYSTCcPqDcmZjmKqMSoeVjA2ViAOCY35+/uLw8PAYBwcHNzz+Un0DnP7jKlyoqwf1o0fQ3vUvBPn5goNCAdPGjYVF06eBx8hXyNrt7e2Xt27dmlpYWNiIHh8gPKLS0gqMnmMJ8TvGSkBGeePGjR2BgYGL8LjztXXwXcFhuNn89zPdxdJZIRC78n1CrK+vrzs5OfmLvXv3XkGvehH6GBUaSRFCjHRk1GDtKBmn6urq9XPmzFlvMBgIkfyScnieprC1hbTEWJg5aTzo9XpNbGxsTG5u7jVKSigpA0uI3008GWVOTs6imJiYb/HC8bvTofrCJXjRtjN+A5HY/fv3WwICAtaiDdCFutVUUhp+90kZ98+Tsqak7JHNrMEvvz90DKpVl8R99RCxPTsPahubwNnZ2aempmYrXp9qw5p+l4yUCtTF248dmrTW1dV1DLaVvOJSk78dF+APydFrQCqVWpTIppXvwew3JxqfdXo9bMv6EbDqkT3OS0hICGJ2Gu/1gZWQjPU5/v7+04h0Dv+MFuGMv+qiVMK+7VsgYsHbsDNuAyIlMxNHwqoI2Lg8HPYkxYGfp6exv6XjLhyvPk0+GBUVtVwgIbL92V/kvbJ1YmJioJub22utd7vgzOWrgGXI455aDT8UnSATlswIhl1xMSCTSY3vN69aAevCl5L3B8oq4HZ7u8n8w+VV5J2Hh8dYS4QkgnglR7tq/NMtfl1UHQWl5ZCaf4jcL0akdn4SQ9SX8MEKiKJkfvqlDPYUHjGb29R6Bzq774GTk5NXRESEpyAeSqwYlRmjuZ+fXyDurPvrtoV0B5P6lVw/Wx1JSAX4eiP1eFAypxCZIotzsV26u4yA+fPnBxQVFTUwsdAklhkJobjkhDvu9aotrfmU1Mn/SRnJlCAyB44MOu+fnh5ydXd3dxHkVBJL+RBhPGA0Zstt5Ahnk2cX5XBi6Hg3DZJpWXwjFcv0NBrNQ9yhtB82qHtJ/DACPgpbSCZfufnn03Axczp8vWkdyJBNWZo33H4YGatWqx8w3yUcpILEimR6HR0d2HjA39vTIptPEZk17ywmkw+eqoTV27+BNBRaeFIpiJQU7T6xuf5enmTcuXPnbjH5EcdKiM30dCqVqhZ3ThkbJMomPnKFkQy2o937D5H+gpMV9J6S+ni9mZ/CfgzbG9KCOjMzs0mQsBFCnJBQUlKSqre3t23cmFfR5FEmOnZydEAfCyb3+1GgTSsw3dpYWjyp2ZMngJebq8n78DkzyRVpoZ5Gei1DiLMSpJ56OugJmnBdqVR6xkcuh7jUDOOCPQ8fwtqvdsGC4Cmw70SpqH0eLK8E3YAeriO30dJ51zgG2w5vc1VVVSdpUNWxauOjPR/HbGnQU4aEhIyuqKjYr1AonGNRpK+5XAsv21I2RsGy0BBobW1VeXt7x2PPQhO2Pj4vErMhLMInZ8+e7bh48WIJfrkLeeIxyBBfIthD5MK5hMzAwIA2JSUlk0k7tGzGaIkQHtgXGhq6r6mpqcZeYQc525IA29SLtLXvLoHPkfPE7dixY2l5eXkNjFR0THkEYimsnKoOOwtHbMfNzc2pPj4+b+EUIvd4CRSUVUK/VvtMIh6uLrAZxbd5UyeT54aGhvKgoKAdNDF7QKsRrZkNCZJ8vurgSfF59Xacx+Cx3SikHK36HSrOq0hKYeJpkUOcHBhAjH7ZrOkgt7KC/v7+BwUFBanR0dEVlMhDhoyOVZmwDJIySRomgssGbwTskKZmZ2d/2dbWdlVY7ty6087V32rmuu7dNyuFGhsbfwsLCwvHZRQtp7AfcaJFhJwpxc0rV6ZQ5DM4ayaltaMSU2RlZc1AKcpclNO87ujoaOKo0HqGrq6uBqTma0ePHq1MT0+/Qe2FLxY1IhUsN5RSmk1rrRk18mW0DZ9cxcXFjUbEbOvr67uLi4u7mFJaQ9HPgDViThDLzAmJkJIIDhrkTJbH5sMSocdnoGX6DAxAWNtLLB3XCE5AJCJHMVYCMmLHMXqxIxn2OEZ4YCV51gkaQ0wiICcV9IFI5mAQHl4JD62e+wSNmczRwyYQOGGwcIIGlkgM1v4TYAAi8nNfsug40QAAAABJRU5ErkJggg==);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}

a.disabled-tab {
    color: #808080!important;
}

a.disabled-tab:hover {
    background: #e9e9e9!important;
}


/* module-key = 'com.metainf.jira.plugin.emailissue:emailissue-web-resource6', location = 'resources/css/emailissue6.css' */
ul#emailissuenav{list-style-image:none;list-style-position:outside;list-style-type:none;margin:3px;padding:1px}ul#emailissuenav li{display:inline}ul#emailissuenav li a{background:#f0f0f0;border-color:#a3a3a3;border-style:solid;border-width:1px;color:#000;position:relative;text-decoration:none;padding:2px}ul#emailissuenav li a.selected{font-weight:bold}input.jeti-long-field{width:100%}#xcvfgsfgf,#recipients-multi-select,#copyrecipients-multi-select,#blindcopyrecipients-multi-select,#attachments-multi-select,#emailIssueSubject{width:100%;max-width:500px}#emailIssueTo,#emailIssueCc,#emailIssueBcc,#emailIssueBody,#cannedResponses,#emailIssueBodyContainer{max-width:500px}ul.item-details dl dd.email-details{overflow:inherit}td.email-details{text-align:left;text-overflow:ellipsis;overflow:hidden}td.email-details-header{color:#666;width:100px}span.fieldRuleDetails{font-style:italic}div.jeti-issue-details dl>dt{color:#707070;display:table-cell;float:left;font-weight:normal;margin-right:10px;padding:5px;width:200px;vertical-align:top}div.jeti-issue-details dl>dt.custom{min-width:300px}div.jeti-issue-details dl dd{margin:2px 0;padding:5px 0}aui-badge{background:rgba(0,0,0,0.2);border-radius:2em;color:rgba(51,51,51,0.8);display:inline-block;font-size:11px;font-weight:bold;line-height:.99;margin:0;min-height:1em;min-width:1em;padding:3px 5px 2px 5px;position:relative;text-align:center;text-decoration:none;text-shadow:none;text-transform:uppercase}aui-badge.doc-header{font-size:25px;background-color:#205081;color:white;font-weight:bold}h1.doc-header,h2.doc-header,h3.doc-header{color:#205081;height:58px}table.borderless,table.borderless>tbody,table.borderless tbody>tr,table.borderless tbody>tr:first-child>th,table.borderless tbody>tr:first-child>td{border:0!important}table.borderless td,table.borderless th,td.borderless,th.borderless{border:0!important}div.entity-details{padding-left:20px}div.paragraph{padding-top:20px;padding-left:20px}.dropdown-action-buttons{width:70px;text-align:right}.rotate-left{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}tr.disabled,tr.disabled a{color:lightgray}
/* module-key = 'biz.epicreport.epicreports:report-global-resources', location = '/external/assets/report-global.min.css' */
.pivot-report-logo{width:16px;height:16px;display:inline-block;vertical-align:middle;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+PHN0eWxlPi5he2ZpbGw6IzcyNzI3Mjt9PC9zdHlsZT48cmVjdCB3aWR0aD0iNCIgaGVpZ2h0PSI0IiB4PSIxIiB5PSIxMSIgY2xhc3M9ImEiLz48cmVjdCB5PSIxMSIgeD0iNiIgaGVpZ2h0PSI0IiB3aWR0aD0iNCIgY2xhc3M9ImEiLz48cmVjdCB3aWR0aD0iNCIgaGVpZ2h0PSI0IiB4PSI2IiB5PSI2IiBjbGFzcz0iYSIvPjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjQiIHg9IjExIiB5PSIxMSIgY2xhc3M9ImEiLz48cmVjdCB5PSI2IiB4PSIxMSIgaGVpZ2h0PSI0IiB3aWR0aD0iNCIgY2xhc3M9ImEiLz48cmVjdCB3aWR0aD0iNCIgaGVpZ2h0PSI0IiB4PSIxMSIgeT0iMSIgY2xhc3M9ImEiLz48L3N2Zz4=)}.pivot-report-issuenav .icon{margin-right:5px !important}.pivot-report-sprint-label-future{color:#4a6785 !important;background-color:#fff;border-color:#e4e8ed}.pivot-report-sprint-label-active{color:#594300 !important;background-color:#fff;border-color:#ffe28c}.pivot-report-sprint-label-closed{color:#888 !important;border-color:#ccc;text-decoration:line-through !important}.pivot-report-sprint-label-backlog{color:#888 !important;background-color:#fff;border-color:#ccc;text-transform:uppercase !important}

/* module-key = 'pl.com.tt.jira.plugin.theschedulerpro:resources-5.3.0', location = 'css/libs/fullcalendar.css' */
/*!
 * FullCalendar v3.6.2 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}body .fc{font-size:1em}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;font-size:1em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-0.05em;margin:0 .2em;vertical-align:middle}.fc-state-default{background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,0.75);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.fc-state-hover,.fc-state-down,.fc-state-active,.fc-state-disabled{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-down,.fc-state-active{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;box-shadow:none}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-popover .fc-header .fc-close{cursor:pointer}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-rtl .fc-popover .fc-header .fc-title,.fc-ltr .fc-popover .fc-header .fc-close{float:right}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-highlight-skeleton,.fc-helper-skeleton{position:absolute;top:0;left:0;right:0}.fc-bg{bottom:0}.fc-bg table{height:100%}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:1em}.fc th{text-align:center}.fc th,.fc td{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]{cursor:pointer}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-row .fc-highlight-skeleton td,.fc-row .fc-bgevent-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-helper-skeleton td{background:0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad}.fc-event,.fc-event-dot{background-color:#3a87ad}.fc-event,.fc-event:hover{color:#fff;text-decoration:none}.fc-event[href],.fc-event.fc-draggable{cursor:pointer}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4}.fc-event .fc-resizer{display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,0.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,0.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:bold}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-now-indicator{position:absolute;border:0 solid red}.fc-unselectable{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.fc-unthemed th,.fc-unthemed td,.fc-unthemed thead,.fc-unthemed tbody,.fc-unthemed .fc-divider,.fc-unthemed .fc-row,.fc-unthemed .fc-content,.fc-unthemed .fc-popover,.fc-unthemed .fc-list-view,.fc-unthemed .fc-list-heading td{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff}.fc-unthemed .fc-divider,.fc-unthemed .fc-popover .fc-header,.fc-unthemed .fc-list-heading td{background:#eee}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}.fc-icon{display:inline-block;height:1em;line-height:1em;font-size:1em;text-align:center;overflow:hidden;font-family:"Courier New",Courier,monospace;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon:after{position:relative}.fc-icon-left-single-arrow:after{content:"\02039";font-weight:bold;font-size:200%;top:-7%}.fc-icon-right-single-arrow:after{content:"\0203A";font-weight:bold;font-size:200%;top:-7%}.fc-icon-left-double-arrow:after{content:"\000AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\000BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\000D7";font-size:200%;top:6%}.fc-unthemed .fc-popover{border-width:1px;border-style:solid}.fc-unthemed .fc-popover .fc-header .fc-close{font-size:.9em;margin-top:2px}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.ui-widget .fc-disabled-day{background-image:none}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.ui-widget .fc-event{color:#fff;text-decoration:none;font-weight:normal}.ui-widget td.fc-axis{font-weight:normal}.fc-time-grid .fc-slats .ui-widget-content{background:0}.fc.fc-bootstrap3 a{text-decoration:none}.fc.fc-bootstrap3 a[data-goto]:hover{text-decoration:underline}.fc-bootstrap3 hr.fc-divider{border-color:inherit}.fc-bootstrap3 .fc-today.alert{border-radius:0}.fc-bootstrap3 .fc-popover .panel-body{padding:0}.fc-bootstrap3 .fc-time-grid .fc-slats table{background:0}.fc-toolbar{text-align:center}.fc-toolbar.fc-header-toolbar{margin-bottom:1em}.fc-toolbar.fc-footer-toolbar{margin-top:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc-toolbar .fc-center{display:inline-block}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container *:before,.fc-view-container *:after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicWeek-view .fc-content-skeleton,.fc-basicDay-view .fc-content-skeleton{padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid{overflow:hidden}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-basic-view .fc-week-number,.fc-basic-view .fc-day-number{padding:2px}.fc-basic-view th.fc-week-number,.fc-basic-view th.fc-day-number{padding:0 2px}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px 0}.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-basic-view .fc-day-top .fc-week-number{min-width:1.5em;text-align:center;background-color:#f2f2f2;color:#808080}.fc-basic-view td.fc-week-number{text-align:center}.fc-basic-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid-container,.fc-time-grid{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{position:relative;z-index:3}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight-container{position:relative}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-event,.fc-time-grid .fc-bgevent{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event{overflow:hidden}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\000A0-\000A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:bold}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt{float:right}.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}
/* module-key = 'pl.com.tt.jira.plugin.theschedulerpro:resources-5.3.0', location = '/css/thescheduler.css' */
.aui-button:focus{outline:none!important}#scheduled-issues-table,#future-fires-table,#created-issues-table{margin-top:20px}#scheduled-issues-table thead{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#scheduled-issues-table tr.filters-row input.table-filter{border:1px solid #CCC;border-radius:3px;box-sizing:border-box;color:#333;width:100%}#scheduled-issues-table tr.filters-row .aui-select2-container{margin-top:1px}#scheduled-issues-table tr.filters-row .aui-select2-container .select2-choices{padding:0 5px}#scheduled-issues-table tr.filters-row .aui-select2-container.select2-container.select2-dropdown-open .select2-choices{border-bottom-width:1px}#scheduled-issues-table tr.filters-row .aui-select2-container .select2-choices .select2-search-choice{line-height:10px;font-size:11px}#scheduled-issues-table tr.filters-row .aui-select2-container .select2-search-choice-close{background-size:6px!important;height:6px;top:3px;width:6px}#scheduled-issues-table tr.filters-row .select2-container-multi .select2-choices .select2-search-field{height:19px;margin-top:-2px}#scheduled-issues-table tr.filters-row .aui-select2-container .select2-choices .select2-search-field input{font-size:13px;margin-left:-5px}#scheduled-issues-table th:focus,#created-issues-table th:focus,#tsp-show-calendar-dates-dialog-table th:focus{outline:0}#scheduled-issues-table th.sortable,#created-issues-table th.sortable,#tsp-show-calendar-dates-dialog-table th.sortable{cursor:pointer;padding-right:12px}#scheduled-issues-table th.sortable:hover,#created-issues-table th.sortable:hover,#tsp-show-calendar-dates-dialog-table th.sortable:hover{background-color:#f5f5f5}#scheduled-issues-table th.sortable:after,#created-issues-table th.sortable:after,#tsp-show-calendar-dates-dialog-table th.sortable:after{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid transparent;content:"";display:inline-block;margin-left:5px;position:relative;width:0;top:-2px;opacity:.5}#scheduled-issues-table th.sortable:hover:after,#created-issues-table th.sortable:hover:after,#tsp-show-calendar-dates-dialog-table th.sortable:hover:after{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #333;content:"";display:inline-block;margin-left:5px;position:relative;width:0;top:-2px;opacity:.5}#scheduled-issues-table th.ascending,#created-issues-table th.ascending,#tsp-show-calendar-dates-dialog-table th.ascending{cursor:pointer;padding-right:12px;background-color:#f5f5f5}#scheduled-issues-table th.descending,#created-issues-table th.descending,#tsp-show-calendar-dates-dialog-table th.descending{cursor:pointer;padding-right:12px;background-color:#f5f5f5}#scheduled-issues-table th.ascending:after,#created-issues-table th.ascending:after,#tsp-show-calendar-dates-dialog-table th.ascending:after{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #333;content:"";display:inline-block;margin-left:5px;position:relative;width:0;top:-2px}#scheduled-issues-table th.descending:after,#created-issues-table th.descending:after,#tsp-show-calendar-dates-dialog-table th.descending:after{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid #333;content:"";display:inline-block;margin-left:5px;position:relative;width:0;top:-2px}#scheduled-issues-table .scheduled-issue-status-label{margin-left:10px}.buttons-container button[disabled]{pointer-events:none}.sequence-column{width:16px}#si-subtask-table a.move-up-si-subtask-link,#si-subtask-table a.move-down-si-subtask-link{visibility:hidden}#si-subtask-table tbody tr:hover a.move-up-si-subtask-link,#si-subtask-table tbody tr:hover a.move-down-si-subtask-link{visibility:visible}#si-subtask-table tbody tr:hover:first-child a.move-up-si-subtask-link,#si-subtask-table tbody tr:hover:last-child a.move-down-si-subtask-link{visibility:hidden}#scheduled-issues-table tbody tr:hover,#created-issues-table tbody tr:hover,#si-subtask-table tbody tr:hover{background-color:#f5f5f5}#scheduled-issues-table tbody tr.selected,#created-issues-table tbody tr.selected{background-color:#f5f5f5}.select-column{width:1px;white-space:nowrap;padding-right:0!important;padding-left:0!important}#table-issue-y-scroll{overflow:visible;overflow-y:hidden;padding-bottom:10px;width:100%}#si-subtask-table{width:100%!important}.select-column input[type='checkbox']{display:block}.prev-fire-time-column{width:1px;white-space:nowrap}.next-fire-time-column,.execution-time-column{width:1px;white-space:nowrap}.fire-count-column{width:1px;white-space:nowrap}.triggers-column ul{list-style-type:none;list-style-position:inside;padding-left:0}.triggers-expressions-column{width:1px;white-space:nowrap}.triggers-expressions-column ul{list-style-type:none;list-style-position:inside;padding-left:0}.triggers-column .calendar-link,.triggers-expressions-column .calendar-link{cursor:pointer}.state-column{width:1px;white-space:nowrap}.project-column{width:1px;white-space:nowrap}.issue-type-column{width:1px;white-space:nowrap}.priority-column{width:1px;white-space:nowrap}.reporter-column{width:1px;white-space:nowrap}.assignee-column{width:1px;white-space:nowrap}.created-by-column{width:1px;white-space:nowrap}.created-at-column{width:1px;white-space:nowrap}.modified-by-column{width:1px;white-space:nowrap}.modified-at-column{width:1px;white-space:nowrap}.shared-column{width:1px;white-space:nowrap}.actions-column{text-align:right!important;width:1px;white-space:nowrap}.action-column{width:1px;white-space:nowrap}.help-cursor{cursor:help}.errors-tooltip-enabled{visibility:visible}.errors-tooltip-disabled{visibility:hidden}.warnings-tooltip-enabled{visibility:visible}.warnings-tooltip-disabled{visibility:hidden}.tooltip-reporter{margin-right:5px}.not-applicable-element{font-style:italic;color:#CCC}.jiras-text-field{height:2.14286em;width:250px;max-width:250px;padding:4px 5px;-moz-box-sizing:border-box;border:1px solid #ccc;border-radius:3.01px;box-shadow:0 1px 3px #ccc inset;font-size:inherit;font-family:inherit}.scheduled-issues-timestamp{display:none}.scheduled-issues-sortable-hidden-value{display:none}input.aui-button{cursor:inherit}input.aui-button:hover{background:#fff;border-color:#ccc}input.aui-button:focus{background:#fff;border-color:#ccc}#scheduled-issues-table_info{display:none}#user-filter-tf{margin-top:10px;width:auto;font-size:14px}#scheduled-issues-table_paginate,#future-fires-table_paginate,#created-issues-table_paginate,#tsp-show-calendar-dates-dialog-table_paginate{margin:10px;float:right;display:inline-block}.paginate_button,.paginate_active{padding:10px 10px 10px 10px;color:#3572b0;text-decoration:none;font-size:14px;line-height:1.42857142857143;font-family:Arial,sans-serif;color:#3572b0;text-decoration:none}.paginate_button.disabled{color:#999;text-decoration:none}.paginate_button:hover{cursor:pointer}.paginate_active{color:#333;font-weight:700}div.dataTables_paginate a.current{color:#333;font-weight:bold}#future-fires-table th.scheduled-issue-name-column{white-space:nowrap}#future-fires-table th.summary-column{white-space:nowrap}.actions-dropdown li>*{padding:3px 10px;display:block}div.dataTables_paginate a.current{font-weight:600}.shared-column li,.triggers-column li{list-style-type:none}.shared-column ul,.triggers-column ul{padding-left:0}.the-scheduler-blanket{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,0.9);text-position:center}.tsp-outer-icon-span{line-height:24px}.tsp-aui-avatar{vertical-align:middle;box-sizing:border-box;display:inline-block}.tsp-aui-avatar img{vertical-align:text-bottom}.tsp-scheduled-issue-message{margin-top:10px;max-width:398px}#cron-editor label[for="trigger.runToHours"]{margin-left:185px}.tsp-button-between-text{margin-left:5px!important;margin-right:5px!important}.tsp-center-vertically-child>*{vertical-align:middle!important}#workflow-editor .select2-choice{text-shadow:none}#workflow-editor .all-statuses-container{display:inline;vertical-align:middle;padding-top:10px}
/* module-key = 'com.atlassian.jira.plugins.jira-wiki-editor:wiki-editor-resources', location = '/css/wiki-editor.less' */
.wiki-edit-toolbar{padding:5px;border:1px solid #ebecf0;border-bottom:none;line-height:1;background-color:#fff;border-radius:3px 3px 0 0}.wiki-edit-toolbar .aui-iconfont-chevron-double-down{display:none}.wiki-edit-toolbar.wiki-edit-toolbar-compact{cursor:pointer;background-repeat:no-repeat;background-position:center center;position:relative}.wiki-edit-toolbar.wiki-edit-toolbar-compact .aui-toolbar2{height:0;overflow:hidden}.wiki-edit-toolbar.wiki-edit-toolbar-compact .aui-iconfont-chevron-double-down{display:block;height:13px;width:13px;margin:-2px auto 2px auto}.wiki-edit-toolbar.wiki-edit-toolbar-compact:hover{background-color:rgba(9,30,66,0.13)}.wiki-edit-toolbar .wiki-edit-visible-toggle.active{border:solid 1px #ebecf0}.wiki-edit-toolbar>.aui-toolbar2{margin:0 0 -5px}.wiki-edit-toolbar .aui-buttons{margin-bottom:5px;margin-right:0}.wiki-edit-toolbar .aui-buttons+.aui-buttons{border-left:1px solid #ebecf0;padding-left:3px;margin-left:3px}.wiki-edit-toolbar .aui-button{margin-top:0;outline:none}.wiki-edit-toolbar~.wiki-edit-content>.wiki-textfield{max-width:100%;width:100%;border-top-left-radius:0;border-top-right-radius:0;resize:vertical}.wiki-edit-toolbar .aui-button{position:relative}.wiki-edit-toolbar .aui-buttons .aui-button{padding-left:6px;padding-right:6px}.wiki-edit-toolbar .aui-buttons .aui-button~.aui-button,.wiki-edit-toolbar .aui-buttons .aui-button~.aui-button:hover{margin-left:1px}.wiki-edit-toolbar .aui-toolbar2-primary{float:none}.wiki-edit-toolbar .aui-buttons.wiki-edit-toolbar-last{float:right;border-left:none}.wiki-edit-toolbar .aui-button.aui-dropdown2-trigger{padding-right:19px !important}.wiki-edit-toolbar .aui-button.aui-dropdown2-trigger:after{margin-left:-14px}.wiki-edit-toolbar a.wiki-edit-operation-color{margin-right:16px;z-index:1}.wiki-edit-toolbar .aui-buttons .aui-button.wiki-edit-color-picker-trigger{vertical-align:top;padding-right:14px !important;padding-left:30px;z-index:0}.wiki-edit-toolbar .aui-buttons .aui-button.wiki-edit-color-picker-trigger,.wiki-edit-toolbar .aui-buttons .aui-button.wiki-edit-color-picker-trigger:hover{margin-right:-46px}.wiki-edit-toolbar .aui-buttons .aui-button.wiki-edit-color-picker-trigger:after{margin-right:-5px}.wiki-edit-toolbar .aui-buttons .aui-button.wiki-edit-color-picker-trigger span{display:none}.wiki-edit-toolbar .wiki-edit-color-indicator{content:"";display:block;width:14px;height:2px;margin:-4px 0 0 0;border:1px solid #ebecf0;border-radius:2px;background:red}.wiki-edit-toolbar .hidden{display:none}.wiki-edit-toolbar .aui-button.aui-button-subtle.wiki-edit-style-picker-trigger[aria-disabled="true"]{color:#97a0af}.wiki-edit-toolbar a.aui-button.wiki-edit-operation[aria-disabled="true"],.wiki-edit-toolbar a.aui-button.wiki-edit-operation-dropdown[aria-disabled="true"]{border:1px transparent solid}.wiki-edit-toolbar a.aui-button.wiki-edit-operation[aria-disabled="true"]:hover,.wiki-edit-toolbar a.aui-button.wiki-edit-operation-dropdown[aria-disabled="true"]:hover,.wiki-edit-toolbar a.aui-button.wiki-edit-operation[aria-disabled="true"]:active,.wiki-edit-toolbar a.aui-button.wiki-edit-operation-dropdown[aria-disabled="true"]:active,.wiki-edit-toolbar a.aui-button.wiki-edit-operation[aria-disabled="true"]:focus,.wiki-edit-toolbar a.aui-button.wiki-edit-operation-dropdown[aria-disabled="true"]:focus{border:1px transparent solid}.wiki-edit-toolbar .aui-toolbar2 span.icon-toolbartoggle{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB2ZXJzaW9uPSIxLjEiCiAgIHdpZHRoPSIxMCIKICAgaGVpZ2h0PSI2IgogICBpZD0ic3ZnMiI+CiAgPGRlZnMKICAgICBpZD0iZGVmczQiIC8+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDQ2LjM2MjIpIgogICAgIGlkPSJsYXllcjEiPgogICAgPGcKICAgICAgIHRyYW5zZm9ybT0ibWF0cml4KDAsLTAuMzI1Nzg1OTYsMC42NDUxODIxLDAsLTMuMjI1OTEwNWUtNCwxMDUyLjM2MikiCiAgICAgICBpZD0iZzI5OTciPgogICAgICA8cGF0aAogICAgICAgICBkPSJtIDE2LjkxNywxNS41IGMgLTAuMzg0LDAgLTAuNzY4LC0wLjE0NiAtMS4wNjEsLTAuNDM5IEwgOS42MDYsOC44MTEgQyA5LjAyLDguMjI2IDkuMDIsNy4yNzUgOS42MDYsNi42OSBsIDYuMjUsLTYuMjUgYyAwLjU4NiwtMC41ODYgMS41MzUsLTAuNTg2IDIuMTIxLDAgMC41ODYsMC41ODUgMC41ODYsMS41MzYgMCwyLjEyMSBsIC01LjE4OSw1LjE4OSA1LjE4OSw1LjE4OSBjIDAuNTg2LDAuNTg1IDAuNTg2LDEuNTM2IDAsMi4xMjEgLTAuMjkzLDAuMjk0IC0wLjY3NywwLjQ0IC0xLjA2LDAuNDQgeiIKICAgICAgICAgaWQ9InBhdGgyOTg3IgogICAgICAgICBzdHlsZT0iZmlsbDojNmY2ZjZmIiAvPgogICAgICA8cGF0aAogICAgICAgICBkPSJtIDcuNzUsMTUuNSBjIC0wLjM4NCwwIC0wLjc2OCwtMC4xNDYgLTEuMDYxLC0wLjQzOSBsIC02LjI1LC02LjI1IGMgLTAuNTg2LC0wLjU4NSAtMC41ODYsLTEuNTM2IDAsLTIuMTIxIGwgNi4yNSwtNi4yNSBjIDAuNTg2LC0wLjU4NiAxLjUzNSwtMC41ODYgMi4xMjEsMCAwLjU4NiwwLjU4NSAwLjU4NiwxLjUzNiAwLDIuMTIxIEwgMy42MjEsNy43NSA4LjgxLDEyLjkzOSBjIDAuNTg2LDAuNTg1IDAuNTg2LDEuNTM2IDAsMi4xMjEgLTAuMjkyLDAuMjk0IC0wLjY3NiwwLjQ0IC0xLjA2LDAuNDQgeiIKICAgICAgICAgaWQ9InBhdGgyOTg5IgogICAgICAgICBzdHlsZT0iZmlsbDojNmY2ZjZmIiAvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==") no-repeat center;-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleY(-1);-ms-filter:"FlipV";filter:FlipV}.wiki-edit-toolbar .aui-toolbar2 .aui-button.active span.icon-toolbartoggle{-moz-transform:scaleY(1);-o-transform:scaleY(1);-webkit-transform:scaleY(1);transform:scaleY(1);-ms-filter:none;filter:none}div.color-picker-container{left:-27px;position:absolute}div.aui-dropdown2.aui-style-default.wiki-edit-picker ul{list-style:none;margin:0;overflow:auto;padding:6px}div.aui-dropdown2.aui-style-default.wiki-edit-picker li{float:left;padding:2px}div.aui-dropdown2.aui-style-default.wiki-edit-color-picker{min-width:102px !important;width:102px !important}div.aui-dropdown2.aui-style-default.wiki-edit-color-picker ul{width:88px}div.aui-dropdown2.aui-style-default.wiki-edit-color-picker li{border-radius:2px}div.aui-dropdown2.aui-style-default.wiki-edit-color-picker li:hover{padding:1px;border:solid 1px #344563}div.aui-dropdown2.aui-style-default.wiki-edit-color-picker a{border:1px solid #fff;border-radius:2px;display:block;height:16px;line-height:16px;padding:0;text-align:justify;width:16px}div.aui-dropdown2.aui-style-default.wiki-edit-icon-picker ul{width:168px}div.aui-dropdown2.aui-style-default.wiki-edit-icon-picker li{line-height:16px;padding:0}div.aui-dropdown2.aui-style-default.wiki-edit-icon-picker a{display:block;padding:3px;width:16px;height:16px;border:solid 1px transparent;border-radius:2px}.wiki-edit-picker,.wiki-edit-dropdown{z-index:3000}.wiki-edit-operation-h1{font-size:34px}.wiki-edit-operation-h2{font-size:25px}.wiki-edit-operation-h3{font-size:18px}.wiki-edit-operation-h4{font-size:17px}.wiki-edit-operation-h5{font-size:14px}.wiki-edit-operation-h6{font-size:13px}.wiki-edit-operation-monospace{font-family:monospace}.wiki-edit-insert-attachment{overflow-y:auto;max-height:131px}.wiki-edit-attachment-type-icon{vertical-align:middle}.aui-dropdown2-active .wiki-edit-attachment-type-icon{color:inherit}.aui-toolbar2 .aui-buttons .aui-button[aria-pressed="true"].wiki-edit-operation .aui-icon.aui-icon-small::before{color:#fff}.aui-toolbar2 .aui-buttons .aui-button[aria-expanded="true"].wiki-edit-operation-dropdown .aui-icon.aui-icon-small::before{color:#fff}.aui-toolbar2 .aui-buttons .aui-button[aria-expanded="true"].wiki-edit-operation-dropdown~.aui-button.wiki-edit-operation-color .aui-icon.aui-icon-small::before{color:#fff}
/* module-key = 'com.atlassian.labs.hipchat.hipchat-for-jira-plugin:resources', location = 'css/styles.css' */
.vcard{position:relative}a.hc-status{display:block;width:24px;height:24px;border:0;position:absolute;top:35px;left:35px}a.hc-status.available{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.10.3/_/download/resources/com.atlassian.labs.hipchat.hipchat-for-jira-plugin:resources/../com.atlassian.labs.hipchat.hipchat-for-jira-plugin:image-resources/images/available@2x.png);background-size:cover}a.hc-status.away{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.10.3/_/download/resources/com.atlassian.labs.hipchat.hipchat-for-jira-plugin:resources/../com.atlassian.labs.hipchat.hipchat-for-jira-plugin:image-resources/images/away@2x.png);background-size:cover}a.hc-status.dnd{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.10.3/_/download/resources/com.atlassian.labs.hipchat.hipchat-for-jira-plugin:resources/../com.atlassian.labs.hipchat.hipchat-for-jira-plugin:image-resources/images/dnd@2x.png);background-size:cover}a.hc-status.offline{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/7.10.3/_/download/resources/com.atlassian.labs.hipchat.hipchat-for-jira-plugin:resources/../com.atlassian.labs.hipchat.hipchat-for-jira-plugin:image-resources/images/offline@2x.png);background-size:cover;width:20px;height:20px}a.hc-status span{display:none}a.hc-direct-chat{display:block;width:24px;height:24px;border:0;position:absolute;top:7px;right:10px}
/* module-key = 'com.riadalabs.jira.plugins.insight:jstree', location = 'includes/js/lib/jstree/themes/default/style.css' */
.jstree-default>ul{background-color:transparent}.jstree-default li,.jstree-default ins{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:jstree/d.png");background-repeat:no-repeat;background-color:transparent}.jstree-default li{background-position:-90px 0;background-repeat:repeat-y}.jstree-default li.jstree-last{background:transparent}.jstree-default .jstree-open>ins{background-position:-72px 0}.jstree-default .jstree-closed>ins{background-position:-54px 0}.jstree-default .jstree-leaf>ins{background-position:-36px 0}.jstree-default a{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;text-shadow:1px 1px 1px white}.jstree-default .jstree-hovered{background:#e7f4f9;border:1px solid #d8f0fa;padding:0 3px 0 1px;text-shadow:1px 1px 1px silver}.jstree-default .jstree-clicked{background:#beebff;border:1px solid #99defd;padding:0 3px 0 1px}.jstree-default a .jstree-icon{background-position:-56px -20px}.jstree-default a.jstree-loading .jstree-icon{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:jstree/throbber.gif") center center no-repeat!important}.jstree-default .jstree-no-dots li,.jstree-default .jstree-no-dots .jstree-leaf>ins{background:transparent}.jstree-default .jstree-no-dots .jstree-open>ins{background-position:-18px 0}.jstree-default .jstree-no-dots .jstree-closed>ins{background-position:0 0}.jstree-default .jstree-no-icons a .jstree-icon{display:none}.jstree-default .jstree-search{font-style:italic}.jstree-default .jstree-no-icons .jstree-checkbox{display:inline-block}.jstree-default .jstree-no-checkboxes .jstree-checkbox{display:none!important}.jstree-default .jstree-checked>a>.jstree-checkbox{background-position:-38px -19px}.jstree-default .jstree-unchecked>a>.jstree-checkbox{background-position:-2px -19px}.jstree-default .jstree-undetermined>a>.jstree-checkbox{background-position:-20px -19px}.jstree-default .jstree-checked>a>.checkbox:hover{background-position:-38px -37px}.jstree-default .jstree-unchecked>a>.jstree-checkbox:hover{background-position:-2px -37px}.jstree-default .jstree-undetermined>a>.jstree-checkbox:hover{background-position:-20px -37px}#vakata-dragged.jstree-default ins{background:transparent!important}#vakata-dragged.jstree-default .jstree-ok{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:jstree/d.png") -2px -53px no-repeat!important}#vakata-dragged.jstree-default .jstree-invalid{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:jstree/d.png") -18px -53px no-repeat!important}#jstree-marker.jstree-default{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:jstree/d.png") -41px -57px no-repeat!important;text-indent:-100px}.jstree-default a.jstree-search{font-weight:bold}.jstree-default .jstree-locked a{color:silver;cursor:default}#vakata-contextmenu.jstree-default-context,#vakata-contextmenu.jstree-default-context li ul{background:#f0f0f0;border:1px solid #979797;-moz-box-shadow:1px 1px 2px #999;-webkit-box-shadow:1px 1px 2px #999;box-shadow:1px 1px 2px #999}#vakata-contextmenu.jstree-default-context a{color:black}#vakata-contextmenu.jstree-default-context a:hover,#vakata-contextmenu.jstree-default-context .vakata-hover>a{padding:0 5px;background:#e8eff7;border:1px solid #aecff7;color:black;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}#vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a,#vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a:hover{color:silver;background:transparent;border:0;padding:1px 4px}#vakata-contextmenu.jstree-default-context li.vakata-separator{background:white;border-top:1px solid #e0e0e0;margin:0}#vakata-contextmenu.jstree-default-context li ul{margin-left:-4px}
/* module-key = 'com.riadalabs.jira.plugins.insight:ckeditor', location = 'includes/js/lib/ckeditor/contents.css' */

/* module-key = 'com.riadalabs.jira.plugins.insight:ckeditor', location = 'includes/js/lib/ckeditor/skins/moono/dialog_ie.css' */
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#ededed));background-image:-moz-linear-gradient(top,#fafafa,#ededed);background-image:-webkit-linear-gradient(top,#fafafa,#ededed);background-image:-o-linear-gradient(top,#fafafa,#ededed);background-image:-ms-linear-gradient(top,#fafafa,#ededed);background-image:linear-gradient(top,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fafafa',endColorstr='#ededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover{background:#ebebeb;background:-moz-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(100%,#dfdfdf));background:-webkit-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-o-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-ms-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover{background:#ededed;background:-moz-linear-gradient(top,#ededed 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ededed 0,#fff 100%);background:-o-linear-gradient(top,#ededed 0,#fff 100%);background:-ms-linear-gradient(top,#ededed 0,#fff 100%);background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}.cke_dialog_close_button{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;-moz-box-shadow:0 0 6px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 0 6px rgba(0,0,0,.4) inset;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:-webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#69b10b));background-image:-webkit-linear-gradient(top,#9ad717,#69b10b);background-image:-o-linear-gradient(top,#9ad717,#69b10b);background-image:linear-gradient(to bottom,#9ad717,#69b10b);background-image:-moz-linear-gradient(top,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88be14),color-stop(100%,#5d9c0a));background:-webkit-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:-o-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);background:-moz-linear-gradient(top,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/refresh.png) top left no-repeat;width:16px;height:16px;border:1px none;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:0}
/* module-key = 'com.riadalabs.jira.plugins.insight:ckeditor', location = 'includes/js/lib/ckeditor/skins/moono/dialog_ie7.css' */
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#ededed));background-image:-moz-linear-gradient(top,#fafafa,#ededed);background-image:-webkit-linear-gradient(top,#fafafa,#ededed);background-image:-o-linear-gradient(top,#fafafa,#ededed);background-image:-ms-linear-gradient(top,#fafafa,#ededed);background-image:linear-gradient(top,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fafafa',endColorstr='#ededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover{background:#ebebeb;background:-moz-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(100%,#dfdfdf));background:-webkit-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-o-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-ms-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover{background:#ededed;background:-moz-linear-gradient(top,#ededed 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ededed 0,#fff 100%);background:-o-linear-gradient(top,#ededed 0,#fff 100%);background:-ms-linear-gradient(top,#ededed 0,#fff 100%);background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}.cke_dialog_close_button{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;-moz-box-shadow:0 0 6px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 0 6px rgba(0,0,0,.4) inset;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:-webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#69b10b));background-image:-webkit-linear-gradient(top,#9ad717,#69b10b);background-image:-o-linear-gradient(top,#9ad717,#69b10b);background-image:linear-gradient(to bottom,#9ad717,#69b10b);background-image:-moz-linear-gradient(top,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88be14),color-stop(100%,#5d9c0a));background:-webkit-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:-o-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);background:-moz-linear-gradient(top,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/refresh.png) top left no-repeat;width:16px;height:16px;border:1px none;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:0}.cke_dialog_title{zoom:1}.cke_dialog_footer{border-top:1px solid #bfbfbf}.cke_dialog_footer_buttons{position:static}.cke_dialog_footer_buttons a.cke_dialog_ui_button{vertical-align:top}.cke_dialog .cke_resizer_ltr{padding-left:4px}.cke_dialog .cke_resizer_rtl{padding-right:4px}.cke_dialog_ui_input_text,.cke_dialog_ui_input_password,.cke_dialog_ui_input_textarea,.cke_dialog_ui_input_select{padding:0!important}.cke_dialog_ui_checkbox_input,.cke_dialog_ui_ratio_input,.cke_btn_reset,.cke_btn_locked,.cke_btn_unlocked{border:1px solid transparent!important}
/* module-key = 'com.riadalabs.jira.plugins.insight:ckeditor', location = 'includes/js/lib/ckeditor/skins/moono/dialog_ie8.css' */
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#ededed));background-image:-moz-linear-gradient(top,#fafafa,#ededed);background-image:-webkit-linear-gradient(top,#fafafa,#ededed);background-image:-o-linear-gradient(top,#fafafa,#ededed);background-image:-ms-linear-gradient(top,#fafafa,#ededed);background-image:linear-gradient(top,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fafafa',endColorstr='#ededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover{background:#ebebeb;background:-moz-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(100%,#dfdfdf));background:-webkit-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-o-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-ms-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover{background:#ededed;background:-moz-linear-gradient(top,#ededed 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ededed 0,#fff 100%);background:-o-linear-gradient(top,#ededed 0,#fff 100%);background:-ms-linear-gradient(top,#ededed 0,#fff 100%);background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}.cke_dialog_close_button{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;-moz-box-shadow:0 0 6px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 0 6px rgba(0,0,0,.4) inset;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:-webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#69b10b));background-image:-webkit-linear-gradient(top,#9ad717,#69b10b);background-image:-o-linear-gradient(top,#9ad717,#69b10b);background-image:linear-gradient(to bottom,#9ad717,#69b10b);background-image:-moz-linear-gradient(top,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88be14),color-stop(100%,#5d9c0a));background:-webkit-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:-o-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);background:-moz-linear-gradient(top,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/refresh.png) top left no-repeat;width:16px;height:16px;border:1px none;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:0}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{display:block}
/* module-key = 'com.riadalabs.jira.plugins.insight:ckeditor', location = 'includes/js/lib/ckeditor/skins/moono/dialog_iequirks.css' */
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#ededed));background-image:-moz-linear-gradient(top,#fafafa,#ededed);background-image:-webkit-linear-gradient(top,#fafafa,#ededed);background-image:-o-linear-gradient(top,#fafafa,#ededed);background-image:-ms-linear-gradient(top,#fafafa,#ededed);background-image:linear-gradient(top,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fafafa',endColorstr='#ededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover{background:#ebebeb;background:-moz-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(100%,#dfdfdf));background:-webkit-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-o-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-ms-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover{background:#ededed;background:-moz-linear-gradient(top,#ededed 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ededed 0,#fff 100%);background:-o-linear-gradient(top,#ededed 0,#fff 100%);background:-ms-linear-gradient(top,#ededed 0,#fff 100%);background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}.cke_dialog_close_button{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;-moz-box-shadow:0 0 6px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 0 6px rgba(0,0,0,.4) inset;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:-webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#69b10b));background-image:-webkit-linear-gradient(top,#9ad717,#69b10b);background-image:-o-linear-gradient(top,#9ad717,#69b10b);background-image:linear-gradient(to bottom,#9ad717,#69b10b);background-image:-moz-linear-gradient(top,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88be14),color-stop(100%,#5d9c0a));background:-webkit-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:-o-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);background:-moz-linear-gradient(top,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/refresh.png) top left no-repeat;width:16px;height:16px;border:1px none;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}.cke_rtl input.cke_dialog_ui_input_text,.cke_rtl input.cke_dialog_ui_input_password{padding-right:2px}.cke_rtl div.cke_dialog_ui_input_text,.cke_rtl div.cke_dialog_ui_input_password{padding-left:2px}.cke_rtl div.cke_dialog_ui_input_text{padding-right:1px}.cke_rtl .cke_dialog_ui_vbox_child,.cke_rtl .cke_dialog_ui_hbox_child,.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_last{padding-right:2px!important}.cke_hc .cke_dialog_title,.cke_hc .cke_dialog_footer,.cke_hc a.cke_dialog_tab,.cke_hc a.cke_dialog_ui_button,.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button_ok,.cke_hc a.cke_dialog_ui_button_ok:hover{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:0}.cke_dialog_footer{filter:""}
/* module-key = 'com.riadalabs.jira.plugins.insight:ckeditor', location = 'includes/js/lib/ckeditor/skins/moono/dialog.css' */
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#eaeaea;border:1px solid #b2b2b2;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_dialog strong{font-weight:bold}.cke_dialog_title{font-weight:bold;font-size:13px;cursor:move;position:relative;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #999;padding:6px 10px;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_dialog_contents{background-color:#fff;overflow:auto;padding:15px 10px 5px 10px;margin-top:30px;border-top:1px solid #bfbfbf;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.cke_dialog_contents_body{overflow:auto;padding:17px 10px 5px 10px;margin-top:22px}.cke_dialog_footer{text-align:right;position:relative;border:0;outline:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_rtl .cke_dialog_footer{text-align:left}.cke_hc .cke_dialog_footer{outline:0;border-top:1px solid #fff}.cke_dialog .cke_resizer{margin-top:22px}.cke_dialog .cke_resizer_rtl{margin-left:5px}.cke_dialog .cke_resizer_ltr{margin-right:5px}.cke_dialog_tabs{height:24px;display:inline-block;margin:5px 0 0;position:absolute;z-index:2;left:10px}.cke_rtl .cke_dialog_tabs{right:10px}a.cke_dialog_tab{height:16px;padding:4px 8px;margin-right:3px;display:inline-block;cursor:pointer;line-height:16px;outline:0;color:#595959;border:1px solid #bfbfbf;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background:#d4d4d4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#ededed));background-image:-moz-linear-gradient(top,#fafafa,#ededed);background-image:-webkit-linear-gradient(top,#fafafa,#ededed);background-image:-o-linear-gradient(top,#fafafa,#ededed);background-image:-ms-linear-gradient(top,#fafafa,#ededed);background-image:linear-gradient(top,#fafafa,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fafafa',endColorstr='#ededed')}.cke_rtl a.cke_dialog_tab{margin-right:0;margin-left:3px}a.cke_dialog_tab:hover{background:#ebebeb;background:-moz-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ebebeb),color-stop(100%,#dfdfdf));background:-webkit-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-o-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:-ms-linear-gradient(top,#ebebeb 0,#dfdfdf 100%);background:linear-gradient(to bottom,#ebebeb 0,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',endColorstr='#dfdfdf',GradientType=0)}a.cke_dialog_tab_selected{background:#fff;color:#383838;border-bottom-color:#fff;cursor:default;filter:none}a.cke_dialog_tab_selected:hover{background:#ededed;background:-moz-linear-gradient(top,#ededed 0,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ededed 0,#fff 100%);background:-o-linear-gradient(top,#ededed 0,#fff 100%);background:-ms-linear-gradient(top,#ededed 0,#fff 100%);background:linear-gradient(to bottom,#ededed 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0)}.cke_hc a.cke_dialog_tab:hover,.cke_hc a.cke_dialog_tab_selected{border:3px solid;padding:2px 6px}a.cke_dialog_tab_disabled{color:#bababa;cursor:default}.cke_single_page .cke_dialog_tabs{display:none}.cke_single_page .cke_dialog_contents{padding-top:5px;margin-top:0;border-top:0}.cke_dialog_close_button{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:5px;z-index:5;opacity:.8;filter:alpha(opacity = 80)}.cke_dialog_close_button:hover{opacity:1;filter:alpha(opacity = 100)}.cke_hidpi .cke_dialog_close_button{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/close.png);background-size:16px}.cke_dialog_close_button span{display:none}.cke_hc .cke_dialog_close_button span{display:inline;cursor:pointer;font-weight:bold;position:relative;top:3px}.cke_ltr .cke_dialog_close_button{right:5px}.cke_rtl .cke_dialog_close_button{left:6px}.cke_dialog_close_button{top:4px}div.cke_disabled .cke_dialog_ui_labeled_content div *{background-color:#ddd;cursor:default}.cke_dialog_ui_vbox table,.cke_dialog_ui_hbox table{margin:auto}.cke_dialog_ui_vbox_child{padding:5px 0}.cke_dialog_ui_hbox{width:100%}.cke_dialog_ui_hbox_first,.cke_dialog_ui_hbox_child,.cke_dialog_ui_hbox_last{vertical-align:top}.cke_ltr .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_ui_hbox_child{padding-right:10px}.cke_rtl .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_ui_hbox_child{padding-left:10px}.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-right:5px}.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,.cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child{padding-left:5px;padding-right:0}.cke_hc div.cke_dialog_ui_input_text,.cke_hc div.cke_dialog_ui_input_password,.cke_hc div.cke_dialog_ui_input_textarea,.cke_hc div.cke_dialog_ui_input_select,.cke_hc div.cke_dialog_ui_input_file{border:1px solid}textarea.cke_dialog_ui_input_textarea{overflow:auto;resize:none}input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_textarea{background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:4px 6px;outline:0;width:100%;*width:95%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}input.cke_dialog_ui_input_text:hover,input.cke_dialog_ui_input_password:hover,textarea.cke_dialog_ui_input_textarea:hover{border:1px solid #aeb3b9;border-top-color:#a0a6ad}input.cke_dialog_ui_input_text:focus,input.cke_dialog_ui_input_password:focus,textarea.cke_dialog_ui_input_textarea:focus,select.cke_dialog_ui_input_select:focus{outline:0;border:1px solid #139ff7;border-top-color:#1392e9}a.cke_dialog_ui_button{display:inline-block;*display:inline;*zoom:1;padding:4px 0;margin:0;text-align:center;color:#333;vertical-align:middle;cursor:pointer;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}span.cke_dialog_ui_button{padding:0 10px}a.cke_dialog_ui_button:hover{border-color:#9e9e9e;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}a.cke_dialog_ui_button:focus,a.cke_dialog_ui_button:active{border-color:#969696;outline:0;-moz-box-shadow:0 0 6px rgba(0,0,0,.4) inset;-webkit-box-shadow:0 0 6px rgba(0,0,0,.4) inset;box-shadow:0 0 6px rgba(0,0,0,.4) inset}.cke_hc a.cke_dialog_ui_button:hover,.cke_hc a.cke_dialog_ui_button:focus,.cke_hc a.cke_dialog_ui_button:active{border:3px solid;padding-top:1px;padding-bottom:1px}.cke_hc a.cke_dialog_ui_button:hover span,.cke_hc a.cke_dialog_ui_button:focus span,.cke_hc a.cke_dialog_ui_button:active span{padding-left:10px;padding-right:10px}.cke_dialog_footer_buttons a.cke_dialog_ui_button span{color:inherit;font-size:12px;font-weight:bold;line-height:18px;padding:0 12px}a.cke_dialog_ui_button_ok{color:#fff;text-shadow:0 -1px 0 #55830c;border-color:#62a60a #62a60a #4d9200;background:#69b10b;background-image:-webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#69b10b));background-image:-webkit-linear-gradient(top,#9ad717,#69b10b);background-image:-o-linear-gradient(top,#9ad717,#69b10b);background-image:linear-gradient(to bottom,#9ad717,#69b10b);background-image:-moz-linear-gradient(top,#9ad717,#69b10b);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#69b10b')}a.cke_dialog_ui_button_ok:hover{border-color:#5b9909 #5b9909 #478500;background:#88be14;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#88be14),color-stop(100%,#5d9c0a));background:-webkit-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:-o-linear-gradient(top,#88be14 0,#5d9c0a 100%);background:linear-gradient(to bottom,#88be14 0,#5d9c0a 100%);background:-moz-linear-gradient(top,#88be14 0,#5d9c0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88be14',endColorstr='#5d9c0a',GradientType=0)}a.cke_dialog_ui_button span{text-shadow:0 1px 0 #fff}a.cke_dialog_ui_button_ok span{text-shadow:0 -1px 0 #55830c}span.cke_dialog_ui_button{cursor:pointer}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active,a.cke_dialog_ui_button_cancel:focus,a.cke_dialog_ui_button_cancel:active{border-width:2px;padding:3px 0}a.cke_dialog_ui_button_ok:focus,a.cke_dialog_ui_button_ok:active{border-color:#568c0a}a.cke_dialog_ui_button_ok:focus span,a.cke_dialog_ui_button_ok:active span,a.cke_dialog_ui_button_cancel:focus span,a.cke_dialog_ui_button_cancel:active span{padding:0 11px}.cke_dialog_footer_buttons{display:inline-table;margin:5px;width:auto;position:relative;vertical-align:middle}div.cke_dialog_ui_input_select{display:table}select.cke_dialog_ui_input_select{height:25px;line-height:25px;background-color:#fff;border:1px solid #c9cccf;border-top-color:#aeb3b9;padding:3px 3px 3px 6px;outline:0;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15) inset;box-shadow:0 1px 2px rgba(0,0,0,.15) inset}.cke_dialog_ui_input_file{width:100%;height:25px}.cke_hc .cke_dialog_ui_labeled_content input:focus,.cke_hc .cke_dialog_ui_labeled_content select:focus,.cke_hc .cke_dialog_ui_labeled_content textarea:focus{outline:1px dotted}.cke_dialog .cke_dark_background{background-color:#dedede}.cke_dialog .cke_light_background{background-color:#ebebeb}.cke_dialog .cke_centered{text-align:center}.cke_dialog a.cke_btn_reset{float:right;background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/refresh.png) top left no-repeat;width:16px;height:16px;border:1px none;font-size:1px}.cke_hidpi .cke_dialog a.cke_btn_reset{background-size:16px;background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/refresh.png)}.cke_rtl .cke_dialog a.cke_btn_reset{float:left}.cke_dialog a.cke_btn_locked,.cke_dialog a.cke_btn_unlocked{float:left;width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.cke_dialog a.cke_btn_locked .cke_icon{display:none}.cke_rtl .cke_dialog a.cke_btn_locked,.cke_rtl .cke_dialog a.cke_btn_unlocked{float:right}.cke_dialog a.cke_btn_locked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/lock.png)}.cke_dialog a.cke_btn_unlocked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/lock-open.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked,.cke_hidpi .cke_dialog a.cke_btn_locked{background-size:16px}.cke_hidpi .cke_dialog a.cke_btn_locked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/lock.png)}.cke_hidpi .cke_dialog a.cke_btn_unlocked{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/hidpi/lock-open.png)}.cke_dialog .cke_btn_over{border:outset 1px;cursor:pointer}.cke_dialog .ImagePreviewBox{border:2px ridge black;overflow:scroll;height:200px;width:300px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflow:hidden;height:160px;width:230px;margin:2px;padding:2px;opacity:.9;filter:alpha(opacity = 90);background-color:#e4e4e4}.cke_dialog .FlashPreviewBox{white-space:normal;border:2px ridge black;overflow:auto;height:160px;width:390px;padding:2px;background-color:white}.cke_dialog .cke_pastetext{width:346px;height:170px}.cke_dialog .cke_pastetext textarea{width:340px;height:170px;resize:none}.cke_dialog iframe.cke_pasteframe{width:346px;height:130px;background-color:white;border:1px solid #aeb3b9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.cke_dialog .cke_hand{cursor:pointer}.cke_disabled{color:#a0a0a0}.cke_dialog_body .cke_label{display:none}.cke_dialog_body label{display:inline;margin-bottom:auto;cursor:default}.cke_dialog_body label.cke_required{font-weight:bold}a.cke_smile{overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:middle}a.cke_specialchar{cursor:inherit;display:block;height:1.25em;padding:.2em .3em;text-align:center}a.cke_smile,a.cke_specialchar{border:1px solid transparent}a.cke_smile:hover,a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:hover,a.cke_specialchar:focus,a.cke_specialchar:active{background:#fff;outline:0}a.cke_smile:hover,a.cke_specialchar:hover{border-color:#888}a.cke_smile:focus,a.cke_smile:active,a.cke_specialchar:focus,a.cke_specialchar:active{border-color:#139ff7}.cke_dialog_contents a.colorChooser{display:block;margin-top:6px;margin-left:10px;width:80px}.cke_rtl .cke_dialog_contents a.colorChooser{margin-right:10px}.cke_dialog_ui_checkbox_input:focus,.cke_dialog_ui_radio_input:focus,.cke_btn_over{outline:1px dotted #696969}.cke_iframe_shim{display:block;position:absolute;top:0;left:0;z-index:-1;filter:alpha(opacity = 0);width:100%;height:100%}
/* module-key = 'com.riadalabs.jira.plugins.insight:ckeditor', location = 'includes/js/lib/ckeditor/skins/moono/editor_gecko.css' */
.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;position:static;-webkit-transition:none;-moz-transition:none;-ms-transition:none;transition:none}.cke_reset_all,.cke_reset_all *{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;position:static;-webkit-transition:none;-moz-transition:none;-ms-transition:none;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.3);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{-moz-border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{-moz-border-radius:2px 0 0 2px;-webkit-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_button_on{-moz-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{-moz-box-shadow:0 0 1px rgba(0,0,0,.3) inset;-webkit-box-shadow:0 0 1px rgba(0,0,0,.3) inset;box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;-webkit-box-shadow:1px 0 1px rgba(255,255,255,.5);-moz-box-shadow:1px 0 1px rgba(255,255,255,.5);box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;-webkit-box-shadow:-1px 0 1px rgba(255,255,255,.1);-moz-box-shadow:-1px 0 1px rgba(255,255,255,.1);box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}.cke_path_item,.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);-webkit-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_bottom{padding-bottom:3px}.cke_combo_text{margin-bottom:-1px;margin-top:1px}.cke_button__about_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -0px!important}.cke_button__bold_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -24px!important}.cke_button__italic_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -48px!important}.cke_button__strike_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -72px!important}.cke_button__subscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -96px!important}.cke_button__superscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -120px!important}.cke_button__underline_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -144px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -168px!important}.cke_ltr .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -192px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -216px!important}.cke_ltr .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -240px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -264px!important}.cke_ltr .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -288px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -312px!important}.cke_ltr .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -336px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -360px!important}.cke_ltr .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -384px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -408px!important}.cke_ltr .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -432px!important}.cke_button__link_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -456px!important}.cke_button__unlink_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -480px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -504px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -528px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -552px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -576px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -600px!important}.cke_ltr .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -624px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -648px!important}.cke_ltr .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -672px!important}.cke_hidpi .cke_button__about_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -0px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -144px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -192px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -240px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -288px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -336px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -384px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -480px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -528px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -576px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -624px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -672px!important;background-size:16px!important}
/* module-key = 'com.riadalabs.jira.plugins.insight:ckeditor', location = 'includes/js/lib/ckeditor/skins/moono/editor_ie.css' */
.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;position:static;-webkit-transition:none;-moz-transition:none;-ms-transition:none;transition:none}.cke_reset_all,.cke_reset_all *{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;position:static;-webkit-transition:none;-moz-transition:none;-ms-transition:none;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.3);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{-moz-border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{-moz-border-radius:2px 0 0 2px;-webkit-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_button_on{-moz-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{-moz-box-shadow:0 0 1px rgba(0,0,0,.3) inset;-webkit-box-shadow:0 0 1px rgba(0,0,0,.3) inset;box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;-webkit-box-shadow:1px 0 1px rgba(255,255,255,.5);-moz-box-shadow:1px 0 1px rgba(255,255,255,.5);box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;-webkit-box-shadow:-1px 0 1px rgba(255,255,255,.1);-moz-box-shadow:-1px 0 1px rgba(255,255,255,.1);box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}.cke_path_item,.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);-webkit-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_button__about_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -0px!important}.cke_button__bold_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -24px!important}.cke_button__italic_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -48px!important}.cke_button__strike_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -72px!important}.cke_button__subscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -96px!important}.cke_button__superscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -120px!important}.cke_button__underline_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -144px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -168px!important}.cke_ltr .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -192px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -216px!important}.cke_ltr .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -240px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -264px!important}.cke_ltr .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -288px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -312px!important}.cke_ltr .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -336px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -360px!important}.cke_ltr .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -384px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -408px!important}.cke_ltr .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -432px!important}.cke_button__link_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -456px!important}.cke_button__unlink_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -480px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -504px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -528px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -552px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -576px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -600px!important}.cke_ltr .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -624px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -648px!important}.cke_ltr .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -672px!important}.cke_hidpi .cke_button__about_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -0px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -144px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -192px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -240px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -288px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -336px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -384px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -480px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -528px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -576px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -624px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -672px!important;background-size:16px!important}
/* module-key = 'com.riadalabs.jira.plugins.insight:ckeditor', location = 'includes/js/lib/ckeditor/skins/moono/editor_ie8.css' */
.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;position:static;-webkit-transition:none;-moz-transition:none;-ms-transition:none;transition:none}.cke_reset_all,.cke_reset_all *{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;position:static;-webkit-transition:none;-moz-transition:none;-ms-transition:none;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.3);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{-moz-border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{-moz-border-radius:2px 0 0 2px;-webkit-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_button_on{-moz-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{-moz-box-shadow:0 0 1px rgba(0,0,0,.3) inset;-webkit-box-shadow:0 0 1px rgba(0,0,0,.3) inset;box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;-webkit-box-shadow:1px 0 1px rgba(255,255,255,.5);-moz-box-shadow:1px 0 1px rgba(255,255,255,.5);box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;-webkit-box-shadow:-1px 0 1px rgba(255,255,255,.1);-moz-box-shadow:-1px 0 1px rgba(255,255,255,.1);box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}.cke_path_item,.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);-webkit-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_toolbox_collapser .cke_arrow{border-width:4px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{border-width:3px}.cke_toolbox_collapser .cke_arrow{margin-top:0}.cke_button__about_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -0px!important}.cke_button__bold_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -24px!important}.cke_button__italic_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -48px!important}.cke_button__strike_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -72px!important}.cke_button__subscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -96px!important}.cke_button__superscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -120px!important}.cke_button__underline_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -144px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -168px!important}.cke_ltr .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -192px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -216px!important}.cke_ltr .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -240px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -264px!important}.cke_ltr .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -288px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -312px!important}.cke_ltr .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -336px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -360px!important}.cke_ltr .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -384px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -408px!important}.cke_ltr .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -432px!important}.cke_button__link_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -456px!important}.cke_button__unlink_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -480px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -504px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -528px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -552px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -576px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -600px!important}.cke_ltr .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -624px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -648px!important}.cke_ltr .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -672px!important}.cke_hidpi .cke_button__about_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -0px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -144px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -192px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -240px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -288px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -336px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -384px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -480px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -528px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -576px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -624px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -672px!important;background-size:16px!important}
/* module-key = 'com.riadalabs.jira.plugins.insight:ckeditor', location = 'includes/js/lib/ckeditor/skins/moono/editor_ie8.css' */
.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;position:static;-webkit-transition:none;-moz-transition:none;-ms-transition:none;transition:none}.cke_reset_all,.cke_reset_all *{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;position:static;-webkit-transition:none;-moz-transition:none;-ms-transition:none;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.3);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{-moz-border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{-moz-border-radius:2px 0 0 2px;-webkit-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_button_on{-moz-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{-moz-box-shadow:0 0 1px rgba(0,0,0,.3) inset;-webkit-box-shadow:0 0 1px rgba(0,0,0,.3) inset;box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;-webkit-box-shadow:1px 0 1px rgba(255,255,255,.5);-moz-box-shadow:1px 0 1px rgba(255,255,255,.5);box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;-webkit-box-shadow:-1px 0 1px rgba(255,255,255,.1);-moz-box-shadow:-1px 0 1px rgba(255,255,255,.1);box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}.cke_path_item,.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);-webkit-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_toolbox_collapser .cke_arrow{border-width:4px}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{border-width:3px}.cke_toolbox_collapser .cke_arrow{margin-top:0}.cke_button__about_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -0px!important}.cke_button__bold_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -24px!important}.cke_button__italic_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -48px!important}.cke_button__strike_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -72px!important}.cke_button__subscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -96px!important}.cke_button__superscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -120px!important}.cke_button__underline_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -144px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -168px!important}.cke_ltr .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -192px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -216px!important}.cke_ltr .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -240px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -264px!important}.cke_ltr .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -288px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -312px!important}.cke_ltr .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -336px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -360px!important}.cke_ltr .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -384px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -408px!important}.cke_ltr .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -432px!important}.cke_button__link_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -456px!important}.cke_button__unlink_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -480px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -504px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -528px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -552px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -576px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -600px!important}.cke_ltr .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -624px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -648px!important}.cke_ltr .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -672px!important}.cke_hidpi .cke_button__about_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -0px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -144px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -192px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -240px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -288px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -336px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -384px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -480px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -528px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -576px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -624px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -672px!important;background-size:16px!important}
/* module-key = 'com.riadalabs.jira.plugins.insight:ckeditor', location = 'includes/js/lib/ckeditor/skins/moono/editor_iequirks.css' */
.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;position:static;-webkit-transition:none;-moz-transition:none;-ms-transition:none;transition:none}.cke_reset_all,.cke_reset_all *{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;position:static;-webkit-transition:none;-moz-transition:none;-ms-transition:none;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.3);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{-moz-border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{-moz-border-radius:2px 0 0 2px;-webkit-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_button_on{-moz-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{-moz-box-shadow:0 0 1px rgba(0,0,0,.3) inset;-webkit-box-shadow:0 0 1px rgba(0,0,0,.3) inset;box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;-webkit-box-shadow:1px 0 1px rgba(255,255,255,.5);-moz-box-shadow:1px 0 1px rgba(255,255,255,.5);box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;-webkit-box-shadow:-1px 0 1px rgba(255,255,255,.1);-moz-box-shadow:-1px 0 1px rgba(255,255,255,.1);box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}.cke_path_item,.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);-webkit-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}a.cke_button_disabled,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{filter:alpha(opacity = 30)}.cke_button_disabled .cke_button_icon{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#00ffffff)}.cke_button_off:hover,.cke_button_off:focus,.cke_button_off:active{filter:alpha(opacity = 100)}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{filter:alpha(opacity = 30)}.cke_toolbox_collapser{border:1px solid #a6a6a6}.cke_toolbox_collapser .cke_arrow{margin-top:1px}.cke_hc .cke_top,.cke_hc .cke_bottom,.cke_hc .cke_combo_button,.cke_hc a.cke_combo_button:hover,.cke_hc a.cke_combo_button:focus,.cke_hc .cke_toolgroup,.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc .cke_toolbox_collapser,.cke_hc .cke_toolbox_collapser:hover,.cke_hc .cke_panel_grouptitle{filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.cke_top,.cke_contents,.cke_bottom{width:100%}.cke_button_arrow{font-size:0}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_button,.cke_rtl .cke_button *,.cke_rtl .cke_combo,.cke_rtl .cke_combo *,.cke_rtl .cke_path_item,.cke_rtl .cke_path_item *,.cke_rtl .cke_path_empty{float:none}.cke_rtl .cke_toolgroup,.cke_rtl .cke_toolbar_separator,.cke_rtl .cke_combo_button,.cke_rtl .cke_combo_button *,.cke_rtl .cke_button,.cke_rtl .cke_button_icon{display:inline-block;vertical-align:top}.cke_rtl .cke_button_icon{float:none}.cke_resizer{width:10px}.cke_source{white-space:normal}.cke_bottom{position:static}.cke_colorbox{font-size:0}.cke_button__about_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -0px!important}.cke_button__bold_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -24px!important}.cke_button__italic_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -48px!important}.cke_button__strike_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -72px!important}.cke_button__subscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -96px!important}.cke_button__superscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -120px!important}.cke_button__underline_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -144px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -168px!important}.cke_ltr .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -192px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -216px!important}.cke_ltr .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -240px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -264px!important}.cke_ltr .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -288px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -312px!important}.cke_ltr .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -336px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -360px!important}.cke_ltr .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -384px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -408px!important}.cke_ltr .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -432px!important}.cke_button__link_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -456px!important}.cke_button__unlink_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -480px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -504px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -528px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -552px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -576px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -600px!important}.cke_ltr .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -624px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -648px!important}.cke_ltr .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -672px!important}.cke_hidpi .cke_button__about_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -0px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -144px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -192px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -240px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -288px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -336px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -384px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -480px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -528px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -576px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -624px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -672px!important;background-size:16px!important}
/* module-key = 'com.riadalabs.jira.plugins.insight:ckeditor', location = 'includes/js/lib/ckeditor/skins/moono/editor.css' */
.cke_reset{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;position:static;-webkit-transition:none;-moz-transition:none;-ms-transition:none;transition:none}.cke_reset_all,.cke_reset_all *{margin:0;padding:0;border:0;background:transparent;text-decoration:none;width:auto;height:auto;vertical-align:baseline;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;position:static;-webkit-transition:none;-moz-transition:none;-ms-transition:none;transition:none;border-collapse:collapse;font:normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;color:#000;text-align:left;white-space:nowrap;cursor:auto;float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit}.cke_reset_all textarea{white-space:pre}.cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled]{cursor:default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.cke_reset_all table{table-layout:auto}.cke_chrome{display:block;border:1px solid #b6b6b6;padding:0;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_inner{display:block;-webkit-touch-callout:none;background:#fff;padding:0}.cke_float{border:0}.cke_float .cke_inner{padding-bottom:0}.cke_top,.cke_contents,.cke_bottom{display:block;overflow:hidden}.cke_top{border-bottom:1px solid #b6b6b6;padding:6px 8px 2px;white-space:normal;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_float .cke_top{border:1px solid #b6b6b6;border-bottom-color:#999}.cke_bottom{padding:6px 8px 2px;position:relative;border-top:1px solid #bfbfbf;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#cfd1cf));background-image:-moz-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-webkit-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-o-linear-gradient(top,#ebebeb,#cfd1cf);background-image:-ms-linear-gradient(top,#ebebeb,#cfd1cf);background-image:linear-gradient(top,#ebebeb,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf')}.cke_browser_ios .cke_contents{overflow-y:auto;-webkit-overflow-scrolling:touch}.cke_resizer{width:0;height:0;overflow:hidden;width:0;height:0;overflow:hidden;border-width:10px 10px 0 0;border-color:transparent #666 transparent transparent;border-style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.3);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);box-shadow:0 1px 0 rgba(255,255,255,.3)}.cke_hc .cke_resizer{font-size:15px;width:auto;height:auto;border-width:0}.cke_resizer_ltr{cursor:se-resize;float:right;margin-right:-4px}.cke_resizer_rtl{border-width:10px 0 0 10px;border-color:transparent transparent transparent #a5a5a5;border-style:dashed dashed dashed solid;cursor:sw-resize;float:left;margin-left:-4px;right:auto}.cke_wysiwyg_div{display:block;height:100%;overflow:auto;padding:0 8px;outline-style:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.cke_panel{visibility:visible;width:120px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #b6b6b6;border-bottom-color:#999;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 0 3px rgba(0,0,0,.15);-webkit-box-shadow:0 0 3px rgba(0,0,0,.15);box-shadow:0 0 3px rgba(0,0,0,.15)}.cke_menu_panel{padding:0;margin:0}.cke_combopanel{width:150px;height:170px}.cke_panel_frame{width:100%;height:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;overflow-x:hidden}.cke_panel_list{list-style-type:none;margin:3px;padding:0;white-space:nowrap}.cke_panel_listItem{margin:0;padding-bottom:1px}.cke_panel_listItem a{padding:3px 4px;display:block;border:1px solid #fff;color:inherit!important;text-decoration:none;overflow:hidden;text-overflow:ellipsis;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:first-child+html .cke_panel_listItem a{color:#000}.cke_panel_listItem.cke_selected a{border:1px solid #dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active{border-color:#dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_hc .cke_panel_listItem a{border-style:none}.cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active{border:2px solid;padding:1px 2px}.cke_panel_grouptitle{cursor:default;font-size:11px;font-weight:bold;white-space:nowrap;margin:0;padding:4px 6px;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.75);border-bottom:1px solid #b6b6b6;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-box-shadow:0 1px 0 #fff inset;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-moz-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-webkit-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-o-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:-ms-linear-gradient(top,#f5f5f5,#cfd1cf);background-image:linear-gradient(top,#f5f5f5,#cfd1cf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')}.cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre{margin-top:0;margin-bottom:0}.cke_colorblock{padding:3px;font-size:11px;font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif}.cke_colorblock,.cke_colorblock a{text-decoration:none;color:#000}span.cke_colorbox{width:10px;height:10px;border:#808080 1px solid;float:left}.cke_rtl span.cke_colorbox{float:right}a.cke_colorbox{border:#fff 1px solid;padding:2px;float:left;width:12px;height:12px}.cke_rtl a.cke_colorbox{float:right}a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox{border:#b6b6b6 1px solid;background-color:#e5e5e5}a.cke_colorauto,a.cke_colormore{border:#fff 1px solid;padding:2px;display:block;cursor:pointer}a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore{border:#b6b6b6 1px solid;background-color:#e5e5e5}.cke_toolbar{float:left}.cke_rtl .cke_toolbar{float:right}.cke_toolgroup{float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_hc .cke_toolgroup{border:0;margin-right:10px;margin-bottom:10px}.cke_rtl .cke_toolgroup{float:right;margin-left:6px;margin-right:0}a.cke_button{display:inline-block;height:18px;padding:4px 6px;outline:0;cursor:default;float:left;border:0}.cke_ltr .cke_button:last-child,.cke_rtl .cke_button:first-child{-moz-border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0}.cke_ltr .cke_button:first-child,.cke_rtl .cke_button:last-child{-moz-border-radius:2px 0 0 2px;-webkit-border-radius:2px 0 0 2px;border-radius:2px 0 0 2px}.cke_rtl .cke_button{float:right}.cke_hc .cke_button{border:1px solid black;padding:3px 5px;margin:-2px 4px 0 -2px}.cke_button_on{-moz-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.6) inset,0 1px 0 rgba(0,0,0,.2);background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active{border-width:3px;padding:1px 3px}.cke_button_disabled .cke_button_icon{opacity:.3}.cke_hc .cke_button_disabled{opacity:.5}a.cke_button_on:hover,a.cke_button_on:focus,a.cke_button_on:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active,a.cke_button_disabled:hover,a.cke_button_disabled:focus,a.cke_button_disabled:active{-moz-box-shadow:0 0 1px rgba(0,0,0,.3) inset;-webkit-box-shadow:0 0 1px rgba(0,0,0,.3) inset;box-shadow:0 0 1px rgba(0,0,0,.3) inset;background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_button_icon{cursor:inherit;background-repeat:no-repeat;margin-top:1px;width:16px;height:16px;float:left;display:inline-block}.cke_rtl .cke_button_icon{float:right}.cke_hc .cke_button_icon{display:none}.cke_button_label{display:none;padding-left:3px;margin-top:1px;line-height:17px;vertical-align:middle;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5)}.cke_rtl .cke_button_label{padding-right:3px;padding-left:0;float:right}.cke_hc .cke_button_label{padding:0;display:inline-block;font-size:12px}.cke_button_arrow{display:inline-block;margin:8px 0 0 1px;width:0;height:0;cursor:default;vertical-align:top;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_rtl .cke_button_arrow{margin-right:5px;margin-left:0}.cke_hc .cke_button_arrow{font-size:10px;margin:3px -2px 0 3px;width:auto;border:0}.cke_toolbar_separator{float:left;background-color:#c0c0c0;background-color:rgba(0,0,0,.2);margin:5px 2px 0;height:18px;width:1px;-webkit-box-shadow:1px 0 1px rgba(255,255,255,.5);-moz-box-shadow:1px 0 1px rgba(255,255,255,.5);box-shadow:1px 0 1px rgba(255,255,255,.5)}.cke_rtl .cke_toolbar_separator{float:right;-webkit-box-shadow:-1px 0 1px rgba(255,255,255,.1);-moz-box-shadow:-1px 0 1px rgba(255,255,255,.1);box-shadow:-1px 0 1px rgba(255,255,255,.1)}.cke_hc .cke_toolbar_separator{width:0;border-left:1px solid;margin:1px 5px 0 0}.cke_toolbar_break{display:block;clear:left}.cke_rtl .cke_toolbar_break{clear:right}.cke_toolbox_collapser{width:12px;height:11px;float:right;margin:11px 0 0;font-size:0;cursor:default;text-align:center;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_toolbox_collapser:hover{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc')}.cke_toolbox_collapser.cke_toolbox_collapser_min{margin:0 2px 4px}.cke_rtl .cke_toolbox_collapser{float:left}.cke_toolbox_collapser .cke_arrow{display:inline-block;height:0;width:0;font-size:0;margin-top:1px;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #474747;border-top:3px solid transparent}.cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow{margin-top:4px;border-bottom-color:transparent;border-top-color:#474747}.cke_hc .cke_toolbox_collapser .cke_arrow{font-size:8px;width:auto;border:0;margin-top:0;margin-right:2px}.cke_menubutton{display:block}.cke_menuitem span{cursor:default}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#d3d3d3;display:block}.cke_hc .cke_menubutton{padding:2px}.cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active{border:2px solid;padding:0}.cke_menubutton_inner{display:table-row}.cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow{display:table-cell}.cke_menubutton_icon{background-color:#d7d8d7;opacity:.70;filter:alpha(opacity=70);padding:4px}.cke_hc .cke_menubutton_icon{height:16px;width:0;padding:4px 0}.cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon{background-color:#d0d2d0}.cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_label{padding:0 5px;background-color:transparent;width:100%;vertical-align:middle}.cke_menubutton_disabled .cke_menubutton_label{opacity:.3;filter:alpha(opacity=30)}.cke_menubutton_on{border:1px solid #dedede;background-color:#f2f2f2;-moz-box-shadow:0 0 2px rgba(0,0,0,.1) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,.1) inset;box-shadow:0 0 2px rgba(0,0,0,.1) inset}.cke_menubutton_on .cke_menubutton_icon{padding-right:3px}.cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active{background-color:#eff0ef}.cke_panel_frame .cke_menubutton_label{display:none}.cke_menuseparator{background-color:#d3d3d3;height:1px;filter:alpha(opacity=70);opacity:.70}.cke_menuarrow{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/images/arrow.png);background-position:0 10px;background-repeat:no-repeat;padding:0 5px}.cke_rtl .cke_menuarrow{background-position:5px -13px;background-repeat:no-repeat}.cke_menuarrow span{display:none}.cke_hc .cke_menuarrow span{vertical-align:middle;display:inline}.cke_combo{display:inline-block;float:left}.cke_rtl .cke_combo{float:right}.cke_hc .cke_combo{margin-top:-2px}.cke_combo_label{display:none;float:left;line-height:26px;vertical-align:top;margin-right:5px}.cke_rtl .cke_combo_label{float:right;margin-left:5px;margin-right:0}.cke_combo_button{cursor:default;display:inline-block;float:left;margin:0 6px 5px 0;border:1px solid #a6a6a6;border-bottom-color:#979797;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;background:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));background-image:-moz-linear-gradient(top,#fff,#e4e4e4);background-image:-webkit-linear-gradient(top,#fff,#e4e4e4);background-image:-o-linear-gradient(top,#fff,#e4e4e4);background-image:-ms-linear-gradient(top,#fff,#e4e4e4);background-image:linear-gradient(top,#fff,#e4e4e4);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4')}.cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus{background:#ccc;background-image:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#ccc));background-image:-moz-linear-gradient(top,#f2f2f2,#ccc);background-image:-webkit-linear-gradient(top,#f2f2f2,#ccc);background-image:-o-linear-gradient(top,#f2f2f2,#ccc);background-image:-ms-linear-gradient(top,#f2f2f2,#ccc);background-image:linear-gradient(top,#f2f2f2,#ccc);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');outline:0}.cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button{border:1px solid #777;-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;box-shadow:0 1px 0 rgba(255,255,255,.5),0 1px 5px rgba(0,0,0,.6) inset;background:#b5b5b5;background-image:-webkit-gradient(linear,left top,left bottom,from(#aaa),to(#cacaca));background-image:-moz-linear-gradient(top,#aaa,#cacaca);background-image:-webkit-linear-gradient(top,#aaa,#cacaca);background-image:-o-linear-gradient(top,#aaa,#cacaca);background-image:-ms-linear-gradient(top,#aaa,#cacaca);background-image:linear-gradient(top,#aaa,#cacaca);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#aaaaaa',endColorstr='#cacaca')}.cke_combo_on a.cke_combo_button:hover,.cke_combo_on a.cke_combo_button:focus,.cke_combo_on a.cke_combo_button:active{-moz-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.7) inset,0 1px 0 rgba(0,0,0,.2)}.cke_rtl .cke_combo_button{float:right;margin-left:5px;margin-right:0}.cke_hc a.cke_combo_button{padding:3px}.cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active{border-width:3px;padding:1px}.cke_combo_text{line-height:26px;padding-left:10px;text-overflow:ellipsis;overflow:hidden;float:left;cursor:default;color:#474747;text-shadow:0 1px 0 rgba(255,255,255,.5);width:60px}.cke_rtl .cke_combo_text{float:right;text-align:right;padding-left:0;padding-right:10px}.cke_hc .cke_combo_text{line-height:18px;font-size:12px}.cke_combo_open{cursor:default;display:inline-block;font-size:0;height:19px;line-height:17px;margin:1px 7px 1px;width:5px}.cke_hc .cke_combo_open{height:12px}.cke_combo_arrow{cursor:default;margin:11px 0 0;float:left;height:0;width:0;font-size:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:3px solid #474747}.cke_hc .cke_combo_arrow{font-size:10px;width:auto;border:0;margin-top:3px}.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open{opacity:.3}.cke_path{float:left;margin:-2px 0 2px}.cke_path_item,.cke_path_empty{display:inline-block;float:left;padding:3px 4px;margin-right:2px;cursor:default;text-decoration:none;outline:0;border:0;color:#4c4c4c;text-shadow:0 1px 0 #fff;font-weight:bold;font-size:11px}.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty{float:right}a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active{background-color:#bfbfbf;color:#333;text-shadow:0 1px 0 rgba(255,255,255,.5);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);-webkit-box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5);box-shadow:0 0 4px rgba(0,0,0,.5) inset,0 1px 0 rgba(255,255,255,.5)}.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active{border:2px solid;padding:1px 2px}.cke_button__source_label,.cke_button__sourcedialog_label{display:inline}.cke_combo__fontsize .cke_combo_text{width:30px}.cke_combopanel__fontsize{width:120px}.cke_source{font-family:'Courier New',Monospace;font-size:small;background-color:#fff;white-space:pre}.cke_wysiwyg_frame,.cke_wysiwyg_div{background-color:#fff}.cke_chrome{visibility:inherit}.cke_voice_label{display:none}legend.cke_voice_label{display:none}.cke_button__about_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -0px!important}.cke_button__bold_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -24px!important}.cke_button__italic_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -48px!important}.cke_button__strike_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -72px!important}.cke_button__subscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -96px!important}.cke_button__superscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -120px!important}.cke_button__underline_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -144px!important}.cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -168px!important}.cke_ltr .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -192px!important}.cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -216px!important}.cke_ltr .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -240px!important}.cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -264px!important}.cke_ltr .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -288px!important}.cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -312px!important}.cke_ltr .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -336px!important}.cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -360px!important}.cke_ltr .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -384px!important}.cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -408px!important}.cke_ltr .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -432px!important}.cke_button__link_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -456px!important}.cke_button__unlink_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -480px!important}.cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -504px!important}.cke_ltr .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -528px!important}.cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -552px!important}.cke_ltr .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -576px!important}.cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -600px!important}.cke_ltr .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -624px!important}.cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -648px!important}.cke_ltr .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons.png) no-repeat 0 -672px!important}.cke_hidpi .cke_button__about_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -0px!important;background-size:16px!important}.cke_hidpi .cke_button__bold_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -24px!important;background-size:16px!important}.cke_hidpi .cke_button__italic_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -48px!important;background-size:16px!important}.cke_hidpi .cke_button__strike_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -72px!important;background-size:16px!important}.cke_hidpi .cke_button__subscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -96px!important;background-size:16px!important}.cke_hidpi .cke_button__superscript_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -120px!important;background-size:16px!important}.cke_hidpi .cke_button__underline_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -144px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -168px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -192px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -216px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -240px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -264px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -288px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -312px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -336px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -360px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -384px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -408px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -432px!important;background-size:16px!important}.cke_hidpi .cke_button__link_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -456px!important;background-size:16px!important}.cke_hidpi .cke_button__unlink_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -480px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -504px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -528px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -552px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -576px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -600px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -624px!important;background-size:16px!important}.cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -648px!important;background-size:16px!important}.cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:ckeditor/icons_hidpi.png) no-repeat 0 -672px!important;background-size:16px!important}
/* module-key = 'com.riadalabs.jira.plugins.insight:ckeditor', location = 'includes/js/lib/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css' */
.hljs{display:block;padding:.5em;background:#f0f0f0}.hljs,.hljs-subst,.hljs-tag .hljs-title,.lisp .hljs-title,.clojure .hljs-built_in,.nginx .hljs-title{color:black}.hljs-string,.hljs-title,.hljs-constant,.hljs-parent,.hljs-tag .hljs-value,.hljs-rules .hljs-value,.hljs-rules .hljs-value .hljs-number,.hljs-preprocessor,.hljs-pragma,.haml .hljs-symbol,.ruby .hljs-symbol,.ruby .hljs-symbol .hljs-string,.hljs-aggregate,.hljs-template_tag,.django .hljs-variable,.smalltalk .hljs-class,.hljs-addition,.hljs-flow,.hljs-stream,.bash .hljs-variable,.apache .hljs-tag,.apache .hljs-cbracket,.tex .hljs-command,.tex .hljs-special,.erlang_repl .hljs-function_or_atom,.asciidoc .hljs-header,.markdown .hljs-header,.coffeescript .hljs-attribute{color:#800}.smartquote,.hljs-comment,.hljs-annotation,.hljs-template_comment,.diff .hljs-header,.hljs-chunk,.asciidoc .hljs-blockquote,.markdown .hljs-blockquote{color:#888}.hljs-number,.hljs-date,.hljs-regexp,.hljs-literal,.hljs-hexcolor,.smalltalk .hljs-symbol,.smalltalk .hljs-char,.go .hljs-constant,.hljs-change,.lasso .hljs-variable,.makefile .hljs-variable,.asciidoc .hljs-bullet,.markdown .hljs-bullet,.asciidoc .hljs-link_url,.markdown .hljs-link_url{color:#080}.hljs-label,.hljs-javadoc,.ruby .hljs-string,.hljs-decorator,.hljs-filter .hljs-argument,.hljs-localvars,.hljs-array,.hljs-attr_selector,.hljs-important,.hljs-pseudo,.hljs-pi,.haml .hljs-bullet,.hljs-doctype,.hljs-deletion,.hljs-envvar,.hljs-shebang,.apache .hljs-sqbracket,.nginx .hljs-built_in,.tex .hljs-formula,.erlang_repl .hljs-reserved,.hljs-prompt,.asciidoc .hljs-link_label,.markdown .hljs-link_label,.vhdl .hljs-attribute,.clojure .hljs-attribute,.asciidoc .hljs-attribute,.lasso .hljs-attribute,.coffeescript .hljs-property,.hljs-phony{color:#88F}.hljs-keyword,.hljs-id,.hljs-title,.hljs-built_in,.hljs-aggregate,.css .hljs-tag,.hljs-javadoctag,.hljs-phpdoc,.hljs-yardoctag,.smalltalk .hljs-class,.hljs-winutils,.bash .hljs-variable,.apache .hljs-tag,.go .hljs-typename,.tex .hljs-command,.asciidoc .hljs-strong,.markdown .hljs-strong,.hljs-request,.hljs-status{font-weight:bold}.asciidoc .hljs-emphasis,.markdown .hljs-emphasis{font-style:italic}.nginx .hljs-built_in{font-weight:normal}.coffeescript .javascript,.javascript .xml,.lasso .markup,.tex .hljs-formula,.xml .javascript,.xml .vbscript,.xml .css,.xml .hljs-cdata{opacity:.5}
/* module-key = 'com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview', location = 'includes/css/rlabs-common.less' */
textarea,input,button{outline:none;-webkit-box-shadow:none;box-shadow:none}::-ms-clear{display:none}.rlabs-prevent-click{height:100%;left:0px;opacity:0.5;top:0px;position:fixed;width:100%;z-index:2500}code{overflow-x:auto}.rlabs-prevent-click{height:100%;left:0px;opacity:0.5;position:fixed;top:0px;width:100%;z-index:2500;display:none}div.rlabs-right,span.rlabs-right,button.rlabs-right{float:right}div.rlabs-left,span.rlabs-left{float:left}#rlabs *:focus{outline:none}.rlabs-hover:hover{cursor:pointer}.rlabs-small-res{display:inline-block}#rlabs a{cursor:pointer}#rlabs td,th{vertical-align:middle}#rlabs thead td,#rlabs thead th{color:#999999}span.rlabs-novalue{color:#999;font-style:italic;font-weight:normal}span.rlabs-novalue.message{font-size:13px}.rlabs-strong{font-weight:bold}.rlabs-evaluation-date{padding:0 5px}body.rlabs-insight.rlabs-printable,body.rlabs-insight.rlabs-printable{background:none repeat scroll 0% 0% #FFFFFF}.gadget .view{padding-bottom:60px}.gadget .footer{bottom:60px}.rlabs-swatch{background-color:#fff;border:1px solid rgba(0,0,0,0.2);color:#333333;cursor:pointer;display:inline-block;font-size:12px;height:14px;line-height:14px;text-align:center;width:14px}.rlabs-swatches{list-style:none;margin:0;padding:0}.rlabs-swatches .rlabs-swatch{margin:2px 2px 0 0}.rlabs-swatches .rlabs-swatch:hover{border-color:transparent;text-decoration:none}td.rlabs-break-word{word-wrap:break-word;word-break:break-all}.rlabs-spinner{background:transparent url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/wait.gif) no-repeat 0 0;height:16px;text-indent:-9999em;width:16px;display:inline-block;float:none;margin-left:10px}.rlabs-dialog-throbbler{background:transparent url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/rlabs-spinner.gif) no-repeat 0 0;height:173px;text-indent:-9999em;width:173px;display:inline-block;float:none;margin:60px 0px 0px 0px}.rlabs-waitbar{background:transparent url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/wait-bar.gif) no-repeat 0 0;height:19px;text-indent:-9999em;width:222px;display:inline-block;float:none;margin:5px 0px 0px 0px}.rlabs-dialog-throbbler-div,.rlabs-waitbar-div,.rlabs-spinner-div{margin:0px auto 0px auto;text-align:center}.rlabs-throbber{background:transparent url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/rlabs-spinner.gif) no-repeat 0 0;display:none;height:173px;position:fixed;left:50%;margin:-86px 0 0 -86px;top:50%;width:173px;z-index:9999}.aui-blanket .rlabs-wait{background:transparent url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/rlabs-spinner-alt.gif) no-repeat 50% 50%;height:100%;position:fixed;width:100%}form.aui .rlabs-error{font-weight:normal}.rlabs-error{color:#c00;font-size:12px}.rlabs-filter-error{color:#c00;font-size:14px}.rlabs-validation-error{color:#c00;font-size:12px;margin-top:5px}.rlabs-warning{clear:both;padding-top:10px}.rlabs-scope-info{clear:both;padding:10px 16px 3px 0;border-bottom:1px solid #f0f0f0}.rlabs-scroll .rlabs-scope-info{max-height:300px;overflow-y:auto}#rlabs .rlabs-insight-status-column .rlabs-insight-status,#rlabs #rlabs-graph .rlabs-insight-status-column .rlabs-insight-status{font-size:9px;margin:0 0 3px 0;min-width:85%;padding:2px}.rlabs-inline-span{color:#FFF}.rlabs-badge{background:none repeat scroll 0 0 rgba(0,0,0,0.2);border-radius:2em;color:rgba(51,51,51,0.8);display:inline-block;font-size:11px;font-weight:bold;line-height:1;margin:0px;min-width:1em;padding:3px 5px 2px;position:relative;text-align:center;text-decoration:none;text-shadow:none;text-transform:uppercase}.rlabs-badge.watch-state-on{background-color:#3B73AF;color:#FFF}.rlabs-badge.obj-ref-group{background-color:#3B73AF;color:#FFF}.rlabs-badge.obj-ref-all{background-color:#3baf6c;color:#FFF}.rlabs-badge.object-watch{margin:0px 0px 0px 4px}#rlabs-header{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px 20px 6px 20px;position:relative;border-bottom:1px solid #DDDDDD}#rlabs-header.rlabs-object{padding:13px 0px 7px 15px;border-bottom:0px}#rlabs-header h1,#rlabs-header-inner h2{color:#333333;font-size:24px;font-weight:normal;line-height:1.25;margin:0;word-wrap:break-word}#rlabs-header-inner.rlabs-insight-objecttype h2,#rlabs-graph-header{color:#333333;font-size:20px;font-weight:normal;line-height:1.25;margin:0;word-wrap:break-word}#rlabs-header-inner .rlabs-header-inner-dates{height:20px;font-size:12px;margin:0}#rlabs-header-inner .rlabs-header-inner-dates,#rlabs-header-inner.rlabs-insight-objecttype h2{padding-left:52px}.rlabs-insight-objecttype-img{position:absolute;width:48px;top:9px;left:7px}.rlabs-insight-objecttype-img img{width:48px;max-height:48px;border-radius:3px}.rlabs-insight-object-img{position:absolute;width:48px;top:9px;left:14px}.rlabs-insight-object-img img{width:48px;max-height:48px}.rlabs-upper-title{font-size:12px}#rlabs-header.rlabs-insight-avatar h1,.rlabs-header-infos,.rlabs-objecttype-header-infos{padding-left:52px}#rlabs-header.rlabs-insight-avatar .rlabs-header-infos,.rlabs-objecttype-header-infos{height:20px;font-size:12px;margin:0}.rlabs-objecttype-header-infos{position:absolute;padding-top:4px;margin-left:1px}#rlabs-header.rlabs-insight-avatar h1:before{content:"";height:48px;left:13px;position:absolute;top:5px;width:48px}#rlabs-header.rlabs-insight-default h1:before{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/insight-48x48.png) no-repeat 0 10px;height:58px;position:absolute;left:13px;top:0px}#rlabs-header.rlabs-insight-objectschema h1:before{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/insight-48x48.png) no-repeat 0 10px;height:58px;position:absolute;left:13px;top:0px}#rlabs-header .rlabs-inline-date{display:inline-block}#rlabs-header .rlabs-editable:hover:after{visibility:visible}#rlabs-header .rlabs-editable:after{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/rlabs-icon-sprite.png") no-repeat scroll 4px -397px #e6e6e6;border:1px solid #DDDDDD;content:"";position:absolute;visibility:hidden;width:20px;height:20px}#rlabs-header .field-value .rlabs-editable{margin-top:-4px}#rlabs-header .rlabs-editable{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block;line-height:1;padding:4px 23px 4px 3px;position:relative}#rlabs-header .rlabs-date-label,#rlabs-header-inner .rlabs-date-label{line-height:22px;padding:0 5px;color:#666666}#rlabs-header .rlabs-date-label.first,#rlabs-header-inner .rlabs-date-label.first{padding-left:0}.rlabs-header-infos-status-wrapper{vertical-align:text-bottom;float:right}.rlabs-avatar{width:48px;height:48px;margin:0px}.rlabs-medium-avatar{width:20px;height:20px;margin-right:2px;vertical-align:middle}.rlabs-small-avatar,.rlabs-small-res .rlabs-details-column .rlabs-medium-avatar,.rlabs-small-res .rlabs-manage-row .rlabs-medium-avatar{margin:-2px 2px 0 0;vertical-align:middle;width:16px}.rlabs-insight-noavatar{padding-bottom:16px}#rlabs-insight-status{line-height:17px;padding-left:10px}.rlabs-confluence-avatar{width:16px;height:16px;margin-right:2px;vertical-align:middle;border-radius:50%}#rlabs-modes-tools,#rlabs-modes-tools-2{float:right}.rlabs-object-quicksearch-container{width:200px}.rlabs-object-quicksearch-container.objectschema{display:inline-block;margin:0px 0px 3px 0px}.rlabs-object-quicksearch-container.object{float:right;margin:0px 5px 0px 0px}#rlabs-mode-bar,#rlabs-tools,#rlabs-mode-bar-2,#rlabs-tools-2,#rlabs-tools-moreaction-object,#rlabs-create-object,#rlabs-comment-object,#rlabs-edit-object,#rlabs-show-graph,#rlabs-view-watcher,#rlabs-create-objecttype,#rlabs-view-objecttype,#rlabs-show-reports{display:inline-block;padding-left:10px}.rlabs-button-action-list-margin{padding-left:10px}.aui-theme-default .aui-list-item.disabled a.aui-list-item-link,.aui-theme-default .aui-list-item.disabled a.aui-list-item-link:link,.aui-theme-default .aui-list-item.disabled a.aui-list-item-link:visited{background:none;color:#999;cursor:default}.aui-theme-default .rlabs-objectcontexts-header h2{color:#707070;font-size:12px;font-weight:bold;line-height:1;margin:0;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase}#rlabs-actions-list a,#rlabs-graph-actions-list a{color:#000;cursor:pointer}#rlabs-actions-list a.active,#rlabs-graph-actions-list a.active{color:#FFF}#rlabs-actions-list a.disabled,#rlabs-graph-actions-list a.disabled{color:#7F7F7F;cursor:default}#rlabs-objectschema,#rlabs-overview,#rlabs-graph,#rlabs-manage{clear:both;display:none}#rlabs-panel{position:relative}#rlabs-content-main{background:none repeat scroll 0 0 #FFFFFF}#rlabs-panel .rlabs-center-column{background:none repeat scroll 0 0 #FFFFFF;border-left:1px solid #CCCCCC;width:100%;border-bottom:1px solid #CCCCCC}#rlabs-objectschema-column-bottom{min-height:400px}.rlabs-center-panel{border:3px dashed #FFFFFF;background-color:#FFFFFF;padding:4px 10px 4px 20px}.rlabs-center-panel.filedrop{border:3px dashed #f6c342;transition:background-color .01s linear .01s}#rlabs .rlabs-browser-main{padding-top:16px}#rlabs-admin-main{background-color:#FFFFFF;padding:10px 20px;height:inherit}.rlabs-browser-footer{height:30px}#jira.rlabs-details-expanded.rlabs-small-res #rlabs-panel .rlabs-center-column{font-size:12px}.rlabs-mode-group{display:table;width:100%}#rlabs-forecast .aui-toolbar{padding-top:14px}.rlabs-overhead{font-size:12px}.rlabs-overhead-text{font-weight:bold;font-size:13px}.rlabs-overhead-empty{color:#999999;font-style:italic}.rlabs-overhead-table{padding-top:15px;margin-left:auto;margin-right:auto}.rlabs-overhead table{width:100%;font-size:12px;border-spacing:0}.rlabs-overhead tbody{border-bottom:1px solid #DDDDDD}.rlabs-overhead td{padding-top:4px}.rlabs-overhead thead td{text-align:center;padding-bottom:2px;color:#999999}.rlabs-overhead tbody td{border-top:1px solid #EEEEEE;padding-right:30px;text-align:right}.rlabs-overhead tbody tr:first-child td{border-top:1px solid #DDDDDD}.rlabs-overhead tbody tr:last-child td{border-bottom:1px solid #EEEEEE}.rlabs-of{position:relative;top:4px}.rlabs-detail-section-body form.aui .icon-required{position:static}.rlabs-main-header{margin:14px 0 5px 0;padding:0}.rlabs-main-header h2.rlabs-title,.rlabs-main-header h3.rlabs-title{display:inline;padding:0 8px 0 0;vertical-align:top;font-size:16px}.rlabs-main-config-header{background:transparent url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/rlabs-header-bg.png) repeat-x left center;margin:14px 0 5px 0;padding:0}.rlabs-main-config-header h2.rlabs-title,.rlabs-main-config-header h3.rlabs-title{display:inline;padding:0 8px 0 0;background:#fff;font-size:16px}.rlabs-icon{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/rlabs-icon-sprite.png") no-repeat 0 0;display:inline-block;height:16px;text-indent:-9999em;vertical-align:middle;width:16px}.rlabs-icon.rlabs-icon-cog{background-position:0 -124px;height:16px}.rlabs-icon.rlabs-icon-search{background-position:0 -274px;height:16px}.rlabs-icon.rlabs-icon-actions{background-position:-76px -272px;height:16px}.rlabs-icon.rlabs-icon-cogdrop{background-position:-50px -125px;width:19px}.rlabs-icon.rlabs-icon-trash{background-position:0 -100px;width:14px;height:14px}.rlabs-icon.rlabs-icon-trash:hover{background-position:-25px -100px;width:14px;height:14px}.rlabs-icon.rlabs-icon-help,.rlabs-icon-success,.rlabs-icon-warning{background-position:0 -475px;cursor:pointer}.rlabs-icon.rlabs-icon-doco{background-position:-44px -475px;cursor:pointer}.rlabs-icon.rlabs-icon-add{background-position:0 -425px;cursor:pointer}.rlabs-icon.rlabs-icon-add:hover{background-position:-25px -425px;cursor:pointer}.rlabs-icon.rlabs-icon-create{background-position:0 -147px}.rlabs-icon.rlabs-icon-refresh{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/refresh.png")}.rlabs-icon.rlabs-icon-calendar{background-position:-24px -50px;cursor:pointer}.rlabs-icon.rlabs-icon-blur{background-position:-25px -274px;width:35px}.rlabs-icon.rlabs-icon-group{background-position:-25px -175px}.rlabs-icon.rlabs-icon-private{background-position:-49px -174px;height:18px}.rlabs-icon.rlabs-icon-error{background-position:0 -75px}.rlabs-icon.rlabs-icon-small-close{background-position:-41px -222px}.rlabs-icon.rlabs-icon-close{background-position:0 -225px;cursor:pointer}.rlabs-icon.rlabs-icon-close:hover{background-position:-25px -225px}.rlabs-icon.rlabs-icon-asterix{background-position:-75px -225px}.rlabs-icon.rlabs-icon-save{background-position:0 -550px}.rlabs-icon.rlabs-icon-save:hover{background-position:-25px -550px}.rlabs-icon.rlabs-icon-left-marker{background-position:0 -525px}.rlabs-icon.rlabs-icon-right-marker{background-position:-25px -525px}.rlabs-icon.rlabs-icon-expand-marker{background-position:-50px -350px}.rlabs-icon.rlabs-icon-collapse-marker{background-position:-25px -350px}.rlabs-icon.rlabs-icon-expand{background-position:0 -25px}.rlabs-icon.rlabs-icon-collapse{background-position:-25px -25px}.rlabs-icon.rlabs-icon-effort{background-position:-45px -449px}.rlabs-icon.rlabs-icon-scope{background-position:-42px -399px}.rlabs-icon.rlabs-icon-load{background-position:-20px -450px}.rlabs-icon.rlabs-icon-warning{background-position:0 -75px}.rlabs-icon.rlabs-icon-details{background-position:-20px -475px;cursor:pointer}.rlabs-icon.icon-view-list{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQkVCRURCNjcyNkExMUUyOUVGMERGNEQ0Q0Q0MUYxNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQkVCRURCNzcyNkExMUUyOUVGMERGNEQ0Q0Q0MUYxNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZCRUJFREI0NzI2QTExRTI5RUYwREY0RDRDRDQxRjE2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZCRUJFREI1NzI2QTExRTI5RUYwREY0RDRDRDQxRjE2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+r/VsTgAAAEVJREFUeNpi/P//PwMlgImBQkCxASwgorS09DyQMiBR74Xu7m5Dil3AQEkggvRSJwxKSkrICgMgHg0DaoQB49DPTAABBgCgyx3HVRfgPQAAAABJRU5ErkJggg==')}.rlabs-icon.icon-view-detail{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQkVCRURCQTcyNkExMUUyOUVGMERGNEQ0Q0Q0MUYxNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQkVCRURCQjcyNkExMUUyOUVGMERGNEQ0Q0Q0MUYxNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZCRUJFREI4NzI2QTExRTI5RUYwREY0RDRDRDQxRjE2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZCRUJFREI5NzI2QTExRTI5RUYwREY0RDRDRDQxRjE2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+UJ5odgAAAIBJREFUeNpi/P//PwMlgAWXRGlpKVEGMBGQPwzE/3Hgw3AXAG07D6QMYLq6u7sZoUwbPIbb4PUCGmBE48MDjhEUiIyMqPIgMWgY/CdgACMTA4UA7IWSkhKUMMBiI9mxQDhwhn4YEJsO/uM1AJjyDHHIH8GTGo8S4wJbmkcjQIABAAh9LcUK3FEpAAAAAElFTkSuQmCC')}.rlabs-icon.rlabs-icon-resizer{background-position:-49px -95px}.rlabs-icon-mode-error{color:#d04437}.rlabs-icon-mode-ok{color:#14892c}.rlabs-resizer{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:col-resize;margin-left:5px;position:absolute;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAMCAYAAABIvGxUAAADHmlDQ1BJQ0MgUHJvZmlsZQAAeAGFVN9r01AU/tplnbDhizpnEQk+aJFuZFN0Q5y2a1e6zVrqNrchSJumbVyaxiTtfrAH2YtvOsV38Qc++QcM2YNve5INxhRh+KyIIkz2IrOemzRNJ1MDufe73/nuOSfn5F6g+XFa0xQvDxRVU0/FwvzE5BTf8gFeHEMr/GhNi4YWSiZHQA/Tsnnvs/MOHsZsdO5v36v+Y9WalQwR8BwgvpQ1xCLhWaBpXNR0E+DWie+dMTXCzUxzWKcECR9nOG9jgeGMjSOWZjQ1QJoJwgfFQjpLuEA4mGng8w3YzoEU5CcmqZIuizyrRVIv5WRFsgz28B9zg/JfsKiU6Zut5xCNbZoZTtF8it4fOX1wjOYA1cE/Xxi9QbidcFg246M1fkLNJK4RJr3n7nRpmO1lmpdZKRIlHCS8YlSuM2xp5gsDiZrm0+30UJKwnzS/NDNZ8+PtUJUE6zHF9fZLRvS6vdfbkZMH4zU+pynWf0D+vff1corleZLw67QejdX0W5I6Vtvb5M2mI8PEd1E/A0hCgo4cZCjgkUIMYZpjxKr4TBYZIkqk0ml0VHmyONY7KJOW7RxHeMlfDrheFvVbsrj24Pue3SXXjrwVhcW3o9hR7bWB6bqyE5obf3VhpaNu4Te55ZsbbasLCFH+iuWxSF5lyk+CUdd1NuaQU5f8dQvPMpTuJXYSWAy6rPBe+CpsCk+FF8KXv9TIzt6tEcuAcSw+q55TzcbsJdJM0utkuL+K9ULGGPmQMUNanb4kTZyKOfLaUAsnBneC6+biXC/XB567zF3h+rkIrS5yI47CF/VFfCHwvjO+Pl+3b4hhp9u+02TrozFa67vTkbqisXqUj9sn9j2OqhMZsrG+sX5WCCu0omNqSrN0TwADJW1Ol/MFk+8RhAt8iK4tiY+rYleQTysKb5kMXpcMSa9I2S6wO4/tA7ZT1l3maV9zOfMqcOkb/cPrLjdVBl4ZwNFzLhegM3XkCbB8XizrFdsfPJ63gJE722OtPW1huos+VqvbdC5bHgG7D6vVn8+q1d3n5H8LeKP8BqkjCtbCoV8yAAAACXBIWXMAAAsSAAALEgHS3X78AAABZ2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNC40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIEZpcmV3b3JrcyBDUzY8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CsO3s+UAAAAsSURBVAgdY7x69ep/BgaGRpZNmzYBaQYGxv//QQIMDExgEpnBcu3aNQoUAwChKRhfrNwRnQAAAABJRU5ErkJggg==');background-position:5px 45%;background-repeat:no-repeat;z-index:1000;height:100%}.rlabs-icon-row{cursor:default;left:7px;padding:0;position:relative}.rlabs-icon.rlabs-icon-trash{cursor:pointer}.rlabs-message{background:none repeat scroll 0% 0% #FCFCFC;border:1px solid #CCC;border-radius:5px;color:#333;margin:10px 0px 0px;padding:10px;position:relative;overflow:auto}.rlabs-message .header{font-size:16px;font-weight:bold}.rlabs-message.info{padding:10px 10px 10px 36px;background:none repeat scroll 0% 0% #F6F7F9;border-color:#8C9FB2}.rlabs-message .rlabs-icon.message{left:10px;position:absolute;top:12px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA1klEQVR42qWTUQqCQBCGfdKCuogu+qBeoot0kl7TBwU9S3QLyega9ZBh1L/wLyyDLGkLHzj/vzPM7o6eXLv9IQRH0IMnuVAL7b0y0QcVeIPPFPQasJ5KPlkbW5CDFcmpGf8MfLtATeMGEqObBCuOwJV6ZYsjxVhrsoDQEuojiLRQmLa9H5d1nEIHPYOMvrMD6hm9XgcDg2BGgYDesLTAlt596RFSep3jEp0FWnqlDtTMZ4ytZ1SuQZJLDlLtGuUGpNQ3/G7kKP/5M7nbLNnqCzxAR03J/V+HSh9XtOsatQAAAABJRU5ErkJggg==')}.rlabs-margin-top{margin-top:8px}form.aui .rlabs-additional{clear:left;margin-top:0}.rlabs-config form.aui{margin:20px 0 0}.rlabs-readonly{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;padding:4px 30px 4px 6px}.rlabs-editable{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;cursor:pointer;position:relative;padding:4px 30px 4px 6px;line-height:1}.rlabs-editable.rlabs-jql{width:600px}.rlabs-editable.rlabs-ss{width:300px}.rlabs-editable.rlabs-desc{max-width:370px}.rlabs-editable.rlabs-icon{width:130px}.rlabs-editable.rlabs-name{max-width:500px}.rlabs-editable.rlabs-objectschema-desc{width:200px}.rlabs-editable.rlabs-objecttype-icon{height:22px;padding:0px 30px 0px 6px}.rlabs-editable.rlabs-user-ss{min-width:250px}.rlabs-editable.rlabs-currency-ss{min-width:250px}.rlabs-editable.rlabs-filter-ss{min-width:300px}.rlabs-editable.rlabs-textarea-ss{width:450px}textarea.rlabs-textarea-ss{width:450px}#rlabs-insight-name-edit input{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:400px}#rlabs-insight-reserve-edit input,#rlabs-insight-tolerance-edit input,#rlabs-insight-contingency-edit input,#rlabs-insight-hours-edit input{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:right;width:60px}.field-value .rlabs-editable{margin-top:-4px}.rlabs-padded{padding-left:5px}.rlabs-editable:hover{background:none repeat scroll 0 0 #FFFFFF;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;-webkit-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;box-shadow:0 0 0 1px #CCCCCC;color:#333333}.rlabs-insight-break{font-weight:normal;padding-left:10px}.rlabs-editable:after{background:#e6e6e6 url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/rlabs-icon-sprite.png") no-repeat 4px -397px;border:1px solid #ddd;border-color:#fff #fff #ddd #ddd;content:"";height:19px;position:absolute;right:0;top:0;visibility:hidden;width:24px}.rlabs-editable:hover:after{visibility:visible}.field-group .rlabs-editable:after{background-position:4px -397px;height:19px;width:20px}.rlabs-dates .rlabs-editable{width:auto}.rlabs-dates input{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:95px}.rlabs-dates .rlabs-icon-calendar,.rlabs-inline-date .rlabs-icon.rlabs-icon-calendar{left:-20px;position:relative}#rlabs-insight-nwds-ops{line-height:24px}#rlabs-insight-nwds-count .rlabs-spinner{margin:0;position:relative;top:4px}ul.rlabs-insight-permissions span{font-weight:normal}ul.rlabs-insight-permissions span,ul.rlabs-insight-permissions strong{display:inline-block;vertical-align:middle}ul.rlabs-insight-permissions strong{padding:0 5px;color:#666666}ul.rlabs-insight-permissions .rlabs-filter-error{color:#c00;font-weight:bold}#rlabs-insight-statuses{max-width:50%}.rlabs-status-input form.aui input.button,form.aui button{margin:0}#rlabs-insight-statuses form.aui button{margin:0}.rlabs-status-input{padding-top:10px;clear:both}.rlabs-status{margin:0 10px 5px 0;float:left}.rlabs-status-label{background:none repeat scroll 0 0 #FFFFFF;border:1px solid rgba(0,0,0,0.3);-moz-border-radius:5px 5px 5px 5px;-ms-border-radius:5px 5px 5px 5px;-o-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;color:rgba(0,0,0,0.8);display:inline-block;font-size:13px;font-weight:normal;line-height:20px;max-width:100%;overflow:hidden;padding:1px 3px 1px 5px;text-overflow:ellipsis;vertical-align:middle}#rlabs-synched-jira{left:-4px;position:relative;top:-1px}#rlabs-member-synched-jira{margin-right:5px;position:relative;top:-1px}#rlabs-synched-jira-label{cursor:default}.rlabs-additional-info{color:#8C8C8C;font-size:12px;padding:15px 0}.field-value .rlabs-insight-permissions{padding:0px}#rlabs-manage td{vertical-align:top}.rlabs-chart{clear:both}.rlabs-chart-tooltip{-moz-border-radius:5px 5px 5px 5px;-ms-border-radius:5px 5px 5px 5px;-o-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;border:1px solid rgba(0,0,0,0.3);background:rgba(51,51,51,0.9);padding:5px 10px;text-align:left;display:inline-block;font-weight:normal;line-height:16px;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;color:#fff;font-size:12px}.rlabs-chart-tooltip strong{font-weight:bold;line-height:28px}.rlabs-tooltip-row{clear:both;width:200px}.rlabs-tooltip-row.rlabs-tooltip-header{font-weight:bold;padding-bottom:7px;font-size:14px}.rlabs-tooltip-section-header{border-bottom:1px solid #666  ;font-size:11px}.rlabs-tooltip-row.rlabs-tooltip-footer{padding-top:5px;padding-bottom:5px;font-weight:bold}.rlabs-tooltip-indices-row{clear:both;width:200px}.rlabs-tooltip-indices-label{float:left;width:120px}.rlabs-tooltip-workload-label{float:left;width:130px}.rlabs-simulation-tooltip-row{clear:both;width:235px}.rlabs-tooltip-label{float:left;width:105px}.rlabs-tooltip-data{text-align:right}.rlabs-selected-point{font-size:13px;font-weight:bold}.rlabs-chart-tooltip .rlabs-project{padding:0 5px 0 3px}.rlabs-chart-tooltip .rlabs-version{padding-left:5px}.rlabs-chart-tooltip .rlabs-version.rlabs-overdue{color:#EDBBB6}.rlabs-chart-tooltip .rlabs-version.rlabs-released{color:#33AD5C}#header .feedback-link{display:none}.rlabs-hidden{display:none}#rlabs-graph-sidebar-header-info .header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:290px;font-size:20px}.rlabs-actions-list .rlabs-hidden{display:none}.rlabs-printable h1.rlabs-print-only{display:block}.rlabs-print-only{display:none}.rlabs-printable-header button{float:right}.rlabs-printable-footer{background-color:#fff;border-top:2px solid #bbbbbb;font-size:10px;text-align:center;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:16px 8px;width:100%}.rlabs-graph-header{padding-top:14px;margin-bottom:20px;font-size:16px}.rlabs-graph-node-circle{fill:none;stroke-width:3px}.rlabs-graph-node-objectcount{fill:none;stroke:#704fbf;opacity:0.6}.rlabs-graph-node-expanded{font-weight:bold}.rlabs-graph-link{fill:none;stroke-width:2px;opacity:0.6}.rlabs-graph-create-reference-link{fill:none;stroke-width:3px;opacity:0.6;stroke:#704fbf}.rlabs-graph-link-reference-ot-obj{stroke-width:3px}.rlabs-graph-text{font-size:10px;text-anchor:middle}#rlabs-object-references-section img{vertical-align:middle;margin-right:5px;height:16px;width:16px}#rlabs-object-references-section a{padding:2px 0px 0px 5px}#rlabs-slider{margin:0 auto;position:relative;width:820px}.rlabs-scroll{clear:left;overflow:hidden;position:relative}.rlabs-scrollContainer{width:4250px}.rlabs-scrollContainer div.rlabs-panel{width:825px;min-height:400px}.rlabs-scrollContainer p{margin-right:10px}div.rlabs-panel .rlabs-two-col img{border:1px solid #DDDDDD;-moz-border-radius:10px 10px 10px 10px;-ms-border-radius:10px 10px 10px 10px;-o-border-radius:10px 10px 10px 10px;-webkit-border-radius:10px 10px 10px 10px;border-radius:10px 10px 10px 10px;width:350px}.rlabs-panel{padding:0 0 0 10px;float:left;position:relative}ul.rlabs-intro-feature-highlights{margin-top:30px;overflow:hidden;padding:0;width:95%}ul.rlabs-intro-feature-highlights li{display:inline;float:left;text-align:center;width:33%;-moz-border-radius:5px 5px 5px 5px;-ms-border-radius:5px 5px 5px 5px;-o-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px}ul.rlabs-intro-feature-highlights li:hover{cursor:pointer;background-color:#E6EFF8}ul.rlabs-intro-feature-highlights li img{width:170px}p.rlabs-center{display:block;font-size:18px;margin:25px 0 0;text-align:center}p.rlabs-center button.whatsnew{margin:50px 0 0 0;color:#704fbf;outline-color:transparent;outline:none;font-size:16px}.rlabs-arrow{bottom:1px;font-size:83%;padding:0 8px;position:relative}a,.rlabs-arrow{color:#326CA6;text-decoration:none}.rlabs-navigation{bottom:0;position:absolute}.rlabs-navigation .rlabs-pipe{color:#CCCCCC;padding:0 3px}.rlabs-two-col{min-height:350px;overflow:hidden;position:relative}.rlabs-two-col{margin:15px 0}.rlabs-two-col .rlabs-column{float:left;width:48%;padding-right:2%}.rlabs-two-col .rlabs-column.rlabs-last{text-align:center;width:45%}.rlabs-templates{list-style:none outside none;margin:0;overflow:auto;padding:10px;width:800px}.rlabs-template.rlabs-selected{-moz-border-radius:3px 3px 3px 3px;-ms-border-radius:3px 3px 3px 3px;-o-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;background-color:#E6EFF8;border:1px solid #CCD9EA}.rlabs-template{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-border-radius:3px 3px 3px 3px;-ms-border-radius:3px 3px 3px 3px;-o-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;border:1px solid white;cursor:pointer;float:left;height:120px;margin:0;padding:10px;vertical-align:top;width:388px;list-style:none outside none}.rlabs-templates,.rlabs-template{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.rlabs-template-meta{padding:25px 0px 0px 130px}.rlabs-template-meta.template-description{padding-top:3px}.rlabs-template-preview{float:left;height:110px;vertical-align:text-bottom;width:110px}.rlabs-template-name{font-weight:bold;margin-top:0;overflow:hidden;text-overflow:ellipsis;vertical-align:top}.rlabs-template-objecttype-name{font-weight:bold;margin-top:0;overflow:hidden;text-overflow:ellipsis;vertical-align:top}.rlabs-template-description{height:40px}#rlabs-create-field{padding-bottom:10px}#rlabs-create-field.bulkedit{padding-bottom:10px}#rlabs-create-field.topborder{padding-top:5px;margin-top:5px}.rlabs-objectschema-section{font-size:14px;padding-bottom:20px;width:48%}.rlabs-small-res .rlabs-objectschema-section{width:100%}.rlabs-objectschema-section.rlabs-left{float:left;clear:both}.rlabs-objectschema-section.rlabs-right{float:right}.rlabs-objectschema-list{width:100%;padding:5px 0px 5px 5px;line-height:28px;clear:both}.rlabs-objectschema-item{width:50%;float:left}.rlabs-objectschema-item div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rlabs-objectschema-item div.rlabs-title{float:left;font-size:13px;color:#666;width:50%}.rlabs-objectschema-item div.rlabs-value{float:right;font-weight:bold;-moz-border-radius:4px 4px 4px 4px;-ms-border-radius:4px 4px 4px 4px;-o-border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;border-radius:4px 4px 4px 4px;padding-right:3%;position:relative;width:45%}.rlabs-objectschema-item.rlabs-index-display .rlabs-title{width:65%}.rlabs-objectschema-item.rlabs-index-display .rlabs-value{width:30%}.rlabs-objectschema-item .rlabs-index-display.rlabs-variance-display .rlabs-value{width:50%}.rlabs-objectschema-sub-section{padding:15px 0 0 5px}.rlabs-objectschema-sub-section .rlabs-objectschema-table{width:98%;font-size:13px;color:#666;table-layout:fixed;margin-left:auto;margin-right:auto}.rlabs-objectschema-section .rlabs-objectschema-table td,.rlabs-objectschema-section .rlabs-objectschema-table th{overflow:hidden}.rlabs-objectschema-section .rlabs-warning{font-size:12px}#rlabs .rlabs-objectschema-table .rlabs-expired{font-size:10px;min-width:45px;float:right}.rlabs-objectschema-item div.rlabs-value.rlabs-link{font-weight:normal}.rlabs-objectschema-section .rlabs-description{padding:10px 0 10px 5px;color:#707070;font-size:12px}#rlabs .rlabs-objectschema-item{font-size:14px;min-width:60px}.rlabs-objectschema-item .user-hover{vertical-align:inherit}#rlabs-objectschema .rlabs-about-linked{cursor:pointer}#rlabs-objectschema .rlabs-about-linked:hover,.rlabs-objectschema-desc{clear:both;color:#707070;padding:20px 0 0 5px;font-size:12px}#rlabs-objectschema .rlabs-objectschema-item{cursor:pointer}.rlabs-objectschema-chart{padding-top:15px}.rlabs-value{position:relative}.rlabs-view-qrcode:hover,.rlabs-view-label:hover{cursor:pointer}.rlabs-view-qrcode{padding-left:10px}.rlabs-print-qrcode-container{padding:10px 0px 10px 0px;margin:0px auto;width:240px}.rlabs-print-qrcode{width:100%}.rlabs-print-qrcode-spinner{padding-top:80px}.rlabs-print-label-container{padding:10px 0px 10px 0px;margin:0px auto;width:240px}.rlabs-print-label{width:100%}.rlabs-print-label-spinner{padding-top:80px}.rlabs-report-button{display:inline-block;padding-left:10px}.rlabs-report-overview .rlabs-main-header{margin:5px 0 0 5px;padding:0;color:#333333}#rlabs-report-description{padding:18px}.rlabs-report-overview{padding:5px}#rlabs-report-welcome h2{margin-top:14px}.rlabs-report-list{list-style:none;margin:16px;padding:0}.rlabs-report-list-error-messages ul{margin-top:10px;list-style-position:inside;padding-left:0}.rlabs-report-list li{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;margin:0 0 32px 0;min-height:140px;padding:0 32px 0 295px;position:relative;vertical-align:top;width:50%}.rlabs-report-list li img{border:1px solid #bbbbbb;left:0;position:absolute;top:0}.rlabs-report-list .rlabs-report-thumbnail{width:280px;height:140px}.rlabs-report-section{padding-top:5px;margin-bottom:20px;overflow:auto}.rlabs-report-section-header a{color:#707070;font-size:14px}.rlabs-report-section-header a strong{color:#000000;font-weight:bold}.rlabs-report-section .rlabs-main-header h2.rlabs-title{font-size:18px}.rlabs-report-section .rlabs-main-header h3.rlabs-title{font-size:16px}#rlabs .rlabs-report-list li button{margin-top:8px}#rlabs-report-toolbar{display:inline-block;margin-left:8px;width:100%}#rlabs-report-toolbar .rlabs-icon{float:right}.rlabs-actions-list .rlabs-hidden{display:none}.rlabs-printable h1.rlabs-print-only{display:block}#rlabs-report-printable-view{background-color:white}#rlabs-report-printable-container{width:900px;margin:0 auto;padding:25px}#rlabs-report-printable-container .rlabs-browser-main{overflow:hidden}#rlabs-report-printable-container .rlabs-main-header{border-top:solid 1px;background:transparent}.rlabs-printable-header button{float:right}.rlabs-printable-footer{background-color:#fff;border-top:2px solid #bbbbbb;font-size:10px;text-align:center;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:16px 8px;width:100%}.rlabs-report-header{padding-top:4px;font-size:16px}.rlabs-report-sub-title-note{clear:both;font-size:12px}.rlabs-small-res .rlabs-report-header,.rlabs-small-res .rlabs-report-section-header a{font-size:13px}.rlabs-reports-details-avatar{background-image:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/insight-report-icons.png");background-position:50px center;border:1px solid rgba(0,0,0,0.15);-moz-border-radius:3px 3px 3px 3px;-ms-border-radius:3px 3px 3px 3px;-o-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;float:left;height:46px;width:48px;text-align:center}.rlabs-reports-details-avatar.timereport{background-position:-9px -104px}.rlabs-reports-details-avatar.projectandobjectstimereport{background-position:-68px -2px}.rlabs-reports-details-avatar.objectcount{background-position:-68px -55px}.rlabs-reports-details-avatar.issuecount{background-position:-122px -2px}.rlabs-reports-details-avatar.catalog{background-position:-122px -55px}.rlabs-reports-details-avatar.objectsperuser{background-position:-9px -157px}.rlabs-reports-details-avatar.attributepie{background-position:-9px -209px}.rlabs-reports-details-avatar.twodimensional{background-position:-122px -157px}.rlabs-details-tools{padding-right:4px;display:inline-block;margin-left:8px;float:right}.rlabs-details-summary{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;width:100%;margin-bottom:5px;font-size:12px}.rlabs-details-summary h2{font-size:18px;padding-top:4px}.rlabs-left-report-configuration{padding:5px 0px 0px 5px}form.aui input.rlabs-inline-date{width:140px;right:0px;position:relative;text-align:left}.rlabs-report-parameters .rlabs-icon-calendar{position:relative;right:24px}.rlabs-overview-graph-section{padding:20px 20px 10px 40px;width:92%}.gadget .rlabs-overview-graph-section-attributepie{max-height:750px;overflow-y:auto;margin-left:auto;margin-right:auto;max-width:800px}.rlabs-overview-graph{height:500px}#rlabs-overview-graph-section-choices{padding:10px}#rlabs tbody td.totals{background-color:#f5f5f5}.rlabs-piechart-tooltip{width:160px;left:120px;top:160px;position:absolute;text-align:center}.rlabs-piechart-tooltip-percent{font-size:45px}.rlabs-piechart-legend-container{min-width:300px;width:calc(100% -  400px);width:-moz-calc(100% -  400px);width:-webkit-calc(100% -  400px);width:-o-calc(100% -  400px);max-width:400px;left:400px;top:0px;position:absolute;overflow-y:auto;max-height:400px;margin-left:5px;padding-right:5px}.gadget .rlabs-piechart-legend-container{display:inline-block;min-width:120px;max-width:300px}.rlabs-piechart-legend-box{float:left;width:14px;height:14px;margin:1px 4px 1px 4px;opacity:0.5}#jira #rlabs .checkbox,#rlabs-insight-copy .checkbox,#jira .rlabs-checkbox-group .checkbox{margin-top:0px}#rlabs-insight-dialog button.rlabs-button,.rlabs-dialog button.rlabs-button{font-size:13px;margin:0 15px 0 0;padding-top:3px}#rlabs-insight-dialog button.rlabs-button.disabled,.rlabs-dialog button.rlabs-button.disabled{color:#999}#rlabs-insight-dialog a.button-panel-link,.rlabs-dialog .dialog-button-panel a.button-panel-cancel-link{font-size:14px}.rlabs-dialog form.aui .rlabs-button{margin:0 15px 0 0}.rlabs-dialog form.aui{margin:0px}#rlabs-insight-dialog form.aui .aui-message p.title{margin:0px}#rlabs-insight-dialog form.aui .aui-message p{margin:0.5em 0 0}#rlabs-insight-dialog .rlabs-another{font-size:13px;color:#333333;margin-right:10px}#rlabs-insight-dialog .rlabs-another.rlabs-dont-show{float:left;margin-left:17px}#rlabs-insight-dialog .rlabs-another input{margin-right:5px;padding:2px}#rlabs-insight-dialog div.aui-message{margin:10px}#rlabs-insight-dialog .radio-field-group{clear:both;display:block;padding-bottom:5px}#rlabs-insight-dialog .radio-field-group label{display:block;float:left;left:-85px;margin-right:-80px;padding-top:0;position:relative;text-align:right;width:130px}#rlabs-insight-dialog .no-control label{margin-right:-63px;left:-70px}#rlabs-insight-dialog .disabled label{color:#999}#rlabs-insight-dialog div.radio-field-group input.radio{float:left;margin:3px 2px 5px 0}#rlabs-insight-dialog .radio-field-group .rlabs-error,#rlabs-insight-dialog .radio-field-group .description{padding:3px 0 0 67px;margin:0px}#rlabs-insight-dialog span.description{color:#707070;font-size:12px}.rlabs-generated{color:#666;height:12px}#rlabs-insight-dialog #rlabs-insight-date-link,#rlabs-insight-dialog #rlabs-insight-date-link a{padding:5px 0px 0px 0px;font-weight:normal}#rlabs-insight-dialog h3.rlabs-fieldset-group,#rlabs-insight-dialog fieldset.rlabs-fieldset-group{float:left;margin:0 2%;padding-top:10px;width:45%;clear:none}#rlabs-insight-dialog h3.rlabs-fieldset-group{padding-top:20px}.aui-popup .aui-popup-content .form-footer{padding:10px;margin:0;border-top:1px solid #ddd}.rlabs-dialog-wrapper{display:table;width:100%}.rlabs-create .rlabs-dialog-form{width:500px;float:left}.rlabs-create.bulkedit .rlabs-dialog-form{width:500px;margin-left:120px;float:left}.rlabs-merge-team .rlabs-dialog-form{width:420px}.rlabs-close .rlabs-dialog-form{width:260px}.rlabs-configure .rlabs-dialog-form{width:250px}.rlabs-dialog-info{display:inline-block;padding:0 0 20px 30px;vertical-align:top;float:left;width:37%}.rlabs-configure .rlabs-dialog-info{padding:10px;width:100%}.rlabs-create .rlabs-icon-calendar,.rlabs-edit .rlabs-icon-calendar{position:relative;right:24px}.rlabs-dialog-info .rlabs-template-name h3{color:#3B73AF}.rlabs-dialog-info .rlabs-template-objecttype-name h3{color:#3B73AF;font-size:20px;padding-left:4px}.rlabs-dialog-info .rlabs-template-avatar-name h3{color:#3B73AF;font-size:16px;padding:3px 0px 5px 0px}.rlabs-dialog-info .rlabs-objecttype-icon,.rlabs-dialog-info .rlabs-template-objecttype-name{display:table-cell;vertical-align:middle}.rlabs-field-prefix{padding-top:3px;display:inline;margin-left:5px;color:#707070;font-size:12px}.rlabs-whats-new-boddy{padding:20px}h1.rlabs-insight-object-title p{font-size:12px;padding-left:5px}.rlabs-object-txt{display:table-cell;padding:0 4px}.rlabs-object-section{width:100%}.rlabs-object-section.details{padding-bottom:10px}.rlabs-center-panel-details{background-color:#FFFFFF;min-height:400px}.rlabs-details-left-view{display:table-cell;min-width:200px;padding:5px 0px 0px 0px;vertical-align:top}.rlabs-details-left-view-inner{position:relative;padding:5px 5px 20px 5px}.rlabs-details-left-view-inner-objects{overflow-y:auto}.rlabs-object-section-refresh{position:relative;bottom:0;background-color:#FFF;padding:5px;left:0px}.rlabs-details-right-view{display:table-cell;border-left:1px solid #DDDDDD;padding:0px 5px 0px 0px;vertical-align:top}.rlabs-details-nav-col{display:table-cell;vertical-align:top;width:15px;height:500px}.rlabs-object-section.rlabs-object-section-header{padding-top:10px;color:#666666;width:100%;font-family:inherit;font-size:13px;line-height:1.42857;font-weight:bold}.rlabs-object-section-header .rlabs-object-row{cursor:default}.rlabs-object-row .sortable:hover{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAMCAYAAABIvGxUAAADHmlDQ1BJQ0MgUHJvZmlsZQAAeAGFVN9r01AU/tplnbDhizpnEQk+aJFuZFN0Q5y2a1e6zVrqNrchSJumbVyaxiTtfrAH2YtvOsV38Qc++QcM2YNve5INxhRh+KyIIkz2IrOemzRNJ1MDufe73/nuOSfn5F6g+XFa0xQvDxRVU0/FwvzE5BTf8gFeHEMr/GhNi4YWSiZHQA/Tsnnvs/MOHsZsdO5v36v+Y9WalQwR8BwgvpQ1xCLhWaBpXNR0E+DWie+dMTXCzUxzWKcECR9nOG9jgeGMjSOWZjQ1QJoJwgfFQjpLuEA4mGng8w3YzoEU5CcmqZIuizyrRVIv5WRFsgz28B9zg/JfsKiU6Zut5xCNbZoZTtF8it4fOX1wjOYA1cE/Xxi9QbidcFg246M1fkLNJK4RJr3n7nRpmO1lmpdZKRIlHCS8YlSuM2xp5gsDiZrm0+30UJKwnzS/NDNZ8+PtUJUE6zHF9fZLRvS6vdfbkZMH4zU+pynWf0D+vff1corleZLw67QejdX0W5I6Vtvb5M2mI8PEd1E/A0hCgo4cZCjgkUIMYZpjxKr4TBYZIkqk0ml0VHmyONY7KJOW7RxHeMlfDrheFvVbsrj24Pue3SXXjrwVhcW3o9hR7bWB6bqyE5obf3VhpaNu4Te55ZsbbasLCFH+iuWxSF5lyk+CUdd1NuaQU5f8dQvPMpTuJXYSWAy6rPBe+CpsCk+FF8KXv9TIzt6tEcuAcSw+q55TzcbsJdJM0utkuL+K9ULGGPmQMUNanb4kTZyKOfLaUAsnBneC6+biXC/XB567zF3h+rkIrS5yI47CF/VFfCHwvjO+Pl+3b4hhp9u+02TrozFa67vTkbqisXqUj9sn9j2OqhMZsrG+sX5WCCu0omNqSrN0TwADJW1Ol/MFk+8RhAt8iK4tiY+rYleQTysKb5kMXpcMSa9I2S6wO4/tA7ZT1l3maV9zOfMqcOkb/cPrLjdVBl4ZwNFzLhegM3XkCbB8XizrFdsfPJ63gJE722OtPW1huos+VqvbdC5bHgG7D6vVn8+q1d3n5H8LeKP8BqkjCtbCoV8yAAAACXBIWXMAAAsSAAALEgHS3X78AAABZ2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNC40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIEZpcmV3b3JrcyBDUzY8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CsO3s+UAAAAsSURBVAgdY7x69ep/BgaGRpZNmzYBaQYGxv//QQIMDExgEpnBcu3aNQoUAwChKRhfrNwRnQAAAABJRU5ErkJggg==");background-position:2px 50%;background-repeat:no-repeat;background-color:#f5f5f5;cursor:pointer}.rlabs-object-row .ascending,.rlabs-object-row .descending{background-color:#f5f5f5}.rlabs-object-row .ascending span:not(.insight-label-tag){background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAAL0lEQVQYV2P4//8/AzIuLy9vAGF0cWyK/kMximJcijAU41OEopiQIrhi0t1If4UAykjoh8JG3G8AAAAASUVORK5CYII=") no-repeat scroll 100% 2px transparent;padding-right:12px}.rlabs-object-row .descending span:not(.insight-label-tag){background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAANElEQVQY02P4//8/AwyXl5c3APF/KG5AlmMYQIVokrhwAzaTMBShWI1DcQNlnkFS3IAuDgDKSOiHYDSrdgAAAABJRU5ErkJggg==") no-repeat scroll 100% 2px transparent;padding-right:12px}.rlabs-object-spacer{height:10px}.rlabs-object-row{display:table;table-layout:fixed;width:100%;position:relative;border-bottom:1px solid #ccc;background-color:#FFF;text-overflow:ellipsis}.rlabs-object-row:hover{background-color:#e6e6e6}.rlabs-object-row.details:hover{cursor:pointer}.rlabs-object-row.selected{background-color:#ebf2f9}.rlabs-object-section-header .rlabs-object-row:hover{background-color:#FFFFFF}.rlabs-object-row.rlabs-row-selected:hover{background-color:#ebf2f9}.rlabs-object-row .rlabs-object-name,.rlabs-object-row .rlabs-object-header,.rlabs-object-row .rlabs-object-header-details,.rlabs-object-row .rlabs-object-icon,.rlabs-object-row .rlabs-object-operations{display:table-cell;overflow:hidden;padding:2px 5px 0px 8px;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}.rlabs-object-row .rlabs-object-name,.rlabs-object-row .rlabs-object-header{width:100%;white-space:normal}.rlabs-object-row .rlabs-object-name img{width:16px;height:16px}.rlabs-object-row .rlabs-object-name-details{min-height:40px;padding:5px;overflow:auto}.rlabs-object-row .rlabs-object-name-details span{padding-left:5px}.rlabs-object-row .rlabs-object-name-details .rlabs-object-avatar{display:inline-block;float:left;margin:3px 5px 0px 0px}.rlabs-object-row .rlabs-object-name-details .rlabs-object-avatar.iconimg{width:48px;text-align:center}.rlabs-object-row .rlabs-object-header-details{width:100%}.rlabs-object-row .rlabs-object-header{vertical-align:middle}.rlabs-object-row .rlabs-object-icon{width:5%;vertical-align:middle}.rlabs-object-row img{margin-top:auto;margin-bottom:auto;vertical-align:text-bottom}.rlabs-object-operations{padding:0;width:40px}.rlabs-overview-avatar{-webkit-box-shadow:0px 0px 2px 2px #ccc;-moz-box-shadow:0px 0px 2px 2px #ccc;box-shadow:0px 0px 2px 2px #ccc;display:inline-block;padding:0;margin:0}.rlabs-overview-avatar img{max-width:288px;width:100%;margin-bottom:-5px}.rlabs-object-permissions .rlabs-group{left:-8px;position:relative;text-indent:25px;top:0}.rlabs-small-res .rlabs-object-permissions .rlabs-group{font-size:10px}.rlabs-object-permissions .rlabs-group:before{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/rlabs-shared.png") no-repeat scroll 0 0 transparent;content:"";height:16px;left:4px;position:absolute;top:-2px;width:20px}.rlabs-small-res .rlabs-object-permissions .rlabs-group:before{top:-3px}.rlabs-object-permissions a{padding-left:20px;font-size:12px}.rlabs-object-permissions .rlabs-private{left:-2px;position:relative;width:15px}#rlabs .rlabs-object-permissions .aui-button.aui-button-link.rlabs-share-link{padding:0 0 0 20px;font-size:12px;height:16px;margin:0}.rlabs-small-res #rlabs .rlabs-object-permissions .aui-button.aui-button-link.rlabs-share-link,.rlabs-small-res .rlabs-object-permissions .rlabs-group-list,.rlabs-small-res .rlabs-object-permissions a{font-size:11px}.rlabs-object-overview-buttons{background-color:#FFF;padding:10px 10px 0px 10px}#rlabs-insight-object-avatar-progress{padding-top:5px;position:relative}#rlabs-avatar-image img{max-height:288px}#rlabs-dialog-avatar-container{padding-top:10px;margin-top:10px;border-top:1px solid #ccc;position:relative}.rlabs-object-attachments .rlabs-attachment-table{margin-top:5px;table-layout:fixed;width:100%;border-collapse:collapse}.rlabs-object-attachments .rlabs-attachment-table tr:first-child{margin:0px;height:36px}.rlabs-object-attachments .rlabs-attachment-table td{margin:0px;height:22px}.rlabs-object-attachments .rlabs-attachment-table td.rlabs-attachment-comment-expand{width:10px}.rlabs-object-attachments .rlabs-attachment-table td.rlabs-attachment-comment-expand .rlabs-icon{cursor:pointer;height:12px;width:12px}.rlabs-object-attachments .rlabs-attachment-table td.rlabs-attachment-comment-expand .rlabs-icon-collapse-marker{margin-left:-3px;background-position-x:-27px}.rlabs-object-attachments .rlabs-attachment-table td.rlabs-attachment-filename-column{text-align:left}.rlabs-object-attachments .rlabs-attachment-table td.rlabs-attachment-size-column{width:25%;padding-right:5px}.rlabs-object-attachments .rlabs-attachment-table td.rlabs-attachment-created-column{width:25%}.rlabs-object-attachments .rlabs-attachment-table .rlabs-attachment-comment-row td{text-align:left;white-space:normal}.rlabs-object-attachments .rlabs-attachment-table td.rlabs-actions{width:16px}.rlabs-object-attachments .rlabs-attachment-table tr:hover{background-color:#e6e6e6}.rlabs-attachment-table td.rlabs-date{text-align:center}.rlabs-attachment-table td.rlabs-center{text-align:center}.rlabs-attachment-table td.rlabs-number{text-align:right}.rlabs-attachment-table td.rlabs-string{text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#rlabs-attachment-actions{float:right}.rlabs-box-empty{max-width:500px;border-radius:3px 5px 5px;border:1px solid #999;box-sizing:border-box;background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/insight-72x72.png") no-repeat scroll right #fff;padding:30px 120px 30px 20px;width:auto;margin:10px auto;background-position-x:410px}.rlabs-box-empty.large{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/insight-120x120.png") no-repeat scroll right bottom #fff}.rlabs-box-empty.import{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/imports/import-100.png") no-repeat scroll right bottom #fff;background-position-x:390px;background-position-y:10px}.rlabs-box-empty.automation{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/automation/insight-automation-100.png") no-repeat scroll right bottom #fff;background-position-x:390px;background-position-y:10px}.rlabs-box-empty.labeltemplates{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/labeltemplates/insight-labeltemplates-100.png") no-repeat scroll right bottom #fff;background-position-x:385px;background-position-y:10px}.rlabs-box-empty.processresult{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/processresult/insight-processresult-100.png") no-repeat scroll right bottom #fff;background-position-x:385px;background-position-y:10px;padding:45px}.rlabs-box-empty.files{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/files/icon_file_upload-100.png") no-repeat scroll right bottom #fff;background-position-x:385px;background-position-y:10px;padding:30px}.rlabs-panel-box-empty{border-radius:3px 5px 5px;border:1px solid #999;box-sizing:border-box;background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/insight-72x72.png") no-repeat scroll right #fff;padding:30px 120px 30px 20px}#rlabs-header.manage{height:64px}#rlabs-header.manage h1{padding-top:6px}.rlabs-manage-txt{padding-right:4px}.rlabs-manage-section{width:100%}.rlabs-manage-section.rlabs-manage-section-header{border-bottom:1px solid #DDDDDD;padding-top:14px;color:#999999;width:100%}.rlabs-manage-section-header .rlabs-manage-row{cursor:default}.rlabs-manage-spacer{height:10px}.rlabs-insight-row{display:table;table-layout:fixed;width:100%;position:relative}.rlabs-insight-row .rlabs-insight-name,.rlabs-insight-row .rlabs-insight-value{display:table-cell;overflow:hidden;padding:2px 5px;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}.rlabs-insight-row .rlabs-insight-name{width:50%}.rlabs-insight-row .rlabs-insight-value{width:50%}.rlabs-manage-row{display:table;table-layout:fixed;width:100%;position:relative;height:26px}.rlabs-manage-row:hover{background-color:#e6e6e6}.rlabs-manage-section.rlabs-manage-section-header .rlabs-manage-row:hover{background-color:#FFFFFF}.rlabs-manage-row.rlabs-row-selected:hover{background-color:#ebf2f9}.rlabs-manage-row.rlabs-insight-status .rlabs-insight-name a{white-space:normal}#rlabs .rlabs-manage-row .rlabs-insight-status{font-size:9px;padding:3px 2px;width:98%}.rlabs-small-res #rlabs .rlabs-manage-row .rlabs-insight-status{font-size:8px}.rlabs-manage-row .rlabs-insight-name,.rlabs-manage-row .rlabs-insight-status,.rlabs-manage-row .rlabs-insight-date,.rlabs-manage-row .rlabs-insight-count,.rlabs-manage-row .rlabs-objectcontexts,.rlabs-manage-row .rlabs-insight-key,.rlabs-manage-row .rlabs-insight-owner,.rlabs-manage-row .rlabs-insight-operations,.rlabs-insight-permissions{display:table-cell;overflow:hidden;padding:2px 5px 0;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}.rlabs-manage-row .rlabs-insight-name{width:28%}.rlabs-manage-row .rlabs-insight-key{width:13%}.rlabs-manage-row .rlabs-insight-status{width:65px}.rlabs-manage-row .rlabs-insight-date{width:10%}.rlabs-manage-row .rlabs-insight-count{width:10%;text-align:center}.rlabs-manage-row .rlabs-insight-permissions{width:19%}.rlabs-objectcontexts{white-space:normal;width:10%}.rlabs-insight-operations{padding:0;width:70px}.rlabs-insight-permissions .rlabs-group{left:-8px;position:relative;text-indent:25px;top:0}.rlabs-small-res .rlabs-insight-permissions .rlabs-group{font-size:10px}.rlabs-insight-permissions .rlabs-group:before{background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/rlabs-shared.png") no-repeat scroll 0 0 transparent;content:"";height:16px;left:4px;position:absolute;top:-2px;width:20px}.rlabs-small-res .rlabs-insight-permissions .rlabs-group:before{top:-3px}.rlabs-shares{width:100px}.rlabs-insight-permissions a{padding-left:20px;font-size:12px}.rlabs-insight-permissions .rlabs-private{left:-2px;position:relative;width:15px}#rlabs .rlabs-insight-permissions .aui-button.aui-button-link.rlabs-share-link{padding:0 0 0 20px;font-size:12px;height:16px;margin:0}.rlabs-small-res #rlabs .rlabs-insight-permissions .aui-button.aui-button-link.rlabs-share-link,.rlabs-small-res .rlabs-insight-permissions .rlabs-group-list,.rlabs-small-res .rlabs-insight-permissions a{font-size:11px}.rlabs-group-list{font-size:12px;padding-bottom:3px}.rlabs-share-group{color:#666666}.rlabs-shares strong{padding-right:7px}.rlabs-permission-group{padding-right:5px}.rlabs-small-res .rlabs-permission-group{display:none}.rlabs-share-value{color:#000000}#rlabs-header .rlabs-name,#rlabs-header-inner .rlabs-name{padding:0px 30px 0px 5px}.rlabs-objectcontexts .rlabs-icon-small-close{cursor:pointer}#rlabs .aui-button.aui-dropdown2-trigger.rlabs-actions{float:right;height:26px;padding:1px 0 0 10px;width:40px}#rlabs .aui-button.aui-dropdown2-trigger.rlabs-actions:after,#rlabs .aui-button.aui-dropdown2-trigger.rlabs-details-tools:after{top:-9999px}#rlabs .aui-button.aui-dropdown2-trigger.rlabs-details-tools{padding-right:10px !important}.rlabs-details-header{padding-left:65px}.rlabs-detail-section h3{font-size:14px;font-weight:normal;margin-bottom:8px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEQ5RDgxQzc2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEQ5RDgxQzg2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RDlEODFDNTZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RDlEODFDNjZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvXFWFAAAAAYSURBVHjaYvj//z8D0/Pnz/8zgFgAAQYAS5UJscReGMIAAAAASUVORK5CYII=") repeat-x scroll 0 10px transparent}.rlabs-details-column .rlabs-details-view .rlabs-details-body{overflow:auto}.rlabs-detail-section{margin:10px 0 30px;padding-right:16px}.rlabs-detail-definition-empty,form.aui span.rlabs-detail-definition-empty{color:#999;font-style:italic;font-weight:normal;font-size:13px}.rlabs-manage-links{display:inline;padding:10px}.rlabs-objectcontexts-group{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;height:inherit;padding-top:32px}.rlabs-objectcontexts-header{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;padding-left:20px;position:absolute;top:0;width:100%}.rlabs-objectcontexts-header h2{padding-top:12px}.rlabs-objectcontexts-header .rlabs-actions{float:right;font-size:12px;line-height:1;margin-top:-1px;padding:12px 10px 0 0}.rlabs-objectcontext .rlabs-actions .rlabs-divider{color:#AAAAAA;display:inline-block;margin:0 2px 0 4px}#rlabs .rlabs-objectcontexts-header .rlabs-actions button{font-size:12px;line-height:1 !important;margin:0;padding:0;vertical-align:text-bottom}.rlabs-objectcontext{color:#707070;cursor:pointer;overflow:hidden;position:relative;border:2px dashed transparent}.rlabs-objectcontext:hover{background-color:#E6E6E6}.rlabs-objectcontext.rlabs-selected{background-color:#ebf2f9;border-top:1px solid #CCD9EA;border-bottom:1px solid #CCD9EA}.rlabs-objectcontext>.rlabs-inner{padding:8px 8px 8px 17px;border:1px solid #E9E9E9}.rlabs-objectcontext.rlabs-selected .rlabs-inner{border-width:0;padding:10px 9px 10px 18px}.rlabs-objectcontext .rlabs-header{margin-right:5px}.rlabs-objectcontext .rlabs-header .rlabs-name{font-size:14px;font-weight:normal;line-height:1.2106;margin:0;padding-right:22px;word-wrap:break-word}.rlabs-small-res .rlabs-objectcontext .rlabs-header .rlabs-name{font-size:12px}.rlabs-objectcontext .rlabs-expander{cursor:pointer;height:20px;left:0;position:absolute;top:4px;width:19px}.rlabs-objectcontext.rlabs-open .rlabs-icon.rlabs-icon-expander{background-position:-23px 0;cursor:pointer}.rlabs-objectcontext.rlabs-close .rlabs-icon.rlabs-icon-expander{background-position:3px 0px;cursor:pointer}.rlabs-objectcontext.rlabs-close .rlabs-objectcontext-info{display:none}.rlabs-objectcontext.rlabs-open .rlabs-objectcontext-info{padding-top:10px;display:block}.rlabs-objectcontext .rlabs-description{margin:0 0 10px;word-wrap:break-word}.rlabs-objectcontext .aui-item{color:#333333;text-align:right;vertical-align:baseline}.rlabs-objectcontext .rlabs-label{padding-right:10px;color:#333333}.rlabs-objectcontext .aui-group>.aui-item+.aui-item{color:#333333;text-align:left}.rlabs-objectcontext.rlabs-candidate.rlabs-drop-hover{background-color:#F3F9F4;border:2px dashed #14892C}.rlabs-objectcontext.rlabs-candidate{background-color:#FFFFFF;border:2px dashed #BBBBBB}.rlabs-objectcontext .rlabs-objectcontext-info,.rlabs-objectcontext .rlabs-objectcontext-info .aui-button-link{font-size:12px}.rlabs-objectcontext .aui-list{display:none}.rlabs-objectcontext .rlabs-header .rlabs-swatch:after,.rlabs-objectcontext .rlabs-header .active.rlabs-swatch:after{border:4px solid #808080;border-bottom:none;border-left-color:transparent;border-right-color:transparent;content:"";height:0;left:3px;position:absolute;top:5px;width:0}.rlabs-objectcontext .rlabs-header .rlabs-swatch{display:inline-block;position:absolute;right:19px;top:10px}.rlabs-palette{padding:0.3em 0.5em}th.rlabs-insight-name-column{padding-left:4px}#rlabs-objectcontext-summary-table th{width:14%}#rlabs-objectcontext-summary-table th.rlabs-insight-name-column{width:32%}#rlabs-objectcontext-summary-table th.rlabs-insight-status-column{width:12%}#rlabs-objectcontext-summary-table .rlabs-insight-status{padding-left:0px}#rlabs-objectcontext-health-table th{width:15%}#rlabs-objectcontext-health-table th.rlabs-insight-name-column{width:40%}#rlabs-objectcontext-financial-table th{width:16%}#rlabs-objectcontext-financial-table th.rlabs-insight-name-column{width:36%}.rlabs-small-res #rlabs-objectcontext-summary-table th{width:15%}.rlabs-small-res #rlabs-objectcontext-summary-table th.rlabs-insight-name-column{width:28%}.rlabs-small-res #rlabs-objectcontext-summary-table th.rlabs-insight-expired-column{width:12%}.rlabs-center-column,.rlabs-left-column,.rlabs-details-column{display:table-cell;vertical-align:top}#rlabs-budget-column,#rlabs-team-column,#rlabs-actual-column,#rlabs-manage-column,rlabs-objectschema-column{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rlabs-details-column{background-color:#FFFFFF;border-left:1px solid #AAAAAA;padding:16px 0 16px 16px;width:32%}.rlabs-left-column{width:275px;border-bottom:1px solid #CCC}.rlabs-small-res .rlabs-details-column{width:38%}.rlabs-small-res .rlabs-left-column{width:210px;border-bottom:1px solid #CCC}.rlabs-left-column.overview{background:none repeat scroll 0 0 #F5F5F5}.rlabs-row-selected{background-color:#ebf2f9}.rlabs-selectable-row{cursor:default}.rlabs-selectable-row.rlabs-row-selected:hover{background-color:#ebf2f9}.rlabs-selectable-row:hover{background-color:#e6e6e6}tr.rlabs-selectable-row td:first-child{border-left:3px solid #FFFFFF;padding-left:3px}tr.rlabs-selectable-row.rlabs-expense-warning td:first-child{border-color:#FBB917}.toolbar-split.toolbar-split-right.rlabs-browser-action{padding-right:20px}.rlabs-icon.rlabs-icon-browser{background-color:#FFFFFF;background-repeat:no-repeat;cursor:pointer;left:-3px;position:relative;top:-3px;width:25px}.rlabs-browser-actions{height:24px;padding-top:16px}a.rlabs-browser-link{background-color:#fff;font-size:11px;padding-right:10px}.rlabs-details-actions{height:16px}#rlabs .rlabs-browser-actions .aui-button,#rlabs .rlabs-browser-actions .aui-button:visited,#rlabs .rlabs-details-actions .aui-button,#rlabs .rlabs-details-actions .aui-button:visited{height:26px;font-size:12px}#rlabs-member-actions,#rlabs-team-actions,#rlabs-budget-actions,#rlabs-actual-actions,#rlabs-worked-hours-actions,#rlabs-wages-actions,#rlabs-forecast-simulate,#rlabs .rlabs-browser-group-actions{float:right}#rlabs-budget-actions,#rlabs-team-actions{padding-right:20px}.rlabs-icon-button{left:-6px;position:relative;top:-1px;width:18px}.rlabs-footer{padding-top:50px}.rlabs-separator{padding:0 5px}tr.project-config-no-entires{font-style:italic}.rlabs-objecttype-attribute-row-inherit{background-color:red}#rlabs-objecttype-attributes-info{padding-top:10px}#rlabs-objecttype-attributes-table{font-size:13px}#rlabs-objecttype-attributes-table thead th{white-space:nowrap;color:#666666;font-weight:bold}#rlabs-objecttype-attributes-table tbody td{padding:4px 10px}#rlabs-objecttype-attributes-table tbody td.rlabs-objecttype-attribute-id{width:10px;min-width:70px}#rlabs-objecttype-attributes-table tbody td.rlabs-objecttype-attribute-name{width:25%}#rlabs-objecttype-attributes-table tbody td.rlabs-objecttype-attribute-description{width:25%}#rlabs-objecttype-attributes-table tbody td.rlabs-objecttype-attribute-type{width:12%}#rlabs-objecttype-attributes-table tbody td.rlabs-objecttype-attribute-typevalue{width:15%}#rlabs-objecttype-attributes-table tbody td.rlabs-objecttype-attribute-addtype{width:10%}.rlabs-attribute-configure-help{margin-left:20px}.rlabs-attribute-configure-tabs{margin:10px 0px 0px}.rlabs-attribute-configure-option-list>ul{display:inline-block;list-style:outside none none;margin:0;padding:0;position:relative;vertical-align:top;width:250px}.rlabs-attribute-configure-option-list>ul li::after{clear:both}.rlabs-attribute-configure-option-list>ul li::before,.rlabs-attribute-configure-option-list>ul li::after{content:" ";display:table}.rlabs-attribute-configure-option-list>ul li:first-child{border-top:1px solid #ccc}.rlabs-attribute-configure-option-list>ul li{border-bottom:1px solid #ccc;padding:4px 26px 4px 23px;position:relative;background-color:#fff}.rlabs-attribute-configure-option-list>ul{list-style:outside none none}.rlabs-attribute-configure-option-list>ul li .rlabs-attribute-configure-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-left:20px}.rlabs-attribute-configure-option-list>ul li .icon-draghandle{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHUlEQVR42mP4//8/w7lzp/+DaDBjxYolEA6IgGEAKtIbrpy+hhsAAAAASUVORK5CYII=");bottom:4px;cursor:move;left:5px;position:absolute;top:4px;width:8px}.rlabs-attribute-configure-option-list>ul li .rlabs-attribute-configure-options-delete{float:right;margin:2px -21px 0 5px;cursor:pointer}.rlabs-objecttype-attribute td:hover .aui-restfultable-editable{opacity:1}.rlabs-objecttype-attribute .aui-restfultable-operations .rlabs-config-operations-list{display:none}.rlabs-objecttype-attribute .aui-restfultable-operations .rlabs-config-operations-trigger{display:none;padding:2px}.aui-restfultable-allowhover tr:hover .aui-restfultable-operations .rlabs-config-operations-trigger,.rlabs-objecttype-attribute.aui-restfultable-active .aui-restfultable-operations .rlabs-config-operations-trigger{display:inline-block}#rlabs-objectschema-column-top{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;padding:10px 11px 14px 11px;height:65px;font-size:12px;margin:0;background-color:#f5f5f5;border-bottom:1px solid #bbb;min-width:900px}.js-edit-objectschema-name{width:300px;font-size:12px}.js-edit-objectschema-desc{width:500px;font-size:12px}.js-edit-objecttype-desc{width:500px;font-size:12px}.js-edit-objecttype-name{width:300px;font-size:12px}.rlabs-simpleheader-2{padding:10px 10px 0px 10px;color:#444}.rlabs-jstree-empty{padding-left:5px}.rlabs-checkbox{outline-width:0px;height:24px;width:24px;cursor:pointer;display:inline-block;vertical-align:middle;margin:0px}.rlabs-config-ul-list{display:block;margin:10px 0px 0px;list-style:none outside none;padding:0px;word-wrap:break-word}.rlabs-config-ul-list-label{background-repeat:no-repeat;padding-left:20px}.rlabs-config-role-users{width:30%}.rlabs-config-role-groups{width:30%}.rlabs-config-references-color{width:15%}.rlabs-config-info-main{width:900px;padding:10px 10px 20px 10px}.rlabs-config-info-main.general-conf{width:500px}.rlabs-config-info-main .rlabs-insight-row .rlabs-insight-name{width:25%}.rlabs-config-info-main .rlabs-insight-row .rlabs-insight-value{width:75%}.rlabs-config-info-main .rlabs-insight-row .rlabs-insight-value.no-inline-edit{padding-left:12px}.rlabs-config-info-main .rlabs-insight-row .rlabs-error{padding-left:12px}.rlabs-config-info-main.global .rlabs-insight-row .rlabs-insight-name{width:50%}.rlabs-config-info-main.global .rlabs-insight-row .rlabs-insight-value{width:40%}.rlabs-config-info-main.global .rlabs-insight-row .rlabs-insight-info{width:10%}.rlabs-insight-name--small{width:50px !important}.rlabs-config-into-main-info{width:5%;font-weight:bold;float:right;text-align:right;padding:3px 0px}#rlabs-config-people-table{font-size:13px}#rlabs-config-people-table thead th{white-space:nowrap;color:#666666;font-weight:bold}#rlabs-config-people-table tbody td{padding:4px 10px}#rlabs-config-people-table tbody td.admin-config-role-name{width:25%}#rlabs-config-people-table tbody td.admin-config-role-users{width:30%}#rlabs-config-people-table tbody td.admin-config-role-groups{width:30%}#rlabs-config-references-table{font-size:13px}#rlabs-config-references-table thead th{white-space:nowrap;color:#666666;font-weight:bold}#rlabs-config-references-table tbody td{padding:4px 10px}#rlabs-config-references-table tbody td.rlabs-config-references-name{width:30%}#rlabs-config-references-table tbody td.rlabs-config-references-description{width:40%}#rlabs-config-references-table tbody td.rlabs-config-references-color{width:15%}#rlabs-config-references-table tbody td.rlabs-config-references-objectschemaid{width:0%;display:none}#rlabs-config-statuses-table{font-size:13px}#rlabs-config-statuses-table thead th{white-space:nowrap;color:#666666;font-weight:bold}#rlabs-config-statuses-table tbody td{padding:4px 10px}#rlabs-config-statuses-table tbody td.rlabs-config-statuses-id{width:3%}#rlabs-config-statuses-table tbody td.rlabs-config-statuses-name{width:38%}#rlabs-config-statuses-table tbody td.rlabs-config-statuses-description{width:45%}#rlabs-config-statuses-table tbody td.rlabs-config-statuses-category{width:15%}#rlabs-config-statuses-table tbody td.rlabs-config-statuses-objectschemaid{width:0%;display:none}#rlabs-config-ldap-main{width:700px;padding:10px}#rlabs-config-ldap-main input{width:400px}#rlabs-ldap-attribute-table{font-size:13px}#rlabs-ldap-attribute-table thead th{white-space:nowrap;color:#666666;font-weight:bold}#rlabs-ldap-attribute-table tbody td{padding:4px 10px}#rlabs-ldap-attribute-table tbody td.rlabs-config-ldap-attribute-ldap{width:25%}#rlabs-ldap-attribute-table tbody td.rlabs-config-ldap-attribute-insight{width:25%}#rlabs-ldap-attribute-table tbody td.rlabs-config-ldap-attribute-description{width:25%}#rlabs-ldap-attribute-table tbody td.rlabs-config-ldap-attribute-regex{width:25%}#rlabs-ldap-attribute-table tbody td.rlabs-config-ldap-attribute-ldapconfid{width:0%;display:none}#rlabs-config-externalcsv-main{width:700px;padding:10px}#rlabs-config-externalcsv-main input{width:400px}#rlabs-externalcsv-attribute-table{font-size:13px}#rlabs-externalcsv-attribute-table thead th{white-space:nowrap;color:#666666;font-weight:bold}#rlabs-externalcsv-attribute-table tbody td{padding:4px 10px}#rlabs-externalcsv-attribute-table tbody td.rlabs-config-externalcsv-attribute-externalcsv{width:25%}#rlabs-externalcsv-attribute-table tbody td.rlabs-config-externalcsv-attribute-insight{width:25%}#rlabs-externalcsv-attribute-table tbody td.rlabs-config-externalcsv-attribute-description{width:25%}#rlabs-externalcsv-attribute-table tbody td.rlabs-config-externalcsv-attribute-regex{width:25%}#rlabs-externalcsv-attribute-table tbody td.rlabs-config-externalcsv-attribute-externalcsvconfid{width:0%;display:none}.rlabs-color-selector{position:relative;width:36px;height:36px;background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/../../../download/resources/com.riadalabs.jira.plugins.insight:colorpicker/colorpickerimages/select_new.png)}.rlabs-color-selector div{position:absolute;top:3px;left:3px;width:30px;height:30px;background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/../../../download/resources/com.riadalabs.jira.plugins.insight:colorpicker/colorpickerimages/select_new.png) center}#rlabs-config-upload{margin:20px auto;background:#eee;border-radius:10px;padding:5px 15px 15px 15px;width:700px}#rlabs-config-upload-form{width:100%}#rlabs-config-upload-form table td{vertical-align:middle}#rlabs-config-upload-progress-section{padding-top:15px;position:relative;display:none}#rlabs-config-upload-progress{position:relative;width:100%;border:1px solid #ddd;border-radius:3px;background-color:#FFF;float:left}#rlabs-config-upload-bar{background-color:#B4F5B4;width:0%;height:20px;border-radius:3px}#rlabs-config-upload-percent{position:absolute;display:inline-block;top:1px;left:48%}#rlabs-config-upload-message-ok{position:absolute;right:0px;background:transparent url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/ok.png) no-repeat 0 0;height:24px;width:24px;z-index:1}#rlabs-config-upload-message-error{color:red}#rlabs-config-upload-form-name-error,#rlabs-config-upload-form-key-error{color:red;font-size:11px}.rlabs-config-panel{padding:0px 20px 20px 20px;position:relative}#rlabs-config-panel-icons input.submit{margin-left:20px;font-size:12px}#rlabs-config-panel-icons input.file{font-size:12px;margin-left:10px}#rlabs-graph{display:table;width:100%}#rlabs-graph-dialog,#rlabs-customfields-objectpicker-graph,#rlabs-objectpicker-graph{margin:-20px}#rlabs-graph-content{max-height:600px}#rlabs-graph-container{position:relative;width:100%}#rlabs-graph-innercontainer{width:960px}#rlabs-graph-content-canvaswidget{background-color:#ffffff}#rlabs-graph-content{height:600px;overflow:hidden}#rlabs-graph-sidebar{width:360px;height:600px;float:right}#rlabs-graph-sidebar-navigator{width:40px;height:600px;float:right;background-color:#f5f5f5;border-left:1px solid #cccccc;border-right:1px solid #cccccc}#rlabs-objectschema-left-column-controller{padding-left:12px;padding-right:12px;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;display:table-cell;vertical-align:top;background-color:#F5F5F5}#rlabs-objectschema-left-column-controller.expanded{padding-left:8px;padding-right:8px}.rlabs-left-column-action{margin-top:15px;margin-bottom:15px}.rlabs-graph-sidebar-nav-item{box-sizing:border-box;margin:0 0 10px;min-height:40px;padding:0;text-align:center;width:100%}.rlabs-graph-sidebar-nav-item a{box-sizing:border-box;display:block;padding:10px 0;width:100%}.rlabs-graph-sidebar-icon{color:#707070}#rlabs-graph-sidebar-header{display:flex;background-color:#f5f5f5;border-bottom:1px solid #cccccc;padding:10px 11px 4px;box-sizing:border-box;font-size:12px;margin:0;position:relative;overflow:hidden}#rlabs-graph-sidebar-header-info{padding-left:10px}#rlabs-graph-sidebar-header-info p{margin:0;line-height:100%}#rlabs-graph-sidebar-img{position:absolute;top:9px;width:48px}#rlabs-graph-sidebar-info,#rlabs-graph-sidebar-configure{padding:10px 11px 14px;height:490px;overflow-y:auto;word-wrap:break-word}.rlabs-graph-sidebar-left-column{display:table-cell;width:35%;vertical-align:top;padding-top:5px}.rlabs-graph-sidebar-left-column--wider{width:40%}.rlabs-graph-sidebar-right-column{display:table-cell;padding:6px 0px 0px 6px}.rlabs-graph-sidebar-attributes-container{padding-left:6px}.rlabs-graph-sidebar-attribute{display:table;margin-top:1px;position:relative;table-layout:fixed;width:100%}#rlabs-graph-sidebar-info-goto{padding:10px 10px}.rlabs-graph-object-link{float:right}.rlabs-graph-info-header{background:#ffffff none repeat scroll 0 0;display:inline;padding:0 8px 0 0;font-size:16px}.tip{color:#111;width:139px;background-color:white;border:1px solid #ccc;-moz-box-shadow:#555 2px 2px 8px;-webkit-box-shadow:#555 2px 2px 8px;-o-box-shadow:#555 2px 2px 8px;box-shadow:#555 2px 2px 8px;font-size:10px;font-family:inherit;padding:7px}.rlabs-pagination{text-align:right;width:200px}.rlabs-pagination a,.rlabs-pagination strong{vertical-align:bottom;padding-left:5px}.rlabs-refresh-table{height:16px;width:16px;display:inline-block;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAMFBMVEX///9wcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHAAAAAAAACVER+kAAAADXRSTlMAETNEVWZ3iJmqu8zuvnd8xQAAAGFJREFUeNpjYEAHzAyFZ3bXCR9gYGJgjvwR7QkSW3WDgUGFASgi/JKB4Q6IoSCVAFHeboSk16QSKAUELJUpEMaf/H8ghhIDQ+F5BhYGhuprLzyKGBgZGCS28qVef4lhOQMA3iUVc38oZiwAAAAASUVORK5CYII=") no-repeat scroll 0 0 transparent;text-indent:-9999px;overflow:hidden;margin-left:5px;position:relative;top:2px}.rlabs-objecttype-quicksearch{padding:2px 2px 2px 5px;position:relative;min-width:250px}.rlabs-objecttype-quicksearch .aui-iconfont-add:before{color:#666}.rlabs-objecttype-quicksearch .rlabs-tree-operations{color:#000;float:right;padding:8px 5px 0px 0px}.rlabs-objecttype-quicksearch input{-moz-appearance:textfield;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAb0lEQVR42p2RMQ7AIAhFWXsG1h7Gtffo6urqyJGpwyetomnwJ38BH/wgfZSaS7PABbVOqkqm3Fzx6IQTatlDb5PJi21YBy1iuNgjJIgzFXqyCcXj1Z1DXNGTiw01aP252DCCgH7Fk41h8KaAGMDxADnaOPucd/m3AAAAAElFTkSuQmCC") no-repeat scroll 7px 6px #f5f5f5;background-position:right 10px center;background-color:#ffffff;border:1px solid #CCC;border-radius:4px;-moz-box-sizing:border-box;color:#333;font-family:inherit;font-size:inherit;line-height:1.71429;margin:4px 0px;vertical-align:baseline;width:70%;padding:2px 0px 2px 15px}.rlabs-objecttype-quicksearch input.objectpicker{width:250px}#rlabs-object-reindex-info-container{display:inline-block;width:200px;height:20px;vertical-align:middle;color:#333;padding-right:10px}#rlabs-insight-reindex-info{z-index:1}.rlabs-insight-reindex-info-text{position:absolute;left:25%;z-index:2;mix-blend-mode:difference}#rlabs-object-reindex-info-container .aui-progress-indicator-value{height:20px}.rlabs-objecttype-treeview{padding-top:5px;min-height:200px;height:100%;padding-bottom:20px}.rlabs-object-filter-search-button{display:inline-block}#rlabs-object-advancedsearch{display:inline}.rlabs-object-advanced-search-switcher{position:relative;margin-left:8px}#rlabs-object-advancedsearch-box{display:inline}#rlabs-object-advanced-search-box{position:relative;display:inline-block;width:60%}#rlabs-object-advanced-search-switcher-filter{display:inline-block;margin-left:8px}#rlabs-advanced-search-input{padding-left:26px;width:75%;height:22px;font-family:inherit;font-size:14px;padding-right:24px;border-radius:3px;border:1px solid #ccc}.rlabs-object-advanced-search{display:inline-block}.rlabs-switcher-item{font-size:13px;font-family:inherit;display:inline}.rlabs-iql-advanced-search-validation-icon{display:inline-block;position:absolute;left:7px;top:7px}.rlabs-object-advanced-search-button{display:inline-block;margin-left:-12px}.rlabs-iql-advanced-search-help{position:relative;top:-2px;left:-20px}#rlabs-object-filter-panel{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;padding:8px 8px;font-size:12px;margin:0;background-color:#f5f5f5;border-bottom:1px solid #bbb;min-width:900px;overflow:auto}#rlabs-object-filter .rlabs-object-filter-container-item{float:left;position:relative;margin-right:5px}#rlabs-object-filter .rlabs-object-filter-container-item.iql{width:65%}#rlabs-object-filter .search-toggle{overflow:hidden;display:table-cell;vertical-align:top;line-height:30px;white-space:nowrap;padding:0 8px}.rlabs-actions-object-attr{padding:10px;width:360px}.rlabs-actions-object-attr input.text{-moz-appearance:textfield;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAb0lEQVR42p2RMQ7AIAhFWXsG1h7Gtffo6urqyJGpwyetomnwJ38BH/wgfZSaS7PABbVOqkqm3Fzx6IQTatlDb5PJi21YBy1iuNgjJIgzFXqyCcXj1Z1DXNGTiw01aP252DCCgH7Fk41h8KaAGMDxADnaOPucd/m3AAAAAElFTkSuQmCC") no-repeat scroll 7px 6px #f5f5f5;background-position:right 10px center;background-color:#ffffff;border-radius:4px;border:1px solid #CCC;box-shadow:0 7px 2px -7px #bbb inset;-moz-box-sizing:border-box;color:#333;font-family:inherit;font-size:inherit;height:1.71429em;line-height:1.71429;margin:8px 0px;padding-left:10px;vertical-align:baseline;width:100%}.rlabs-actions-object-attr input.date{-moz-appearance:textfield;background-position:right 10px center;background-color:#ffffff;border-radius:2em;border:1px solid #CCC;box-shadow:0 7px 2px -7px #bbb inset;-moz-box-sizing:border-box;color:#333;font-family:inherit;font-size:inherit;height:1.71429em;line-height:1.71429;margin:8px 8px 8px 0px;padding-left:10px;vertical-align:baseline}.rlabs-actions-object-attr .field-group{padding:5px 0px}.rlabs-actions-object-attr select{color:#333;font-family:inherit;font-size:inherit;height:1.71429em;line-height:1.71429;margin:8px 0px;vertical-align:baseline;width:100px}.rlabs-actions-object-attr a.rlabs-object-acton-filter-cancel{color:#666666;display:inline;padding:0px 0px 0px 5px;background:#ffffff}.view-selector{width:70px;display:table-cell;float:right}.hidden{display:none !important}.view-selector .drop-arrow:after{border-width:4px;border-style:solid;border-right:4px solid transparent;border-color:#111 transparent transparent;-moz-border-top-colors:none;-moz-border-right-colors:none;-moz-border-bottom-colors:none;-moz-border-left-colors:none;border-image:none;content:"";height:0px;position:absolute;right:8px;top:13px;width:0px}.rlabs-main-overview-section{font-size:14px;padding-bottom:20px}.rlabs-overview-section{overflow:auto}.rlabs-main-overview-section.rlabs-left{width:68%;float:left;clear:both}.rlabs-main-overview-section.rlabs-right{width:30%;float:right}#rlabs-object-jiraissues-section,#rlabs-object-jiraissues-section-footer{padding:5px;font-size:13px}.rlabs-object-jiraissue-content{-moz-box-sizing:border-box;word-wrap:normal}.rlabs-object-jiraissue-content li{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;position:relative}.rlabs-object-jiraissue-content img{vertical-align:middle}.rlabs-object-jiraissue-content li>p{-moz-box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:table-cell}.rlabs-object-jiraissue-content ul{list-style:none outside none;margin:0px;padding:0px;float:right;white-space:nowrap}.rlabs-object-jiraissue-content:hover{background-color:#f5f5f5}.rlabs-object-jiraissue-content span{padding-left:5px}.rlabs-object-jiraissue-content span.link-summary{text-overflow:ellipsis}.rlabs-overview-list-section{padding:5px 10% 5px 10px;overflow:auto}.rlabs-overview-list-section-avatar{float:right}.rlabs-jira-overview-item{display:flex;margin-top:4px}.rlabs-jira-overview-item div.rlabs-jira-title{font-size:13px;color:#666}.rlabs-jira-overview-item div.rlabs-jira-value{font-size:13px;padding-right:1px;padding-bottom:1px;word-wrap:break-word}.rlabs-overview-item{overflow:auto;display:block;padding-top:7px}.rlabs-overview-item.report{width:50%;float:left}.rlabs-overview-item>div{overflow:hidden}.rlabs-overview-item div.rlabs-title{float:left;font-size:13px;color:#666;width:35%}.rlabs-overview-item div.rlabs-title--objectoverview{max-width:500px;margin-right:10px}.rlabs-overview-item div.rlabs-value{float:right;font-size:13px;padding-right:1%;padding-bottom:1px;position:relative;width:60%;word-wrap:break-word}.rlabs-overview-item div.rlabs-value--objectoverview{float:none}.rlabs-overview-item div.rlabs-value-tempo{font-size:13px;padding-right:1%;padding-bottom:1px;position:relative;width:60%;word-wrap:break-word}.rlabs-overview-item div.rlabs-value.right{text-align:right}div.rlabs-value-container{padding:0px 8px 0px 0px;display:inline-block}div.rlabs-value-normal .aui-lozenge.yellow{background-color:#ffffff;border-color:#ffe9a8;color:#594300}div.rlabs-value-label{margin:0px 5px 2px 0px;display:inline-block;background:none repeat scroll 0% 0% #F5F5F5;border:1px solid #CCC;border-radius:3px;word-wrap:break-word;padding:0px 4px}div.rlabs-value-label.error{background:none repeat scroll 0% 0% #D04437;color:#FFF;padding:2px 6px 2px 6px}div.rlabs-value-label.error a{color:#FFF;margin-left:4px;line-height:20px}div.rlabs-value-label.error span::before{color:#FFF;content:"ï…¯";font-family:inherit;font-size:15px;font-style:normal;font-weight:normal;line-height:16px;vertical-align:middle}.rlabs-show-more-attribute-values{margin-top:5px}.rlabs-overview-section .rlabs-warning{font-size:12px}.rlabs-overview-table{min-width:55px}.rlabs-overview-item div.rlabs-value.rlabs-link{font-weight:normal}.rlabs-overview-section .rlabs-description{padding:10px 0 10px 5px;color:#707070;font-size:12px}#rlabs .rlabs-overview-item,#rlabs-insight-dialog .rlabs-overview-item{font-size:14px;min-width:60px;max-width:800px}.rlabs-overview-item .user-hover{vertical-align:inherit}#rlabs-overview .rlabs-about-linked{cursor:pointer}#rlabs-overview .rlabs-about-linked:hover,.rlabs-overview-desc{clear:both;color:#707070;padding:20px 0 0 5px;font-size:12px}.rlabs-activity-tabs{font-size:13px;position:relative}#rlabs-object-sort{float:right}#rlabs-sort-container{position:absolute;right:0px;z-index:1}.rlabs-groovy-tab{display:flex;align-items:center;border-bottom:1px solid lightgray}.rlabs-comment-textarea{display:inline;min-width:none;width:98%;overflow:hidden;height:210px;border:1px solid #CCC;border-radius:3.01px;box-shadow:0px 1px 3px #CCC inset;-moz-box-sizing:border-box;margin:0px;vertical-align:baseline;padding:4px;line-height:1.42857;font-size:inherit;font-family:inherit}.rlabs-action-comment-links{display:none}#rlabs .aui-button.toggle-title{padding:0;margin:0px 5px 0px 0px;width:14px;height:14px;border:0;vertical-align:middle}#rlabs .toggle-title{display:inline-block;cursor:pointer}#rlabs .toggle-title.collapsed{transform:rotate(-90deg)}#rlabs-config-customfield-main{background-color:#FFFFFF;padding:10px 20px;width:800px}#rlabs-config-customfield-main input{font-size:13px}.rlabs-config-customfield-main-row{clear:both;padding:5px 5px 0px 5px;display:table-row}.rlabs-config-customfield-main-name{width:30%;float:left;padding:3px}.rlabs-config-customfield-main-value{width:30%;font-weight:bold;float:left;padding:3px}.rlabs-config-customfield-main-add-value{width:30%;float:left;padding:3px}.rlabs-config-customfield-main-and-add-value{width:60%;font-weight:bold;float:left;padding:3px}.rlabs-config-customfield-info{width:5%;font-weight:bold;float:right;text-align:right;padding:3px 0px}#rlabs-config-customfield-main .tabs-pane{margin-bottom:30px}.rlabs-dialog-objecttypes{display:table-cell;padding:0px 20px 0px 0px;width:20%}#rlabs-jstree-container{height:350px;overflow:auto;border-top:1px solid #CCC;padding-top:5px}.rlabs-dialog-objects{display:table-cell;padding:0px 0px 0px 20px;vertical-align:top;border-left:1px solid #ccc;width:78%}#rlabs-objectpicker-table-objects{height:390px;overflow:auto;margin-bottom:5px}#rlabs-object-container td.fixeddates{white-space:nowrap;padding-left:7px;text-align:right}#rlabs-object-container th{padding-left:5px}#rlabs-object-container th.fixed.right{text-align:right;padding-right:3px}.rlabs-dialog-filter .rlabs-template-name h3{color:#3B73AF}table.rlabs-table{width:100%;border-collapse:collapse}table.rlabs-table tr{text-align:left}table.rlabs-table th{font-weight:bold;text-align:left;padding:3px 0px}table.rlabs-table td{text-align:left;border-bottom:1px solid #ccc;height:36px}table.rlabs-table td.no-border{border:0px}table.rlabs-table tr.last td{border-bottom:0px solid #fff}table th.rlabs-object-attribute-expand,table td.rlabs-object-attribute-expand{width:20px}.rlabs-object-picker-row-name{cursor:pointer;width:80%}.rlabs-dialog-object-row span.rlabs-selected{display:none}.rlabs-dialog-object-row span.rlabs-selected.selected{display:inline}.rlabs-dialog-object-row-name img{vertical-align:middle;margin-bottom:2px}.rlabs-object-picker-operations>div{float:right;margin-right:20px}.rlabs-object-action-showgraph,.rlabs-object-action-showattachments,.rlabs-object-action-showopenissues,.rlabs-object-action-showattributes{margin-right:10px}.rlabs-object-action-showgraph:hover,.rlabs-object-action-showattachments:hover,.rlabs-object-action-showopenissues:hover,.rlabs-object-action-showattributes{cursor:pointer}.rlabs-dialog-object-button-check{width:30px}.rlabs-dialog-object-row.rlabs-no-separator{background-color:#ebf2f9}.rlabs-dialog-object-row:hover{background-color:#ebf2f9}.rlabs-dialog-object-row.rlabs-no-separator td{border-bottom:0px}.rlabs-object-attribute-row{background-color:#f5f5f5}.rlabs-object-attribute-row .rlabs-object-avatar{margin:0;display:inline-block}.aui-button.rlabs-button-dropdown:after{border:4px solid transparent;content:"";height:0px;left:100%;margin-left:-18px;margin-top:-2px;opacity:0.8;position:absolute;top:50%;width:0px;border-top-color:#333}.aui-button.rlabs-button-dropdown{padding-right:23px !important;position:relative}.aui-button.rlabs-button-filter-dropdown:after{border:4px solid transparent;content:"";height:0px;right:28px;margin-left:-18px;margin-top:-2px;opacity:0.8;position:absolute;top:50%;width:0px;border-top-color:#333}.aui-button.rlabs-button-filter-dropdown{padding-right:43px !important;position:relative}#rlabs .aui-iconfont-remove{color:#CCC}#rlabs .aui-iconfont-devtools-tag,#rlabs .aui-iconfont-devtools-tag-small,#rlabs-details .aui-iconfont-devtools-tag-small{margin-left:4px}#rlabs .aui-iconfont-remove:hover{color:#000}.rlabs-button-filter-dropdown-remove{position:absolute;right:4px;top:5px;z-index:10;color:#00000}#rlabs-actions-object-searcher ul.aui-list-section li:hover{background-color:#e6e6e6;cursor:pointer}#rlabs-actions-object-searcher ul.aui-list-section label:hover{cursor:pointer}#rlabs-insight-panel .rlabs-table td.rlabs-customfield-name{text-overflow:ellipsis;color:#707070;width:150px}.ui-progressbar{position:relative}.rlabs-progress{padding:5px}.rlabs-progress-label{top:4px;font-weight:bold;text-shadow:1px 1px 0 #fff}.rlabs-panel-section{padding:3px 60px 3px 10px;border:1px solid #3572B0;-moz-border-radius:3px 3px 3px 3px;-ms-border-radius:3px 3px 3px 3px;-o-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;margin:10px 0px;background:url("/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/5.7.4/_/download/resources/com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview/images/insight-72x72.png") no-repeat scroll right top transparent}.rlabs-columns-button-floating{float:right;top:-17px}.rlabs-search-columns{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAb0lEQVR42p2RMQ7AIAhFWXsG1h7Gtffo6urqyJGpwyetomnwJ38BH/wgfZSaS7PABbVOqkqm3Fzx6IQTatlDb5PJi21YBy1iuNgjJIgzFXqyCcXj1Z1DXNGTiw01aP252DCCgH7Fk41h8KaAGMDxADnaOPucd/m3AAAAAElFTkSuQmCC") no-repeat scroll right 10px center #fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-moz-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;border:1px solid #CCC;box-sizing:border-box;font-family:inherit;font-size:inherit;height:30px;line-height:1.71429;vertical-align:baseline;padding:2px 28px 2px 15px;margin-left:auto;margin-right:auto;margin-top:10px;width:95%}.rlabs-search-columns-no-image{background:#FFF}.rlabs-search-label-disabled{color:grey}.rlabs-search-label{display:block;padding:6px 0px}.rlabs-search-label img{vertical-align:middle;margin-bottom:2px;height:16px;width:16px;margin-left:4px}.rlabs-label-trim{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rlabs-search-label:hover{background-color:#ebf2f9}.rlabs-search-label-disabled:hover{background-color:white}.rlabs-columns-checkbox-div{max-height:350px;overflow-y:scroll}.rlabs-search-label.rlabs-columns-checkbox-search-label{width:190px;max-width:190px;display:inline-block;text-overflow:ellipsis}.rlabs-search-label-attr-name{margin-left:3px;display:inline-block;vertical-align:top;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:165px}#rlabs-columns-update{margin:5px 5px 5px 0px}.dialog-button-panel{border-top:1px solid #ccc;padding-right:15px;text-align:right}.rlabs-italic-bold{font-style:italic;font-weight:bold}.rlabs-italic{font-style:italic}.rlabs-separator{background:#ccc;border-bottom:1px solid #ccc}.rlabs-filter-title{display:inline-block;max-width:120px;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;margin-left:3px}.rlabs-filters-option{padding-left:7px}.rlabs-filter-search-area{display:block;height:120px;width:250px;margin-left:auto;margin-right:auto}.rlabs-dummy-content{height:200px}.rlabs-fetch-text{bottom:5px;left:5px;position:absolute}#rlabs-insight-checkbox-content{max-height:250px;overflow-y:scroll;overflow-x:hidden}#rlabs-insight-search{margin-left:-10px;width:109%}.rlabs-bulk-edit-checkbox{left:-170px;white-space:nowrap;text-align:left !important}.rlabs-bulkedit-confirm-table td{padding:5px}.rlabs-bulkedit-confirm-table{width:100%;table-layout:fixed}.rlabs-bulkedit-confirm-table td,.rlabs-bulkedit-confirm-table th{text-overflow:ellipsis;overflow:hidden;text-align:left;padding:5px;font-weight:normal;vertical-align:top}.rlabs-bulkedit-confirm-table th{background-color:#d1f0fb}.rlabs-bulkedit-confirm-table .no-value{background-color:#DFDFDF}.rlabs-bulkedit-confirm-table .ok-value{background-color:#8EB021;color:#FFF}.rlabs-bulkedit-confirm-table .error-value{background-color:#D04437;color:#FFF}.rlabs-overview-inner-section{padding-left:5px;font-size:13px}.rlabs-object-jiraissues-footer{margin-top:10px;text-align:right}.rlabs-object-jiraissues-footer-allissues{padding-left:5px}.rlabs-object-jiraissues-footer .rlabs-right{text-align:right}.rlabs-object-jiraissues-data,#rlabs-attribute-options-ctx{padding-top:5px}.rlabs-object-jiraissues-customfield-error{background-color:#d04437;clear:both;color:#fff;font-weight:normal;margin:0;padding:5px;display:block}.rlabs-object-jiraissues-customfield-info{background-color:#f6c342;clear:both;color:#fff;font-weight:normal;margin:0;padding:5px;display:block}#rlabs-object-advanded-search-no-conversion{color:#3b73af;opacity:.5}#rlabs-insight-include-objects{margin-top:8px}.rlabs-icon-small-margin-right{margin-right:3px}.rlabs-import-action-button-div{display:flex;justify-content:flex-end;align-items:flex-end;margin-top:5px;width:100%}.rlabs-select2-picker-avatar{margin:4px 4px 0 0}.rlabs-file-holder{border:1px dashed #cccccc;border-radius:0px;padding:15px 0px 10px 0px;transition:background-color .01s linear .01s;min-height:40px;text-align:center;color:lightgrey;margin-bottom:10px}.rlabs-file-holder.filedrop{border:1px dashed #f6c342;color:#f6c342}.rlabs-file-holder .description{font-size:11px}.rlabs-file-drop-text{font-size:14px}.rlabs-object-type-icon{display:table-cell;padding:2px 5px 0px 5px;width:15px;text-align:center}.rlabs-div-table{display:table;width:100%}.rlabs-div-table-main-row{display:table;table-layout:fixed;width:100%;position:relative;border-bottom:1px solid #ccc;background-color:#FFF;text-overflow:ellipsis}.rlabs-div-table-heading{display:table-header-group;table-layout:fixed;width:100%;position:relative;border-bottom:1px solid #ccc;background-color:#FFF;text-overflow:ellipsis;font-weight:bold}.rlabs-div-table-row{display:table-row}.rlabs-div-table-cell,.rlabs-div-table-head{display:table-cell;padding:3px 10px}.rlabs-div-table-body{display:table-row-group}.rlabs-div-table-footer{display:table-footer-group;font-weight:bold}.rlabs-progress-result-container{margin-top:25px}.rlabs-progress-result-container .subject{margin:0px 0px 10px 10px}.rlabs-progress-result-pagination{float:right;margin-top:-10px}.rlabs-inherited-icon-large,.rlabs-abstract-icon-large{position:absolute;bottom:4px;font-family:inherit;font-weight:bold;background-color:white;border:1px solid black;border-radius:4px}.rlabs-inherited-icon-large{right:4px;padding:0px 3px 0px 3px}.rlabs-abstract-icon-large{left:4px;padding:0px 2px 0px 2px}.rlabs-object-header-icon{vertical-align:middle}.rlabs-import-object-type-result-header{padding:10px;background-color:#EEE;margin-bottom:5px}.rlabs-import-object-type-result{display:flex;align-content:flex-start;justify-content:flex-start;flex-wrap:wrap}.rlabs-import-object-type-result-container{padding:8px;-moz-border-radius:3px 3px 3px 3px;-ms-border-radius:3px 3px 3px 3px;-o-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;border:1px solid #CCD9EA;margin:3px}.rlabs-import-object-type-result-body{padding-bottom:6px}.rlabs-import-object-type-result-body .footer{background-color:#F1F1F1}.rlabs-import-result-cell-caption{margin-left:10px}.rlabs-import-result-cell-value{font-weight:bold;padding-left:10px}.rlabs-import-progress-result-container{margin-top:14px}.rlabs-import-progress-result-common{margin-bottom:15px}.rlabs-import-result-dialog{margin-left:-10px}.rlabs-progress-import-result-dialog-table{padding-bottom:6px;margin-bottom:18px;border-bottom:thin solid #cccccc;display:inline-block;margin-top:15px}.rlabs-inherited-icon{margin-left:15px}.aui-ss.disabled:before{position:absolute;width:100%;height:100%;content:"";z-index:9;cursor:not-allowed}.rlabs-create-button-abstract{display:inline-block}.rlabs-disabled-button-abstract{pointer-events:none}table.aui thead tr th.rlabs-files{display:table-cell;overflow:hidden;padding:3px 2px;text-overflow:ellipsis;vertical-align:top;white-space:nowrap;font-weight:normal}table.aui thead tr th.rlabs-files.rlabs-files-data-table-name{min-width:33%}table.aui thead tr th.rlabs-files.rlabs-files-data-table-description{min-width:0%}table.aui thead tr th.rlabs-files.rlabs-files-data-table-description{min-width:60px}table.aui thead tr th.rlabs-files.rlabs-files-data-table-uploaded-by{width:250px}table.aui thead tr th.rlabs-files.rlabs-files-data-table-file-size{max-width:120px}table.aui thead tr th.rlabs-files.rlabs-files-data-table-created{max-width:120px}table.aui thead tr th.rlabs-files.rlabs-files-data-table-mime-type{max-width:120px}table.aui tbody tr td.rlabs-files{display:table-cell;padding:4px 2px;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}table.aui tbody tr td.rlabs-files.rlabs-files-status-icons{text-align:center}.rlabs-space-right{margin-right:5px}.rlabs-file-upload-area{margin:10px;margin-left:20px;border:1px solid #DDD;border-radius:5px;padding:10px;padding-bottom:20px;background-color:#EEE}#rlabs-file-upload-btn{width:100px;display:block;margin-top:15px;margin-left:5px}.rlabs-file-upload-file-input{width:280px}.rlabs-file-upload-name-input{width:137px;border:none transparent;margin-left:5px;font-size:small}#rlabs-insight-progress-warning .aui-progress-indicator-value{height:20px}.rlabs-upm-list{list-style:none;margin:16px;padding:0}.rlabs-upm-list li{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;margin:5px;padding:5px;position:relative;vertical-align:top;width:100%;border:1px solid #EEE}.rlabs-upm-list li img{width:250px}.rlabs-upm-list td{padding:5px}.rlabs-data-locator-lozenge{text-transform:none}.rlabs-upm-list-container .rlabs-thumbnail{width:300px;height:72px}.rlabs-upm-list-container table td{vertical-align:top}
/* module-key = 'com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview', location = 'includes/css/rlabs-move-objects.less' */
.rlabs-select-move-flex-container{display:flex;justify-content:space-between;align-items:center;margin-top:5px}.rlabs-attributeType-choice-err{text-align:center;font-size:12px;color:red;margin-right:15px}#rlabs-objectType-table,#rlabs-attributeType-table,#rlabs-move-reason-table,#rlabs-inbound-reference-table{width:660px;text-align:left}#rlabs-inbound-references-cannot-keep-table{text-align:left;width:540px}.rlabs-table-left-column-header{width:265px;max-width:265px;text-align:left}.rlabs-table-middle-column-header{width:100px;max-width:100px;text-align:center}.rlabs-table-left-column-header--4columns{width:330px;max-width:330px}.rlabs-table-error-column-header{width:50px}.rlabs-table-right-column-header{width:90px;max-width:90px;text-align:left}.rlabs-table-arrow-column{padding-left:10px}.table-td-padding{padding:5px 0px}.table-td-padding-no-match{padding:10px 0px}tr:not(:last-child).rlabs-table-row-border_bottom td{border-bottom:1px solid lightgray}#rlabs-reason-table-header-reason{text-align:left;padding-left:5px}#rlabs-move-reason-table-div{margin-top:10px}.rlabs-reason-table-reason{padding-left:5px}#rlabs-move-step{margin-bottom:20px}#rlabs-objectType-move-container-wrapper{display:flex;justify-content:center}#rlabs-objectType-move-container{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center}.rlabs-move-result-title{margin-bottom:5px}#rlabs-objectType-move-container div.aui-message{margin:15px 0px !important;width:540px !important}#rlabs-objectType-move-container ol.aui-progress-tracker{width:660px}.rlabs-move-inbound-references{margin-top:5px;margin-bottom:-15px;display:flex;justify-content:space-between;align-items:center}
/* module-key = 'com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview', location = 'includes/css/rlabs-customfields.less' */
.rlabs-customfield{position:relative}.rlabs-customfield-viewdialog-object{-moz-border-radius:3px 3px 3px 3px;-ms-border-radius:3px 3px 3px 3px;-o-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;display:inline-block;margin-right:3px;padding:1px 3px;text-align:left;text-decoration:none;background-color:#f5f5f5;border:1px solid #CCC;color:#000;font-weight:normal;text-transform:none;vertical-align:top;max-width:100%}.rlabs-customfield-viewdialog-object:hover{background-color:#e1e1e1}.rlabs-customfield-viewdialog-object-info{cursor:pointer}.rlabs-customfield-viewdialog-object-ref-divider{margin-bottom:5px;border-bottom:1px dotted #000;padding-bottom:5px}.rlabs-customfield-viewdialog-object-attributes{padding-right:5px}.rlabs-customfield-viewdialog-object-attributes .rlabs-overview-item{padding-top:0px;overflow:hidden}.rlabs-customfield-viewdialog-object-attributes div.rlabs-title,.rlabs-customfield-viewdialog-object-attributes div.rlabs-jira-title{float:none;display:inline-block;text-overflow:ellipsis;font-size:12px}.rlabs-customfield-viewdialog-object-attributes div.rlabs-value{min-width:100%;float:none;display:inline;vertical-align:super;font-size:12px}.rlabs-customfield-viewdialog-object-attributes div.rlabs-value img{vertical-align:top}.rlabs-customfield-viewdialog-object-attributes div.rlabs-value .rlabs-value-normal{min-width:100%;float:none;display:inline}.aui-page-panel .aui-page-panel-content .inline-edit-fields .rlabs-customfield-openicon{left:100%}.rlabs-sd-object-picker-avatar{vertical-align:middle;margin-right:4px}.rlabs-sd-customfield-multi-select{border-width:1px;border-style:solid;font-family:inherit;font-weight:normal;height:100%;margin:3px 0px;max-width:100%;padding:0px 5px;border-radius:3px;background:none repeat scroll 0% 0% #F5F5F5;border-color:#CCC;color:#3B73AF;white-space:nowrap}.rlabs-sd-customfield-remove{color:#CCC;cursor:pointer;margin-left:6px;margin-top:1px}.rlabs-sd-customfield-remove:hover{color:#000}#sd-add-default-value .rlabs-customfield-object-select{width:100%}#sd-add-default-value .rlabs-customfield-openicon{z-index:1;cursor:pointer;float:right}.aui-page-panel .aui-page-panel-content .field-group .rlabs-customfield-openicon{z-index:1;cursor:pointer}.rlabs-customfield-sd-container{display:inline-flex;justify-content:flex-start;flex-flow:row wrap;align-content:space-between;justify-content:space-between}.rlabs-customfield-sd-container .rlabs-customfield-openicon{margin-top:2px;width:7%;margin-left:2px}.jira-dialog-content .rlabs-customfield-object-select,#bulkedit .rlabs-customfield-object-select,#edit-issue-dialog .rlabs-customfield-object-select,#create-issue-dialog .rlabs-customfield-object-select,#issue-create .rlabs-customfield-object-select,#stepped-process .rlabs-customfield-object-select{width:100%;max-width:500px}.jira-dialog-content .rlabs-customfield-openicon,#bulkedit .rlabs-customfield-openicon,#create-issue-dialog .rlabs-customfield-openicon,#edit-issue-dialog .rlabs-customfield-openicon,#issue-create .rlabs-customfield-openicon,#issue-edit .rlabs-customfield-openicon,#stepped-process .rlabs-customfield-openicon{position:absolute;left:500px;z-index:1;cursor:pointer;padding-left:3px;margin-top:4px}#stepped-process .rlabs-customfield-openicon{position:absolute;left:500px;z-index:1;top:0px;cursor:pointer;padding-left:3px}#details-module .rlabs-customfield-openicon{position:absolute;top:1px;right:-25px;z-index:1;width:22px;height:22px;background-color:#FFF;cursor:pointer;padding-left:3px}table tr.fieldArea .rlabs-customfield-openicon{position:absolute;left:500px;top:1px;z-index:1;cursor:pointer;padding-left:3px}.rlabs-customfield-object-picker:hover{cursor:pointer}.rlabs-object-picker-userobjects{height:20px;padding:5px 5px 0px 0px}#rlabs-object-search-name{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAb0lEQVR42p2RMQ7AIAhFWXsG1h7Gtffo6urqyJGpwyetomnwJ38BH/wgfZSaS7PABbVOqkqm3Fzx6IQTatlDb5PJi21YBy1iuNgjJIgzFXqyCcXj1Z1DXNGTiw01aP252DCCgH7Fk41h8KaAGMDxADnaOPucd/m3AAAAAElFTkSuQmCC") no-repeat scroll 7px 6px #f5f5f5;background-position:right 6px center;background-color:#ffffff;padding-right:25px}@media only screen and (max-width:1020px){.rlabs-cs-customfield-object-picker{display:none}}.ghx-extra-fields .rlabs-customfield-viewdialog-object-info{font-size:11px}.ghx-extra-fields .rlabs-customfield-viewdialog-object-info span.tinylink{background-size:14px}
/* module-key = 'com.riadalabs.jira.plugins.insight:rlabs-commons-jiraview', location = 'includes/js/lib/jquery-more-2.0.1/jquery.more.css' */
.more-hidden{display:none}.more-link{margin-left:1em;padding:1px 2px;background-color:#eee;border:1px solid #ccc;border-radius:.25em;-moz-border-radius:.25em;-webkit-border-radius:.25em;text-decoration:none;cursor:pointer}.more-link img{border:0}
/* module-key = 'com.atlassian.auiplugin:aui-select', location = 'src/less/single-select.less' */
.aui-popover{box-shadow:0 4px 8px -2px rgba(9,30,66,0.25),0 0 1px rgba(9,30,66,0.31);background:#fff;border:0 solid #dfe1e6;border-radius:3px;color:#344563;box-sizing:border-box;max-width:300px;min-width:160px;padding:3px 0;position:absolute}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.aui-popover{box-shadow:0 4px 8px -2px rgba(9,30,66,0.25),0 0 1px rgba(9,30,66,0.13),1px 0 1px rgba(9,30,66,0.13),-1px 0 1px rgba(9,30,66,0.13),0 -1px 1px rgba(9,30,66,0.13)}}.aui-popover [role="option"]{color:inherit;display:block;padding:3px 10px;text-decoration:none}.aui-popover [role="option"].aui-select-suggestion{cursor:pointer}.aui-popover img{display:inline-block;height:16px;position:relative;padding-right:6px;top:2px;vertical-align:baseline;width:16px}.aui-popover ul{list-style:none;margin:0;padding-left:0}.aui-popover ul [role="option"]{box-sizing:content-box;display:block;line-height:1.14285714;padding:7px 10px;background-color:transparent;color:#344563;text-decoration:none;cursor:pointer}.aui-popover ul [role="option"]:not(.aui-select-no-suggestions):hover{background-color:#ebecf0;color:#344563}.aui-popover ul [role="option"]:not(.aui-select-no-suggestions):active{background-color:#deebff;color:#0052cc}.aui-popover ul:not(:hover) [role="option"].aui-select-active{background-color:#ebecf0;color:#344563}.aui-popover.aui-layer{height:auto}.aui-popover.aui-layer.aui-alignment-element-attached-top{margin-top:3px}.aui-popover.aui-layer.aui-alignment-element-attached-bottom{margin-bottom:3px}form.aui aui-select,aui-select{display:inline-block;position:relative;max-width:250px;width:100%}form.aui aui-select:not([resolved]),aui-select:not([resolved]){display:inline-block;height:2.14285714em;width:100%;max-width:250px;vertical-align:bottom}form.aui aui-select aui-option:not([resolved]),aui-select aui-option:not([resolved]){display:none}form.aui aui-select input.aui-select-has-inline-image,aui-select input.aui-select-has-inline-image{background-position:10px 6px;background-repeat:no-repeat;background-size:16px;padding-left:31px}form.aui aui-select select,aui-select select,form.aui aui-select datalist,aui-select datalist{display:none}form.aui aui-select input.text,aui-select input.text{padding-right:22px;max-width:100%}form.aui aui-select button.aui-button,aui-select button.aui-button{background-clip:padding-box;border-color:#c1c7d0;border-bottom-left-radius:0;border-top-left-radius:0;bottom:0;box-sizing:border-box;display:inline-block;height:2.14285714em;right:0;margin:0;position:absolute;top:0;vertical-align:top;width:22px}form.aui aui-select button.aui-button:not(:hover),aui-select button.aui-button:not(:hover){border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent}form.aui aui-select button.aui-button:not([aria-busy])::before,aui-select button.aui-button:not([aria-busy])::before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0;font-family:"Adgs Icons";font-weight:normal;font-style:normal;speak:none;content:"\f15b";font-size:16px;height:16px;line-height:1;margin-top:-8px;position:absolute;right:4px;top:50%;text-indent:0;width:16px;right:2px}form.aui aui-select[data-aui-notification-error] .text{border-color:#de350b}form.aui aui-select[data-aui-notification-success] .text{border-color:#00875a}
/* module-key = 'com.atlassian.auiplugin:aui-progress-tracker', location = 'src/less/aui-experimental-progress-tracker.less' */
.aui-progress-tracker{display:table;font-size:12px;margin:10px 0 0;padding:0;table-layout:fixed;word-wrap:break-word}.aui-progress-tracker:first-child{margin-top:0}.aui-progress-tracker-step{box-sizing:border-box;display:table-cell;padding:0 10px;max-width:140px;min-width:80px;text-align:center}.aui-progress-tracker-step>span,.aui-progress-tracker-step>a{font-size:14px;font-weight:600;line-height:1.42857143;letter-spacing:-0.003em;text-transform:none;font-weight:400;color:#172b4d;display:block;outline:none;padding-top:25px;position:relative}.aui-progress-tracker-step>span:before,.aui-progress-tracker-step>a:before{background:#0065ff;border-radius:100%;content:"";height:8px;left:50%;margin-left:-5px;position:absolute;top:4px;width:8px}.aui-progress-tracker-step+.aui-progress-tracker-step>span:after,.aui-progress-tracker-step+.aui-progress-tracker-step>a:after{background:#0065ff;box-shadow:-5px 0 0 -2px #0065ff,5px 0 0 -2px #0065ff;content:"";height:8px;left:-50%;margin-left:-20px;margin-right:1px;position:absolute;right:50%;top:4px}.aui-progress-tracker-step-current>span,.aui-progress-tracker-step-current>a{font-weight:600}.aui-progress-tracker-step-current~.aui-progress-tracker-step>span,.aui-progress-tracker-step-current~.aui-progress-tracker-step>a{color:#5e6c84;font-weight:400}.aui-progress-tracker-step-current~.aui-progress-tracker-step>span:hover,.aui-progress-tracker-step-current~.aui-progress-tracker-step>a:hover{color:#5e6c84}.aui-progress-tracker-step-current~.aui-progress-tracker-step>span:before,.aui-progress-tracker-step-current~.aui-progress-tracker-step>a:before{background-color:#a5adba}.aui-progress-tracker-step-current~.aui-progress-tracker-step>span:after,.aui-progress-tracker-step-current~.aui-progress-tracker-step>a:after{background-color:transparent;border:none;box-shadow:none}.aui-progress-tracker-step>a:hover{color:#0052cc}.aui-progress-tracker-step>a:active{color:#0747a6}.aui-page-header-actions .aui-progress-tracker{float:right}
/* module-key = 'com.riadalabs.jira.plugins.insight:rlabs-customfield-jira-general', location = 'includes/css/rlabs-customfields.less' */
.rlabs-customfield{position:relative}.rlabs-customfield-viewdialog-object{-moz-border-radius:3px 3px 3px 3px;-ms-border-radius:3px 3px 3px 3px;-o-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;display:inline-block;margin-right:3px;padding:1px 3px;text-align:left;text-decoration:none;background-color:#f5f5f5;border:1px solid #CCC;color:#000;font-weight:normal;text-transform:none;vertical-align:top;max-width:100%}.rlabs-customfield-viewdialog-object:hover{background-color:#e1e1e1}.rlabs-customfield-viewdialog-object-info{cursor:pointer}.rlabs-customfield-viewdialog-object-ref-divider{margin-bottom:5px;border-bottom:1px dotted #000;padding-bottom:5px}.rlabs-customfield-viewdialog-object-attributes{padding-right:5px}.rlabs-customfield-viewdialog-object-attributes .rlabs-overview-item{padding-top:0px;overflow:hidden}.rlabs-customfield-viewdialog-object-attributes div.rlabs-title,.rlabs-customfield-viewdialog-object-attributes div.rlabs-jira-title{float:none;display:inline-block;text-overflow:ellipsis;font-size:12px}.rlabs-customfield-viewdialog-object-attributes div.rlabs-value{min-width:100%;float:none;display:inline;vertical-align:super;font-size:12px}.rlabs-customfield-viewdialog-object-attributes div.rlabs-value img{vertical-align:top}.rlabs-customfield-viewdialog-object-attributes div.rlabs-value .rlabs-value-normal{min-width:100%;float:none;display:inline}.aui-page-panel .aui-page-panel-content .inline-edit-fields .rlabs-customfield-openicon{left:100%}.rlabs-sd-object-picker-avatar{vertical-align:middle;margin-right:4px}.rlabs-sd-customfield-multi-select{border-width:1px;border-style:solid;font-family:inherit;font-weight:normal;height:100%;margin:3px 0px;max-width:100%;padding:0px 5px;border-radius:3px;background:none repeat scroll 0% 0% #F5F5F5;border-color:#CCC;color:#3B73AF;white-space:nowrap}.rlabs-sd-customfield-remove{color:#CCC;cursor:pointer;margin-left:6px;margin-top:1px}.rlabs-sd-customfield-remove:hover{color:#000}#sd-add-default-value .rlabs-customfield-object-select{width:100%}#sd-add-default-value .rlabs-customfield-openicon{z-index:1;cursor:pointer;float:right}.aui-page-panel .aui-page-panel-content .field-group .rlabs-customfield-openicon{z-index:1;cursor:pointer}.rlabs-customfield-sd-container{display:inline-flex;justify-content:flex-start;flex-flow:row wrap;align-content:space-between;justify-content:space-between}.rlabs-customfield-sd-container .rlabs-customfield-openicon{margin-top:2px;width:7%;margin-left:2px}.jira-dialog-content .rlabs-customfield-object-select,#bulkedit .rlabs-customfield-object-select,#edit-issue-dialog .rlabs-customfield-object-select,#create-issue-dialog .rlabs-customfield-object-select,#issue-create .rlabs-customfield-object-select,#stepped-process .rlabs-customfield-object-select{width:100%;max-width:500px}.jira-dialog-content .rlabs-customfield-openicon,#bulkedit .rlabs-customfield-openicon,#create-issue-dialog .rlabs-customfield-openicon,#edit-issue-dialog .rlabs-customfield-openicon,#issue-create .rlabs-customfield-openicon,#issue-edit .rlabs-customfield-openicon,#stepped-process .rlabs-customfield-openicon{position:absolute;left:500px;z-index:1;cursor:pointer;padding-left:3px;margin-top:4px}#stepped-process .rlabs-customfield-openicon{position:absolute;left:500px;z-index:1;top:0px;cursor:pointer;padding-left:3px}#details-module .rlabs-customfield-openicon{position:absolute;top:1px;right:-25px;z-index:1;width:22px;height:22px;background-color:#FFF;cursor:pointer;padding-left:3px}table tr.fieldArea .rlabs-customfield-openicon{position:absolute;left:500px;top:1px;z-index:1;cursor:pointer;padding-left:3px}.rlabs-customfield-object-picker:hover{cursor:pointer}.rlabs-object-picker-userobjects{height:20px;padding:5px 5px 0px 0px}#rlabs-object-search-name{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAb0lEQVR42p2RMQ7AIAhFWXsG1h7Gtffo6urqyJGpwyetomnwJ38BH/wgfZSaS7PABbVOqkqm3Fzx6IQTatlDb5PJi21YBy1iuNgjJIgzFXqyCcXj1Z1DXNGTiw01aP252DCCgH7Fk41h8KaAGMDxADnaOPucd/m3AAAAAElFTkSuQmCC") no-repeat scroll 7px 6px #f5f5f5;background-position:right 6px center;background-color:#ffffff;padding-right:25px}@media only screen and (max-width:1020px){.rlabs-cs-customfield-object-picker{display:none}}.ghx-extra-fields .rlabs-customfield-viewdialog-object-info{font-size:11px}.ghx-extra-fields .rlabs-customfield-viewdialog-object-info span.tinylink{background-size:14px}
/* module-key = 'com.riadalabs.jira.plugins.insight:rlabs-js-bundle', location = 'includes/future-frontend/css/build/bundle.css' */
a {
    cursor: pointer;
}

.rlabs-unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.rlabs-hidden-graph-view {
    position: absolute;
    left: -99999px;
}




/**
* Common styles
**/
.rlabs-nowrap {

}

.rlabs-nowrap {
    white-space: nowrap;
}

.rlabs-attribute-no-value {
    color: #999999;
}

.rlabs-table-footer-delimiter {
    margin: 0 10px;
    border-left: 1px solid #ccc;
}

ul.rlabs-values {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

ul.rlabs-values > li {
    white-space: nowrap;
    display: block;
}

ul.rlabs-values.inline-mode > li {
    white-space: normal;
    display: inline-block;
}

ul.rlabs-values.inline-mode > li:after {
    content: none !important;
}

ul.rlabs-values.inline-mode > li:after {
    content: "\00a0\00a0"
}
ul.rlabs-values.inline-mode > li:last-child:after {
    content: "";
}





/* Graph */
.rlabs-module-graph {
    position: relative;
    height: 600px;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}
    .rlabs-module-graph.rlabs-fullscreen {
        height: 100%;
        position: fixed;
    }


.rlabs-graph-canvas {
    width: calc(100% - 400px);
    height: 100%;
    position: absolute;
    left: 0;

}

.rlabs-graph-canvas svg {
    pointer-events: all;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rlabs-graph-sidebar {
    width: 402px;
    height: 100%;
    position: absolute;
    right: 0;
    background: #fff;
}

.rlabs-graph-sidebar-navigator {
    width: 40px;
    height: 100%;
    position: absolute;
    background-color: #f5f5f5;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.rlabs-graph-sidebar-navigator a.rlabs-option {
    display: block;
    color: #000;
    margin: 15px auto 30px auto;
    opacity: .5;
}

    .rlabs-graph-sidebar-navigator a.rlabs-option:hover {
        opacity: .8;
    }

.rlabs-graph-sidebar-content {
    width: calc(100% - 42px);
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    left: 42px;
}

.rlabs-graph-sidebar-content .rlabs-objects-bucket {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
    position: absolute;
}

.rlabs-graph-sidebar-content .rlabs-objects-bucket-header {
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    padding: 15px 20px;
}

.rlabs-graph-sidebar-content .rlabs-objects-bucket-content {
    flex: 1;
    width: 100%;
    padding: 20px;
    padding-top: 0;
    box-sizing: border-box;
    overflow: auto;
    position: relative;
}


.rlabs-graph-sidebar-content .rlabs-objects-bucket ul.rlabs-object-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.rlabs-graph-sidebar-content .rlabs-objects-bucket ul.rlabs-object-list > li {
    display: block;
    padding-top: 20px;
}

.rlabs-graph-sidebar-content .rlabs-objects-bucket ul.rlabs-object-list > li .rlabs-object {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}


.rlabs-graph-sidebar-content .rlabs-objects-bucket ul.rlabs-object-list > li .rlabs-heading {
    display: block;
    border-radius: 3px 3px 0px 0px;
}

.rlabs-graph-sidebar-content .rlabs-objects-bucket ul.rlabs-object-list > li .rlabs-heading label {
    width: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
}

.rlabs-graph-sidebar-content .rlabs-objects-bucket ul.rlabs-object-list > li .rlabs-heading .rlabs-toggle {
    display: inline-block;
    line-height: 50px;
    width: calc(100% - 50px);
    color: inherit;
}

.rlabs-graph-sidebar-content .rlabs-objects-bucket ul.rlabs-object-list > li .rlabs-heading .rlabs-object-avatar {
    vertical-align: middle;
    width: 32px;
    margin-right: 10px;
}

.rlabs-graph-sidebar-content .rlabs-objects-bucket ul.rlabs-object-list > li .rlabs-heading .rlabs-object-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 60%;
    vertical-align: middle;
}

.rlabs-graph-sidebar-content .rlabs-objects-bucket ul.rlabs-object-list > li .rlabs-heading .rlabs-toggle:hover .rlabs-object-name {
    text-decoration: underline !important;
}

.rlabs-graph-sidebar-content .rlabs-objects-bucket ul.rlabs-object-list > li .rlabs-heading .rlabs-toggle-icon {
    float: right;
    clear: both;
    margin-top: 17px;
    margin-right: 15px;
}


.rlabs-graph-sidebar-content .rlabs-objects-bucket ul.rlabs-object-list > li .rlabs-details {
    padding: 15px;
    padding-bottom: 5px;
    border-top: 1px solid #ddd;
}


.rlabs-graph-sidebar-content .rlabs-objects-bucket ul.rlabs-object-list > li .rlabs-details > table {

}

.rlabs-graph-sidebar-content .rlabs-objects-bucket ul.rlabs-object-list > li .rlabs-details > table tr {
    border: 0;
}

    .rlabs-graph-sidebar-content .rlabs-objects-bucket ul.rlabs-object-list > li .rlabs-details > table tr:last-child {

    }

.rlabs-graph-sidebar-content .rlabs-objects-bucket ul.rlabs-object-list > li .rlabs-details > table th,
.rlabs-graph-sidebar-content .rlabs-objects-bucket ul.rlabs-object-list > li .rlabs-details > table td {
    vertical-align: top;
    border: 0;
    padding: 0;
    padding-bottom: 10px;
}

.rlabs-graph-sidebar-content .rlabs-objects-bucket ul.rlabs-object-list > li .rlabs-details > table th {
    padding-right: 15px;
}

.rlabs-graph-sidebar-content .rlabs-objects-bucket ul.rlabs-object-list > li .rlabs-details > table td {

}

.rlabs-graph-sidebar-content .rlabs-objects-bucket ul.rlabs-object-list > li .rlabs-details > table td ul.rlabs-values > li {
    text-overflow: ellipsis;
    width: 190px;
    display: inline-block;
    overflow: hidden;
}

/* Graph - Tree Layout */

.rlabs-tree-graph-node {
    cursor: pointer;
}

.rlabs-tree-graph-node-inner {
    -moz-transition: transform 300ms 100ms; /* Safari */
    -webkit-transition: transform 300ms 100ms; /* Safari */
    transition: transform 300ms 100ms;
}

.rlabs-tree-graph-node-inner.hover,
.rlabs-tree-graph-node-inner:hover {
    transform: scale(1.2);
    -moz-transition: transform 300ms; /* Safari */
    -webkit-transition: transform 300ms; /* Safari */
    transition: transform 300ms;
}


.rlabs-tree-graph-object-node circle {
    stroke: steelblue;
    stroke-width: 0px;
    stroke-dasharray: 10, 6;
    fill: #ededed;
}


.rlabs-tree-graph-reference-object-type-node rect {
    stroke: steelblue;
    stroke-width: 0px;
    stroke-dasharray: 10, 6;
    fill: #ededed;
}



.rlabs-tree-graph-node-text {
    font-size: 14px;
    fill: #000;
    text-shadow: white -1px 0px, white 0px 1px, white 1px 0px, white 0px -1px;
}

.rlabs-tree-graph-link {

}

.rlabs-tree-graph-link-stroke {
    fill: none;
    stroke-width: 3px;
}

.rlabs-tree-graph-link-text-label {
    pointer-events: none;
    font-size: 14px;
    fill: #000;
    text-shadow: white -1px 0px, white 0px 1px, white 1px 0px, white 0px -1px;
    -moz-transition: opacity 0ms 500ms, fill 300ms; /* Safari */
    -webkit-transition: opacity 0ms 500ms, fill 300ms; /* Safari */
    transition: opacity 0ms 500ms, fill 300ms;
}

.rlabs-tree-graph-link-marker {
}

.rlabs-tree-graph-node-image {
    opacity: 1;
}

/* module-key = 'com.spartez.jira.plugins.commenttemplates:3dpart-jquery-textcomplete', location = '/3dparts/jquery-textcomplete/jquery.textcomplete.css' */
.dropdown-menu{border:1px solid #ddd;background-color:white}.dropdown-menu li{border-top:1px solid #ddd;padding:2px 5px}.dropdown-menu li:first-child{border-top:0}.dropdown-menu li:hover,.dropdown-menu .active{background-color:#6eb7db}.dropdown-menu{list-style:none;padding:0;margin:0}.dropdown-menu a:hover{cursor:pointer}
/* module-key = 'com.spartez.jira.plugins.commenttemplates:resources-required-everywhere', location = 'com/spartez/jira/plugins/ct/css/aui-compatibility.less' */
.ct-icon-wait{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==")}@font-face{font-family:"Fi Font 5.6.16 Override";src:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/2.7.8/_/download/resources/com.spartez.jira.plugins.commenttemplates:resources-required-everywhere/icons/fi-5.6.16-icons.eot);src:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/2.7.8/_/download/resources/com.spartez.jira.plugins.commenttemplates:resources-required-everywhere/icons/fi-5.6.16-icons.eot?#iefix) format("embedded-opentype"),url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/2.7.8/_/download/resources/com.spartez.jira.plugins.commenttemplates:resources-required-everywhere/icons/fi-5.6.16-icons.woff) format("woff"),url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/2.7.8/_/download/resources/com.spartez.jira.plugins.commenttemplates:resources-required-everywhere/icons/fi-5.6.16-icons.ttf) format("truetype"),url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/2.7.8/_/download/resources/com.spartez.jira.plugins.commenttemplates:resources-required-everywhere/icons/fi-5.6.16-icons.svg#atlassian-icons) format("svg");font-weight:normal;font-style:normal}.ct-fi-aui.aui-icon-small:before,.ct-fi-aui.aui-icon-large:before{font-family:"Fi Font 5.6.16 Override"}.ct-aui-iconfont-info.ct-fi-aui:before{content:"\f23d"}.ct-aui-iconfont-edit.ct-fi-aui:before{content:"\f210"}.ct-aui-iconfont-delete.ct-fi-aui:before{content:"\f1f0"}.ct-aui-iconfont-copy-clipboard.ct-fi-aui:before{content:"\f1ee"}.ct-aui-iconfont-warning.ct-fi-aui:before{content:"\f281";color:#f6c342}
/* module-key = 'com.spartez.jira.plugins.commenttemplates:resources-required-everywhere', location = 'com/spartez/jira/plugins/ct/css/select2-override.less' */
.ct-select.aui-select2-container.select2-container .select2-choice{padding-left:25px}.ct-select.aui-select2-container.select2-container .select2-choice>.select2-chosen{margin-right:10px}.ct-select.aui-select2-container.select2-container .select2-choice,.ct-select.aui-select2-container.select2-container.select2-container-active .select2-choice,.ct-select.aui-select2-container.select2-container .select2-choice:hover,.ct-select.aui-select2-container.select2-container.select2-container-active .select2-choice:hover{background-color:rgba(0,0,0,0) url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/2.7.8/_/download/resources/com.spartez.jira.plugins.commenttemplates:resources-required-everywhere/../com.spartez.jira.plugins.commenttemplates:image-resources/images/ct-logo-72-gray.png');background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/2.7.8/_/download/resources/com.spartez.jira.plugins.commenttemplates:resources-required-everywhere/../com.spartez.jira.plugins.commenttemplates:image-resources/images/ct-logo-72-gray.png'),-webkit-gradient(linear, left bottom, left top, from(0 rgba(0,0,0,0)), to(100% rgba(0,0,0,0)));background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/2.7.8/_/download/resources/com.spartez.jira.plugins.commenttemplates:resources-required-everywhere/../com.spartez.jira.plugins.commenttemplates:image-resources/images/ct-logo-72-gray.png'),-webkit-linear-gradient(center bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%);background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/2.7.8/_/download/resources/com.spartez.jira.plugins.commenttemplates:resources-required-everywhere/../com.spartez.jira.plugins.commenttemplates:image-resources/images/ct-logo-72-gray.png'),-moz-linear-gradient(center bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%);background-image:url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/2.7.8/_/download/resources/com.spartez.jira.plugins.commenttemplates:resources-required-everywhere/../com.spartez.jira.plugins.commenttemplates:image-resources/images/ct-logo-72-gray.png'),linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0) 100%);background-repeat:no-repeat,repeat;background-position:5px 6px,0 0 !important;background-size:16px 16px, 100% 100%}.select2-results .select2-highlighted>.select2-result-label .ct-inside-select-edit{opacity:1;background:transparent;color:#aaa}.select2-results .select2-highlighted>.select2-result-label .ct-inside-select-edit:hover{color:#f0f0f0}.select2-results .select2-highlighted>.select2-result-label .ct-inside-select-add:hover{color:#777}.select2-results .select2-result-label.ct-select2-group-label{cursor:default}.select2-results .select2-result-label>.ct-inside-select-edit{opacity:0;margin-right:5px}.select2-results .select2-result-label>.ct-inside-select-edit .aui-icon-small:before{margin-top:-8px}.select2-results .select2-result-label>[class^="ct-inside-select"]{color:#aaa;float:right;width:12px;padding:0}.select2-results .select2-result-label>[class^="ct-inside-select"]>.ct-select-icon:before{line-height:16px;vertical-align:middle}body[data-aui-version^='5'] .ct-select.aui-select2-container.select2-container .select2-choice:hover,body[data-aui-version^='6'] .ct-select.aui-select2-container.select2-container .select2-choice:hover,body[data-aui-version^='7.0'] .ct-select.aui-select2-container.select2-container .select2-choice:hover{color:#000 !important}body[data-aui-version^='5'] .service-desk-body .ct-select-wrapper .aui-select2-container.select2-container a.select2-choice,body[data-aui-version^='6'] .service-desk-body .ct-select-wrapper .aui-select2-container.select2-container a.select2-choice,body[data-aui-version^='7.0'] .service-desk-body .ct-select-wrapper .aui-select2-container.select2-container a.select2-choice{background-color:#f5f5f5;border-color:#ccc;color:inherit}body[data-aui-version^='5'] .service-desk-body .ct-select-wrapper .aui-select2-container.select2-container a.select2-choice:hover,body[data-aui-version^='6'] .service-desk-body .ct-select-wrapper .aui-select2-container.select2-container a.select2-choice:hover,body[data-aui-version^='7.0'] .service-desk-body .ct-select-wrapper .aui-select2-container.select2-container a.select2-choice:hover{border-color:#999}body[data-aui-version^='7.8'] .wiki-edit-toolbar .ct-toolbar .ct-select.aui-select2-container.select2-container .select2-choice,body[data-aui-version^='7.9'] .wiki-edit-toolbar .ct-toolbar .ct-select.aui-select2-container.select2-container .select2-choice,body[data-aui-version^='8'] .wiki-edit-toolbar .ct-toolbar .ct-select.aui-select2-container.select2-container .select2-choice{color:#344563 !important;background-color:white}body[data-aui-version^='7.8'] .wiki-edit-toolbar .ct-toolbar .ct-select.aui-select2-container.select2-container .select2-choice:hover,body[data-aui-version^='7.9'] .wiki-edit-toolbar .ct-toolbar .ct-select.aui-select2-container.select2-container .select2-choice:hover,body[data-aui-version^='8'] .wiki-edit-toolbar .ct-toolbar .ct-select.aui-select2-container.select2-container .select2-choice:hover{background-color:rgba(9,30,66,0.13)}body[data-aui-version^='7.8'] .wiki-edit-toolbar .ct-toolbar .ct-select.aui-select2-container.select2-container .select2-choice:after,body[data-aui-version^='7.9'] .wiki-edit-toolbar .ct-toolbar .ct-select.aui-select2-container.select2-container .select2-choice:after,body[data-aui-version^='8'] .wiki-edit-toolbar .ct-toolbar .ct-select.aui-select2-container.select2-container .select2-choice:after{border-top-color:#172b4d}body[data-aui-version^='7.8'] .wiki-edit-toolbar .ct-toolbar .ct-select.aui-select2-container.select2-container.select2-dropdown-open .select2-choice,body[data-aui-version^='7.9'] .wiki-edit-toolbar .ct-toolbar .ct-select.aui-select2-container.select2-container.select2-dropdown-open .select2-choice,body[data-aui-version^='8'] .wiki-edit-toolbar .ct-toolbar .ct-select.aui-select2-container.select2-container.select2-dropdown-open .select2-choice{color:white !important;border-radius:3.01px;filter:light(100%);background-color:#344563}body[data-aui-version^='7.8'] .wiki-edit-toolbar .ct-toolbar .ct-select.aui-select2-container.select2-container.select2-dropdown-open .select2-choice:after,body[data-aui-version^='7.9'] .wiki-edit-toolbar .ct-toolbar .ct-select.aui-select2-container.select2-container.select2-dropdown-open .select2-choice:after,body[data-aui-version^='8'] .wiki-edit-toolbar .ct-toolbar .ct-select.aui-select2-container.select2-container.select2-dropdown-open .select2-choice:after{border-top-color:white}.aui-select2-drop div.select2-result-label{white-space:normal}
/* module-key = 'com.spartez.jira.plugins.commenttemplates:resources-required-everywhere', location = 'com/spartez/jira/plugins/ct/css/autocomplete.less' */
.textcomplete-item.active .ct-template-name,.textcomplete-item.active:hover>a{color:#fff}.textcomplete-item>a{white-space:nowrap;overflow:hidden;padding-right:70px}.textcomplete-item .ct-template-name+.aui-label{margin:3px 0 0 10px;font-size:0.8em;position:absolute;right:5px}
/* module-key = 'com.spartez.jira.plugins.commenttemplates:global-resources', location = 'com/spartez/jira/plugins/ct/css/global.css' */
a:focus{outline:0}.ct-right{float:right}table.aui>tbody>tr>td.aui-compact-button-column{padding:3px 10px;line-height:28px;vertical-align:top}.ci-macro{font-style:italic}.ci-macro-duplicated{font-weight:bold}.ct-list-actions{min-width:100px}.ct-toolbar{line-height:1.5;border-bottom:1px solid #bbb;-moz-box-shadow:0 2px 3px #ccc;-webkit-box-shadow:0 2px 3px #ccc;box-shadow:0 2px 3px #ccc;margin:0;border-top:1px solid #bbb;background-color:#f5f5f5;padding:5px}.ct-select-wrapper{border-spacing:0;line-height:1}#ct-content{width:100%;height:15em;max-width:none}a.ct-macro{margin-bottom:2px}.ct-macro span{display:block}.ct-macro-id{text-align:center}.ct-macro-desc{padding-top:4px;text-align:center}.ct-info{margin-bottom:2px}.ct-select{width:250px}.ct-macro-select{width:250px}.ct-scope-select{width:250px}#ct-welcome-page .aui-page-panel{margin-left:auto;margin-right:auto;border-radius:5px;border-width:1px;width:1020px}#ct-welcome-page .buttons-container{-moz-box-sizing:border-box;box-sizing:border-box;clear:both;padding:4px 0 4px 145px;position:relative;width:100%}#ct-welcome-buttons{border-width:0}.ct-toolbar-actions{width:100%}.ct-toolbar span.ct-manage-button.aui-icon{margin:6px 0 6px 8px}.ct-toolbar .ct-right span.ct-manage-button.aui-icon{margin:6px 8px 6px 0}.comment-template-text-content .aui-expander-trigger.aui-expander-reveal-text:before{content:""}.reveal-text-trigger-text{white-space:nowrap}.disabled-link{color:gray!important}.ct-autocomplete-footer{white-space:nowrap;text-align:center;display:block;color:gray}.dropdown-menu[style]{z-index:10000!important}.aui-inline-dialog#inline-dialog-noLicenseMsgDialog{z-index:3001}.ct-inline-dialog-close{cursor:pointer;float:right}.no-license-warning-icon{margin-left:5px}.ct-convert-button{background:transparent url('/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/2.7.8/_/download/resources/com.spartez.jira.plugins.commenttemplates:global-resources/../com.spartez.jira.plugins.commenttemplates:image-resources/images/ct-add-icon-16_gray.png') no-repeat 0 0!important;margin-left:4px;margin-right:-2px}.sd-comment-action-links .ct-convert-button{margin-left:2px;margin-right:0}body[data-aui-version^='5'] .sd-comment-action-links .ct-convert-button,body[data-aui-version^='6'] .sd-comment-action-links .ct-convert-button,body[data-aui-version^='7.0'] .sd-comment-action-links .ct-convert-button,body[data-aui-version^='7.8'] .sd-comment-action-links .ct-convert-button{margin-left:4px;margin-right:-2px}.dropdown-menu strong{display:inline!important;padding:0!important;color:gray!important}.dropdown-menu{display:block}.ct-item-suffix{color:#707070}.select2-highlighted .select2-result-label div .ct-item-suffix{color:#eee}[class*="ct-description-"]{display:none}.ct-current-selected-scope[data-value="USER"] ~ .ct-description-personal,.ct-current-selected-scope[data-value="PROJECT"] ~ .ct-description-project,.ct-current-selected-scope[data-value="GENERAL"] ~ .ct-description-global{display:block}.ct-add-template-form-hint{float:left;margin:5px 0 0 10px}.ct-global-settings-roles-select{margin-top:8px!important}#unresolved-macros-message a{color:#3b73af}
/* module-key = 'com.spartez.jira.plugins.commenttemplates:global-resources', location = 'com/spartez/jira/plugins/ct/css/wikiEditorPatch.less' */
.wiki-edit-toolbar .ct-toolbar{margin:5px 0 0 0;border:none;-webkit-box-shadow:none;box-shadow:none;padding:0}body[data-aui-version^='5'] .wiki-edit-toolbar .ct-toolbar a,body[data-aui-version^='6'] .wiki-edit-toolbar .ct-toolbar a,body[data-aui-version^='7.0'] .wiki-edit-toolbar .ct-toolbar a{color:#777}body[data-aui-version^='5'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container.select2-dropdown-open .select2-choice,body[data-aui-version^='6'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container.select2-dropdown-open .select2-choice,body[data-aui-version^='7.0'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container.select2-dropdown-open .select2-choice,body[data-aui-version^='5'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container.select2-dropdown-open a.select2-choice,body[data-aui-version^='6'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container.select2-dropdown-open a.select2-choice,body[data-aui-version^='7.0'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container.select2-dropdown-open a.select2-choice{border-color:#ccc}body[data-aui-version^='5'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container .select2-choice,body[data-aui-version^='6'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container .select2-choice,body[data-aui-version^='7.0'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container .select2-choice,body[data-aui-version^='5'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container a.select2-choice,body[data-aui-version^='6'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container a.select2-choice,body[data-aui-version^='7.0'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container a.select2-choice,body[data-aui-version^='5'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container .select2-choice:active,body[data-aui-version^='6'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container .select2-choice:active,body[data-aui-version^='7.0'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container .select2-choice:active,body[data-aui-version^='5'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container a.select2-choice:active,body[data-aui-version^='6'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container a.select2-choice:active,body[data-aui-version^='7.0'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container a.select2-choice:active{border:1px solid #f5f5f5}body[data-aui-version^='5'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container .select2-choice:hover,body[data-aui-version^='6'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container .select2-choice:hover,body[data-aui-version^='7.0'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container .select2-choice:hover,body[data-aui-version^='5'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container a.select2-choice:hover,body[data-aui-version^='6'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container a.select2-choice:hover,body[data-aui-version^='7.0'] .wiki-edit-toolbar .ct-toolbar .aui-select2-container.select2-container a.select2-choice:hover{color:#000;border-color:#999;background-color:#E9E9E9}body[data-aui-version^='7.8'] .wiki-edit-toolbar .ct-toolbar,body[data-aui-version^='7.9'] .wiki-edit-toolbar .ct-toolbar,body[data-aui-version^='8'] .wiki-edit-toolbar .ct-toolbar{background-color:transparent}body[data-aui-version^='7.8'] .wiki-edit-toolbar .ct-toolbar a,body[data-aui-version^='7.9'] .wiki-edit-toolbar .ct-toolbar a,body[data-aui-version^='8'] .wiki-edit-toolbar .ct-toolbar a{color:#344563}
/* module-key = 'com.atlassian.jira.plugins.jira-quicksearch-plugin:entrypoint-jira-quicksearch-plugin', location = 'frontend/style.jira-quicksearch-plugin.1.css' */
#quicksearch .quick-search-spinner{position:absolute;top:50%;right:25px}#quicksearch.quicksearch-loading:after{content:""}
/* 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(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.3.0/_/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(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.3.0/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/bamboo_hover.png)}.app-discovery-jira-product-icon{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.3.0/_/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(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.3.0/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/jira_hover.png)}.app-discovery-confluence-product-icon{background-image:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.3.0/_/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(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/4.3.0/_/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.jira.jira-header-plugin:jira-header-assets', location = 'css/layout-overrides.less' */
.aui-dropdown2-in-header{z-index:12000}.aui-header .aui-quicksearch input{width:170px}.aui-dropdown2-loading{display:none;height:0}
/* module-key = 'com.atlassian.jira.jira-header-plugin:jira-header-theme', location = 'css/header-theme.less' */
.aui-header{background:#205081;color:#fff;border-bottom-color:#2e3d54}.aui-header a{color:#fff}.aui-header a:hover,.aui-header a:focus{background-color:#296ca3;color:#f0f0f0}.aui-header .aui-icon-dropdown,.aui-header .aui-dropdown2-trigger::after{border-top-color:rgba(255,255,255,0.7)}.aui-header .aui-dropdown2-trigger{color:#fff}.aui-header .aui-dropdown2-trigger:hover,.aui-header .aui-dropdown2-trigger:focus,.aui-header .aui-dropdown2-trigger.active{background-color:#296ca3;color:#f0f0f0}.aui-header .aui-dropdown2-trigger:hover .aui-icon-dropdown,.aui-header .aui-dropdown2-trigger:focus .aui-icon-dropdown,.aui-header .aui-dropdown2-trigger.active .aui-icon-dropdown,.aui-header .aui-dropdown2-trigger:hover::after,.aui-header .aui-dropdown2-trigger:focus::after,.aui-header .aui-dropdown2-trigger.active::after{border-top-color:#f0f0f0}.aui-header .aui-button.aui-button-primary.aui-style{color:#fff;background-color:#3b7fc4}.aui-header .aui-button.aui-button-primary.aui-style:hover,.aui-header .aui-button.aui-button-primary.aui-style:focus{background-color:#4796e6}.aui-header .aui-button.aui-button-primary.aui-style:active{background-color:#3572b0}
/* module-key = 'com.xpandit.plugins.xray:xray-report-sidebar-resources', location = '/css/report/report-sidebar.css' */
.xray-project-icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-report-sidebar-resources/images/xray-report-thumb.png) no-repeat;background-size:20px}
/* module-key = 'com.xpandit.plugins.xray:xray-test-repository-sidebar-resources', location = '/css/testrepository/test-repository-sidebar.css' */
.xray-test-repository-icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-test-repository-sidebar-resources/images/xray-repository-thumb.svg) no-repeat;background-size:20px}.xray-testplan-repository-icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-test-repository-sidebar-resources/images/xray-testplan-repository-thumb.svg) no-repeat;background-size:20px}
/* module-key = 'com.xpandit.plugins.xray:xray-steps-library-sidebar-resources', location = '/css/automated/stepslibrary/steps-library-sidebar.css' */
.xray-automated-steps-library-icon{background:url(/jira/s/-9ttmo7/713000/00db85d580ed1ef0f8e2511ede91ae67/3.2.3/_/download/resources/com.xpandit.plugins.xray:xray-steps-library-sidebar-resources/images/automated-steps-library/xray_automated_steps_library_thumb.svg) no-repeat;background-size:20px}