/* module-key = 'com.atlassian.auiplugin:split_aui.pattern.help', location = 'aui.pattern.help.css' */
.aui-help.aui-help-empty-state,.aui-help.aui-help-text{margin:10px 0 0;overflow:hidden;padding:0;width:720px}.aui-help .aui-help-content{border-left:4px solid var(--aui-help-color);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:var(--aui-lesser-header-text);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}.aui-help,aui-inline-dialog.aui-help{--aui-inline-dialog-border-color:var(--aui-help-color);--aui-inline-dialog-border-width:2px}.aui-help .aui-inline-dialog-contents h2:first-child,aui-inline-dialog.aui-help .aui-inline-dialog-contents h2:first-child{color:var(--aui-lesser-header-text);font-size:11px;font-weight:600;line-height:1.45454545;letter-spacing:0;text-transform:uppercase}.aui-help .aui-inline-dialog-arrow.aui-css-arrow:after,.aui-help .aui-inline-dialog-arrow.aui-css-arrow:before{border-color:var(--aui-help-color) transparent}.aui-help .aui-inline-dialog-arrow.aui-css-arrow:after{border-bottom-color:var(--aui-inline-dialog-bg-color);top:2px}.aui-help .aui-inline-dialog-arrow.aui-css-arrow.aui-bottom-arrow:after{border-top-color:var(--aui-inline-dialog-bg-color);top:-2px}.aui-help .aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow:before{border-color:transparent var(--aui-help-color)}.aui-help .aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow:after{border-right-color:var(--aui-inline-dialog-bg-color);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('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/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('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/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('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/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('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/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('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/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('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/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('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/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('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/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('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/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('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/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('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/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('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/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('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/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('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/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('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/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('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/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:#6b778c}.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 .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 .item-details dl+dl{margin-top:8px}.issue-container.skinny #viewissuesidebar .item-details dl dt{display:block;text-align:left;width:100%}.issue-container.skinny #viewissuesidebar .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 #dfe1e5;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}.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 3px}.editable-field form.aui .jira-multi-select>.representation .item-row{margin-top:1px}.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,.editable-field .has-addon-icon+a,.editable-field .text+.addon-icon,.editable-field .textarea+.addon-icon,.editable-field .has-addon-icon+.addon-icon{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-repeat:no-repeat;height:26px;width:26px;margin:0;position:absolute;right:0;top:0;z-index:1;background-color:transparent;border-width:0;padding:0}.editable-field .field-tools{border-right:1px solid #dfe1e5;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 #dfe1e5;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}.editable-field.type-radiobuttons .inline-edit-fields,.editable-field.type-multicheckboxes .inline-edit-fields{outline: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>.aui-close-button{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-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}.navigator-issue-only .command-bar{border-bottom:2px solid #ebecf0;padding:0 10px 20px}.navigator-issue-only .issue-body-content{padding-top:20px}.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.jira.jira-issue-nav-plugin:adgs-styles', location = 'content/css/issue-nav.less' */
body{min-width:0}.page-type-split .column-picker-container{display:none}.ajax-issue-search-and-view #footer{display:none}.contained-content{display:flex;flex-direction:column;height:calc(100vh - 41px)}.issue-search-header{background:#fff}#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 .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:#6b778c}.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>.filter-operation-item{display:inline;padding:0 5px}.filter-operations>.filter-operation-item: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;height:100%;clear:both;overflow:hidden}.navigator-content .issue-table-wrapper{height:100%}.empty-results{border-top:none;padding:85px 0}.navigator-group{height:100%;overflow:auto}.navigator-group>.results-panel{height:100%;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;z-index:1}.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;margin:0 2px}.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}.ajax-issue-search-and-view:not(.page-type-split) .navigator-container{overflow-y:hidden}.navigator-body{background-color:#fff}.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{display:inline-flex;align-items:center;justify-content:center;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}.issue-table-side-shadows{height:100%;position:relative;overflow:hidden}.issue-table-side-shadows::before,.issue-table-side-shadows::after{bottom:10px;content:'';opacity:0;pointer-events:none;position:absolute;top:7px;transition:0.3s opacity;width:10px}.issue-table-side-shadows::before{box-shadow:0 3px 6px 0 rgba(0,0,0,0.2);left:-10px}.issue-table-side-shadows::after{box-shadow:0 3px 6px 0 rgba(0,0,0,0.2);right:-10px}.issue-table-side-shadows.left-shadow::before{opacity:1}.issue-table-side-shadows.right-shadow::after{opacity:1}.issue-table-container{height:100%;overflow:auto}#issuetable .rowHeader th,.issue-table .rowHeader th{padding:10px}#issuetable .rowHeader th span,.issue-table .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;font-weight:600}.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{padding-left:10px}.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}.view-config-wrap{display:flex;justify-content:flex-end}.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%}.issue-search-with-sidebar{padding:0}
/* module-key = 'com.atlassian.jira.jira-issue-nav-plugin:adgs-styles', 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{display:flex;flex-direction:row;justify-content:space-between;align-items:center;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{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}
/* module-key = 'com.atlassian.jira.jira-issue-nav-plugin:adgs-styles', 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:#5e6c84}
/* module-key = 'com.atlassian.jira.jira-issue-nav-plugin:stylesheets', location = 'content/css/list-view.less' */
.page-type-navigator{overflow-y:auto}.page-type-navigator .list-view{height:calc(100% - 50px);margin:0}.page-type-navigator .count-pagination{display:flex;align-items:center;justify-content:space-between;margin:0;padding:15px 30px 15px 14px;background-color:#f4f5f7}.page-type-navigator .count-pagination .results-count-text{margin-right:15px}.page-type-navigator .count-pagination .results-count-text .results-count-start,.page-type-navigator .count-pagination .results-count-text .results-count-end,.page-type-navigator .count-pagination .results-count-text .results-count-total{font-weight:400}.page-type-navigator .count-pagination .pagination>a:not(:last-child),.page-type-navigator .count-pagination .pagination>strong,.page-type-navigator .count-pagination .pagination>span{margin-right:10px;margin-left:0}.page-type-navigator .count-pagination .pagination>:last-child{margin:0;padding:0}.page-type-navigator .count-pagination .pagination>a:nth-last-child(2){margin-right:20px}
/* 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;padding:5px 10px}.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:50px}.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;width:50px;top:2px;left:0;bottom:0;right:0}.iic-widget__issue-type-selector__trigger{position:relative}.iic-widget__issue-type-selector__trigger img{display:block}.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;color:#172b4d}.iic-widget__summary:focus{outline:none}.iic-widget__summary.placeholder{color:#7a869a}.iic-widget__summary::-webkit-input-placeholder{color:#7a869a}.iic-widget__summary::-moz-placeholder{color:#7a869a}.iic-widget__summary:-ms-input-placeholder{color:#7a869a}.iic-widget__summary:-moz-placeholder{color:#7a869a}.iic-widget__description{position:relative;display:inline-block;color:#6b778c;padding:0 10px 0 6px;font-size:12px}.iic-widget__description-container{display:inline-block}.iic-widget__description_invisible{visibility:hidden}.iic-widget__footer{font-size:12px;padding-right:5px;margin-top:10px}.iic-widget__more.aui-button,.iic-widget__cancel.aui-button{float:right;margin-left:1em}.iic-widget__more.aui-button.aui-button-subtle{padding:0 5px 0 7px;vertical-align:5px}.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;justify-content:flex-end}.pager .aui-icon{vertical-align:middle}.pager .showing{margin-right:10px;white-space:nowrap}
/* module-key = 'com.atlassian.auiplugin:split_aui.splitchunk.vendors--f29b9b9def', location = 'aui.splitchunk.vendors--f29b9b9def.css' */
.ui-draggable-handle{touch-action:none}
/* 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:2}.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:3}.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;z-index:3}.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;padding:2px}.subnavigator-trigger.aui-button.aui-dropdown2-trigger{margin-left:10px}.subnavigator-title{float:left;position:relative;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:2}.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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/5.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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/5.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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/5.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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/5.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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/5.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:split_aui.component.dialog2', location = 'aui.component.dialog2.css' */
.aui-dialog2{box-shadow:0 8px 16px -4px var(--aui-shadow2),0 0 1px var(--aui-shadow2);background-color:var(--aui-dialog-bg-color);box-sizing:border-box;border-radius:3px;left:0;margin-left:auto;margin-right:auto;position:relative;right:0}@supports (-ms-accelerator:true) or (-ms-ime-align:auto){.aui-dialog2{box-shadow:0 8px 16px -4px var(--aui-shadow2),0 0 1px var(--aui-shadow1),1px 0 1px var(--aui-shadow1),-1px 0 1px var(--aui-shadow1),0 -1px 1px var(--aui-shadow1)}}.aui-dialog2.aui-layer{overflow:visible;position:fixed;top:100px}.aui-dialog2.aui-layer .aui-dialog2-content,.aui-dialog2.aui-layer .aui-dialog2-footer,.aui-dialog2.aui-layer .aui-dialog2-header{opacity:0;transition:opacity .2s,visibility .2s;transition-delay:0s;visibility:hidden}.aui-dialog2.aui-layer[open]:not([hidden]) .aui-dialog2-content,.aui-dialog2.aui-layer[open]:not([hidden]) .aui-dialog2-footer,.aui-dialog2.aui-layer[open]:not([hidden]) .aui-dialog2-header{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-large .aui-dialog2-content,.aui-dialog2-xlarge .aui-dialog2-content{min-height:386px}.aui-dialog2-content{max-height:100%;background-color:var(--aui-dialog-bg-color);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 var(--aui-dialog-border-color);box-sizing:border-box;height:62px;padding:15px 20px;border-radius:3px 3px 0 0;color:var(--aui-body-text);display:table;font-weight:400;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:-.008em;text-transform:none}.aui-dialog2[data-aui-modal=true] .aui-dialog2-header-close{display:none}.aui-dialog2-footer{border-top:2px solid var(--aui-dialog-border-color);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:var(--aui-dialog-footer-hint-text-color);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:var(--aui-body-text);max-width:400px}.aui-dialog2-footer-actions,.aui-dialog2-header-close,.aui-dialog2-header-secondary{text-align:right}.aui-dialog2-footer-actions{float:right}.aui-dialog2-warning .aui-dialog2-header{--aui-focus:var(--aui-dialog-header-warning-text-color);--aui-close-button-icon-color:var(--aui-dialog-header-warning-text-color);background-color:var(--aui-dialog-header-warning-bg-color);border-bottom-color:var(--aui-dialog-header-warning-bg-color);color:var(--aui-dialog-header-warning-text-color)}.aui-dialog2-warning .aui-dialog2-header .aui-dialog2-header-actions a,.aui-dialog2-warning .aui-dialog2-header .aui-dialog2-header-main,.aui-dialog2-warning .aui-dialog2-header .aui-dialog2-header-secondary a{color:inherit}.aui-dialog2 .aui-iconfont-close-dialog:before{content:"\F11B"}@media (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 (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 (max-height:300px){.aui-dialog2.aui-layer{box-shadow:none;height:100vh;width:100vw;top:0}}@media (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 (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 (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 (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-actions,.aui-dialog2-header>.aui-dialog2-header-secondary{display:block;flex:1}}
/* 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{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.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("/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/6.0.1/_/download/resources/com.atlassian.gadgets.dashboard:dashboard/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('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/6.0.1/_/download/resources/com.atlassian.gadgets.dashboard:dashboard/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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/6.0.1/_/download/resources/com.atlassian.gadgets.dashboard:dashboard/images/icons/add_20.png);}#dash-options .icon-edit{background-image:url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/6.0.1/_/download/resources/com.atlassian.gadgets.dashboard:dashboard/images/icons/edit_20.png);}#dash-options .icon-tools{background-image:url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/6.0.1/_/download/resources/com.atlassian.gadgets.dashboard:dashboard/images/icons/tools_20.png);}#dash-options .icon-restore{background-image:url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/6.0.1/_/download/resources/com.atlassian.gadgets.dashboard:dashboard/images/icons/ico_dash_666_restore.gif);}#gadget-dialog input[type='text']::-ms-clear{display:none;}.gadget-menu button{background:none;border:none;padding:0;cursor:pointer;}
/* module-key = 'com.atlassian.gadgets.dashboard:dashboard', location = 'css/dashboard-item.css' */
.dashboard-item-content .loading{background:url("/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/6.0.1/_/download/resources/com.atlassian.gadgets.dashboard:dashboard/css/images/loading.gif") center no-repeat;}.dashboard-item-content .loading-small{background:url("/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/6.0.1/_/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/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: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('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/6.0.1/_/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('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/6.0.1/_/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.gadgets.dashboard:dashboard', 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("/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/6.0.1/_/download/resources/com.atlassian.gadgets.dashboard:dashboard/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{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-icon:hover,.gadget .gadget-menu .aui-dd-trigger:hover{opacity:1;}.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:hover{text-decoration:none;}.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:dashboard', 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.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("/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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("/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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("/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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("/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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("/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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:split_aui.splitchunk.16f099a0da', location = 'aui.splitchunk.16f099a0da.css' */
table.aui{border-collapse:collapse;width:100%}table.aui table.aui{margin:0}table.aui>caption{color:var(--aui-table-caption-text-color);background:var(--aui-table-caption-bg-color);border-bottom:1px solid var(--aui-table-border-color);caption-side:top;padding:7px 10px;text-align:left}table.aui>tbody>tr>td,table.aui>tbody>tr>th,table.aui>tfoot>tr>td,table.aui>tfoot>tr>th,table.aui>thead>tr>td,table.aui>thead>tr>th{padding:7px 10px;text-align:left;vertical-align:top}table.aui>tbody>tr>td>ul.menu,table.aui>tbody>tr>th>ul.menu,table.aui>tfoot>tr>td>ul.menu,table.aui>tfoot>tr>th>ul.menu,table.aui>thead>tr>td>ul.menu,table.aui>thead>tr>th>ul.menu{list-style-type:none;margin:0;padding:0}table.aui>tbody>tr>td>ul.menu>li,table.aui>tbody>tr>th>ul.menu>li,table.aui>tfoot>tr>td>ul.menu>li,table.aui>tfoot>tr>th>ul.menu>li,table.aui>thead>tr>td>ul.menu>li,table.aui>thead>tr>th>ul.menu>li{float:left;margin:0 10px 0 0;width:auto}table.aui>tbody>tr,table.aui>tfoot>tr{background:var(--aui-table-row-bg-color);color:var(--aui-table-row-text-color)}table.aui>tbody>tr:first-child>td,table.aui>tbody>tr:first-child>th,table.aui>tfoot>tr:first-child>td,table.aui>tfoot>tr:first-child>th{border-top:1px solid var(--aui-table-border-color)}table.aui>thead{border-bottom:2px solid var(--aui-table-border-color)}table.aui>tbody>tr>th,table.aui>thead>tr>th{color:var(--aui-table-heading-text-color);font-size:12px;font-weight:600;line-height:1.66666667;letter-spacing:0;text-transform:none}table.aui>tbody>tr>th{font-size:inherit;background:var(--aui-table-header-bg-color)}table.aui .aui-button-link{padding-top:0;padding-bottom:0;line-height:inherit;height:auto;border:0}table.aui:not(.aui-table-list)>tbody>tr>td,table.aui:not(.aui-table-list)>tbody>tr>th,table.aui:not(.aui-table-list)>tfoot>tr>td,table.aui:not(.aui-table-list)>tfoot>tr>th{border-bottom:1px solid var(--aui-table-border-color)}table.aui.aui-table-interactive>tbody>tr:focus-within,table.aui.aui-table-interactive>tbody>tr:hover,table.aui.aui-table-list>tbody>tr:focus-within,table.aui.aui-table-list>tbody>tr:hover{background:var(--aui-table-list-row-hover-color)}table.aui.aui-table-interactive>tbody>tr.aui-row-subtle *,table.aui.aui-table-list>tbody>tr.aui-row-subtle *{color:var(--aui-table-list-row-subtle-color)}table.aui.aui-table-interactive>tbody>tr.aui-row-subtle * .aui-avatar,table.aui.aui-table-interactive>tbody>tr.aui-row-subtle * .aui-button,table.aui.aui-table-interactive>tbody>tr.aui-row-subtle * .aui-icon,table.aui.aui-table-list>tbody>tr.aui-row-subtle * .aui-avatar,table.aui.aui-table-list>tbody>tr.aui-row-subtle * .aui-button,table.aui.aui-table-list>tbody>tr.aui-row-subtle * .aui-icon{opacity:.8}
/* module-key = 'com.atlassian.auiplugin:split_aui.component.restful-table', location = 'aui.component.restful-table.css' */
.aui-restfultable-init{text-align:center;vertical-align:middle;padding:20px}.aui-restfultable-init .aui-restfultable-loading{display:flex;justify-content:center}.aui-restfultable-init .aui-restfultable-loading aui-spinner{margin-right:8px}table.aui.aui-restfultable>thead>tr>th{background-color:var(--aui-restfultable-header-row-bg-color);color:var(--aui-restfultable-header-row-text-color)}.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-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/AAAAGUlEQVQI12NgAIJz507/Z4AxVqxYAuEgAwD26QnAz+WLlgAAAABJRU5ErkJggg==);cursor:move}.aui-restfultable-create td{border:solid var(--aui-restfultable-row-create-border-color);border-width:1px 0}.aui-restfultable .aui-restfultable-create .aui-restfultable-draghandle{display:none}.aui-restfultable-focused:not(.aui-restfultable-disabled){border-color:var(--aui-restfultable-row-focused-border-color);border-style:solid;border-width:2px 0}.aui-restfultable-row.aui-restfultable-disabled td{opacity:.5}.aui-restfultable-readonly.ui-sortable-helper{white-space:nowrap}.aui-restfultable-readonly.aui-restfultable-movable>div{background-color:var(--aui-restfultable-row-moving-bg-color)!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:var(--aui-restfultable-editable-em-text-color)}.aui-restfultable-row.aui-restfultable-active{background-color:var(--aui-restfultable-row-active-bg-color)}.aui-restfultable-allowhover tr:hover td{background-color:var(--aui-restfultable-row-hover-bg-color)}.aui-restfultable-allowhover td:hover .aui-restfultable-editable{visibility:visible;background:var(--aui-restfultable-row-editable-hover-bg-color);cursor:pointer}.aui-restfultable .error{clear:both;color:var(--aui-restfultable-error-text-color);display:block;margin:5px 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:split_aui.component.progressbar', location = 'aui.component.progressbar.css' */
aui-progressbar{display:block}.aui-progress-indicator{background:var(--aui-progressbar-track-color);border-radius:3px;height:6px;overflow:hidden;position:relative;width:100%}.aui-progress-indicator-value{animation:progressSlide 5s infinite ease-in-out;border-radius:3px;display:block;height:6px;transition:none;position:absolute;width:10%;background:var(--aui-progressbar-color)}@keyframes progressSlide{0%{left:0}50%{left:90%}to{left:0}}.aui-progress-indicator[data-value] .aui-progress-indicator-value{animation:none;left:0;background:var(--aui-progressbar-color);border-radius:3px;transition:width .5s}.aui-progress-indicator-static[data-value] .aui-progress-indicator-value{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%;white-space:nowrap;margin:0 10px 0 0}.favourite-filters-item .counts ul{float:right;list-style-type:none}.favourite-filters-item .counts ul li{display:inline;margin-left:5px}.favourite-filters-item .counts ul li .aui-iconfont-error::before{color:#DE350B}.favourite-filters-item .counts ul li .aui-iconfont-warning::before{color:#FF991F}.favourite-filters-item .counts ul li .aui-iconfont-refresh{cursor:pointer}.favourite-filters-item .counts aui-spinner{margin:auto 0 auto auto}.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:split_aui.component.form.toggle', location = 'aui.component.form.toggle.css' */
aui-toggle{border-radius:2.16666667em;box-sizing:border-box;cursor:pointer;display:inline-block;font-size:12px;height:2.16666667em;padding:6px 8px;position:relative;vertical-align:baseline;width:60px}aui-toggle .aui-toggle-view .aui-icon{--aui-icon-size:16px}aui-toggle:before{content:"\A0"}aui-toggle:after{background-color:transparent;border-radius:2.16666667em;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:var(--aui-toggle-default-bg-hover-color)}aui-toggle:not([disabled]):not([busy]):hover .aui-toggle-input:checked+.aui-toggle-view{background-color:var(--aui-toggle-on-hover-color)}aui-toggle[busy],aui-toggle[disabled]{cursor:auto}aui-toggle[busy] .aui-toggle-input,aui-toggle[disabled] .aui-toggle-input{cursor:auto;pointer-events:none}aui-toggle[busy] .aui-toggle-cross:before,aui-toggle[busy] .aui-toggle-tick:before{opacity:0;transition:auto}aui-toggle[busy]:after{background-color:var(--aui-toggle-disabled-overlay-color)}aui-toggle[busy] .aui-icon aui-spinner[size=small]{color:inherit;position:absolute;top:-2px;left:-2px}aui-toggle[disabled]{-webkit-filter:opacity(.5);filter:opacity(.5)}aui-toggle:focus-within{outline-style:none;box-shadow:0 0 0 2px var(--aui-focus)}aui-toggle.active{outline-style:none;box-shadow:0 0 0 2px var(--aui-focus)}.aui-toggle-input{-webkit-appearance:button;-moz-appearance:radio-container;cursor:pointer;height:100%;margin:0;padding:0;width:100%}.aui-toggle-input,.aui-toggle-view{border-radius:2.16666667em;bottom:0;left:0;position:absolute;right:0;top:0}.aui-toggle-view{background-color:var(--aui-toggle-default-bg-color);box-sizing:border-box;display:block;pointer-events:none;transition:background-color .1s linear}.aui-toggle-view:after{background-color:var(--aui-toggle-button-color);border-radius:50%;bottom:2px;content:"";display:block;left:2px;position:absolute;top:2px;transition:transform .15s ease-in-out;width:23px}.aui-toggle-cross,.aui-toggle-tick{position:absolute;top:5px}.aui-toggle-cross:before,.aui-toggle-tick:before{transition:opacity .25s ease-in-out}.aui-toggle-tick{color:var(--aui-toggle-tick-color);left:8px}.aui-toggle-cross{color:var(--aui-toggle-cross-color);right:8px}.aui-toggle-input.indeterminate-checked+.aui-toggle-view,.aui-toggle-input:checked:enabled+.aui-toggle-view{background-color:var(--aui-toggle-on-color)}.aui-toggle-input.indeterminate-checked+.aui-toggle-view:after,.aui-toggle-input:checked+.aui-toggle-view:after{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.atlassian.auiplugin:split_aui.component.form.date-select', location = 'aui.component.form.date-select.css' */
.aui-datepicker-dialog{max-width:255px}.aui-datepicker-dialog .aui-datepicker-hint{background:var(--aui-datepicker-panel-bg-color);border-bottom:1px solid var(--aui-datepicker-panel-divider-color);color:var(--aui-datepicker-hint-text-color);font-size:14px;padding:2px 5px;border-radius:3.01px;box-shadow:0 4px 8px -2px var(--aui-shadow2),0 0 1px var(--aui-shadow2)}@supports (-ms-accelerator:true) or (-ms-ime-align:auto){.aui-datepicker-dialog .aui-datepicker-hint{box-shadow:0 4px 8px -2px var(--aui-shadow2),0 0 1px var(--aui-shadow1),1px 0 1px var(--aui-shadow1),-1px 0 1px var(--aui-shadow1),0 -1px 1px var(--aui-shadow1)}}.aui-datepicker-dialog .aui-inline-dialog-contents,.aui-datepicker-dialog .contents{padding:0}.aui-datepicker-dialog .arrow.aui-css-arrow:not(.aui-bottom-arrow):after,.aui-datepicker-dialog .aui-inline-dialog-arrow.aui-css-arrow:not(.aui-bottom-arrow):after{border-bottom-color:var(--aui-datepicker-panel-bg-color);top:2px}.aui-datepicker-dialog .ui-datepicker{background:inherit;color:inherit;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;padding:0}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-header{background:var(--aui-datepicker-heading-bg-color);height:14px;margin:0;padding:10px;position:relative}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-title{color:var(--aui-datepicker-heading-text-color);font-size:14px;font-weight:700;height:14px;line-height:14px;margin:0;padding:0;text-align:center}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar{border-spacing:0;margin:0;table-layout:fixed;width:100%}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar thead{background:var(--aui-datepicker-heading-bg-color)}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar tbody{background:var(--aui-datepicker-panel-bg-color);padding-bottom:5px}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar th{line-height:15px;color:var(--aui-datepicker-heading-weekdays-text-color);font-size:11px;font-weight:600;line-height:1.45454545;letter-spacing:0;text-transform:uppercase}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar td,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar th{cursor:default;padding:0;width:35px}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar td a,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar td span{border:1px solid transparent;border-radius:3.01px;box-sizing:border-box;display:block;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:25px;padding:0;text-align:center}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar td a{background:var(--aui-datepicker-option-bg-color);color:var(--aui-datepicker-option-text-color);text-decoration:none;text-align:center}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar td a:active,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar td a:focus,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar td a:hover{background:var(--aui-datepicker-option-focus-bg-color);border-color:var(--aui-datepicker-option-focus-bg-color);color:var(--aui-datepicker-option-focus-text-color)}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a{color:var(--aui-datepicker-option-selected-text-color)}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a:focus,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a:hover{background:var(--aui-datepicker-option-selected-bg-color);border-color:var(--aui-datepicker-option-selected-bg-color)}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-today{font-weight:700;text-decoration:underline;text-decoration-width:2px}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-unselectable{background-color:var(--aui-datepicker-option-unselectable-bg-color);color:var(--aui-datepicker-option-unselectable-text-color)}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-other-month.ui-datepicker-unselectable{background-color:var(--aui-datepicker-option-bg-color)}.aui-datepicker-dialog .ui-widget-header{font-weight:400}.aui-datepicker-dialog .ui-widget-content,.aui-datepicker-dialog .ui-widget-header{border:none}.aui-datepicker-dialog .ui-datepicker td a,.aui-datepicker-dialog .ui-datepicker td a:active,.aui-datepicker-dialog .ui-datepicker td a:focus,.aui-datepicker-dialog .ui-datepicker td a:hover,.aui-datepicker-dialog .ui-datepicker td span,.aui-datepicker-dialog .ui-datepicker td span:active,.aui-datepicker-dialog .ui-datepicker td span:focus,.aui-datepicker-dialog .ui-datepicker td span:hover{text-decoration:none}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-next,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-next-hover,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-prev,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-prev-hover{cursor:default;height:100%;line-height:35px;padding:0;position:absolute;text-align:center;top:0;width:40px;border-width:0}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-next-hover span,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-next span,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-prev-hover span,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;bottom:0;right:0;left:0;top:0;margin:0;width:100%;text-indent:0}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-prev,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-prev-hover{left:0}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-next,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-next-hover{right:0}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled:active,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled:focus,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled:hover,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled:active,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled:focus,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled:hover{color:var(--aui-datepicker-disabled-text-color)}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar>thead>tr>th{padding-bottom:5px;border-bottom:1px solid var(--aui-datepicker-panel-divider-color)}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar>tbody>tr>td:first-child,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar>thead>tr>th:first-child{padding-left:5px}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar>tbody>tr>td:last-child,.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar>thead>tr>th:last-child{padding-right:5px}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar>tbody>tr:first-child>td{padding-top:5px}.aui-datepicker-dialog .ui-datepicker .ui-datepicker-calendar>tbody>tr:last-child>td{padding-bottom:5px}.aui-calendar-widget{display:inline-flex;flex-direction:column}
/* module-key = 'com.kanoah.test-manager:split_gadgets.bundle', location = 'com/kanoah/testmanager/frontend/zs-styles-7.5538d624.css' */
.angular-ui-tree-empty{border:1px dashed #bbb;min-height:100px;background-color:#e5e5e5;background-image:-webkit-linear-gradient(45deg,#fff 25%,transparent 0,transparent 75%,#fff 0,#fff),-webkit-linear-gradient(45deg,#fff 25%,transparent 0,transparent 75%,#fff 0,#fff);background-image:-moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);background-image:linear-gradient(45deg,#fff 25%,transparent 0,transparent 75%,#fff 0,#fff),linear-gradient(45deg,#fff 25%,transparent 0,transparent 75%,#fff 0,#fff);background-size:60px 60px;background-position:0 0,30px 30px}.angular-ui-tree-nodes{display:block;position:relative;margin:0;padding:0;list-style:none}.angular-ui-tree-nodes .angular-ui-tree-nodes{padding-left:20px}.angular-ui-tree-node,.angular-ui-tree-placeholder{display:block;position:relative;margin:0;padding:0;min-height:20px;line-height:20px}.angular-ui-tree-hidden{display:none}.angular-ui-tree-placeholder{margin:5px 0;padding:0;min-height:30px}.angular-ui-tree-handle{cursor:move;text-decoration:none;font-weight:700;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-height:20px;line-height:20px}.angular-ui-tree-drag{position:absolute}tags-input{display:block}tags-input *,tags-input :after,tags-input :before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}tags-input .host{position:relative;margin-top:5px;margin-bottom:5px;height:100%}tags-input .host:active{outline:none}tags-input .tags{-moz-appearance:textfield;-webkit-appearance:textfield;padding:1px;overflow:hidden;word-wrap:break-word;cursor:text;background-color:#fff;border:1px solid #a9a9a9;box-shadow:inset 1px 1px 1px 0 #d3d3d3;height:100%}tags-input .tags.focused{outline:none;-webkit-box-shadow:0 0 3px 1px rgba(5,139,242,.6);-moz-box-shadow:0 0 3px 1px rgba(5,139,242,.6);box-shadow:0 0 3px 1px rgba(5,139,242,.6)}tags-input .tags .tag-list{margin:0;padding:0;list-style-type:none}tags-input .tags .tag-item{margin:2px;padding:0 5px;display:inline-block;float:left;font:14px Helvetica Neue,Helvetica,Arial,sans-serif;height:26px;line-height:25px;border:1px solid #acacac;border-radius:3px;background:-webkit-linear-gradient(top,#f0f9ff,#cbebff 47%,#a1dbff);background:linear-gradient(180deg,#f0f9ff 0,#cbebff 47%,#a1dbff)}tags-input .tags .tag-item.selected{background:-webkit-linear-gradient(top,#febbbb,#fe9090 45%,#ff5c5c);background:linear-gradient(180deg,#febbbb 0,#fe9090 45%,#ff5c5c)}tags-input .tags .tag-item .remove-button{margin:0 0 0 5px;padding:0;border:none;background:none;cursor:pointer;vertical-align:middle;font:700 16px Arial,sans-serif;color:#585858}tags-input .tags .tag-item .remove-button:active{color:red}tags-input .tags .input{border:0;outline:none;margin:2px;padding:0 0 0 5px;float:left;height:26px;font:14px Helvetica Neue,Helvetica,Arial,sans-serif}tags-input .tags .input.invalid-tag{color:red}tags-input .tags .input::-ms-clear{display:none}tags-input.ng-invalid .tags{-webkit-box-shadow:0 0 3px 1px rgba(255,0,0,.6);-moz-box-shadow:0 0 3px 1px rgba(255,0,0,.6);box-shadow:0 0 3px 1px rgba(255,0,0,.6)}tags-input[disabled] .host:focus{outline:none}tags-input[disabled] .tags{background-color:#eee;cursor:default}tags-input[disabled] .tags .tag-item{opacity:.65;background:-webkit-linear-gradient(top,#f0f9ff,rgba(203,235,255,.75) 47%,rgba(161,219,255,.62));background:linear-gradient(180deg,#f0f9ff 0,rgba(203,235,255,.75) 47%,rgba(161,219,255,.62))}tags-input[disabled] .tags .tag-item .remove-button{cursor:default}tags-input[disabled] .tags .tag-item .remove-button:active{color:#585858}tags-input[disabled] .tags .input{background-color:#eee;cursor:default}tags-input .autocomplete{margin-top:5px;position:absolute;padding:5px 0;z-index:999;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}tags-input .autocomplete .suggestion-list{margin:0;padding:0;list-style-type:none;max-height:280px;overflow-y:auto;position:relative}tags-input .autocomplete .suggestion-item{padding:5px 10px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font:16px Helvetica Neue,Helvetica,Arial,sans-serif;color:#000;background-color:#fff}tags-input .autocomplete .suggestion-item.selected,tags-input .autocomplete .suggestion-item.selected em{color:#fff;background-color:#0097cf}tags-input .autocomplete .suggestion-item em{font:normal 700 16px Helvetica Neue,Helvetica,Arial,sans-serif;color:#000;background-color:#fff}.cg-busy{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1001}.cg-busy-animation.ng-hide-add,.cg-busy-animation.ng-hide-remove{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;display:block!important}.cg-busy-animation.ng-hide-remove{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}.cg-busy-animation.ng-hide-add,.cg-busy-animation.ng-hide-remove.ng-hide-remove-active{opacity:1;-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);transform:translate(0)}.cg-busy-animation.ng-hide-add.ng-hide-add-active{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}.cg-busy-backdrop{background-color:#fff;opacity:.7}.cg-busy-backdrop-animation.ng-hide-add,.cg-busy-backdrop-animation.ng-hide-remove{-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;display:block!important}.cg-busy-backdrop-animation.ng-hide{opacity:0}.cg-busy-default-wrapper{text-align:center}.cg-busy-default-sign{display:inline-block;position:relative;z-index:1002;padding-bottom:6px;color:#333;text-shadow:0 1px 1px hsla(0,0%,100%,.75);background-color:#e9eeee;border:1px solid #ddd;border-top:0 solid #ddd;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;border-top-left-radius:0;border-top-right-radius:0;-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 2px rgba(0,0,0,.05)}.cg-busy-default-text{margin:13px 12px 6px 49px;font-size:16px;color:#555;text-align:left;max-width:400px}.cg-busy-default-spinner{position:absolute;width:25px;height:25px;display:inline-block;top:12px;left:14px}.cg-busy-default-spinner div{width:12%;height:26%;background:#000;position:absolute;left:44.5%;top:37%;opacity:0;-webkit-animation:cg-busy-spinner-anim 1s linear infinite;-moz-animation:cg-busy-spinner-anim 1s linear infinite;-ms-animation:cg-busy-spinner-anim 1s linear infinite;-o-animation:cg-busy-spinner-anim 1s linear infinite;animation:cg-busy-spinner-anim 1s linear infinite;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);-moz-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px rgba(0,0,0,.2)}.cg-busy-default-spinner div.bar1{-webkit-transform:rotate(0deg) translateY(-142%);-moz-transform:rotate(0deg) translateY(-142%);-ms-transform:rotate(0deg) translateY(-142%);-o-transform:rotate(0deg) translateY(-142%);transform:rotate(0deg) translateY(-142%);-webkit-animation-delay:0s;-moz-animation-delay:0s;-ms-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.cg-busy-default-spinner div.bar2{-webkit-transform:rotate(30deg) translateY(-142%);-moz-transform:rotate(30deg) translateY(-142%);-ms-transform:rotate(30deg) translateY(-142%);-o-transform:rotate(30deg) translateY(-142%);transform:rotate(30deg) translateY(-142%);-webkit-animation-delay:-.9167s;-moz-animation-delay:-.9167s;-ms-animation-delay:-.9167s;-o-animation-delay:-.9167s;animation-delay:-.9167s}.cg-busy-default-spinner div.bar3{-webkit-transform:rotate(60deg) translateY(-142%);-moz-transform:rotate(60deg) translateY(-142%);-ms-transform:rotate(60deg) translateY(-142%);-o-transform:rotate(60deg) translateY(-142%);transform:rotate(60deg) translateY(-142%);-webkit-animation-delay:-.833s;-moz-animation-delay:-.833s;-ms-animation-delay:-.833s;-o-animation-delay:-.833s;animation-delay:-.833s}.cg-busy-default-spinner div.bar4{-webkit-transform:rotate(90deg) translateY(-142%);-moz-transform:rotate(90deg) translateY(-142%);-ms-transform:rotate(90deg) translateY(-142%);-o-transform:rotate(90deg) translateY(-142%);transform:rotate(90deg) translateY(-142%);-webkit-animation-delay:-.75s;-moz-animation-delay:-.75s;-ms-animation-delay:-.75s;-o-animation-delay:-.75s;animation-delay:-.75s}.cg-busy-default-spinner div.bar5{-webkit-transform:rotate(120deg) translateY(-142%);-moz-transform:rotate(120deg) translateY(-142%);-ms-transform:rotate(120deg) translateY(-142%);-o-transform:rotate(120deg) translateY(-142%);transform:rotate(120deg) translateY(-142%);-webkit-animation-delay:-.667s;-moz-animation-delay:-.667s;-ms-animation-delay:-.667s;-o-animation-delay:-.667s;animation-delay:-.667s}.cg-busy-default-spinner div.bar6{-webkit-transform:rotate(150deg) translateY(-142%);-moz-transform:rotate(150deg) translateY(-142%);-ms-transform:rotate(150deg) translateY(-142%);-o-transform:rotate(150deg) translateY(-142%);transform:rotate(150deg) translateY(-142%);-webkit-animation-delay:-.5833s;-moz-animation-delay:-.5833s;-ms-animation-delay:-.5833s;-o-animation-delay:-.5833s;animation-delay:-.5833s}.cg-busy-default-spinner div.bar7{-webkit-transform:rotate(180deg) translateY(-142%);-moz-transform:rotate(180deg) translateY(-142%);-ms-transform:rotate(180deg) translateY(-142%);-o-transform:rotate(180deg) translateY(-142%);transform:rotate(180deg) translateY(-142%);-webkit-animation-delay:-.5s;-moz-animation-delay:-.5s;-ms-animation-delay:-.5s;-o-animation-delay:-.5s;animation-delay:-.5s}.cg-busy-default-spinner div.bar8{-webkit-transform:rotate(210deg) translateY(-142%);-moz-transform:rotate(210deg) translateY(-142%);-ms-transform:rotate(210deg) translateY(-142%);-o-transform:rotate(210deg) translateY(-142%);transform:rotate(210deg) translateY(-142%);-webkit-animation-delay:-.41667s;-moz-animation-delay:-.41667s;-ms-animation-delay:-.41667s;-o-animation-delay:-.41667s;animation-delay:-.41667s}.cg-busy-default-spinner div.bar9{-webkit-transform:rotate(240deg) translateY(-142%);-moz-transform:rotate(240deg) translateY(-142%);-ms-transform:rotate(240deg) translateY(-142%);-o-transform:rotate(240deg) translateY(-142%);transform:rotate(240deg) translateY(-142%);-webkit-animation-delay:-.333s;-moz-animation-delay:-.333s;-ms-animation-delay:-.333s;-o-animation-delay:-.333s;animation-delay:-.333s}.cg-busy-default-spinner div.bar10{-webkit-transform:rotate(270deg) translateY(-142%);-moz-transform:rotate(270deg) translateY(-142%);-ms-transform:rotate(270deg) translateY(-142%);-o-transform:rotate(270deg) translateY(-142%);transform:rotate(270deg) translateY(-142%);-webkit-animation-delay:-.25s;-moz-animation-delay:-.25s;-ms-animation-delay:-.25s;-o-animation-delay:-.25s;animation-delay:-.25s}.cg-busy-default-spinner div.bar11{-webkit-transform:rotate(300deg) translateY(-142%);-moz-transform:rotate(300deg) translateY(-142%);-ms-transform:rotate(300deg) translateY(-142%);-o-transform:rotate(300deg) translateY(-142%);transform:rotate(300deg) translateY(-142%);-webkit-animation-delay:-.1667s;-moz-animation-delay:-.1667s;-ms-animation-delay:-.1667s;-o-animation-delay:-.1667s;animation-delay:-.1667s}.cg-busy-default-spinner div.bar12{-webkit-transform:rotate(330deg) translateY(-142%);-moz-transform:rotate(330deg) translateY(-142%);-ms-transform:rotate(330deg) translateY(-142%);-o-transform:rotate(330deg) translateY(-142%);transform:rotate(330deg) translateY(-142%);-webkit-animation-delay:-.0833s;-moz-animation-delay:-.0833s;-ms-animation-delay:-.0833s;-o-animation-delay:-.0833s;animation-delay:-.0833s}@-webkit-keyframes cg-busy-spinner-anim{0%{opacity:1}to{opacity:.25}}@-moz-keyframes cg-busy-spinner-anim{0%{opacity:1}to{opacity:.25}}@keyframes cg-busy-spinner-anim{0%{opacity:1}to{opacity:.25}}.pvtUi{color:#333}table.pvtTable{font-size:8pt;text-align:left;border-collapse:collapse}table.pvtTable tbody tr th,table.pvtTable thead tr th{background-color:#e6eeee;border:1px solid #cdcdcd;font-size:8pt;padding:5px}table.pvtTable .pvtColLabel{text-align:center}table.pvtTable .pvtTotalLabel{text-align:right}table.pvtTable tbody tr td{color:#3d3d3d;padding:5px;background-color:#fff;border:1px solid #cdcdcd;vertical-align:top;text-align:right}.pvtGrandTotal,.pvtTotal{font-weight:700}.pvtVals{text-align:center;white-space:nowrap}.pvtColOrder,.pvtRowOrder{cursor:pointer;width:15px;margin-left:5px;display:inline-block}.pvtAggregator{margin-bottom:5px}.pvtAxisContainer,.pvtVals{border:1px solid grey;background:#eee;padding:5px;min-width:20px;min-height:20px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.pvtAxisContainer li{padding:8px 6px;list-style-type:none;cursor:move}.pvtAxisContainer li.pvtPlaceholder{-webkit-border-radius:5px;padding:3px 15px;-moz-border-radius:5px;border-radius:5px;border:1px dashed #aaa}.pvtAxisContainer li span.pvtAttr{-webkit-text-size-adjust:100%;background:#f3f3f3;border:1px solid #dedede;padding:2px 5px;white-space:nowrap;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.pvtTriangle{cursor:pointer;color:grey}.pvtHorizList li{display:inline}.pvtVertList{vertical-align:top}.pvtFilteredAttribute{font-style:italic}.pvtFilterBox{z-index:100;width:300px;border:1px solid grey;background-color:#fff;position:absolute;text-align:center}.pvtFilterBox h4{margin:15px}.pvtFilterBox p{margin:10px auto}.pvtFilterBox label{font-weight:400}.pvtFilterBox input[type=checkbox]{margin-right:10px;margin-left:10px}.pvtFilterBox input[type=text]{width:230px}.pvtFilterBox .count{color:grey;font-weight:400;margin-left:3px}.pvtCheckContainer{text-align:left;font-size:14px;white-space:nowrap;overflow-y:scroll;width:100%;max-height:250px;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3}.pvtCheckContainer p{margin:5px}.pvtRendererArea{padding:5px}.c3 svg{font:10px sans-serif;-webkit-tap-highlight-color:transparent}.c3 line,.c3 path{fill:none;stroke:#000}.c3 text{-webkit-user-select:none;-moz-user-select:none;user-select:none}.c3-bars path,.c3-event-rect,.c3-legend-item-tile,.c3-xgrid-focus,.c3-ygrid{shape-rendering:crispEdges}.c3-chart-arc path{stroke:#fff}.c3-chart-arc rect{stroke:#fff;stroke-width:1}.c3-chart-arc text{fill:#fff;font-size:13px}.c3-grid line{stroke:#aaa}.c3-grid text{fill:#aaa}.c3-xgrid,.c3-ygrid{stroke-dasharray:3 3}.c3-text.c3-empty{fill:grey;font-size:2em}.c3-line{stroke-width:1px}.c3-circle._expanded_{stroke-width:1px;stroke:#fff}.c3-selected-circle{fill:#fff;stroke-width:2px}.c3-bar{stroke-width:0}.c3-bar._expanded_{fill-opacity:1;fill-opacity:.75}.c3-target.c3-focused{opacity:1}.c3-target.c3-focused path.c3-line,.c3-target.c3-focused path.c3-step{stroke-width:2px}.c3-target.c3-defocused{opacity:.3!important}.c3-region{fill:#4682b4;fill-opacity:.1}.c3-brush .extent{fill-opacity:.1}.c3-legend-item{font-size:12px}.c3-legend-item-hidden{opacity:.15}.c3-legend-background{opacity:.75;fill:#fff;stroke:#d3d3d3;stroke-width:1}.c3-title{font:14px sans-serif}.c3-tooltip-container{z-index:10}.c3-tooltip{border-collapse:collapse;border-spacing:0;background-color:#fff;empty-cells:show;-webkit-box-shadow:7px 7px 12px -9px #777;-moz-box-shadow:7px 7px 12px -9px #777;box-shadow:7px 7px 12px -9px #777;opacity:.9}.c3-tooltip tr{border:1px solid #ccc}.c3-tooltip th{background-color:#aaa;font-size:14px;padding:2px 5px;text-align:left;color:#fff}.c3-tooltip td{font-size:13px;padding:3px 6px;background-color:#fff;border-left:1px dotted #999}.c3-tooltip td>span{display:inline-block;width:10px;height:10px;margin-right:6px}.c3-tooltip td.value{text-align:right}.c3-area{stroke-width:0;opacity:.2}.c3-chart-arcs-title{dominant-baseline:middle;font-size:1.3em}.c3-chart-arcs .c3-chart-arcs-background{fill:#e0e0e0;stroke:#fff}.c3-chart-arcs .c3-chart-arcs-gauge-unit{fill:#000;font-size:16px}.c3-chart-arcs .c3-chart-arcs-gauge-max,.c3-chart-arcs .c3-chart-arcs-gauge-min{fill:#777}.c3-chart-arc .c3-gauge-value{fill:#000}.c3-chart-arc.c3-target.c3-focused g path,.c3-chart-arc.c3-target g path{opacity:1}.dragtable-sortable{list-style-type:none;margin:0;padding:0;-moz-user-select:none}.dragtable-sortable li{margin:0;padding:0;float:left;font-size:1em;background:#fff}.dragtable-sortable td,.dragtable-sortable th{border-left:0}.ui-sortable-helper{opacity:.7;filter:alpha(opacity=70)}.ui-sortable-placeholder{-moz-box-shadow:4px 5px 4px #c6c6c6 inset;-webkit-box-shadow:4px 5px 4px #c6c6c6 inset;box-shadow:inset 4px 5px 4px #c6c6c6;border-bottom:1px solid #ccc;border-top:1px solid #ccc;background:#efefef!important;visibility:visible!important}.ui-sortable-placeholder *{opacity:0;visibility:hidden}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/fonts/fontawesome-webfont.674f50d287a8c48dc19ba404d20fe713.eot);src:url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/fonts/fontawesome-webfont.674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/fonts/fontawesome-webfont.af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"),url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/fonts/fontawesome-webfont.fee66e712a8a08eef5805a46892932ad.woff) format("woff"),url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/fonts/fontawesome-webfont.b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"),url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/fonts/fontawesome-webfont.f85fd60c9c7222d7a24de6da3a640c6a.svg#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!
 * froala_editor v2.9.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2019 Froala Labs
 */.fr-element,.fr-element:focus{outline:0 solid transparent}.fr-box.fr-basic .fr-element{color:#000;padding:16px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-x:auto;min-height:52px}.fr-box.fr-basic.fr-rtl .fr-element{text-align:right}.fr-element{background:0 0;position:relative;z-index:2;-webkit-user-select:auto}.fr-element a{user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.fr-element.fr-disabled{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element [contenteditable=true]{outline:0 solid transparent}.fr-box a.fr-floating-btn{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;height:32px;width:32px;background:#fff;color:#1e88e5;-webkit-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-moz-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-ms-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-o-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;outline:0;left:0;top:0;line-height:32px;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);text-align:center;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:0}.fr-box a.fr-floating-btn svg{-webkit-transition:transform .2s ease 0s;-moz-transition:transform .2s ease 0s;-ms-transition:transform .2s ease 0s;-o-transition:transform .2s ease 0s;fill:#1e88e5}.fr-box a.fr-floating-btn i,.fr-box a.fr-floating-btn svg{font-size:14px;line-height:32px}.fr-box a.fr-floating-btn.fr-btn+.fr-btn{margin-left:10px}.fr-box a.fr-floating-btn:hover{background:#ebebeb;cursor:pointer}.fr-box a.fr-floating-btn:hover svg{fill:#1e88e5}.fr-box .fr-visible a.fr-floating-btn{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}iframe.fr-iframe{width:100%;border:0;position:relative;display:block;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-wrapper{position:relative;z-index:1}.fr-wrapper:after{clear:both;display:block;content:"";height:0}.fr-wrapper .fr-placeholder{position:absolute;font-size:12px;color:#aaa;z-index:1;display:none;top:0;left:0;right:0;overflow:hidden}.fr-wrapper.show-placeholder .fr-placeholder{display:block}.fr-wrapper ::-moz-selection{background:#b5d6fd;color:#000}.fr-wrapper ::selection{background:#b5d6fd;color:#000}.fr-box.fr-basic .fr-wrapper{background:#fff;border:0;border-top:0;top:0;left:0}.fr-box.fr-basic.fr-top .fr-wrapper{border-top:0;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.fr-box.fr-basic.fr-bottom .fr-wrapper,.fr-box.fr-basic.fr-top .fr-wrapper{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-box.fr-basic.fr-bottom .fr-wrapper{border-bottom:0;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;-webkit-box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16)}@media (min-width:992px){.fr-box.fr-document{min-width:21cm}.fr-box.fr-document .fr-wrapper{text-align:left;padding:30px;min-width:21cm;background:#efefef}.fr-box.fr-document .fr-wrapper .fr-element{text-align:left;background:#fff;width:21cm;margin:auto;min-height:26cm!important;padding:1cm 2cm;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);overflow:visible;z-index:auto}.fr-box.fr-document .fr-wrapper .fr-element hr{margin-left:-2cm;margin-right:-2cm;background:#efefef;height:1cm;outline:0;border:0}.fr-box.fr-document .fr-wrapper .fr-element img{z-index:1}}.fr-tooltip{position:absolute;top:0;left:0;padding:0 8px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);-moz-box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);background:#222;color:#fff;font-size:11px;line-height:22px;font-family:Arial,Helvetica,sans-serif;-webkit-transition:opacity .2s ease 0s;-moz-transition:opacity .2s ease 0s;-ms-transition:opacity .2s ease 0s;-o-transition:opacity .2s ease 0s;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";left:-3000px;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;z-index:2147483647;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fr-tooltip.fr-visible{-webkit-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:"alpha(Opacity=0)"}.fr-popup .fr-btn-wrap,.fr-toolbar .fr-btn-wrap{float:left;white-space:nowrap;position:relative}.fr-popup .fr-btn-wrap.fr-hidden,.fr-toolbar .fr-btn-wrap.fr-hidden{display:none}.fr-popup .fr-command.fr-btn,.fr-toolbar .fr-command.fr-btn{background:0 0;color:#222;-moz-outline:0;outline:0;border:0;line-height:1;cursor:pointer;text-align:left;margin:0 2px;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:2;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-decoration:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;float:left;padding:0;width:38px;height:38px}.fr-popup .fr-command.fr-btn::-moz-focus-inner,.fr-toolbar .fr-command.fr-btn::-moz-focus-inner{border:0;padding:0}.fr-popup .fr-command.fr-btn.fr-btn-text,.fr-toolbar .fr-command.fr-btn.fr-btn-text{width:auto}.fr-popup .fr-command.fr-btn i,.fr-popup .fr-command.fr-btn svg,.fr-toolbar .fr-command.fr-btn i,.fr-toolbar .fr-command.fr-btn svg{display:block;font-size:14px;width:14px;margin:12px;text-align:center;float:none}.fr-popup .fr-command.fr-btn span.fr-sr-only,.fr-toolbar .fr-command.fr-btn span.fr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-popup .fr-command.fr-btn span,.fr-toolbar .fr-command.fr-btn span{font-size:14px;display:block;line-height:17px;min-width:34px;float:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:17px;font-weight:700;padding:0 2px}.fr-popup .fr-command.fr-btn img,.fr-toolbar .fr-command.fr-btn img{margin:12px;width:14px}.fr-popup .fr-command.fr-btn.fr-active,.fr-toolbar .fr-command.fr-btn.fr-active{color:#1e88e5;background:0 0}.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection{width:auto}.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span{font-weight:400}.fr-popup .fr-command.fr-btn.fr-dropdown i,.fr-popup .fr-command.fr-btn.fr-dropdown img,.fr-popup .fr-command.fr-btn.fr-dropdown span,.fr-popup .fr-command.fr-btn.fr-dropdown svg,.fr-toolbar .fr-command.fr-btn.fr-dropdown i,.fr-toolbar .fr-command.fr-btn.fr-dropdown img,.fr-toolbar .fr-command.fr-btn.fr-dropdown span,.fr-toolbar .fr-command.fr-btn.fr-dropdown svg{margin-left:8px;margin-right:16px}.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active{color:#222;background:#d6d6d6}.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover{background:#d6d6d6!important;color:#222!important}.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus:after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover:after,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus:after,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover:after{border-top-color:#222!important}.fr-popup .fr-command.fr-btn.fr-dropdown:after,.fr-toolbar .fr-command.fr-btn.fr-dropdown:after{position:absolute;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #222;right:4px;top:17px;content:""}.fr-popup .fr-command.fr-btn.fr-disabled,.fr-toolbar .fr-command.fr-btn.fr-disabled{color:#bdbdbd;cursor:default}.fr-popup .fr-command.fr-btn.fr-disabled:after,.fr-toolbar .fr-command.fr-btn.fr-disabled:after{border-top-color:#bdbdbd!important}.fr-popup .fr-command.fr-btn.fr-hidden,.fr-toolbar .fr-command.fr-btn.fr-hidden{display:none}.fr-popup.fr-disabled .fr-btn,.fr-popup.fr-disabled .fr-btn.fr-active,.fr-toolbar.fr-disabled .fr-btn,.fr-toolbar.fr-disabled .fr-btn.fr-active{color:#bdbdbd}.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown:after,.fr-popup.fr-disabled .fr-btn.fr-dropdown:after,.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown:after,.fr-toolbar.fr-disabled .fr-btn.fr-dropdown:after{border-top-color:#bdbdbd}.fr-popup.fr-rtl .fr-btn-wrap,.fr-popup.fr-rtl .fr-command.fr-btn,.fr-toolbar.fr-rtl .fr-btn-wrap,.fr-toolbar.fr-rtl .fr-command.fr-btn{float:right}.fr-toolbar.fr-inline>.fr-btn-wrap:not(.fr-hidden),.fr-toolbar.fr-inline>.fr-command.fr-btn:not(.fr-hidden){display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;float:none}.fr-desktop .fr-command.fr-btn-hover,.fr-desktop .fr-command.fr-expanded,.fr-desktop .fr-command:focus,.fr-desktop .fr-command:hover{outline:0;color:#222;background:#ebebeb}.fr-desktop .fr-command.fr-btn-hover:after,.fr-desktop .fr-command.fr-expanded:after,.fr-desktop .fr-command:focus:after,.fr-desktop .fr-command:hover:after{border-top-color:#222!important}.fr-desktop .fr-command.fr-selected{color:#222;background:#d6d6d6}.fr-desktop .fr-command.fr-active.fr-btn-hover,.fr-desktop .fr-command.fr-active.fr-expanded,.fr-desktop .fr-command.fr-active:focus,.fr-desktop .fr-command.fr-active:hover{color:#1e88e5;background:#ebebeb}.fr-desktop .fr-command.fr-active.fr-selected{color:#1e88e5;background:#d6d6d6}.fr-desktop .fr-command.fr-disabled.fr-selected,.fr-desktop .fr-command.fr-disabled:focus,.fr-desktop .fr-command.fr-disabled:hover,.fr-desktop.fr-disabled .fr-command.fr-selected,.fr-desktop.fr-disabled .fr-command:focus,.fr-desktop.fr-disabled .fr-command:hover,.fr-popup.fr-mobile .fr-command.fr-blink,.fr-toolbar.fr-mobile .fr-command.fr-blink{background:0 0}.fr-command.fr-btn.fr-options{width:16px;margin-left:-5px}.fr-command.fr-btn.fr-options.fr-btn-hover,.fr-command.fr-btn.fr-options:focus,.fr-command.fr-btn.fr-options:hover{border-left:1px solid #fafafa}.fr-command.fr-btn+.fr-dropdown-menu{display:inline-block;position:absolute;right:auto;bottom:auto;height:auto;z-index:4;-webkit-overflow-scrolling:touch;overflow:hidden;zoom:1;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-command.fr-btn+.fr-dropdown-menu.test-height .fr-dropdown-wrapper{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;height:auto;max-height:275px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper{background:#fff;padding:0;display:inline-block;text-align:left;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:max-height .2s ease 0s;-moz-transition:max-height .2s ease 0s;-ms-transition:max-height .2s ease 0s;-o-transition:max-height .2s ease 0s;margin:0 auto auto;float:left;max-height:0;height:0;margin-top:0!important}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content{overflow:auto;position:relative;max-height:275px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list{list-style-type:none;margin:0;padding:0}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li{padding:0;margin:0;font-size:15px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a{padding:0 24px;line-height:200%;display:block;cursor:pointer;white-space:nowrap;color:inherit;text-decoration:none}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active{background:#d6d6d6}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled{color:#bdbdbd;cursor:default}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a .fr-shortcut{float:right;margin-left:32px;font-weight:700;-webkit-opacity:.75;-moz-opacity:.75;opacity:.75;-ms-filter:"alpha(Opacity=0)"}.fr-command.fr-btn:not(.fr-active)+.fr-dropdown-menu{left:-3000px!important}.fr-command.fr-btn.fr-active+.fr-dropdown-menu{display:inline-block;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);-moz-box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14)}.fr-command.fr-btn.fr-active+.fr-dropdown-menu .fr-dropdown-wrapper{height:auto;max-height:275px}.fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu{border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-popup.fr-rtl .fr-dropdown-wrapper,.fr-toolbar.fr-rtl .fr-dropdown-wrapper{text-align:right!important}body.prevent-scroll{overflow:hidden}body.prevent-scroll.fr-mobile{position:fixed;-webkit-overflow-scrolling:touch}.fr-modal{color:#222;font-family:Arial,Helvetica,sans-serif;position:fixed;overflow-x:auto;overflow-y:scroll;top:0;left:0;bottom:0;right:0;width:100%;z-index:2147483640;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;line-height:1.2}.fr-modal.fr-middle .fr-modal-wrapper{margin:0 auto;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);position:absolute}.fr-modal .fr-modal-wrapper{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;margin:20px auto;display:inline-block;background:#fff;min-width:300px;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.19),0 4px 3px 1px rgba(0,0,0,.14);-moz-box-shadow:0 5px 8px rgba(0,0,0,.19),0 4px 3px 1px rgba(0,0,0,.14);box-shadow:0 5px 8px rgba(0,0,0,.19),0 4px 3px 1px rgba(0,0,0,.14);border:0;border-top:5px solid #222;overflow:hidden;width:90%;position:relative}@media (min-width:768px) and (max-width:991px){.fr-modal .fr-modal-wrapper{margin:30px auto;width:70%}}@media (min-width:992px){.fr-modal .fr-modal-wrapper{margin:50px auto;width:960px}}.fr-modal .fr-modal-wrapper .fr-modal-head{background:#fff;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);-moz-box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);border-bottom:0;overflow:hidden;position:absolute;width:100%;min-height:42px;z-index:3;-webkit-transition:height .2s ease 0s;-moz-transition:height .2s ease 0s;-ms-transition:height .2s ease 0s;-o-transition:height .2s ease 0s}.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close{padding:12px;width:20px;font-size:30px;cursor:pointer;line-height:18px;color:#222;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;position:absolute;top:0;right:0;-webkit-transition:color .2s ease 0s;-moz-transition:color .2s ease 0s;-ms-transition:color .2s ease 0s;-o-transition:color .2s ease 0s}.fr-modal .fr-modal-wrapper .fr-modal-head h4{font-size:18px;padding:12px 10px;margin:0;font-weight:400;line-height:18px;display:inline-block;float:left}.fr-modal .fr-modal-wrapper div.fr-modal-body{height:100%;min-height:150px;overflow-y:scroll;padding-bottom:10px}.fr-modal .fr-modal-wrapper div.fr-modal-body:focus{outline:0}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command{height:36px;line-height:1;color:#1e88e5;padding:10px;cursor:pointer;text-decoration:none;border:0;background:0 0;font-size:16px;outline:0;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command+button{margin-left:24px}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus,.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover{background:#ebebeb;color:#1e88e5}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active{background:#d6d6d6;color:#1e88e5}.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner{border:0}.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover{background:#ebebeb}.fr-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;-webkit-opacity:.5;-moz-opacity:.5;opacity:.5;-ms-filter:"alpha(Opacity=0)";z-index:2147483639}.fr-popup{position:absolute;display:none;color:#222;background:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;font-family:Arial,Helvetica,sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;margin-top:10px;z-index:2147483635;text-align:left;border:0;border-top:5px solid #222;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.2}.fr-popup .fr-input-focus{background:#f5f5f5}.fr-popup.fr-above{margin-top:-10px;border-top:0;border-bottom:5px solid #222;-webkit-box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16)}.fr-popup.fr-active{display:block}.fr-popup.fr-hidden{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)"}.fr-popup.fr-empty{display:none!important}.fr-popup .fr-hs{display:block!important}.fr-popup .fr-hs.fr-hidden{display:none!important}.fr-popup .fr-input-line{position:relative;padding:8px 0}.fr-popup .fr-input-line input[type=text],.fr-popup .fr-input-line textarea{width:100%;margin:0 0 1px;border:0;border-bottom:1px solid #bdbdbd;color:#222;font-size:14px;padding:6px 0 2px;background:transparent;position:relative;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-popup .fr-input-line input[type=text]:focus,.fr-popup .fr-input-line textarea:focus{border-bottom:2px solid #1e88e5;margin-bottom:0}.fr-popup .fr-input-line input+label,.fr-popup .fr-input-line textarea+label{position:absolute;top:0;left:0;font-size:12px;color:transparent;-webkit-transition:color .2s ease 0s;-moz-transition:color .2s ease 0s;-ms-transition:color .2s ease 0s;-o-transition:color .2s ease 0s;z-index:3;width:100%;display:block;background:#fff}.fr-popup .fr-input-line input.fr-not-empty:focus+label,.fr-popup .fr-input-line textarea.fr-not-empty:focus+label{color:#1e88e5}.fr-popup .fr-input-line input.fr-not-empty+label,.fr-popup .fr-input-line textarea.fr-not-empty+label{color:grey}.fr-popup input,.fr-popup textarea{user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.fr-popup textarea{resize:none}.fr-popup .fr-buttons{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);padding:0 2px;white-space:nowrap;line-height:0;border-bottom:0}.fr-popup .fr-buttons:after{clear:both;display:block;content:"";height:0}.fr-popup .fr-buttons .fr-btn{display:inline-block;float:none}.fr-popup .fr-buttons .fr-btn i{float:left}.fr-popup .fr-buttons .fr-separator{display:inline-block;float:none}.fr-popup .fr-layer{width:225px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:10px;display:none}@media (min-width:768px){.fr-popup .fr-layer{width:300px}}.fr-popup .fr-layer.fr-active{display:inline-block}.fr-popup .fr-action-buttons{z-index:7;height:36px;text-align:right}.fr-popup .fr-action-buttons button.fr-command{height:36px;line-height:1;color:#1e88e5;padding:10px;cursor:pointer;text-decoration:none;border:0;background:0 0;font-size:16px;outline:0;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-popup .fr-action-buttons button.fr-command+button{margin-left:24px}.fr-popup .fr-action-buttons button.fr-command:focus,.fr-popup .fr-action-buttons button.fr-command:hover{background:#ebebeb;color:#1e88e5}.fr-popup .fr-action-buttons button.fr-command:active{background:#d6d6d6;color:#1e88e5}.fr-popup .fr-action-buttons button::-moz-focus-inner{border:0}.fr-popup .fr-checkbox{position:relative;display:inline-block;width:16px;height:16px;line-height:1;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;vertical-align:middle}.fr-popup .fr-checkbox svg{margin-left:2px;margin-top:2px;display:none;width:10px;height:10px}.fr-popup .fr-checkbox span{border:1px solid #222;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:16px;height:16px;display:inline-block;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background .2s ease 0s,border-color .2s ease 0s;-moz-transition:background .2s ease 0s,border-color .2s ease 0s;-ms-transition:background .2s ease 0s,border-color .2s ease 0s;-o-transition:background .2s ease 0s,border-color .2s ease 0s}.fr-popup .fr-checkbox input{position:absolute;z-index:2;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";border:0;cursor:pointer;height:16px;margin:0;padding:0;width:16px;top:1px;left:1px}.fr-popup .fr-checkbox input:checked+span{background:#1e88e5;border-color:#1e88e5}.fr-popup .fr-checkbox input:checked+span svg{display:block}.fr-popup .fr-checkbox input:focus+span{border-color:#1e88e5}.fr-popup .fr-checkbox-line{font-size:14px;line-height:1.4px;margin-top:10px}.fr-popup .fr-checkbox-line label{cursor:pointer;margin:0 5px;vertical-align:middle}.fr-popup.fr-rtl{direction:rtl;text-align:right}.fr-popup.fr-rtl .fr-action-buttons{text-align:left}.fr-popup.fr-rtl .fr-input-line input+label,.fr-popup.fr-rtl .fr-input-line textarea+label{left:auto;right:0}.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs{float:right}.fr-popup .fr-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #222;position:absolute;top:-9px;left:50%;margin-left:-5px;display:inline-block}.fr-popup.fr-above .fr-arrow{top:auto;bottom:-9px;border-bottom:0;border-top:5px solid #222}.fr-text-edit-layer{width:250px;display:block!important}.fr-text-edit-layer,.fr-toolbar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-toolbar{color:#222;background:#fff;position:relative;z-index:4;font-family:Arial,Helvetica,sans-serif;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:0 2px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);text-align:left;border:0;border-top:5px solid #222;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.2}.fr-toolbar:after{clear:both;display:block;content:"";height:0}.fr-toolbar.fr-rtl{text-align:right}.fr-toolbar.fr-inline{display:none;white-space:nowrap;position:absolute;margin-top:10px}.fr-toolbar.fr-inline .fr-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #222;position:absolute;top:-9px;left:50%;margin-left:-5px;display:inline-block}.fr-toolbar.fr-inline.fr-above{margin-top:-10px;-webkit-box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);border-bottom:5px solid #222;border-top:0}.fr-toolbar.fr-inline.fr-above .fr-arrow{top:auto;bottom:-9px;border-bottom:0;border-top-color:inherit;border-top-style:solid;border-top-width:5px}.fr-toolbar.fr-top{top:0;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0}.fr-toolbar.fr-bottom,.fr-toolbar.fr-top{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.fr-toolbar.fr-bottom{bottom:0;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px}.fr-separator{background:#ebebeb;display:block;vertical-align:top;float:left}.fr-separator+.fr-separator{display:none}.fr-separator.fr-vs{height:34px;width:1px;margin:2px}.fr-separator.fr-hs{clear:both;height:1px;width:calc(100% - 4px);margin:0 2px}.fr-separator.fr-hidden{display:none!important}.fr-rtl .fr-separator{float:right}.fr-toolbar.fr-inline .fr-separator.fr-hs{float:none}.fr-toolbar.fr-inline .fr-separator.fr-vs{float:none;display:inline-block}.fr-visibility-helper{display:none;margin-left:0!important}@media (min-width:768px){.fr-visibility-helper{margin-left:1px!important}}@media (min-width:992px){.fr-visibility-helper{margin-left:2px!important}}@media (min-width:1200px){.fr-visibility-helper{margin-left:3px!important}}.fr-opacity-0{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)"}.fr-box{position:relative}.fr-sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky}.fr-sticky-off{position:relative}.fr-sticky-on{position:fixed}.fr-sticky-on.fr-sticky-ios{position:absolute;left:0;right:0;width:auto!important}.fr-sticky-dummy{display:none}.fr-sticky-box>.fr-sticky-dummy,.fr-sticky-on+.fr-sticky-dummy{display:block}span.fr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
/*!
 * froala_editor v2.9.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2019 Froala Labs
 */.fr-img-caption.fr-rounded img,img.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-img-caption.fr-bordered img,img.fr-bordered{border:5px solid #ccc}img.fr-bordered{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-img-caption.fr-bordered img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-img-caption.fr-shadow img,img.fr-shadow{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.fr-view{word-wrap:break-word}.fr-view span[style~="color:"] a{color:inherit}.fr-view strong{font-weight:700}.fr-view table{border:0;border-collapse:collapse;empty-cells:show;max-width:100%}.fr-view table td{min-width:5px}.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th{border-style:dashed}.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:#f5f5f5}.fr-view table td,.fr-view table th{border:1px solid #ddd}.fr-view table td:empty,.fr-view table th:empty{height:20px}.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}.fr-view table td.fr-thick,.fr-view table th.fr-thick{border-width:2px}.fr-view table th{background:#e6e6e6}.fr-view hr{clear:both;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;page-break-after:always}.fr-view .fr-file{position:relative}.fr-view .fr-file:after{position:relative;content:"\1F4CE";font-weight:400}.fr-view pre{white-space:pre-wrap;word-wrap:break-word;overflow:visible}.fr-view[dir=rtl] blockquote{border-left:0;border-right:2px solid #5e35b1;margin-right:0;padding-right:5px;padding-left:0}.fr-view[dir=rtl] blockquote blockquote{border-color:#00bcd4}.fr-view[dir=rtl] blockquote blockquote blockquote{border-color:#43a047}.fr-view blockquote{border-left:2px solid #5e35b1;margin-left:0;padding-left:5px;color:#5e35b1}.fr-view blockquote blockquote{border-color:#00bcd4;color:#00bcd4}.fr-view blockquote blockquote blockquote{border-color:#43a047;color:#43a047}.fr-view span.fr-emoticon{font-weight:400;font-family:Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;display:inline;line-height:0}.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat!important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}.fr-view .fr-text-gray{color:#aaa!important}.fr-view .fr-text-bordered{border-top:1px solid #222;border-bottom:1px solid #222;padding:10px 0}.fr-view .fr-text-spaced{letter-spacing:1px}.fr-view .fr-text-uppercase{text-transform:uppercase}.fr-view .fr-class-highlighted{background-color:#ff0}.fr-view .fr-class-code{border-color:#ccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#f5f5f5;padding:10px;font-family:Courier New,Courier,monospace}.fr-view .fr-class-transparency{opacity:.5}.fr-view img{position:relative;max-width:100%}.fr-view img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view img.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view img.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px)}.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption{position:relative;max-width:100%}.fr-view span.fr-img-caption.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view span.fr-img-caption.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px)}.fr-view span.fr-img-caption.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view .fr-video{text-align:center;position:relative}.fr-view .fr-video.fr-rv{padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.fr-view .fr-video.fr-rv>iframe,.fr-view .fr-video.fr-rv embed,.fr-view .fr-video.fr-rv object{position:absolute!important;top:0;left:0;width:100%;height:100%}.fr-view .fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:0}.fr-view .fr-video.fr-dvb{display:block;clear:both}.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}.fr-view .fr-video.fr-dvi{display:inline-block}.fr-view .fr-video.fr-dvi.fr-fvl{float:left}.fr-view .fr-video.fr-dvi.fr-fvr{float:right}.fr-view a.fr-strong{font-weight:700}.fr-view a.fr-green{color:green}.fr-view .fr-img-caption{text-align:center}.fr-view .fr-img-caption .fr-img-wrap{padding:0;display:inline-block;margin:auto;text-align:center;width:100%}.fr-view .fr-img-caption .fr-img-wrap img{display:block;margin:auto;width:100%}.fr-view .fr-img-caption .fr-img-wrap>span{margin:auto;display:block;padding:5px 5px 10px;font-size:14px;font-weight:400;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-opacity:.9;-moz-opacity:.9;opacity:.9;-ms-filter:"alpha(Opacity=0)";width:100%;text-align:center}.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large{font-size:24px}a.fr-view.fr-strong{font-weight:700}a.fr-view.fr-green{color:green}img.fr-view{position:relative;max-width:100%}img.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}img.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}img.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}img.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px)}img.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}img.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view{position:relative;max-width:100%}span.fr-img-caption.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}span.fr-img-caption.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - 10px)}span.fr-img-caption.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}
/*!
 * froala_editor v2.9.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2019 Froala Labs
 */.fr-element img{cursor:pointer}.fr-image-resizer{position:absolute;border:1px solid #1e88e5;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-image-resizer.fr-active{display:block}.fr-image-resizer .fr-handler{display:block;position:absolute;background:#1e88e5;border:1px solid #fff;z-index:4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-image-resizer .fr-handler.fr-hnw{cursor:nw-resize}.fr-image-resizer .fr-handler.fr-hne{cursor:ne-resize}.fr-image-resizer .fr-handler.fr-hsw{cursor:sw-resize}.fr-image-resizer .fr-handler.fr-hse{cursor:se-resize}.fr-image-resizer .fr-handler{width:12px;height:12px}.fr-image-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.fr-image-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width:1200px){.fr-image-resizer .fr-handler{width:10px;height:10px}.fr-image-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.fr-image-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.fr-image-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483640;display:none}.fr-popup .fr-image-upload-layer{border:2px dashed #bdbdbd;padding:25px 0;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;text-align:center}.fr-popup .fr-image-upload-layer:hover{background:#ebebeb}.fr-popup .fr-image-upload-layer.fr-drop{background:#ebebeb;border-color:#1e88e5}.fr-popup .fr-image-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0!important;padding:0!important;width:100%!important}.fr-popup .fr-image-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-image-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:400}.fr-popup .fr-image-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-image-progress-bar-layer>div.fr-loader{background:#bcdbf7;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-image-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0;background:#1e88e5;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s}.fr-popup .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30%!important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-image-size-layer .fr-image-group .fr-input-line{width:calc(50% - 5px);display:inline-block}.fr-image-size-layer .fr-image-group .fr-input-line+.fr-input-line{margin-left:10px}.fr-uploading{-webkit-opacity:.4;-moz-opacity:.4;opacity:.4;-ms-filter:"alpha(Opacity=0)"}@keyframes loading{0%{left:-25%}to{left:100%}}@-webkit-keyframes loading{0%{left:-25%}to{left:100%}}@-moz-keyframes loading{0%{left:-25%}to{left:100%}}@-o-keyframes loading{0%{left:-25%}to{left:100%}}
/*!
 * froala_editor v2.9.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2019 Froala Labs
 */.fr-element table td.fr-selected-cell,.fr-element table th.fr-selected-cell{border:1px double #1e88e5}.fr-element table tr{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element table td,.fr-element table th{user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text}.fr-element .fr-no-selection table td,.fr-element .fr-no-selection table th{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-table-resizer{cursor:col-resize;position:absolute;z-index:3;display:none}.fr-table-resizer.fr-moving{z-index:2}.fr-table-resizer div{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";border-right:1px solid #1e88e5}.fr-no-selection{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-popup .fr-table-colors-hex-layer{width:100%;margin:0;padding:10px}.fr-popup .fr-table-colors-hex-layer .fr-input-line{float:left;width:calc(100% - 50px);padding:8px 0 0}.fr-popup .fr-table-colors-hex-layer .fr-action-buttons{float:right;width:50px}.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button{background-color:#1e88e5;color:#fff;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;font-size:13px;height:32px}.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button:hover{background-color:#166dba;color:#fff}.fr-popup .fr-table-size .fr-table-size-info{text-align:center;font-size:14px;padding:8px}.fr-popup .fr-table-size .fr-select-table-size{line-height:0;padding:0 5px 5px;white-space:nowrap}.fr-popup .fr-table-size .fr-select-table-size>span{display:inline-block;padding:0 4px 4px 0;background:0 0}.fr-popup .fr-table-size .fr-select-table-size>span>span{display:inline-block;width:18px;height:18px;border:1px solid #ddd}.fr-popup .fr-table-size .fr-select-table-size>span.hover{background:0 0}.fr-popup .fr-table-size .fr-select-table-size>span.hover>span{background:rgba(30,136,229,.3);border:1px solid #1e88e5}.fr-popup .fr-table-size .fr-select-table-size .new-line:after{clear:both;display:block;content:"";height:0}.fr-popup.fr-above .fr-table-size .fr-select-table-size>span{display:inline-block!important}.fr-popup .fr-table-colors-buttons{margin-bottom:5px}.fr-popup .fr-table-colors{line-height:0;display:block}.fr-popup .fr-table-colors>span{display:inline-block;width:32px;height:32px;position:relative;z-index:1}.fr-popup .fr-table-colors>span>i{text-align:center;line-height:32px;height:32px;width:32px;font-size:13px;position:absolute;bottom:0;cursor:default;left:0}.fr-popup .fr-table-colors>span:focus{outline:1px solid #222;z-index:2}.fr-popup.fr-desktop .fr-table-size .fr-select-table-size>span>span{width:12px;height:12px}.fr-insert-helper{position:absolute;z-index:9999;white-space:nowrap}
/*!
 * froala_editor v2.9.5 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2019 Froala Labs
 */.fr-popup .fr-colors-tabs{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);margin-bottom:5px;line-height:16px;margin-left:-2px;margin-right:-2px}.fr-popup .fr-colors-tabs .fr-colors-tab{display:inline-block;width:50%;cursor:pointer;text-align:center;color:#222;font-size:13px;padding:8px 0;position:relative}.fr-popup .fr-colors-tabs .fr-colors-tab:focus,.fr-popup .fr-colors-tabs .fr-colors-tab:hover{color:#1e88e5}.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1=background]:after{position:absolute;bottom:0;left:0;width:100%;height:2px;background:#1e88e5;content:"";-webkit-transition:transform .2s ease 0s;-moz-transition:transform .2s ease 0s;-ms-transition:transform .2s ease 0s;-o-transition:transform .2s ease 0s}.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab{color:#1e88e5}.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text]~[data-param1=background]:after{-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0)}.fr-popup .fr-color-hex-layer{width:100%;margin:0;padding:10px}.fr-popup .fr-color-hex-layer .fr-input-line{float:left;width:calc(100% - 50px);padding:8px 0 0}.fr-popup .fr-color-hex-layer .fr-action-buttons{float:right;width:50px}.fr-popup .fr-color-hex-layer .fr-action-buttons button.fr-command{background-color:#1e88e5;color:#fff!important;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;font-size:13px;height:32px}.fr-popup .fr-color-hex-layer .fr-action-buttons button.fr-command:hover{background-color:#166dba;color:#fff}.fr-popup .fr-separator+.fr-colors-tabs{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;margin-left:2px;margin-right:2px}.fr-popup .fr-color-set{line-height:0;display:none}.fr-popup .fr-color-set.fr-selected-set{display:block}.fr-popup .fr-color-set>span{display:inline-block;width:32px;height:32px;position:relative;z-index:1}.fr-popup .fr-color-set>span>i,.fr-popup .fr-color-set>span>svg{text-align:center;line-height:32px;height:32px;width:32px;font-size:13px;position:absolute;bottom:0;cursor:default;left:0}.fr-popup .fr-color-set>span .fr-selected-color{color:#fff;font-family:FontAwesome;font-size:13px;font-weight:400;line-height:32px;position:absolute;top:0;bottom:0;right:0;left:0;text-align:center;cursor:default}.fr-popup .fr-color-set>span:focus,.fr-popup .fr-color-set>span:hover{outline:1px solid #222;z-index:2}.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text]~[data-param1=background]:after{-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0)}.sp-container{position:absolute;top:0;left:0;display:inline-block;*display:inline;*zoom:1;z-index:9999994;overflow:hidden}.sp-container.sp-flat{position:relative}.sp-container,.sp-container *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.sp-top{position:relative;width:100%;display:inline-block}.sp-top-inner{right:0}.sp-color,.sp-top-inner{position:absolute;top:0;left:0;bottom:0}.sp-color{right:20%}.sp-hue{position:absolute;top:0;right:0;bottom:0;left:84%;height:100%}.sp-clear-enabled .sp-hue{top:33px;height:77.5%}.sp-fill{padding-top:80%}.sp-sat,.sp-val{position:absolute;top:0;left:0;right:0;bottom:0}.sp-alpha-enabled .sp-top{margin-bottom:18px}.sp-alpha-enabled .sp-alpha{display:block}.sp-alpha-handle{position:absolute;top:-4px;bottom:-4px;width:6px;left:50%;cursor:pointer;border:1px solid #000;background:#fff;opacity:.8}.sp-alpha{display:none;position:absolute;bottom:-14px;right:0;left:0;height:8px}.sp-alpha-inner{border:1px solid #333}.sp-clear{display:none}.sp-clear.sp-clear-display{background-position:50%}.sp-clear-enabled .sp-clear{display:block;position:absolute;top:0;right:0;bottom:0;left:84%;height:28px}.sp-alpha,.sp-alpha-handle,.sp-clear,.sp-container,.sp-container.sp-dragging .sp-input,.sp-container button,.sp-dragger,.sp-preview,.sp-replacer,.sp-slider{-webkit-user-select:none;-moz-user-select:-moz-none;-o-user-select:none;user-select:none}.sp-container.sp-buttons-disabled .sp-button-container,.sp-container.sp-input-disabled .sp-input-container,.sp-container.sp-palette-buttons-disabled .sp-palette-button-container,.sp-initial-disabled .sp-initial,.sp-palette-disabled .sp-palette-container,.sp-palette-only .sp-picker-container{display:none}.sp-sat{background-image:-webkit-gradient(linear,0 0,100% 0,from(#fff),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-moz-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-o-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:-ms-linear-gradient(left,#fff,rgba(204,154,129,0));background-image:linear-gradient(90deg,#fff,rgba(204,154,129,0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";filter:progid:DXImageTransform.Microsoft.gradient(GradientType = 1,startColorstr="#FFFFFFFF",endColorstr="#00CC9A81")}.sp-val{background-image:-webkit-gradient(linear,0 100%,0 0,from(#000),to(rgba(204,154,129,0)));background-image:-webkit-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-moz-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-o-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:-ms-linear-gradient(bottom,#000,rgba(204,154,129,0));background-image:linear-gradient(0deg,#000,rgba(204,154,129,0));-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00CC9A81",endColorstr="#FF000000")}.sp-hue{background:-moz-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-ms-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-o-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);background:-webkit-gradient(linear,left top,left bottom,from(red),color-stop(.17,#ff0),color-stop(.33,#0f0),color-stop(.5,#0ff),color-stop(.67,#00f),color-stop(.83,#f0f),to(red));background:-webkit-linear-gradient(top,red,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red);background:linear-gradient(180deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.sp-1{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#ffff00")}.sp-2{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff00",endColorstr="#00ff00")}.sp-3{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ff00",endColorstr="#00ffff")}.sp-4{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffff",endColorstr="#0000ff")}.sp-5{height:16%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000ff",endColorstr="#ff00ff")}.sp-6{height:17%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff00ff",endColorstr="#ff0000")}.sp-hidden{display:none!important}.sp-cf:after,.sp-cf:before{content:"";display:table}.sp-cf:after{clear:both}.sp-cf{*zoom:1}@media (max-device-width:480px){.sp-color{right:40%}.sp-hue{left:63%}.sp-fill{padding-top:60%}}.sp-dragger{border-radius:5px;height:5px;width:5px;border:1px solid #fff;background:#000;left:0}.sp-dragger,.sp-slider{cursor:pointer;position:absolute;top:0}.sp-slider{height:3px;left:-1px;right:-1px;border:1px solid #000;background:#fff;opacity:.8}.sp-container{border-radius:0;background-color:#ececec;border:1px solid #f0c49b;padding:0}.sp-clear,.sp-color,.sp-container,.sp-container button,.sp-container input,.sp-hue{font:normal 12px Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.sp-top{margin-bottom:3px}.sp-clear,.sp-color,.sp-hue{border:1px solid #666}.sp-input-container{float:right;width:100px;margin-bottom:4px}.sp-initial-disabled .sp-input-container,.sp-input{width:100%}.sp-input{font-size:12px!important;border:1px inset;padding:4px 5px;margin:0;background:transparent;border-radius:3px;color:#222}.sp-input:focus{border:1px solid orange}.sp-input.sp-validation-error{border:1px solid red;background:#fdd}.sp-palette-container,.sp-picker-container{float:left;position:relative;padding:10px 10px 300px;margin-bottom:-290px}.sp-picker-container{width:172px;border-left:1px solid #fff}.sp-palette-container{border-right:1px solid #ccc}.sp-palette-only .sp-palette-container{border:0}.sp-palette .sp-thumb-el{display:block;position:relative;float:left;width:24px;height:15px;margin:3px;cursor:pointer;border:2px solid transparent}.sp-palette .sp-thumb-el.sp-thumb-active,.sp-palette .sp-thumb-el:hover{border-color:orange}.sp-thumb-el{position:relative}.sp-initial{float:left;border:1px solid #333}.sp-initial span{width:30px;height:25px;border:none;display:block;float:left;margin:0}.sp-initial .sp-clear-display{background-position:50%}.sp-button-container,.sp-palette-button-container{float:right}.sp-replacer{margin:0;overflow:hidden;cursor:pointer;padding:4px;display:inline-block;*zoom:1;*display:inline;border:1px solid #91765d;background:#eee;color:#333;vertical-align:middle}.sp-replacer.sp-active,.sp-replacer:hover{border-color:#f0c49b;color:#111}.sp-replacer.sp-disabled{cursor:default;border-color:silver;color:silver}.sp-dd{padding:2px 0;height:16px;line-height:16px;float:left;font-size:10px}.sp-preview{position:relative;width:25px;height:20px;border:1px solid #222;margin-right:5px;float:left;z-index:0}.sp-palette{*width:220px;max-width:220px}.sp-palette .sp-thumb-el{width:16px;height:16px;margin:2px 1px;border:1px solid #d0d0d0}.sp-container{padding-bottom:0}.sp-container button{background-color:#eee;background-image:-webkit-linear-gradient(top,#eee,#ccc);background-image:-moz-linear-gradient(top,#eee,#ccc);background-image:-ms-linear-gradient(top,#eee,#ccc);background-image:-o-linear-gradient(top,#eee,#ccc);background-image:linear-gradient(180deg,#eee,#ccc);border:1px solid;border-color:#ccc #ccc #bbb;border-radius:3px;color:#333;font-size:14px;line-height:1;padding:5px 4px;text-align:center;text-shadow:0 1px 0 #eee;vertical-align:middle}.sp-container button:hover{background-color:#ddd;background-image:-webkit-linear-gradient(top,#ddd,#bbb);background-image:-moz-linear-gradient(top,#ddd,#bbb);background-image:-ms-linear-gradient(top,#ddd,#bbb);background-image:-o-linear-gradient(top,#ddd,#bbb);background-image:linear-gradient(180deg,#ddd,#bbb);border:1px solid;border-color:#bbb #bbb #999;cursor:pointer;text-shadow:0 1px 0 #ddd}.sp-container button:active{border:1px solid;border-color:#aaa #aaa #888;-webkit-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-moz-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-ms-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;-o-box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee;box-shadow:inset 0 0 5px 2px #aaa,0 1px 0 0 #eee}.sp-cancel{font-size:11px;color:#d93f3f!important;padding:2px;margin:0 5px 0 0;vertical-align:middle;text-decoration:none}.sp-cancel:hover{color:#d93f3f!important;text-decoration:underline}.sp-palette span.sp-thumb-active,.sp-palette span:hover{border-color:#000}.sp-alpha,.sp-preview,.sp-thumb-el{position:relative;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.sp-alpha-inner,.sp-preview-inner,.sp-thumb-inner{display:block;position:absolute;top:0;left:0;bottom:0;right:0}.sp-palette .sp-thumb-inner{background-position:50% 50%;background-repeat:no-repeat}.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=)}.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=)}.sp-clear-display{background-repeat:no-repeat;background-position:50%;background-image:url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==)}.clearfix:after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.custom-theme.fr-box.fr-basic .fr-element{color:#000;padding:10px;overflow-x:auto;min-height:40px}.custom-theme .fr-element{-webkit-user-select:auto}.custom-theme.fr-box a.fr-floating-btn{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;height:32px;width:32px;background:#fff;color:#1e88e5;-webkit-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-moz-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-ms-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-o-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;left:0;top:0;line-height:32px;border:none}.custom-theme.fr-box a.fr-floating-btn svg{-webkit-transition:transform .2s ease 0s;-moz-transition:transform .2s ease 0s;-ms-transition:transform .2s ease 0s;-o-transition:transform .2s ease 0s;fill:#1e88e5}.custom-theme.fr-box a.fr-floating-btn i,.custom-theme.fr-box a.fr-floating-btn svg{font-size:14px;line-height:32px}.custom-theme.fr-box a.fr-floating-btn:hover{background:#ebebeb}.custom-theme.fr-box a.fr-floating-btn:hover svg{fill:#1e88e5}.custom-theme .fr-wrapper .fr-placeholder{font-size:12px;color:#aaa;top:0;left:0;right:0}.custom-theme .fr-wrapper ::-moz-selection{background:#b5d6fd;color:#000}.custom-theme .fr-wrapper ::selection{background:#b5d6fd;color:#000}.custom-theme.fr-box.fr-basic .fr-wrapper{background:#fff;border:1px solid #ccc;border-top:0;top:0;left:0}.custom-theme.fr-box.fr-basic.fr-top .fr-wrapper{border-top:0;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px}.custom-theme.fr-box.fr-basic.fr-bottom .fr-wrapper,.custom-theme.fr-box.fr-basic.fr-top .fr-wrapper{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.custom-theme.fr-box.fr-basic.fr-bottom .fr-wrapper{border-bottom:0;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0}@media (min-width:992px){.custom-theme .fr-box.fr-document .fr-wrapper .fr-element{margin:auto;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}}.custom-theme .fr-sticky-on.fr-sticky-ios{left:0;right:0}.custom-theme.fr-box .fr-counter{color:#ccc;background:#fff;border-top:1px solid #ebebeb;border-left:1px solid #ebebeb;border-radius:2px 0 0 0;-moz-border-radius:2px 0 0 0;-webkit-border-radius:2px 0 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.custom-theme.fr-box.fr-rtl .fr-counter{right:auto;border-right:1px solid #ebebeb;border-radius:0 2px 0 0;-moz-border-radius:0 2px 0 0;-webkit-border-radius:0 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.custom-theme textarea.fr-code{background:#fff;color:#000}.custom-theme.fr-box.fr-code-view.fr-inline{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.custom-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch{top:0;right:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:#fff;color:#222;-moz-outline:0;outline:0;border:0;padding:10px;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s}.custom-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch i{font-size:10px;width:10px}.custom-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover{background:#ebebeb}.custom-theme.fr-popup .fr-colors-tabs{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.custom-theme.fr-popup .fr-colors-tabs .fr-colors-tab{color:#222;padding:8px 0}.custom-theme.fr-popup .fr-colors-tabs .fr-colors-tab:focus,.custom-theme.fr-popup .fr-colors-tabs .fr-colors-tab:hover{color:#1e88e5}.custom-theme.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1=background]:after{bottom:0;left:0;background:#1e88e5;-webkit-transition:transform .2s ease 0s;-moz-transition:transform .2s ease 0s;-ms-transition:transform .2s ease 0s;-o-transition:transform .2s ease 0s}.custom-theme.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab{color:#1e88e5}.custom-theme.fr-popup .fr-color-hex-layer .fr-input-line{padding:8px 0 0}.custom-theme.fr-popup .fr-color-hex-layer .fr-action-buttons button{background-color:#1e88e5;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.custom-theme.fr-popup .fr-color-hex-layer .fr-action-buttons button:hover{background-color:#166dba}.custom-theme.fr-popup .fr-color-set{line-height:0}.custom-theme.fr-popup .fr-color-set>span>i,.custom-theme.fr-popup .fr-color-set>span>svg{bottom:0;left:0}.custom-theme.fr-popup .fr-color-set>span .fr-selected-color{color:#fff;font-weight:400;top:0;bottom:0;right:0;left:0}.custom-theme.fr-popup .fr-color-set>span:focus,.custom-theme.fr-popup .fr-color-set>span:hover{outline:1px solid #222}.custom-theme .fr-drag-helper{background:#1e88e5;z-index:2147483640}.custom-theme.fr-popup .fr-link:focus{outline:0;background:#ebebeb}.custom-theme.fr-popup .fr-file-upload-layer{border:2px dashed #bdbdbd;padding:25px 0}.custom-theme.fr-popup .fr-file-upload-layer:hover{background:#ebebeb}.custom-theme.fr-popup .fr-file-upload-layer.fr-drop{background:#ebebeb;border-color:#1e88e5}.custom-theme.fr-popup .fr-file-upload-layer .fr-form{top:0;bottom:0;left:0;right:0;z-index:2147483640}.custom-theme.fr-popup .fr-file-progress-bar-layer>h3{margin:10px 0}.custom-theme.fr-popup .fr-file-progress-bar-layer>div.fr-loader{background:#bcdbf7}.custom-theme.fr-popup .fr-file-progress-bar-layer>div.fr-loader span{background:#1e88e5;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s}.custom-theme.fr-popup .fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span{top:0}.custom-theme.fr-box.fr-fullscreen{top:0;left:0;bottom:0;right:0}.custom-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr{border:0}.custom-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr{border-bottom:1px solid #ebebeb}.custom-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child{color:#646464}.custom-theme .fr-image-resizer{border:1px solid #1e88e5}.custom-theme .fr-image-resizer .fr-handler{background:#1e88e5;border:1px solid #fff;width:12px;height:12px}.custom-theme .fr-image-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.custom-theme .fr-image-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.custom-theme .fr-image-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.custom-theme .fr-image-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width:1200px){.custom-theme .fr-image-resizer .fr-handler{width:10px;height:10px}.custom-theme .fr-image-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.custom-theme .fr-image-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.custom-theme .fr-image-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.custom-theme .fr-image-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.custom-theme.fr-image-overlay{top:0;left:0;bottom:0;right:0;z-index:2147483640}.custom-theme.fr-popup .fr-image-upload-layer{border:2px dashed #bdbdbd;padding:25px 0}.custom-theme.fr-popup .fr-image-upload-layer:hover{background:#ebebeb}.custom-theme.fr-popup .fr-image-upload-layer.fr-drop{background:#ebebeb;border-color:#1e88e5}.custom-theme.fr-popup .fr-image-upload-layer .fr-form{top:0;bottom:0;left:0;right:0;z-index:2147483640}.custom-theme.fr-popup .fr-image-progress-bar-layer>h3{margin:10px 0}.custom-theme.fr-popup .fr-image-progress-bar-layer>div.fr-loader{background:#bcdbf7}.custom-theme.fr-popup .fr-image-progress-bar-layer>div.fr-loader span{background:#1e88e5;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s}.custom-theme.fr-popup .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span{top:0}.custom-theme.fr-modal-head .fr-modal-head-line i.fr-modal-more{-webkit-transition:padding .2s ease 0s,width .2s ease 0s,opacity .2s ease 0s;-moz-transition:padding .2s ease 0s,width .2s ease 0s,opacity .2s ease 0s;-ms-transition:padding .2s ease 0s,width .2s ease 0s,opacity .2s ease 0s;-o-transition:padding .2s ease 0s,width .2s ease 0s,opacity .2s ease 0s}.custom-theme.fr-modal-head .fr-modal-head-line i.fr-modal-more.fr-not-available{opacity:0;width:0;padding:12px 0}.custom-theme.fr-modal-head .fr-modal-tags a{opacity:0;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;color:#1e88e5;-webkit-transition:opacity .2s ease 0s,background .2s ease 0s;-moz-transition:opacity .2s ease 0s,background .2s ease 0s;-ms-transition:opacity .2s ease 0s,background .2s ease 0s;-o-transition:opacity .2s ease 0s,background .2s ease 0s}.custom-theme.fr-modal-head .fr-modal-tags a.fr-selected-tag{background:#d6d6d6}.custom-themediv.fr-modal-body .fr-preloader{margin:50px auto}.custom-themediv.fr-modal-body div.fr-image-list{padding:0}.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting:after{-webkit-transition:opacity .2s ease 0s;-moz-transition:opacity .2s ease 0s;-ms-transition:opacity .2s ease 0s;-o-transition:opacity .2s ease 0s;background:#000;top:0;left:0;bottom:0;right:0}.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting:before{color:#fff;top:0;left:0;bottom:0;right:0;margin:auto}.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty{background:#ccc}.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty:after{margin:auto;top:0;bottom:0;left:0;right:0}.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container img{-webkit-transition:opacity .2s ease 0s,filter .2s ease 0s;-moz-transition:opacity .2s ease 0s,filter .2s ease 0s;-ms-transition:opacity .2s ease 0s,filter .2s ease 0s;-o-transition:opacity .2s ease 0s,filter .2s ease 0s}.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img{-webkit-transition:background .2s ease 0s,color .2s ease 0s;-moz-transition:background .2s ease 0s,color .2s ease 0s;-ms-transition:background .2s ease 0s,color .2s ease 0s;-o-transition:background .2s ease 0s,color .2s ease 0s;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;margin:0}.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img{background:#b8312f;color:#fff}.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img{background:#fff;color:#1e88e5}.custom-theme.custom-theme.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a:hover{background:#ebebeb}.custom-theme.custom-theme.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a.fr-selected-tag{background:#d6d6d6}.custom-theme.custom-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover{background:#bf4644;color:#fff}.custom-theme.custom-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover{background:#ebebeb}.custom-theme .fr-line-breaker{border-top:1px solid #1e88e5}.custom-theme .fr-line-breaker a.fr-floating-btn{left:34%;top:-16px}.custom-theme .fr-qi-helper{padding-left:10px}.custom-theme .fr-qi-helper a.fr-btn.fr-floating-btn{color:#222}.custom-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-character{border:1px solid #ccc}.custom-theme .fr-element table td.fr-selected-cell,.custom-theme .fr-element table th.fr-selected-cell{border:1px double #1e88e5}.custom-theme .fr-table-resizer div{border-right:1px solid #1e88e5}.custom-theme.fr-popup .fr-table-colors-hex-layer .fr-input-line{padding:8px 0 0}.custom-theme.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button{background-color:#1e88e5;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.custom-theme.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button:hover{background-color:#166dba}.custom-theme.fr-popup .fr-table-size .fr-select-table-size{line-height:0}.custom-theme.fr-popup .fr-table-size .fr-select-table-size>span{padding:0 4px 4px 0}.custom-theme.fr-popup .fr-table-size .fr-select-table-size>span>span{border:1px solid #ddd}.custom-theme.fr-popup .fr-table-size .fr-select-table-size>span.hover>span{background:rgba(30,136,229,.3);border:1px solid #1e88e5}.custom-theme.fr-popup .fr-table-colors{line-height:0}.custom-theme.fr-popup .fr-table-colors>span>i{bottom:0;left:0}.custom-theme.fr-popup .fr-table-colors>span:focus{outline:1px solid #222}.custom-theme .fr-element .fr-video:after{top:0;left:0;right:0;bottom:0}.custom-theme.fr-box .fr-video-resizer{border:1px solid #1e88e5}.custom-theme.fr-box .fr-video-resizer .fr-handler{background:#1e88e5;border:1px solid #fff;width:12px;height:12px}.custom-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.custom-theme.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.custom-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.custom-theme.fr-box .fr-video-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width:1200px){.custom-theme.fr-box .fr-video-resizer .fr-handler{width:10px;height:10px}.custom-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.custom-theme.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.custom-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.custom-theme.fr-box .fr-video-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.custom-theme.fr-popup .fr-video-upload-layer{border:2px dashed #bdbdbd;padding:25px 0}.custom-theme.fr-popup .fr-video-upload-layer:hover{background:#ebebeb}.custom-theme.fr-popup .fr-video-upload-layer.fr-drop{background:#ebebeb;border-color:#1e88e5}.custom-theme.fr-popup .fr-video-upload-layer .fr-form{top:0;bottom:0;left:0;right:0;z-index:2147483640}.custom-theme.fr-popup .fr-video-progress-bar-layer>h3{margin:10px 0}.custom-theme.fr-popup .fr-video-progress-bar-layer>div.fr-loader{background:#bcdbf7}.custom-theme.fr-popup .fr-video-progress-bar-layer>div.fr-loader span{background:#1e88e5;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s}.custom-theme.fr-popup .fr-video-progress-bar-layer>div.fr-loader.fr-indeterminate span{top:0}.custom-theme.fr-video-overlay{top:0;left:0;bottom:0;right:0;z-index:2147483640}.custom-theme .fr-view span[style~="color:"] a{color:inherit}.custom-theme .fr-view strong{font-weight:700}.custom-theme .fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:#f5f5f5}.custom-theme .fr-view table td,.custom-theme .fr-view table th{border:1px solid #ddd}.custom-theme .fr-view table th{background:#e6e6e6}.custom-theme .fr-view[dir=rtl] blockquote{border-right:2px solid #5e35b1;margin-right:0}.custom-theme .fr-view[dir=rtl] blockquote blockquote{border-color:#00bcd4}.custom-theme .fr-view[dir=rtl] blockquote blockquote blockquote{border-color:#43a047}.custom-theme .fr-view blockquote{border-left:2px solid #5e35b1;margin-left:0;color:#5e35b1}.custom-theme .fr-view blockquote blockquote{border-color:#00bcd4;color:#00bcd4}.custom-theme .fr-view blockquote blockquote blockquote{border-color:#43a047;color:#43a047}.custom-theme .fr-view span.fr-emoticon{line-height:0}.custom-theme .fr-view span.fr-emoticon.fr-emoticon-img{font-size:inherit}.custom-theme .fr-view .fr-text-bordered{padding:10px 0}.custom-theme .fr-view .fr-class-highlighted{background-color:#ff0}.custom-theme .fr-view .fr-img-caption .fr-img-wrap,.custom-theme .fr-view .fr-img-caption .fr-img-wrap>span,.custom-theme .fr-view .fr-img-caption .fr-img-wrap img{margin:auto}.custom-theme .fr-element .fr-embedly:after{top:0;left:0;right:0;bottom:0}.custom-theme.fr-box .fr-embedly-resizer{border:1px solid #1e88e5}.custom-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-font-awesome-modal .fr-font-awesome-title{border-bottom:1px solid #f0f0f0}.custom-theme .tui-image-editor-container{top:0;left:0;bottom:0;right:0;z-index:10}.custom-theme .tui-editor-cancel-btn{background-color:#fff;border:1px solid #ccc}.custom-theme .tui-editor-save-btn{color:#fff}.custom-theme .examples-variante>a{font-size:14px;font-family:Arial,Helvetica,sans-serif}.custom-theme .sc-cm-holder>.sc-cm{border-top:5px solid #222!important}.custom-theme .sc-cm__item_dropdown:hover>a,.custom-theme .sc-cm a:hover{background-color:#ebebeb!important}.custom-theme .sc-cm__item_active>a,.custom-theme .sc-cm__item_active>a:hover,.custom-theme .sc-cm a:active,.custom-theme .sc-cm a:focus{background-color:#d6d6d6!important}.custom-theme .sc-cm-holder>.sc-cm:before{background-color:#ebebeb!important}.custom-theme .fr-tooltip{top:0;left:0;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:#222;color:#fff;font-size:11px;line-height:22px;font-family:Arial,Helvetica,sans-serif;-webkit-transition:opacity .2s ease 0s;-moz-transition:opacity .2s ease 0s;-ms-transition:opacity .2s ease 0s;-o-transition:opacity .2s ease 0s}.custom-theme.fr-popup .fr-command.fr-btn,.custom-theme.fr-toolbar .fr-command.fr-btn{color:#222;-moz-outline:0;outline:0;border:0;margin:0 2px;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s;padding:0;width:30px;height:30px}.custom-theme.fr-popup .fr-command.fr-btn::-moz-focus-inner,.custom-theme.fr-toolbar .fr-command.fr-btn::-moz-focus-inner{border:0}.custom-theme.fr-popup .fr-command.fr-btn.fr-btn-text,.custom-theme.fr-toolbar .fr-command.fr-btn.fr-btn-text{width:auto}.custom-theme.fr-popup .fr-command.fr-btn i,.custom-theme.fr-popup .fr-command.fr-btn svg,.custom-theme.fr-toolbar .fr-command.fr-btn i,.custom-theme.fr-toolbar .fr-command.fr-btn svg{font-size:10px;width:10px;margin:10px}.custom-theme.fr-popup .fr-command.fr-btn span,.custom-theme.fr-toolbar .fr-command.fr-btn span{font-size:14px;line-height:17px;min-width:30px;height:13px;padding:0 2px}.custom-theme.fr-popup .fr-command.fr-btn img,.custom-theme.fr-toolbar .fr-command.fr-btn img{margin:10px;width:10px}.custom-theme.fr-popup .fr-command.fr-btn.fr-active,.custom-theme.fr-toolbar .fr-command.fr-btn.fr-active{color:#1e88e5;background:transparent}.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection,.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection{width:auto}.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown i,.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown img,.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown span,.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown svg,.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown i,.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown img,.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown span,.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown svg{margin-left:6px;margin-right:14px}.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active,.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active{color:#222;background:#d6d6d6}.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus,.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover{background:#d6d6d6!important;color:#222!important}.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus:after,.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover:after,.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus:after,.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover:after{border-top-color:#222!important}.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown:after,.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown:after{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #222;right:3px;top:13px}.custom-theme.fr-popup .fr-command.fr-btn.fr-disabled,.custom-theme.fr-toolbar .fr-command.fr-btn.fr-disabled{color:#bdbdbd}.custom-theme.fr-popup .fr-command.fr-btn.fr-disabled:after,.custom-theme.fr-toolbar .fr-command.fr-btn.fr-disabled:after{border-top-color:#bdbdbd!important}.custom-theme.fr-popup.fr-disabled .fr-btn,.custom-theme.fr-popup.fr-disabled .fr-btn.fr-active,.custom-theme.fr-toolbar.fr-disabled .fr-btn,.custom-theme.fr-toolbar.fr-disabled .fr-btn.fr-active{color:#bdbdbd}.custom-theme.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown:after,.custom-theme.fr-popup.fr-disabled .fr-btn.fr-dropdown:after,.custom-theme.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown:after,.custom-theme.fr-toolbar.fr-disabled .fr-btn.fr-dropdown:after{border-top-color:#bdbdbd}.custom-theme.fr-desktop .fr-command.fr-btn-hover,.custom-theme.fr-desktop .fr-command.fr-expanded,.custom-theme.fr-desktop .fr-command:focus,.custom-theme.fr-desktop .fr-command:hover{outline:0;color:#222;background:#ebebeb}.custom-theme.fr-desktop .fr-command.fr-btn-hover:after,.custom-theme.fr-desktop .fr-command.fr-expanded:after,.custom-theme.fr-desktop .fr-command:focus:after,.custom-theme.fr-desktop .fr-command:hover:after{border-top-color:#222!important}.custom-theme.fr-desktop .fr-command.fr-selected{color:#222;background:#d6d6d6}.custom-theme.fr-desktop .fr-command.fr-active.fr-btn-hover,.custom-theme.fr-desktop .fr-command.fr-active.fr-expanded,.custom-theme.fr-desktop .fr-command.fr-active:focus,.custom-theme.fr-desktop .fr-command.fr-active:hover{color:#1e88e5;background:#ebebeb}.custom-theme.fr-desktop .fr-command.fr-active.fr-selected{color:#1e88e5;background:#d6d6d6}.custom-theme.fr-popup.fr-mobile .fr-command.fr-blink,.custom-theme.fr-toolbar.fr-mobile .fr-command.fr-blink{background:transparent}.custom-theme .fr-command.fr-btn.fr-options{width:16px;margin-left:-5px}.custom-theme .fr-command.fr-btn.fr-options.fr-btn-hover,.custom-theme .fr-command.fr-btn.fr-options:focus,.custom-theme .fr-command.fr-btn.fr-options:hover{border-left:1px solid #fafafa}.custom-theme .fr-command.fr-btn+.fr-dropdown-menu{right:auto;bottom:auto;height:auto;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.custom-theme .fr-command.fr-btn+.fr-dropdown-menu.test-height .fr-dropdown-wrapper{height:auto;max-height:275px}.custom-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper{background:#fff;padding:0;-webkit-transition:max-height .2s ease 0s;-moz-transition:max-height .2s ease 0s;-ms-transition:max-height .2s ease 0s;-o-transition:max-height .2s ease 0s;margin:0 auto auto;max-height:0;height:0}.custom-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content{overflow:auto;max-height:275px}.custom-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list{margin:0;padding:0}.custom-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li{padding:0;margin:0;font-size:12px}.custom-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a{color:inherit}.custom-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active{background:#d6d6d6}.custom-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled{color:#bdbdbd}.custom-theme .fr-command.fr-btn.fr-active+.fr-dropdown-menu{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.custom-theme .fr-command.fr-btn.fr-active+.fr-dropdown-menu .fr-dropdown-wrapper{height:auto;max-height:275px}.custom-theme .fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu{border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.custom-theme.fr-modal{color:#222;font-family:Arial,Helvetica,sans-serif;overflow-x:auto;top:0;left:0;bottom:0;right:0;z-index:2147483640}.custom-theme.fr-modal.fr-middle .fr-modal-wrapper{margin:0 auto}.custom-theme.fr-modal .fr-modal-wrapper{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;margin:20px auto;background:#fff;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:1px solid #ccc}@media (min-width:768px) and (max-width:991px){.custom-theme.fr-modal .fr-modal-wrapper{margin:30px auto}}@media (min-width:992px){.custom-theme.fr-modal .fr-modal-wrapper{margin:50px auto}}.custom-theme.fr-modal .fr-modal-wrapper .fr-modal-head{background:#fff;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-bottom:1px solid #ccc;-webkit-transition:height .2s ease 0s;-moz-transition:height .2s ease 0s;-ms-transition:height .2s ease 0s;-o-transition:height .2s ease 0s}.custom-theme.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close{color:#222;top:0;right:0;-webkit-transition:color .2s ease 0s;-moz-transition:color .2s ease 0s;-ms-transition:color .2s ease 0s;-o-transition:color .2s ease 0s}.custom-theme.fr-modal .fr-modal-wrapper .fr-modal-head h4{margin:0;font-weight:400}.custom-theme.fr-modal .fr-modal-wrapper div.fr-modal-body:focus{outline:0}.custom-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command{color:#1e88e5;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.custom-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus,.custom-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover{background:#ebebeb;color:#1e88e5}.custom-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active{background:#d6d6d6;color:#1e88e5}.custom-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner{border:0}.custom-theme.custom-theme.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover{background:#ebebeb}.custom-theme.fr-overlay{top:0;bottom:0;left:0;right:0;background:#000}.custom-theme.fr-popup{color:#222;background:#fff;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;font-family:Arial,Helvetica,sans-serif;border:1px solid #ccc}.custom-theme.fr-popup .fr-input-focus{background:#f5f5f5}.custom-theme.fr-popup.fr-above{border-top:0;border-bottom:1px solid #ccc;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.custom-theme.fr-popup .fr-input-line{padding:8px 0}.custom-theme.fr-popup .fr-input-line input[type=text],.custom-theme.fr-popup .fr-input-line textarea{margin:0 0 1px;border-bottom:1px solid #bdbdbd;color:#222}.custom-theme.fr-popup .fr-input-line input[type=text]:focus,.custom-theme.fr-popup .fr-input-line textarea:focus{border-bottom:2px solid #1e88e5}.custom-theme.fr-popup .fr-input-line input+label,.custom-theme.fr-popup .fr-input-line textarea+label{top:0;left:0;-webkit-transition:color .2s ease 0s;-moz-transition:color .2s ease 0s;-ms-transition:color .2s ease 0s;-o-transition:color .2s ease 0s;background:#fff}.custom-theme.fr-popup .fr-input-line input.fr-not-empty:focus+label,.custom-theme.fr-popup .fr-input-line textarea.fr-not-empty:focus+label{color:#1e88e5}.custom-theme.fr-popup .fr-input-line input.fr-not-empty+label,.custom-theme.fr-popup .fr-input-line textarea.fr-not-empty+label{color:grey}.custom-theme.fr-popup .fr-buttons{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:0 2px;line-height:0;border-bottom:1px solid #ccc}.custom-theme.fr-popup .fr-layer{width:225px}@media (min-width:768px){.custom-theme.fr-popup .fr-layer{width:300px}}.custom-theme.fr-popup .fr-action-buttons button.fr-command{color:#1e88e5;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.custom-theme.fr-popup .fr-action-buttons button.fr-command:focus,.custom-theme.fr-popup .fr-action-buttons button.fr-command:hover{background:#ebebeb;color:#1e88e5}.custom-theme.fr-popup .fr-action-buttons button.fr-command:active{background:#d6d6d6;color:#1e88e5}.custom-theme.fr-popup .fr-action-buttons button::-moz-focus-inner{border:0}.custom-theme.fr-popup .fr-checkbox span{border:1px solid #222;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-transition:background .2s ease 0s,border-color .2s ease 0s;-moz-transition:background .2s ease 0s,border-color .2s ease 0s;-ms-transition:background .2s ease 0s,border-color .2s ease 0s;-o-transition:background .2s ease 0s,border-color .2s ease 0s}.custom-theme.fr-popup .fr-checkbox input{margin:0;padding:0}.custom-theme.fr-popup .fr-checkbox input:checked+span{background:#1e88e5;border-color:#1e88e5}.custom-theme.fr-popup .fr-checkbox input:focus+span{border-color:#1e88e5}.custom-theme.fr-popup.fr-rtl .fr-input-line input+label,.custom-theme.fr-popup.fr-rtl .fr-input-line textarea+label{left:auto;right:0}.custom-theme.fr-popup .fr-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #222;top:-9px;margin-left:-5px}.custom-theme.fr-popup.fr-above .fr-arrow{top:auto;bottom:-9px;border-bottom:0;border-top:5px solid #222}.custom-theme.fr-toolbar{color:#222;background:#fff;font-family:Arial,Helvetica,sans-serif;padding:0 2px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:1px solid #ccc}.custom-theme.fr-toolbar.fr-inline .fr-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #222;top:-9px;margin-left:-5px}.custom-theme.fr-toolbar.fr-inline.fr-above{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-bottom:1px solid #ccc;border-top:0}.custom-theme.fr-toolbar.fr-inline.fr-above .fr-arrow{top:auto;bottom:-9px;border-bottom:0;border-top-color:inherit;border-top-width:5px}.custom-theme.fr-toolbar.fr-top{top:0;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0}.custom-theme.fr-toolbar.fr-bottom,.custom-theme.fr-toolbar.fr-top{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.custom-theme.fr-toolbar.fr-bottom{bottom:0;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px}.custom-theme .fr-separator{background:#ebebeb}.custom-theme .fr-separator.fr-vs{height:26px;width:1px;margin:2px}.custom-theme .fr-separator.fr-hs{height:1px;width:96%;margin:0 2px}.CodeMirror{font-family:monospace;height:300px;color:#000;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor-mark{background-color:rgba(20,255,20,.5)}.cm-animate-fat-cursor,.cm-fat-cursor-mark{-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite}.cm-animate-fat-cursor{width:auto;border:0;background-color:#7e7}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:-20px;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-type,.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:none;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none!important;border:none!important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:none}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:none}.CodeMirror-hints{position:absolute;z-index:10;overflow:hidden;list-style:none;margin:0;padding:2px;-webkit-box-shadow:2px 3px 5px rgba(0,0,0,.2);-moz-box-shadow:2px 3px 5px rgba(0,0,0,.2);box-shadow:2px 3px 5px rgba(0,0,0,.2);border-radius:3px;border:1px solid silver;background:#fff;font-size:90%;font-family:monospace;max-height:20em;overflow-y:auto}.CodeMirror-hint{margin:0;padding:0 4px;border-radius:2px;white-space:pre;color:#000;cursor:pointer}li.CodeMirror-hint-active{background:#08f;color:#fff}.CodeMirror-lint-markers{width:16px}.CodeMirror-lint-tooltip{background-color:#ffd;border:1px solid #000;border-radius:4px 4px 4px 4px;color:#000;font-family:monospace;font-size:10pt;overflow:hidden;padding:2px 5px;position:fixed;white-space:pre;white-space:pre-wrap;z-index:100;max-width:600px;opacity:0;transition:opacity .4s;-moz-transition:opacity .4s;-webkit-transition:opacity .4s;-o-transition:opacity .4s;-ms-transition:opacity .4s}.CodeMirror-lint-mark-error,.CodeMirror-lint-mark-warning{background-position:0 100%;background-repeat:repeat-x}.CodeMirror-lint-mark-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==")}.CodeMirror-lint-mark-warning{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJFhQXEbhTg7YAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAMklEQVQI12NkgIIvJ3QXMjAwdDN+OaEbysDA4MPAwNDNwMCwiOHLCd1zX07o6kBVGQEAKBANtobskNMAAAAASUVORK5CYII=")}.CodeMirror-lint-marker-error,.CodeMirror-lint-marker-warning{background-position:50%;background-repeat:no-repeat;cursor:pointer;display:inline-block;height:16px;width:16px;vertical-align:middle;position:relative}.CodeMirror-lint-message-error,.CodeMirror-lint-message-warning{padding-left:18px;background-position:0 0;background-repeat:no-repeat}.CodeMirror-lint-marker-error,.CodeMirror-lint-message-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEW7AAC7AACxAAC7AAC7AAAAAAC4AAC5AAD///+7AAAUdclpAAAABnRSTlMXnORSiwCK0ZKSAAAATUlEQVR42mWPOQ7AQAgDuQLx/z8csYRmPRIFIwRGnosRrpamvkKi0FTIiMASR3hhKW+hAN6/tIWhu9PDWiTGNEkTtIOucA5Oyr9ckPgAWm0GPBog6v4AAAAASUVORK5CYII=")}.CodeMirror-lint-marker-warning,.CodeMirror-lint-message-warning{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAANlBMVEX/uwDvrwD/uwD/uwD/uwD/uwD/uwD/uwD/uwD6twD/uwAAAADurwD2tQD7uAD+ugAAAAD/uwDhmeTRAAAADHRSTlMJ8mN1EYcbmiixgACm7WbuAAAAVklEQVR42n3PUQqAIBBFUU1LLc3u/jdbOJoW1P08DA9Gba8+YWJ6gNJoNYIBzAA2chBth5kLmG9YUoG0NHAUwFXwO9LuBQL1giCQb8gC9Oro2vp5rncCIY8L8uEx5ZkAAAAASUVORK5CYII=")}.CodeMirror-lint-marker-multiple{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAACVBMVEUAAAAAAAC/v7914kyHAAAAAXRSTlMAQObYZgAAACNJREFUeNo1ioEJAAAIwmz/H90iFFSGJgFMe3gaLZ0od+9/AQZ0ADosbYraAAAAAElFTkSuQmCC");background-repeat:no-repeat;background-position:100% 100%;width:100%;height:100%}.CodeMirror{height:auto}.ktm-bdd-editor-editable .CodeMirror{border:1px solid transparent}.ktm-bdd-editor-editable .CodeMirror:hover{border:1px solid #d3d3d3}.ktm-bdd-editor-editable .CodeMirror-focused .CodeMirror-scroll{background:#fff}.ktm-bdd-editor-editable .CodeMirror-scroll{min-height:200px}.ktm-bdd-editor-read-only .CodeMirror-cursor{display:none}.CodeMirror-gutters{background-color:#f5f5f5;border-color:#d3d3d3}.CodeMirror-lint-tooltip{background-color:#f5f5f5;border-radius:2px}.CodeMirror-lint-marker-error,.CodeMirror-lint-message-error{background-image:none}.CodeMirror-lint-marker-error:before,.CodeMirror-lint-message-error:before{-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0;font-family:Adgs Icons;font-weight:400;font-style:normal;speak:none;color:#f44336;left:2px;line-height:1;position:absolute;text-indent:0;top:46%;font-size:16px;margin-top:-8px;content:"\f188"}.CodeMirror pre.CodeMirror-placeholder{color:#666;font-style:italic;font-family:sans-serif}.cm-s-custom{background:inherit}.cm-s-custom .cm-header,.cm-s-custom .cm-variable{color:#56c5ff;font-weight:700}.cm-s-custom .cm-bracket,.cm-s-custom .cm-keyword{color:#1849a0;font-weight:700}.cm-s-custom .cm-string{color:#6159ba}.cm-s-custom .cm-header{font-weight:700}pre.read-only-bdd-script{overflow-x:auto;tab-size:4}.atwho-view{position:absolute;top:0;left:0;display:none;margin-top:18px;background:#fff;color:#000;border:1px solid #ddd;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,.1);min-width:120px;max-height:200px;overflow:auto;z-index:11110!important}.atwho-view .cur{background:#36f;color:#fff}.atwho-view .cur small{color:#fff}.atwho-view strong{color:#36f}.atwho-view .cur strong{color:#fff;font:700}.atwho-view ul{list-style:none;padding:0;margin:auto}.atwho-view ul li{display:block;padding:5px 10px;border-bottom:1px solid #ddd;cursor:pointer}.atwho-view small{font-size:smaller;color:#777;font-weight:400}body header#header{position:relative;z-index:22}body.ktm-full-screen{overflow:hidden!important}body .ktm-application{height:100%;display:flex;flex-direction:column;align-items:stretch;position:relative;z-index:1}body .ktm-application .ktm-test-manager{flex:1 1 0%;display:flex;min-height:0;background:#fff}#_elev_io button{width:40px;height:40px;line-height:40px}#_elev_io button span{line-height:40px!important}#_elev_io button>span:first-child{padding:5px}#_elev_io button svg{transform:scale(.8)}#_elev_io button>span:last-child{max-width:40px;max-height:40px;position:absolute;top:0;right:0;z-index:-1;overflow:hidden;white-space:nowrap;transition:max-width .1s ease,padding .1s ease;display:flex;align-items:center;background-color:#344563;padding:0;border-radius:100px;font-size:13px}#_elev_io button:hover>span:last-child{max-width:1000px!important;padding:0 40px 0 30px!important;min-width:113px!important;color:#fff}[ng-click]{cursor:pointer}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);box-sizing:border-box}.dropdown-menu .close-colorpicker{display:none}.ktm-progress-bar-red{background-color:#df2f36}.ktm-progress-bar-green{background-color:#3abb4b}.ktm-loading-panel{position:absolute;top:0;bottom:0;right:0;left:0}button.aui-button:focus{outline:none}table.aui th.ktm-no-wrap-header{white-space:nowrap}table.aui td.ktm-thin-column{width:16px;white-space:nowrap}.ktm-list-header{height:26px;display:flex;align-items:center;justify-content:space-between;margin:12px}.ktm-list-header h4{display:inline-block;color:#5d5d5d;text-transform:uppercase;font-size:12px}.ktm-input-field+.ktm-input-field{padding:8px 2px 0}.ktm-input-field label{display:inline-block;color:#5d5d5d;position:relative}.ktm-input-field select{display:block;border:1px solid #ccc;border-radius:3px;box-sizing:border-box;font-size:inherit;font-family:inherit;margin:0;vertical-align:baseline;width:100%;height:2.1428571428571em;padding:6px 5px 5px;color:#333;background-color:#fff}.ktm-input-field select.ktm-side-field{display:inline-block;margin-left:6px}.ktm-input-field select.ktm-transparent-field{border:none;background-color:transparent;box-shadow:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;padding:4px 9px 5px}.ktm-input-field select.ktm-transparent-field:focus{cursor:auto;-webkit-appearance:menulist;-moz-appearance:menulist}.ktm-input-field select.ktm-transparent-field:hover{border:1px solid #ccc;border-radius:3px;-webkit-appearance:menulist;-moz-appearance:menulist}.ktm-input-field select:focus{display:block;border:1px solid #ccc;border-radius:3px;box-sizing:border-box;font-size:inherit;font-family:inherit;margin:0;vertical-align:baseline;width:100%;height:2.1428571428571em;padding:6px 5px 5px;color:#333}.ktm-input-field select:focus.ktm-side-field{display:inline-block;margin-left:6px}.ktm-input-field input[type=number],.ktm-input-field input[type=text]{display:block;border:1px solid #ccc;border-radius:3px;box-sizing:border-box;font-size:inherit;font-family:inherit;margin:0;vertical-align:baseline;width:100%;height:2.1428571428571em;padding:6px 5px 5px;color:#333}.ktm-input-field input[type=number].ktm-side-field,.ktm-input-field input[type=text].ktm-side-field{display:inline-block;margin-left:6px}.ktm-input-field input[type=number].ktm-transparent-field,.ktm-input-field input[type=text].ktm-transparent-field{border:1px solid transparent;background-color:transparent;box-shadow:none;cursor:pointer}.ktm-input-field input[type=number].ktm-transparent-field::-webkit-input-placeholder,.ktm-input-field input[type=text].ktm-transparent-field::-webkit-input-placeholder{font-style:italic;color:#555}.ktm-input-field input[type=number].ktm-transparent-field:-moz-input-placeholder,.ktm-input-field input[type=number].ktm-transparent-field::-moz-input-placeholder,.ktm-input-field input[type=text].ktm-transparent-field:-moz-input-placeholder,.ktm-input-field input[type=text].ktm-transparent-field::-moz-input-placeholder{font-style:italic;color:#555}.ktm-input-field input[type=number].ktm-transparent-field::-moz-placeholder,.ktm-input-field input[type=text].ktm-transparent-field::-moz-placeholder{font-style:italic;color:#555}.ktm-input-field input[type=number].ktm-transparent-field:-ms-input-placeholder,.ktm-input-field input[type=text].ktm-transparent-field:-ms-input-placeholder{font-style:italic;color:#555}.ktm-input-field input[type=number].ktm-transparent-field:focus,.ktm-input-field input[type=text].ktm-transparent-field:focus{cursor:auto}.ktm-input-field input[type=number].ktm-transparent-field:hover,.ktm-input-field input[type=text].ktm-transparent-field:hover{border:1px solid #ccc;border-radius:3px}.ktm-input-field input[type=number]:focus,.ktm-input-field input[type=text]:focus{display:block;border:1px solid #ccc;border-radius:3px;box-sizing:border-box;font-size:inherit;font-family:inherit;margin:0;vertical-align:baseline;width:100%;height:2.1428571428571em;padding:6px 5px 5px;color:#333}.ktm-input-field input[type=number]:focus.ktm-side-field,.ktm-input-field input[type=text]:focus.ktm-side-field{display:inline-block;margin-left:6px}.ktm-input-field textarea{overflow-y:auto;height:auto;line-height:1.4285714285714;resize:vertical;display:block;border:1px solid #ccc;border-radius:3px;box-sizing:border-box;font-size:inherit;font-family:inherit;margin:0;vertical-align:baseline;width:100%;height:2.1428571428571em;padding:6px 5px 5px;color:#333}.ktm-input-field textarea.ktm-side-field{display:inline-block;margin-left:6px}.ktm-input-field textarea.ktm-transparent-field{resize:none;border:1px solid transparent;background-color:transparent;box-shadow:none;cursor:pointer}.ktm-input-field textarea.ktm-transparent-field::-webkit-input-placeholder{font-style:italic;color:#555}.ktm-input-field textarea.ktm-transparent-field:-moz-input-placeholder,.ktm-input-field textarea.ktm-transparent-field::-moz-input-placeholder{font-style:italic;color:#555}.ktm-input-field textarea.ktm-transparent-field::-moz-placeholder{font-style:italic;color:#555}.ktm-input-field textarea.ktm-transparent-field:-ms-input-placeholder{font-style:italic;color:#555}.ktm-input-field textarea.ktm-transparent-field:focus{cursor:auto}.ktm-input-field textarea.ktm-transparent-field:hover,.ktm-input-field textarea:focus{border:1px solid #ccc;border-radius:3px;resize:vertical}.ktm-input-field textarea:focus{display:block;box-sizing:border-box;font-size:inherit;font-family:inherit;margin:0;vertical-align:baseline;width:100%;height:2.1428571428571em;padding:6px 5px 5px;color:#333}.ktm-input-field textarea:focus.ktm-side-field{display:inline-block;margin-left:6px}.ktm-input-field .ktm-editor-html-viewer{border:1px solid transparent;background-color:transparent;box-shadow:none;cursor:pointer}.ktm-input-field .ktm-editor-html-viewer::-webkit-input-placeholder{font-style:italic;color:#555}.ktm-input-field .ktm-editor-html-viewer:-moz-input-placeholder,.ktm-input-field .ktm-editor-html-viewer::-moz-input-placeholder{font-style:italic;color:#555}.ktm-input-field .ktm-editor-html-viewer::-moz-placeholder{font-style:italic;color:#555}.ktm-input-field .ktm-editor-html-viewer:-ms-input-placeholder{font-style:italic;color:#555}.ktm-input-field .ktm-editor-html-viewer:focus{cursor:auto}.ktm-input-field .ktm-editor-html-viewer:hover{border:1px solid #ccc;border-radius:3px}.ktm-input-field .quickdate{display:block;vertical-align:initial;font-size:inherit;font-family:inherit}.ktm-input-field .quickdate.ktm-side-field{display:inline-block;margin-left:6px}.ktm-input-field tags-input.ktm-transparent-field .tags{border:1px solid transparent!important;border-radius:3px!important}.ktm-input-field tags-input .host{margin-top:0;margin-bottom:0}.ktm-input-field tags-input .tags{box-shadow:none!important;-webkit-appearance:initial;-moz-appearance:initial}.ktm-input-field tags-input .tags,.ktm-input-field tags-input .tags:focus,.ktm-input-field tags-input .tags:hover{border:1px solid #ccc!important;border-radius:3px!important}.ktm-input-field tags-input .tags .tag-list .tag-item{font:inherit;height:22px;line-height:21px;white-space:nowrap;background:#f5f5f5}.ktm-input-field tags-input .tags .tag-list .tag-item.selected{background:#ccc}.ktm-input-field tags-input .tags .input{background-color:transparent;box-shadow:none;cursor:pointer;box-sizing:border-box;border:none;padding:0 0 0 5px;margin:2px;outline:0;height:22px;display:inline;width:10px}.ktm-input-field tags-input .tags .input::-webkit-input-placeholder{font-style:italic;color:#555}.ktm-input-field tags-input .tags .input:-moz-input-placeholder,.ktm-input-field tags-input .tags .input::-moz-input-placeholder{font-style:italic;color:#555}.ktm-input-field tags-input .tags .input::-moz-placeholder{font-style:italic;color:#555}.ktm-input-field tags-input .tags .input:-ms-input-placeholder{font-style:italic;color:#555}.ktm-input-field tags-input .tags .input:hover{border:1px solid #ccc;border-radius:3px}.ktm-input-field tags-input .tags .input:focus{cursor:auto}.ktm-input-field tags-input .tags .input:focus,.ktm-input-field tags-input .tags .input:hover{border:none;box-shadow:none;padding:0 0 0 5px;margin:2px;outline:0;height:22px}@font-face{font-family:FontAwesome;src:url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/fonts/fontawesome-webfont.674f50d287a8c48dc19ba404d20fe713.eot);src:url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/fonts/fontawesome-webfont.674f50d287a8c48dc19ba404d20fe713.eot) format("embedded-opentype"),url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/fonts/fontawesome-webfont.af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"),url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/fonts/fontawesome-webfont.fee66e712a8a08eef5805a46892932ad.woff) format("woff"),url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/fonts/fontawesome-webfont.b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"),url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/fonts/fontawesome-webfont.f85fd60c9c7222d7a24de6da3a640c6a.svg#fontawesomeregular) format("svg");font-weight:400;font-style:normal}@font-face{font-family:testmanager;src:url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/fonts/testmanager.7e1947abf0f22b510dc3802ebe84df02.eot);src:url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/fonts/testmanager.7e1947abf0f22b510dc3802ebe84df02.eot?#iefix) format("embedded-opentype"),url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/fonts/testmanager.8875d02d711296faf6d5c2319ade9570.woff) format("woff"),url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/fonts/testmanager.fcdb7b12cbc7fec3ff1d6d83772b8f78.ttf) format("truetype"),url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/fonts/testmanager.213970215cfbc093a392e38f1db60340.svg#testmanager) format("svg");font-weight:400;font-style:normal}[data-icon]:before{content:attr(data-icon)}[class*=" ktm-icon-"]:before,[class^=ktm-icon-]:before,[data-icon]:before{font-family:testmanager!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ktm-icon-angle-right:before{content:"\61"}.ktm-icon-angle-down:before{content:"\62"}.ktm-icon-angle-double-up:before{content:"\63"}.ktm-icon-angle-double-down:before{content:"\64"}.ktm-icon-play:before{content:"\65"}.ktm-icon-dot-3:before{content:"\66"}.ktm-icon-tags:before{content:"\67"}.ktm-icon-calendar:before{content:"\68"}.ktm-icon-align-justify:before{content:"\69"}.ktm-icon-pause:before{content:"\6a"}.ktm-icon-window-list:before{content:"\6b"}.ktm-icon-layers:before{content:"\6c"}.ktm-icon-trash:before{content:"\6d"}.ktm-icon-dot:before{content:"\6e"}.ktm-icon-caret-down-two:before{content:"\6f"}.ktm-icon-signal:before{content:"\70"}.ktm-icon-ptint:before{content:"\71"}.ktm-icon-chart-graph-file:before{content:"\72"}.ktm-icon-filter:before{content:"\73"}.ktm-icon-robot-head:before{content:"\74"}.ktm-icon-man:before{content:"\75"}.ktm-icon-thumbnails:before{content:"\76"}.ktm-icon-bar-horizontal:before{content:"\77"}.ktm-icon-bar-line:before{content:"\78"}.ktm-icon-bar-vertical:before{content:"\79"}.ktm-icon-line:before{content:"\7a"}.ktm-icon-list:before{content:"\30"}.ktm-icon-heatmap:before{content:"\31"}.ktm-icon-gauge:before{content:"\32"}.ktm-icon-donut:before{content:"\33"}.ktm-icon-table:before{content:"\34"}.ktm-icon-scorecard:before{content:"\35"}.ktm-icon-multiple-info:before{content:"\36"}.ktm-icon-parameters:before{content:"\41"}.ktm-icon-test-data:before{content:"\42"}.ktm-icon-none:before{content:"\43"}.ktm-action-button{margin-left:2px;color:#707070}.ktm-action-button:not([disabled]){cursor:pointer}.ktm-action-button.active,.ktm-action-button:hover:not([disabled]){color:initial}.ktm-icon-verysmall{width:12px}.ktm-icon-verysmall:before{font-size:12px;top:62%}.ktm-icon-medium{height:20px;width:20px}.ktm-icon-medium:before{color:inherit;left:0;position:absolute;text-indent:0;top:50%;font-size:20px;margin-top:-10px}.ktm-dotted-angle{background:url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/images/dotted-angle.fb70758a1fd26f7f9a23619c8013a2d9.gif) 50% no-repeat}.ktm-priority-major{background:url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/images/major.250effd008ff4740dda7a3cfd903fe2e.png) 50% no-repeat}.ktm-priority-minor{background:url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/images/minor.904377ee3310d75da249813c7ca660c8.png) 50% no-repeat}.ktm-priority-trivial{background:url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/images/trivial.e09da6209445e27da8350e72570ec088.png) 50% no-repeat}.ktm-collapsed-icon{background:url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/images/collapsed.1e10246d4165efd9646412c935ea6c0b.png) 50% no-repeat}.ktm-expanded-icon{background:url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/images/expanded.6a0545082aa156ff2872343f87ca74ec.png) 50% no-repeat}.ktm-drag-handle-icon{background:url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/images/drag-handle.ed806612979030e96d7a8f732693a34a.png) 0 0 repeat-y}.ktm-reports-priority-column{width:5px}.ktm-spinner{position:absolute;top:50%;left:50%;width:24px;height:24px}.ktm-spinner-parent{min-height:16px}.aui-datepicker-dialog{z-index:10100!important}aui-date-picker.ng-invalid input{color:red!important}.ktm-aui-info-message{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAABuCAYAAABWSF80AAACP0lEQVR42u3dzbGCMBSGYZxxw46texuwg5RADzZhF7RBH7TBgk64OHNwrtxo4JrAOfguvp2jmWckP4Qcsr7vszFt2x6GuCHNkF5R7m3KtGd0nILWyjDHdENyU6jKQc3ATlGdclATsFPUxtP485DjBo3L5fdfwTZyZelFFbhpw08bN7AK/GNrjbC/UQtPowvlqCph94CqDnYvqKpgraHeAoOXClhrqG7GrGBzWIuomcxK1HYFVlEzmT+rhLWMqhbWOqpK2D2gqoO1hlq++awaWGuoobtTKmC1o15f4FRv0m0Nqx313Ka5H3v7ZtQs0U5E9e2oBxmgOlDT5ChtWpILqOvMIkAFFVRQQQUVVFBBBRVUUEEFFVRQQQUVVFBBBRVUUEEFFVRQQQUVVFBBBRVUc6hd4BnXpSlBjZ+nY/KgxsvjCW1QE8B+K2ojx4f+k3IuLKP/slzmwIK6LMWcrgDU+Kg9qKCqQ+1AjY9a+Q7Sgfo56p8TiqDGQX2CBTUe6gMW1GVx775P6iaeQY2MyjL1c9Qa1DRr/xzU+CuqTgaoxwluUJcfkWeZmmDjrwI1PmqwKDqonxXPKX27rKP8qlVxVsrBcxfJrbLvL6uA+gWsMxzfWzVOa6KmqgOlKXXqq8P3mo/bjkFDZe2Sod77oCugEVEFdpwNXFv971IJQVayrFy/1KcHVfOUyGmecYAKKqigggoqqKCCCiqooIIKKqigggoqqKCCCiqooIIKKqigggoqqKCCCiqooIIKKqjWUH8Avm1Svml3YkkAAAAASUVORK5CYII=") no-repeat 100% 100%;box-sizing:border-box;max-width:500px;border:1px solid #ccc;border-radius:3px 5px 5px 5px;padding:40px 110px 40px 20px;margin:auto}.aui-select2 .select2-container{width:100%}.aui-tooltip-format{text-align:left}.aui-tooltip-format .ktm-tooltip-title{margin:0;font-weight:700}.aui-tooltip-format .ktm-extra-link{margin-top:8px}.aui-tooltip-format ul{list-style:none;padding:0 8px;margin:0}.aui-tooltip-format .aui-iconfont-share{margin-right:4px}.aui-buttons .aui-button.aui-dropdown2-trigger.aui-button-split-more{padding-left:5px}.ng-aui-message .icon-close{position:absolute;right:20px;top:20px;left:auto;cursor:pointer}.ktm-configuration{flex:1 1 auto;display:flex;flex-wrap:nowrap;align-items:stretch}.ktm-configuration .aui-page-panel-nav{position:relative;display:block}.ktm-configuration .aui-page-panel-nav ul.aui-nav li{cursor:pointer}.ktm-configuration .aui-page-panel-nav .aui-navgroup.aui-navgroup-vertical .aui-navgroup-inner.ktm-footer{text-align:center}.ktm-configuration .aui-page-panel-nav .aui-navgroup.aui-navgroup-vertical .aui-navgroup-inner.ktm-footer>span{width:100%;position:absolute;bottom:4px;left:0;font-size:11px;color:grey}.ktm-configuration .aui-page-panel-content{position:relative;display:block;flex:1 1 auto;padding:0}.ktm-environment-configuration{padding:20px;position:absolute;top:0;bottom:0;right:0;left:0;overflow-y:auto}.ktm-app-selection{flex:1 1 auto;overflow:auto}.ktm-app-selection>div{display:flex;flex-wrap:wrap;justify-content:center}.ktm-app-selection>div a{flex:0 0 auto;border-radius:3px;margin-top:12px;margin-right:12px;display:inline-block;width:300px;height:84px;border:1px solid #d3d3d3;font-size:16px;text-align:center;text-decoration:none}.ktm-app-selection>div a:focus,.ktm-app-selection>div a:hover{border-color:#0065ff;background-color:#e6eef8}.ktm-app-selection>div a div{display:flex;height:95%;align-items:center;justify-content:center}.ktm-data-mapping{flex:1 1 auto;display:flex;flex-direction:column;padding-bottom:150px}.ktm-data-mapping .ktm-mappings{flex:1 1 auto;overflow-y:auto}.ktm-data-mapping .ktm-mappings .ktm-collapsable-section:first-child{margin-top:8px}.ktm-data-mapping .ktm-mappings #ktm-import-labels-automatically{margin-top:8px;margin-bottom:8px}.ktm-data-mapping .ktm-mappings table{margin:0}.ktm-data-mapping .ktm-mappings table tbody tr td{border-top:none!important}.ktm-data-mapping .ktm-mappings table tbody tr:hover{background-color:#e4e4e4}.ktm-data-mapping .ktm-mappings table tbody tr .aui-badge{width:30px}.ktm-data-mapping .ktm-mappings table tbody tr .ktm-no-value{color:grey;font-style:italic}.ktm-data-mapping .ktm-mappings table tbody tr select-box{width:200px}.ktm-data-mapping .ktm-mappings table tbody tr select-box button{vertical-align:middle;display:inline-block;margin-left:2px;height:23px;font-size:12px}.ktm-data-mapping .ktm-mappings table tbody tr select-box button:after{top:10px!important}.ktm-field-mapping{display:flex;flex-direction:column;flex:1 1 auto}.ktm-field-mapping table{margin-bottom:150px}.ktm-field-mapping table tr td{vertical-align:middle!important}.ktm-field-mapping table tr td .empty-field-name{font-style:italic}.ktm-field-mapping table select-box{min-width:340px}.ktm-field-mapping table .ktm-custom-field-type{color:grey;font-size:11px;margin-left:8px}.ktm-file-import-dialog .ktm-modal-dialog-content{flex-direction:column;padding:0 20px}.ktm-file-import-dialog .ktm-modal-dialog-content .ktm-import-progress{padding:15px 0;display:flex;justify-content:center}.ktm-file-import-dialog .ktm-modal-dialog-content .ktm-import-progress aui-progress-tracker ol{min-width:600px}.ktm-file-import-dialog .ktm-modal-dialog-content .aui-message{margin-right:1px}.ktm-file-upload{display:flex;flex-direction:column;flex:1 1 auto}.ktm-file-upload .ktm-settings{padding-bottom:50px}.ktm-file-upload .ktm-settings .ktm-input-field select-box{min-width:300px}.ktm-file-upload .ktm-settings .ktm-input-field select-box.ktm-date-format-select-box{min-width:200px}.ktm-file-upload .ktm-settings .ktm-input-field select-box.ktm-date-separator-select-box{min-width:96px}.ktm-file-upload .ktm-settings .ktm-input-field input[type=number],.ktm-file-upload .ktm-settings .ktm-input-field input[type=text]{width:300px;display:inline-block}.ktm-file-upload .ktm-settings .ktm-header-row{display:inline-block}.ktm-file-upload .ktm-settings .ktm-coverage input[type=checkbox]{margin-left:0}.ktm-file-upload .ktm-file-upload-info{height:70px;display:flex}.ktm-file-upload .ktm-file-upload-info .ktm-file-error{flex:1 1 auto}.ktm-file-upload .ktm-file-upload-info .ktm-file-name{display:flex;align-items:center;justify-content:space-around;flex:1 1 auto;border:1px solid green}.ktm-file-upload .ktm-file-upload-info .ktm-drop-box{display:flex;flex:1 1 auto;align-items:center;justify-content:space-around;margin-top:8px;border-radius:4px}.ktm-file-upload .ktm-file-upload-info .ktm-drop-box.ktm-dashed{border:2px dashed #d3d3d3}.ktm-file-upload .ktm-file-upload-info .ktm-drop-box.ktm-dashed.ktm-dragging-file{border-color:green}.ktm-file-upload .ktm-file-upload-info .ktm-drop-box .ktm-upload-box-info{vertical-align:middle;display:inline;color:grey}.ktm-file-upload .ktm-file-upload-info .ktm-drop-box .ktm-upload-box-info button,.ktm-file-upload .ktm-file-upload-info .ktm-drop-box .ktm-upload-box-info span{vertical-align:baseline}.ktm-file-upload .ktm-file-upload-info .ktm-drop-box .ktm-progress-info{width:50%}.ktm-file-upload .ktm-file-upload-info .ktm-drop-box .ktm-progress-info .ktm-progress-info-span{margin-top:10px;display:inline-block}.ktm-file-upload .ktm-file-upload-info .ktm-drop-box .ktm-progress-info .ktm-error-information span{color:#8b0000}.ktm-file-upload .ktm-file-upload-info .ktm-drop-box .ktm-progress-info .ktm-error-information a{cursor:pointer}.ktm-import-result{flex:1 1 auto}.ktm-import-result ng-aui-message ul ul{margin-top:0}.ktm-import-result .ktm-progress-container{margin:20px auto;width:50%}.ktm-import-result .ktm-import-info{margin-top:5px;display:inline-block}.ktm-import-result .ktm-message-spot{display:block}.ktm-iteration-configuration,.ktm-labels-configuration{padding:20px;position:absolute;top:0;bottom:0;right:0;left:0;overflow-y:auto}.ktm-labels-configuration>h1{display:inline-block}.ktm-labels-configuration>button.aui-button{float:right}.ktm-option-table th.ktm-actions-column{width:172px}.ktm-option-table th.ktm-name-column{width:300px}.ktm-option-table th.ktm-color-column,.ktm-option-table th.ktm-default-column{width:16px}.ktm-option-table td.ktm-color-cell{vertical-align:middle}.ktm-option-table td.ktm-color-cell span{width:40px;height:20px;display:block;border:1px solid #d3d3d3;border-radius:3px;box-sizing:border-box}.ktm-option-table td.ktm-color-cell span[color-picker]{cursor:pointer}.ktm-option-table .ktm-creating-with-items{border-bottom:none}.ktm-option-table .ktm-option-item.ktm-archived td .ktm-value{color:#d3d3d3}.ktm-option-table .ktm-option-item td{position:relative}.ktm-option-table .ktm-option-item td .ktm-configuration-actions{display:none}.ktm-option-table .ktm-option-item td .ktm-configuration-actions.active{display:inline-block}.ktm-option-table .ktm-option-item td .ktm-system-message-icon{display:inline-block;color:#707070;float:right;padding-top:2px}.ktm-option-table .ktm-option-item td .ktm-handle{display:none;top:4px;bottom:4px;left:2px;width:6px;position:absolute}.ktm-option-table .ktm-option-item td .ktm-handle:hover{cursor:move}.ktm-option-table .ktm-option-item:hover{background-color:#e4e4e4}.ktm-option-table .ktm-option-item:hover .ktm-configuration-actions{display:inline-block}.ktm-option-table .ktm-option-item.ktm-dragging-option,.ktm-option-table .ktm-option-item.ktm-editing,.ktm-option-table .ktm-option-item:hover{background-color:#e4e4e4}.ktm-option-table .ktm-option-item.ktm-dragging-option td .ktm-handle,.ktm-option-table .ktm-option-item.ktm-editing td .ktm-handle,.ktm-option-table .ktm-option-item:hover td .ktm-handle{display:inline-block}.ktm-option-table .ktm-option-item.ktm-editable td:hover .ktm-option-value{background-color:#fff;cursor:pointer}.ktm-option-table .ktm-option-item.ktm-editable td:hover .ktm-option-value .ktm-edit-icon .aui-icon{display:inline-block}.ktm-option-table .ktm-option-item.ktm-editable td.ktm-color-cell div span{cursor:pointer}.ktm-option-table .ktm-option-item .ktm-option-value{vertical-align:inherit;display:block;padding:0 4px;min-height:20px}.ktm-option-table .ktm-option-item .ktm-option-value .ktm-edit-icon{float:right;display:inline-block;margin-left:10px;width:16px}.ktm-option-table .ktm-option-item .ktm-option-value .ktm-edit-icon .aui-icon{display:none}.ktm-option-table .ktm-option-item .ktm-input-field{display:inline-block;width:100%}.ktm-option-table .ktm-select-list-entry-options{background-color:#f5f5f5}.ktm-option-table .ktm-select-list-entry-options .ktm-option-panel{padding-left:26px}.ktm-option-table .ktm-select-list-entry-options .ktm-option-panel .ktm-no-options-message{display:inline-block;color:grey;font-style:italic;padding:8px 4px}.ktm-option-table .ktm-select-list-entry-options .ktm-option-panel .ktm-option-controls{width:200px;margin-top:4px;display:flex}.ktm-option-table .ktm-select-list-entry-options .ktm-option-panel .ktm-option-controls .ktm-input-field{flex:1 1 auto;padding-right:8px}.ktm-option-table .ktm-select-list-entry-options .ktm-option-panel .ktm-option-controls button{flex:0 0 auto}.ktm-option-table .ktm-select-list-entry-options .ktm-option-panel .ktm-option-custom-width{width:60%}.ktm-option-table .ktm-select-list-entry-options .ktm-option-panel ul{list-style:none;padding:0}.ktm-option-table .ktm-select-list-entry-options .ktm-option-panel ul li{padding:4px 22px 4px 16px;border-bottom:1px solid #d3d3d3;position:relative}.ktm-option-table .ktm-select-list-entry-options .ktm-option-panel ul li:hover{background-color:#e4e4e4}.ktm-option-table .ktm-select-list-entry-options .ktm-option-panel ul li:hover .ktm-action-button{display:inline-block}.ktm-option-table .ktm-select-list-entry-options .ktm-option-panel ul li input[type=text]{height:24px;cursor:text}.ktm-option-table .ktm-select-list-entry-options .ktm-option-panel ul li .ktm-drag-handle-icon{position:absolute;top:4px;bottom:4px;left:4px;width:6px;cursor:move;display:inline-block}.ktm-option-table .ktm-select-list-entry-options .ktm-option-panel ul li .ktm-action-button{display:none;position:absolute;top:7px;right:4px}.ktm-option-table .ktm-select-list-entry-options .ktm-option-panel ul li .ktm-action-button.active{display:inline-block}.ktm-option-item.ui-sortable-helper,.ktm-option-table .ktm-select-list-entry-options .ktm-option-panel ul li:first-child{border-top:1px solid #d3d3d3}.ktm-custom-field-table th.ktm-actions-column{width:172px}.ktm-custom-field-table td.ktm-vertical-centered-cell{vertical-align:middle}.ktm-custom-field-table td.ktm-vertical-centered-cell span{padding:0 4px}.ktm-custom-field-table tr.ktm-custom-field-entry.ktm-archived td .ktm-value{color:#d3d3d3}.ktm-custom-field-table tr.ktm-custom-field-entry.ktm-dragging,.ktm-custom-field-table tr.ktm-custom-field-entry.ktm-editing,.ktm-custom-field-table tr.ktm-custom-field-entry:hover{background-color:#e4e4e4}.ktm-custom-field-table tr.ktm-custom-field-entry.ktm-dragging .ktm-action-button,.ktm-custom-field-table tr.ktm-custom-field-entry.ktm-dragging td.ktm-editable-cell .ktm-handle,.ktm-custom-field-table tr.ktm-custom-field-entry:hover .ktm-action-button,.ktm-custom-field-table tr.ktm-custom-field-entry:hover td.ktm-editable-cell .ktm-handle{display:inline-block}.ktm-custom-field-table tr.ktm-custom-field-entry .ktm-action-button{display:none}.ktm-custom-field-table tr.ktm-custom-field-entry .ktm-action-button.active,.ktm-custom-field-table tr.ktm-custom-field-entry .ktm-action-button:hover{display:inline-block}.ktm-custom-field-table tr.ktm-custom-field-entry td.ktm-editable-cell{position:relative}.ktm-custom-field-table tr.ktm-custom-field-entry td.ktm-editable-cell:hover .ktm-value{background-color:#fff}.ktm-custom-field-table tr.ktm-custom-field-entry td.ktm-editable-cell:hover .ktm-value .ktm-edit-icon .aui-icon{display:inline-block}.ktm-custom-field-table tr.ktm-custom-field-entry td.ktm-editable-cell .ktm-handle{display:none;top:4px;bottom:4px;left:2px;width:6px;position:absolute;cursor:move}.ktm-custom-field-table tr.ktm-custom-field-entry td.ktm-editable-cell .ktm-value{vertical-align:inherit;display:flex;justify-content:space-between;padding:0 4px;min-height:20px;cursor:pointer}.ktm-custom-field-table tr.ktm-custom-field-entry td.ktm-editable-cell .ktm-value .ktm-edit-icon{margin-left:10px;width:16px}.ktm-custom-field-table tr.ktm-custom-field-entry td.ktm-editable-cell .ktm-value .ktm-edit-icon .aui-icon{display:none}.ktm-custom-field-table custom-field-type-chooser button{width:200px}.ktm-custom-field-table .ktm-select-list-entry{border-bottom:none}.ktm-custom-field-table .ktm-select-list-entry-options{background-color:#f5f5f5}.ktm-custom-field-table .ktm-select-list-entry-options .ktm-archived input{color:#d3d3d3}.ktm-custom-field-table .ktm-select-list-entry-options .ktm-option-panel{padding-left:26px}.ktm-custom-field-table .ktm-select-list-entry-options .ktm-option-panel .ktm-no-options-message{display:inline-block;color:grey;font-style:italic;padding:8px 4px}.ktm-custom-field-table .ktm-select-list-entry-options .ktm-option-panel .ktm-option-controls{margin-top:4px;display:flex}.ktm-custom-field-table .ktm-select-list-entry-options .ktm-option-panel .ktm-option-controls .ktm-input-field{flex:1 1 auto;padding-right:8px}.ktm-custom-field-table .ktm-select-list-entry-options .ktm-option-panel .ktm-option-controls button{flex:0 0 auto}.ktm-custom-field-table .ktm-select-list-entry-options .ktm-option-panel ul{list-style:none;padding:0}.ktm-custom-field-table .ktm-select-list-entry-options .ktm-option-panel ul li{padding:4px 22px 4px 16px;border-bottom:1px solid #d3d3d3;position:relative}.ktm-custom-field-table .ktm-select-list-entry-options .ktm-option-panel ul li:hover{background-color:#e4e4e4}.ktm-custom-field-table .ktm-select-list-entry-options .ktm-option-panel ul li:hover .ktm-action-button{display:inline-block}.ktm-custom-field-table .ktm-select-list-entry-options .ktm-option-panel ul li input[type=text]{height:24px;cursor:text}.ktm-custom-field-table .ktm-select-list-entry-options .ktm-option-panel ul li .ktm-drag-handle-icon{position:absolute;top:4px;bottom:4px;left:4px;width:6px;cursor:move;display:inline-block}.ktm-custom-field-table .ktm-select-list-entry-options .ktm-option-panel ul li .ktm-action-button{display:none;position:absolute;top:7px;right:4px}.ktm-custom-field-table .ktm-select-list-entry-options .ktm-option-panel ul li .ktm-action-button.active{display:inline-block}.ktm-custom-field-table .ktm-select-list-entry-options .ktm-option-panel ul li:first-child{border-top:1px solid #d3d3d3}.ktm-folder-custom-fields,.ktm-test-case-custom-fields,.ktm-test-case-statuses-configuration,.ktm-test-execution-custom-fields,.ktm-test-step-custom-fields{padding:20px;position:absolute;top:0;bottom:0;right:0;left:0;overflow-y:auto}.ktm-modal-dialog .ktm-modal-dialog-content{overflow:auto}.ktm-modal-dialog .ktm-modal-dialog-content .aui-tabs{margin:10px}.ktm-modal-dialog .ktm-modal-dialog-content .aui-tabs .tabs-pane{overflow:auto}.ktm-modal-dialog .ktm-color-box{height:10px;width:50px;display:inline-block}.ktm-test-run-bulk-edit-dialog .ktm-form{height:100%;display:flex;flex-direction:column}.ktm-test-run-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content{overflow-y:auto}.ktm-test-run-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-run-fields{padding:10px}.ktm-test-run-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-run-fields .ktm-editing-entry{display:flex;margin-top:14px}.ktm-test-run-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-run-fields .ktm-editing-entry .ktm-checkbox-wrapper{flex:0 0 auto}.ktm-test-run-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-run-fields .ktm-editing-entry custom-field-input{width:100%}.ktm-test-run-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-run-fields .ktm-editing-entry .ktm-date-picker{display:block;width:96px}.ktm-test-run-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-run-fields .ktm-editing-entry .ktm-input-field{flex:1 1 auto;padding-left:6px}.ktm-test-run-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-run-fields .ktm-editing-entry .ktm-input-field select-box,.ktm-test-run-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-run-fields .ktm-editing-entry .ktm-input-field user-picker{display:block}.ktm-test-run-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-run-fields .ktm-editing-entry .ktm-input-field .ng-invalid{color:red}.ktm-test-run-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-run-fields .ktm-editing-entry .ktm-input-field input[time-formatter]{width:60px}.ktm-test-run-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-run-fields .ktm-editing-entry .ktm-input-field .ktm-edit-links-content{margin-top:4px}.ktm-test-run-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-run-fields .ktm-editing-entry .ktm-input-field .ktm-edit-links-content .ktm-items-placeholder{margin-top:4px;font-style:italic;color:grey}.ktm-execution-statuses-configuration,.ktm-test-case-priorities-configuration,.ktm-test-plan-custom-fields,.ktm-test-plan-statuses-configuration,.ktm-test-run-statuses-configuration{padding:20px;position:absolute;top:0;bottom:0;right:0;left:0;overflow-y:auto}.ktm-confirm-dialog.ktm-fixed-layout{width:540px}.ktm-confirm-dialog .ktm-modal-dialog-content{padding:20px}.ktm-confirm-dialog .ktm-button-error{background-color:#de350b!important}.ktm-page-header{flex:0 0 auto;background-color:#fff}.ktm-page-header .aui-logo{height:32px}.ktm-page-header .aui-page-header-inner{position:relative;padding:10px 18px;display:flex;justify-content:space-between;align-items:center}.ktm-page-header .aui-page-header-inner .ktm-header-title{display:flex;align-items:center;min-height:32px}.ktm-page-header .aui-page-header-inner .ktm-header-title select-box{margin-left:6px;z-index:9999}.ktm-page-header .aui-page-header-inner .ktm-header-title select-box .aui-button{font-size:20px!important;padding-top:0!important;padding-bottom:0!important;height:auto!important}.ktm-page-header .aui-page-header-inner .ktm-header-title select-box .aui-button.active{padding-bottom:1px!important}.ktm-page-header .aui-page-header-inner .ktm-header-buttons .aui-button-link{margin-right:10px}.ktm-page-header .aui-page-header-inner .ktm-header-buttons button#ktm-module-configuration{margin-left:10px}.ktm-page-header .aui-page-header-inner .ktm-header-buttons .aui-icon-small.ktm-icon-dot-3{height:18px}.ktm-custom-field-input .ktm-select-box-field{display:block}.ktm-custom-field-input aui-date-picker input,.ktm-custom-field-input input[number-formatter]{max-width:100px}.ktm-custom-field-chooser,.ktm-custom-field-input user-key-picker{display:block}.ktm-read-only-custom-field-pre{white-space:pre}.ktm-delete-label-dialog .ktm-modal-dialog-content{padding:20px}.ktm-delete-label-dialog .ktm-modal-dialog-content .ktm-confirm-message{margin-bottom:12px}.ktm-delete-label-dialog .ktm-modal-dialog-content .ktm-select-box-item{width:100%}.ktm-delete-label-dialog .ktm-button-error{background-color:#de350b!important}.ktm-dynamic-filter-dialog form .ktm-modal-dialog-content{padding:24px;position:relative;overflow-y:auto}.ktm-dynamic-filter-dialog form .ktm-modal-dialog-content .ktm-form-fields{width:500px;padding-right:10%}.ktm-dynamic-filter-dialog form .ktm-modal-dialog-content .ktm-form-fields .ktm-input-field{padding-left:0;padding-right:0;box-sizing:border-box}.ktm-dynamic-filter-dialog form .ktm-modal-dialog-content .ktm-form-fields .ktm-input-field .ktm-label{width:23%;text-align:right;vertical-align:top;padding-top:5px;box-sizing:border-box}.ktm-dynamic-filter-dialog form .ktm-modal-dialog-content .ktm-form-fields .ktm-input-field .ktm-value{display:inline-block;width:70%;margin-left:10px;box-sizing:border-box}.ktm-dynamic-filter-dialog form .ktm-modal-dialog-content .ktm-form-fields .ktm-input-field .ktm-value select-box{width:100%}.ktm-dynamic-filter-panel{background-color:#f5f5f5;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3;padding:8px 8px 8px 14px}.ktm-dynamic-filter-panel:hover .ktm-header>.ktm-buttons{display:inline-block}.ktm-dynamic-filter-panel .ktm-header{display:flex;margin-bottom:6px;align-items:center;justify-content:space-between}.ktm-dynamic-filter-panel .ktm-header span .ktm-title{margin-left:12px;font-size:12px;text-transform:uppercase;color:#5d5d5d;font-weight:700}.ktm-dynamic-filter-panel .ktm-header span span[aui-spinner]{position:relative;width:16px;height:16px;display:inline-block;vertical-align:middle}.ktm-dynamic-filter-panel .ktm-header span .ktm-creator{font-size:12px;color:#5d5d5d}.ktm-dynamic-filter-panel .ktm-header .ktm-buttons{display:none;font-size:12px;margin-right:12px}.ktm-dynamic-filter-panel .ktm-header .ktm-buttons a{margin-left:6px}.ktm-dynamic-filter-panel .ktm-filter-content{display:flex;align-items:center;flex-wrap:wrap}.ktm-library-test-case-toolbar{width:100%;box-sizing:border-box;display:flex;flex-flow:column}.ktm-library-test-case-toolbar .ktm-row:last-child{margin-bottom:8px}.ktm-library-test-case-toolbar .ktm-row .ktm-row-content{padding:8px 8px 8px 14px;display:flex;align-items:center;flex-wrap:wrap}.ktm-library-test-case-toolbar .ktm-row .ktm-library-toolbar-left{flex-shrink:0;display:flex;align-items:center;justify-content:flex-start}.ktm-library-test-case-toolbar .ktm-row .ktm-library-toolbar-left .ktm-test-case-more{padding-left:5px!important}.ktm-library-test-case-toolbar .ktm-row .ktm-library-toolbar-left a.aui-button.ktm-library-toolbar-item:hover{color:var(--aui-btn-text)}.ktm-library-test-case-toolbar .ktm-row .ktm-library-toolbar-right{flex-shrink:0;flex-grow:1;display:flex;align-items:center;justify-content:flex-end}.ktm-library-test-case-toolbar .ktm-row .ktm-filter-active{color:#3abb4b}.ktm-library-test-case-toolbar .ktm-row .ktm-library-toolbar-filter{margin-left:0}.ktm-library-test-case-toolbar .ktm-row .ktm-library-toolbar-item{display:flex;flex-direction:row;flex-shrink:0;margin-right:8px}.ktm-library-test-case-toolbar .ktm-row .ktm-library-toolbar-item.aui-button{margin-left:0}.ktm-library-test-case-toolbar .ktm-row .ktm-library-toolbar-item:last-child{margin-right:0}.ktm-library-test-case-toolbar .ktm-row .ktm-library-toolbar-item.ktm-library-toolbar-search-button{max-width:135px}.ktm-library-test-case-toolbar .ktm-row .ktm-library-toolbar-item.ktm-library-toolbar-search-button.ktm-library-toolbar-search-button-large{max-width:175px}.ktm-library-test-case-toolbar .ktm-row .ktm-library-toolbar-item.ktm-library-toolbar-search{width:170px}#ktm-create-testcase-dropdown ul li{cursor:pointer}.ktm-test-case-header{text-transform:uppercase}.ktm-library{flex:1 1 auto;display:flex;flex-wrap:nowrap;align-items:stretch}.ktm-library .ktm-library-folder-tree{display:flex;flex-direction:column;flex-shrink:0;width:250px;min-width:237px;max-width:800px;box-sizing:border-box;border-right:1px solid #d3d3d3}.ktm-library .ktm-library-folder-tree .ktm-list-header{flex:0 0 auto;padding:0 4px}.ktm-library .ktm-library-folder-tree .ktm-list-header .ktm-folder-add-button{display:none;padding:0;font-size:12px}.ktm-library .ktm-library-folder-tree .ktm-archived-test-cases{text-align:center;background-color:#f5f5f5;border-top:1px solid #d3d3d3}.ktm-library .ktm-library-folder-tree folder-tree,.ktm-library .ktm-library-folder-tree react-folder-tree{flex:1 1 auto;overflow-y:auto;height:1px}.ktm-library .ktm-library-folder-tree:hover .ktm-folder-add-button{display:inline-block}.ktm-library .ktm-library-test-case-list{overflow:hidden;flex:1 1 auto;display:flex;flex-direction:column;box-sizing:border-box;align-items:stretch}.ktm-library .ktm-library-test-case-list .ktm-toolbar-placeholder{flex-shrink:0}.ktm-library .ktm-library-test-case-list .ktm-empty-message-wrapper{position:relative;height:100%}.ktm-library .ktm-library-test-case-list .ktm-empty-message-wrapper .ktm-empty-message{position:absolute;width:100%;top:10%}.ktm-library .ktm-library-test-case-list .ktm-empty-message-wrapper .ktm-onboarding-message>div:first-child{margin:15px 20px}.ktm-library .ktm-library-test-case-list .ktm-grid-wrapper{display:flex;flex:1 1 auto;min-height:0;position:relative}.ktm-library .ktm-library-test-case-list .ktm-grid-wrapper grid{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;overflow:auto}.ktm-library .ktm-library-test-case-list .ktm-result-count{flex-shrink:0;padding-left:16px;padding-top:4px;padding-bottom:8px}.ktm-library .ktm-library-test-case-list .ktm-result-count span{font-weight:700}.ktm-library .ktm-library-test-case-list .ktm-library-test-case-table{flex:1 1 auto;overflow-y:auto;min-height:200px;padding:0 10px 10px;box-sizing:border-box}.ktm-library .ktm-library-test-case-list .ktm-library-test-case-table .ktm-testcase-draggable-selected{background-color:#e6eef8}.ktm-library .ktm-library-test-case-list .ktm-library-test-case-table .ktm-testcase-draggable-selected:hover{background-color:#e4e4e4}.ktm-library .ktm-library-test-case-list .ktm-library-test-case-table ol{list-style:none;padding:0}.ktm-library .ktm-library-test-case-list .ktm-library-test-case-table ol li.ktm-testcase-item{cursor:pointer}.ktm-library .ktm-library-test-case-list .ktm-library-test-case-table ol li.ktm-loading-page{padding:4px 13px;min-height:26px}.ktm-library .ktm-library-test-case-list .ktm-library-test-case-table ol li.ktm-loading-page span{display:inline-block;vertical-align:middle}.ktm-library .ktm-library-test-case-list .ktm-library-test-case-table ol li.ktm-loading-page label{margin-left:8px;color:grey;font-style:italic}.ktm-test-case-delete-wizard{width:100%}.ktm-testcase-batch-dialog{width:700px}.ktm-testcase-batch-dialog .ktm-modal-dialog-content{height:400px;padding:8px;display:flex;flex-direction:column}.ktm-testcase-batch-dialog .ktm-modal-dialog-content .ktm-input-field{margin-top:8px}.ktm-testcase-batch-dialog .ktm-modal-dialog-content .ktm-input-field.ktm-testcases-names{flex:1 1 auto;display:flex;min-height:0}.ktm-testcase-batch-dialog .ktm-modal-dialog-content .ktm-input-field.ktm-testcases-names textarea{resize:none;height:auto}.ktm-testcase-batch-dialog .ktm-modal-dialog-content .ktm-input-field.ktm-testcase-fields{flex:0 0 auto;display:flex}.ktm-testcase-batch-dialog .ktm-modal-dialog-content .ktm-input-field.ktm-testcase-fields div.ktm-select-box-item{flex:1 1 auto}.ktm-testcase-batch-dialog .ktm-modal-dialog-content .ktm-input-field.ktm-testcase-fields div.ktm-select-box-item select-box,.ktm-testcase-batch-dialog .ktm-modal-dialog-content .ktm-input-field.ktm-testcase-fields div.ktm-select-box-item user-picker{display:block;max-width:100%}.ktm-testcase-batch-dialog .ktm-modal-dialog-content .ktm-input-field.ktm-testcase-labels{flex:0 0 auto}.ktm-dialog.ktm-small .ngdialog-content{width:540px;min-height:100px}.ktm-dialog.ktm-half-width .ngdialog-content{width:50%;min-height:100px}.ktm-dialog.ktm-medium .ngdialog-content{width:70%;height:70%}.ktm-dialog.ktm-large .ngdialog-content{width:90%;height:80%}.ktm-dialog.ktm-very-large .ngdialog-content{width:90%;height:90%}.ktm-modal-dialog{text-align:left;display:flex;flex-direction:column;height:100%}.ktm-modal-dialog .ktm-modal-dialog-header{flex-shrink:0;min-height:52px;background-color:#f5f5f5;border-bottom:1px solid #d3d3d3;border-top-left-radius:4px;border-top-right-radius:4px;padding:10px 20px;box-sizing:border-box}.ktm-modal-dialog .ktm-modal-dialog-nav{flex-shrink:0}.ktm-modal-dialog .ktm-modal-dialog-content{flex:1 1 auto;min-height:100px}.ktm-modal-dialog .ktm-modal-dialog-footer{flex-shrink:0;text-align:right;min-height:52px;background-color:#f5f5f5;border-top:1px solid #d3d3d3;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:10px 20px;box-sizing:border-box}.ngdialog.ngdialog-theme-ktm{z-index:1000;text-align:center;display:flex;align-items:center}.ngdialog.ngdialog-theme-ktm:before{display:inline-block;vertical-align:middle;content:"";width:0;height:100%}.ngdialog.ngdialog-theme-ktm .ngdialog-content{border-radius:4px;margin:0 auto;position:relative;display:inline-block;min-width:300px;text-align:initial;vertical-align:middle}.ngdialog.ngdialog-theme-ktm .ngdialog-close{border-radius:5px;cursor:pointer;position:absolute;right:0;top:0}.ngdialog.ngdialog-theme-ktm .ngdialog-close:before{background:transparent;border-radius:3px;color:#bbb;content:"\00D7";font-size:26px;font-weight:400;height:30px;line-height:26px;position:absolute;right:3px;text-align:center;top:3px;width:30px}.ngdialog.ngdialog-theme-ktm .ngdialog-close:active:before,.ngdialog.ngdialog-theme-ktm .ngdialog-close:hover:before{color:#777}.ktm-environment-picker-button{height:23px;font-size:13px;padding-top:3px;margin-bottom:5px}.ktm-environment-picker-button:after{top:10px!important}.ktm-dropdown-menu.ktm-environment-picker-dropdown>ul{max-height:176px;overflow-y:auto}.ktm-version-picker-button{height:23px;font-size:13px;padding-top:3px;margin-bottom:5px}.ktm-version-picker-button:after{top:10px!important}.ktm-dropdown-menu.ktm-version-picker-dropdown>ul{max-height:154px;overflow-y:auto}.ktm-attachment-manager .ktm-drop-box{margin-top:6px;padding:6px;border:2px dashed #d3d3d3;text-align:center;color:grey;border-radius:4px}.ktm-attachment-manager .ktm-drop-box.ktm-dragging-file{border-color:green}.ktm-attachment-manager .ktm-file-list{margin-top:0}.ktm-attachment-manager .ktm-file-list tbody.ktm-thin-layout tr{border:none;background-color:transparent}.ktm-attachment-manager .ktm-file-list tbody.ktm-thin-layout tr td{border:none;padding-top:2px;padding-bottom:2px}.ktm-attachment-manager .ktm-file-list tbody tr{word-break:break-all}.ktm-attachment-manager .ktm-file-list tbody tr:hover{background-color:#e4e4e4}.ktm-attachment-manager .ktm-file-list tbody tr:hover td .ktm-delete-button span{display:inline-block}.ktm-attachment-manager .ktm-file-list tbody tr.ktm-step{background:none}.ktm-attachment-manager .ktm-file-list tbody tr.ktm-step:hover{background-color:#e4e4e4}.ktm-attachment-manager .ktm-file-list tbody tr.ktm-step td{border:none}.ktm-attachment-manager .ktm-file-list tbody tr.ktm-uploading{background-color:initial}.ktm-attachment-manager .ktm-file-list tbody tr.ktm-uploading .aui-progress-indicator{display:inline-block;vertical-align:middle}.ktm-attachment-manager .ktm-file-list tbody tr td.ktm-error-information span{color:#8b0000}.ktm-attachment-manager .ktm-file-list tbody tr td.ktm-error-information a{cursor:pointer}.ktm-attachment-manager .ktm-file-list tbody tr td .ktm-delete-button{display:inline-block;width:18px}.ktm-attachment-manager .ktm-file-list tbody tr td .ktm-delete-button span{display:none}.ktm-test-case-change-history .ktm-change-history-container{padding:8px;list-style:none}.ktm-test-case-change-history .ktm-change-history-container .ktm-change-history{margin-bottom:12px;border-left:3px solid #d3d3d3;padding-left:6px}.ktm-test-case-change-history .ktm-change-history-container .ktm-change-history table.aui{margin-top:6px;margin-left:10px;table-layout:fixed}.ktm-test-case-change-history .ktm-change-history-container .ktm-change-history table.aui td{width:30%}.ktm-collapsable-section{margin-top:20px}.ktm-collapsable-section .ktm-collapsable-section-header{position:relative}.ktm-collapsable-section .ktm-collapsable-section-header .ktm-collapsable-section-icon{position:absolute;top:3px;cursor:pointer}.ktm-collapsable-section .ktm-collapsable-section-header .ktm-collapsable-section-title{box-sizing:border-box;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEQ5RDgxQzc2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEQ5RDgxQzg2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RDlEODFDNTZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RDlEODFDNjZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvXFWFAAAAAYSURBVHjaYvj//z8D0/Pnz/8zgFgAAQYAS5UJscReGMIAAAAASUVORK5CYII=);background-repeat:repeat-x;background-position:0 10px;background-attachment:scroll;margin-top:0;margin-bottom:4px;margin-left:16px}.ktm-collapsable-section .ktm-collapsable-section-header .ktm-collapsable-section-title span{font-weight:400}.ktm-collapsable-section .ktm-collapsable-section-header .ktm-collapsable-section-title h3{position:relative;padding-right:10px;display:inline-block;background-color:#fff;color:#333;font-size:14px;font-weight:700;line-height:1.5}.ktm-collapsable-section .ktm-collapsable-section-header .ktm-collapsable-section-title h3 .icon-required{position:absolute;right:0;top:2px;left:inherit;width:10px}.ktm-collapsable-section .ktm-collapsable-section-header .ktm-collapsable-section-title ul{list-style:none;margin-top:1px;padding:0 0 0 4px;display:inline;float:right;background-color:#fff}.ktm-collapsable-section .ktm-collapsable-section-header .ktm-collapsable-section-title ul li{display:inline}.ktm-collapsable-section .ktm-collapsable-section-content{padding-left:6px;padding-right:2px}.ktm-color-picker{border:1px solid rgba(0,0,0,.15);border-radius:4px;background-color:#fff;box-sizing:border-box;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.ktm-color-picker .sp-palette-row .sp-thumb-el{border-radius:2px;margin-right:3px}.ktm-color-picker .sp-palette-row .sp-thumb-el:last-child{margin-right:0}.ktm-comments{width:100%}.ktm-comments .ktm-comments-container{border-bottom:1px solid #d3d3d3;border-left:4px solid #fff;padding:0}.ktm-comments .ktm-comments-container:hover{background-color:#f5f5f5;border-left:4px solid #205081}.ktm-comments .ktm-comments-container:hover .ktm-comment .ktm-comment-header .ktm-comment-action .aui-iconfont-delete{display:inline-block}.ktm-comments .ktm-comments-container .ktm-comment{padding:10px 10px 4px}.ktm-comments .ktm-comments-container .ktm-comment .ktm-comment-header{display:flex}.ktm-comments .ktm-comments-container .ktm-comment .ktm-comment-header .ktm-comment-action{display:flex;justify-content:flex-end;margin-bottom:10px;position:absolute;right:8px}.ktm-comments .ktm-comments-container .ktm-comment .ktm-comment-header .ktm-comment-action .aui-iconfont-delete{display:none}.ktm-comments .ktm-comments-container .ktm-comment .ktm-comment-content{margin-top:8px}.ktm-comments .ktm-comment-rich-text-container{width:100%;padding:0;margin-top:20px;display:flex;align-items:center}.ktm-comments .ktm-comment-rich-text-container .aui-avatar{margin-right:10px;flex:0 0 auto}.ktm-comments .ktm-comment-rich-text-container .ktm-comment-richtext{flex:1 1 auto}.ktm-comments .ktm-comment-rich-text-container .ktm-comment-richtext .ktm-richtext .ktm-richtext-view-borderless{border:1px solid #d3d3d3;border-radius:3px}.ktm-comments .ktm-comment-rich-text-container .ktm-comment-richtext button{margin-top:4px}.ktm-comments .ktm-comment-content .ktm-comment-rich-text-container{margin-top:0}.ktm-comments .ktm-comment-content .ktm-comment-richtext .ktm-richtext .ktm-richtext-view-borderless{border:1px solid transparent}.ktm-comments .ktm-comment-content .ktm-comment-richtext .ktm-richtext .ktm-richtext-view-borderless:hover{border:1px solid #d3d3d3}.ktm-content-panel{display:flex;flex-direction:column;align-items:stretch;flex:1 1 auto;background-color:#fff}.ktm-content-panel .ktm-inner-content-panel{flex:1 1 0%;display:flex;align-items:stretch;border-top:1px solid #d3d3d3;min-height:0}.ktm-draggable-helper-wrapper{box-sizing:border-box;padding:15px}.ktm-draggable-helper-wrapper .ktm-draggable-helper{border:1px solid #a9a9a9;padding:2px 4px;background-color:#fff;font-size:11px;font-weight:700;box-shadow:4px 4px 5px 0 rgba(50,50,50,.75);z-index:10000!important;white-space:nowrap}.ktm-content-picker-dropdown .aui-message{width:260px;margin:10px}.ktm-content-picker-dropdown .aui-message a{display:inline!important;text-decoration:underline!important;color:#3b73af!important;padding:0!important}.ktm-content-picker-dropdown .aui-message a:hover{background-color:transparent!important}.ktm-content-picker-dropdown .ktm-item-not-found{font-style:italic}.ktm-filterbutton-button{overflow:hidden;text-overflow:ellipsis;max-width:inherit;width:inherit;min-width:inherit;text-align:left}.ktm-dropdown-menu{width:auto!important;max-width:80%!important}.ktm-dropdown-menu .ktm-popup-search{padding:10px 10px 6px}.ktm-dropdown-menu ul{max-height:290px;overflow-y:auto}.ktm-dropdown-menu ul .ktm-filterbutton-loadingitem{padding:6px 10px;cursor:default;font-style:italic;color:#707070}.ktm-dropdown-menu ul .ktm-filterbutton-loadingitem span{vertical-align:middle}.ktm-dropdown-menu ul .ktm-filterbutton-loadingitem span[aui-spinner]{display:inline-block;width:16px;height:16px;margin-right:4px}.ktm-dropdown-menu ul .ktm-filterbutton-emptyitem{padding:6px 14px;cursor:default;text-align:center;font-style:italic;color:#707070;background-color:#e4e4e4}.ktm-dropdown-menu ul .ktm-filterbutton-emptyitem.ktm-filterbutton-no-matches{background-color:initial}.ktm-dropdown-menu ul li{cursor:pointer}.ktm-dropdown-menu ul li .ktm-selected{background-color:#d3d3d3!important;color:#000!important}.ktm-issue-picker-dropdown{min-width:300px!important}.ktm-issue-picker-dropdown .ktm-history-search .ktm-issue-item img,.ktm-issue-picker-dropdown .ktm-history-search .ktm-issue-item span,.ktm-issue-picker-dropdown .ktm-selected-issues .ktm-issue-item img,.ktm-issue-picker-dropdown .ktm-selected-issues .ktm-issue-item span{vertical-align:middle}.ktm-range-button-dropdown.ktm-date-button-dropdown input{background-color:initial!important}.ktm-range-button-dropdown.ktm-date-button-dropdown.ng-invalid{color:red}.ktm-range-button-dropdown.ktm-date-button-dropdown.ng-valid{color:initial!important}.ktm-range-button-dropdown form{padding:8px}.ktm-range-button-dropdown form .ktm-input-field input{min-width:220px}.ktm-range-button-dropdown form .ktm-input-field .ng-invalid{color:red}.ktm-range-button-dropdown form button{margin-top:8px}.ktm-single-text-filter-button-dropdown form{padding:8px}.ktm-single-text-filter-button-dropdown form .ktm-input-field input{min-width:220px}.ktm-single-text-filter-button-dropdown form .ktm-input-field button{margin-top:8px}.ktm-global-loading-indicator .ktm-full-screen-loading-indicator{position:fixed;top:0;right:0;left:0;bottom:0;z-index:99999}.ktm-global-loading-indicator .ktm-normal-screen-loading-indicator{text-align:center;padding:100px 0}.ktm-global-loading-indicator .ktm-normal-screen-loading-indicator span[aui-spinner]{display:inline-block;height:16px;width:16px;margin-right:10px}.ktm-global-loading-indicator .ktm-normal-screen-loading-indicator span{vertical-align:middle}.ktm-message-box{position:fixed;left:50%;margin-top:4px;margin-left:-200px;width:400px;z-index:1001}.ktm-progress-bar{position:relative;height:5px;width:100%;overflow:hidden;box-sizing:border-box;border-radius:5px;vertical-align:middle}.ktm-progress-bar .ktm-progress-bar-placeholder{position:absolute;top:0;bottom:0;right:0;left:0;background-color:#e9e9e9}.ktm-progress-bar .ktm-progress-bar-item{position:relative;float:left;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;box-sizing:border-box}.ktm-focus-input{display:block;width:0!important;height:0!important;border:none!important;box-shadow:none!important;padding:0!important;margin:0!important}.ktm-richtext{position:relative;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.ktm-richtext table{table-layout:fixed;width:100%}.ktm-richtext .ktm-loading-spinner{display:block;width:20px;height:20px;position:absolute;right:4px;top:4px}.ktm-richtext .atwho-inserted,.ktm-richtext var{color:#4b88e7;background-color:#fff;border:1px solid #4b88e7;border-radius:3px;font-weight:700;line-height:99%;margin:0;padding:0 5px;text-align:center;text-decoration:none!important}.ktm-richtext var{font-style:normal}.ktm-richtext .ktm-grayed-text{background-color:hsla(0,0%,94.1%,.9)}.ktm-richtext .ktm-content{display:block}.ktm-richtext .ktm-richtext-view-borderless{border:1px solid transparent;padding:5px 5px 3px}.ktm-richtext .ktm-richtext-view-borderless:hover{border:1px solid #d3d3d3;border-radius:3px;cursor:pointer}.ktm-richtext .ktm-richtext-view-borderless .ktm-richtext-placeholder{font-style:italic;color:#666}.ktm-application .tribute-container{position:absolute;top:0;left:0;display:none;margin-top:18px;background:#fff;color:#000;border:1px solid #ddd;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,.1);min-width:120px;max-height:200px;overflow:auto;z-index:11110!important}.ktm-application .tribute-container ul{margin:2px 0 0;padding:0;list-style:none;background:#fff}.ktm-application .tribute-container li{padding:5px;cursor:pointer}.ktm-application .tribute-container li.highlight{background:#ebecf0}.ktm-application .tribute-container li span{font-weight:700}.ktm-application .tribute-container li.no-match{cursor:default}.ktm-application .tribute-container .menu-highlighted{font-weight:700}.ktm-rotate-header{box-sizing:border-box;min-width:22px;position:relative;text-transform:capitalize}.ktm-rotate-header .ktm-rotate-content{display:inline-block;white-space:nowrap;transform:rotate(-90deg);transform-origin:bottom left;position:absolute;left:24px}.ktm-search-field{position:relative}.ktm-search-field input{box-shadow:none!important;padding-right:24px;width:180px}.ktm-search-field .ktm-search-icon-placeholder{position:absolute;top:0;bottom:0;right:4px}.ktm-search-field .ktm-search-icon-placeholder span{height:100%;vertical-align:middle}.ktm-select-box-button{width:inherit;min-width:inherit;max-width:inherit;overflow:hidden;text-overflow:ellipsis;text-align:left}.ktm-empty-label-separator{border-bottom:1px solid #ccc;margin-bottom:2px;padding-bottom:2px}.ktm-select-box-item a.ktm-item-link{color:#3b73af}.ktm-select-box-item a.ktm-item-link:hover{text-decoration:underline}.ktm-select-box-item-icon{margin-right:4px}.ktm-simple-dropdown{display:flex}.ktm-simple-dropdown.ktm-slim{font-size:11px;border-radius:3px;color:grey;cursor:pointer;vertical-align:middle;padding:0 2px}.ktm-simple-dropdown.ktm-slim span{vertical-align:middle}.ktm-simple-dropdown.ktm-slim:hover{background-color:#d3d3d3}.ktm-simple-dropdown-menu{z-index:5000}.ktm-split-pane{position:absolute;top:0;bottom:0;right:-14px;width:14px;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;background-repeat:no-repeat;cursor:col-resize;z-index:1}.ui-sortable-helper .ktm-testcasecard{background-color:#e4e4e4}.ui-sortable-helper .ktm-testcasecard .ktm-testcasecard-decorators{background-color:#e4e4e4;box-shadow:-15px 0 15px 2px #e4e4e4}.ui-sortable-helper .ktm-testcasecard .ktm-testcasecard-text-shadow{box-shadow:inset -15px 0 15px 2px #e4e4e4}.ktm-testcasecard{position:relative;cursor:pointer;padding:4px;white-space:nowrap;background-color:#fff;border-bottom:1px solid #d3d3d3}.ktm-testcasecard.ktm-testcasecard-item-selected{background-color:#e6eef8}.ktm-testcasecard.ktm-testcasecard-item-selected .ktm-testcasecard-decorators{background-color:#e6eef8;box-shadow:-15px 0 15px 2px #e6eef8}.ktm-testcasecard.ktm-testcasecard-item-selected .ktm-testcasecard-text-shadow{box-shadow:inset -15px 0 15px 2px #e6eef8}.ktm-testcasecard:hover{background-color:#e4e4e4}.ktm-testcasecard:hover .ktm-testcasecard-decorators{background-color:#e4e4e4;box-shadow:-15px 0 15px 2px #e4e4e4}.ktm-testcasecard:hover .ktm-testcasecard-text-shadow{box-shadow:inset -15px 0 15px 2px #e4e4e4}.ktm-testcasecard .ktm-testcasecard-index{display:inline-block;width:30px;vertical-align:middle;color:#a9a9a9;font-size:16px;text-align:center}.ktm-testcasecard .ktm-testcasecard-text{display:inline-block}.ktm-testcasecard .ktm-testcasecard-decorators{position:absolute;top:3px;right:4px;background-color:#fff;z-index:1;direction:rtl;max-width:90%;overflow:hidden;box-shadow:-15px 0 15px 2px #fff}.ktm-testcasecard .ktm-testcasecard-decorators .ktm-decorators-container{display:inline-block;direction:ltr}.ktm-testcasecard .ktm-testcasecard-decorators .ktm-decorators-container .ktm-decorator{vertical-align:middle;max-width:200px;overflow:hidden;text-overflow:ellipsis}.ktm-testcasecard .ktm-testcasecard-decorators .ktm-decorators-container .aui-label{margin:0}.ktm-testcasecard .ktm-testcasecard-decorators .ktm-decorators-container .aui-label+.aui-label{margin-left:4px}.ktm-testcasecard .ktm-testcasecard-decorators .ktm-decorators-container .ktm-testcasecard-execution-time{overflow:initial;text-transform:none;box-sizing:border-box;width:55px;height:16px}.ktm-testcasecard .ktm-testcasecard-text-shadow{box-shadow:inset -15px 0 15px 2px #fff;position:absolute;right:0;top:0}.ktm-test-case-dropbox{display:flex;border:2px dashed transparent;overflow-y:auto;padding:10px;width:100%}.ktm-test-case-dropbox.ktm-droppable-active{border-color:green}.ktm-test-case-dropbox .ktm-message-wrapper{flex:1 1 auto;display:flex;align-items:center;justify-content:center}.ktm-test-case-dropbox .ktm-test-case-list-wrapper{flex:1 0;max-width:100%}.ktm-test-case-dropbox .ktm-test-case-list-wrapper .ktm-loading-page{padding:4px 13px;min-height:26px}.ktm-test-case-dropbox .ktm-test-case-list-wrapper .ktm-loading-page span{display:inline-block;vertical-align:middle}.ktm-test-case-dropbox .ktm-test-case-list-wrapper .ktm-loading-page label{margin-left:8px;color:grey;font-style:italic}.ktm-test-case-dropbox .ktm-test-case-list-wrapper ol{margin:0;padding:0;list-style:none}.ktm-test-case-dropbox .ktm-test-case-list-wrapper ol .ktm-test-case-entry{border-bottom:1px solid #d3d3d3}.ktm-test-case-dropbox .ktm-test-case-list-wrapper ol .ktm-test-case-entry:hover .ktm-delete-button span{display:block}.ktm-test-case-dropbox .ktm-test-case-list-wrapper ol .ktm-test-case-entry .ktm-delete-button{vertical-align:middle;display:inline-block;width:16px}.ktm-test-case-dropbox .ktm-test-case-list-wrapper ol .ktm-test-case-entry .ktm-delete-button span{display:none}.ktm-testcase-search{flex:1;box-sizing:border-box;padding:4px;background-color:#f5f5f5;display:flex;flex-direction:column;overflow-y:auto}.ktm-testcase-search .ktm-input-field,.ktm-testcase-search .ktm-list-header{flex-shrink:0}.ktm-testcase-search .ktm-folder-select-box{display:block;width:100%}.ktm-testcase-search .ktm-testcase-search-filter{flex-shrink:0;max-width:100%;display:block;margin-top:8px}.ktm-testcase-search .ktm-testcase-search-results{flex:1 0;margin-top:8px;box-sizing:border-box;border-radius:3px;background-color:#fff;border:1px solid #d3d3d3;min-height:100px;display:flex;flex-direction:column}.ktm-testcase-search .ktm-testcase-search-results .ktm-testcase-search-header{flex-shrink:0;padding:6px 4px;background-color:#fff;display:flex;align-items:center}.ktm-testcase-search .ktm-testcase-search-results .ktm-testcase-search-header .ktm-testcase-searchfield{flex-grow:1;margin-left:3px}.ktm-testcase-search .ktm-testcase-search-results .ktm-testcase-draggable-list{flex:1 1 auto;list-style:none;padding:0;margin:0}.ktm-testcase-search .ktm-testcase-search-results .ktm-testcase-draggable-list .ktm-testcase-draggable-list-item{border-bottom:1px solid #d3d3d3}.ktm-user-header{display:flex;align-items:center}.ktm-user-header .aui-avatar{margin-right:5px}.ktm-user-header .ktm-comment-displayname{font-weight:700}.ktm-diff{padding:15px}.ktm-diff .ktm-diff-table{table-layout:fixed}.ktm-diff .ktm-diff-table .ktm-diff-field-name{font-weight:700}.ktm-diff .ktm-diff-table .ktm-diff-field-value .ktm-diff-step span{font-size:10px;text-transform:uppercase;color:#a9a9a9}.ktm-diff .ktm-diff-table .ktm-diff-field-value .ktm-diff-step p{margin-top:0;margin-bottom:20px}.ktm-diff .ktm-match{color:#000}.ktm-diff .ktm-ins{color:#000;background:#bfb;border-radius:8px;margin-bottom:10px}.ktm-diff .ktm-del{text-decoration:line-through}.ktm-diff .ktm-del,.ktm-diff .ktm-del-block{color:#000;background:#fbb;border-radius:8px}.ktm-diff .ktm-del-block{margin-bottom:10px}.ktm-diff .ktm-block-p{display:inline-block}.ktm-diff .ktm-richtext table{width:100%}.ktm-diff .ktm-richtext table td{width:25%}.ktm-floating-loading-bar{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:space-around;align-items:center;background-color:#fff}.ktm-floating-loading-bar .ktm-bar-container{text-align:center;width:50%;height:150px}.ktm-dynamic-filter-button{display:inline-block}.ktm-dynamic-filter-button .ktm-remove-button{display:inline-block;width:16px;margin-left:-3px}.ktm-dynamic-filter-button .ktm-remove-button span.aui-icon{display:none;margin:0}.ktm-dynamic-filter-button:hover .ktm-remove-button span.aui-icon{display:inline-block}.ktm-editable-text .ktm-editable-text-action-button{width:26px;height:26px;padding:0;margin-left:1px!important;margin-top:2px}.ktm-editable-text .ktm-updating{background-color:#f5f5f5!important}.ktm-editable-text .ktm-loading-icon{margin:4px 0 0}.ktm-editable-text .ktm-controls{flex:0 0 auto;display:block;margin:0}.ktm-editable-text .ktm-controls .ktm-hint{color:grey;font-size:11px;margin-left:8px}.ktm-editable-text.ktm-editable-text-inline{display:flex;align-items:center}.ktm-editable-text.ktm-editable-text-inline textarea{flex:1 1 auto}.ktm-editable-text.ktm-editable-text-inline .ktm-loading-icon{margin:0 0 0 4px}.ktm-editable-text.ktm-editable-text-inline .ktm-controls{flex:0 0 auto;display:block;margin:0}.ktm-tree-cloud-extra-padding{padding-left:16px}.ktm-tree-node-content{position:relative;padding-top:5px;padding-bottom:5px;cursor:pointer;border-top:1px solid transparent;border-bottom:1px solid transparent;box-sizing:border-box}.ktm-tree-node-content:hover{background-color:#e4e4e4}.ktm-tree-node-content:hover .ktm-tree-node-handle{display:inline-block}.ktm-tree-node-content:hover .ktm-tree-node-config-btn{display:block}.ktm-tree-node-content.ktm-tree-node-selected{background-color:#e6eef8;border-color:#d2e0f2}.ktm-tree-node-content.ktm-tree-node-selected:hover{background-color:#e6eef8}.ktm-tree-node-content.ktm-tree-node-dragover{background-color:#e4e4e4}.ktm-tree-node-content .ktm-tree-node-handle{display:none;top:4px;bottom:4px;left:4px;width:6px;position:absolute}.ktm-tree-node-content .ktm-tree-node-collapse-btn{position:absolute;top:9px;left:8px}.ktm-tree-node-content .ktm-tree-node-config-btn{display:none}.ktm-tree-node-content .ktm-tree-node-config-btn.active{display:block}.ktm-tree-node-content .ktm-tree-node-text{display:block;margin-left:22px;margin-right:38px}.ktm-tree-node-content .ktm-tree-node-text span{vertical-align:middle}.ktm-tree-node-content .ktm-tree-node-text .ktm-tree-node-text-count{display:inline-block;font-size:11px;color:#bbb}.ktm-tree-node-content .ktm-tree-node-config-btn{position:absolute;right:2px;top:6px}.ktm-tree-node-content .ktm-tree-node-edition .ktm-editable-node-text{margin:0 2px 0 4px}.angular-ui-tree-placeholder{box-sizing:border-box;background:#e4e4e4;border:2px dashed #e6eef8}.angular-ui-tree-drag{border:2px dashed #e6eef8;pointer-events:none;z-index:999;opacity:.8}.ktm-kanoah-disabled{flex:1 1 auto;margin:100px 0 0}.ktm-kanoah-disabled .ktm-disabled-message{background-color:#fff}.ktm-kanoah-disabled .ktm-aui-info-message{max-width:650px}.ktm-kanoah-disabled-onboarding{width:100%}.ktm-kanoah-disabled-onboarding .ktm-onboarding-message>div:first-child{margin:15px 10%}.ktm-no-current-project{flex:1 1 auto;margin:12px 0 0}.ktm-test-plans{flex:1 1 auto;display:flex;flex-wrap:nowrap;align-items:stretch}.ktm-test-plans .ktm-testplan-list{display:flex;flex-direction:column;flex-shrink:0;box-sizing:border-box;border-right:1px solid #d3d3d3;width:250px;min-width:232px;max-width:800px}.ktm-test-plans .ktm-testplan-list .ktm-list-header{flex:0 0 auto;padding:0 4px}.ktm-test-plans .ktm-testplan-list .ktm-list-header .ktm-testplan-add-button{display:none;padding:0;font-size:12px}.ktm-test-plans .ktm-testplan-list folder-tree,.ktm-test-plans .ktm-testplan-list react-folder-tree{flex:1 1 auto;overflow-y:auto;height:1px}.ktm-test-plans .ktm-testplan-list:hover .ktm-testplan-add-button{display:inline-block}.ktm-test-plans .ktm-testplan-panel{flex:1 1 auto;display:flex;flex-direction:column;box-sizing:border-box;overflow-y:auto;align-items:stretch}.ktm-test-plans .ktm-testplan-panel .ktm-toolbar-placeholder{flex:0 0 auto}.ktm-test-plans .ktm-testplan-panel .ktm-empty-message-wrapper{flex:1 1 auto;display:flex;position:relative}.ktm-test-plans .ktm-testplan-panel .ktm-empty-message-wrapper .ktm-empty-message{position:absolute;width:100%;top:30%}.ktm-test-plans .ktm-testplan-panel .ktm-empty-message-wrapper .ktm-empty-message .aui-button.aui-button-link{margin:0;padding:0}.ktm-test-plans .ktm-testplan-panel .ktm-onboarding-message-wrapper .ktm-onboarding-message>div:first-child{margin:15px 20px}.ktm-test-plans .ktm-testplan-panel .ktm-grid-wrapper{display:flex;flex:1 1 auto;min-height:0;position:relative}.ktm-test-plans .ktm-testplan-panel .ktm-grid-wrapper grid{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;overflow:auto}tr.ktm-permission-editing td{background-color:#e6eef8;width:12%}tr.ktm-permission-editing td.ktm-editable{width:24%}tr.ktm-permission-editing td.ktm-actions{width:15%}tr.ktm-permission-editing td .ktm-tip{font-size:11px;color:grey;display:block}tr.ktm-permission-editing td .ktm-new-aui a{top:0;right:0}tr.ktm-permission-read-only [ng-click]{cursor:default}tr.ktm-permission-read-only:hover{background-color:#e4e4e4}tr.ktm-permission-read-only td{width:12%}tr.ktm-permission-read-only td span.ktm-editable-mark{display:block;position:relative;padding-right:16px}tr.ktm-permission-read-only td em{display:none;color:grey;padding:2px}tr.ktm-permission-read-only td .aui-iconfont-edit{display:none;position:absolute;right:2px;top:2px}tr.ktm-permission-read-only td.ktm-actions{width:15%}tr.ktm-permission-read-only td.ktm-editable{width:24%;cursor:pointer}tr.ktm-permission-read-only td.ktm-editable:hover span.ktm-editable-mark{background-color:#ffffe0}tr.ktm-permission-read-only td.ktm-editable:hover em{display:initial}tr.ktm-permission-read-only td.ktm-editable:hover .aui-iconfont-edit{display:inline-block}tr.ktm-permission-read-only td.ktm-editable .ktm-avoid-wrap{white-space:nowrap;display:inline-block}tr.ktm-permission-read-only td.ktm-editable .ktm-avoid-wrap .ktm-name{margin:0 6px 0 2px}.ktm-project-configuration-panel div[aui-spinner]{height:24px}.ktm-project-configuration-panel .ktm-configuration-section+.ktm-configuration-section{margin-top:30px}.ktm-project-configuration-panel .ktm-configuration-section h2{border-bottom:1px solid #d3d3d3}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list{list-style:none;padding:0}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list>li table.ktm-category-permissions{margin-top:0}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list>li table.ktm-category-permissions tbody tr.ktm-permission-read-only [ng-click]{cursor:default}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list>li table.ktm-category-permissions tbody tr.ktm-permission-read-only:hover{background-color:#e4e4e4}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list>li table.ktm-category-permissions tbody tr.ktm-permission-read-only td{width:12%}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list>li table.ktm-category-permissions tbody tr.ktm-permission-read-only td span.ktm-editable-mark{display:block;position:relative;padding-right:16px}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list>li table.ktm-category-permissions tbody tr.ktm-permission-read-only td em{display:none;color:grey;padding:2px}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list>li table.ktm-category-permissions tbody tr.ktm-permission-read-only td .aui-iconfont-edit{display:none;position:absolute;right:2px;top:2px}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list>li table.ktm-category-permissions tbody tr.ktm-permission-read-only td.ktm-actions{width:15%}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list>li table.ktm-category-permissions tbody tr.ktm-permission-read-only td.ktm-editable{width:24%;cursor:pointer}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list>li table.ktm-category-permissions tbody tr.ktm-permission-read-only td.ktm-editable:hover span.ktm-editable-mark{background-color:#ffffe0}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list>li table.ktm-category-permissions tbody tr.ktm-permission-read-only td.ktm-editable:hover em{display:initial}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list>li table.ktm-category-permissions tbody tr.ktm-permission-read-only td.ktm-editable:hover .aui-iconfont-edit{display:inline-block}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list>li table.ktm-category-permissions tbody tr.ktm-permission-read-only td.ktm-editable .ktm-avoid-wrap{white-space:nowrap;display:inline-block}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list>li table.ktm-category-permissions tbody tr.ktm-permission-read-only td.ktm-editable .ktm-avoid-wrap .ktm-name{margin:0 6px 0 2px}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list>li table.ktm-category-permissions tbody tr.ktm-permission-editing td{background-color:#e6eef8;width:12%}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list>li table.ktm-category-permissions tbody tr.ktm-permission-editing td.ktm-editable{width:24%}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list>li table.ktm-category-permissions tbody tr.ktm-permission-editing td.ktm-actions{width:15%}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list>li table.ktm-category-permissions tbody tr.ktm-permission-editing td .ktm-tip{font-size:11px;color:grey;display:block}.ktm-project-configuration-panel .ktm-permissions ul.ktm-permission-configuration-list>li table.ktm-category-permissions tbody tr.ktm-permission-editing td .ktm-new-aui a{top:0;right:0}.ktm-global-configuration-section{height:120px}.ktm-traceability-settings-section .ktm-selected-issue-link-type{padding-top:10px}.ktm-traceability-settings-section select-box{width:100px}.ktm-traceability-issue-page{padding-bottom:16px}.ktm-dropdown-section{border-top:1px solid #dfe1e6}.ktm-dropdown-section-title{color:grey!important;font-size:11px;font-weight:600;line-height:1.45454545;letter-spacing:0}.ktm-trace-link .ktm-trace-link-type{overflow:hidden;padding-top:3px;color:grey;font-size:12px;font-weight:700}.ktm-test-run-clone-dialog .ktm-modal-dialog-content{padding:16px}.ktm-test-run-clone-dialog .ktm-modal-dialog-content form .radio+.ktm-field-group{margin-top:6px}.ktm-test-run-clone-dialog .ktm-modal-dialog-content form .ktm-field-group label{display:inline-block;width:180px;text-align:right;margin-right:4px}.ktm-test-run-clone-dialog .ktm-modal-dialog-content form .ktm-field-group filter-button{max-width:60%}.ktm-test-run-clone-dialog .ktm-modal-dialog-content ng-aui-message{display:block;margin-top:20px}.ktm-test-results-container{padding:10px 0;overflow-y:scroll}.ktm-test-results-container table td{white-space:normal}.ktm-more-button-traceability-options{margin-top:0}.ktm-dialog .ktm-project-select .ktm-modal-dialog-content{padding:12px;min-height:0}.ktm-dialog .ktm-project-select .ktm-modal-dialog-content span.ktm-info-text{margin:10px 0 6px;display:block}.ktm-dialog .ktm-project-select .ktm-modal-dialog-content select-box{width:100%}.ktm-modal-dialog-content-cloud{padding:12px;min-height:0}.ktm-modal-dialog-content-cloud span.ktm-info-text{margin:10px 0 6px;display:block}.ktm-modal-dialog-content-cloud select-box{width:100%}.ktm-traceability-issue-panel{margin-top:0}.ktm-simple-empty-message{display:block;font-style:italic;padding:5px;color:#707070}.ktm-execute-single-test-case-dialog .ktm-modal-dialog-content{padding:16px}.ktm-execute-single-test-case-dialog .ktm-modal-dialog-content form .ktm-field-group label{display:inline-block;width:180px;text-align:right;margin-right:4px}.ktm-execute-single-test-case-dialog .ktm-modal-dialog-content form filter-button{max-width:60%}.ktm-dropdown-menu.ktm-user-picker-dropdown-menu>ul{max-height:180px;overflow-y:auto}.ktm-icon-play-small{width:12px}.ktm-icon-play-small:before{font-size:13px!important;margin-top:-7px}.ktm-trace-link-list .ktm-progress-bar{display:inline-block;width:50px}.ktm-trace-link-list .ktm-time-percent{width:32px;font-size:11px}.ktm-trace-link-list .ktm-confluence-page-icon{display:inline-block}.ktm-trace-link-card{display:flex;flex-direction:row}.ktm-trace-link-card:hover .ktm-trace-link-remove span.ktm-trace-link-remove-button span{display:inline-block}.ktm-trace-link-card div{display:flex;align-items:center;padding:0 10px}.ktm-trace-link-card div .aui-icon{color:#707070;padding:0}.ktm-trace-link-card .ktm-trace-link-status{position:absolute;right:25px}.ktm-trace-link-card .ktm-trace-link-status-issue{top:6px}.ktm-trace-link-card .ktm-trace-link-remove{position:absolute;right:0}.ktm-trace-link-card .ktm-trace-link-remove span.ktm-trace-link-remove-button{display:block;width:16px;height:16px}.ktm-trace-link-card .ktm-trace-link-remove span.ktm-trace-link-remove-button span{display:none}.ktm-weblink-dialog .ktm-modal-dialog-content{padding:20px}.ktm-select-to-list .aui-select2-container{max-width:350px!important}.ktm-select-to-list .ktm-section{margin-top:20px}.ktm-select-to-list .ktm-section h3{border-bottom:1px solid #d3d3d3}.ktm-select-to-list .ktm-section .ktm-select-field-container{display:flex;margin-top:15px}.ktm-select-to-list .ktm-section .ktm-select-field-container .ktm-new-aui a{top:0;right:0}.ktm-select-to-list .ktm-section .ktm-select-field-input{width:350px;margin-right:10px}.ktm-select-to-list .ktm-table{margin-top:20px}.ktm-select-to-list .ktm-table .ktm-select-to-list-row:hover{background-color:#e4e4e4}.ktm-select-to-list .ktm-table .ktm-select-to-list-row:hover .ktm-action-button{display:block}.ktm-select-to-list .ktm-table .ktm-select-to-list-row .ktm-action-button{display:none}.ktm-toggle{margin-top:8px}.ktm-toggle .ktm-enable-disable{display:inline-block}.ktm-toggle .ktm-enable-disable button{color:grey;font-size:11px}.ktm-toggle .ktm-enable-disable button.active{font-weight:700}.ktm-toggle .ktm-enable-disable button.active.ktm-green{color:green}.ktm-toggle .ktm-enable-disable button.active.ktm-red{color:red}.ktm-toggle .ktm-description{display:inline-block;margin-left:4px}.ktm-toggle .ktm-description img,.ktm-toggle .ktm-description span{vertical-align:middle}.ktm-list-card{position:relative;display:flex;padding:4px;border-bottom:1px solid #d3d3d3;cursor:pointer}.ktm-list-card a,.ktm-list-card img{display:inline-block;vertical-align:middle}.ktm-list-card:hover{background-color:#e4e4e4}.ktm-list-card:hover .ktm-list-card-decorators{background-color:#e4e4e4;box-shadow:-15px 0 9px 0 #e4e4e4}.ktm-list-card:hover .ktm-list-card-actions{display:flex}.ktm-list-card .ktm-list-card-main-info{display:flex;flex:1;overflow:hidden;white-space:nowrap}.ktm-list-card .ktm-list-card-main-info .ktm-list-card-url{padding-right:3px}.ktm-list-card .ktm-list-card-main-info list-card-description{display:inline-block;vertical-align:middle}.ktm-list-card .ktm-list-card-decorators{display:flex;margin-left:auto;box-sizing:border-box;background-color:#fff;box-shadow:-15px 0 9px 0 #fff}.ktm-list-card .ktm-list-card-actions{position:absolute;display:none;padding:0 8px 0 20px;right:0;top:0;height:100%;align-items:center;justify-content:center;background-image:linear-gradient(90deg,hsla(0,0%,89.4%,0),#e4e4e4 25%)}.ktm-last-test-result-badge{display:inline-block;vertical-align:middle;width:16px;height:16px;border-radius:8px}.ktm-avatar img{border-radius:3px;height:16px;width:16px}.ktm-pagination{margin-top:5px;margin-bottom:10px}.ktm-pagination .ktm-pagination-displaying{color:grey}.ktm-clear-user-config{display:flex;text-align:center}.ktm-clear-user-config clear-user-configuration{flex:1}.ktm-quick-search-dialog .ktm-connection-status-message{margin:auto;width:400px}.ktm-quick-search-dialog .ktm-results .ktm-subtitle{font-size:11px}.ktm-issue-search-dialog{flex:1 1 auto;flex-direction:column;display:flex;padding:0 12px}.ktm-issue-search-dialog aui-info-message{margin:auto}.ktm-issue-search-dialog ng-aui-message{flex:0 0 auto}.ktm-issue-search-dialog table{flex:1 1 auto}.ktm-issue-search-dialog table tbody tr{cursor:pointer}.ktm-issue-search-dialog table tbody tr.ktm-selected{background-color:#e6eef8}.ktm-issue-search-dialog table tbody tr.ktm-rejected-issue{background-color:#f0f0f0}.ktm-issue-search-dialog table tbody tr.ktm-rejected-issue .ktm-issue-summary{color:#ccc}.ktm-issue-search-dialog table tbody tr.ktm-rejected-issue:hover{background-color:#f0f0f0}.ktm-issue-search-dialog table tbody tr td img{vertical-align:middle}.ktm-issue-search-dialog table tbody tr:hover{background-color:#e4e4e4}.ktm-issue-search-dialog .ktm-truncate-result-message{flex:0 0 auto;margin:10px 0 0 4px;font-style:italic}.ktm-issue-search-dialog .ktm-show-more-results{margin:10px 0}.ktm-issue-search-dialog .ktm-show-more-results a{padding-left:10px}.ktm-quick-search-dialog .ktm-modal-dialog-content{display:flex;flex-direction:column}.ktm-quick-search-dialog .ktm-modal-dialog-content .ktm-search-header{padding:12px;flex:0 0 auto;display:flex}.ktm-quick-search-dialog .ktm-modal-dialog-content .ktm-search-header confluence-space-picker,.ktm-quick-search-dialog .ktm-modal-dialog-content .ktm-search-header filter-button,.ktm-quick-search-dialog .ktm-modal-dialog-content .ktm-search-header select-box{flex-shrink:0;margin:0 12px 0 0;max-width:160px;width:160px}.ktm-quick-search-dialog .ktm-modal-dialog-content .ktm-search-header input{flex:1 1 auto}.ktm-quick-search-dialog .ktm-modal-dialog-content .ktm-search-header button.ktm-search-button{flex:0 0 auto;margin-left:12px}.ktm-quick-search-dialog .ktm-modal-dialog-content .ktm-search-header a.ktm-advanced-search-button{padding:5px 0 0 10px;cursor:pointer}.ktm-quick-search-dialog .ktm-modal-dialog-content .ktm-message-center{margin:0 auto}.ktm-quick-search-dialog .ktm-modal-dialog-content .ktm-search-results{flex:1 1 auto;display:flex;overflow-y:auto}.ktm-test-run-search-dialog{flex:1 1 auto;padding:0 12px;display:flex}.ktm-test-run-search-dialog aui-info-message{margin:auto}.ktm-test-run-search-dialog .ktm-data{flex:1 1 auto}.ktm-test-run-search-dialog .ktm-data .ktm-test-run-list{list-style:none;margin:0;padding:0}.ktm-test-run-search-dialog .ktm-data .ktm-truncate-result-message{display:inline-block;margin:10px 0 10px 4px;font-style:italic}.ktm-test-plan-search-dialog{flex:1 1 auto;padding:0 12px;display:flex}.ktm-test-plan-search-dialog aui-info-message{margin:auto}.ktm-test-plan-search-dialog .ktm-data{flex:1 1 auto}.ktm-test-plan-search-dialog .ktm-data .ktm-test-plan-list{list-style:none;margin:0;padding:0}.ktm-test-plan-search-dialog .ktm-data .ktm-truncate-result-message{display:inline-block;margin:10px 0 0 4px;font-style:italic}.ktm-test-plan-search-dialog .ktm-test-plan-card{white-space:nowrap;background-color:#fff;border-bottom:1px solid #d3d3d3;position:relative;padding:4px;overflow:hidden;cursor:pointer}.ktm-test-plan-search-dialog .ktm-test-plan-card a,.ktm-test-plan-search-dialog .ktm-test-plan-card span{vertical-align:text-top}.ktm-test-plan-search-dialog .ktm-test-plan-card:hover{background-color:#e4e4e4}.ktm-test-plan-search-dialog .ktm-test-plan-card:hover .ktm-decorators{background-color:#e4e4e4;box-shadow:-15px 0 15px 2px #e4e4e4}.ktm-test-plan-search-dialog .ktm-test-plan-card.ktm-selected{background-color:#e6eef8}.ktm-test-plan-search-dialog .ktm-test-plan-card.ktm-selected .ktm-decorators{background-color:#e6eef8;box-shadow:-15px 0 15px 2px #e6eef8}.ktm-test-plan-search-dialog .ktm-test-plan-card.ktm-rejected,.ktm-test-plan-search-dialog .ktm-test-plan-card.ktm-rejected:hover{background-color:#f0f0f0}.ktm-test-plan-search-dialog .ktm-test-plan-card.ktm-rejected .ktm-name{color:#ccc}.ktm-test-plan-search-dialog .ktm-test-plan-card.ktm-rejected .ktm-decorators{background-color:#f0f0f0;box-shadow:-15px 0 15px 2px #f0f0f0}.ktm-test-plan-search-dialog .ktm-test-plan-card .ktm-decorators{position:absolute;top:0;bottom:0;right:0;padding-top:3px;padding-right:4px;text-align:right;direction:rtl;background-color:#fff;max-width:85%;overflow:hidden;box-shadow:-15px 0 15px 2px #fff}.ktm-test-plan-search-dialog .ktm-test-plan-card .ktm-decorators .ktm-decorator{vertical-align:middle;margin-left:2px;margin-right:0!important;direction:ltr}.ktm-test-plan-search-dialog .ktm-test-plan-card .ktm-decorators .ktm-count{width:24px}.ktm-test-plan-search-dialog .ktm-test-plan-card .ktm-decorators .ktm-estimated-time{overflow:initial;text-transform:none;box-sizing:border-box;width:55px;height:16px}reports-library,reports-library .ktm-reports-library{flex:1 1 auto;display:flex;align-items:stretch;min-height:0}reports-library .ktm-reports-library{flex-wrap:nowrap;background-color:#fff}reports-library .ktm-reports-library reports-sidebar{flex:0 0 auto;display:flex;align-items:stretch;min-height:0}reports-library .ktm-reports-library reports-list{flex:1 1 auto;overflow-y:auto;min-height:0}reports-library .ktm-reports-library .onboarding-message{display:flex;align-items:center;justify-content:center;width:100%}reports-library .ktm-reports-library .onboarding-message>*{width:100%}reports-library .ktm-reports-library .onboarding-message div{margin:0}@media screen{.ktm-reports-list{padding:12px}.ktm-reports-list>ul{padding:0}.ktm-reports-list>ul .ktm-reports-list-item{list-style:none;border-bottom:1px solid #d3d3d3}.ktm-reports-list>ul .ktm-reports-list-item .ktm-report-icon{margin:0 4px 0 6px;color:#5d5d5d}.ktm-reports-list>ul .ktm-reports-list-item:hover{background-color:#e4e4e4}}@media print{@page{margin:50px}}@media screen{.reports-view,reports-view{flex:1 1 auto;display:flex;align-items:stretch;flex-direction:column;overflow-x:auto;overflow-y:auto}.reports-view .ktm-reports-view,reports-view .ktm-reports-view{position:relative;flex:1 1 auto;margin-top:54px;background-color:#fff;overflow-y:auto;display:flex;flex-wrap:nowrap;flex-direction:column;align-items:stretch}.reports-view .ktm-reports-view h2,reports-view .ktm-reports-view h2{margin:0 20px;padding:16px 0;border-bottom:1px solid #d3d3d3}.reports-view .ktm-reports-view .ktm-reports-viewer,reports-view .ktm-reports-view .ktm-reports-viewer{flex:1 1 auto;display:flex;align-items:stretch;padding:20px}.reports-view .ktm-reports-view .ktm-reports-viewer>*,reports-view .ktm-reports-view .ktm-reports-viewer>*{flex:1 1 auto}}@media print{.reports-view,reports-view{flex:1 1 auto;display:flex;align-items:stretch;flex-direction:column;position:relative}.reports-view .ktm-reports-view h2,reports-view .ktm-reports-view h2{margin:0 20px;padding:16px 0;border-bottom:1px solid #d3d3d3}.reports-view .ktm-reports-view .ktm-reports-viewer,reports-view .ktm-reports-view .ktm-reports-viewer{padding:20px}}.ktm-reports-sidebar{display:flex;flex-direction:column;box-sizing:border-box;border-right:1px solid #d3d3d3;width:250px;min-width:232px;max-width:800px}.ktm-reports-sidebar .ktm-list-header{padding:0 4px}.ktm-reports-sidebar>a{margin:20px;border-top:1px solid #d3d3d3;padding-top:24px}.ktm-reports-view-actions{position:fixed;width:100%;padding:10px;display:flex;justify-content:space-between;background-color:#f5f5f5;border-color:#ccc;border-style:solid;border-width:1px 0;box-sizing:border-box;z-index:999}.ktm-reports-view-actions .ktm-buttons-right button{width:52px}@media print{body{-webkit-print-color-adjust:exact!important;color-adjust:exact}.ktm-reports-view-actions{visibility:hidden}}.ktm-export-button:disabled,.ktm-export-button:hover{border:1px solid #dadde0!important}.ktm-reports-save-button .ktm-reports-save-button-disabled{background:#9cbad9;border-color:transparent;box-shadow:none;color:#fff}.ktm-reports-save-button .ktm-reports-save-button-disabled:focus{outline:none;background:#9cbad9}.ktm-reports-save-button .ktm-reports-save-button-disabled:hover{background:#9cbad9;border-color:transparent;box-shadow:none;color:#fff;cursor:default}reports-form{flex:1 1 auto;display:flex}reports-form .ktm-reports-form{flex:1 1 auto;display:flex;flex-wrap:nowrap;align-items:stretch;background-color:#fff}reports-form .ktm-reports-form reports-sidebar{flex:0 0 auto;display:flex;align-items:stretch}reports-form .ktm-reports-form section{flex:1 1 auto;overflow-y:auto;padding:12px}reports-form .ktm-reports-form section tags-input{display:inline-block;vertical-align:middle}reports-form .ktm-reports-form section tags-input .tag-list{display:inline-block;float:left}reports-form .ktm-reports-form section tags-input input{min-width:200px}reports-form .ktm-reports-form section .aui-page-panel{overflow:scroll}.ktm-reports-form-section .ktm-normal-border{border-left:1px solid #d3d3d3;border-right:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3;margin:10px 0}.ktm-reports-form-section .ktm-blue-border{margin:10px;border-left:4px solid #3b73af}.ktm-reports-form-section reports-form-box{width:100%}.ktm-reports-form-box{display:flex;align-items:center;flex-wrap:wrap;padding:6px}.ktm-reports-form-box>reports-filter-by-folder,.ktm-reports-form-box>reports-filter-by-generic-option-value{flex:1 1 auto}.ktm-reports-heat-map{height:400px;padding:20px}.ktm-reports-hidden-heat-map{display:none}@media print{.ktm-reports-heat-map{display:none}.ktm-reports-hidden-heat-map{display:block!important;visibility:visible!important}}.ktm-traceability-custom-tree-settings{padding:0 5px 0 0}.ktm-reports-filter-conditions-list .ktm-conditions-content-panel ul.ktm-filter-condition{list-style:none;margin:0;padding:0}.ktm-reports-filter-conditions-list .ktm-conditions-content-panel ul.ktm-filter-condition>li+li{border-top:1px solid #d3d3d3}.ktm-reports-filter-conditions-list .ktm-conditions-content-panel .ktm-empty-message{color:grey;font-style:italic;margin:4px 0}.ktm-reports-filter-conditions-list .ktm-conditions-content-panel>a{display:inline-block;margin:4px 0}.ktm-reports-filter-condition-item{display:flex}.ktm-reports-filter-condition-item reports-form-box{flex:1 1 auto;margin-top:-6px}.ktm-reports-filter-condition-item reports-form-box .ktm-condition-field-selector{flex:0 0 230px;margin-top:6px;margin-right:6px}.ktm-reports-filter-condition-item reports-form-box .ktm-condition-field-selector button{width:100%}.ktm-reports-filter-condition-item reports-form-box .ktm-condition-value-container{flex:1 1 auto;display:flex;align-items:center;margin-top:6px}.ktm-reports-filter-condition-item reports-form-box .ktm-condition-value-container .ktm-condition-value{flex:1 1 auto;min-width:280px}.ktm-reports-filter-condition-item reports-form-box .ktm-condition-value-container .ktm-icon-trash{flex:0 0 auto}.ktm-reports-filter-condition-item reports-form-box .ktm-loading-placeholder{color:grey;font-style:italic;padding:5px 0}.ktm-reports-filter-conditions-header{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #d3d3d3;background-color:#f5f5f5}.ktm-reports-filter-conditions-header h3{display:flex;justify-content:space-between;align-items:center;width:100%}.ktm-reports-filter-conditions-header .ktm-reports-title{padding-right:5px}.ktm-reports-filter-conditions-header .ktm-reports-content{margin-right:auto}.ktm-reports-filter-conditions-header .ktm-reports-clear-button{margin-left:auto;font-size:12px}.ktm-reports-filter-by-list-options-input tags-input,.ktm-reports-filter-comparison-operator-selector{width:100%}.ktm-reports-filter-by-list-options-input .ktm-disabled-input{background-color:#eee}.ktm-reports-filter-by-user-options-input tags-input{width:100%}.ktm-reports-filter-by-user-options-input .ktm-disabled-input{background-color:#eee}.ktm-reports-filter-by-folder{display:flex;align-items:center}.ktm-reports-filter-by-folder reports-filter-comparison-operator-selector{flex:0 0 100px;margin-right:6px}.ktm-reports-filter-by-folder reports-filter-by-list-options-input{flex:1 1 auto}.ktm-reports-filter-by-folder .ktm-include-sub-folder{margin-left:4px;margin-right:4px}.ktm-reports-filter-by-folder .aui-button.active>span{color:#3b73af}.ktm-reports-filter-by-last-test-result .ktm-reports-filter-option{padding-right:5px}.ktm-reports-filter-by-generic-option-value{display:flex;align-items:center}.ktm-reports-filter-by-generic-option-value reports-filter-comparison-operator-selector{flex:0 0 100px;margin-right:6px}.ktm-reports-filter-by-generic-option-value reports-filter-by-list-options-input{flex:1 1 auto}.ktm-reports-filter-by-user-option-value{display:flex;align-items:center}.ktm-reports-filter-by-user-option-value reports-filter-comparison-operator-selector{flex:0 0 100px;margin-right:6px}.ktm-reports-filter-by-user-option-value reports-filter-by-user-list-options-input{flex:1 1 auto}.ktm-reports-filter-by-single-option{display:flex;align-items:center}.ktm-reports-filter-by-single-option reports-filter-comparison-operator-selector{flex:0 0 100px;margin-right:6px}.ktm-reports-filter-by-single-option reports-filter-by-list-options-input{flex:1 1 auto}.ktm-reports-filter-by-date{display:flex;align-items:center}.ktm-reports-filter-by-date .ktm-input-field{display:inline-block}.ktm-reports-filter-by-date reports-filter-comparison-operator-selector{flex:0 0 100px;margin-right:6px}.ktm-reports-filter-by-date reports-filter-by-date-between,.ktm-reports-filter-by-date reports-filter-by-date-equals{flex:1 1 auto}.ktm-reports-filter-by-text{display:flex;align-items:center}.ktm-reports-filter-by-text reports-filter-comparison-operator-selector{flex:0 0 100px;margin-right:6px}.ktm-reports-filter-by-text .ktm-input-field{flex:1 1 auto}.ktm-reports-filter-by-boolean{display:flex;align-items:center}.ktm-reports-filter-by-boolean reports-filter-comparison-operator-selector{flex:0 0 100px;margin-right:6px}.ktm-reports-filter-by-custom-field-list{display:flex;align-items:center}.ktm-reports-filter-by-custom-field-list reports-filter-comparison-operator-selector{flex:0 0 100px;margin-right:6px}.ktm-reports-filter-by-custom-field-list reports-filter-by-list-options-input{flex:1 1 auto}.ktm-reports-filter-by-number{display:flex;align-items:center}.ktm-reports-filter-by-number reports-filter-comparison-operator-selector{flex:0 0 100px;margin-right:6px}.ktm-reports-filter-by-number .ktm-input-field{flex:1 1 auto}.ktm-reports-filter-branch-level-list .ktm-branch-level-content-panel ul.ktm-filter-branch-level{list-style:none;margin:0;padding:0}.ktm-reports-filter-branch-level-list .ktm-branch-level-content-panel ul.ktm-filter-branch-level>li+li{border-top:1px solid #d3d3d3}.ktm-reports-filter-branch-level-list .ktm-branch-level-content-panel .ktm-empty-message{color:grey;font-style:italic;margin:4px 0}.ktm-reports-filter-branch-level-list .ktm-branch-level-content-panel>a{display:inline-block;margin:4px 0}.ktm-reports-filter-branch-level-item{display:flex}.ktm-reports-filter-branch-level-item .ktm-branch-level-field-selector{flex:0 0 230px;margin-right:6px}.ktm-reports-filter-branch-level-item .ktm-branch-level-field-selector button{width:100%}.ktm-reports-filter-branch-level-item .ktm-loading-placeholder{color:grey;font-style:italic;padding:5px 0}.ktm-reports-filter-traceability-custom-tree-jql .ktm-favorite-filter-input-field select-box{width:230px}.ktm-reports-filter-traceability-custom-tree-jql .ktm-traceability-custom-tree-jql{position:relative;display:flex;align-items:center;margin-left:10px;padding:0!important;flex-grow:1}.ktm-reports-filter-traceability-custom-tree-jql .ktm-traceability-custom-tree-jql>i{position:absolute;font-size:15px;padding:10px}.ktm-reports-filter-traceability-custom-tree-jql .ktm-traceability-custom-tree-jql>i.fa-check-circle{color:#3cb371}.ktm-reports-filter-traceability-custom-tree-jql .ktm-traceability-custom-tree-jql>i.fa-exclamation-triangle{color:#ff4500}.ktm-reports-filter-traceability-custom-tree-jql .ktm-traceability-custom-tree-jql>input{text-indent:30px}.ktm-reports-viewer-overall-progress{margin:0 auto}.ktm-reports-viewer-overall-progress.ktm-source-reports{margin:5% auto;height:60%;width:60%}.ktm-reports-viewer-overall-progress.ktm-source-reports .ktm-overall-progress-legend{font-size:24pt}.ktm-reports-viewer-overall-progress .ktm-overall-progress-legend{display:flex;flex:1 1 auto;justify-content:center;padding-top:10px;padding-bottom:5px}@media print{.ktm-overall-progress-legend{width:900px;margin:0 auto}.ktm-reports-viewer-overall-progress{width:900px!important}}@media screen{table.ktm-scorecard-table{border-spacing:0;border-collapse:collapse;width:90%;margin:50px auto}table.ktm-scorecard-table thead tr th{text-align:center}table.ktm-scorecard-table thead tr:first-child th:first-child{border:none}table.ktm-scorecard-table thead th.ktm-scorecard-table-header{vertical-align:bottom}table.ktm-scorecard-table tbody tr td:first-child{text-align:left}table.ktm-scorecard-table td,table.ktm-scorecard-table th{border:1px solid grey;padding:0 7px;text-align:right}}@media print{table.ktm-scorecard-table{border-spacing:0;border-collapse:collapse;width:100px!important;margin:50px auto}table.ktm-scorecard-table thead tr th{text-align:center}table.ktm-scorecard-table thead tr:first-child th:first-child{border:none}table.ktm-scorecard-table thead th.ktm-scorecard-table-header{vertical-align:bottom}table.ktm-scorecard-table tbody tr td:first-child{text-align:left}table.ktm-scorecard-table td,table.ktm-scorecard-table th{border:1px solid grey;padding:0 7px;text-align:right}}.ktm-reports-table td,.ktm-reports-table th{text-transform:capitalize}.ktm-bold{font-weight:700}@media print{.ktm-reports-table{max-width:80%!important}}.wallboard-gadget .ktm-reports-table td,.wallboard-gadget .ktm-reports-table th{color:#fff}.ktm-reports-viewer-test-results-detailed .ktm-section-name{font-weight:700;margin-top:6px}.ktm-reports-viewer-test-results-detailed table{border-collapse:collapse;width:100%}.ktm-reports-viewer-test-results-detailed table.ktm-test-script-result-table{margin-top:6px}.ktm-reports-viewer-test-results-detailed table.ktm-test-script-result-table+.ktm-test-result-table{margin-top:32px}.ktm-reports-viewer-test-results-detailed table tr{border:1px solid grey}.ktm-reports-viewer-test-results-detailed table tr th{border:1px solid grey;vertical-align:bottom;padding:0 4px}.ktm-reports-viewer-test-results-detailed table tr th.ktm-hide{border-top-color:transparent;border-left-color:transparent}.ktm-reports-viewer-test-results-detailed table tr td{border:1px solid grey;padding:0 4px}.ktm-reports-viewer-test-results-detailed table tr td.ktm-title-cell{font-weight:700}.ktm-reports-viewer-test-results-detailed table tr td.ktm-align-center{text-align:center}.ktm-reports-viewer-test-results-detailed table tr td.ktm-nowrap{white-space:nowrap}@media print{.ktm-reports-viewer-test-results-detailed table{width:80%!important}}.ktm-reports-viewer-test-results-impacted-by-issues{margin:12px 0 0;border:1px solid grey;border-collapse:collapse;width:100%}.ktm-reports-viewer-test-results-impacted-by-issues .ktm-vertical-centered{vertical-align:middle}.ktm-reports-viewer-test-results-impacted-by-issues td,.ktm-reports-viewer-test-results-impacted-by-issues th{border:1px solid grey;padding:2px 8px;vertical-align:top}.ktm-reports-matrix-status-cell .ktm-test-results-matrix-table{border-collapse:collapse}.ktm-reports-matrix-status-cell .ktm-test-results-matrix-table tr{border:1px solid grey}.ktm-reports-matrix-status-cell .ktm-test-results-matrix-table tr th{border:1px solid grey;padding:0 4px}.ktm-reports-matrix-status-cell .ktm-test-results-matrix-table tr td:first-child{padding:0 4px}.ktm-reports-matrix-status-cell .ktm-test-results-matrix-table tr td.ktm-test-results-matrix-cell{height:50px;padding:0;border:1px solid grey;font-size:11px}.ktm-reports-matrix-status-cell .ktm-test-results-matrix-table tr td.ktm-test-results-matrix-cell .ktm-reports-matrix-cell{display:inline-block;height:100%;width:100%}.ktm-reports-matrix-status-cell .ktm-test-results-matrix-table tr td.ktm-test-results-matrix-cell .ktm-reports-matrix-cell .ktm-reports-matrix-cell-info{padding:5px}.ktm-reports-viewer-test-results-board .ktm-test-results-board-donuts{display:flex;padding:15px 0 40px;border-bottom:1px solid #d3d3d3}.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-1,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-2,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-3,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-4{flex:1 1 25%;height:250px;padding:0 20px}.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-1 h3,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-2 h3,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-3 h3,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-4 h3{margin-bottom:10px}.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-2,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-3,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-4{border-left:1px solid #d3d3d3}.ktm-reports-viewer-test-results-board .ktm-report-row{padding:20px;border-bottom:1px solid #d3d3d3}.ktm-reports-viewer-test-results-board .ktm-report-row h3{margin-bottom:10px}.ktm-reports-viewer-test-results-board .ktm-report-row:last-child{border-bottom:none}@media print{.ktm-reports-viewer-test-results-board .ktm-test-results-board-donuts{display:block!important;padding:15px 0 40px!important}.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-1,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-2,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-3,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-4{height:400px!important;border-left:none!important;border-bottom:1px solid #d3d3d3!important}.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-1 h3,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-2 h3,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-3 h3,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-4 h3{margin-bottom:10px!important;margin-top:20px!important}.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-1:last-child,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-2:last-child,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-3:last-child,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-4:last-child{border-bottom:none!important}.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-1:first-child h3,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-2:first-child h3,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-3:first-child h3,.ktm-reports-viewer-test-results-board .ktm-test-results-board-donut-4:first-child h3{margin-top:0!important}}.ktm-traceability-tree-container{margin:20px}.ktm-traceability-none{font-style:italic;font-weight:400;color:#ccc}@media print{.ktm-traceability-report{width:90%!important}.ktm-traceability-none{font-style:normal}}.ktm-reports-viewer-issues-impacting-testing-list .ktm-80-column{width:80%}.ktm-matrix-table thead tr th.ktm-matrix-no-right-border{border-right:0}.ktm-matrix-table thead tr th.ktm-matrix-no-left-border{border-left:0;width:25px}.ktm-matrix-table thead tr th a{font-weight:400}.ktm-matrix-table thead tr th.ktm-matrix-header-test-case{white-space:nowrap;padding-bottom:2px;padding-left:0;padding-right:0}.ktm-matrix-table thead tr th.ktm-matrix-header-test-case div{transform:rotate(180deg);max-height:20vh;writing-mode:tb;overflow:hidden;text-overflow:ellipsis;text-align:left;width:20px}.ktm-matrix-table tbody .ktm-matrix-epic,.ktm-reports-traceability-matrix-coverage-container{max-width:15vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ktm-reports-chart{width:100%;height:100%}.ktm-reports-chart .c3-tooltip .name{padding-left:5px}.ktm-reports-chart .c3-tooltip .value{padding-right:5px}.ktm-reports-chart .c3-line{stroke-width:3px}.ktm-reports-chart .c3-circle{r:4;fill:#fff!important;stroke:currentColor;stroke-width:2px}.ktm-reports-chart .c3-circle._expanded_{stroke-width:3px}.ktm-reports-chart g tspan a{fill:#3572b0}.ktm-hidden-chart{display:none;width:900px}@media print{.ktm-hidden-chart{display:block;visibility:visible;margin:0 auto}.ktm-reports-chart{display:none}}.wallboard-gadget .ktm-reports-chart g.c3-axis text,.wallboard-gadget .ktm-reports-chart g.c3-legend-item text{fill:#fff}.wallboard-gadget .ktm-reports-chart .c3-tooltip{color:#000}.ktm-reports-filter-actions{padding:0 0 12px}.ktm-reports-status-legend{margin:24px auto auto;max-width:80%}.ktm-reports-status-legend .ktm-legend-title{font-weight:700}.ktm-reports-status-legend .ktm-status-color{display:inline-block;width:12px;height:10px;margin-left:6px}.ktm-reports-settings-break-line{width:100%}.ktm-reports-settings-label{display:block;font-size:13px}.ktm-gadgets-view-wrapper{width:100%}.ktm-gadgets-view-wrapper .ktm-gadgets-view-header{background-color:#f5f5f5;border:1px solid #ccc;padding:4px 10px;margin-bottom:10px;text-align:justify;color:#000}.ktm-gadgets-view-wrapper .ktm-gadgets-view{flex:1 1 auto;padding:6px;display:flex;align-items:stretch}.ktm-gadgets-view-wrapper .ktm-gadgets-view>*{flex:1 1 auto}.ktm-gadget-edit{flex:1 1 auto;padding:0 6px}.ktm-gadget-edit .ktm-gadget-description-text{width:100%}.ktm-gadget-form-actions form{margin:0;padding-top:0!important}.ktm-gadget-form-actions form .ktm-form-settings .checkbox{display:inline-block;margin-left:12px}.ktm-gadget-form-actions form input{margin:10px 0 0}.ktm-gadget-root{min-height:300px;display:flex;align-items:stretch}.ktm-gadget-root gadget-edit,.ktm-gadget-root gadget-view{flex:1 1 auto;display:flex;align-items:stretch}.ktm-gadget-root .ktm-floating-loading-bar{min-height:300px}.ktm-gadget-root .ktm-floating-loading-bar .ktm-bar-container{height:50px}.ktm-matrix-table{margin-top:20px;border-collapse:collapse}.ktm-matrix-table+.ktm-matrix{margin-top:30px}.ktm-matrix-table tr{border:1px solid grey}.ktm-matrix-table tr th{border:1px solid grey;padding:0 4px;vertical-align:bottom}.ktm-matrix-table tr th.ktm-rotate{vertical-align:bottom;height:140px;white-space:nowrap}.ktm-matrix-table tr th.ktm-rotate>div{width:16px;display:inline-block;transform:rotate(270deg);margin:4px 0}.ktm-matrix-table tr th.ktm-hide{border-top-color:transparent;border-left-color:transparent}.ktm-matrix-table tr th.ktm-hide:first-child{border-right-color:transparent}.ktm-matrix-table tr td{border:1px solid grey;padding:0 4px}.ktm-matrix-table tr td.ktm-no-relation{color:red}.ktm-matrix-table tr td.ktm-rotate{vertical-align:bottom;height:140px;white-space:nowrap}.ktm-matrix-table tr td.ktm-rotate>div{width:16px;display:inline-block;transform:rotate(270deg);margin:0}.ktm-matrix-table tr .ktm-right-align{text-align:right}.ktm-matrix-table tr .ktm-center-align{text-align:center}.ktm-matrix-table tr .ktm-left-align{text-align:left}.ktm-status-legend{margin:24px auto auto;max-width:80%;display:table}.ktm-status-legend .ktm-legend-title{font-weight:700}.ktm-status-legend .ktm-status-color{display:inline-block;width:12px;height:10px;margin-left:6px}.ktm-report-generic-filters{padding:12px;position:absolute;margin:0;overflow:auto;width:100%}.ktm-report-generic-filters h2{margin:0 0 6px}.ktm-report-generic-filters .ktm-input-field label{display:block;margin:0 0 2px}.ktm-report-generic-filters .ktm-input-field select-box,.ktm-report-generic-filters .ktm-input-field user-picker{min-width:300px}.ktm-report-generic-filters .ktm-input-field .ktm-date-picker{display:block;width:96px}.ktm-report-generic-filters .ktm-input-field .ktm-last-result,.ktm-report-generic-filters .ktm-input-field .ktm-last-result-label{display:inline}.ktm-report-generic-filters .ktm-input-field .ktm-include-subfolders input[type=checkbox]{margin-left:0;display:inline;vertical-align:middle}.ktm-report-generic-filters .ktm-input-field .ktm-include-subfolders label{display:inline;vertical-align:middle}.ktm-report-generic-filters .ktm-generate-button{margin:8px 0 0}.ktm-report{flex:1 1 auto;display:flex;flex-wrap:nowrap;align-items:stretch}.ktm-report .aui-page-panel-nav{display:block}.ktm-report .aui-page-panel-nav ul.aui-nav li{cursor:pointer}.ktm-report .aui-page-panel-content{position:relative;display:block;flex:1 1 auto;padding:0}.ktm-report .aui-page-panel-content .ktm-report-listing{position:absolute;top:0;bottom:0;right:0;left:0;overflow-y:auto}report-container{flex:1 1 auto}report-container .ktm-report-container svg{position:absolute!important}report-container .ktm-report-container .ktm-report-controls{padding:12px;display:flex;justify-content:space-between}report-container .ktm-report-container .ktm-report-container{margin:0;padding:12px;background-color:#f5f5f5}report-container .ktm-report-container .ktm-report-container .ktm-report-container-inner{width:70%;max-width:880px;background-color:#fff;border:1px solid #d3d3d3;margin:0 auto;padding:36px 0}report-container .ktm-report-container .ktm-report-container .ktm-landscape-report-container-inner{width:100%;max-width:1258px;background-color:#fff;border:1px solid #d3d3d3;margin:0 auto;padding:36px 0}report-container .ktm-report-container .ktm-report-container .ktm-report-content{width:90%!important;margin:0 auto;padding:12px 0 0}report-container .ktm-report-container .ktm-report-container .ktm-report-content table.ktm-striped-table{margin:12px 0 0;border:1px solid grey;border-collapse:collapse;width:100%}report-container .ktm-report-container .ktm-report-container .ktm-report-content table.ktm-striped-table .ktm-vertical-centered{vertical-align:middle}report-container .ktm-report-container .ktm-report-container .ktm-report-content table.ktm-striped-table .ktm-main-entry-header{background-color:#f5f5f5}report-container .ktm-report-container .ktm-report-container .ktm-report-content table.ktm-striped-table td,report-container .ktm-report-container .ktm-report-container .ktm-report-content table.ktm-striped-table th{border:1px solid grey;padding:2px 8px;vertical-align:top}report-container .ktm-report-container .ktm-report-container .ktm-report-content .ktm-report-footer{margin:12px 0 0;text-align:right;display:block;font-size:11px;color:grey}.ktm-report-header{margin:0 auto;padding:0 0 12px;border-bottom:1px solid #d3d3d3;width:90%!important}.ktm-report-header .ktm-view-report-filters{display:flex;align-items:center}.ktm-report-header .ktm-view-report-filters span{display:inline-block;font-size:11px;color:grey}.ktm-report-list{padding:12px}.ktm-report-list h2{display:inline}.ktm-report-list ul{padding:0}.ktm-report-list .ktm-report-list-item{list-style-type:none;padding-bottom:8px;margin-bottom:8px}.ktm-report-list .ktm-report-list-item a{margin-left:8px}.ktm-report-list .ktm-report-list-item:not(:last-child){border-bottom:1px solid #d3d3d3}report-container .ktm-test-execution-coverage table{border:1px solid grey;border-collapse:collapse;width:100%}report-container .ktm-test-execution-coverage table td,report-container .ktm-test-execution-coverage table th{padding:2px 8px;border:1px solid grey}report-container .ktm-test-execution-coverage table th.ktm-hidden{border-top-color:transparent;border-left-color:transparent}report-container .ktm-test-execution-coverage table td.ktm-wide-column{width:40%}report-container .ktm-test-execution-coverage table td.ktm-no-wrap{white-space:nowrap}report-container .ktm-detailed-execution-report{width:100%}report-container .ktm-detailed-execution-report .ktm-section-name{font-weight:700;margin-top:6px}report-container .ktm-detailed-execution-report table{border-collapse:collapse;width:100%}report-container .ktm-detailed-execution-report table.ktm-test-script-result-table{margin-top:6px}report-container .ktm-detailed-execution-report table.ktm-test-script-result-table+.ktm-test-result-table{margin-top:32px}report-container .ktm-detailed-execution-report table tr{border:1px solid grey}report-container .ktm-detailed-execution-report table tr th{border:1px solid grey;vertical-align:bottom;padding:0 4px}report-container .ktm-detailed-execution-report table tr th.ktm-hide{border-top-color:transparent;border-left-color:transparent}report-container .ktm-detailed-execution-report table tr td{border:1px solid grey;padding:0 4px}report-container .ktm-detailed-execution-report table tr td.ktm-title-cell{font-weight:700}report-container .ktm-detailed-execution-report table tr td.ktm-align-center{text-align:center}report-container .ktm-detailed-execution-report table tr td.ktm-nowrap{white-space:nowrap}.ktm-execution-matrix .ktm-matrix-table{margin-top:20px;border-collapse:collapse}.ktm-execution-matrix .ktm-matrix-table+.ktm-matrix{margin-top:30px}.ktm-execution-matrix .ktm-matrix-table tr{border:1px solid grey}.ktm-execution-matrix .ktm-matrix-table tr th{border:1px solid grey;padding:0 4px;vertical-align:bottom}.ktm-execution-matrix .ktm-matrix-table tr th.ktm-rotate{vertical-align:bottom;height:140px;white-space:nowrap}.ktm-execution-matrix .ktm-matrix-table tr th.ktm-rotate>div{width:16px;display:inline-block;transform:rotate(270deg);margin:4px 0}.ktm-execution-matrix .ktm-matrix-table tr th.ktm-hide{border-top-color:transparent;border-left-color:transparent}.ktm-execution-matrix .ktm-matrix-table tr th.ktm-hide:first-child{border-right-color:transparent}.ktm-execution-matrix .ktm-matrix-table tr td{border:1px solid grey;padding:0 4px}.ktm-execution-matrix .ktm-matrix-table tr td.ktm-no-relation{color:red}.ktm-execution-matrix .ktm-matrix-table tr td.ktm-rotate{vertical-align:bottom;height:140px;white-space:nowrap}.ktm-execution-matrix .ktm-matrix-table tr td.ktm-rotate>div{width:16px;display:inline-block;transform:rotate(270deg);margin:0}.ktm-execution-matrix .ktm-matrix-table tr .ktm-right-align{text-align:right}.ktm-execution-matrix .ktm-matrix-table tr .ktm-center-align{text-align:center}.ktm-execution-matrix .ktm-matrix-table tr .ktm-left-align{text-align:left}.ktm-execution-matrix .ktm-report-section+.ktm-report-section{margin-top:20px}.ktm-execution-matrix .ktm-latest-result{border-right:2px solid #000;border-left:2px solid #000}.ktm-execution-matrix .ktm-report-progress-bar{margin-top:20px}.ktm-execution-matrix .ktm-environment-label{font-size:10px;color:grey}.ktm-execution-matrix .ktm-progress-bar-labels{display:flex}.ktm-execution-matrix .ktm-progress-bar-labels>span{min-width:160px}.ktm-execution-matrix .ktm-progress-bar-labels>span+span{margin-left:20px}.ktm-execution-matrix .ktm-progress-bar-labels>span .ktm-count{font-size:62px}.ktm-execution-matrix .ktm-progress-bar-labels>span .ktm-name{font-size:12px;color:grey;text-transform:lowercase}report-container .ktm-test-results .ktm-wide{width:40%}report-container .ktm-test-results .ktm-issue-icon{width:16px;height:16px}report-container .ktm-scorecard-report{width:100%}report-container .ktm-scorecard-report table{border-collapse:collapse;width:100%}report-container .ktm-scorecard-report table tr{border:1px solid grey}report-container .ktm-scorecard-report table tr th{border:1px solid grey;vertical-align:bottom;padding:0 4px}report-container .ktm-scorecard-report table tr th.ktm-hide{border-top-color:transparent;border-left-color:transparent}report-container .ktm-scorecard-report table tr td{border:1px solid grey;padding:0 4px;text-align:right}report-container .ktm-scorecard-report table tr td.ktm-align-left{text-align:left}report-container .ktm-scorecard-report table tr td.ktm-nowrap{white-space:nowrap}report-container .ktm-report-full-width,report-container .ktm-report-row{margin:24px 0 0}report-container .ktm-report-row{display:flex;box-sizing:border-box}report-container .ktm-report-row>div{box-sizing:border-box;display:inline-block;width:50%}report-container .ktm-report-row>div:first-child{padding-right:12px}report-container .ktm-report-row>div:last-child{padding-left:12px}report-container .ktm-dynamic-height-chart div{min-height:350px}report-container .ktm-report-progress,report-container .ktm-report-progress-by-tester,report-container .ktm-report-runs-summary{margin:0 0 12px}report-container .ktm-report-progress-by-tester div{min-height:350px}report-container .ktm-test-results-report .ktm-test-case-name{font-size:11px}report-container .ktm-test-case-summary .ktm-test-cases{margin-top:24px}.ktm-traceability-coverage-report table{width:100%}.ktm-traceability-coverage-report table td{width:50%}.ktm-traceability-coverage-report table td .ktm-issue-avatar{vertical-align:text-bottom}.ktm-traceability-coverage-report table td .ktm-description{font-size:11px}.ktm-traceability-coverage-report table td .aui-badge{float:right;margin-top:2px}.ktm-traceability-coverage-report table td .ktm-placeholder-issue{font-style:italic}.ktm-traceability-matrix .ktm-matrix-table{margin-top:20px;border-collapse:collapse}.ktm-traceability-matrix .ktm-matrix-table+.ktm-matrix{margin-top:30px}.ktm-traceability-matrix .ktm-matrix-table tr{border:1px solid grey}.ktm-traceability-matrix .ktm-matrix-table tr th{border:1px solid grey;padding:0 4px;vertical-align:bottom}.ktm-traceability-matrix .ktm-matrix-table tr th.ktm-rotate{vertical-align:bottom;height:140px;white-space:nowrap}.ktm-traceability-matrix .ktm-matrix-table tr th.ktm-rotate>div{width:16px;display:inline-block;transform:rotate(270deg);margin:4px 0}.ktm-traceability-matrix .ktm-matrix-table tr th.ktm-hide{border-top-color:transparent;border-left-color:transparent}.ktm-traceability-matrix .ktm-matrix-table tr th.ktm-hide:first-child{border-right-color:transparent}.ktm-traceability-matrix .ktm-matrix-table tr td{border:1px solid grey;padding:0 4px}.ktm-traceability-matrix .ktm-matrix-table tr td.ktm-no-relation{color:red}.ktm-traceability-matrix .ktm-matrix-table tr td.ktm-rotate{vertical-align:bottom;height:140px;white-space:nowrap}.ktm-traceability-matrix .ktm-matrix-table tr td.ktm-rotate>div{width:16px;display:inline-block;transform:rotate(270deg);margin:0}.ktm-traceability-matrix .ktm-matrix-table tr .ktm-right-align{text-align:right}.ktm-traceability-matrix .ktm-matrix-table tr .ktm-center-align{text-align:center}.ktm-traceability-matrix .ktm-matrix-table tr .ktm-left-align{text-align:left}.ktm-traceability-report{border:1px solid grey;border-collapse:collapse;width:100%}.ktm-traceability-report td,.ktm-traceability-report th{vertical-align:top;padding:2px 8px;border:1px solid grey;width:20%}.ktm-traceability-report td .ktm-issue-avatar,.ktm-traceability-report th .ktm-issue-avatar{vertical-align:text-bottom}.ktm-traceability-report td .aui-badge,.ktm-traceability-report th .aui-badge{float:right;margin-top:2px}.ktm-traceability-report td .ktm-placeholder-issue,.ktm-traceability-report th .ktm-placeholder-issue{font-style:italic}.ktm-traceability-report .ktm-status-description{font-size:11px}@media print{.ktm-traceability-report td .ktm-placeholder-issue,.ktm-traceability-report th .ktm-placeholder-issue{font-style:normal}}.ktm-traceability-tree td span.ktm-dotted-angle{display:inline-block;vertical-align:top;width:11px;height:11px}.ktm-traceability-tree td.ktm-nested-1{padding-left:30px}.ktm-traceability-tree td.ktm-nested-2{padding-left:48px}.ktm-traceability-tree td.ktm-nested-3{padding-left:66px}.ktm-traceability-tree td.ktm-nested-4{padding-left:84px}.ktm-traceability-tree td .ktm-issue-avatar{vertical-align:text-bottom}.ktm-traceability-tree td .ktm-placeholder-issue{font-style:italic}.ktm-test-run{flex:1 1 auto;display:flex;flex-wrap:nowrap;align-items:stretch;flex-direction:column;overflow-y:auto}.ktm-test-run .ktm-toolbar-wrapper{flex:0 0 auto}.ktm-test-run .ktm-empty-message-wrapper{flex:1 1 auto;display:flex;position:relative}.ktm-test-run .ktm-empty-message-wrapper .ktm-empty-message{position:absolute;width:100%;top:30%}.ktm-test-run .ktm-onboarding-message-wrapper .ktm-onboarding-message>div:first-child{margin:15px 20px}.ktm-test-run .ktm-grid-wrapper{display:flex;flex:1 1 auto;min-height:0;position:relative}.ktm-test-run .ktm-grid-wrapper grid{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;overflow:auto}.ktm-test-case-details .ktm-select-box-field,.ktm-test-case-details user-key-picker,.ktm-test-case-details user-picker,.ktm-test-plan-details .ktm-select-box-field,.ktm-test-plan-details user-key-picker,.ktm-test-plan-details user-picker,.ktm-test-run-details-form .ktm-select-box-field,.ktm-test-run-details-form user-key-picker,.ktm-test-run-details-form user-picker{display:block;max-width:100%}.ktm-floating-header{background-color:#f5f5f5}.ktm-floating-header.ktm-detached-header{box-shadow:0 0 15px 5px #fff}.ktm-floating-header .ktm-header-title{overflow-wrap:anywhere}.ktm-floating-header .aui-page-header{padding:20px 20px 9px}.ktm-floating-header .aui-page-header.ktm-full-screen-page-header{padding:8px 20px}.ktm-floating-header .aui-page-header .aui-page-header-main .ktm-breadcrumb-container{display:flex;align-items:center}.ktm-floating-header .aui-page-header .aui-page-header-actions{white-space:nowrap;padding-top:20px;display:flex;justify-content:flex-end;flex-direction:row}.ktm-floating-header .ktm-extra-white-space{background-color:#fff;height:6px}.ktm-floating-header .ktm-save-button{margin-right:5px}floating-header{z-index:20}.ktm-versioning-selector{display:flex}.ktm-versioning-selector .ktm-list-versions{text-indent:3px!important;margin-left:0}.ktm-version-picker-new-ui{width:50px!important}.ktm-single-view-error{border-top:none;margin:0}.ktm-single-view-error button{float:right;margin:20px 20px 0 0}.ktm-single-view-error .aui-page-panel-inner{text-align:center;padding:160px 0 180px}.ktm-test-case-details .ktm-collapsable-section:first-child{margin-top:0}.ktm-test-case-details .ktm-estimated-time-field{width:17%}.ktm-test-case-details .ktm-estimated-time-field input{width:60px;max-width:60px}.ktm-test-case-details .ng-invalid{color:red!important}.ktm-test-case-details .ktm-info-icon{color:#707070}.ktm-test-case-details .ktm-custom-fields{list-style:none;padding:0}.ktm-test-case-details .ktm-custom-fields li{margin-top:14px}.ktm-test-case-results .ktm-issue-count{box-sizing:border-box;width:36px}.ktm-test-case-script .ktm-hint{color:grey;font-size:11px;float:right;display:inline-block}.ktm-test-case-script .ktm-hint a{text-decoration:underline;margin-left:5px}.ktm-test-case-script .ktm-test-script-toolbar{padding:0 2px}.ktm-test-case-script .ktm-test-script-toolbar .ktm-toolbar-right{float:right;display:flex}.ktm-test-case-script .ktm-test-script-toolbar .ktm-toolbar-right button{margin-left:8px}.ktm-test-case-script .ktm-test-case-script-steps{margin-top:16px;display:flex;justify-content:space-between;align-items:baseline}.ktm-test-case-script .ktm-title{display:inline-block;font-weight:700;padding:4px;margin-top:20px}.ktm-test-case-script .ktm-dynamic-data-container{background-color:#f5f5f5}.ktm-test-case-script .ktm-dynamic-data-container test-case-parameters,.ktm-test-case-script .ktm-dynamic-data-container test-script-test-data{display:block;padding:10px}.ktm-test-case-script .ktm-testscript-steps{overflow:auto;padding-bottom:110px}.ktm-test-case-script .ktm-testscript-steps .ui-sortable-placeholder{display:block}.ktm-test-case-script .ktm-testscript-steps.ktm-grid-view .ktm-testscript-step-data{display:flex;flex-wrap:nowrap;justify-content:space-between;min-height:66px;width:1px}.ktm-test-case-script .ktm-testscript-steps.ktm-grid-view .ktm-testscript-step-data .ktm-column-data{flex:0 0 33%;max-width:33%;margin-right:4px}.ktm-testscript-step.ui-sortable-helper{box-shadow:2px 2px 6px 0 hsla(0,0%,39.2%,.75);list-style:none}.ktm-case-script-generate .ktm-case-script-generate-content{padding:10px 10px 0}.ktm-case-script-generate .ktm-case-script-generate-button{text-align:right;padding-right:10px}.ktm-case-script-generate .ktm-case-script-generate-duplicate{min-height:25px;padding-bottom:5px;color:#d04437}.ktm-embedded-step{border:4px solid #fff;border-right:none;border-bottom:none;padding-bottom:8px;margin-bottom:0!important}.ktm-embedded-step .ktm-testscript-step-data .ktm-column-data .ktm-column-content,.ktm-embedded-step .ktm-testscript-step-data .ktm-full-size-data .ktm-column-content{padding:4px}.ktm-embedded-step .ktm-testscript-step-data .ktm-column-data .ktm-empty,.ktm-embedded-step .ktm-testscript-step-data .ktm-full-size-data .ktm-empty{padding:4px;font-style:italic;color:#d3d3d3}.ktm-testscript-step .ktm-step-attachments .ktm-testscript-step-label,.ktm-testscript-step .ktm-testscript-step-data .ktm-testscript-step-label,.ktm-testscript-step .ktm-testscript-step-data label{padding-top:6px;display:block;font-size:10px;text-transform:uppercase;color:#a9a9a9}.ktm-testscript-step{display:flex;align-items:stretch;background-color:#f5f5f5;box-sizing:border-box;margin-bottom:4px}.ktm-testscript-step.ui-sortable-helper .ktm-testscript-step-handle .ktm-testscript-step-handle-image,.ktm-testscript-step:hover .ktm-testscript-step-handle .ktm-testscript-step-handle-image{display:block}.ktm-testscript-step.ui-sortable-helper .ktm-testscript-step-data .ktm-testscript-step-action-buttons,.ktm-testscript-step:hover .ktm-testscript-step-data .ktm-testscript-step-action-buttons{display:inline-block}.ktm-testscript-step.ui-sortable-helper .ktm-testscript-step-index .ktm-move,.ktm-testscript-step:hover .ktm-testscript-step-index .ktm-move{display:block}.ktm-testscript-step.ktm-call-to-test .ktm-testscript-step-data{padding:4px 0 0 6px}.ktm-testscript-step .ktm-call-to-test-content{width:100%;padding-right:6px}.ktm-testscript-step .ktm-call-to-test-content .ktm-call-to-test-header{margin-bottom:4px}.ktm-testscript-step .ktm-call-to-test-content .ktm-call-to-test-header .ktm-test-case-name{display:block;margin-top:4px;margin-bottom:4px}.ktm-testscript-step .ktm-call-to-test-content .ktm-call-to-test-header .aui-button .fa{color:#707070}.ktm-testscript-step .ktm-call-to-test-content .ktm-call-to-test-header span[aui-spinner]{display:inline-block;width:16px;height:16px}.ktm-testscript-step .ktm-testscript-step-handle{flex:0 0 8px;position:relative;cursor:move}.ktm-testscript-step .ktm-testscript-step-handle .ktm-testscript-step-handle-image{position:absolute;top:6px;bottom:6px;right:0;left:2px;display:none}.ktm-testscript-step .ktm-testscript-step-index{flex:0 0 46px;display:flex;flex-flow:column;align-items:center;justify-content:center;position:relative}.ktm-testscript-step .ktm-testscript-step-index .ktm-move{position:absolute;display:none;left:12px}.ktm-testscript-step .ktm-testscript-step-index .ktm-move.ktm-up{top:0}.ktm-testscript-step .ktm-testscript-step-index .ktm-move.ktm-down{bottom:0}.ktm-testscript-step .ktm-testscript-step-index .ktm-index-number{color:#a9a9a9;font-size:40px}.ktm-testscript-step .ktm-testscript-step-index .ktm-index-number.ktm-hundred-steps{font-size:28px}.ktm-testscript-step .ktm-testscript-step-index .ktm-index-number-small{color:#a9a9a9;font-size:20px}.ktm-testscript-step .ktm-testscript-step-index .ktm-index-number-small.ktm-hundred-steps{font-size:28px}.ktm-testscript-step .ktm-testscript-step-data-and-custom-fields{display:flex;flex-flow:row wrap;width:100%;flex:1 1 auto;padding:4px 4px 4px 6px;position:relative}.ktm-testscript-step .ktm-testscript-step-data{flex:1 1 auto;padding:4px 4px 4px 6px;position:relative}.ktm-testscript-step .ktm-testscript-step-data .ktm-testscript-step-action-buttons{position:absolute;display:none;top:0;right:4px;height:20px}.ktm-testscript-step .ktm-testscript-step-data .ktm-testscript-step-action-buttons button{font-size:12px;float:right;margin-left:6px}.ktm-testscript-step .ktm-testscript-step-custom-fields{margin:0;padding:4px 4px 4px 6px;list-style:none;width:100%}.ktm-testscript-step .ktm-testscript-step-custom-fields li{padding-right:5px}.ktm-testscript-step .ktm-testscript-step-custom-fields li label{padding-top:6px;font-size:10px;text-transform:uppercase;color:#a9a9a9}.ktm-testscript-step .ktm-testscript-step-custom-fields li input:focus{background-color:#fff}.ktm-testscript-step .ktm-step-attachments{width:100%;padding-left:6px}.ktm-testscript-step .ktm-toggle-call-to-tests-button{margin-left:-6px}.ktm-test-case-parameters table th{font-size:10px;color:#a9a9a9;font-weight:400;text-transform:uppercase;white-space:nowrap;padding:5px 8px!important}.ktm-test-case-parameters table tr.ktm-row{background-color:transparent;border:0}.ktm-test-case-parameters table tr.ktm-row:hover{background-color:#e4e4e4}.ktm-test-case-parameters table tr.ktm-row:hover td.ktm-delete-column span{display:inline-block}.ktm-test-case-parameters table tr.ktm-row:hover td.ktm-column-parameter-name div.ktm-column-parameter-order div.ktm-drag-handle-icon{visibility:visible}.ktm-test-case-parameters table tr.ktm-row td{padding:1px 2px!important}.ktm-test-case-parameters table tr.ktm-row td input:focus{background-color:#fff}.ktm-test-case-parameters table tr.ktm-row td.ktm-column-parameter-name{min-width:200px}.ktm-test-case-parameters table tr.ktm-row td.ktm-column-parameter-name div.ktm-column-parameter-order{cursor:grab;display:flex;justify-content:flex-start;align-items:center}.ktm-test-case-parameters table tr.ktm-row td.ktm-column-parameter-name div.ktm-column-parameter-order div.ktm-drag-handle-icon{visibility:hidden;width:10px;height:28px;margin-top:2px}.ktm-test-case-parameters table tr.ktm-row td.ktm-column-parameter-name div.ktm-column-parameter-order div.ktm-input-field-parameter-name{width:100%;min-width:260px}.ktm-test-case-parameters table tr.ktm-row td.ktm-delete-column{vertical-align:inherit;width:24px}.ktm-test-case-parameters table tr.ktm-row td.ktm-delete-column span{display:none}.ktm-test-case-parameters table tr.ktm-row.ui-sortable-placeholder{height:33px}.ktm-test-case-parameters #ktm-add-test-parameter-row.aui-button.aui-button-link,.ktm-test-case-parameters #ktm-add-test-parameter-row.aui-button.aui-button-link:hover{text-decoration:none}.ktm-test-case-parameters #ktm-add-test-parameter-row.aui-button.aui-button-link span:not(.aui-icon){text-decoration:var(--aui-link-decoration,none)}.ktm-test-case-parameters #ktm-add-test-parameter-row.aui-button.aui-button-link span:not(.aui-icon):hover{text-decoration:var(--aui-link-hover-decoration,none)}.ktm-test-data-table .ktm-remove-column{vertical-align:middle}.ktm-test-data-table table th{font-size:10px;color:#a9a9a9;font-weight:400;text-transform:uppercase;white-space:nowrap;padding:5px 8px!important}.ktm-test-data-table table th.ktm-header-column{vertical-align:middle;height:18px}.ktm-test-data-table table tr.ktm-row{background-color:transparent;border:0}.ktm-test-data-table table tr.ktm-row:hover{background-color:#e4e4e4}.ktm-test-data-table table tr.ktm-row:hover td.ktm-delete-column span{display:inline-block}.ktm-test-data-table table tr.ktm-row td{padding:1px 2px!important}.ktm-test-data-table table tr.ktm-row td input:focus{background-color:#fff}.ktm-test-data-table table tr.ktm-row td.ktm-delete-column{vertical-align:inherit;width:24px}.ktm-test-data-table table tr.ktm-row td.ktm-delete-column span{display:none}.ktm-test-data-table table tr.ktm-row td.ktm-index-column{text-align:center;color:grey}.ktm-test-data-table .aui-button.aui-button-link.ktm-add-row,.ktm-test-data-table .aui-button.aui-button-link.ktm-add-row:hover{text-decoration:none}.ktm-test-data-table .aui-button.aui-button-link.ktm-add-row span:not(.aui-icon){text-decoration:var(--aui-link-decoration,none)}.ktm-test-data-table .aui-button.aui-button-link.ktm-add-row span:not(.aui-icon):hover{text-decoration:var(--aui-link-hover-decoration,none)}table#ktm-step-parameters-table th{font-size:10px;color:#a9a9a9;font-weight:400;white-space:nowrap;text-transform:uppercase;padding:5px 8px!important}table#ktm-step-parameters-table th.ktm-header-parameter{padding-left:0!important;min-width:200px}table#ktm-step-parameters-table th.ktm-header-field-type{padding-left:12px!important;min-width:200px}table#ktm-step-parameters-table tr.ktm-row{background-color:transparent;border:0}table#ktm-step-parameters-table tr.ktm-row:hover{background-color:#e4e4e4}table#ktm-step-parameters-table tr.ktm-row:hover td.ktm-delete-column span{display:inline-block}table#ktm-step-parameters-table tr.ktm-row td.ktm-step-parameter-value{max-width:0}table#ktm-step-parameters-table tr.ktm-row td{padding:1px 2px!important;vertical-align:middle}table#ktm-step-parameters-table tr.ktm-row td input:focus{background-color:#fff}table#ktm-step-parameters-table tr.ktm-row td .ktm-default-value{padding-left:6px}table#ktm-step-parameters-table tr.ktm-row td .fr-element{padding:4px;min-height:28px}table#ktm-step-parameters-table tr.ktm-row td .fr-wrapper{border-top:1px solid #ccc;border-radius:3px}table#ktm-step-parameters-table tr.ktm-row td .fr-view{white-space:nowrap;width:100%;overflow:hidden}table#ktm-step-parameters-table tr.ktm-row td .fr-view *{display:inline;white-space:nowrap}table#ktm-step-parameters-table tr.ktm-row td .fr-marker{line-height:0!important}.ktm-test-case-view{flex:1 1 auto}.ktm-test-case-view .aui-page-panel{border-top:none;margin:0;min-height:400px;padding:14px 20px 20px}.ktm-test-plan-details .ktm-collapsable-section:first-child{margin-top:0}.ktm-test-plan-details .ktm-select-box-field{display:block;max-width:100%}.ktm-test-plan-details .ng-invalid{color:red!important}.ktm-test-plan-details .ktm-custom-fields{list-style:none;padding:0}.ktm-test-plan-details .ktm-custom-fields li{margin-top:8px}.ktm-test-plan-view{flex:1 1 auto}.ktm-test-plan-view .aui-page-panel{border-top:none;margin:0;min-height:400px;padding:14px 20px 20px}.ktm-test-player-scope-single-view{box-sizing:border-box;position:absolute;top:0;bottom:0;right:0;left:0;display:flex;flex-direction:column}.ktm-test-player-scope-single-view .ktm-header{flex:0 0 auto;padding:4px;border-bottom:1px solid #d3d3d3;background-color:#fefefe;display:flex;flex-direction:column}.ktm-test-player-scope-single-view .ktm-header .ktm-search-and-group{flex:0 0 auto;display:flex;justify-content:space-between;align-items:center}.ktm-test-player-scope-single-view .ktm-header .ktm-search-and-group simple-dropdown{flex:0 0 auto}.ktm-test-player-scope-single-view .ktm-header .ktm-search-and-group .ktm-scope-search-field{max-width:180px;margin-left:10px;font-size:11px}.ktm-test-player-scope-single-view .ktm-header .ktm-filter{flex:0 0 auto;font-size:11px}.ktm-test-player-scope-single-view .ktm-header .ktm-filter label{color:grey}.ktm-test-player-scope-single-view .ktm-empty-message-wrapper{flex:1 1 auto;display:flex;position:relative}.ktm-test-player-scope-single-view .ktm-empty-message-wrapper .ktm-empty-message{width:100%;margin:auto;padding-bottom:26px;text-align:center}.ktm-test-player-scope-single-view .ktm-empty-message-wrapper .ktm-empty-message h3{font-size:14px;color:grey}.ktm-test-player-scope-single-view .ktm-empty-message-wrapper .ktm-empty-message p{font-size:12px;color:grey}.ktm-test-player-scope-single-view .ktm-groups-list{overflow-y:auto;flex:1 1 100%}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-forbidden-message-wrapper{flex:0 0 auto;padding:8px 8px 0}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups{overflow-x:hidden;list-style:none;padding:0;margin:0}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-group-header{padding:2px 5px;border-bottom:1px solid #d3d3d3;background-color:#f5f5f5;cursor:pointer;display:flex;align-items:center;overflow:hidden}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-group-header .ktm-collapse-icon{flex-shrink:0}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-group-header .ktm-name{flex-grow:1;font-weight:700;white-space:nowrap;overflow:hidden}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-group-header .ktm-decorator{flex-shrink:0;font-size:11px;color:grey;margin-left:6px;box-shadow:-15px 0 15px 2px #f5f5f5}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults{list-style:none;padding:0;margin:0}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li{cursor:pointer;border-bottom:1px solid #d3d3d3;padding-left:1px}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li:hover{background-color:#e4e4e4}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li:hover .ktm-testplayer-testresults-data .ktm-testplayer-testresults-main .ktm-test-result-name{overflow:hidden;position:relative}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li:hover .ktm-testplayer-testresults-data .ktm-testplayer-testresults-main .ktm-test-result-name:before{box-shadow:inset -15px 0 15px 2px #e4e4e4;position:absolute;top:0;left:0;width:100%;height:100%;content:""}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li:hover .ktm-more-actions{display:inline-block!important}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li:hover .ktm-testplayer-testresults-time.ktm-hide-on-hover{display:none}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li .ktm-status-bar{width:4px;padding:0}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li .ktm-testplayer-testresults-data{padding-top:4px;padding-bottom:4px;padding-left:4px}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li .ktm-testplayer-testresults-data .ktm-testplayer-testresults-main{white-space:nowrap;height:24px;display:flex;align-items:center}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li .ktm-testplayer-testresults-data .ktm-testplayer-testresults-main a{flex:0 0 auto;margin-right:4px}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li .ktm-testplayer-testresults-data .ktm-testplayer-testresults-main span{flex:1 1 auto}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li .ktm-testplayer-testresults-data .ktm-testplayer-testresults-main span.aui-icon{flex:0 0 auto}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li .ktm-testplayer-testresults-data .ktm-testplayer-testresults-main span.ktm-test-result-name{overflow:hidden;position:relative}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li .ktm-testplayer-testresults-data .ktm-testplayer-testresults-main span.ktm-test-result-name:before{box-shadow:inset -15px 0 15px 2px #fff;position:absolute;top:0;left:0;width:100%;height:100%;content:""}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li .ktm-testplayer-testresults-data .ktm-testplayer-testresults-main .ktm-testplayer-testresults-decorators{flex:0 0 auto;min-width:16px;display:flex;align-items:center}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li .ktm-testplayer-testresults-data .ktm-testplayer-testresults-main .ktm-testplayer-testresults-decorators .ktm-count-badge{box-sizing:border-box;width:24px;margin-right:4px}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li .ktm-testplayer-testresults-data .ktm-testplayer-testresults-main .ktm-testplayer-testresults-decorators .ktm-testplayer-testresults-avatar{margin:0 4px 0 0}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li .ktm-testplayer-testresults-data .ktm-testplayer-testresults-aditional{margin:3px 0 0;height:18px;font-size:12px;color:#a9a9a9}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li .ktm-testplayer-testresults-data .ktm-testplayer-testresults-aditional .ktm-testplayer-testresults-environment{float:left}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li .ktm-testplayer-testresults-data .ktm-testplayer-testresults-aditional .ktm-testplayer-testresults-time{float:right;margin:0 10px 0 0}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li .ktm-testplayer-testresults-data .ktm-testplayer-testresults-aditional .ktm-more-actions{float:right;margin-left:0;padding:0 5px 0 0!important;height:16px;display:none}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li .ktm-testplayer-testresults-data .ktm-testplayer-testresults-aditional .ktm-more-actions.active{display:inline-block!important}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li .ktm-testplayer-testresults-data .ktm-testplayer-testresults-aditional .ktm-more-actions.active+.ktm-testplayer-testresults-time{display:none}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li.ktm-testplayer-selected{background-color:#e6eef8}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li.ktm-testplayer-selected .ktm-testplayer-testresults-data .ktm-testplayer-testresults-main .ktm-test-result-name{overflow:hidden;position:relative}.ktm-test-player-scope-single-view .ktm-groups-list .ktm-groups .ktm-testplayer-testresults li.ktm-testplayer-selected .ktm-testplayer-testresults-data .ktm-testplayer-testresults-main .ktm-test-result-name:before{box-shadow:inset -15px 0 15px 2px #e6eef8;position:absolute;top:0;left:0;width:100%;height:100%;content:""}.aui-dropdown2 ul .ktm-emptyitem{padding:4px 8px;cursor:default;text-align:center;font-style:italic;color:#707070;background-color:#e4e4e4}.aui-dropdown2 ul li{cursor:pointer}.ktm-step-actions{height:100%}.ktm-step-actions ul{list-style:none;background-color:#f4f5f7;padding:0;width:30px;height:100%}.ktm-step-actions ul li{height:30px;text-align:center;cursor:pointer}.ktm-step-actions ul li:first-child{border-top-right-radius:3px}.ktm-step-actions ul li:hover{background-color:#e8eaee}.ktm-step-actions ul li .ktm-step-action{height:26px}.ktm-step-actions ul li .ktm-step-action.fa{font-size:16px;margin-top:7px}.ktm-step-info{font-size:11px;color:grey;background-color:#fff;position:absolute;top:0;right:0}.ktm-step-info>*{margin-top:5px;margin-right:5px}.ktm-step-info .ktm-execution-date{display:inline-block;font-size:11px;color:grey}.ktm-field-value{display:block;margin-left:8px}.ktm-field-value.ktm-empty{font-style:italic;color:#d3d3d3}.ktm-testscript-steps{list-style:none;padding:0}.ktm-testscript-steps .ktm-field-title{padding-top:6px;display:block;font-size:10px;text-transform:uppercase;color:#a9a9a9}.ktm-testscript-steps .ktm-testscript-step{border:2px solid #fff;border-radius:3px;margin-bottom:4px}.ktm-testscript-steps .ktm-testscript-step.ktm-dragging-file{border:2px dashed green}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content{border-top-left-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;box-sizing:border-box;position:relative;display:flex;flex:1 1 auto}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content.ktm-grid-view .ktm-testscript-step-data{padding-top:16px}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content.ktm-grid-view .ktm-testscript-step-data .ktm-test-script-fields{display:flex;flex-wrap:nowrap;justify-content:space-between;width:100%}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content.ktm-grid-view .ktm-testscript-step-data .ktm-test-script-fields .ktm-column-data{flex:0 0 31%;margin:0;overflow:auto}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-transparent{background-color:hsla(0,0%,100%,.9)}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-step-status{flex:0 0 auto;width:4px}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-step-index{flex:0 0 auto;width:46px;display:flex;align-items:center;justify-content:center;color:#a9a9a9;font-size:40px}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-step-index.ktm-hundred-steps span{font-size:28px}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-step-data{border-top:1px solid #f4f5f7;border-bottom:1px solid #f4f5f7;border-right:1px solid #f4f5f7;width:1px;flex:1 1 auto;background-color:#fff;padding:16px 6px 16px 20px}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-step-data .ktm-testscript-step-label{padding-top:6px;display:block;font-size:10px;text-transform:uppercase;color:#a9a9a9}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-step-data .ktm-testscript-step-value{white-space:pre-wrap}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-step-data ng-aui-message{margin-top:8px}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-step-actions{position:absolute;right:6px;top:6px}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-step-actions button{margin-left:0}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-issues{margin-top:0}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-issues tr{border:none;background-color:transparent}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-issues tr:hover{background-color:#e4e4e4}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-issues tr:hover .ktm-action-button{display:inline-block}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-issues tr td{border:none;padding:2px 4px}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-issues tr td img{vertical-align:middle}.ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-issues tr .ktm-action-button{display:none}.ktm-testplayer-details{margin:8px 0 0 8px}.ktm-testplayer-details .ktm-field-title{padding-top:6px;display:block;font-size:10px;text-transform:uppercase;color:#a9a9a9}.ktm-testplayer-details .ktm-field-value{display:block;margin-left:8px}.ktm-testplayer-details .ktm-field-value.ktm-empty{font-style:italic;color:#d3d3d3}.ktm-testplayer-details .ktm-field-value.ktm-attachments-value{white-space:inherit}.ktm-testplayer-details .ktm-field-value.ktm-attachments-value ul{list-style:none;padding:0}.ktm-test-result-header{overflow:hidden;padding:8px 4px;flex:0 0 68px;display:flex;align-items:center}.ktm-test-result-header .ktm-testplayer-edit-time-dropdown>div{min-width:204px}.ktm-test-result-header .ktm-test-result-collapse{flex:0 0 auto}.ktm-test-result-header .ktm-testplayer-testresults-avatar{flex:0 0 auto;margin:4px}.ktm-test-result-header .ktm-test-result-container{width:100%;display:flex;margin-right:16px;align-items:center}.ktm-test-result-header .ktm-test-result-container .ktm-test-result-info{flex:1 1 auto;margin-left:8px;display:flex;flex-direction:column;align-items:stretch;overflow:hidden}.ktm-test-result-header .ktm-test-result-container .ktm-test-result-info .ktm-test-case-information{overflow-wrap:anywhere}.ktm-test-result-header .ktm-test-result-container .ktm-test-result-info .ktm-time-information{margin:0;font-size:11px;color:grey;display:flex;align-items:flex-start}.ktm-test-result-header .ktm-test-result-container .ktm-test-result-info .ktm-time-information .ktm-time{display:inline-block;flex:0 0 auto}.ktm-test-result-header .ktm-test-result-container .ktm-test-result-info .ktm-time-information .aui-icon{flex:0 0 auto}.ktm-test-result-header .ktm-test-result-container .ktm-test-result-info h2{display:block;line-height:1.25;min-width:100px}.ktm-test-result-header .ktm-test-player-time-control{background-color:#fff;padding-top:5px;padding-right:10px;padding-left:5px;display:flex;justify-items:flex-end;align-items:center;flex:0 0 auto;align-self:flex-start;box-shadow:-15px 0 15px 2px #fff}.ktm-test-result-header .ktm-test-player-time-control .ktm-test-results-more{padding-left:5px!important}.ktm-test-result-header .ktm-test-player-time-control .ktm-test-player-time-control-play-button{flex:0 0 auto;margin-left:8px}.ktm-test-result-header .ktm-test-player-time-control .ktm-test-result-status-button{flex:0 0 auto;display:flex;height:30px;align-items:center}.ktm-test-result-header .ktm-test-player-time-control .ktm-test-result-status-button .aui-lozenge{box-sizing:border-box;display:flex;height:100%;align-items:center}.ktm-test-result-header .ktm-test-player-time-control .ktm-test-result-status-button .aui-icon{margin-left:2px}.ktm-test-result-header .ktm-test-result-delete-button,.ktm-test-result-header .ktm-test-result-delete-button[disabled]{background-color:transparent}form[name=testPlayerTimeForm]{padding:6px}form[name=testPlayerTimeForm] .ktm-input-field{display:flex;justify-content:flex-end}form[name=testPlayerTimeForm] .ktm-input-field input{display:inline-block!important;width:120px!important}form[name=testPlayerTimeForm] .ktm-input-field input.ng-invalid{color:red}form[name=testPlayerTimeForm] .ktm-input-field button{margin-left:5px}.ktm-result-details-single-view{padding:12px;background-color:#f5f5f5;overflow-y:auto;position:absolute;right:0;left:0;top:0;bottom:0}.ktm-result-details-single-view .sync-message{margin-top:20px;margin-left:8px;margin-right:6px}.ktm-result-details-single-view .ktm-spacer{height:250px}.ktm-result-details-single-view .ktm-step-action-bar-container{background-color:#f5f5f5}.ktm-result-details-single-view .ktm-test-player-run-data{display:flex;box-sizing:border-box;border:1px solid #d3d3d3;border-radius:3px;flex-direction:column;align-items:stretch;background-color:#fff}.ktm-result-details-single-view .ktm-test-player-run-data+.ktm-test-player-run-data{margin-top:10px}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-test-player-run-data-body{overflow:hidden;padding:0 12px 6px 10px;flex:1 1 auto}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-test-player-run-data-body .ktm-testcase-important-fields .ktm-field-value{display:block;margin-left:8px}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-test-player-run-data-body .ktm-testcase-important-fields .ktm-field-value.ktm-empty{font-style:italic;color:#d3d3d3}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-test-player-run-data-body .ktm-custom-fields{list-style:none;padding-left:6px}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-test-player-run-data-body .ktm-custom-fields li{margin-top:14px}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-field-value{display:block;margin-left:8px}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-field-value.ktm-empty{font-style:italic;color:#d3d3d3}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps{list-style:none;padding:0}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-field-title{padding-top:6px;display:block;font-size:10px;text-transform:uppercase;color:#a9a9a9}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step{border:2px solid #fff;border-radius:3px;margin-bottom:4px}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step.ktm-dragging-file{border:2px dashed green}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content{border-top-left-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;box-sizing:border-box;position:relative;display:flex;flex:1 1 auto}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content.ktm-grid-view .ktm-testscript-step-data{padding-top:16px}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content.ktm-grid-view .ktm-testscript-step-data .ktm-test-script-fields{display:flex;flex-wrap:nowrap;justify-content:space-between;width:100%}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content.ktm-grid-view .ktm-testscript-step-data .ktm-test-script-fields .ktm-column-data{flex:0 0 31%;margin:0;overflow:auto}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-transparent{background-color:hsla(0,0%,100%,.9)}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-step-status{flex:0 0 auto;width:4px}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-step-index{flex:0 0 auto;width:46px;display:flex;align-items:center;justify-content:center;color:#a9a9a9;font-size:40px}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-step-index.ktm-hundred-steps span{font-size:28px}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-step-data{border-top:1px solid #f4f5f7;border-bottom:1px solid #f4f5f7;border-right:1px solid #f4f5f7;width:1px;flex:1 1 auto;background-color:#fff;padding:16px 6px 16px 20px}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-step-data .ktm-testscript-step-label{padding-top:6px;display:block;font-size:10px;text-transform:uppercase;color:#a9a9a9}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-step-data .ktm-testscript-step-value{white-space:pre-wrap}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-step-data ng-aui-message{margin-top:8px}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-step-actions{position:absolute;right:6px;top:6px}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-step-actions button{margin-left:0}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-issues{margin-top:0}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-issues tr{border:none;background-color:transparent}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-issues tr:hover{background-color:#e4e4e4}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-issues tr:hover .ktm-action-button{display:inline-block}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-issues tr td{border:none;padding:2px 4px}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-issues tr td img{vertical-align:middle}.ktm-result-details-single-view .ktm-test-player-run-data .ktm-testscript-steps .ktm-testscript-step .ktm-testscript-step-content .ktm-testscript-issues tr .ktm-action-button{display:none}.ktm-test-player-view{flex:1 1 auto;display:flex;flex-direction:column;align-items:stretch}.ktm-test-player-view .aui-page-panel{border-top:none;margin:0;min-height:400px;flex:1 1 auto;display:flex;align-items:stretch}.ktm-test-player-view .ktm-title-info-group{color:grey;display:flex;align-items:center}.ktm-test-player-view .ktm-title-info-group .ktm-title-info{flex:0 0 auto;font-size:11px}.ktm-test-player-view .ktm-title-info-group .aui-icon{flex:0 0 auto}.ktm-test-player-view .ktm-test-player-content{display:flex;flex:1 1 auto}.ktm-test-player-view .ktm-test-player-content .ktm-test-player-scope-wrapper{min-width:220px;width:380px;max-width:600px;border-right:1px solid #d3d3d3;position:relative}.ktm-test-player-view .ktm-test-player-content .ktm-test-player-run-data-wrapper{flex:1 1 auto;position:relative}.ktm-status-item-color{width:12px;height:12px;display:inline-block;vertical-align:middle;border-radius:3px;margin-right:2px}.ktm-test-player-execution-section{width:100%;display:flex;flex-wrap:wrap;padding:6px}.ktm-test-player-execution-section .ktm-test-player-execution-field{display:inline-flex;align-items:center;width:50%;min-height:32px}.ktm-test-player-execution-section .ktm-test-player-execution-field .ktm-test-player-execution-field-label{width:160px;color:#6b778c}.ktm-test-player-execution-section .ktm-test-player-execution-field .ktm-test-player-execution-field-value{flex:1;margin-right:10px}.ktm-test-player-execution-section .ktm-test-player-execution-field .ktm-test-player-execution-field-value .ktm-execution-field-not-editable{padding-left:12px}.ktm-test-player-execution-section .ktm-test-player-execution-field .ktm-test-player-execution-field-value input{padding-left:11px}.ktm-test-player-execution-section .ktm-test-player-execution-field .ktm-test-player-execution-field-value input[type=checkbox]{margin-left:12px}.ktm-test-player-execution-section .ktm-test-player-execution-field .ktm-test-player-execution-field-value .ktm-richtext .ktm-content{padding-left:6px}.ktm-editable-field-wrapper{display:inline-flex;min-height:25px;border:1px solid transparent;overflow:hidden}.ktm-editable-field-wrapper .ktm-editable-field-icon-wrapper{display:none}.ktm-editable-field-wrapper:hover{border:1px solid rgba(9,30,66,.08);border-radius:2px}.ktm-editable-field-wrapper:hover .ktm-editable-field-icon-wrapper{display:flex;align-items:center;background-color:rgba(9,30,66,.08);padding-left:3px;padding-right:3px}.ktm-editable-field-wrapper .ktm-editable-field-value{padding-left:10px;padding-right:10px;padding-top:3px;height:100%}.ktm-edit-field-wrapper{border:1px solid rgba(9,30,66,.08);border-radius:2px}.ktm-edit-field-wrapper .aui-button{width:100%}.ktm-edit-field-wrapper .ktm-transparent-field{max-width:100%!important}.ktm-editable-field-actions{z-index:10000;background:grey;position:absolute;right:0;top:-30px;background-color:#fff;border:1px solid #ebecf0;border-bottom:none;border-radius:3px 3px 0 0;outline:none;padding:3px;box-shadow:0 -2px 6px hsla(0,0%,43.5%,.2);height:23px}.ktm-editable-field-actions button{height:24px;width:24px;margin-left:0!important;padding:0 4px}.ktm-test-run-details-form .ktm-collapsable-section:first-child{margin-top:0}.ktm-test-run-details-form .ktm-select-box-field{display:block;max-width:100%}.ktm-test-run-details-form .ktm-date-picker{display:block;width:96px}.ktm-test-run-details-form .ktm-custom-fields{list-style:none;padding:0}.ktm-test-run-details-form .ktm-custom-fields li{margin-top:14px}.ktm-test-run-details-form .ng-invalid{color:red!important}.ktm-test-run-view{flex:1 1 auto}.ktm-test-run-view .aui-page-panel{border-top:none;margin:0;min-height:400px;padding:14px 20px 20px}.ktm-test-case-fields{padding:10px}.ktm-test-case-fields .ktm-editing-entry{display:flex;margin-top:14px}.ktm-test-case-fields .ktm-editing-entry .ktm-checkbox-wrapper{flex:0 0 auto}.ktm-test-case-fields .ktm-editing-entry custom-field-input{width:100%}.ktm-test-case-fields .ktm-editing-entry .ktm-input-field{flex:1 1 auto;padding-left:6px}.ktm-test-case-fields .ktm-editing-entry .ktm-input-field select-box,.ktm-test-case-fields .ktm-editing-entry .ktm-input-field user-picker{display:block}.ktm-test-case-fields .ktm-editing-entry .ktm-input-field .ng-invalid{color:red}.ktm-test-case-fields .ktm-editing-entry .ktm-input-field input[time-formatter]{width:60px}.ktm-test-case-fields .ktm-editing-entry .ktm-input-field .ktm-edit-links-content{margin-top:4px}.ktm-test-case-fields .ktm-editing-entry .ktm-input-field .ktm-edit-links-content .ktm-items-placeholder{margin-top:4px;font-style:italic;color:grey}.ktm-test-case-bulk-edit-dialog .ktm-form{height:100%;display:flex;flex-direction:column}.ktm-test-case-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content{overflow-y:auto}.ktm-test-case-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-case-fields{padding:10px}.ktm-test-case-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-case-fields .ktm-editing-entry{display:flex;margin-top:14px}.ktm-test-case-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-case-fields .ktm-editing-entry .ktm-checkbox-wrapper{flex:0 0 auto}.ktm-test-case-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-case-fields .ktm-editing-entry custom-field-input{width:100%}.ktm-test-case-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-case-fields .ktm-editing-entry .ktm-input-field{flex:1 1 auto;padding-left:6px}.ktm-test-case-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-case-fields .ktm-editing-entry .ktm-input-field select-box,.ktm-test-case-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-case-fields .ktm-editing-entry .ktm-input-field user-picker{display:block}.ktm-test-case-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-case-fields .ktm-editing-entry .ktm-input-field .ng-invalid{color:red}.ktm-test-case-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-case-fields .ktm-editing-entry .ktm-input-field input[time-formatter]{width:60px}.ktm-test-case-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-case-fields .ktm-editing-entry .ktm-input-field .ktm-edit-links-content{margin-top:4px}.ktm-test-case-bulk-edit-dialog .ktm-form .ktm-modal-dialog-content .ktm-test-case-fields .ktm-editing-entry .ktm-input-field .ktm-edit-links-content .ktm-items-placeholder{margin-top:4px;font-style:italic;color:grey}.ktm-data-migration{flex:1 1 auto;display:flex;flex-direction:column}.ktm-data-migration .ktm-step-title{flex:0 0 auto;display:block;padding:8px 12px;font-weight:700}.ktm-data-migration .ktm-mappings{padding:0 8px;flex:1 1 auto;overflow-y:auto}.ktm-data-migration .ktm-mappings table tr td{border-top:none!important}.ktm-data-migration .ktm-mappings table tr:hover{background-color:#e4e4e4}.ktm-data-migration .ktm-mappings table tr .aui-badge{width:30px}.ktm-data-migration .ktm-mappings table tr .ktm-no-value{color:grey;font-style:italic}.ktm-data-migration .ktm-mappings table tr select-box{width:200px}.ktm-data-migration .ktm-mappings table tr select-box button{vertical-align:middle;display:inline-block;margin-left:2px;height:23px;font-size:12px}.ktm-data-migration .ktm-mappings table tr select-box button:after{top:10px!important}.ktm-import-confirmation{flex:1 1 auto;overflow-y:auto}.ktm-import-confirmation .ktm-step-title{display:block;padding:8px 12px;font-weight:700}.ktm-import-confirmation .ktm-aui-message-wrapper{margin:12px}.ktm-import-confirmation .ktm-confirm-data{margin-left:12px;margin-top:32px}.ktm-import-confirmation .ktm-confirm-data .ktm-field+.ktm-field{margin-top:16px}.ktm-import-confirmation .ktm-confirm-data .ktm-field span{display:inline-block;vertical-align:top}.ktm-import-confirmation .ktm-confirm-data .ktm-field span div{font-size:11px;color:grey}.ktm-test-case-import-dialog .ktm-modal-dialog-content{display:flex}.ktm-test-case-search{flex:1 1 auto;display:flex;max-width:100%}.ktm-test-case-search .ktm-test-case-listing{display:flex;flex:1 1 60%;max-width:60%;flex-direction:column}.ktm-test-case-search .ktm-test-case-listing .ktm-step-title{display:block;flex:0 0 auto;padding:8px 12px;font-weight:700}.ktm-test-case-search .ktm-test-case-listing .ktm-added-test-cases{flex:1 1 auto;display:flex;overflow-y:auto}.ktm-test-case-search .ktm-test-case-search-container{display:flex;flex:0 0 40%;width:40%;max-width:40%;border-left:1px solid #d3d3d3}.ktm-test-case-search-dialog .ktm-modal-dialog-content{display:flex;position:relative;flex-direction:column}.ktm-test-case-search-dialog .ktm-modal-dialog-content .ktm-added-test-cases{flex:1 1 auto;display:flex}.ktm-test-case-search-dialog .ktm-modal-dialog-content .ktm-test-case-search-container{display:flex;flex:0 0 40%;max-width:40%;border-left:1px solid #d3d3d3}.ktm-test-case-search-dialog .ktm-modal-dialog-content .ktm-empty-message .aui-button~.aui-button{margin-left:0}.ktm-test-case-search-dialog .ktm-project-selector{background-color:#f5f5f5;border-left:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3}.ktm-test-case-search-dialog .ktm-hide-added-test-cases{position:absolute;right:0;margin-right:35px}.ktm-test-case-search-dialog .ktm-modal-dialog-footer .add-others{margin-right:35px}.ktm-test-run-card{position:relative;border-bottom:1px solid #d3d3d3;padding:4px;white-space:nowrap;overflow:hidden;cursor:pointer}.ktm-test-run-card:hover{background-color:#e4e4e4}.ktm-test-run-card:hover .ktm-decorators{background-color:#e4e4e4;box-shadow:-15px 0 15px 2px #e4e4e4}.ktm-test-run-card.ktm-selected{background-color:#e6eef8}.ktm-test-run-card.ktm-selected .ktm-decorators{background-color:#e6eef8;box-shadow:-15px 0 15px 2px #e6eef8}.ktm-test-run-card.ktm-rejected.ktm-rejected,.ktm-test-run-card.ktm-rejected.ktm-rejected:hover{background-color:#f0f0f0}.ktm-test-run-card.ktm-rejected.ktm-rejected .ktm-name{color:#ccc}.ktm-test-run-card.ktm-rejected.ktm-rejected .ktm-decorators{background-color:#f0f0f0;box-shadow:-15px 0 15px 2px #f0f0f0}.ktm-test-run-card .ktm-name{vertical-align:middle;padding-left:3px}.ktm-test-run-card .ktm-decorators{position:absolute;top:0;bottom:0;right:0;padding-top:3px;padding-right:4px;text-align:right;direction:rtl;background-color:#fff;max-width:85%;overflow:hidden;box-shadow:-15px 0 15px 2px #fff}.ktm-test-run-card .ktm-decorators .ktm-decorator{vertical-align:middle;margin-left:2px;margin-right:0!important;direction:ltr;box-sizing:border-box}.ktm-test-run-card .ktm-decorators .ktm-progress-bar{display:inline-block;width:50px}.ktm-test-run-card .ktm-decorators .ktm-time-percent{display:inline-block;width:28px;text-align:left;font-size:11px;margin-left:0}.ktm-test-run-card .ktm-decorators .ktm-count{width:36px}.ktm-admin-projects .aui-avatar{padding-top:4px}.ktm-admin-projects td.ktm-thin-column{vertical-align:middle}.ktm-admin-projects h2{border-bottom:1px solid #d3d3d3}.ktm-admin-projects .ktm-empty-message-wrapper{flex:1 1 auto;display:flex;position:relative}.ktm-admin-projects .ktm-empty-message-wrapper .ktm-empty-message{width:100%;margin:auto;padding-bottom:26px}.ktm-admin-projects .ktm-toolbar{width:100%;box-sizing:border-box;display:flex;flex-flow:column}.ktm-admin-projects .ktm-toolbar .ktm-row:last-child{margin-bottom:8px}.ktm-admin-projects .ktm-toolbar .ktm-row .ktm-row-content{display:flex;flex-wrap:wrap;padding:8px 8px 8px 0;align-items:center}.ktm-admin-projects .ktm-toolbar .ktm-row .ktm-toolbar-left{display:flex;flex-shrink:0;justify-content:flex-start;align-items:center}.ktm-admin-projects .ktm-toolbar .ktm-row .ktm-toolbar-right{display:flex;flex-shrink:0;flex-grow:1;justify-content:flex-end;align-items:center}.ktm-admin-projects .ktm-toolbar .ktm-row .ktm-toolbar-item{flex-shrink:0;display:inline-block;margin-right:10px}.ktm-admin-projects .ktm-toolbar .ktm-row .ktm-toolbar-item.ktm-toolbar-search{width:170px}.ktm-admin-projects .ktm-toolbar .ktm-row .ktm-toolbar-item.aui-button{margin-left:0}.ktm-admin-projects .ktm-toolbar .ktm-row .ktm-toolbar-item:last-child{margin-right:0}.ktm-admin-projects .ktm-pagination-buttons{padding:25px;text-align:center}.ktm-admin-projects .ktm-pagination-buttons .aui-button{margin:10px}.ktm-jira-admin-groups h2,.ktm-jira-admin-project-admins h2{border-bottom:1px solid #d3d3d3}.ktm-macro-dialog-hidden{display:none}.ktm-macro-message-new-ui .aui-message-info:after,.ktm-macro-message-new-ui:after{margin:10px 0 0!important}.ktm-traceability-links ul{list-style-type:none}.ktm-traceability-links h4{padding-top:10px;font-weight:100}.ktm-traceability-links h3{padding-bottom:12px}.ktm-traceability-links .ktm-simple-empty-message{padding:13px}.ktm-traceability-links .item-subtext{font-size:12px;color:#707070}.ktm-traceability-links .aui-lozenge{margin-left:10px}.ktm-traceability-links .ktm-links-list{padding-left:10px}#ktm-traceability-links-wrapper{padding:1px 10px 5px 0!important}#inline-dialog-traceability-links-dialog .aui-inline-dialog-contents{max-height:1000px!important;padding-left:15px}.ktm-features-Reports-Traceability-TraceabilityTree-style__orderChevron--1fAYH{cursor:pointer}a.ktm-features-Reports-Traceability-TraceabilityTree-EntityKey-style__entityKey--17ZFF{text-decoration:none;cursor:pointer}.ktm-features-Reports-Traceability-TraceabilityTree-EntityKey-style__container--2HSdK{margin-right:5px}.ktm-features-Grid-GridTable-style__container--2OfSS{display:flex;flex:1 1 auto;padding:0 10px}.ktm-features-Grid-GridTable-style__container--2OfSS .aui{margin:0}.ktm-features-Grid-GridTable-style__container--2OfSS .dragtable-sortable{box-sizing:border-box;z-index:999}.ktm-features-Grid-GridTable-style__container--2OfSS .dragtable-sortable li{box-sizing:border-box;border-right:4px solid transparent}.ktm-features-Grid-GridTable-style__container--2OfSS .ui-sortable-placeholder{box-sizing:border-box;box-shadow:none;border:2px dashed green!important}.ktm-features-Grid-GridTable-style__container--2OfSS .ui-sortable-helper{background-color:#d3d3d3}.ktm-features-Grid-GridHeader-style__th--3AxBK{font-size:12px;color:grey;white-space:nowrap;cursor:auto;padding:5px!important}.ktm-features-Grid-GridHeader-style__draggable--3LhVB{cursor:move}.ktm-features-Grid-GridHeader-style__draggable--3LhVB:hover{background-color:#e4e4e4}.ktm-features-Grid-GridHeader-style__sortable--2cLpN{padding-right:10px!important;cursor:pointer}.ktm-features-Grid-GridHeader-style__sortable--2cLpN span{position:relative}.ktm-features-Grid-GridHeader-style__sortable--2cLpN span:before{display:block;height:0;position:absolute;right:-8px;width:0;bottom:8px;content:" ";border-image:initial;border:3px solid transparent;border-bottom-color:#dfe1e6}.ktm-features-Grid-GridHeader-style__sortable--2cLpN span:after{display:block;height:0;position:absolute;right:-8px;width:0;bottom:0;content:" ";border-image:initial;border:3px solid transparent;border-top-color:#dfe1e6}.ktm-features-Grid-GridHeader-style__sortable--2cLpN:hover span:before{border-bottom-color:#b3bac5}.ktm-features-Grid-GridHeader-style__sortable--2cLpN:hover span:after{border-top-color:#b3bac5}.ktm-features-Grid-GridHeader-style__ascending--1TwRj:hover span:before,.ktm-features-Grid-GridHeader-style__ascending--1TwRj span:before{border-bottom-color:#5e6c84}.ktm-features-Grid-GridHeader-style__descending--1uZ2o:hover span:after,.ktm-features-Grid-GridHeader-style__descending--1uZ2o span:after{border-top-color:#5e6c84}.ktm-features-Grid-GridSelectTotal-style__row--280US{background-color:rgba(241,243,244,.871)!important;margin:4px 0}.ktm-features-Grid-GridSelectTotal-style__content--37qpx{text-align:center!important;color:#5f6368}.ktm-features-Grid-GridGroupHeader-style__container--2K7Ul{cursor:pointer}.ktm-features-Grid-GridGroupHeader-style__title--1yfUX{display:inline-block;padding:0 0 0 6px;font-size:12px;color:grey;font-weight:700}.ktm-features-Grid-GridGroupHeader-style__collapsed--QZKwh{background:url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/images/collapsed.1e10246d4165efd9646412c935ea6c0b.png) 50% no-repeat}.ktm-features-Grid-GridGroupHeader-style__expanded--3-2od{background:url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/images/expanded.6a0545082aa156ff2872343f87ca74ec.png) 50% no-repeat}.ktm-features-Grid-GridGroupHeader-style__td--2DVt_{padding:5px!important}.ktm-features-Grid-GridCell-style__container--2f4OP{padding:0 5px!important;vertical-align:middle!important}.ktm-features-Grid-GridCell-style__thin--3wvXs{width:16px;white-space:nowrap}.ktm-features-Grid-GridCell-style__adjustable--1pjMM{white-space:nowrap;text-overflow:ellipsis;max-width:0;min-width:520px;overflow:hidden}.ktm-features-Grid-GridCell-style__alignRight--nkAvV{text-align:right!important}.ktm-components-Tooltip-style__tooltip--6vhQv{pointer-events:auto!important;padding:10px;opacity:.5;text-align:left}.ktm-components-Tooltip-style__tooltip--6vhQv a{color:#fff;text-decoration:underline}.ktm-components-Tooltip-style__tooltip--6vhQv a:hover{color:#3b73af}.ktm-components-Tooltip-style__tooltip--6vhQv:hover{visibility:visible!important;opacity:1!important}.ktm-features-Grid-GridValue-LastStatus-style__container--oxrOb{display:inline-block;vertical-align:middle;width:16px;height:16px;border-radius:8px}.ktm-components-DependencyCount-style__container--38T-N{color:#3b73af}.ktm-components-DependencyCount-style__container--38T-N:hover{text-decoration:underline}.ktm-components-TimePercentage-style__container--3TG8X{display:inline-block;text-align:left;font-size:11px;margin-left:3px}.ktm-components-ProgressBar-style__container--2hStH{display:inline-block;width:50px;position:relative;height:5px;overflow:hidden;box-sizing:border-box;border-radius:5px;vertical-align:middle}.ktm-components-ProgressBar-style__placeholder--3wiSq{position:absolute;top:0;bottom:0;right:0;left:0;background-color:#e9e9e9}.ktm-components-ProgressBar-style__item--1RxG4{position:relative;float:left;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;box-sizing:border-box}.ktm-features-Grid-GridRow-style__container--3Erqc{cursor:pointer}.ktm-features-Grid-GridRow-style__container--3Erqc:hover{background-color:#e4e4e4}.ktm-features-Grid-GridRow-style__checkbox--2C-6a{padding:5px!important;vertical-align:middle!important;width:16px}.ktm-features-Grid-GridRow-style__selected--1Qs3l{background-color:#e6eef8!important}.ktm-features-Grid-GridRow-style__draggableWrapper--1XOS0{box-sizing:border-box;padding:15px}.ktm-features-Grid-GridRow-style__draggable--1oN5z{border:1px solid #a9a9a9;padding:2px 4px;background-color:#fff;font-size:11px;font-weight:700;box-shadow:4px 4px 5px 0 rgba(50,50,50,.75);z-index:10000!important;white-space:nowrap}.ktm-features-Grid-GridRow-style__dragging--1QCgL{background-color:#e4e4e4!important;opacity:.8}.ktm-features-Grid-GridRow-style__badge--3DXQe{position:absolute;right:-5px;top:-7px;background-color:#da0000;border:2px solid #fff;border-radius:100%;width:25px;height:25px;display:flex;justify-content:center;align-items:center;padding:0!important}.ktm-features-Grid-GridRow-style__badgeCount--2qB1N{color:#fff;font-size:12px;font-weight:700}.ktm-features-TestRunItemsGrid-components-Loading-style__spinner--1Eh6a{display:flex;align-items:center;justify-content:center;height:200px}.ktm-features-TestRunItemsGrid-components-GridTableContainer-CustomDragLayer-style__container--Q8xyl{position:fixed;pointer-events:none;left:0;top:0;height:100%;box-sizing:border-box;padding:15px;z-index:100}.ktm-features-TestRunItemsGrid-components-GridTableContainer-CustomDragLayer-style__badge--R2nHS{border:1px solid #a9a9a9;padding:2px 4px;background-color:#fff;font-size:11px;font-weight:700;box-shadow:4px 4px 5px 0 rgba(50,50,50,.75);white-space:nowrap}.ktm-features-TestRunItemsGrid-components-GridTableContainer-style__container--GOTRI{display:flex;flex:1 1 auto;overflow-x:scroll;overflow-y:hidden}.ktm-features-TestRunItemsGrid-components-GridTableContainer-style__container--GOTRI .aui{margin:0}.ktm-features-TestRunItemsGrid-components-GridTableContainer-style__container--GOTRI .dragtable-sortable{box-sizing:border-box;z-index:999}.ktm-features-TestRunItemsGrid-components-GridTableContainer-style__container--GOTRI .dragtable-sortable li{box-sizing:border-box;border-right:4px solid transparent}.ktm-features-TestRunItemsGrid-components-GridTableContainer-style__container--GOTRI .ui-sortable-placeholder{box-sizing:border-box;box-shadow:none;border:2px dashed green!important}.ktm-features-TestRunItemsGrid-components-GridTableContainer-style__container--GOTRI .ui-sortable-helper{background-color:#d3d3d3}.ktm-features-TestRunItemsGrid-components-GridTableContainer-style__hidden--3zOGY{display:none}.ktm-features-TestRunItemsGrid-components-GridHeaderCellContainer-GridHeaderCell-style__th--3qptH{font-size:12px;color:grey;white-space:nowrap;cursor:auto;padding:5px!important}.ktm-features-TestRunItemsGrid-components-GridHeaderCellContainer-GridHeaderCell-style__draggable--3n4vg{cursor:move}.ktm-features-TestRunItemsGrid-components-GridHeaderCellContainer-GridHeaderCell-style__draggable--3n4vg:hover{background-color:#e4e4e4}.ktm-features-TestRunItemsGrid-components-GridHeaderContainer-GridHeader-style__th--1yFPj{font-size:12px;color:grey;white-space:nowrap;cursor:auto;padding:5px!important}.ktm-features-TestRunItemsGrid-components-GridCellContainer-GridCell-style__container--kbDrK{padding:0 5px!important;vertical-align:middle!important}.ktm-features-TestRunItemsGrid-components-GridCellContainer-GridCell-style__thin--3VD_b{width:16px;white-space:nowrap}.ktm-features-TestRunItemsGrid-components-GridCellContainer-GridCell-style__adjustable--1Ok6L{white-space:nowrap;text-overflow:ellipsis;max-width:0;min-width:520px;overflow:hidden}.ktm-features-TestRunItemsGrid-components-GridCellContainer-GridCell-style__alignRight--1wZnq{text-align:right!important}.ktm-features-TestRunItemsGrid-components-GridValue-EnhancedAtlasKitDatePicker-style__placeHolder--1kEew{min-height:32px;display:flex;align-items:center}.ktm-features-TestRunItemsGrid-components-GridValue-EnhancedAtlasKitDatePicker-style__placeHolder--1kEew>div{padding-left:13px}.ktm-features-TestRunItemsGrid-components-GridValue-LastExecutionStatusContainer-style__container--3masi{display:inline-block;vertical-align:middle;width:16px;height:16px;border-radius:8px}.ktm-features-TestRunItemsGrid-components-GridRowContainer-GridRow-style__container--bvTLI{cursor:pointer;height:35px}.ktm-features-TestRunItemsGrid-components-GridRowContainer-GridRow-style__container--bvTLI:hover{background-color:#e4e4e4}.ktm-features-TestRunItemsGrid-components-GridRowContainer-GridRow-style__checkbox--21VME{padding:5px!important;vertical-align:middle!important;width:16px}.ktm-features-TestRunItemsGrid-components-GridRowContainer-GridRow-style__selected--CDf3l{background-color:#e6eef8!important}.ktm-features-TestRunItemsGrid-components-GridRowContainer-GridRow-style__draggableWrapper--16-h4{box-sizing:border-box;padding:15px}.ktm-features-TestRunItemsGrid-components-GridRowContainer-GridRow-style__draggable--2h_jN{border:1px solid #a9a9a9;padding:2px 4px;background-color:#fff;font-size:11px;font-weight:700;box-shadow:4px 4px 5px 0 rgba(50,50,50,.75);z-index:10000!important;white-space:nowrap}.ktm-features-TestRunItemsGrid-components-GridRowContainer-GridRow-style__dragging--3yKfW{background-color:#e4e4e4!important;opacity:.8}.ktm-features-TestRunItemsGrid-components-GridRowContainer-GridRow-style__badge--3V3Zm{position:absolute;left:-7px;top:-7px;background-color:#da0000;border:2px solid #fff;border-radius:100%;width:25px;height:25px;display:flex;justify-content:center;align-items:center;padding:0!important}.ktm-features-TestRunItemsGrid-components-GridRowContainer-GridRow-style__badgeCount--1F2iV{color:#fff;font-size:12px;font-weight:700}.ktm-features-TestRunItemsGrid-components-GridColumnsSelectorContainer-GridColumnsSelector-style__iconWrapper--25EG4{padding:3px}.ktm-features-TestRunItemsGrid-components-Toolbar-GridTextSearch-style__textSearch--3gwU7{font-size:14px;padding:5px}.ktm-components-CheckboxSelectInline-style__container--1s3q0{display:inline-flex}.ktm-features-TestRunItemsGrid-components-FiltersContainer-components-Filters-style__textSearch--1Me2x{font-size:14px;padding:5px}.ktm-features-TestRunItemsGrid-components-FiltersContainer-components-Filters-style__headerRow--1aBi4{display:flex;flex-wrap:wrap;padding:4px 0 0;align-items:center}.ktm-features-TestRunItemsGrid-components-Toolbar-style__gridToolbar--14krr{display:flex;justify-content:space-between;margin-bottom:5px}.ktm-features-TestRunItemsGrid-components-Toolbar-style__rightToolbarActions--24oWu{display:flex}.ktm-features-TestRunItemsGrid-components-Toolbar-style__rightToolbarActionsItems--SOppe{margin-left:10px}.ktm-features-TestRunItemsGrid-components-Toolbar-style__filtersBar--3eQma{background-color:#f5f5f5;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3;padding:8px;margin-bottom:10px}.ktm-features-TestRunItemsGrid-components-Infobar-TotalEstimatedTimeContainer-style__container--1GfSX{font-size:14px;color:#827a7a;line-height:33px}.ktm-features-TestRunItemsGrid-components-Infobar-ItemsDisplayedCountContainer-style__container--2pvcA{font-size:14px;line-height:33px}.ktm-features-TestRunItemsGrid-components-Infobar-style__container--2blpO{display:flex}.ktm-features-TestRunItemsGrid-components-Infobar-style__estimatedTime--2N4uf{flex-grow:1;text-align:right}.ktm-features-TestRunItemsGrid-components-FeedbackMessagesContainer-style__message--fUngg{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAABuCAYAAABWSF80AAACP0lEQVR42u3dzbGCMBSGYZxxw46texuwg5RADzZhF7RBH7TBgk64OHNwrtxo4JrAOfguvp2jmWckP4Qcsr7vszFt2x6GuCHNkF5R7m3KtGd0nILWyjDHdENyU6jKQc3ATlGdclATsFPUxtP485DjBo3L5fdfwTZyZelFFbhpw08bN7AK/GNrjbC/UQtPowvlqCph94CqDnYvqKpgraHeAoOXClhrqG7GrGBzWIuomcxK1HYFVlEzmT+rhLWMqhbWOqpK2D2gqoO1hlq++awaWGuoobtTKmC1o15f4FRv0m0Nqx313Ka5H3v7ZtQs0U5E9e2oBxmgOlDT5ChtWpILqOvMIkAFFVRQQQUVVFBBBRVUUEEFFVRQQQUVVFBBBRVUUEEFFVRQQQUVVFBBBRVUc6hd4BnXpSlBjZ+nY/KgxsvjCW1QE8B+K2ojx4f+k3IuLKP/slzmwIK6LMWcrgDU+Kg9qKCqQ+1AjY9a+Q7Sgfo56p8TiqDGQX2CBTUe6gMW1GVx775P6iaeQY2MyjL1c9Qa1DRr/xzU+CuqTgaoxwluUJcfkWeZmmDjrwI1PmqwKDqonxXPKX27rKP8qlVxVsrBcxfJrbLvL6uA+gWsMxzfWzVOa6KmqgOlKXXqq8P3mo/bjkFDZe2Sod77oCugEVEFdpwNXFv971IJQVayrFy/1KcHVfOUyGmecYAKKqigggoqqKCCCiqooIIKKqigggoqqKCCCiqooIIKKqigggoqqKCCCiqooIIKKqjWUH8Avm1Svml3YkkAAAAASUVORK5CYII=") no-repeat 100% 100%;box-sizing:border-box;max-width:500px;border:1px solid #ccc;border-radius:3px 5px 5px 5px;padding:40px 110px 40px 20px;margin:auto}.ktm-features-TestRunItemsGrid-components-FeedbackMessagesContainer-style__container--1z7Xa{margin-top:70px}.ktm-features-ReportsTraceabilityCustomTree-styles__dotAngle--1QRO_{display:inline-block;background:url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.0.2/_/download/resources/com.kanoah.test-manager:split_gadgets.bundle/images/dotted-angle.fb70758a1fd26f7f9a23619c8013a2d9.gif) 50% no-repeat;vertical-align:top;width:11px;height:11px}.ktm-features-ReportsTraceabilityCustomTree-styles__content--2NA_h{padding-left:4px}.ktm-features-ReportsTraceabilityCustomTree-styles__icon--_OevH{padding-right:3px}.ktm-features-ReportsTraceabilityCustomTree-styles__thinColumn--3JEV-{width:16px;white-space:nowrap}.ktm-features-ReportsTraceabilityCustomTree-styles__executionResultStatus--T0F2z{display:flex}.ktm-features-ReportsTraceabilityCustomTree-styles__executionResultStatus--T0F2z>span{text-align:center;border:1px solid}.ktm-features-ReportsTraceabilityCustomTree-styles__executionResultStatus--T0F2z>span:first-child{border-radius:3px 0 0 3px}.ktm-features-ReportsTraceabilityCustomTree-styles__executionResultStatus--T0F2z>span:last-child{border-radius:0 3px 3px 0}.ktm-features-ReportsTraceabilityCustomTree-styles__executionResultStatus--T0F2z>span:only-child{border-radius:3px}.ktm-features-OnboardingPanel-style__root--_jdVJ{display:flex;justify-content:center;height:100%}.ktm-features-OnboardingPanel-style__root--_jdVJ>div{margin-top:10rem}.ktm-features-OnboardingPanel-style__root--_jdVJ>.ktm-features-OnboardingPanel-style__image--2hN3e{width:25%}.ktm-features-OnboardingPanel-style__root--_jdVJ>.ktm-features-OnboardingPanel-style__image--2hN3e>img{max-width:100%;min-width:100%}.ktm-features-OnboardingPanel-style__links--38RrA>ul{padding:0}.ktm-features-OnboardingPanel-style__links--38RrA>ul>li{list-style-type:none}.ktm-features-OnBoardingSteps-OnBoardingStep-style__container--2FP2e{position:fixed;bottom:70px;right:15px;border-radius:3px;box-shadow:0 0 1px rgba(9,30,66,.31),0 20px 32px -8px rgba(9,30,66,.25);background-color:#fff;padding:20px 25px;width:320px;z-index:100}.ktm-features-OnBoardingSteps-OnBoardingStep-style__header--2uUgJ{display:flex;align-items:center}.ktm-features-OnBoardingSteps-OnBoardingStep-style__title--tivBH{font-weight:600;font-size:18px}.ktm-features-OnBoardingSteps-OnBoardingStep-style__skipContainer--LPpZW{margin-left:auto;cursor:pointer}.ktm-features-OnBoardingSteps-OnBoardingStep-style__actionButtons--21EZ3{display:flex;align-items:center;margin-left:auto;cursor:pointer}.ktm-features-OnBoardingSteps-OnBoardingStep-style__content--1Mvs_{padding:15px 0;font-size:13px}.ktm-features-OnBoardingSteps-OnBoardingStep-style__navigationLinks--1VV0q{margin-left:15px;cursor:pointer;color:#7a869a}.ktm-features-OnBoardingSteps-OnBoardingStep-style__progress--3ZvOF{color:#7a869a;font-size:13px}@-webkit-keyframes ngdialog-fadeout{0%{opacity:1}to{opacity:0}}@keyframes ngdialog-fadeout{0%{opacity:1}to{opacity:0}}@-webkit-keyframes ngdialog-fadein{0%{opacity:0}to{opacity:1}}@keyframes ngdialog-fadein{0%{opacity:0}to{opacity:1}}.ngdialog,.ngdialog *,.ngdialog :after,.ngdialog :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ngdialog{overflow:auto;-webkit-overflow-scrolling:touch;z-index:10000}.ngdialog,.ngdialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0}.ngdialog-overlay{background:rgba(0,0,0,.4);-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadein .5s;animation:ngdialog-fadein .5s}.ngdialog.ngdialog-closing .ngdialog-overlay{-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadeout .5s;animation:ngdialog-fadeout .5s}.ngdialog-content{background:#fff;-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadein .5s;animation:ngdialog-fadein .5s}.ngdialog.ngdialog-closing .ngdialog-content{-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadeout .5s;animation:ngdialog-fadeout .5s}.ngdialog-close:before{font-family:Helvetica,Arial,sans-serif;content:"\00D7";cursor:pointer}body.ngdialog-open{overflow:hidden}
/* 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}}@keyframes gh-loading-loop{0%{opacity:0}50%{opacity:1}100%{opacity:0}}@-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%;height:32px;width:32px;min-width:32px;cursor:default;display:inline-block;vertical-align:middle;overflow:hidden}.ghx-avatar-img.ghx-auto-avatar{font-size:24px;line-height:32px}.ghx-avatar-img.ghx-auto-avatar{color:#fff;text-align:center;text-transform:uppercase}.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;padding:10px}.ghx-issue .ghx-issue-content{min-height:66px}.ghx-issue.ghx-has-avatar .ghx-issue-fields,.ghx-issue.ghx-has-corner .ghx-issue-fields{padding-right:37px}.ghx-issue:hover{background:#ebecf0}.ghx-issue.ghx-flagged{background:#ffe9a8}.ghx-issue.ghx-flagged:hover{background:#ebecf0}.ghx-issue.ghx-selected{background:#deebff}.ghx-issue.ghx-selected.ghx-flagged{background:#ffd351}.ghx-issue.ghx-selected:hover{background:#ebecf0}.ghx-issue.ghx-selected-group{background:#deebff}.ghx-issue.ghx-selected-group.ghx-flagged{background:#ffd351}.ghx-issue.ghx-selected-group:hover{background:#ebecf0}.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:#5e6c84;font-size:12px;font-weight:600;line-height:1.66666667;letter-spacing:0;outline:0;text-transform:none;display:flex;flex-wrap:nowrap}.ghx-issue .ghx-key-link .ghx-key-link-project-key{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ghx-issue .ghx-key-link .ghx-key-link-issue-num{flex:1 0 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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-issue .ghx-iconfont.aui-iconfont-flag:before{margin-top:-10px}.ghx-band-1 .ghx-issue{font-size:12px;padding:2px 8px 4px 8px}.ghx-band-1 .ghx-issue .ghx-card-footer{margin-top:3px}.ghx-band-1 .ghx-issue .ghx-avatar-img{height:16px;width:16px;min-width:16px}.ghx-band-1 .ghx-issue .ghx-avatar-img.ghx-auto-avatar{font-size:12px;line-height:16px}.ghx-band-1 .ghx-issue .ghx-type,.ghx-band-1 .ghx-issue .ghx-flags{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{position:static;display:flex}.ghx-band-1 .ghx-issue .ghx-grabber{width:3px}.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-issue-compact{background:#fff;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;color:#172b4d;cursor:move;font-size:14px;line-height:1.42857143;margin-top:-1px;position:relative}.ghx-issue-compact:not(:last-child){margin-bottom:3px}.ghx-issue-compact .ghx-row{display:flex;align-items:center;height:22px;margin:5px}.ghx-issue-compact .ghx-row:not(.ghx-end):not(.ghx-plan-extra-fields){flex-grow:1}.ghx-issue-compact .ghx-row:not(.ghx-end):not(.ghx-plan-extra-fields) .ghx-estimate{padding-left:0}.ghx-issue-compact:hover{background:#ebecf0}.ghx-issue-compact.ghx-flagged{background:#ffe9a8}.ghx-issue-compact.ghx-flagged:hover{background:#ebecf0}.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:#ebecf0}.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;width:100%}.ghx-issue-compact .ghx-key,.ghx-issue-compact .ghx-flags,.ghx-issue-compact .ghx-summary{margin-left:5px}.ghx-issue-compact .ghx-summary{margin-right:2.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-estimate{background:#fff}.ghx-issue-compact .ghx-estimate .aui-avatar{vertical-align:middle;margin-right:4px}.ghx-issue-compact .ghx-estimate .ghx-avatar-img{margin-top:-1px}.ghx-issue-compact .ghx-estimate .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:#ebecf0}.ghx-issue-compact .ghx-statistic-badge,.ghx-issue-compact .ghx-spacer{min-width:15px}.ghx-issue-compact .ghx-summary{overflow:hidden;flex:1;white-space:nowrap;text-overflow:ellipsis}.ghx-issue-compact.ghx-done .ghx-key a{text-decoration:line-through}body.a11y-setting-underlined-links:not(#increase-specificity) .ghx-issue-compact.ghx-done .ghx-key a{text-decoration:line-through underline}.ghx-issue-compact .aui-label{max-width:10em;white-space:nowrap}.ghx-issue-compact .ghx-avatar-img{height:24px;width:24px;min-width:24px;margin-right:5px}.ghx-issue-compact .ghx-avatar-img.ghx-auto-avatar{font-size:18px;line-height:24px}.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;height:22px;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-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-issue-compact .ghx-iconfont.aui-icon-small:before{margin-top:-10px}.ghx-no-sprint-support .ui-sortable-helper .ghx-row{margin:5px}.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-issue:focus,.ghx-issue-compact:focus,.ghx-swimlane-header[data-issue-key]:focus{outline: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}.ghx-grabber-transparent{background-color:transparent}.ghx-grabber-loading .ghx-grabber{background-color:#c1c7d0;animation:gh-loading-loop 1s ease-in-out forwards;animation-iteration-count:infinite}.ghx-issue .ghx-corner{min-width:24px;display:flex}.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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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;max-width:100%}.ghx-detail-issue img.ghx-type{height:16px;margin-right:5px;width:16px}.ghx-issue.ghx-done .ghx-key a{text-decoration:line-through}body.a11y-setting-underlined-links:not(#increase-specificity) .ghx-issue.ghx-done .ghx-key a{text-decoration:line-through underline}.ghx-issue-fields .ghx-summary .ghx-inner{display:block;line-height:1.1em;max-height:3.3em;padding-bottom:1px;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}.ghx-parent-group.ghx-away{background-color:#dfe1e5;border-radius:4px;margin:5px}.ghx-parent-child .ghx-parent-group.ghx-away{background-color:inherit;border-radius:0px;margin:0}.ghx-parent-stub{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:12px;padding:3px 0 0;font-weight:normal}.ghx-parent-stub .ghx-group{text-overflow:ellipsis;overflow:hidden;padding-right:5px;white-space:nowrap;height:25px;display:flex;align-items:center;position:relative}.ghx-parent-stub .ghx-key{color:#5e6c84;font-size:12px;font-weight:600;line-height:1.66666667;letter-spacing:0;padding:0 4px 0 8px;text-transform:none}.ghx-parent-stub.ghx-done .ghx-key{text-decoration:line-through}.ghx-parent-stub .ghx-summary{color:#5e6c84;text-overflow:ellipsis;overflow:hidden;padding:0 4px}.ghx-issue~.ghx-subtask-group{background-color:#dfe1e5;padding:2px 0;margin:-5px 5px 0 5px;border-bottom-left-radius:4px;border-bottom-right-radius: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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/rapid/gh-days.png) no-repeat 0 0;display:block;height:4px;width:100%;background-size:auto 4px}.ghx-days-0 .ghx-days b{background:none}.ghx-days-1 .ghx-days b{width:17px}.ghx-days-2 .ghx-days b{width:27px}.ghx-days-3 .ghx-days b{width:37px}.ghx-days-4 .ghx-days b{width:47px}.ghx-days-5 .ghx-days b{width:57px}.ghx-days-6 .ghx-days b{width:67px}.ghx-days-7 .ghx-days b{width:77px}.ghx-days-8 .ghx-days b{width:87px}.ghx-days-9 .ghx-days b{width:97px}.ghx-days-10 .ghx-days b{width:107px}.ghx-days-11 .ghx-days b{width:117px}.ghx-days-12 .ghx-days b{width:127px}.ghx-days-13 .ghx-days b{width:137px}.ghx-days-14 .ghx-days b{width:147px}.ghx-days-15 .ghx-days b{width:157px}.ghx-days-16 .ghx-days b{width:167px}.ghx-days-17 .ghx-days b{width:177px}.ghx-days-18 .ghx-days b{width:187px}.ghx-days-19 .ghx-days b{width:197px}.ghx-days-20 .ghx-days b{width:207px}.ghx-days-21 .ghx-days b{width:217px}.ghx-days-22 .ghx-days b{width:227px}.ghx-days-23 .ghx-days b{width:237px}.ghx-days-24 .ghx-days b{width:247px}.ghx-days-25 .ghx-days b{width:257px}.ghx-days-26 .ghx-days b{width:267px}.ghx-days-27 .ghx-days b{width:277px}.ghx-days-28 .ghx-days b{width:287px}.ghx-days-29 .ghx-days b{width:297px}.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{cursor:pointer;top:2px;left:-3px}.ghx-backlog-container .ghx-parent-group.ghx-subtasks-expanded .ghx-card-expander{transform:rotate(90deg)}.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:#6b778c;display:none;font-size:12px;margin-right:8px;margin-left:8px}.ghx-hidden-subtasks-count-container{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#5e6c84;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:#6b778c;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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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:#6b778c;border-color:#6b778c}#jira .ghx-label-0-border{border-right:4px solid #6b778c}#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:#6b778c;border-color:#6b778c}#jira .ghx-label-12-border{border-right:4px solid #6b778c}#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,.ghx-backlog-header .scheduled-sprint-lozenge{margin-left:10px;text-transform:uppercase}.ghx-backlog-header .ghx-sprint-goal{margin:0 26px;color:#6b778c;font-size:12px}.ghx-backlog-header .ghx-sprint-goal .ghx-editable{padding-left:2px}.ghx-backlog-header .ghx-sprint-goal .ghx-editable:hover{padding-left:6px;margin-left:2px}.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-backlog-header .ghx-sprint-goal .field-value{width:100%}.ghx-sprint-info{color:#505f79;font-size:14px;padding:0 28px;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}.ghx-sprint-info .ghx-assigned-work-stats .aui-avatar{margin-right:2px}.ghx-sprint-info .ghx-assigned-work-stats .ghx-avatar-img{height:24px;width:24px;min-width:24px;margin-right:2px}.ghx-sprint-info .ghx-assigned-work-stats .ghx-avatar-img.ghx-auto-avatar{font-size:18px;line-height:24px}.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:7px}.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}main.ghx-gh{height:100%;overflow:auto}.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}.ghx-dialog.ghx-sprint-dialog .dialog-button-panel .aui-button{margin:0 10px 0 0}.aui-group.ghx-controls a.disabled{color:#dee0e5;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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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}.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-version-column .ghx-progress-indicator.ghx-initial,.ghx-epic-column .ghx-progress-indicator.ghx-initial{position:absolute;width:100%;height:100%;display:none}.ghx-version-column .ghx-progress-indicator.ghx-initial .spinner,.ghx-epic-column .ghx-progress-indicator.ghx-initial .spinner{left:50%;top:50%}.ghx-loading-versions .ghx-version-column,.ghx-loading-epics .ghx-epic-column{opacity:0.5}.ghx-loading-versions .ghx-version-column .ghx-progress-indicator.ghx-initial,.ghx-loading-epics .ghx-epic-column .ghx-progress-indicator.ghx-initial{display:block}.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}.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:#5e6c84}.ghx-error{color:#de350b}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("/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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:#344563}.ghx-iconfont-inactive:hover{color:#6b778c}.ghx-iconfont-inactive.aui-iconfont-locked{color:#de350b}.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:#de350b}.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:scroll;position:relative;z-index:1}#ghx-plan{display:none;position:relative}#ghx-plan ::-webkit-scrollbar{width:6px}#ghx-plan ::-webkit-scrollbar-track{background:rgba(9,30,66,0.08);border-radius:4px}#ghx-plan ::-webkit-scrollbar-thumb{background:#97a0af;border-radius:4px}#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-plan-group .ui-resizable-outer,#ghx-work .ui-resizable-outer{position:relative;float:left;height:100%}#ghx-plan-group .ui-resizable,#ghx-work .ui-resizable{position:static}#ghx-plan-group .ui-resizable-w,#ghx-work .ui-resizable-w{left:0}#ghx-pool,#ghx-detail-contents{height:inherit}#ghx-pool{padding:0 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:linear-gradient(90deg, #f4f5f7 40px, #fff 0);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-backlog-column{border-left:2px solid #ebecf0}#ghx-backlog{height:inherit;overflow-y:auto;padding:0}body.ghx-display-metrics #ghx-backlog[data-load-time][data-draw-time]:before{display:block;content:'Load time: ' attr(data-load-time) 'ms, Draw time: ' attr(data-draw-time) 'ms';font-size:12px;color:white;background-color:rgba(0,0,0,0.25);margin-left:20px;position:absolute;z-index:10000}#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("/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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:#6b778c;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:#6b778c}.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("/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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:#6b778c;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:#6b778c}.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("/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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:#6b778c;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:#6b778c}.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("/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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:#6b778c;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:#6b778c}.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("/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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:#6b778c;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:#6b778c}@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("/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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("/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/menu_indicator_for_dark_backgrounds.gif")}#gh .aui-dropdown-trigger span{background:url("/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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;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;border-bottom:2px solid #ebecf0}#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>div>dl{margin-right:38px;vertical-align:top}.ghx-controls-list>div>dl:last-child{margin-right:0}.ghx-controls-list dt{color:#5e6c84;font-size:12px;font-weight:600;line-height:1.66666667;letter-spacing:0;text-transform:uppercase}.ghx-controls-plan,.ghx-header-compact .ghx-controls-report,.ghx-controls-work{min-height:40px;position:relative}.ghx-controls-plan,.ghx-controls-work{margin-bottom:-3px}.ghx-header-compact .ghx-controls-plan,.ghx-header-compact .ghx-controls-work{margin-top:-4px;margin-bottom:0}.ghx-header-compact .ghx-quick-content.aui-expander-content{margin-bottom:8px}.ghx-controls-filters #js-plan-quickfilters,.ghx-controls-filters #js-work-quickfilters{padding:3px}.ghx-controls-filters #js-plan-quickfilters #js-quickfilters-label,.ghx-controls-filters #js-work-quickfilters #js-quickfilters-label{margin-left:-3px}.ghx-controls-filters dt,.ghx-controls-filters dd{margin:0 0 10px 0}.ghx-controls-filters dt{padding-right:10px}.ghx-controls-filters dd .aui-button,.ghx-controls-filters dd.ghx-quickfilter-trigger>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}.ghx-controls-filters dd a.ghx-active,.ghx-controls-filters dd .js-quickfilter-button.ghx-active{background:#344563;border-color:transparent;color:#fff}.ghx-controls-filters dd a.ghx-active:hover,.ghx-controls-filters dd .js-quickfilter-button.ghx-active:hover{background:rgba(9,30,66,0.13);color:#344563}.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:2px;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:4px}#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 5px;-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 .aui-icon{color:#344563;cursor:pointer;right:8px;position:absolute;top:7px}.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-target-option:not(.ghx-busted),.ghx-columns .ghx-column.ghx-target-option:not(.ghx-busted){background:#deebff}.ghx-column-headers .ghx-column.ghx-target-option:not(.ghx-busted).ghx-target-hover,.ghx-columns .ghx-column.ghx-target-option:not(.ghx-busted).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-column-header-content{display:flex;align-items:center;overflow:hidden}.ghx-column-headers .ghx-column .ghx-column-header-content .ghx-column-header-left{display:flex;align-items:center;flex-grow:1;flex-basis:0;min-width:1em}.ghx-column-headers .ghx-column .ghx-column-header-content .ghx-column-header-left .ghx-column-title{min-width:1em;cursor:default}.ghx-column-headers .ghx-column.ghx-busted-max{background:#de350b}.ghx-column-headers .ghx-column.ghx-busted-max .ghx-limits .ghx-busted-min{background-color:rgba(9,30,66,0.13);border-color:transparent;color:#fff}.ghx-column-headers .ghx-column.ghx-busted-max .ghx-limits .ghx-busted-max{background-color:#fff;border-color:#fff;color:#de350b}.ghx-column-headers .ghx-column.ghx-busted-min{background:#ffab00}.ghx-column-headers .ghx-column.ghx-busted-min .ghx-limits .ghx-busted-min{background-color:#fff;border-color:#fff;color:#ffab00}.ghx-column-headers .ghx-column.ghx-busted-min .ghx-limits .ghx-busted-max{background-color:rgba(9,30,66,0.13);border-color:transparent;color:#fff}.ghx-column-headers .ghx-column.ghx-target-option:not(.ghx-busted){background:#fff}.ghx-column-headers .ghx-column.ghx-target-option:not(.ghx-busted).ghx-target-hover{background:#fff}.ghx-column-headers .ghx-qty{display:flex;color:#172b4d}.ghx-column-headers .ghx-limits{display:flex;margin-top:-1px}.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;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ghx-column-headers .ghx-column.ghx-busted-min,.ghx-column-headers .ghx-column.ghx-busted-max{color:#fff}.ghx-column-headers .ghx-column.ghx-busted-min h6,.ghx-column-headers .ghx-column.ghx-busted-max h6{color:#fff}.ghx-column-headers .ghx-column.ghx-busted-min.ghx-target-option,.ghx-column-headers .ghx-column.ghx-busted-max.ghx-target-option{color:#fff}.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:#fff}.ghx-column-headers .ghx-count-only{display:inline-block;margin-left:5px}.ghx-column-headers .ghx-constraint.ghx-busted{display:inline-block;color:#5e6c84;white-space:nowrap}.ghx-column-headers .ghx-constraint.ghx-busted+.ghx-constraint.ghx-busted{margin-left:5px}#ghx-column-header-group{background:#fff;z-index:2;overflow-y:scroll;flex-grow:1;flex-shrink:0;margin-right:-30px;padding-right:40px;padding-left:10px}.ghx-show-old{padding:10px;text-align:center}.ghx-show-old-description{margin-bottom:10px;color:#6b778c}.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:focus,.ghx-constraints .ghx-busted.ghx-editable:focus{outline:none;border:2px solid #4c9aff;border-radius:3px}.ghx-constraints .ghx-busted-max{border:1px solid #de350b}.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{color:#fff}#ghx-rabid{position:relative}.ghx-detail-issue{color:#172b4d;display:flex;flex-direction:column;-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:#6b778c;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%;flex:0 0 auto}.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{display:none}.ghx-detail-view .ui-sidebar{position:absolute;top:0;height:100%;width:2px;z-index:100;cursor:col-resize;background-color:#ebecf0;transition:background-color ease-in .1s;transition-delay:0.05s}.ghx-detail-view .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}.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:#344563;cursor:pointer;display:inline-block;padding:5px;margin:0 5px;vertical-align:top}.ghx-detail-issue.ghx-empty .ghx-controls{position:absolute;right:0;top:10px}.ghx-detail-head .ghx-key-group{padding-left:4px;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;position:relative;flex:1 auto;overflow:auto}.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;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;display:flex;align-items: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 .aui-icon-small{width:24px;height:24px}.ghx-detail-nav-item a .aui-icon-small::before{font-size:24px;margin-top:-12px}.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:rgba(9,30,66,0.08)}.ghx-detail-nav-item b{display:inline-block;color:#172b4d;font-weight:normal;margin:2px 0 0;min-width:1em;padding:0 2px 0;text-align:center}.ghx-detail-nav-item .aui-icon{color:#505f79}.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("/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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:12px;padding-top:5px}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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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;position:-webkit-sticky;position:sticky;z-index:1;top:0;background-color:#fff}.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}.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;margin:10px 0;vertical-align:middle;white-space:nowrap;width:100%}.ghx-swimlane-header.ghx-done .ghx-parent-key{text-decoration:line-through}body.a11y-setting-underlined-links:not(#increase-specificity) .ghx-swimlane-header.ghx-done .ghx-parent-key{text-decoration:line-through underline}.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}.ghx-backlog-header .ghx-heading-expander{top:2px}.ghx-closed:not(.ghx-test-fix) .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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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{background-color:#0052cc;background-position:center left;background-repeat:no-repeat;border:none;height:12px;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{background-color:#42526e}#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{background-color:#6b778c}#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:#6b778c}#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{background-color:#42526e;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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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{background-color:#42526e}.ghx-config-status.ghx-last .ghx-header .ghx-border-bottom{background-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:16px;height:32px;margin:12px 0;padding-left:5px;padding-right:8px;width:100%}.ghx-config-status .ghx-header>input:focus{outline:none;border:2px solid #4c9aff;border-radius:3px}.ghx-config-status .ghx-header .ghx-action{color:#6b778c;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:#6b778c;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 rgba(9,30,66,0.25);cursor:move;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 2px 3px rgba(9,30,66,0.13);box-shadow:0 2px 3px rgba(9,30,66,0.13);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:#6b778c}.ghx-config-status .ghx-status .ghx-actions{position:absolute;top:8px;right:8px}.ghx-config-status .ghx-status .ghx-actions .aui-icon{color:#344563}.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:#6b778c}.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:#6b778c}.ghx-no-status-column .ghx-header .ghx-border-bottom{background-color:#6b778c}#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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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-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 #c1c7d0;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:#6b778c;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)}.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:#c1c6cf;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:#c1c6cf;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-report-controls{margin-top:5px}#ghx-sprint-report-meta,.ghx-epic-meta,.ghx-version-meta{display:inline-block}.ghx-epic-meta,.ghx-version-meta{margin:0 10px 10px 0}.ghx-added-legend{text-align:right;margin-bottom:-8px}.ghx-sprint-status{display:inline-block;margin:0 20px 0 0}.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:#dee0e5;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{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:move;height:40px;left:0;margin:0 0 -2px;overflow:hidden;padding:0 8px 4px 10px;position:relative;border-radius:0 0 3px 3px;border-bottom:2px solid transparent;transition:border-bottom-color ease-in .1s}.ghx-marker:hover{border-bottom-color:#4c9aff;transition:border-bottom-color ease-in .1s}.ghx-no-issues .ghx-marker{margin-top:0}.ghx-meta{border-radius:4px;padding-top:10px}.ghx-marker:after{bottom:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0;font-family:Adgs Icons;font-weight:400;content:"\f17f";height:5px;left:50%;margin-left:-6px;position:absolute}.ghx-no-sprint-support .ghx-marker{height:20px}.ghx-no-sprint-support .ghx-marker:after{display:none}.ghx-meta.ghx-disabled .ghx-marker,.ghx-sprint-planned.ghx-disabled .ghx-marker,.ghx-marker.ghx-not-rankable{cursor:default;transition:none}.ghx-meta.ghx-disabled .ghx-marker::after,.ghx-sprint-planned.ghx-disabled .ghx-marker::after,.ghx-marker.ghx-not-rankable::after{content:''}.ghx-meta.ghx-disabled .ghx-marker:hover,.ghx-sprint-planned.ghx-disabled .ghx-marker:hover,.ghx-marker.ghx-not-rankable:hover{border:none}.ghx-marker-info{margin:0 0 0 14px}.ghx-marker .ghx-stats{margin:0 20px 0 10px;text-align:right}.ghx-marker .ghx-stat-total{padding:10px 6px 0 0}.ghx-marker .ghx-label{color:#5e6c84;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);-moz-box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;background-color:#f4f5f7;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.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-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-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;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-bottom:20px}.ghx-backlog-header{min-height:42px;padding-top:6px;padding-bottom:9px;border-radius:0;margin-bottom:5px}.ghx-backlog-container .ghx-backlog-header{border:2px dashed transparent}.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}.ghx-everything-else .ghx-backlog-header{min-height:40px;padding-top:18px}.ghx-everything-else .ghx-backlog-header .ghx-name{margin-left:18px}.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}.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}.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:5px}.ghx-backlog-container .ghx-issue-count{color:#5e6c84}.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-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;border-radius:4px}#ghx-backlog .ghx-parent-group.ghx-subtasks-expanded{background-color:#dfe1e5}#ghx-backlog .ghx-parent-group.ghx-subtasks-expanded,#ghx-backlog .ghx-parent-group.ghx-away{padding-bottom:6px;margin-bottom:4px}#ghx-backlog .ghx-parent-group .ghx-subtask-group{background-color:#dfe1e5}#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}#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:#5e6c84;font-size:12px;font-weight:600;line-height:1.66666667;letter-spacing:0;color:#6b778c;text-transform:uppercase;background-color:transparent;cursor:pointer;display:inline-block;line-height:20px;width:20px}.ghx-ide-menu>li:hover{background:#ebecf0;color:#5e6c84}.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:2px solid #ebecf0}.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;display:flex;align-items:center;justify-content:space-between;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:#5e6c84;font-size:12px;font-weight:600;line-height:1.66666667;letter-spacing:0;text-transform:uppercase;margin:0;overflow:hidden;text-overflow:ellipsis}.ghx-classification-header .ghx-actions{order:2;font-size:12px;line-height:1;margin-top:-1px}.ghx-classification-header .ghx-actions .ghx-add-button{color:#344563;cursor:pointer}.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:#344563;cursor:pointer;display:inline-block;padding:0 8px 0 5px;text-align:right;vertical-align:top}.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{background-color:#fff;border-bottom:1px solid rgba(9,30,66,0.08);color:#6b778c;cursor:pointer;overflow:hidden;position:relative}.ghx-classification-item.ghx-selected{background-color:#deebff;border-color:#ccd9ea}.ghx-classification-item:hover{background-color:#ebecf0}.ghx-classification-item>.ghx-inner{border:2px dashed transparent;padding:8px 16px 8px 24px}.ghx-classification-all>.ghx-inner,.ghx-classification-pending>.ghx-inner{padding:8px 8px 8px 7px}.ghx-classification-error:hover{background-color:#fff}.ghx-classification-error>.ghx-inner{text-align:center;padding:8px}.ghx-classification-error>.ghx-inner .ghx-header .ghx-name{color:#5e6c84;font-size:12px;font-weight:600;line-height:1.66666667;letter-spacing:0;padding:0}.ghx-classification-error>.ghx-inner .ghx-header .aui-button{margin-top:10px}.ghx-classification-item.ghx-target-hover>.ghx-inner{background-color:#f3f9f4;border:2px dashed #00875a}.ghx-classification-item.ui-sortable-helper{background-color:#dfe1e7;-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-expanded hr{border:0;border-bottom:1px solid #c1c7d0}.ghx-classification-item .ghx-header .ghx-name{font-size:14px;font-weight:normal;margin:0;padding-right:20px;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-controls{float:right}.ghx-classification-item .ghx-header .ghx-project-key{color:#6b778c;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-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-classification-item .aui-item.ghx-version-date{position:relative}.ghx-version-column .ghx-classification-item .ghx-expanded .aui-item input+.aui-iconfont-calendar{margin-left:0;position:absolute;top:0;right:-10px}.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:rgba(9,30,66,0.13);margin-top:5px}.ghx-version-column .ghx-classification-item.ghx-open .ghx-classification-progress:first-child{margin-top:10px}.ghx-classification-progress{border-radius:4px}.ghx-classification-progress>li{height:5px}.ghx-classification-progress .ghx-implemented{background-color:#0052cc;border-top-left-radius:4px;border-bottom-left-radius:4px;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:#6b778c}.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:10px 0;word-wrap:break-word}.ghx-classification-item .ghx-expander{position:absolute;cursor:pointer;left:6px;top:12px;color:#172b4d;width:14px;height:14px}.ghx-classification-item .ghx-expander .aui-button{width:14px;height:14px;padding:0}.ghx-classification-item .ghx-expander .aui-button::before{left:-2px}.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;margin-top:6px}.ghx-version-column .ghx-classification-item .ghx-details-link{margin:-10px 0 10px}.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;caption-side:bottom;padding-bottom:5px}.ghx-classification-item.ghx-classification-pending{margin-bottom:50px}.ghx-classification-item .aui-group{height:25px;margin-top:0}.ghx-classification-item .aui-group.ghx-issue-count>.aui-item:last-child,.ghx-classification-item .aui-group.ghx-estimates>.aui-item:last-child{text-align:right}#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 .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:#6b778c;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-team{display:none;height:100%;flex-flow:column nowrap}#gh.ghx-team-mode #ghx-team{display:flex}#gh.ghx-hide-header #ghx-header,#gh.ghx-hide-header #ghx-operations{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 h6,#jira.ghx-contrast-high .ghx-column-headers .ghx-column .ghx-constraint{color:#5e6c84}#jira.ghx-contrast-high .ghx-column-headers .ghx-column.ghx-busted-max{border-bottom-color:#de350b}#jira.ghx-contrast-high .ghx-column-headers .ghx-column.ghx-busted-max .ghx-column-title{color:#de350b}#jira.ghx-contrast-high .ghx-column-headers .ghx-column.ghx-busted-min{border-bottom-color:#ffab00}#jira.ghx-contrast-high .ghx-column-headers .ghx-column.ghx-busted-min .ghx-column-title{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-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 .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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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.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{-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}.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}.ghx-agile .aui-button.aui-button-compact{font-size:12px;height:2.16666666666667em;padding:2px 8px 2px 8px;line-height:1.66666666666667}.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:#dfe1e5;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:#6b778c}#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:#6b778c}.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-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-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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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:#6b778c;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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/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}.create-another-sprint-label{margin-right:10px}.ghx-chart-collapsible{display:inline-block;margin-bottom:10px;width:100%;box-sizing:border-box}.ghx-chart-collapsible:before{content:' ';display:block}.ghx-chart-collapsible>summary{align-items:center;cursor:pointer;box-sizing:border-box;padding:3px}.ghx-chart-collapsible>summary::-webkit-details-marker{display:none}.ghx-chart-collapsible>summary::before{content:''}.ghx-chart-collapsible>summary>.flex-wrapper{display:flex;align-items:center}.ghx-chart-collapsible>summary>.flex-wrapper:before{background-color:rgba(9,30,66,0.08);border-radius:3px;margin:2px;cursor:pointer;content:url('/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:gh-rapid-common-css/images/chevron.svg');display:inline-block;width:14px;height:14px;transform:rotate(-90deg);padding:0}.ghx-chart-collapsible>summary>.flex-wrapper>h2{font-size:16px;font-weight:500;margin-left:5px}.ghx-chart-collapsible>summary:focus{outline:none}.ghx-chart-collapsible>summary:focus>.flex-wrapper:before{border:2px solid #4c9aff;margin:0}.ghx-chart-collapsible[open]>summary>.flex-wrapper:before{transform:rotate(0)}.ghx-chart-collapsible-content{margin:20px 0 20px 26px}
/* module-key = 'com.pyxis.greenhopper.jira:gh-rapid-common-css', location = 'includes/css/backlog-show-more.less' */
.ghx-issue-show-all-container .ghx-issue-count{display:inline-block}.ghx-issue-show-all-container .ghx-row{display:block;height:22px;margin:7px}.ghx-issue-show-all-container .ghx-center{text-align:center}.ghx-issue-show-all-container .ghx-show-all{display:inline-block;padding-left:3px}#ghx-backlog .js-issue.ghx-filtered-showmore{display:none}#ghx-backlog .js-issue.ghx-filtered-showmore~.ghx-subtask-group{padding:0;margin:0;display:block}#ghx-backlog .js-fake-parent.ghx-filtered-showmore{display:none}
/* 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.atlassian.auiplugin:split_aui.splitchunk.vendors--7c76061134', location = 'aui.splitchunk.vendors--7c76061134.css' */
.ui-selectable{touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}
/* module-key = 'com.atlassian.auiplugin:split_aui.splitchunk.vendors--85718a7eef', location = 'aui.splitchunk.vendors--85718a7eef.css' */
.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}
/* 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:10px;padding-left:10px;padding-right:10px}.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:#172b4d}.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:#172b4d}.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 #c1c7d0}.sprint-health-dashboard-item .ag-status-header{margin-bottom:10px}.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{display:flex}.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:30px;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{display:flex;height:inherit}.sprint-health-dashboard-item .ag-progress li a:hover{color:inherit}.sprint-health-dashboard-item li.ag-todo{color:#fff;background:#42526e}body.a11y-setting-issue-status-patterns .sprint-health-dashboard-item li.ag-todo{background-image:var(--a11y-patterns-svg--gray-tiny);background-position:center left;background-repeat:no-repeat;padding-left:12px;box-sizing:border-box}.sprint-health-dashboard-item li.ag-todo:hover{background-color:#4c5e7e}.sprint-health-dashboard-item li.ag-todo a{color:#fff}.sprint-health-dashboard-item li.ag-todo a:hover{color:inherit}.sprint-health-dashboard-item li.ag-inprogress{color:#fff;background:#0052cc}body.a11y-setting-issue-status-patterns .sprint-health-dashboard-item li.ag-inprogress{background-image:var(--a11y-patterns-svg--blue-tiny);background-position:center left;background-repeat:no-repeat;padding-left:14px;box-sizing:border-box}.sprint-health-dashboard-item li.ag-inprogress:hover{background-color:#005ce6}.sprint-health-dashboard-item li.ag-inprogress a{color:#fff}.sprint-health-dashboard-item li.ag-inprogress a:hover{color:inherit}.sprint-health-dashboard-item li.ag-done{color:#fff;background:#00875a}body.a11y-setting-issue-status-patterns .sprint-health-dashboard-item li.ag-done{background-image:var(--a11y-patterns-svg--green-tiny);background-position:center left;background-repeat:no-repeat;padding-left:12px;box-sizing:border-box}.sprint-health-dashboard-item li.ag-done:hover{background-color:#00a16b}.sprint-health-dashboard-item li.ag-done a{color:#fff}.sprint-health-dashboard-item li.ag-done a:hover{color:inherit}.sprint-health-dashboard-item .ag-progress .ag-status-info{display:flex;margin-left:8px;margin-right:8px;align-self:stretch;align-items:center;width:100%;font-weight:500}.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:10px}.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:#de350b}.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-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-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.atlassian.jirawallboard.atlassian-wallboard-plugin:wallboard-resources', location = 'style/wallboard.css' */
body,html{background:#000;color:#fff;font-family:Arial,sans-serif;margin:0;padding:5px 0 0;overflow:hidden}a{color:#ebf2f9}div.slot{margin:0 0 20px}div.slot.spacer-only{margin:0}iframe{border:0;width:100%;height:100%;overflow:hidden}div.wallboard-gadget{width:100%}td iframe:last-of-type{margin-bottom:0}.cyclable{height:100%}table.wallframe{border-collapse:collapse;height:100%;width:100%}table.wallframe td{height:100%;padding:0 20px;vertical-align:top}table.wallframe td.narrow{width:33%}table.wallframe td.medium-width{width:50%}table.wallframe td.wide{width:67%}table.wallframe td.full-width{width:100%}.top{margin-top:20px}.bottom{margin-bottom:20px}#blanket{background:#000 url(/s/u4hbk0/813003/9614966c27d099b428b866c7545d58cd/4.0.1/_/download/resources/com.atlassian.jirawallboard.atlassian-wallboard-plugin:wallboard-resources/images/spinner_blanket.gif) no-repeat 50% 50%;bottom:0;height:100%;opacity:.7;-ms-filter:"alpha(opacity=70)";filter:alpha(opacity = 70);position:absolute;top:0;width:100%;z-index:200}tr.hasError td{background-color:#fcc}