/* module-key = 'com.thed.zephyr.je:zephyr-je-d3', location = 'includes/css/zephyr/gadget/d3.css' */
/*
 * D3 chart
 */
/* Tooltip */ 
.zephyr-d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  pointer-events: none !important;
  max-width: 140px;
  word-break: break-all;
}

/* Creates a small triangle extender for the tooltip */
.zephyr-d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  pointer-events: none;
}

/* Northward tooltips */
.zephyr-d3-tip.n:after {
  content: "\25BC";
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
  text-align: center;
}

/* Eastward tooltips */
.zephyr-d3-tip.e:after {
  content: "\25C0";
  margin: -4px 0 0 0;
  top: 50%;
  left: -8px;
}

/* Southward tooltips */
.zephyr-d3-tip.s:after {
  content: "\25B2";
  margin: 0 0 1px 0;
  top: -8px;
  left: 0;
  text-align: center;
}

/* Westward tooltips */
.zephyr-d3-tip.w:after {
  content: "\25B6";
  margin: -4px 0 0 -1px;
  top: 50%;
  left: 100%;
}

.zephyr-burndown-chart {
  max-width: none;
}

.zephyr-execution-chart {
  max-width: 200px;
}

.zephyr-chart .axis path,
.zephyr-chart .axis line {
  fill: none;
  stroke: #A9A9A9;
  shape-rendering: crispEdges;
}

.zephyr-chart .bar {
  fill: #336699;
}

.zephyr-chart .subBar {
  fill: gray;
  opacity: 0.5;
}

.zephyr-chart .bar:hover {
  fill: #205081;
}

.brush .extent {
  stroke: #fff;
  fill: steelblue;
  fill-opacity: .25;
  shape-rendering: crispEdges;
}

.brush path {
  fill: lightgrey;
  stroke-width: 1px;
}

.zephyr-chart svg .legend {
   padding: 5px;
   font-size: 10px;
   box-shadow: 2px 2px 1px #888;
}
  
/*#.zephyr-chart chartLegend svg {
	 position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}*/
  
.zephyr-chart svg .line {
    fill: none;
    stroke: steelblue;
    stroke-width: 1.5px;
}

.zephyr-chart svg .burndown-line {
    fill: none;
    stroke: none;
    stroke-width: 1.5px;
}

.zephyr-chart svg .summary-execution-line {
    fill: transparent;
    stroke: #A5EB84;
    stroke-width: 3px;
}

.zephyr-chart svg .summary-creation-line {
    fill: transparent;
    stroke: #BCC3C3;
    stroke-width: 3px;
}

.zephyr-chart svg .area {
    fill: none;
    opacity: 0.5;
}

.zephyr-chart svg .dot {
    fill: none;
    stroke: steelblue;
    stroke-width: 1.5px;
}

/* x and y axis text*/
.zephyr-chart .x.axis text, .y.axis text {
  	fill: #545454;
  	font-size: 11px;
}
/* module-key = 'com.thed.zephyr.je:zephyr-je-test-summary', location = 'includes/css/zephyr/project/zephyr-test-summary.css' */
.test-summary-container {
    display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    -webkit-flex-direction: column;
  flex-direction: column;
}
.test-summary-header {
    margin-bottom: 4px;
    font-size: 15px;
}
.test-summary-container .test-summary-flex-module {
    padding-bottom: 70px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.test-summary-container .test-summary-flex-module > span {
    -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    padding: 16px;
}
.test-summary-container .test-summary-flex-module.test-summary-grid-wrapper > span {
    border-right: 1px solid #e8e8e8;
}
.test-summary-container .test-summary-flex-module.test-summary-grid-wrapper > span:last-child {
    border-right: none;
}
.zfj-test-summary-counts-wrapper {
    padding: 30px 4px 80px 28px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.summarybox-total-tests.zfj-test-summary-counts:before {
    border-color: #209397;
}
.summarybox-total-remaining.zfj-test-summary-counts:before {
    border-color: #8dc75e;
}
.summarybox-total-executed.zfj-test-summary-counts:before {
    border-color: #f06870;
}
.summarybox-total-distinct.zfj-test-summary-counts:before {
    border-color: #f3c05f;
}
.zfj-test-summary-counts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.zfj-test-summary-counts:before {
    content: '';
    display: inline-block;
    border-left: 4px solid #1d9195;
    height: calc(100% - 2px);
    margin-top: 4px;
}
.zfj-test-summary-counts > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
    margin-left: 3px;
}
.zfj-test-summary-counts .summary-title {
    color: #a2a5a5;
    font-size: 14px;
    margin-left: 8px;
}
.zfj-test-summary-counts .summary-count {
    color: #000;
    margin-left: 8px;
    font-size: 32px;
    line-height: 26px;
}
.disabled {
    pointer-events: none;
}
.disabled a ,.disabled a:hover,.disabled a:focus,.disabled a:active{
    color: grey;
    cursor: default;
}
.summary-grid-paginator {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}
.summary-grid-paginator > div > span {
    padding-right: 4px;
}
.grid-wrapper {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.test-summary-container .grid-wrapper{
    -webkit-flex-direction: column;
    flex-direction: column;
}

.grid-wrapper .summary-grid-view {
    padding-top: 6px;
}

.grid-wrapper .summary-grid-view  table td:first-child{
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grid-container {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.grid-container > .grid-header-wrapper {
    margin-bottom: 8px;
    align-items: center;
}
.grid-container > .grid-header-wrapper > .grid-header {
    font-size: 13px;
    font-weight: 600;
    padding-right: 2px;
}
.grid-container > .grid-header-wrapper > .grid-header + span {
    cursor: pointer;
    vertical-align: middle;
}
.grid-wrapper .searchInput {
    width: 45% !important;
    padding-bottom: 14px;
}
form.aui .text.searchInput {
	border: 0;
	width: 15px;
	transition:width 200ms ease-in-out;
	padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
form.aui .text.searchInput.active {
	width: 150px;
}
form.aui .text.searchInput::-ms-clear {
  width : 0;
  height: 0;
}
.project-filter{
	border: 1px solid #ccc;
	border-radius:3px;
	display: inline-block;
}

form.aui .searchbtn {
	width: 22px;
    display: inline-block;
    vertical-align: middle;
}
.flex {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.search-grid-wrapper {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border: 1px solid #cccccc;
    border-radius: 3px;
    height: 30px;
    padding-right: 5px;
    margin-left: 5px;
}
.search-grid-wrapper form.aui {margin: 0 6px 0 0;}
.search-grid-wrapper form.aui .text {
    border: 0;
    width: 15px;
    padding-left: 10px;
    transition: width 200ms ease-in-out;
}

.search-grid-wrapper form.aui .text.active {
    width: 150px;
}

.search-grid-wrapper .removeSearchInput, .show-search-text {
    cursor: pointer;
}

table.aui > tbody > tr > td {
    word-wrap: break-word;
    word-break: normal;
}

.zephyr-feedback span .help-button {
    position:relative;
    top: 8px !important;
    right: -22px !important;
    background: inherit !important;
}

#zephyr-feedback-atom .help-button {
    right: 2px !important;
}
/* module-key = 'com.thed.zephyr.je:zephyr-je-common', location = 'css/zephyr.css' */
.multiselectbox { display: none; width: 498px; position: absolute; left: 173px; top: 403.883px; overflow-x: hidden; }

/*Can be used with any aui table to get hover on the entire row, specifically done for schedule table in ViewIssue page*/
table.ztable tbody tr:hover, .row-active { background-color: #F0F0F0 !important;}

.issue-schedule-operations{display:none;}
table.ztable tbody tr:hover .issue-schedule-operations{display:inline}

/*By default .versionBanner div have 5 px padding top, which compounds if we have more than one div. Instead we will vertical align.
  Used in schedule tables in Cycle Tabs and ViewIssue page
*/
.ztable tbody tr td div { padding-top: 0px }
.ztable tbody tr td { vertical-align: middle }

#resultBodyId tr td {
    /* min-width: 200px; */
    max-width: 200px;
    word-wrap: break-word;
}

#resultBodyId tr.archived-execution-tr a {
    color: #333333;
    cursor: auto;
    text-decoration: none;
}

#resultBodyId tr.archived-execution-tr a:hover,
#resultBodyId tr.archived-execution-tr a:active {
    text-decoration: none;
}

/* #resultBodyId tr td a {
    word-break: break-all;
}  */

#resultBodyId tr td:first-child, #resultBodyId tr td:last-child {
    min-width: 50px;
}

.ztextarea { width:100%;}
.noresize {resize:none;}

/*--- START - CSS for Execution status display-----*/
dd {
	display: block;
	-webkit-margin-start: 0px;		/*Needed for JIRA 6.x*/
}

dt {
	display: block;
}

.column {
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.exec-status-container dt {
	display: none;
}

.exec-status-container dd {
	background-color: #BBB;
	color: white;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 3px 1px;
	text-align: center;
	width: 100px;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	overflow: hidden;
}

.exec-long-field-container{
	display:inline;
}

.exec-long-field-container dd {
background-color: #BBB;
	color: white;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 3px 1px;
	text-align: left;
	width: 500px;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
}

/* Test Details History tab in issue [test] page */
.audit-history-show-more-container {
    margin-top: 10px;
}

.show-more-container{
    padding: 0 5px;
}

.editing-mode-inner-container{
    position: relative;
    max-width: 250px;
    padding-right: 5px;
}

.update_cancel-buttons{
    position: absolute;
    right: 5px;
}

.edit-mode-container{
    position: relative;
    top: -20px;
}

#custom-fields-show-more{
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    margin: 0px 0.2em;
    overflow: hidden;
    padding: 0.35em;
    text-align: center;
    color: #666666;
    cursor: pointer;
}

.custom-field-displaying-value{
    margin-top: 5px;
}

.aui-dialog2 .aui-dialog2-content.customFieldDataCountainer{
    max-height: 400px;
		overflow-y: auto;
}

/* added zephyr class to prevent overriding on jira dialogs*/
.zephyr-dialog2 .aui-dialog2 .aui-dialog2-content {
		height: auto;
}

.check-list-item{
    /*display: inline-block;*/
    width: 100%;
    /*float: left;*/
}

.custom-filter.filter-options{
    padding: 0 10px;
		font-size: 20px;
}

.choose-all-customize-filter{
    font-size: 0.7em !important;
    padding-right: 5px !important;
    border-right: 1px solid #eeeeee !important;
    border-radius: 0px !important;
}

.customize-filter{
    font-size: 0.7em !important;
    margin-left: 5px !important;
}

#edit-more-icon-container{
    display: inline-block;
    float: right;
    padding-right: 5px;
}

#inline-dialog-custom-field-configeration-options-inner-container{
    z-index: 3000;
}

.customize-options-icon{
    margin-right: 5px;
}

.edit-button-execution-details{
    float: right;
    padding-right: 5px;
    cursor: pointer;
}

#audit-history-show-more {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    margin: 0px 0.2em;
    overflow: hidden;
    padding: 0.35em;
    text-align: center;
}

#audit-history-show-more span {
    color: #666666;
}

/**** Only for JIRA 6.x *****/

/*For JIRA6x, version class is not defined*/
.version span{
	float: right;
}

div dl dd {
	margin-left:0px
}
/**** END JIRA 6.x *****/
/*--- END - CSS for Execution status display-----*/

#column-picker-restful-table {
    margin-bottom: 0;
}
#column-picker-restful-table {
    min-width: 0;
    width: 250px;
    border: none;
}

#column-picker-restful-table .aui-restfultable-row td {
    padding: 4px;
    border: none;
}

.aui-restfultable .aui-restfultable-order {
    width: 8px;
}

#column-picker-restful-table .aui-restfultable-row .aui-restfultable-draghandle {
    background-position: center center;
    min-height: 17px;
}

#column-picker-restful-table .aui-restfultable-row .aui-restfultable-draghandle {
    background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-common/images/grippy.png");
    cursor: move;
    display: inline-block;
    height: 100%;
    margin-bottom: -6px;
    min-height: 16px;
    width: 8px;
}

#column-picker-restful-table .aui-restfultable-row .aui-restfultable-operations {
    width: 20px;
}

.aui-restfultable-row .aui-restfultable-operations {
    white-space: nowrap;
    width: 160px;
}

.aui-restfultable-readonly td {
    font-size: 13px;
}

#column-picker-restful-table tbody tr {
	border-top: 1px solid #eee;
}

#column-picker-restful-table tbody tr .column-label {
    width: 100%;
}


.columnNames-select-wrapper input[type=button] {
	position: relative;
	left: 10px;
	top: -2px;
}

/* Drag and drop highlight*/
.ui-state-highlight td {
 	height: 2em;
 	line-height: 1.2em;
 	background-color: #fff !important;
 	/*border: 2px dashed #6693B0 !important;*/
}

/* Since JIRA 5* vesion does not support Loading feature, importing loading code*/
.jira-page-loading-indicator {
    background-position: 0 -280px;
    display: block;
    z-index: 9999;
}

#jira #show-feedback-dialog {
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    width: 600px !important;
}

#zephyr-feedback-form .form-body .field-group .description-text-area{
    width: 450px !important;
    min-height: 50px;
}

#feedback-form{
    /* min-height: 214px !important; */
    max-height: none !important;
    height: 300px !important;
}

#zephyr-feedback-aui-message-bar {
    padding-left: 30px;
    padding-right: 30px;
}

.hide {
    visibility: hidden !important;
}

.jira-page-loading-indicator {
    background-image: url("data:image/png;base64,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");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: none;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: fixed;
    top: 50%;
    width: 40px;
}

.zfj-loading-message {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: 20px;
	font-weight: bold;
}
/* override min-height for dialogue box */
.z-dialog2-xlarge{
    min-height: auto !important;
}

#zephyr-tb-ajax-timeout-confirm .aui-dialog2-content {
	height: 100px !important;
}
.resetFontColor {
    color: #000000 !important;
}
/*.calendar {
    position: fixed !important;
}*/
/*Calender position commented for ZFJ-3073*/
.aui-dialog .dialog-button-panel {
    padding: 5px;
}

#zapi_not_installed_img {
    color: #205081;
    max-width:92%;
    max-height:100%;
}

div.main-div {
    width: 97%;
    border: solid 1px #ccc;
    float: left;
    padding: 15px;
  }
  div.main-div h2 {
    font-size: 20px;
    margin: 0 0 15px 0;
    padding: 0;
  }
  div.main-div div.inner-div {
    min-height: 720px;
    width: 350px;
    border: solid 1px #ccc;
    float: left;
    margin: 0 20px 0 0;
    padding: 15px;
    /*background-color: #f6f6f6;*/
  }
  div.main-div h3 {
    font-size: 16px;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: solid 1px #ccc;
  }



.file-upload{display:block;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
.file-upload .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}

/*.attach-screenshot-paste-catcher {
    display:none;
}*/

.custom-textarea .editable-field img, .cell-wrapper img {
    max-width: 100%;
}


/*22*/
.zephyr-aui-tabs > .tabs-menu > .menu-item > a, .zephyr-aui-tabs > .tabs-menu > .menu-item > a strong {
    background: transparent;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

/*36*/
.zephyr-aui-tabs > .tabs-menu .menu-item a, .zephyr-aui-tabs > .tabs-menu .menu-item a:link, .zephyr-aui-tabs > .tabs-menu .menu-item a:visited {
    background: #e9e9e9;
    color: #333333;
}
/*41*/
.zephyr-aui-tabs > .tabs-menu .menu-item a:focus, .zephyr-aui-tabs > .tabs-menu .menu-item a:hover {
    background: #ffffff;
    color: #333333;
}

/*50*/
.zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a, .zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a:link, .zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a:visited, .zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a:focus, .zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a:hover, .zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a:active {
    background: #ffffff;
    color: #333333;
}

/*97*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu ~ .tabs-pane {
    padding: 0;
    border-top: 1px solid #cccccc;
}

/*100*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100%;
}

/*113*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item {
    background: #eee;
    display: block;
    float: left;
    margin: 0;
}
/*125*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item:first-child {
    margin-left: 0px;
}

/*128*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item:first-child a {
    border-top-left-radius: 3px;
    border-left: 1px solid #cccccc;
}

/*138*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item > a, .zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .menu-item > a:focus, .zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .menu-item > a:hover, .zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .menu-item > a:active {
    display: block;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    padding: 5px 10px 4px 10px;
    text-decoration: none;
}
/*149*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab, .zephyr-aui-tabs.horizontal-tabs[data-aui-responsive] > .tabs-menu > .menu-item.active-tab, .zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .active-tab:focus, .zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .active-tab:hover, .zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .active-tab:active {
    border-bottom: 1px solid #ffffff;
    margin-bottom: -1px;
    position: relative;
}

/*157*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item a, .zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item a:focus, .zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item a:hover, .zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item a:active {
    padding: 5px;
}

.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab a::after, .zephyr-aui-tabs.horizontal-tabs > .tabs-menu::after {
    display: none;
}

.aui-avatar.aui-avatar-xsmall, .aui-avatar.aui-avatar-xsmall .aui-avatar-inner {
    max-width: inherit;
    max-height: inherit;
}

.zephyr-aui-message span.aui-icon {
    display: inline;
}
.zephyr-aui-message + form span.aui-icon, .zephyr-aui-message + .form-body span.aui-icon {
    display: inline;
}
.zephyr-aui-message span.aui-icon + p {
    margin-top: 0;
}

.zephyr-banner-msg {
	max-width: 100%;
	word-wrap: break-word;
}

.zephyr-banner-msg img {
    max-height: 50px;
}
.zephyr-banner-msg h1, h2 {
    margin: 5px 0px !important;
}
.zephyr-banner-msg tr th {
    background: none;
}

.field-group > .issue-picker-popup {
	top : 9px !important;
}
.file-input-label > * > label{
	margin: 0px 0px 0px 4px !important;
    float: none !important;
    width: auto !important;
}
/*ZFJ-5154*/
#view_issue_steps_section{
    display: block;
}

#api-rate-limit .rate-limit-subwrapper {
    margin: 15px 0;
}

#api-rate-limit .rate-limit-description {
    font-size: 12px;
    opacity: 0.8;
    margin-left: 25px;
    display: block;
}

#api-rate-limit .rate-limit-options {
    margin-top: 15px;
    margin-left: 25px
}

#api-rate-limit .rate-limit-options input {
   height: 25px;
   margin: 5px;
}
#api-rate-limit .rate-limit-options select {
    height: 30px;
    margin: 5px;
}
#api-rate-limit .rate-limit-description.error {
    margin-left: 5px;
    opacity: 1;
}
#zephyr-aui-message-bar-config {
    position: fixed;
    top: 100px;
    z-index: 99999;
    right: 30px;
    -webkit-transition: right 2s;
    transition: right 2s;
    max-width: 400px;
}

.zsquad-progress-container {
    margin: 20px 0 0;
    gap: 5px;
}

.backup-restore-container {
    margin: 20px 0;
}

#backup-restore .backup-restore-container > div {
    border-bottom: 1px solid #DFE1E6;
    padding: 0px 0 20px 0;
    margin: 0 0 20px 0;
}
#backup-restore .backup-restore-container > div:last-child {
    border: none;
}

#backup-restore .action-label {
    width: 300px;
}
#backup-restore .action-wrapper {
    flex-grow: 1;
}
#backup-restore .action-wrapper input {
    flex-grow: 1;
    margin: 0 10px 0 0;
}

/* module-key = 'com.thed.zephyr.je:zephyr-je-common', location = 'includes/gridComponent/views/css/jquery.datetimepicker.css' */
.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

/* module-key = 'com.thed.zephyr.je:zephyr-defect-hover', location = 'includes/css/zephyr/execution/execution-defect-hover.less' */
div.zfj-defect-hover{padding:4px 6px !important;min-width:100px}span.aui-lozenge-defects{background-color:#F9F9F9;border-color:#BBB;color:#000000}div.zfj-defect-hover.active{border:1px solid #bbb;border-radius:3px;padding:3px 5px !important;-webkit-box-shadow:2px 2px 2px 0 rgba(0,0,0,0.15);-moz-box-shadow:2px 2px 2px 0 rgba(0,0,0,0.15);box-shadow:2px 2px 2px 0 rgba(0,0,0,0.15);-ms-box-shadow:2px 2px 2px 0 rgba(0,0,0,0.15)}div.execution-defects-container{border:1px solid #bbb;border-radius:3px;margin:10px;padding:0 10px 10px 10px;max-height:300px;overflow-y:auto}div.execution-defects-container div.step-defects-header{margin-top:10px;border-top:0px}div.execution-defects-container table.execution-defects-table,div.execution-defects-container table.step-defects-table{width:100%}div.execution-defects-container table.execution-defects-table tbody.execution-defects:first-child tr.step-defects-row:first-child td:first-child,div.execution-defects-container table.step-defects-table tbody.execution-defects:first-child tr.step-defects-row:first-child td:first-child,div.execution-defects-container table.execution-defects-table tbody.step-defects:first-child tr.step-defects-row:first-child td:first-child,div.execution-defects-container table.step-defects-table tbody.step-defects:first-child tr.step-defects-row:first-child td:first-child{border-top-left-radius:3px}div.execution-defects-container table.execution-defects-table tbody.execution-defects:first-child tr.step-defects-row:first-child td:last-child,div.execution-defects-container table.step-defects-table tbody.execution-defects:first-child tr.step-defects-row:first-child td:last-child,div.execution-defects-container table.execution-defects-table tbody.step-defects:first-child tr.step-defects-row:first-child td:last-child,div.execution-defects-container table.step-defects-table tbody.step-defects:first-child tr.step-defects-row:first-child td:last-child{border-top-right-radius:3px}div.execution-defects-container table.execution-defects-table tbody.execution-defects:last-child tr.step-defects-row:first-child td:first-child,div.execution-defects-container table.step-defects-table tbody.execution-defects:last-child tr.step-defects-row:first-child td:first-child,div.execution-defects-container table.execution-defects-table tbody.step-defects:last-child tr.step-defects-row:first-child td:first-child,div.execution-defects-container table.step-defects-table tbody.step-defects:last-child tr.step-defects-row:first-child td:first-child{border-bottom-left-radius:3px}div.execution-defects-container table.execution-defects-table tbody.execution-defects:last-child tr.step-defects-row:last-child td:last-child,div.execution-defects-container table.step-defects-table tbody.execution-defects:last-child tr.step-defects-row:last-child td:last-child,div.execution-defects-container table.execution-defects-table tbody.step-defects:last-child tr.step-defects-row:last-child td:last-child,div.execution-defects-container table.step-defects-table tbody.step-defects:last-child tr.step-defects-row:last-child td:last-child{border-bottom-right-radius:3px}div.execution-defects-container table.execution-defects-table tr.execution-defects-row td.inline-defects-text-wrap,div.execution-defects-container table.step-defects-table tr.execution-defects-row td.inline-defects-text-wrap,div.execution-defects-container table.execution-defects-table tr.step-defects-row td.inline-defects-text-wrap,div.execution-defects-container table.step-defects-table tr.step-defects-row td.inline-defects-text-wrap{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}div.execution-defects-container table.execution-defects-table tr.execution-defects-row td,div.execution-defects-container table.step-defects-table tr.execution-defects-row td,div.execution-defects-container table.execution-defects-table tr.step-defects-row td,div.execution-defects-container table.step-defects-table tr.step-defects-row td{padding:3px}div.execution-defects-container table.step-defects-table{margin-bottom:5px}
/* module-key = 'com.thed.zephyr.je:zephyr-execution-assignee', location = 'includes/css/zephyr/execution/execution-assignee.less' */
#assignee-module{margin-left:0px}#assignee-module-heading{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEQ5RDgxQzc2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEQ5RDgxQzg2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RDlEODFDNTZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RDlEODFDNjZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvXFWFAAAAAYSURBVHjaYvj//z8D0/Pnz/8zgFgAAQYAS5UJscReGMIAAAAASUVORK5CYII=) repeat-x scroll 0 10px}#assignee-module-heading .toggle-title strong{background-color:#fff;padding-right:5px}#assignee-error.error{clear:both;color:#d04437;display:block;margin:5px 0 0 0}ul.zephyr-assignee-options li{display:inline-block;list-style-type:none;padding-right:5px}.zephyr-assignee-options{padding-left:0px}
/* 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 = '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.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.thed.zephyr.je:walk-through-tour', location = 'includes/css/zephyr/walkthroughtour/walkthroughtour.scss' */
.walkThroughOuterContainer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999999999999999999;
    color: white;
}

.darkBackground{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 999;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);

}

.element-outer-container{
    position: fixed;
    background-color: white;
    border-radius: 5px;
    z-index: 9999;
    pointer-events: none;
}

.preventscroll{
    position: relative;
    overflow-y:hidden;
}

.walk-through-data-card{
    position: fixed;
    min-width: 300px;
    max-width: 500px;
    max-height: 250px;
    min-height: 50px;
    z-index: 9;
    border: 1px solid #A5ADBA;
    padding: 15px 40px;
    border-radius: 5px;
    background-color: white;
}

.square-pointer{
    position: fixed;
    width: 14.14px;
    height: 14.14px;
    background-color: white;
    border-radius: 2px;
    transform: rotate(45deg);
}

.tour-next-button-container{
    float: right;
    margin-left: 45px;
    padding: 5px 0;
}

.go-to-button-container{
    float: right;
    margin-left: 45px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #4C9AFF;
    background-color: #4C9AFF;
    cursor: pointer;
    color: white;
}

.close-more-page-vertical-line{
    display: inline-block;
    height: 14px;
    width: 1.5px;
    background-color: #9B9B9B;
    vertical-align: middle;
}

.go-to-button-container:hover{
    color: white;
    padding: 5px;
    background-color: #42526E;
    border: 1px solid #42526E;
}

.next-feature-container{
    float: right;
    margin-left: 45px;
    padding: 5px;
    cursor: pointer;
    color: #4C9AFF;
    border: 1px solid #4C9AFF;
    border-radius: 5px;
}

.next-feature-container:hover{
    background-color: #4C9AFF;
    color: white;
}

.walk-through-description{
    overflow: hidden;
    max-height: 60px;
    margin: 5px 5px 18px;
    color: #5E6C84;
}

.tour-close-button{
    float: left;
    padding: 5px;
    margin-right: 45px;
}

.close-container{
    display: inline-block;
    padding-right: 12px;
    height: 18px;
}

.close-feature-container{
    margin: 0 auto;
    float: unset;
    width: 40px;
}

.next-button{
    border: 1px solid #3b73af !important;
    padding: 5px !important;
}

.next-page-container{
    display: inline-block;
    padding-left: 12px;
}

.walk-through-initializer-container{
    height: 35px;
    width: 35px;
    cursor: pointer;
    position: absolute;
    right: 66px;
    top: 10px;
    border-radius: 5px;
    font-size: 9px;
    text-align: center;
}

.walk-through-initializer-container.walkthrough-issueView{
    left: 205px;
    top: 36px;
}

.walk-through-normal{
    background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:walk-through-tour/images/icons/walkthrough_icon_default.svg");
    background-repeat: no-repeat;
    /*z-index: 999;*/
}

.walk-through-initializer-container:hover{
    background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:walk-through-tour/images/icons/walkthrough_icon_hover.svg");
    background-repeat: no-repeat;
    z-index: 9999;
}

.walk-through-selected{
    background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:walk-through-tour/images/icons/walkthrough_icon_selected.svg");
    background-repeat: no-repeat;
    z-index: 9999;
}

.walkThroughToggleOptionsContainer{
    position: absolute;
    top: 136px;
    right: 38px;
    z-index: 999;
    background-color: white;
    border: 1px solid #A5ADBA;
    border-radius: 5px;
    color: #5E6C84;
    font-size: 14px;
}

.walk-through-issueView .walkThroughToggleOptionsContainer{
    top: 50px;
    right: 0;
    width: 220px;
}

.dropdown-up-arrow{
     width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background-color: #A5ADBA;
    position: absolute;
    top: 131px;
    z-index: 999;
    right: 46px;
}

.walk-through-issueView .dropdown-up-arrow{
    top: 44px;
    right: 12px;
}

.walkThroughToggleOptionsContainer .walkThroughOption{
    padding: 10px 0;
    margin: 0 10px;
    cursor: pointer;
    clear: both;
    overflow: hidden;
}

.walkThroughToggleOptionsContainer .walkThroughOption:not(:first-child) {
    border-top: 1px solid #ECEDF0;
}

.walkThroughOption:hover .take-tour-label{
    color: #4C9AFF;
}

.walkThroughOption:hover .take-tour-icon-container{
    background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:walk-through-tour/images/icons/Take-a-feature-tour_hover_icon.svg");
}

.walkThroughOption:hover .page-layout-icon-container{
    background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:walk-through-tour/images/icons/show-new-page-features_hover_icon.svg");
}

.walk-through-options{
    float: left;
    height: 15px;
    width: 19px;
    border: 0;
    margin-top: 3px;
    margin-right: 5px;
}

.take-tour-icon-container{
    background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:walk-through-tour/images/icons/take-a-feature-tour_icon.svg");
    background-repeat: no-repeat;
}

.page-layout-icon-container{
    background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:walk-through-tour/images/icons/show-new-page-features_icon.svg");
    background-repeat: no-repeat;
}

.take-tour-label{
    float: left;
}

.navigation-inner-container{
    padding: 10px;
    border-radius: 5px;
    background-color: white;
    color: black;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.page-options-heading{
    color: #5E6C84;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 24px;
}

.link-popup{
    padding: 10px;
    border-radius: 5px;
    background-color: white;
    color: black;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.popup-button-container{
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}

.other-pages-options-container{
    display: flex;
    width: 450px;
    margin: 24px auto;
}

.page-option{
    text-decoration: none !important;
    padding: 3px;
    border-radius: 3px;
    float: left;
    flex-grow: 1;
    text-align: center;
    background-color: #DEEBFF;
    color: #42526E;
    margin: 0 0.5em;
    cursor: pointer;
}

.page-option:hover {
    color: white;
    background-color: #42526E;
}

.close-button{
    float: right;
    cursor: pointer;
}

.close-button-container{
    overflow: hidden;
    clear: both;
}

.page-options-image-container{
    height: 212px;
    width: 370px;
    margin: 10px auto 24px;
    background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:walk-through-tour/images/icons/interesting-features_banner.svg");
    background-repeat: no-repeat;
}

.knowledge-tour-icon-image{
    height: 212px;
    width: 370px;
    margin: 10px auto 24px;
    background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:walk-through-tour/images/icons/knowledge-tool-information_image.svg");
    background-repeat: no-repeat;
}

.link{
    color: #4C9AFF;
    cursor: pointer;
}

.show-more-link:hover{
    color: #5E6C84;
}

.show-more-link-disable{
    color: #5E6C84;
}

.skip-link{
    color: #FF8F73;
}

.next-feature{
    color: #4C9AFF;
}

.next-feature:hover {
    background-color: #4C9AFF;
    border: 1px solid #4C9AFF;
    color: white;
    border-radius: 5px;
}

.reverse-link{
    background-color: #4C9AFF;
    border: 1px solid #4C9AFF;
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
}

.reverse-link:hover {
    color: white;
    padding: 7px 6px;
    background-color: #42526E;
    border: unset;
}

.button-container{
    clear: both;
    margin-top: 19px;
    overflow: hidden;
}

.cross-icon:before{
    color: #C1C1C1;
    font-size: 20px;
}

.newPageLayoutBackground{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999999999999999999;
    min-height: 100vh;
}

.newPageLayoutElement{
    position: absolute;
    background-color: white;
    display: inline-block;
}

.closeNewPageLayour{
    position: absolute;
    color: white;
    right: 40px;
    top: 20px;
    border: 2px solid white;
    box-shadow: 0 2px 4px black;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 12px;
    cursor: pointer;
    z-index: 9;
}

.closeIcon{
    margin-right: 5px;
    display: inline-block;
}

.closeDescription{
    display: inline-block;
    text-shadow: 0 2px 4px black;
}

.cancel-icon{
    text-shadow: 0 2px 4px black;
}

.descriptionContainer{
    padding: 5px;
    text-shadow: 0 2px 4px black;
    color: white;
    font-size: 18px;
    max-width: 350px;
    font-weight: bold;
    position: absolute;
}

.top-left{
    background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:walk-through-tour/images/icons/arrow-right-down_icon.svg");
    background-repeat: no-repeat;
    position: absolute;
    height: 26px;
    width: 32px;
}

.top-right{
    background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:walk-through-tour/images/icons/arrow-left-down_icon.svg");
    background-repeat: no-repeat;
    position: absolute;
    height: 26px;
    width: 32px;
}

.down-left{
    background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:walk-through-tour/images/icons/arrow-right-top_icon.svg");
    background-repeat: no-repeat;
    position: absolute;
    height: 26px;
    width: 32px;
}

.down-right{
    background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:walk-through-tour/images/icons/arrow-left-top_icon.svg");
    background-repeat: no-repeat;
    position: absolute;
    height: 26px;
    width: 32px;
}
/* module-key = 'com.thed.zephyr.je:zephyr-je-execute-test', location = 'includes/css/zephyr/execution/zephyr-je-execute-test.css' */
.zephyrfont{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Noto Sans", "Ubuntu", "Droid Sans", "Helvetica Neue", sans-serif;
}

.execute-outer {
	padding:0 20px 20px 20px;
	margin-top:-40px;
}

#bulk-assign-user-id {
	overflow: visible;
}

#mappingContainersRow .ab-field-container {
	width: 15%;
	float: left;
}

#mappingContainersRow .ab-field-container h4 {
	margin: 7px 0;
}

#mappingContainersRow .ab-drag-container {
	width: 40%;
}

.execute-test {
	padding:20px 20px 20px 20px;
	border-color: #BBBBBB;
	border-style: solid;
	border-width: 1px 1px 1px;
}

.execute-test form.aui .select, form.aui .execute-test .select {
	padding: 4px 5px !important;
}

.execute-test #zephyr-aui-message-bar{
	position: static;
}

.execute-test-add {
	padding:10px 10px 10px 10px;
	border-color: #BBBBBB;
	border-style: solid;
	border-width: 1px 1px 1px;
}


#content > .exe-cont > div.stl-exe-right .detail-exec-view-wrapper > header {
	padding: 20px;
}

#content header h1.execute-test-header-left {
	margin-right: 300px;
}


#content > .exe-cont > div.stl-exe-right .detail-exec-view-wrapper h1.execute-test-header-left  {
	margin-top: 0px;
}

.execute-test-header-right {
	min-width: 175px;
	position: absolute;
	padding: 0px;
	top: 10px;
	right: 20px;
}

.execute-test-header-right li {
	padding-top:5px;
}

.execute-test-header-right li a {
	min-width:160px;
}

.groupspacing {
	padding:20px 20px 20px 20px;
}

.floatright {
	float:right;
}

.field-group div.multi-select.medium-multiselect {
	width:300px;
}

.field-group div.multi-select.medium-multiselect textarea {
	width:300px;
}

.execute-error-message {
	opacity:0.9;
}

.execute-outer .execute-message-bar {
	margin-top:20px;
	position:absolute;
	z-index:9999;
	left:20%;
	width:60%;
}

.execute-outer .comment-val {
	max-height: 100px;
	width: 100%;
	margin: 0px !important;
	overflow-y: auto;
}

.execution-top-layerWrapper {
	display: flex;
}

.execution-top-layerWrapper div{
	margin-right: 5px;
}

.execution-top-layerWrapper .execution-status {
    overflow: hidden;
	text-overflow: ellipsis;
	flex:1
}

.execution-top-layerWrapper .execution-status span {
	overflow: hidden;
    max-width: 85%;
    text-overflow: inherit;
    white-space: nowrap;
}

.execution-top-layerWrapper  .issueKey {
	max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.executionSummary {
	color: #5E6C84;
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
	font-size: 12px;
}

.exec_status-schedule-select {
	width:150px;
}

dd.defectpicker-status-dd-schedule {
	background-color:#FFF;
	color:black;
	font-weight:normal;
	float:left;
}

.floatleft {
	float:left;
}

.displaynone {
	display:none;
}

select.aui-field-defectpickers {
	width:580px;
}

.zephyr_je_create_issue_link-schedule {
	margin-left: 3px;
}

.zephyr_je_create_issue_link-schedule a#zephyr_je_create_issue_link-schedule-cancel {
	cursor: pointer;
	margin-left: 3px;
}

.content-container-execution div.description {
	width:500px;
	display:none;
}

div.readonly-comment-div {
	width: calc(100% - 115px);
	height:100px;
	position:relative;
}

a.comment-click-pencil {
	position:absolute;
	right:13px;
	top:5px;
}

div.comment-val {
	height:100%;
	overflow-y: auto;
}

div.editable-comment-div {
	width: calc(100% - 115px);
	display:none;
	position:relative;
	color:#5E6C84;
}

div.editable-comment-div span.loading {
	float:right;
	top:20px;
	position:relative;
	display:none;
}

div.editable-comment-div textarea.schedule-comment-area {
	width:500px;
}

div.editable-comment-div label.comment-counter {
	left:0px;
	text-align:left;
	position:absolute;
	bottom:-20px;
}

h3.toggle-title {
	border-bottom:0px;
}

table.mod-content-table {
	table-layout: fixed;
	width: 100%;
}

table.mod-content-table th.mod-content-th.step1 {
	width:3em;
}

table.mod-content-table th.mod-content-th.step2 {
	width:130px;
}


table.mod-content-table th.mod-content-th.step3 {
	width:150px;
}

table.mod-content-table th.mod-content-th.step4 {
	width:10%;
}

table.mod-content-table th.mod-content-th.step5 {
	width: 120px;
}

table.mod-content-table tr td.execution-step-row ol, table.mod-content-table tr td.execution-step-row ul {
	padding-left: 20px;
}

table.mod-content-table .current-comment-status-dd-stepresult {
	font-weight:normal;
	width:auto;
}

table.mod-content-table .comment-current-status-stepresult-editable {
	overflow: auto;
	max-height:10em;
	max-width:400px;
	word-wrap: break-word;
	word-break:keep-all;
}

table.mod-content-table .comment-edit-field-select-stepresult-icon {
	position:absolute !important;
	right:0px;
	top:5px;
	display:none;
}

table.mod-content-table textarea.comment-status-stepresult {
	width: 100% !important;
}

table.mod-content-table .comment-edit-field-select-stepresult {
	display: none;
	height: 6em;
	position: relative;
    line-height: 0.9em;
}

table.mod-content-table .execution-field-current-status, table.mod-content-table .comment-current-status-stepresult{
	padding-left:0px;
	min-height:0px;
}

table.mod-content-table .exec-status-container, table.mod-content-table .exec_status-stepresult-select {
	width:150px;
}

table.mod-content-table .comment-status-stepresult {
	width:auto;
	height:4em;
	padding-bottom:-15px;
}

table.mod-content-table .stepresult-comment-counter{
	left:0px;
	bottom:0px;
	text-align:left;
	position:absolute;
}

table.mod-content-table .mod-header {
	position:relative;
}

table.mod-content-table .add-attachments-link {
	position:absolute;
	right:0px;
}

table.mod-content-table .mod-content .zephyr-item-attachments {
	padding:1px 16px 1px 1px;
}

table.mod-content-table .readonly-defect-values-stepresult-container {
	padding-left:0px;
	min-height:auto;
}

table.mod-content-table .current-defectpicker-status-dd-stepresult {
	overflow: auto;
	max-height:10em;
	max-width:400px;
}

table.mod-content-table .editable-defect-values-stepresult-container {
	padding-left:0px;
	display:none;
}

table.mod-content-table .zephyr_je_create_issue_link-stepresult {
	margin-left:10px;
	text-align: center;
	width: 150px !important;
}

table.mod-content-table .zephyrJEdefectskey-stepresult {
	width:580px;
}

.editable-field.saving .overlay-icon.throbber {
    background: #fff url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/../com.thed.zephyr.je/images/testboard/wait.gif") center center no-repeat;
    border: none;
    right:1px;
    top:1px;
    visibility: visible;
}

.zteststep-order {
	padding: 10px !important;
}

/*
Edit css
*/
.zfj-editable-field {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
    border-radius: 2.01px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    width: 90%;
    padding: 2px 30px 2px 5px;
    position: relative;
    transition: box-shadow 150ms ease-in 0ms;
    vertical-align: top;
}

.zfj-editable-field .zfj-overlay-icon {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
    background-color: #F0F0F0;
    background-position: 4px 4px;
    background-repeat: no-repeat;
    border-left: 1px solid #CCCCCC;
    bottom: 0;
    height: auto;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    z-index: -1;
}

.zfj-editable-field:hover, .execution-assignee-wrapper.zfj-editable-field {
	/*box-shadow: 0 0 0 1px #CCCCCC;*/
	min-height: 28px;
  height: auto;
}

.zfj-editable-field:hover .zfj-overlay-icon, .execution-assignee-wrapper.zfj-editable-field .zfj-overlay-icon{
    opacity: 1;
    z-index: auto;
}

.zfj-editable-field:hover, .execution-assignee-wrapper.zfj-editable-field {
    background-color: #FFFFFF;
}

.zfj-editable-field:hover .zfj-overlay-icon, .execution-assignee-wrapper.zfj-editable-field .zfj-overlay-icon{
    transition: opacity 150ms ease-in 0ms;
}

/*
 Update, Cancel buttons
*/
.execution-field-select-schedule {
	position: relative;
	width: 250px;
}

.execution-field-select-stepresult {
	position: relative;
}

.update_cancel-buttons {
    background-color: #F0F0F0;
    border-color: -moz-use-text-color #CCCCCC #CCCCCC;
    border-image: none;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #CCCCCC;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 0 3px 6px rgba(111, 111, 111, 0.2);
    outline: medium none;
    padding: 3px;
    float: right;
    z-index: 1;
}

.update_cancel-buttons .zfj-button, .update_cancel-buttons .zfj-button.cancel {
    height: 24px;
    padding: 0 4px;
    margin: 1px !important;
}

.update_cancel-buttons .zfj-button + .zfj-button {
    margin-left: 0px;
}

.update_cancel-buttons .zfj-button .icon-save {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA9UlEQVR42mNgGFKgvr5+CRAfIVdzLhD/BuL/69evfwqkOUnRnAHSiIxPnz69/v///5zEaE5G13zs2LH///79A+r/746scDEQt6BpDkPXvH///v9QUPjnzx9GkCI+IJ4NU7Bhw4Y9UM3eQPwHWfOuXbtgmuuRbQlGt2Xu3LnHgfRbZLEtW7bANHeh+5F59uzZ69ENQcbAUIdpnoo1oIASzIsWLTqPTfOaNWtgmucTDPGFCxfeQNa8fPny/3///gVpXkp0nM+fP/8uSPPSpUv/A0MZpHkDyIWkJBpuoJ+vfPv2DaQZFHJsJCdboCZuIG4FYiGaZzAA03sW+3wCHCAAAAAASUVORK5CYII=");
}

.update_cancel-buttons .zfj-button .icon-cancel {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA3UlEQVR42s1TMQqEMBC0yKO1UvAHaQKChZhO7SJoq9b6gPMT19mEvd0jHrmQoKWBKZLJ7IbZSRQ9ZqVpyhALQgZ4aXgWKkAkZFkGfd9vDhcjNPFCiDcAMF+Bmi6caNt2sMS/867rUA+L9xVKqdW+zDl/2ft5nsGsOuhF0zRDnudgC2k/TdMpji8Nxc67XaCqKhIeiOTONBLE4b5gHMf9jjh2O/uMDYlrn2HY+c/IoijWyxxYbn8No850TnxZlv4pUMIoJGbO2nUbO28k1lqHc0AJIxIhA7w0PHvOJ/wAWggjRD6SKhoAAAAASUVORK5CYII=");
}

/* StepResult Update and Cancel buttons */
.update_cancel-buttons-stepresult {
	margin: 10px;
}

.update_cancel-buttons-stepresult input {
	margin-top: 10px;
}
.update_cancel-buttons-stepresult a.aui-button-cancel {
	display: block;
	padding: 10px;
}

#testexecutionmodule dl {
	margin: 3px;
}

.execution-field-select-assignee #assignee-module {
  border: none;
  border-radius: 2px;
	height: 42px;
}

/*#testexecutionmodule a.user-hover, #testexecutionmodule span.executed-on-schedule {
	position: relative;
	top: 5px;
	left: 7px;
}*/

/*#testexecutionmodule a.assignee-user-hover {
	top: 0px !important;
	left: 0px !important;
}*/

.execution-step-row img {
	max-width: 100%;
	max-height: 100%;
}

td.execution-step-row object {
	width: 100% !important;
}

.defectpicker-status-dd-schedule {
	margin-top: 2px;
}

.execution-defects-wrapper {
	min-height: 25px;
}


/*Applicable for IE in JIRA 6*/
#zephyr-attach-file-dialog {
	overflow: visible;
}
/* Attach file header padding and border */
#zephyr-attach-file-dialog .aui-dialog-heading {
	padding: 5px 10px;
	border-bottom: 1px solid #CCCCCC;
}
/* scrollbar*/
#zephyr-attach-file-dialog #zephyr-attach-file {
	overflow:	auto;
	max-height: 450px;
}

#zephyr-attach-file-dialog #zephyr-attach-file .zephyr-attachment-input.filename-error:not(.disabled) {
	border: 1px solid #d04437;
}

#zephyr-attach-file-dialog #zephyr-attach-file .zephyr-attachment-input.disabled {
	pointer-events: none;
	opacity: 0.4;
  }

#zephyr-attach-file-dialog #zephyr-attach-file .zephyr-attachment-wrap {
	margin-bottom: 5px;
}

#zephyr-attach-file-dialog #zephyr-attach-file .zephyr-attachment-wrap .zfile-attachement-checkbox {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    top: 3px;
    position: relative;
}

/*
http://stackoverflow.com/questions/1638223/is-there-a-way-to-word-wrap-text-in-a-div
*/
.wordwrap {
   white-space: pre-wrap;      /* CSS3 */
   white-space: -moz-pre-wrap; /* Firefox */
   white-space: -pre-wrap;     /* Opera <7 */
   white-space: -o-pre-wrap;   /* Opera 7 */
   word-wrap: break-word;      /* IE */
}

/*
http://stackoverflow.com/questions/1638223/is-there-a-way-to-word-wrap-text-in-a-div
*/
.brkword {
   word-wrap: break-word;      /* IE */
   /*word-break:break-all;*/
}

/*
	Attachement position
*/
dt.zephyr-attachment-title {
	position: relative;
	top: -5px;
}

.image-corosel-overlay{
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background: rgba(0,0,0, 0.8);
}

.image-container{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    width: 94%;
}

.previous-image-options{
	display: inline-block;
	height: 30px;
	width: 30px;
	cursor: pointer;
	margin-right: 20px;
	background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/back_button.svg') no-repeat center center;
	background-color: #909090;
	border-radius: 50%;
}

.previous-image-options:hover{
	background-color: white;
}

.file-size-container{
	margin: 0 3px;
}

.file-download-container{
	padding: 3px 5px;
	color: #D7DBE0;
}

.download-icon{
	height: 12px;
	width: 9px;
	display: inline-block;
	margin-left: 3px;
	background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/download-icon.svg') no-repeat center center;
}

.next-image-options{
	display: inline-block;
	height: 30px;
	width: 30px;
	cursor: pointer;
	margin-left: 20px;
	background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/forward_button.svg') no-repeat center center;
	background-color: #909090;
	border-radius: 50%;
}

.next-image-options:hover{
	background-color: white;
}

.image-outer-container{
	display: inline-block;
  margin: 0 auto;
}

.image-inner-container{
	height: 70vh;
	display: inline-block;
  max-width: 100%;
    object-fit: contain;
}

.corosel-inner-container{
	display: inline-grid;
	align-items: center;
	flex-wrap: wrap;
}

.close-image-corosel{
	color: white;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 20px;
	/* background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/cross_button.svg') no-repeat center center; */
}

.image-name-details{
	color: white;
	text-align: center;
	font-size: 22px;
}

.image-details{
	color: white;
	text-align: center;
}

.hide-visibility{
	visibility: hidden;
}

.close-icon{
	float: right;
	height: 25px;
	width: 25px;
	color: #909090;
}

.close-icon:before {
	font-size: 25px;
}

.close-icon:hover {
	font-size: 25px;
	color: white;
}

.user-avatar{
	height: 25px;
}

.user-name-container{
	margin-left: 5px;
}

.gridComponentOuterContainer{
    position: fixed;
    width: 90vw;
	margin: 0 auto;
	top: 5vh;
    left: 1vw;
    right: 1vw;
}

dd.attachment-comment {
  text-align: right;
  width: 180px;
  padding: 0 150px;
}

.editable-field.saving .overlay-icon.throbber {
    background: #fff url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/../com.thed.zephyr.je/images/testboard/wait.gif") center center no-repeat;
    border: none;
    right:1px;
    top:1px;
    visibility: visible;
}

.breakword {
	word-wrap: break-word;
}

#editable-schedule-defects{
	display: flex;
	align-items: flex-start;
}

#editable-schedule-defects .issue-picker-popup {
	margin-right: 10px;
	top:0px;
	height: 17px;
    width: 17px;
    background: transparent url(/jira/s/en_IN-b8tb5d/70107/b6b48b2…/1.0/_/download/…ces/jira.webresources:select-pickers/../../../images/icons/icon-create.png) no-repeat scroll 2px 2px;
}
#zexecute .issue-picker-popup {
	position: static;
}

.issue-picker-popup {
	height: 20px;
    width: 20px;
    background: transparent url(/jira/s/en_IN-b8tb5d/70107/b6b48b2…/1.0/_/download/…ces/jira.webresources:select-pickers/../../../images/icons/icon-create.png) no-repeat scroll 2px 2px;
}

#bulkAssociateDefects .issue-picker-popup {
	top: 10px;
}

#bulkAssociateDefects .issue-picker-popup .aui-iconfont-add {
	display: none;
}

#bulk-associate-defect-id {
	width: 580px !important;
}


#ISSUE_PICKER-container .issue-picker-popup{
	top: 0px !important;
	height: 30px !important;
	width: 30px !important;
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/plus_button.svg) no-repeat center;
	margin: 0 20px 0 11px;
	background-size: 13px;
	background-color: #deebff;
    overflow: visible;


    border-radius: 3px;
}

.jira-greater-7-10 #ISSUE_PICKER-container .issue-picker-popup{
	top: 15px !important;
}

.msie #ISSUE_PICKER-container .issue-picker-popup{
	top: -5px !important;
}

.msie .jira-greater-7-10 #ISSUE_PICKER-container .issue-picker-popup{
	top: 10px !important;
}

.issue-picker-popup {
	height: 20px;
    width: 20px;
    background: transparent url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/../com.thed.zephyr.je/images/icons/icon-create.png") no-repeat scroll 2px 2px;
}

.issue-picker-popup {
	height: 20px;
    width: 20px;
    background: transparent url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/../com.thed.zephyr.je/images/icons/icon-create.png") no-repeat scroll 2px 2px;
}

.issue-link-edit > .issue-picker-popup {
	background: none !important;
}

#ztestSchedulesTable thead th:last-child {
	width: 60px;
	display: inline-block;
}

/* Attachment Dialog */
.file-input-label input[type="checkbox"] + label{
    margin: 0 0 0 3px;
    float: none;
    width: auto;
}

/* Execution History */
.execution-right-side-container {
	width: 35%;
	padding-right: 20px;
}

#attachmentexecutionmodule {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 25px;
}

#teststepDetails {
	border-top: none !important;
    display: inline-block;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

#teststepDetails.collapsed {
	border-bottom: none !important;
}

.aui-execution-tr {
	border-bottom: none !important;
}

#testexecutionmodule.collapsed {
	border-bottom: 1px solid #cccccc;
	margin-right: -10px;
  	padding-bottom: 10px;
}

#execution-history-details.collapsed {
	border-bottom: 1px solid #cccccc;
	/*margin-right: 10px;*/
  	padding-bottom: 10px;
}

#execution-history-details .mod-content {
	border-top: 1px solid #cccccc;
}

#execution-history-details {
	padding: 7px 10px;
}

#execution-history-id-dialog {
  min-height: 80%;
  min-width: 70%;
  max-width: 70%;
  max-height: 80%;
}

#execution-history-id {
	top: 20px;
}

@media (max-height: 300px) {
	#execution-history-id {
		top: 0;
	}
}


#execution-history-id-dialog #execution-history-dialog-container {
  padding: 20px;
  max-height: 70%;
  overflow: auto;
}

.execution-history-sort {
	text-indent: -999em;
  height: 15px;
  width: 20px;
  padding: 5px;
  background: #deebff;
  border-radius: 3px;
}

.execution-history-sort span {
  background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/sort-execution-history_button.svg') no-repeat center center;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}


/*.zephyr-icon-sort-up {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAAL0lEQVQYV2P4//8/AzIuLy9vAGF0cWyK/kMximJcijAU41OEopiQIrhi0t1If4UAykjoh8JG3G8AAAAASUVORK5CYII=");
  background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/sort-execution-history_button.svg') no-repeat center center;
  height: 15px;
 	width: 20px;
  background-size: contain;
}

.zephyr-icon-sort-down {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAANElEQVQY02P4//8/AwyXl5c3APF/KG5AlmMYQIVokrhwAzaTMBShWI1DcQNlnkFS3IAuDgDKSOiHYDSrdgAAAABJRU5ErkJggg==");
  background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/sort-execution-history_button.svg') no-repeat center center;
  height: 15px;
  width: 20px;
  background-size: contain;
}*/

div.execution-assignee-wrapper#assign-to {
	max-width: 500px;
}

span#execution-assignee-label {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
		background-color: #deebff;
		padding: 0 40px 0 10px;
		border-radius: 12px;
		position: relative;
}

#execution-assignee-remove{
	position: absolute;
	top: 2px;
	right: 5px;
	cursor: pointer;
}

span#execution-assignee-label a.assignee-user-hover.zephyr-user-hover {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.zephyr-audithistory-table {
	table-layout: fixed;
}

.zephyr-audithistory-table td {
	word-wrap: break-word;
}

td.execution-step-row td,
td.execution-step-row th {
    word-break: break-all;
}

#execution-history-details .zfjEvalLic {
	margin-bottom: 10px !important;
}

.zfj-execution-history-lozenges {
	border-color: #999966;
    display: inline-block;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome,.zfj-execution-history-dialog-content {
     	max-height: 80% !important;
    }
}


.zfj-execution-history-dialog-content{
	overflow: hidden;
	height: 90vh;
  }

	.zfjEvalLic + .message-bar + .dialog2-content #execution-history-dialog-container {
		height: 320px;
	}

  #execution-history-dialog-container{
	height: calc(100% - 60px);
	overflow: auto;
  }

  #execution-history-dialog-container .mod-header,#je-audit-executionpanel-child,#execution-history-details,.mod-content {
		height: 100%;
	}

	#execution-history-dialog-container #executiondetails-wrapper {
		height: 275px;
		overflow: auto;
	}

  #execution-history-dialog-container #execution-history-details{
	overflow: visible;
  }

  #bulk-field-move-cycle select {
	height: 2.2rem;
}

	#addTestsCycle, #addTestsFolder, #folder_names, #addTestsVersion {
		padding-top: 2px !important;
	}

.zfj-permission-message-bar,
.zfj-permissions-active {
	position: fixed;
    top: 60px;
    left: 10%;
    width: 80%;
    z-index: 1000;
}
/* override jira new css */
.attachment-content-wrapper .attachment-content .zephyr-attachment-delete a {
	height: 16px !important;
	overflow: visible !important;
	position: relative !important;
	width: 16px !important;
}

.attachment-content-wrapper .attachment-content .zephyr-attachment-delete a.icon-delete{
	background-position: -30px;
}

.attachment-content-wrapper .attachment-content:hover .zephyr-attachment-delete a.icon-delete{
	background-position: 0px;
}

.attachment-content-wrapper {
  padding: 15px 15px 10px !important;
	max-height: 135px;
	overflow-y: auto;
  overflow-x: hidden;
}

.attachment-content-wrapper .attachment-content	dt.zephyr-attachment-title {
		top: 0px;
		width: 85%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
}

.attachment-content-wrapper ol {
	padding-left: 0px;
	list-style-type: none;
}

.attachment-content-wrapper .attachment-content {
	clear: both;
	margin-bottom: 5px;
	height: 20px;
}

.attachment-content-wrapper .attachment-content dl {
	margin: 0;
	width: 85%;
	float: left;
}

#teststepDetails .zephyr-item-attachments .attachment-content {
	padding: 0;
}

.cursor-pointer {
	cursor: pointer;
}

.execution-column-picker-dialog-wrapper .aui-list-wrapper{
	padding: 10px;
	overflow-y: scroll;
  max-height: 200px;
}

.execution-column-picker-dialog-wrapper .aui-list-wrapper .check-list-item {
	padding: 6px 10px 6px 25px;
}

.execution-column-picker-dialog-wrapper h3 {
	font-size: 15px;
	font-weight: bold;
	padding: 0 10px;
}

.execution-column-picker-dialog-wrapper .button-panel {
	border-top: 1px solid #cccccc;
	padding: 10px;
	text-align: right;
}

.execution-column-picker-dialog-wrapper .aui-list-wrapper .check-list-item label input[type="checkbox"] {
	left: 0;
}

.hide {
    display: none;
}

.step-attachment-wrapper {
	display: flex;
	justify-content: space-between;
	width: 220px;
}

.step-attachment-wrapper a:last-child {
	width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
	white-space: nowrap;
}

.step-attachment-wrapper a:first-child {
	margin-right: 5px;
}

#attachmentexecutionmodule .zephyr-attachment-thumb {
	margin-top: 3px;
}

#attachmentexecutionmodule dt.zephyr-attachment-title {
	position: static;
	top: 0;
	width: 225px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 10px;
	white-space: nowrap;
}

#attachmentexecutionmodule .zephyr-attachment-author {
	width: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 10px;
}

#attachmentexecutionmodule .zephyr-attachment-size {
	width: 50px;
}


/*Overwriting Jira Css*/
.zephyr-attachment-thumb {
    float: left;
    margin-right: 0.581em;
}

.zephyr-attachment-thumb img {
	height: 100%;
	width: 100%;
    max-width: 200px;
    max-height: 200px;
}

.attachment-content .zephyr-attachment-delete {
		width: 20px;
		padding-left: 5px;
}

.zephyr-attachment-delete {
	  visibility: hidden;
}

.attachment-content:hover .zephyr-attachment-delete {
		visibility: visible;
}

dd.zephyr-attachment-date {
		text-align: right;
    width: 150px;
    padding: 0 5px;
}

.zephyr-attachment-size {
	color: #666;
  margin: 0 5px;
}

.zephyr-attachment-author {
		width: 100px;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#testissueimportform #dropdownsFieldSet .main-container .drop-menu:after {
	margin-top: 7px;
	margin-left: 8px;
	position: static;
}

/* .execution-customField-container .toggle-wrap { */
	  /*padding: 7px 10px;*/
/* } */

.clearfix::after{
  clear: both;
  content: "";
  display: table;
}
.float-left{
  float: left;
}
.float-right{
  float: right;
}
.table{
  display: table;
}
.table-cell{
  display: table-cell;
  vertical-align: middle;
}
.width-one-third{
  width: 33.33%;
}
.width-half{
	width: 50%;
}
.width-two-third{
  width: 66.67%;
}
.width-full{
  width: 100%;
}
#testexecutionmodule form.aui .field-group{
	width: 100%;
	display: flex;
	padding-left: 0;
}
#testexecutionmodule form.aui .field-group > label{
	width: initial;
	display: inline-block;
    text-align: left;
    margin-left: 0;
}

#testexecutionmodule dl{
	margin: 0;
}
.zfj-editable-field{
	padding-left: 0;
}
#content header h1.execute-test-header-left {
    margin: 0;
}
.toggle-wrap h3.toggle-title{
	margin-left: 0;
	padding-left: 0;
	padding-left: 20px;
    background-color: #fff;
}

.toggle-wrap.collapsed .test-step-filter-container {
	display: none;
}
.execution-customField-container .toggle-wrap{
	padding-left: 0;
}
#edit-more-icon-container{
	float: left;
}
/*table.aui > tbody > tr:first-child > td{
	padding-left: 0;
	border-top: 0;
}
table.aui > tbody > tr > td{
	padding-left: 0;
	vertical-align: middle;
}
table.aui > thead > tr > th{
	padding-left: 0;
	border-bottom: 1px solid #cccccc;
}*/
.content-container{
	border: 0 !important;
}
/*table.aui > tbody > tr{
	border-bottom: 0;
}*/
#attachmentexecutionmodule{
	border-bottom: 0;
	padding-bottom: 0;
}
#testexecutionmodule form.aui .field-group > label {
	font-size: 14px;
    padding-bottom: 5px !important;
    width: initial;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding-right: 15px;
    width: 125px;
}
.split-view #testexecutionmodule form.aui .field-group > label{
	width: 100px;
}
#testexecutionmodule form.aui .field-group > label[for="defects"], #testexecutionmodule form.aui .field-group > label[for="executionStatus"],#testexecutionmodule form.aui .field-group > label[for="comment"]{
	width: 125px;

}
.split-view #testexecutionmodule form.aui .field-group > label[for="defects"], .split-view #testexecutionmodule form.aui .field-group > label[for="executionStatus"],.split-view #testexecutionmodule form.aui .field-group > label[for="comment"]{
	width: 100px;
}
/*.exec-wrapper-padding {
  padding: 0 25px 0 0 !important;
}*/
/* .module > .mod-header + .mod-content{ */
	/* margin-left: 20px; */
/* } */
#test-cycles-tab .module.toggle-wrap > .mod-header{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEQ5RDgxQzc2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEQ5RDgxQzg2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RDlEODFDNTZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RDlEODFDNjZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvXFWFAAAAAYSURBVHjaYvj//z8D0/Pnz/8zgFgAAQYAS5UJscReGMIAAAAASUVORK5CYII=) repeat-x scroll 0 10px;
	border: 0;
}

.detail-exec-view-wrapper .module > .mod-header {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEQ5RDgxQzc2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEQ5RDgxQzg2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RDlEODFDNTZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RDlEODFDNjZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvXFWFAAAAAYSURBVHjaYvj//z8D0/Pnz/8zgFgAAQYAS5UJscReGMIAAAAASUVORK5CYII=) repeat-x scroll 0 10px;
	border: 0;
}

.zephyr-issue-data-block{
	border: 0 !important;
}
#execution-history-details{
	padding: 0;
}
#execution-history-details .mod-content{
	border: 0;
}
.zephyr-issue-data-block{
	padding: 10px 0 !important;
}
.zephyr-issue-data-block{
	background: #fff !important;
	padding-left: 0 !important;
	border:0 !important;
}
.execution-details-grey{
	font-size: 14px;
    color: #b5bbc6;
}
.execution-details-field{
	font-size: 14px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.user-name-image{
	background: #257D68;
    color: #A5ADBA;
    border-radius: 50%;
    padding: 0;
    font-size: 10px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-pagewidth-options{
	/* display: unset !important; */
	top: -56px;
	left: 10px;
}

.navigator-group{
	position: relative !important;
}

/*.zql-list-view-pagination-container{
	position: absolute !important;
	width: 100% !important;
}*/

.pagination-zql-outer-container{
	padding-top: 10px !important;
	display: flex !important;
	justify-content: space-between !important;
}

.zql-pagewidth-dropdown{
	padding: 5px 30px !important;
}

.prev-page-pagination:before {
	transform: rotate(-90deg);
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
}

.next-page-pagination:before {
	/* transform: rotate(90deg); */
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
}

.current-selected-page{
	color: white;
	background-color: #3b73af;
	border-radius: 3px;
	padding-left: 3px !important;
}

.pagenation-pages{
	padding: 0 !important;
}

.previous-icon:after {
	background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/Chevron-left_icon.svg") no-repeat center;
	color: #3b73af;
	height: 10px;
	width: 10px;
}

.next-page-pagination{
	color: #3b73af;
}

.prev-page-pagination{
	color: #3b73af;
	vertical-align: middle;
}

.next-icon:after {
	background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/Chevron-right_icon.svg") no-repeat center;
	height: 10px;
	width: 10px;
}

.audithistory.actionContainer, #executiondetails-wrapper .actionContainer{
	line-height: 1;
	display: flex;
	justify-content: space-between;
}
.audithistory.actionContainer .table-wrap table.confluenceTable{
	table-layout: auto;
}
.audithistory.actionContainer{
	flex-direction: column;
}
#testdetails-wrapper .actionContainer .action-details {
	width: 30%;
}
#testdetails-wrapper .action-body.changehistory{
	width:65% !important;
}

#executiondetails-wrapper .action-body.changehistory{
  width:150px;
}

#executiondetails-wrapper .actionContainer .action-details .zephyr-user-hover {
	display: flex;
}
.audithistory.actionContainer .action-details .zephyr-user-hover{
	display: inline;
}
#testdetails-wrapper .audithistory.actionContainer .action-details {
	width: 100%;
}
#testdetails-wrapper .audithistory.actionContainer .action-body.changehistory{
	width: 100% !important;
}
.actionContainer .action-details .aui-avatar-xsmall {
	width: 25px;
}

.actionContainer a:hover{
	text-decoration: none;
}
.actionContainer .execution-details-user{
	line-height: 1;
	font-size: 14px;
}
.actionContainer .execution-details-user:hover{
	text-decoration: underline;
}

#issue_actions_container .actionContainer .aui-avatar-xsmall .aui-avatar-inner{
  height: 16px;
    width: 16px;
}
.actionContainer .aui-avatar-xsmall .aui-avatar-inner{
	height: 25px;
    width: 25px;
}
.actionContainer .aui-avatar-xsmall .aui-avatar-inner img{
	min-height: 100%;
    min-width: 100%;
    border-radius: 50%;
}
.action-body{
	line-height: 1.2;
}
#teststepDetails > .module > .mod-content{
	max-width: 100%;
    width: calc(100% - 20px);
    /*overflow-x: scroll;*/
    box-sizing: border-box;
    margin-top: 0;
}
/*table.aui > tbody > tr > td:first-child{
	padding-left: 20px;
}*/
table.mod-content-table th.mod-content-th{
	font-weight: normal;
	color: #5E6C84;
	font-size: 14px;
}
table.mod-content-table th.mod-content-th{
	font-weight: normal;
	color: #5E6C84;
	font-size: 14px;
}
#teststepDetails td{
	color: #172B4D;
}
/*div.editable-comment-div{
	max-width: 100%;
	width: 540px;
}*/
div.editable-comment-div textarea.schedule-comment-area{
	height: 100px !important;
	width: 100% !important;
	max-width: 100% !important;
	resize: none;
}
div.readonly-comment-div.zfj-editable-field {
    border: 1px solid #ccc;
    box-sizing: border-box;
    min-height: 100px;
    padding: 0;
}
div.readonly-comment-div.zfj-editable-field .zfj-overlay-icon {
    opacity: 1;
    z-index: auto;
}
#attachmentexecutionmodule .zephyr-attachment-thumb {
    width: 165px;
    height: 110px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#attachmentexecutionmodule .zephyr-attachment-thumb-overlay{
	position: absolute;
    bottom: 0;
    background: #42526e;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
}
#attachmentexecutionmodule div.zephyr-attachment-title{
    height: 20px;
}
#attachmentexecutionmodule div.zephyr-attachment-title a{
	color: #fff;
	text-decoration: none;
}
#attachmentexecutionmodule .zephyr-item-attachments{
	padding-top: 5px;
}
#attachmentexecutionmodule .zephyr-item-attachments .attachment-content{
	padding: 0;
	display: inline-block;
	margin-right: 0.581em;
}
#attachmentexecutionmodule .attachment-content .zephyr-attachment-delete{
	display: flex;
 	position: absolute;
	align-items: baseline;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 0;
	width: 88px;
	height: 30px;
  justify-content: space-between;
}
#attachmentexecutionmodule .attachment-content .zephyr-attachment-overlay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	opacity: 0.4;
	display: none;
}
#attachmentexecutionmodule .attachment-content .zephyr-attachment-thumb:hover .zephyr-attachment-overlay{
	display: block;
}
#attachmentexecutionmodule .attachment-content .zephyr-attachment-delete a.icon{
	width: 15px;
	height: 20px;
}
#attachmentexecutionmodule .attachment-content .zephyr-attachment-delete a.icon-delete {
	background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/zfj_sprite.svg") no-repeat center;
	background-position: -407px -60px;
	width: 24px;
	height: 26px;
}
#attachmentexecutionmodule .attachment-content .zephyr-attachment-delete a.icon-preview {
	background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/zfj_sprite.svg") no-repeat center;
	background-position: -489px -338px;
    width: 37px;
    height: 22px;
}
#attachmentexecutionmodule .attachment-content .zephyr-attachment-delete a.icon-download {
	background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/download-icon.svg') no-repeat center;
	background-size: 37px 22px;
}

.zephyr-item-attachments .attachment-content:hover{
	background: transparent;
}
.execution-detail-pagination-wrapper {
	text-align: right;
}

.execution-detail-pagination-wrapper .current-issue{
	padding: 2px 7px;
    background: #a0ca99;
    color: white;
    border-radius: 4px;
}
.execution-detail-pagination-wrapper span{
	margin: 3px 5px;
	font-size: 12px;
}
#zexecute fieldset{
    min-width: 20%;
}
.execution-field-select-schedule{
	width: 136px;
}
.back-btn-wrap{
	width: 80px;
	padding-right: 10px;
}
.execution-details-wrapper{
	width: 100%;
    padding-left: 0px;
    box-sizing: border-box;
}

.view-btn, .view-btn:hover, .view-btn:focus{
	background-color: #deebff !important;
	color: #42526e !important;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 25px;
	padding: 5px 15px 10px 15px !important;
	border: 0 !important;
}
.view-btn:hover {
  background: #B2D4FF;
}

.view-btn.active-view, .view-btn.active-view:hover, .view-btn.active-view:focus{
	outline: none;
	background-color: #42526e !important;
	color: #fff !important;
}
#view-btn-container .view-btn {
  margin: 0;
  font-size: 12px;
}

#view-btn-container .view-btn:first-child {
  border-radius: 4px 0 0 4px;
}
#view-btn-container .view-btn:last-child {
  border-radius: 0 4px 4px 0;
}

#view-btn-container .view-btn:only-child {
  border-radius: 4px;
}
.view-btn.detail-view div{
	background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/zfj_sprite.svg");
	width: 15px;
    height: 9px;
    background-position: -18px -148px;
    display: inline-block;
    padding-right: 10px;
}

.view-btn.detail-view.active-view div{
	background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/zfj_sprite.svg");
	width: 15px;
    height: 9px;
    background-position: -567px -60px;
    display: inline-block;
    padding-right: 10px;
}

.view-btn.list-view.active-view div{
	background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/zfj_sprite.svg");
	width: 15px;
    height: 9px;
    background-position: -18px -238px;
    display: inline-block;
    padding-right: 10px;
}
.view-btn.list-view div{
	background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/zfj_sprite.svg");
	width: 15px;
    height: 9px;
    background-position: -156px -238px;
    display: inline-block;
    padding-right: 10px;
}

.detail-exec-view-wrapper > header{
	padding: 10px 0 5px;
	border-top: 1px solid #ecedf0;
	border-bottom: 1px solid #ecedf0;
}

.cycle-details-wrapper{
	padding-right: 0;
	overflow: hidden;
}
#cycle-details .cycle-details-wrapper{
	height: 100%;
}
.cycle-details-wrapper > div{
	padding-bottom: 5px;
}
.execute-outer{
	padding-left: 0;
}
#attachmentexecutionmodule .zephyr-item-attachments .attachment-content.add-attachment{
	background: #deebff;
	border-radius: 3px;
}
#attachmentexecutionmodule .zephyr-item-attachments .attachment-content.add-attachment a div{
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/zfj_sprite.svg) no-repeat;
	background-position: -603px -238px;
	width: 29px;
	height: 29px;
}
#attachmentexecutionmodule .zephyr-item-attachments .attachment-content:hover{
	background: #FFF !important
}
#attachmentexecutionmodule .zephyr-item-attachments .attachment-content.add-attachment:hover{
	background: #deebff !important;
}
.execution-history-title{
	font-size: 15px;
}
dd.defectpicker-status-dd-schedule a{
	display: block;
}

.folder-icon {
	background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/folder_icon.svg") no-repeat;
  	background-position: right;
	background-size: 20px;
	width: 20px;
	height: 30px;
}

.cycle-icon {
	background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/cycle_icon.svg") no-repeat;
	background-position: right;
	background-size: 20px;
	width: 20px;
	height: 30px;
}

.back-button-container{
	display: inline-block;
}

#backButton {
	/* background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/back_button.svg") no-repeat; */
	background-color: #deebff;
	border: none;
	background-position: center;
	background-size: 15px;
	padding: 8px 25px;
	margin-right: 10px;
	height: 32px;
  outline: none;
}

#backButton:hover {
  background: #B2D4FF;
}

#backButton div{
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/zfj_sprite.svg) no-repeat;
    /* background-color: #deebff; */
    background-position: -117px -60px;
    /* background-size: 15px; */
    height: 13px;
    width: 14px;
}

.execute-test-header-left {
	font-size: 22px;
}

#execution-history-details .mod-header {
	padding: 15px 0 2px;
	position: relative;
	background-position-y: 26px;
}
.aui-button.add-custom-btn, .aui-button.add-custom-btn:hover{
	background: #4c9aff;
	color: #fff;
}
.aui-button.add-custom-btn > span{
	padding-right: 5px;
}
.aui-button.add-custom-btn .edit-button-execution-details {
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/zfj_sprite.svg) no-repeat;
    background-position: -19px -338px;
    width: 9px;
    height: 9px;
}
#edit-button {
	border: 0;
	display: flex;
	align-items: center;
}
#editable-schedule-defects .jira-multi-select > .icon.drop-menu{
	display: none;
}
#editable-schedule-defects .issue-picker-popup{
	display: inline-block;
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/plus_button.svg) no-repeat center;
    margin: 0 20px 0 11px;
    background-size: 13px;
    background-color: #deebff;
    padding: 7px;
    overflow: visible;
    border-radius: 3px;
}
#editable-schedule-defects textarea{
	/*padding: 5px !important;*/
	/*height: 30px !important;*/
	width: 100% !important;
	max-width: 100%;
}
#editable-schedule-defects .representation ul {
  display: inline-block;
}
#editable-schedule-defects .jira-multi-select > .representation .item-row > .value-item{
	width: 100%;
	cursor: pointer;
}

.value-item:hover span span {
	border-bottom: 1px solid #4C9AFF;
}

.value-item:hover span span a{
	text-decoration: none;
}

#editable-schedule-defects .or-option-text{
	width: calc(100% - 30px);
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
    color: #5E6C84;
    display: none;
}

.view-in-detail {
	position: relative;
	padding: 5px 20px 5px 0;
  cursor: pointer;
}

.view-in-detail:after {
	content: '';
	position: absolute;
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/zfj_sprite.svg) no-repeat;
	width: 9px;
    height: 9px;
    background-position: -139px -338px;
    top: 10px;
    right: 6px;
}

#execution-history-id .aui-dialog2-header ,#execution-history-id .aui-dialog2-footer {
	background : white;
	border: none;
	padding: 40px 40px 10px;
}

#execution-history-id .aui-dialog2-footer {
	padding: 10px 20px;

}

#execution-history-id .zfj-execution-history-dialog-content {
	padding: 0px 40px;
	min-height: 450px !important;
    max-height: 450px !important;
}
.zephyr-audithistory-table thead th{
	height: 40px;
	border-bottom: 1px grey solid;
	text-align: left;
}

#execution-history-id .action-details {
	width: 100%;
}

.zephyr-audithistory-table td {
	padding: 10px 0;
}

.audio-history-table-row{
	border-bottom: 1px solid #ECEDF0;
}

.oldValues {
	width: 100px;
}

.audit-history-show-more-container {
	border-top: 1px solid #ecedf0;
	display: flex;
  justify-content: center;
}

#audit-history-expand {
	cursor : pointer;
}

#execution-history-dialog-container .pagination-wrapper{
	text-align: right;
}
.execution-right-side-container{
	padding-right: 0;
}
.zephyr_je_create_issue_link-schedule{
	width: calc(100% - 30px);
    text-align: center;
}
#content > .exe-cont > div.stl-exe-right .detail-exec-view-wrapper > header{
	padding: 10px 0 5px;
}
#content > .exe-cont > div.stl-exe-right .detail-exec-view-wrapper{
	background: #fff;
    padding: 20px 30px;
}
.value-field{
	min-height: 30px;
}
#exec-assignee-wrapper .execution-field-select-assignee , #exec-assignee-wrapper .exec-status-container{
	width: calc(100% - 30px);
}
div.execution-assignee-wrapper#assign-to{
	width: 100%;
	margin-top: 2px;
	height: 30px;
}

.actionButtons-wrapper button.aui-button.selectAll-button {
		background-image: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/select-all_button.svg);
}

.actionButtons-wrapper button.aui-button.delete-button {
    background-image: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/delete_button.svg);

}

.actionButtons-wrapper button.aui-button[disabled] {
	background-color: #F4F5F7;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 10px;
	color: #A5ADBA;
}

.actionButtons-wrapper button.aui-button {
	background-color: #deebff;
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 10px;
	padding-left: 30px;
	color: #42526e;
}

.actionButtons-wrapper {
	padding: 20px 0px 10px;
}
#tree-docker-container{
		position: absolute;
		top: 310px;
		left: 0;
		margin-left: 0;
		width: 15px;
    height: 15px;
		padding-left: 5px;
		border : none;
		background-color: transparent;
}
#tree-tcr{
	width: 350px;
}
/* .tree-tcr .jstree-default li.jstree-node .jstree-leaf i.jstree-icon.jstree-themeicon{
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/cycle_icon.svg) no-repeat center;
} */
#cycle-details .node-name{
	display: flex;
    align-items: center;
}
.cycle-details-wrapper > div.cycle-details-wrapper-header{
	display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

#cycle-view-wrap h3.toggle-title{
	font-size: 14px;
}
div.description-val, div.summ-val{
  position: relative;
  margin-right: 0em;
  padding-right: 1em;
  line-height: 1.2em;
}

div.description-val.collapse, div.summ-val.collapse{
	 /*display: block;
    display: -webkit-box;
    max-width: 100%;
    font-size: 12px;
    line-height: 15px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
    overflow: hidden;
    max-height: 3.6em;


}

div.description-val.collapse:before, div.summ-val.collapse:before {
  /*content: '...';*/
  position: absolute;
  right: 0;
  bottom: 0;
}

div.description-val.collapse:after, div.summ-val.collapse:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
/*div.summ-val{
	-webkit-line-clamp: 1;
}*/
.executiondetails-refresh-wrapper {
  background: #deebff;
  width: 20px;
  height:15px;
  padding: 5px;
  display: flex;
  align-items: center;
  margin-left: 5px;
  border-radius: 3px;
}
.executiondetails-refresh-wrapper:hover, .execution-history-sort:hover {
  background: #B2D4FF;
}
#executiondetails-refresh{
  background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/refresh-execution-history_button.svg') no-repeat center center;
  background-size: contain;
}

#moveExecutionsTables .pagination-wrapper-newUI {
	background-color: #F4F5F7;
    width: 100%;
    margin-top: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#moveExecutionsTables .pagination {
	padding: 0;
}

.plan-cycle-wrapper .pagination-wrapper-newUI {
	background-color: #F4F5F7;
	 width: 100%;
	 margin-top: 5px;
	 height: 40px;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
}

/* .pagination-wrapper-newUI .prev-arrow {
	transform: rotate(-90deg);
	cursor: pointer;
} */

.zephyr-arrow-left {
	transform: rotate(-90deg);
	overflow: hidden;
	font-size: 0% !important;
}

.zephyr-arrow-right {
	transform: rotate(-90deg);
	overflow: hidden;
	font-size: 0% !important;
}

/* .pagination-wrapper-newUI .next-arrow {
	transform: rotate(90deg);
	cursor: pointer;
} */

.pagination-wrapper-newUI span.disabled {
	color: #9da5ab;
}

.prev-arrow.disabled ,.next-arrow.disabled {
	pointer-events: none;
	cursor: auto;
}

.prev-arrow {
	/* padding-right: 5px; */
	transform: rotate(-90deg);
	cursor: pointer;
	vertical-align: middle;
}

.next-arrow {
	padding-left: 2px;
	transform: rotate(90deg);
	cursor: pointer;
	vertical-align: middle;
}

.selected.pageNumbers{
    background-color: #42526e;
    color: white;
	margin: 0 10px;
}

.pageNumbers{
	width: auto;
    display: inline-block;
    text-align: center;
    height: 22px;
    border-radius: 4px;
	padding: 2px 15px 0;
	cursor: pointer;
}

#issueDescModule {
	padding: 17px 0 17px;
	border-top: 0;
	margin-top: 0;
}

#issueDescModule.date-time > .mod-content .field-group{
	padding-left: 145px;
}
#issueDescModule.date-time > .mod-content .field-group label{
	padding-top: 0;
	max-width: 100px;
    text-align: left;
}
.issueSummaryMod#issueDescModule {
	padding-top: 0px;
}

.timeIndicator label{
	padding-bottom: 10px !important;
}

.timeIndicator .value-field {
	padding: 0 25px 0 0;
	min-height: inherit;
}

.timeIndicator .aui-progress-indicator, .timeIndicator .aui-progress-indicator-value {
		height: 7px;
}

.test-step-filter-icon{
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/zfj_sprite.svg) no-repeat;
	width: 13px;
	height: 16px;
	background-position: -477px -148px;
}
#search-step-test{
	display: block;
}
.test-step-filter-container{
	position: relative;
}
.test-step-filter-icon-wrp{
	cursor: pointer;
	position: absolute;
	right: 135px;
	top: 11px;
	padding: 5px;
    background: #deebff;
    border: 1px solid #deebff;
    border-radius: 3px;
    padding: 6px 6px;
}
.test-step-filter-icon-wrp.active:after{
	border-radius: 50%;
	width: 10px;
    height: 10px;
    background: #5E6C84;
    content: " ";
    top: -5px;
    right: -5px;
    position: absolute;
}
.test-step-filter-overlay{
	position: absolute;
    background: #fff;
    width: 210px;
    padding: 5px 10px 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
    border: 1px solid #dfe1e6;
}
.test-step-filter-overlay div{
	padding-bottom: 20px;
}
.test-step-filter-overlay label{
	padding-right: 5px;
}
.test-step-filter-overlay input{
	border: 1px solid #cccccc;
    border-radius: 3.01px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: inherit;
    margin: 0;
    max-width: 250px;
    vertical-align: baseline;
    width: 100%;
    margin-top: 10px;
}
.test-step-filter-overlay button,.test-step-filter-overlay button:hover {
	background-color: #deebff;
	color: #42526e;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 0;
}
.test-step-filter-overlay .button-wrapper{
	padding-bottom: 0;
}
/* .jstree-default .jstree-wholerow{
	width: calc(100% - 100px) !important;
    left: 70px !important;
} */
.tree-tcr .contextMenuIcon.aui-icon-small.aui-iconfont-handle-horizontal{
	padding: 10px;
    background: #f7f8f9;
    border: 1px solid #ecedf0;
    padding: 2px 0px 2px 5px;
    background: #f7f8f9;
    border: 1px solid #ecedf0;
    border-radius: 50%;
    margin-top: 4px;
}
.tree-tcr .contextMenuIcon.aui-icon-small.aui-iconfont-handle-horizontal:before{
	left: 4px;
	font-size: 14px;
	top: 5px;
	position: absolute;
	margin-top: 0;
}
.tree-tcr .jstree-default li.jstree-node > a i.jstree-icon.jstree-themeicon,
.tree-tcr .jstree-default li.jstree-node.jstree-open > a i.jstree-icon.jstree-themeicon{
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/zfj_sprite.svg) no-repeat !important;
	background-position: -566px -148px !important;
	margin: 10px 0 0 5px !important;
}
.tree-tcr .jstree-default li.jstree-node > a[nodetype="root"] i.jstree-icon.jstree-themeicon,
.tree-tcr .jstree-default li.jstree-node.jstree-open > a[nodetype="root"] i.jstree-icon.jstree-themeicon,
.tree-tcr .jstree-default li.jstree-node > a[nodetype="release"] i.jstree-icon.jstree-themeicon,
.tree-tcr .jstree-default li.jstree-node.jstree-open > a[nodetype="release"] i.jstree-icon.jstree-themeicon,
.tree-tcr .jstree-default li.jstree-node > a[nodetype="version"] i.jstree-icon.jstree-themeicon,
.tree-tcr .jstree-default li.jstree-node.jstree-open > a[nodetype="version"] i.jstree-icon.jstree-themeicon{
  background: none !important;
  width: 0 !important;
}
.tree-tcr .jstree-default li.jstree-node > a[nodetype="cycle"] i.jstree-icon.jstree-themeicon, .tree-tcr .jstree-default li.jstree-node.jstree-open > a[nodetype="cycle"] i.jstree-icon.jstree-themeicon{
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/zfj_sprite.svg) no-repeat !important;
	background-position:  -218px -57px !important;
	margin: 5px 0 0 5px !important;
}
.searchFilter:after{
	content: attr(data-content);
	width: 170px;
}
#cycle-details > div > div > h3{
	padding-left: 25px;
	background: none;
}
#tree-tcr > div > div > h3{
	background: none;
	padding-left: 0;
}
#tree-tcr > div.module > div.mod-header, #cycle-details > div.module > div.mod-header{
	border-bottom: 1px solid #ECEDF0;
}
.jstree-default a[nodetype="version"] ~ .jstree-wholerow{
	display: none;
}
.jstree-default .jstree-wholerow{
	display: none;
}
.tree-tcr .jstree-default li.jstree-node a{
	width: calc(100% - 25px) !important;
	border: 1px solid transparent;
	font-size: 12px;
	font-weight: 300;
}
.tree-tcr .jstree-default li.jstree-node a[nodetype="version"] {
  width: calc(100% - 6px) !important;
}
.tree-tcr .jstree-default li.jstree-node a[nodetype="cycle"].jstree-clicked, .tree-tcr .jstree-default li.jstree-node a[nodetype="folder"].jstree-clicked{
	border: 1px solid #4c9aff !important;
    border-radius: 3px !important;
}
.tree-tcr .jstree-default li.jstree-node a > div > div, .js-node-data-custom, .jstree-anchor{
	color: #000 !important;
}
.tree-tcr .jstree-default li.jstree-node a[nodetype="cycle"] > div > div, .tree-tcr .jstree-default li.jstree-node a[nodetype="folder"] > div > div{
	color: #000 !important;
}

.tree-tcr .jstree-default li.jstree-node a.jstree-search > div > div {
    font-style: italic;
    color: #8b0000;
    font-weight: 700;
}

.js-node-data-custom{
	float: left !important;
}
.js-node-data-custom {
    width: calc(100% - 30px) !important;
}

.execution_status_wrapper {
	padding: 0;
}

.execution_status_wrapper .status-readMode {
	color: #FFF;
}

.clone-cycle-wrapper .field-group, #clone-folder-dialog .field-group {
	padding: 4px 0 4px 170px !important;
}

.dropdown-Wrapper {
	position: relative;
}

.dropDown-select {
	display: inline-block;
	height: 30px;
	line-height: 30px;
  margin-right: 2px;
  width: calc(100% - 30px);
  text-align: center;
	color: black;
  font-size: 12px;
  overflow: hidden;
	border-radius: 4px 0 0 4px;
	background-color: #DFE1E5;
	padding: 0 10px;
}

.dropDown-Trigger{
	width: 30px;
	height: 30px;
	vertical-align: top;
	background-color: #deebff;
	display: inline-block;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
}

.dropDown-Trigger:hover {
  background: #B2D4FF;
}

.dropDown-container {
	display: none;
	position: absolute;
	z-index: 3000;
	background-color: #fff;
  border: 1px solid #dfe1e6;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
  width: calc(100% - 10px);
}

.dropdown-top{
	top: -61px;
}

.dropDown-container.active {
	display: block;
}

.dropDown-Trigger.aui-iconfont-arrow-down:before{
	left: 8px;
	position: absolute;
	bottom: 7px;
}

/* .statusTrigger {

} */

.execution-field-dropDown-container {
	top: 31px;
	max-height: 150px;
    overflow: auto;
}

.execution_status_wrapper.dropdown-Wrapper .dropDown-select {
	width: calc(100% - 52px);
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropDown-container ul {
		list-style: none;
		margin: 2px 0;
    padding-left: 0;
}

.dropDown-container ul li{
	width: 100%;
	padding: 3px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}


.dropDown-container :not(.dropDown-options-wrapper) ul li:hover, .dropDown-container ul li.active {
	background-color: #ebecf0;
  background-image: none;
}

.chooseEntries{
	cursor: pointer;
}

.chooseEntries:hover {
	background-color: #F4F5F7;
}




.updateStatus.selected {
	display: none;
}

.entries-per-page {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.entries-per-page  .dropdown-Wrapper {
	padding: 0 10px;
	min-width: 110px;
}

.entries-per-page .dropDown-Trigger.aui-iconfont-arrow-down:before{
	left : 3px;
}

.entries-per-page .dropDown-select {
	height: 25px;
  line-height: 25px;
	width: calc(100% - 30px);
	padding: 0;
}

.entries-per-page .dropDown-Trigger{
	width: 25px;
	height: 25px;
}

span.ellipsis {
	vertical-align: top;
	cursor: pointer;
}

.pagination-wrapper-newUI .pagination {
	padding: 0 0 0 20px;
}

#execute-test-header-right{
	position: inherit;
	float: right;
}
#content > .exe-cont > div.stl-exe-right .detail-exec-view-wrapper h1.execute-test-header-left{
	display: inline-block;
	margin-right: 20px;
}
#content > .exe-cont > div.stl-exe-right .cycle-details-wrapper{
	background: #fff;
    padding: 20px 30px 0;
}

.breadcrumbs-wrapper, .cycle-details-wrapper .breadcrumbs-wrapper  {
  border-bottom: 1px solid #ecedf0;
  margin-bottom: 10px;
  padding: 10px 0;
  display: inline-block !important;
}

#content > .exe-cont > div.stl-exe-right .detail-exec-view-wrapper{
	padding-top: 0;
}
#content > .exe-cont > div.stl-exe-right .cycle-details-wrapper > div.cycle-details-wrapper-header .cycle-icon{
	background-position: center;
    height: 25px;
}
.custom-field-wrapper {
	display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
}

form.aui .custom-field-wrapper > .field-group {
  width: 47% !important;
    max-width: 47% !important;
    padding: 0 0 15px 0 !important;
}
.exe-cont{
	display: flex;
}
.stl-exe-nav{
	min-width: 310px;
  width: 310px;
	overflow: auto;
	background-color: #fff;
	border-right: 1px solid #ecedf0;
	padding: 20px 0;
  position: relative;
}
.stl-exe-nav .stl-exe-nav-cont{
	height: auto;
	border-bottom: 1px solid #ecedf0;
	padding: 5px 0;
}
.stl-exe-nav .execution-id{
	cursor: pointer;
}
.stl-exe-nav .execution-status{
	font-size: 12px;
	max-width: calc(100% - 125px);
	margin-right: 0;
}
.stl-exe-nav .entries-per-page .dropdown-Wrapper{
	padding: 0;
}
.stl-exe-nav-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
  padding: 0 30px;
}
.stl-exe-nav-wrap .entries-per-page{
	padding-right: 0;
	padding-top: 10px;
}
.stl-exe-nav-wrap .prev-page-execution, .stl-exe-nav-wrap .next-page-execution{
	cursor: pointer;
}
#stl-exe-left-container:focus .execution-name-wrapper.active{
	background-color: #f5f5f5;
}

.execution-assignee-container {
  padding: 0 !important;
}
.dropdown-wrapper {
  width: 100%;
  max-width: 300px;
  display: flex;
  position: relative;
}

.dropdown-wrapper span.readonly {
  width: calc(100% - 35px);
  background: #F7F8F9;
  border-radius: 3px 0 0 3px;
  border:1px solid #DEE1E6;
  margin-right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#zephyr-je-execution-assignee-prev .dropdown-wrapper span.readonly {
	  width: calc(85% - 35px);
}

.dropdown-wrapper span.readonly strong {
  width: 100%;
  display: flex;
}

.dropdown-wrapper span.readonly strong a, .dropdown-wrapper span.readonly strong span:first-child {
  flex-grow: 1;
  display: block;
  text-align: center;
      text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.dropdown-wrapper span.readonly strong span.remove-assignee {
  display: block;
  padding: 0 10px;
  cursor: pointer;
}

.dropdown-wrapper .droplist {
  display: none;
  position: absolute;
  z-index: 3000;
  background-color: #fff;
  border: 1px solid #dfe1e6;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
  width: 100%;
  top: 30px;
  left: 0;
}

#zephyr-je-execution-assignee-prev .dropdown-wrapper .droplist {
	width: 85%;
}

.dropdown-wrapper .droplist.active {
  display: block
}

.dropdown-wrapper .droplist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 220px;
  overflow-y: auto;
}

.dropdown-wrapper .droplist ul li {
  padding: 8px 7px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.dropdown-wrapper .droplist ul li.active {
  background: #42526e;
  color: #fff;
}

.dropdown-wrapper .droplist ul li img {
  margin-right: 10px;
}

.dropdown-wrapper .droplist h6 {
  font-size: 11px;
  padding: 2px 5px;
}

.dropdown-wrapper .droplist .input-wrapper {
  padding: 5px;
}

.dropdown-wrapper .droplist input[type="text"] {
  outline: none;
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 12px;
}

.breadcrumbs-wrapper, .cycle-details-wrapper .breadcrumbs-wrapper {
	margin-bottom: 27px;
	border: 0;
	padding: 0;
	font-size: 12px;
	color: #5E6C84;
}
#cycle-details > div > div > h3 {
	padding-left: 15px;
}
#cycle-view-wrap h3.toggle-title {
	color: #42526E;
	padding-right: 4px;
	font-weight: 500;
}
.aui-nav-breadcrumbs li div {
	display: inline-block;
}
.aui-nav-breadcrumbs li:last-child div {
	background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-execute-test/images/icons/zfj_sprite.svg") no-repeat center;
	background-position: -18px -454px;
	width: 18px;
	height: 12px;
}
.tree-tcr .jstree-default li.jstree-node.jstree-open > a {
	font-weight: normal !important;
}
/*#testexecutionmodule{
	padding-top: 4px;
}*/
#editable-schedule-defects .jira-multi-select > .representation .item-row > .value-item {
	background-color: #deebff;
	color: #42526e;
	border-radius: 10px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 300;
}
#editable-schedule-defects .aui-button {
	background-color: #deebff;
	color: #42526e;
  	border: 0;
  	outline: none;
	display: inline-block;
	max-width: 120px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  	font-weight: 300;
	padding: 6px 10px 7px;
}

#editable-schedule-defects .aui-button:hover {
  background-color: #B2D4FF;
}

#editable-schedule-defects > .issue-picker-popup  > .aui-button {
	display: none;
}

#issueDescModule h3.toggle-title {
	font-size: 14px;
	color: #5E6C84;
}
#testexecutionmodule .clearfix {
	padding-bottom: 37px;
}
#cycle-view-wrap #execution-customField-container h3.toggle-title, #cycle-view-wrap #attachmentexecutionmodule h3.toggle-title, #cycle-view-wrap #teststepDetails h3.toggle-title {
	font-size: 14px;
	color: #42526e;
}
#cycle-view-wrap #execution-history-details h3.toggle-title {
	font-size: 14px;
}

#cycle-name .node-name {
	display: flex;
}

#cycle-name .node-name span {
	white-space: pre;
	vertical-align: -webkit-baseline-middle;
	padding-left: 10px;
}

#cycle-name a {
  font-size: 20px;
  padding-left: 0px;
  color: #4c9aff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  display: inline-block;
}
#cycle-details{
	overflow: hidden;
}

#cycle-details #cycle-name a {
	display: block;
}

#cycle-name a:hover {
  color: #5e6c84;
}
#execution-history-details h3.toggle-title {
	font-size: 14px;
	color: #5E6C84;
}

.show-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEQ5RDgxQzc2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEQ5RDgxQzg2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RDlEODFDNTZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RDlEODFDNjZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvXFWFAAAAAYSURBVHjaYvj//z8D0/Pnz/8zgFgAAQYAS5UJscReGMIAAAAASUVORK5CYII=) repeat-x scroll 0 8px;
  /*margin-left: 20px;*/
}
#show-content {
	background: #FFF;
    padding: 0 4px;
    cursor:pointer;
}
#show-content:before {
  content: 'Show Less';
  display: flex;
  color: #4C9AFF;
  font-size: 12px;
  cursor: pointer;
}
#custom-field-collapsing-container.more .show-content-wrapper #show-content:before {
  content: attr(data-content);
}

#custom-field-collapsing-container.more .custom-field-wrapper .field-group:nth-child(n+5) {
  display: none;
}

button {
  outline: none !important;
}

.cycle-details-left-wrapper {
  display: flex;
  align-items: center;
}

.cycle-details-left-wrapper a {
	color: #0052cc;
	text-decoration: none;
}

.cycle-details-left-wrapper a:hover {
	color: #4C9AFF;
}

.search-link-wrapper {
  padding: 0 25px;
  border-left: 1px solid #ccc;
  margin-left: 25px;
}

#content #jqlcomponent header h1.execute-test-header-left {
	margin: 0
}

#content > .exe-cont > div.stl-exe-right .detail-exec-view-wrapper > header.standAlone {
  padding: 37px 0 5px;
}

.execution-list-view {
  padding: 31px 30px 20px;
  border-bottom: 1px solid #ecedf0;
  margin-bottom: 10px;
  font-size: 20px;
  color: #42526E;
}

.execution-name-wrapper {
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 5px;
}

.execution-name-wrapper.active {
  border: 1px solid #4c9aff;
}

#date-pickerCustomField {
	position: relative;
  visibility:  hidden;
  height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

* {
  outline: none !important;
}

.executiondetails-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog-exec-assignee {
  padding: 0 20px;
}

.dialog-exec-assignee #exec-assignee-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 250px;
}

.dialog-exec-assignee #exec-assignee-wrapper .dropdown-wrapper .droplist {
  top: auto;
  bottom: 30px;
  flex-direction: column-reverse;
}
.dialog-exec-assignee #exec-assignee-wrapper .dropdown-wrapper .droplist.active {
  display: flex;
}
/*.grid-componentWrapper {
	position: relative;
}*/

#cycle-executions-wrapper {
	position: relative;
}

#detail-panel-wrapper .detail-exec-view-wrapper {
	min-width: 100% !important;
	width: 100% !important;
}
#detail-panel-wrapper .content-container {
	width: 100% !important;
}
.split-view .search-link-wrapper {
	display: none;
}
.split-view #view-btn-container {
	display: none;
}
#detail-panel-wrapper {
	padding-right: 15px !important;
}
/* .view-selector{
	width: 235px !important;
} */

.view-toggle {
	width: 235px !important;
}

.input-search-wrapper {
	position: relative;
	padding-bottom: 0;
}
#clear-search-step-test {
	position: absolute;
	right: 5px;
	top: -1px;
	cursor: pointer;
	display: none;
}
.split-view .breadcrumbs-wrapper {
	display: none !important;
}
.zephyr-aui-message-bar {
	position: fixed;
    top: 100px;
    z-index: 99999;
    right: 30px;
    -webkit-transition: right 2s; /* For Safari 3.1 to 6.0 */
    transition: right 2s;
	max-width: 400px;
}
#cancelFilter {
	margin-left: 10px;
}
#cycle-name {
	display: flex;
	align-items: center;
}
#cycle-name .executionSummaryBar {
    width: 80px;
    margin: 3.5px 10px 0;
    display: inline-block;
}
#testexecutionmodule form.aui .custom-field-wrapper .field-group > label {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 125px;
	min-width: 125px;
}
.split-view #testexecutionmodule form.aui .custom-field-wrapper .field-group > label {
	max-width: 100px;
	min-width: 100px;
}
.display-inlineb {
	display: inline-block;
}
.flex {
	display: flex;
}
.custom-field-value drop-downcheckbox {
	width: 100%;
}
.custom-field-value drop-downradio {
	width: 100%;
}
.custom-field-value drop-downdate {
	width: 100%;
}
.custom-field-value drop-down {
	width: 100%;
}
.custom-field-value drop-downmultiselect {
	width: 100%;
}
.custom-field-value custom-text {
	width: 100%;
}
.sp-bw {
	justify-content: space-between;
}
.assigned-by-value {
	width: 90px;
	border-radius: 3px 0 0 3px;
    border: 1px solid #DEE1E6;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F7F8F9;
}
.defects-value {
	width: calc(100% - 115px);
}
form.aui #editable-schedule-defects .jira-multi-select.long-field {
	max-width: calc(100% - 195px) !important;
}
#test-cycles-tab .module.toggle-wrap#execution-history-details > .mod-header {
	position: relative;
	background-position-y: 26px;
}
#execution-history-details .executiondetails-header {
	position: absolute;
	top: 15px;
  	background: #fff;
	right: 0;
}
.defects-sectoin {
	margin-top: 10px;
}
.comment-section {
	margin-top: 15px;
	width: 100%;
}
#custom-field-collapsing-container {
	margin-top: 0;
}
#issueDescModule .flex {
    padding-bottom: 15px;
}
.detail-exec-view-wrapper a, .cycle-details-wrapper a {
	color: #4C9AFF;
	cursor: pointer;
}
.assignee-user-hover, .zephyr-user-hover {
	font-weight: 300;
}
.executed-on-schedule strong, .executionDetailsElement .value-field {
	font-weight: normal;
	font-size: 12px;
}
.value-field-wrapper {
	width: 100%;
    padding-top: 5px;
}
#issueDescModule > .mod-content .field-group {
	padding-bottom: 15px;
}
#issueDescModule > .mod-content .field-group label {
	display: inline-block;
	min-width: 100px;
}
.split-view #exec-assignee-wrapper, .split-view .execution-field-value {
	width: calc(100% - 100px);
}
.split-view .custom-field-value {
    width: calc(100% - 95px);
}
#exec-assignee-wrapper, .execution-field-value {
	width: calc(100% - 125px);
}
.custom-field-value {
	max-width: 285px !important;
    width: auto;
    flex: 1 0 auto;
	float: left;
}
.custom-field-wrapper .custom-field-value {
  width: calc(100% - 140px);
}
form.aui .field-group.exec-wrapper-padding {
	padding-right: 0;
}

.bulk-assign-execution {
  padding: 0 0 10px 0;
  display: flex;
  align-items: center;
  width: 350px;
  margin: 0 auto;
}
.bulk-assign-execution + .description {
  width: 350px;
  margin: 0 auto !important;
  padding-left: 80px;
  box-sizing: border-box;
}
#custom-field-collapsing-container form.aui {
	width: 100%;
}

#custom-field-collapsing-container {
  display: block !important;
}
.executed-on-schedule {
	font-size: 12px;
}
.executionDetailsElement.width-half {
	width: 47%;
}
.toggle-wrap.collapsed #custom-field-collapsing-container {
	display: none !important;
}
.selectable-link {
	cursor: pointer;
}

.content-container-execution .executionWorkflowStatusCompleted .disable-section {
  	pointer-events: none;
  	opacity: 0.4;
}
.content-container-execution .executionWorkflowStatusCompleted .stepDetails .grid-column:not(.enable-child) {
    pointer-events: none;
    opacity: 0.4;
}

.content-container-execution .toggle-section .hide-open {
	display: none;
}
.content-container-execution .executionWorkflowStatusCompleted .toggle-section .hide-open {
	display: block;
}
.content-container-execution .executionWorkflowStatusCompleted .toggle-section .hide-done {
	display: none !important;
}

.content-container-execution .executionWorkflowStatusCompleted  > div:not(:first-child) .jira-multi-select > .representation .item-row {
  	pointer-events: none;
}

.autoExecutionForm {
	position: relative;
}

.autoExecutionForm .autoExecutionFormBody {
	position: static;
	height: 100px;
}

.autoExecutionForm .autoExecutionFormBody drop-down {
	position: absolute;
	width: 80%;
    padding-left: 10px;
}

#gridIssuePicker {
	opacity: 0;
	height: 0px;
	width: 0px;
}

.all-step-status-suggestion-container {
	padding: 20px 15px !important;
}

/*.stl-exe-nav-left-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0;
}*/

.execution-list-wrapper {
  max-height: calc(100vh - 140px);
  overflow: auto;
  padding: 0 30px;
}
.split-view #detail-panel-wrapper {
	/*position: static !important;*/
	    width: calc(80% - 12px);
	    /*height: initial !important;*/
}
.split-view #list-results-panel {
    width: 20% !important;
    padding: 0 !important;
}
#zqlResponse .split-view {
	margin: 0 !important;
}
.msie-11 .execution-top-layerWrapper {
	display: block;
}
.msie-11 .execution-top-layerWrapper > div {
	display: inline-block;
}
/*.msie-11 #js-tree li[aria-level='4'] .js-node-data-custom > div:first-child {
	max-width: 76px;
	width: 100%;
}*/
input:focus:-ms-input-placeholder { color:transparent; }
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }

#testDetailGridExecutionPage {
	width: 100%;
}

#testDetailGridExecutionPage .image-wrap img {
	max-width: 80%;
    max-height: 80%;
}

.pagination-outer-container.executionPage {
	clear: both;
	background-color: #F4F5F7;
	margin-top: 5px;
	margin-bottom: 50px;
	height: 30px;
}

.stepDetails {
	flex-direction: column;
}

.pagination-page-number-container {
	display: inline-block;
	min-width: 300px;
	margin-left: 10px;
}

.pagination-page-width-container {
	float: right;
	padding: 0 10px;
	min-width: 110px;
	position: relative;
}

.first-page-number, .current-page-number, .last-page-number {
	float: left;
	margin: 0 5px;
	line-height: 30px;
}
.first-page-number.disabled, .last-page-number.disabled {
	pointer-events: none;
    opacity: 0.4;
}

.current-page-number {
	background-color: #42526e;
    padding: 0px 10px;
    border-radius: 4px;
    color: white;
}

.hide {
	display: none;
	margin: 0 10px;
}

.current-pagination {
	display: inline-block;
	text-align: center;
	height: 30px;
    line-height: 30px;
    width: calc(100% - 30px);
	padding: 0;
	color: black;
	background-color: #DFE1E5;
	border-radius: 4px 0 0 4px;
	vertical-align: top;
}

.pagination-dropdown-button {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #deebff;
	border-radius: 0 4px 4px 0;
	vertical-align: unset !important;
}

.drop-down-arrow-pagination-options {
	vertical-align: unset !important;
}

.pagination-options-container {
	position: absolute;
    width: calc(100% - 20px);
    background-color: white;
    top: -61px;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
}

.change-pagination-width-function {
	padding: 5px;
	cursor: pointer;
}

.change-pagination-width-function:hover {
	background-color: #F4F5F7;
}

#last-page-pagination,#first-page-pagination {
	cursor: pointer;
}

#first-page-pagination {
	margin-right: 10px;
}

#last-page-pagination {
	margin-left: 10px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
    -webkit-appearance: textfield;
}

.clone-note {
	color: #3873AE;
	padding-left: 20px;
	margin-bottom: 10px;
}
body[data-version="7.10.0"] #attachmentexecutionmodule {
	border-bottom: none !important;
}
.detail-exec-view-wrapper .toggle-wrap .toggle-title {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX///9wcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHDRPAkXAAAADHRSTlMAESIziJmqu8zd7v+91kxoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADIxLzEyLzEymvNa/wAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAySURBVAiZY2AgCbA0MDCkgBgcWxlYd4AYjN0B0YvAclrbdxmAGcyrF0OVWxqQZjwDAwA8XgfBciyedgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  cursor: pointer;
  padding-left: 20px;
}
.detail-exec-view-wrapper .toggle-wrap.collapsed .toggle-title {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX///9wcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHDRPAkXAAAADHRSTlMAESIziJmqu8zd7v+91kxoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADIxLzEyLzEymvNa/wAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAArSURBVAiZY2DAB1iaoAy2XQZQVvRiKIMVLlQ9AU0EpoZjhwLUnEa81iABAFHzB8GYPzdNAAAAAElFTkSuQmCC);
}

/* .results-count {
	display: block !important;
} */
#edit-recovery-popup {
	max-height: 400px;
    overflow: auto;
}
#descriptionmodule .table-wrap table.confluenceTable {
	table-layout: auto;
	width: auto;
}
.navigator-search .advanced-search-container .aui-group {
	display: flex;
}
.msie .navigator-search .advanced-search-container .aui-group .atlassian-autocomplete {
	display: inline-block;
	width: 90% !important;
}
.tree-tcr .jstree-default .jstree-hovered {
	text-shadow: none;
}
.tree-tcr .jstree-default .jstree-anchor {
	padding: 1px 1px 1px 2px;
}
.grid-column object {
	width: 100%;
}
.grid-column object embed {
	width: 100%;
}
.execution-customfields .cell-wrapper.drop-Down {
	width: auto;
    min-width: 125px;
}
.execution-customfields .dropDown-wrapper span:nth-child(1), .autoExecutionForm .dropDown-wrapper span:nth-child(1) {
	height: 30px;
    padding-right: 15px;
}
.execution-customfields .dropDown-wrapper span.trigger-dropDown, .autoExecutionForm .dropDown-wrapper span.trigger-dropDown {
	min-width: 30px;
    height: 30px;
}
.execution-customfields .dropDown-container {
    width: 100%;
    top: 30px;
}
.execution-customfields .remove-data {
	right: 40px;
    font-weight: bold;
}
.autoExecutionForm .dropDown-wrapper .remove-data {
	display: none;
}
.autoExecutionForm .cell-wrapper.drop-Down {
	width: auto;
    min-width: 325px;
    margin-top: 10px;
}
.execution-customField-container .custom-field-value {
	position: relative;
}
.execution-customField-container .custom-field-value .dropDown-container.activeElement {
	position: absolute;
}
#testDetailGridExecutionPage .row[data-columnid="comment"] .readValues {
	white-space: normal;
}
#zephyr-feedback {
	position: relative;
}
 #zephyr-feedback .zephyr-feedback {
	position: absolute;
    right: 0px;
    bottom: 28px;
}
#zephyr-feedback-extn-pge {
	position: relative;
    top: 15px;
}
 #zephyr-feedback-extn-pge .zephyr-feedback {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.zephyr-breadcrumbs {
	max-width: 20%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#image-corosel-overlay.steps-attachements-preview .image-comments {
	word-break: break-word;
	padding: 15px;
	background: #FFF;
	margin-top: -5px;
	text-align: initial;
}

#image-corosel-overlay.steps-attachements-preview .attachements-title {
	float: left;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 22px;
}

.steps-attachements-preview .close-image-corosel {
	float: right;
}

.steps-attachements-preview .image-outer-container {
    text-align: center;
	height: auto;
}

.steps-attachements-preview .image-container, .steps-attachements-preview .corosel-inner-container {
	height: 100%;
}

.steps-attachements-preview  .image-name-details {
	color: #333333;
}

.steps-attachements-preview .attachements-content-details {
	clear: both;
    overflow: auto;
	height: auto;
}

.steps-attachements-preview .file-download-container {
	color: #0052cc;
}

.steps-attachements-preview .close-icon {
	height: 35px;
}

.steps-attachements-preview .close-image-corosel {
	margin-bottom: 0;
}

.steps-attachements-preview .close-icon:hover {
	color: #909090;
}

.steps-attachements-preview .close-icon:before {
	font-size: 20px;
}

.steps-attachements-preview .attachment-download-icon {
	transform: rotate(-90deg);
	margin-top: 1px;
}

.steps-attachements-preview .attachment-download-icon {
	font-size: 14px;
}
.attcahmentzoomcontrols {
	position: fixed;
    bottom: 10px;
    text-align: center;
    left: 0px;
    z-index: 10000;
    display: block;
    right: 0px;
	color: #FFF;
	
}
.attcahmentzoomcontrols .bgGrey {
	background: rgba(123, 123, 123, 0.7);
    min-height: 24px;
	display: inline-block;
	border-radius: 5px;
    overflow: hidden;
}
.attcahmentzoomcontrols .bgGrey span {
	float: left;
	cursor: pointer;
	padding: 5px 10px;
}
.attcahmentzoomcontrols .bgGrey span:hover {
	background: #6d6d6d;
}
.zoomincontainer{
	width: 100%;
    height: 90vh !important;
    text-align: center;
    vertical-align: middle;
	white-space: nowrap;
	overflow: scroll;
	position: relative !important;
}

.zoom-controls .previous-image-options {
	position: fixed;
    top: 50%;
    left: 1%;
    z-index: 100;
}
.zoom-controls .next-image-options {
	position: fixed;
    top: 50%;
    right: 1%;
    z-index: 100;
}
.zoom-controls .header {
	color: #FFF;
    position: absolute;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 14px 20px 5px 20px;
    box-sizing: border-box;
}
.zoom-controls .header .image-name-details{
	display: inline-block;
	color: #FFF;
}
.zoom-controls .header .download {
	float: right;
}
.zoom-controls .header .download svg {
	vertical-align: middle;
}
.zfj-noscroll {
	overflow: hidden;
}
.zfj-pagination .aui-button[disabled], .aui-button[aria-disabled="true"]{
	cursor: not-allowed !important;
	opacity: .5;
}

.zephyr-detailed-view-breadcrumbs {
	max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.walk-through-initializer-container {
    position: absolute;
	right: 28px;
    top: 15px;
}

.aui-iconfont-arrow-down.custom-dropdown {
	margin-top: -17px;
    height: 30px;
    margin-left: -22px;
    border-radius: 3px;
	cursor: pointer;
}
/* 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.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.thed.zephyr.je:zephyr-project-dashboard-resources', location = 'includes/css/zephyr/project/zephyr-project-dashboard.css' */
.pass-colour-bar { border-top: 13px solid #75B000;height: 0;overflow: hidden; 	}
.fail-colour-bar { border-top: 13px solid #CC3300;height: 0;overflow: hidden; }
.wip-colour-bar { border-top: 13px solid #F2B000;height: 0;overflow: hidden; }
.blocked-colour-bar { border-top: 13px solid #6693B0;height: 0;overflow: hidden; }
.unexecuted-colour-bar { border-top: 13px solid #F1F1F1;height: 0;overflow: hidden; }

.aui-dd-parent .aui-dropdown {border-color: #bbb; list-style-type:none;}
.aui-dd-parent .standard li.groupmarker {border-top:1px solid #bbb; padding-top:4px; margin-top:4px;}
.aui-dd-parent .aui-dropdown a.item-link {text-decoration: none; display:block;}

.aui-dd-parent.active a.aui-dd-trigger {z-index: 2004; position:relative; background-position: -26px 0; border: none; border-bottom:2px solid #fff;}

/*Have to specify the specifics - other it will loose in specificity race with the original style*/
.versionBannerList li div.zcycle-header {
	background-image:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-project-dashboard-resources/../com.thed.zephyr.je/images/icons/repository_24x24.png);
	background-repeat:no-repeat;	/* JIRA 6.0 */
}
	/*
	Another alternative
	.zcycle {background-image:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-project-dashboard-resources/../com.thed.zephyr.je/images/icons/repository_24x24.png) ! important;}
	*/
.executionWorkflowStatusCompletedWhole {
  opacity: 0.4;
  pointer-events: none;
  z-index: 1000;
}
.zcycle-header .cycle-manage {position:absolute; right:0px; float:right; visibility: hidden; padding-right:5px; height:20px; width:45px;}
.zcycle-header:hover .cycle-manage {visibility: visible;}

.cycle-operations-list	{display:none}
.cycle-operations-trigger {}

a.zExecute {width:25px;}
.versionBanner-content tr:hover .zExecute {display:inline-block;}

/*--- START - CSS for Execution status display-----*/
.exec-status-container dt {
	display: none;
}

form#addTests .multi-select {
  width: 207px;
  min-width: 207px;
}

div ul.item-details dl dd {
	width: auto;
}

dd {
	display: block;
	-webkit-margin-start: 0px;		/*JIRA 6.0 */
}

dt {
	display: block;
}

.singleLine {
	height:1.3em;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.exec-status-container dd {
	background-color: #BBB;
	color: white;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 3px 1px;
	text-align: center;
	width: 100px;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	overflow: hidden;
}

.versionBanner-name {
	color:#326CA6;
	float:left;
	width:15%;
}

.versionBanner-description {
	float:left;
	width:50%
}

.cycle-manage .icon-manage {
	height:20px;
}

.cycle-manage .icon-manage:after {
    border-color: #333333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 4px;
    content: "";
    height: 0;
    margin-top: -1px;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 0;
}

/* Single Select scroll bar*/
.ajs-layer.box-shadow {
	max-height: 400px;
	overflow: auto;
}

/***** JIRA 5.2 version drop down ********/
.versionBannerList .aui-ss {
    overflow: visible;
    display: inline-block;
}

/***** JIRA 6.0 ***********/
/** Can be moved to diff css only for JIRA 6 **/
ul.versionBannerList{list-style-type:none;margin:0.5em 0 0;padding:0;}
.versionBannerList > li{clear:both;}
.versionBannerList li .versionBanner-header{background-image:url(/s/en_UK-76rlmo-418945332/849/3/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/box_24.gif);background-position:22px 8px;background-repeat:no-repeat;list-style-type:none;}
.versionBannerList li.released .versionBanner-header{background-image:url(/s/en_UK-76rlmo-418945332/849/3/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/package_24.gif);}
.versionBannerList > li{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX///9wcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHDRPAkXAAAADHRSTlMAESIziJmqu8zd7v+91kxoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADIxLzEyLzEymvNa/wAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAArSURBVAiZY2DAB1iaoAy2XQZQVvRiKIMVLlQ9AU0EpoZjhwLUnEa81iABAFHzB8GYPzdNAAAAAElFTkSuQmCC");background-position:3px 12px;background-repeat:no-repeat;border-top:1px solid #FFFFFF;display:block;list-style-type:none;margin:0 0 0.25em;padding:0;}
/*.versionBannerList li:hover{background-color:#F0F0F0;border-top:1px solid #F0F0F0;}*/
.versionBannerList li.active{background-color:#F0F0F0;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX///9wcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHDRPAkXAAAADHRSTlMAESIziJmqu8zd7v+91kxoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADIxLzEyLzEymvNa/wAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAySURBVAiZY2AgCbA0MDCkgBgcWxlYd4AYjN0B0YvAclrbdxmAGcyrF0OVWxqQZjwDAwA8XgfBciyedgAAAABJRU5ErkJggg==");border-top:1px solid #BBBBBB;}
.versionBanner-name{color:#003366;display:inline-block;font-size:1.4em;font-weight:bold;min-width:15%;}
.versionBanner-description{font-size:1.2em;padding-left:50px;}
.versionBanner-releaseDate, .versionBanner-createdBy, .versionBanner-build, .versionBanner-environment{font-size:0.9em;padding-right:10px;}
.versionBanner-releaseDate span{font-weight:bold;}
.versionBanner-content{background-color:#FFFFFF;clear:both;padding-bottom:5px;padding-left:48px;padding-top:2px;}
.versionBanner-content:hover{cursor:default;}
.versionBanner-content tr{padding-bottom:5px;padding-top:5px;}
.versionBanner-content div{padding-top:5px;}
.versionBanner-header{padding-bottom:3px;padding-left:51px;padding-top:3px;}
.versionBanner-header:hover{cursor:pointer;}
.versionBanner-header:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
.versionBannerList li .numberOfIssues{float:right;padding-right:13px;padding-top:13px;}
.versionHeaderLink a{color:#003366;text-decoration:none;}
.versionProgress{float:right;padding-top:5px;padding-right:9px;width:200px;}
.versionProgress td{padding:0;}
.versionBanner-releaseDate {
	width:12%;
	float:left;
}
.versionBanner-createdBy {
	display:inline-block;
	width:20%;
	float:left;
	padding-left:40px;
}
.versionBanner-build {
	display:inline-block;
	width:15%;
	float:left;
	padding-left:40px;
}

.versionBanner-environment {
	display:inline-block;
	width:20%;
	float:left;
	padding-left:40px;
}
/*--- END - CSS for Execution status display-----*/

/* Start: Schedule table */
.schedule-wrapper-tr {
	height: 40px;
	background-color: white;
}
/* End: Schedule table */

/* --- Start: Cycle page reorder executions --- */
#reorder-executions-table  {
	margin-bottom: 10px;
}

#reorder-executions-table tbody.ui-sortable td.reorder-drag-handler {
	position: relative;
	 padding: 7px 10px;
    text-align: left;
}

#reorder-executions-table tbody.ui-sortable td.reorder-draghandler span{
    background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-project-dashboard-resources/images/grippy.png");
    cursor: move;
    display: inline-block;
    height: 100%;
    margin-bottom: -6px;
    min-height: 24px;
    width: 8px;
}

/* Drag and drop highlight*/
#reorder-executions-table .ui-state-highlight {
 	height: 38px;
 	line-height: 1.2em;
 	background-color: #fff !important;
 	border-bottom: 1px solid #CCCCCC !important;
 }

#reorder-executions-table tbody tr:first-child td {
	border-top: none;
}

#reorder-executions-table thead th:first-child,
#reorder-executions-table tbody td:first-child {
	width: 10px;
}

#reorder-executions-table thead th:nth-child(2),
#reorder-executions-table tbody td:nth-child(2) {
	width: 20px;
}

#reorder-executions-table thead th.reorder-issue-key,
#reorder-executions-table tbody td.reorder-issue-key {
	width: 8em;
}

#reorder-executions-table thead th.reorder-exec-status,
#reorder-executions-table tbody td.reorder-exec-status {
	width: 11em;
}

#reorder-executions-table thead th.reorder-executed-by,
#reorder-executions-table tbody td.reorder-executed-by {
	width: 100px;
}

#reorder-executions-table thead th.reorder-executed-on,
#reorder-executions-table tbody td.reorder-executed-on {
	width: 130px;
}

#reorder-executions-table {
	border-spacing:0;
}

/* Add top border for the dragged execution */
#reorder-executions-table tbody tr.ui-sortable-helper {
	width: 100%;
	border-top: 1px solid #ccc;
}

/* Customizing the aui dialog width and height */
.aui-dialog2-xxlarge {
	width: 70%;
	top: 106px !important;
	height: calc(100% - 207px) !important;
}

.aui-dialog2-content {
	height: 100%;
}

/* Dialog styles */
#reorder-executions-dialog-wrapper {
	min-height: 80%;
	min-width: 70%;
	max-width: 70%;
}

#reorder-executions-dialog-wrapper .reorder-executions-wrapper {
	padding: 20px;
	max-height: 80%;
	overflow: auto;
}
/* --- End: Cycle page reorder executions --- */

.dialog-icon-wait {
	margin-right: 10px;
}
.dialog-icon-wait-top {
	margin-top: 10px;
}

#add-tests-cycle-assignee-container-prev {
	margin-top: 10px;
}

#add-tests-cycle-assignee-container-prev .execution-assignee-label {
	width: 85px !important;
	margin-left: -100px !important;
}

#add-tests-cycle-assignee-container-prev .toggle-title strong,
#add-tests-cycle-prev-module .toggle-title strong {
	color: #707070;
	font-weight: normal;
	background-color: #fff;
	padding-right: 5px;
}

#add-tests-cycle-prev-module {
  	margin-left: 0px;
  	margin-top: 10px;
}

#add-tests-cycle-prev-module-heading {
  	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEQ5RDgxQzc2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEQ5RDgxQzg2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RDlEODFDNTZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RDlEODFDNjZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvXFWFAAAAAYSURBVHjaYvj//z8D0/Pnz/8zgFgAAQYAS5UJscReGMIAAAAASUVORK5CYII=) repeat-x scroll 0 10px;
}

.add-test-individually-field-group,
#add-tests-cycle-assignee-container-individual .zephyr-assignee-field-group {
	padding-left: 90px !important;
}

.add-tests-cycle-prev-container .add-tests-cycle-prev-module-grp {
	padding-right: 35px !important;
}

.add-tests-cycle-prev-container .aui-field-prioritypicker {
	margin-top: 5px !important;
}

#cycle_startDate, #cycle_endDate {
	margin-right: 5px;
}

.zfj-permission-message-bar {
    position: fixed;
    top: 60px;
    left: 10%;
    width: 80%;
    z-index: 1000;
}

/***** New Styles *******/
.plan-cycle-wrapper {
  display: flex;
  /*border-top: 1px solid #ccc;*/
}

.plan-cycle-wrapper table thead .sortable:hover{
  background-color: #f5f5f5;
  cursor:pointer;
}

.plan-cycle-wrapper .pagination-wrapper {
	float: right;
	padding-top: 5px;
}

.plan-cycle-wrapper .pagination-wrapper a:hover {
	text-decoration: none;
}

#search-tree {
  height: 2.1428571428571em;
  line-height: 1.4285714285714;
  padding: 4px 5px;
  border: 1px solid #cccccc;
  border-radius: 3.01px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  margin: 0;
  /*max-width: 290px;*/
  vertical-align: baseline;
  outline: none;
  width: 300px;
	background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-project-dashboard-resources/images/filter_1.png") no-repeat;
  background-position: right 5px center;
}

#search-tree::-webkit-input-placeholder {
   font-style: italic;
}
#search-tree:-moz-placeholder {
   font-style: italic;
}
#search-tree::-moz-placeholder {
   font-style: italic;
}
#search-tree:-ms-input-placeholder {
   font-style: italic;
}

#cycle-details {
  flex-grow: 1;
  padding: 10px 0;
  /*border-left: 1px solid #ccc;*/
  position: relative;
  width: calc(100% - 400px);
  background: #FFF;
  /*padding-left: 16px;*/
  overflow: auto;
}

.cycle-details-wrapper {
  border-left: 1px solid #ecedf0;
  padding: 10px 15px;
	overflow: hidden;
}

.cycle-details-wrapper .clearfix {
	padding-bottom: 2px;
}

.tree-wrapper {
  padding: 10px 0;
}

#cycle-details .node-name {
	padding-bottom: 2px;
    padding-left: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
		font-size: 20px;
}

#cycle-name .node-name span{
  white-space: pre;
	vertical-align: -webkit-baseline-middle;
	padding-left: 10px;
}
#cycle-details .node-name span:first-child {
    font-weight: 600;
    padding-left: 10px;
}

#cycle-executions-wrapper {
  width: 100%;
  min-height: 300px;
}

#execution-table {
  border-spacing: 0;
  width: 100%;
  text-align: left;
  /*white-space: nowrap;*/
}
#execution-table tbody tr.selected {
  background: #f5f5f5;
}
#execution-table tbody tr:hover{
 cursor:pointer;
 background-color: #f5f5f5;
}


#execution-table tr td, #execution-table th{
  border-bottom: 1px solid #ccc;
  padding: 7px 5px;
}

.execution-details-wrapper 	.stalker-content .aui-nav {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}

select.exec_status-schedule-select {
	border: 1px solid #cccccc;
    border-radius: 3.01px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: inherit;
    margin: 0;
    max-width: 250px;
    vertical-align: baseline;
    width: 100%;
    height: 2.1428571428571em;
    line-height: 1.4285714285714;
}

#cycle-info {
	padding: 15px 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: start;
    white-space: pre;
}
#cycle-info .cycle-stats {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#cycle-info .cycle-stats .cycle-info-bottom-block {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0px 0 0;
    position: relative;
}

.cycle-info-bottom-block:after {
    /*content: '';*/
    display: block;
    /*border-top: 1px solid #ECEDF0;*/
    width: 100%;
    position: absolute;
    top: 0px;
}

#cycle-info .cycle-stats .cycle-info-bottom-block > div {
  width: 33.33%;
  display: flex;
  padding-right: 0px;
}

#cycle-info .cycle-infp-top-block {
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  width: 33.33%;
  position: relative;
  padding-right: 0px;
}

#cycle-info .cycle-infp-top-block:last-child:after {
  content:none;
}

#cycle-info .cycle-folder-info-top-block {
  /*justify-content: flex-start;*/
}

#cycle-info .cycle-infp-top-block >div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	padding-bottom: 10px;
	padding-right: 5px;
}

#cycle-info .cycle-infp-top-block:after {
	/*content: '';
	width: 2px;
	height: 75px;
	position: absolute;
	right: 30px;
	background-color: #9da5ab;*/
}

#cycle-info.node-folder .cycle-infp-top-block:after {
	height: 28px;
}

#cycle-info .cycle-info-bottom-block >div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#cycle-info label:after {
	content: ' : ';
  position: absolute;
    right: 0px;
}

#cycle-info label, label.cycle-info-label {
    font-weight: 700;
    margin-right: 5px;
    padding-right: 3px;
    width: 150px;
    display: inline-block;
    position: relative;
}
#cycle-info label{
  width: 130px;
  min-width: 130px;
}
#cycle-info label + span{
  max-width: calc(100% - 130px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.cycle-description {
  display: none;
}
.executionSummaryBar span {
    display: inline-block !important;
    height: 8px;
}

.executionSummaryBar span:first-of-type {
    border-radius: 4px 0 0 4px;
}
.executionSummaryBar span:last-child {
    border-radius: 0 4px 4px 0;
}
.executionSummaryBar span:last-child:first-of-type {
    border-radius: 4px;
}

.move-select-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.move-select-wrapper > div:first-child {
  flex-basis: 400px;
}

#moveExecutionsTable.disabled {
  pointer-events: none;
  opacity: 0.5
}
#execution-table .issue-schedule-operations {
  display: inline-block;
	padding-right: 10px;
}

#test-cycles-tab .content-body, #test-cycles-tab .execute-outer {
  padding: 0;
}
/*#test-cycles-tab #teststepDetails {
  padding: 10px;
}*/

#test-cycles-tab .aui-execution {
  margin-top: -1px;
}

nav.aui-toolbar {
  display: none;
}
#tree-tcr {
  position: relative;
}
.tree-tcr.collapse {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  border: 1px solid #ccc;
  border-right: 0;
  background: #eee;
  /*overflow: hidden;*/
}

.tree-tcr.collapse #tree-docker {
  margin: -1px;
  width: 32px;
}

.tree-tcr.collapse .searchFilter label, .tree-tcr.collapse .searchFilter input {
  display: none;
}

.tree-tcr.collapse #js-tree {
  visibility: hidden;
  display: none;
}

.jira-page-loading-indicator, .jira-page-loading-background {
  display: none !important;
}

.searchFilter {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  overflow: visible;
	position: relative;
}

.searchFilter:after {
  content: 'Test Cycles';
  position: absolute;
  /*color: #FFF;*/
  display: none;
	left: 0;
	width: 80px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 55px 50px;
  -ms-transform-origin: 55px 50px;
          transform-origin: 55px 50px;
}

.tree-tcr.collapse .searchFilter:after {
  display: block;
}

.searchFilter label {
  margin-right: 5px;
}

#tree-docker, #create-cycle-tree-trigger {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 6px 2px;
  box-sizing: border-box;
  background-size: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 5px;
  cursor: pointer;
  position: relative;
  background: #fff;
}

#tree-docker:before {
  /*background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOC40MTcgMTUuNSI+PHBhdGggZmlsbD0iIzk5OTk5OSIgZD0iTTE2LjkxNywxNS41Yy0wLjM4NCwwLTAuNzY4LTAuMTQ2LTEuMDYxLTAuNDM5bC02LjI1LTYuMjVjLTAuNTg2LTAuNTg1LTAuNTg2LTEuNTM2LDAtMi4xMjFsNi4yNS02LjI1YzAuNTg2LTAuNTg2LDEuNTM1LTAuNTg2LDIuMTIxLDBjMC41ODYsMC41ODUsMC41ODYsMS41MzYsMCwyLjEyMUwxMi43ODgsNy43NWw1LjE4OSw1LjE4OWMwLjU4NiwwLjU4NSwwLjU4NiwxLjUzNiwwLDIuMTIxQzE3LjY4NCwxNS4zNTQsMTcuMywxNS41LDE2LjkxNywxNS41eiIvPjxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik03Ljc1LDE1LjVjLTAuMzg0LDAtMC43NjgtMC4xNDYtMS4wNjEtMC40MzlsLTYuMjUtNi4yNWMtMC41ODYtMC41ODUtMC41ODYtMS41MzYsMC0yLjEyMWw2LjI1LTYuMjVjMC41ODYtMC41ODYsMS41MzUtMC41ODYsMi4xMjEsMGMwLjU4NiwwLjU4NSwwLjU4NiwxLjUzNiwwLDIuMTIxTDMuNjIxLDcuNzVsNS4xODksNS4xODljMC41ODYsMC41ODUsMC41ODYsMS41MzYsMCwyLjEyMUM4LjUxOCwxNS4zNTQsOC4xMzQsMTUuNSw3Ljc1LDE1LjV6Ii8+PC9zdmc+") center center no-repeat;*/
  background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-project-dashboard-resources/images/icons/Chevron-left_icon.svg') no-repeat center center;
  content: '';
  width: 100%;
  height: 100%;
  display: block;

}

#tree-docker {
  position: absolute;
  left: 0;
  border: 0;
  background: none;
  width: 15px;
  padding: 0;
  height: 15px;
}

.tree-tcr.collapse #tree-docker:before {
  /*-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);*/
    background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-project-dashboard-resources/images/icons/Chevron-right_icon.svg') no-repeat center center;
}

#create-cycle-tree-trigger:before {
  margin-left: 4px;
  margin-top: -8px;
  color: #7e7979;
  position: absolute;
  top: 50%;
  left: auto;
}

.execution-summary-td {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#execution-table .show {
  display: table-cell;
}

.execution-details-wrapper  .stalker-content .execute-test-header-right {
  position: inherit;
  float: right;
}
.tableCell {
  display: table-cell;
}

/* #tree-docker:hover:after {
  border: 1px solid #000;
  padding: 3px 6px;
  background: rgba(0,0,0,0.8);
  content: attr(data-title);
  position: absolute;
  left: 37px;
  border-radius: 3px;
  top: 1px;
  color: #ddd;
  font-size: 13px;
  white-space: nowrap;
  z-index: 9999;
} */

#create-cycle-tree-trigger:not(.no-hover):hover:after {
  border: 1px solid #000;
  padding: 3px 6px;
  background: rgba(0,0,0,0.8);
  content: attr(data-title);
  position: absolute;
  left: 37px;
  border-radius: 3px;
  top: 1px;
  color: #ddd;
  font-size: 13px;
  white-space: nowrap;
  z-index: 9999;
}

#create-cycle-tree-trigger {
  text-indent: inherit;
  line-height: inherit;
  margin-right: 13px;
}

.content-body {
  padding: 0 !important;
}
.detail-exec-view-wrapper > header {
  padding: 20px;
}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 0; display: block;}
.ui-resizable-e { cursor: e-resize; width: 0px; right: 2px; top: 0; height: 100%; color: #9d9d9d; }
.execution-status-container {
  min-width: 130px;
}
.plan-cycle-wrapper .ui-resizable-e::before {
  display: inline-block;
  content: '';
  height: 100%;
  width: 10px;
  top: 0;
  cursor: col-resize;
}
.hideResizer::before {
  width: 0 !important;
}


.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item:first-child {
  margin-left: 0;
}

#zephyr-project-view-tabs.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item > a,
#zephyr-project-view-tabs.zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .menu-item > a:focus,
#zephyr-project-view-tabs.zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .menu-item > a:hover,
#zephyr-project-view-tabs.zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .menu-item > a:active{
  border: 0;
  background: none;
}
#zephyr-project-view-tabs.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab {
  border-bottom: inherit;
}
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item:first-child a{
  border-left:0;
}
#zephyr-project-view-tabs.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item,
#activitymodule_heading .zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item{
  background: none;
}
/*.aui-tabs.horizontal-tabs > .tabs-menu ~ .tabs-pane {
  border-top:0
}*/

#zephyr-project-view-tabs.zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a,
#zephyr-project-view-tabs.zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a:link{
  border-bottom: 4px solid #4c9aff !important;
  color: #4c9aff !important;
}
.jstree-default .jstree-wholerow {
  height: 26px !important;
  background: none !important;
}
.jstree-default .jstree-wholerow:hover {
  border: 1px solid #beebff;
}
.jstree-default .jstree-wholerow-clicked {
  background: none;
  border: 1px solid #4c9aff;
  border-radius: 3px;
}
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu ~ .tabs-pane {
  border-top: 1px solid #ecedf0;
}
.versionBannerList li{
  background: none;
}
/*
#zephyr-project-view-tabs.aui-tabs.horizontal-tabs > .tabs-menu > .menu-item a {
  margin-right: 28px;
}*/
#zephyr-project-view-tabs.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item > a{
  padding: 0;
  margin-right: 48px;
  font-size: 16px;
  color: #42526E;
}
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab{
  border-bottom: initial;
}
#cycle-details{
  padding-top: 0;
}
#tree-tcr{
  padding-top: 0;
}
ul.versionBannerList{
  margin-top: 0;
}
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu ~ .tabs-pane{
  padding-left: 0 !important;
  padding-top: 37px !important;
}

.zephyr-aui-tabs.horizontal-tabs.custom-fields > .tabs-menu ~ .tabs-pane{
  padding-top: 0px !important;
}

#cycle-info{
  padding-left: 0;
  border-color: #ECEDF0;
}
#cycle-info label {
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
}
#cycle-info .cycle-infp-top-block:after{
  background-color: #ECEDF0;
}
#search-tree{
  background-image: none;
  color: #5E6C84;
  flex-grow: 1;
}
.tree-tcr.collapse{
  background: #fff;
  border: 0;
}
.searchFilter:after{
  font-size: 12px;
}
a:hover{
  /* text-decoration: none !important; */
}

.addTest-exec-assignee #exec-assignee-wrapper {
  display: inline-block;
  width: 350px;
  max-width: 500px;
}

#cycle-info a {
  color: #4c9aff;
}

#cycle-info a:hover {
    color: #5e6c84;
}
#test-cycles-tab .toggle-wrap .toggle-title {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX///9wcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHDRPAkXAAAADHRSTlMAESIziJmqu8zd7v+91kxoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADIxLzEyLzEymvNa/wAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAySURBVAiZY2AgCbA0MDCkgBgcWxlYd4AYjN0B0YvAclrbdxmAGcyrF0OVWxqQZjwDAwA8XgfBciyedgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  cursor: pointer;
  padding-left: 20px;
}
#test-cycles-tab .toggle-wrap.collapsed .toggle-title {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX///9wcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHDRPAkXAAAADHRSTlMAESIziJmqu8zd7v+91kxoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADIxLzEyLzEymvNa/wAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAArSURBVAiZY2DAB1iaoAy2XQZQVvRiKIMVLlQ9AU0EpoZjhwLUnEa81iABAFHzB8GYPzdNAAAAAElFTkSuQmCC);
}

#add-tests-dialog {
  max-height: 600px;
  height: 600px !important;
  margin-top: -300px !important;
}
#add-tests-dialog .dialog-page-menu, #add-tests-dialog .dialog-page-body, #add-tests-dialog .dialog-panel-body {
  max-height: 500px;
  height: 400px !important;
}

.js-tree-wrapper {
  position: relative;
}

#js-tree-loader {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.js-tree-spinner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 20px;
  height: 20px;
  /* Safari */
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.add-test-individually-field-group.add-test-JQl-wrap {
  padding-left: 50px !important;
}

.zephyr-je-add-tests-jql-wrap {
  padding: 0;
}

.zephyr-je-add-tests-jql-wrap .issues-table-wrap {
    height: 195px;
    overflow: auto;
    width: 550px;
    margin: 15px 0;
}

.zephyr-je-add-tests-jql-wrap #addTests {
  margin-top: -40px;
}

.zephyr-je-add-tests-jql-wrap .issues-table-wrap .column-header {
  min-width: 100px;
}

#loading-icon-jql {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
}

#jql-pagination-wrap .pagination-navigation, #table-header-alignment-container button.aui-button {
  float: right;
}

#table-header-alignment-container {
  margin: 10px;
  height: 20px
}

#no-of-selected-issues {
  position: relative;
  top: 10px
}

#JQL-issues-column-chooser {
  z-index: 6000 !important;
}

#select-all-issues[type=checkbox]:indeterminate {
  display: none;
}

#select-all-issues[type=checkbox] {
  display: block;
}

#select-all-issues[type=checkbox]:indeterminate + label {
  background:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-project-dashboard-resources/images/icons/partial-selection-icon.png") no-repeat;
  height: 13px;
  width: 13px;
  display: inline-block;
  background-size: 100%;
  margin: 0 3px;
}
/* module-key = 'com.atlassian.auiplugin:split_aui.component.form.select2', location = 'aui.component.form.select2.css' */
.select2-container{margin:0;position:relative;display:inline-block;zoom:1;*display:inline;vertical-align:middle}.select2-container,.select2-drop,.select2-search,.select2-search input{box-sizing:border-box}.select2-container .select2-choice{display:block;height:26px;padding:0 0 0 8px;overflow:hidden;position:relative;border:1px solid #aaa;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;border-radius:4px;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:-moz-linear-gradient(center bottom,#eee 0,#fff 50%);background-image:linear-gradient(top,#fff,#eee 50%)}.select2-container .select2-choice,.select2-container.select2-drop-above .select2-choice{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=0)}.select2-container.select2-drop-above .select2-choice{border-bottom-color:#aaa;border-radius:0 0 4px 4px;background-image:-moz-linear-gradient(center bottom,#eee 0,#fff 90%);background-image:linear-gradient(top,#eee,#fff 90%)}.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right:42px}.select2-container .select2-choice>.select2-chosen{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.select2-container .select2-choice abbr{display:none;width:12px;height:12px;position:absolute;right:24px;top:8px;font-size:1px;text-decoration:none;border:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAQAAAAIslF0AAABwElEQVR4Ae2WQxQQURSGX7Zt27brZtvG/mS7L9s21tkts23bxnTrvEU2bvzGM/+Z72ng/ir+wzxq+20Z5hDSTtsO5QwZScohlNl24iwcRLnIWZRDlHd2EJu9KMpJEjtLSMMRLz5HZkttQS76Rt7jG7yx+1aIRqyvyrdGOUsSYvq+nvF+oD4NqOenJkT7xI1ms8p9FbQkq9+mpoV7Hwaj+IkDRHAfgZw8RynjfiQs8donZP9EZpPP7CfMjxSn4j7K8E8kOqB+8qkfCMO4/cn+7c1kJvlp6JfWWSLKDGnk96rINPnwwCQOxd0PRjqISiBlpaDcF5VlzgpJKOtF5ZE8EJWNksXZUSaEbBF9OR2S8M4SKSHnvfi6lLPUVpXHvpFX+AbvYSeuJSo7JbKEkk2i0t+yzqUkod/GkpLuD+Y//yEKiUk8KIS1thtXUZRdVLPUTkU5SUfGeXldK205lLVE8/t5ucl1YtuIpxGQ/tVRF5RyNuIlPPKD6lX9jfqZYSiVXh3NJqCQjTgjylXKOkdkOqOcdlbQFEU5xCW/DRhip87PQvaxh14MffU7bA0DvXoUEe3VPXiCUsrZw2oCMrhXvADycwgGeGKctgAAAABJRU5ErkJggg==) 100% 0 no-repeat;cursor:pointer;outline:0}.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.select2-container .select2-choice abbr:hover{background-position:right -11px;cursor:pointer}.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background-color:#fff;filter:alpha(opacity=0)}.select2-drop{width:100%;margin-top:-1px;position:absolute;z-index:9999;top:100%;background:#fff;color:#000;border:1px solid #aaa;border-top:0;border-radius:0 0 4px 4px;box-shadow:0 4px 5px rgba(0,0,0,.15)}.select2-drop-auto-width{border-top:1px solid #aaa;width:auto}.select2-drop-auto-width .select2-search{padding-top:4px}.select2-drop.select2-drop-above{margin-top:1px;border-top:1px solid #aaa;border-bottom:0;border-radius:4px 4px 0 0;box-shadow:0 -4px 5px rgba(0,0,0,.15)}.select2-drop-active{border:1px solid #5897fb;border-top:none}.select2-drop.select2-drop-above.select2-drop-active{border-top:1px solid #5897fb}.select2-container .select2-choice .select2-arrow{display:inline-block;width:18px;height:100%;position:absolute;right:0;top:0;border-left:1px solid #aaa;border-radius:0 4px 4px 0;background-clip:padding-box;background:#ccc;background-image:-moz-linear-gradient(center bottom,#ccc 0,#eee 60%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#cccccc",GradientType=0);background-image:linear-gradient(top,#ccc,#eee 60%)}.select2-container .select2-choice .select2-arrow b{display:block;width:100%;height:100%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAQAAAAIslF0AAABwElEQVR4Ae2WQxQQURSGX7Zt27brZtvG/mS7L9s21tkts23bxnTrvEU2bvzGM/+Z72ng/ir+wzxq+20Z5hDSTtsO5QwZScohlNl24iwcRLnIWZRDlHd2EJu9KMpJEjtLSMMRLz5HZkttQS76Rt7jG7yx+1aIRqyvyrdGOUsSYvq+nvF+oD4NqOenJkT7xI1ms8p9FbQkq9+mpoV7Hwaj+IkDRHAfgZw8RynjfiQs8donZP9EZpPP7CfMjxSn4j7K8E8kOqB+8qkfCMO4/cn+7c1kJvlp6JfWWSLKDGnk96rINPnwwCQOxd0PRjqISiBlpaDcF5VlzgpJKOtF5ZE8EJWNksXZUSaEbBF9OR2S8M4SKSHnvfi6lLPUVpXHvpFX+AbvYSeuJSo7JbKEkk2i0t+yzqUkod/GkpLuD+Y//yEKiUk8KIS1thtXUZRdVLPUTkU5SUfGeXldK205lLVE8/t5ucl1YtuIpxGQ/tVRF5RyNuIlPPKD6lX9jfqZYSiVXh3NJqCQjTgjylXKOkdkOqOcdlbQFEU5xCW/DRhip87PQvaxh14MffU7bA0DvXoUEe3VPXiCUsrZw2oCMrhXvADycwgGeGKctgAAAABJRU5ErkJggg==) no-repeat 0 1px}.select2-search{display:inline-block;width:100%;min-height:26px;margin:0;padding-left:4px;padding-right:4px;position:relative;z-index:10000;white-space:nowrap}.select2-search input{width:100%;height:auto!important;min-height:26px;padding:4px 20px 4px 5px;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #aaa;border-radius:0;box-shadow:none;background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAQAAAAIslF0AAABwElEQVR4Ae2WQxQQURSGX7Zt27brZtvG/mS7L9s21tkts23bxnTrvEU2bvzGM/+Z72ng/ir+wzxq+20Z5hDSTtsO5QwZScohlNl24iwcRLnIWZRDlHd2EJu9KMpJEjtLSMMRLz5HZkttQS76Rt7jG7yx+1aIRqyvyrdGOUsSYvq+nvF+oD4NqOenJkT7xI1ms8p9FbQkq9+mpoV7Hwaj+IkDRHAfgZw8RynjfiQs8donZP9EZpPP7CfMjxSn4j7K8E8kOqB+8qkfCMO4/cn+7c1kJvlp6JfWWSLKDGnk96rINPnwwCQOxd0PRjqISiBlpaDcF5VlzgpJKOtF5ZE8EJWNksXZUSaEbBF9OR2S8M4SKSHnvfi6lLPUVpXHvpFX+AbvYSeuJSo7JbKEkk2i0t+yzqUkod/GkpLuD+Y//yEKiUk8KIS1thtXUZRdVLPUTkU5SUfGeXldK205lLVE8/t5ucl1YtuIpxGQ/tVRF5RyNuIlPPKD6lX9jfqZYSiVXh3NJqCQjTgjylXKOkdkOqOcdlbQFEU5xCW/DRhip87PQvaxh14MffU7bA0DvXoUEe3VPXiCUsrZw2oCMrhXvADycwgGeGKctgAAAABJRU5ErkJggg==) no-repeat 100% -22px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAQAAAAIslF0AAABwElEQVR4Ae2WQxQQURSGX7Zt27brZtvG/mS7L9s21tkts23bxnTrvEU2bvzGM/+Z72ng/ir+wzxq+20Z5hDSTtsO5QwZScohlNl24iwcRLnIWZRDlHd2EJu9KMpJEjtLSMMRLz5HZkttQS76Rt7jG7yx+1aIRqyvyrdGOUsSYvq+nvF+oD4NqOenJkT7xI1ms8p9FbQkq9+mpoV7Hwaj+IkDRHAfgZw8RynjfiQs8donZP9EZpPP7CfMjxSn4j7K8E8kOqB+8qkfCMO4/cn+7c1kJvlp6JfWWSLKDGnk96rINPnwwCQOxd0PRjqISiBlpaDcF5VlzgpJKOtF5ZE8EJWNksXZUSaEbBF9OR2S8M4SKSHnvfi6lLPUVpXHvpFX+AbvYSeuJSo7JbKEkk2i0t+yzqUkod/GkpLuD+Y//yEKiUk8KIS1thtXUZRdVLPUTkU5SUfGeXldK205lLVE8/t5ucl1YtuIpxGQ/tVRF5RyNuIlPPKD6lX9jfqZYSiVXh3NJqCQjTgjylXKOkdkOqOcdlbQFEU5xCW/DRhip87PQvaxh14MffU7bA0DvXoUEe3VPXiCUsrZw2oCMrhXvADycwgGeGKctgAAAABJRU5ErkJggg==) no-repeat 100% -22px,linear-gradient(top,#fff 85%,#eee 99%)}.select2-drop.select2-drop-above .select2-search input{margin-top:4px}.select2-search input.select2-active{background:#fff url(data:image/gif;base64,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) no-repeat 100%;background:url(data:image/gif;base64,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) no-repeat 100%,linear-gradient(top,#fff 85%,#eee 99%)}.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid #5897fb;outline:none;box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-dropdown-open .select2-choice{border-bottom-color:transparent;box-shadow:inset 0 1px 0 #fff;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#eee;background-image:-moz-linear-gradient(center bottom,#fff 0,#eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=0);background-image:linear-gradient(top,#fff,#eee 50%)}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:1px solid #5897fb;border-top-color:transparent;background-image:-moz-linear-gradient(center top,#fff 0,#eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=0);background-image:linear-gradient(bottom,#fff,#eee 50%)}.select2-dropdown-open .select2-choice .select2-arrow{background:transparent;border-left:none;-webkit-filter:none;filter:none}.select2-dropdown-open .select2-choice .select2-arrow b{background-position:-18px 1px}.select2-results{max-height:200px;padding:0 0 0 4px;margin:4px 4px 4px 0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:rgba(0,0,0,0)}.select2-results ul.select2-result-sub{margin:0;padding-left:0}.select2-results ul.select2-result-sub>li .select2-result-label{padding-left:20px}.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:40px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:60px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:80px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:100px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:110px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:120px}.select2-results li{list-style:none;display:list-item;background-image:none}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:700}.select2-results .select2-result-label{padding:3px 7px 4px;margin:0;cursor:pointer;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-results .select2-highlighted{background:#3875d7;color:#fff}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:transparent}.select2-results .select2-highlighted ul{background:#fff;color:#000}.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item}.select2-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-selected{display:none}.select2-more-results.select2-active{background:#f4f4f4 url(data:image/gif;base64,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) no-repeat 100%}.select2-more-results{background:#f4f4f4;display:list-item}.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color:#f4f4f4;background-image:none;border-left:0}.select2-container.select2-container-disabled .select2-choice abbr{display:none}.select2-container-multi .select2-choices{height:auto!important;height:1%;margin:0;padding:0;position:relative;border:1px solid #aaa;cursor:text;overflow:hidden;background-color:#fff;background-image:linear-gradient(top,#eee 1%,#fff 15%)}.select2-locked{padding:3px 5px!important}.select2-container-multi .select2-choices{min-height:26px}.select2-container-multi.select2-container-active .select2-choices{border:1px solid #5897fb;outline:none;box-shadow:0 0 5px rgba(0,0,0,.3)}.select2-container-multi .select2-choices li{float:left;list-style:none}.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{padding:5px;margin:1px 0;font-family:sans-serif;font-size:100%;color:#666;outline:0;border:0;box-shadow:none;background:transparent!important}.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:#fff url(data:image/gif;base64,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) no-repeat 100%!important}.select2-default{color:#999!important}.select2-container-multi .select2-choices .select2-search-choice{padding:3px 5px 3px 18px;margin:3px 0 3px 5px;position:relative;line-height:13px;color:#333;cursor:default;border:1px solid #aaa;border-radius:3px;box-shadow:inset 0 0 2px #fff,0 1px 0 rgba(0,0,0,.05);background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#f4f4f4",GradientType=0);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee)}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{background:#d4d4d4}.select2-search-choice-close{display:block;width:12px;height:13px;position:absolute;right:3px;top:4px;font-size:1px;outline:none;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAQAAAAIslF0AAABwElEQVR4Ae2WQxQQURSGX7Zt27brZtvG/mS7L9s21tkts23bxnTrvEU2bvzGM/+Z72ng/ir+wzxq+20Z5hDSTtsO5QwZScohlNl24iwcRLnIWZRDlHd2EJu9KMpJEjtLSMMRLz5HZkttQS76Rt7jG7yx+1aIRqyvyrdGOUsSYvq+nvF+oD4NqOenJkT7xI1ms8p9FbQkq9+mpoV7Hwaj+IkDRHAfgZw8RynjfiQs8donZP9EZpPP7CfMjxSn4j7K8E8kOqB+8qkfCMO4/cn+7c1kJvlp6JfWWSLKDGnk96rINPnwwCQOxd0PRjqISiBlpaDcF5VlzgpJKOtF5ZE8EJWNksXZUSaEbBF9OR2S8M4SKSHnvfi6lLPUVpXHvpFX+AbvYSeuJSo7JbKEkk2i0t+yzqUkod/GkpLuD+Y//yEKiUk8KIS1thtXUZRdVLPUTkU5SUfGeXldK205lLVE8/t5ucl1YtuIpxGQ/tVRF5RyNuIlPPKD6lX9jfqZYSiVXh3NJqCQjTgjylXKOkdkOqOcdlbQFEU5xCW/DRhip87PQvaxh14MffU7bA0DvXoUEe3VPXiCUsrZw2oCMrhXvADycwgGeGKctgAAAABJRU5ErkJggg==) 100% 0 no-repeat}.select2-container-multi .select2-search-choice-close{left:3px}.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close,.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover{background-position:right -11px}.select2-container-multi.select2-container-disabled .select2-choices{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px;border:1px solid #ddd;background-image:none;background-color:#f4f4f4}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:none}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.select2-display-none{display:none}.select2-measure-scrollbar{position:absolute;top:-10000px;left:-10000px;width:100px;height:100px;overflow:scroll}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi){.select2-container .select2-choice .select2-arrow b,.select2-container .select2-choice abbr,.select2-search-choice-close,.select2-search input{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABQCAQAAAB4knkCAAACLElEQVR4Ae2bJ3DcUBBAL70nbjBFgeF80isSR4eCxWdS0UsPSUUyDDNH5uTE0nuhce+W4tm5+S57aa5/9vYt0ura+33P55oTC47jkJPrjGXdiopcZyzriqDOmBYWQXVtXfmd1rWubF9XK1vXFRYN5ne1f8J72Oewr9K+D/tJi+tcb6OzNIm8dRJttcQnKh18qi0T+uX5/bVY4URL4RPLfLU0vEIar3Kf0u1b5it1LBgvn+iIVThhYJHuAMmyl6tqQVyPVHi1PiiJGilJvMqfVm25ChH/0rVay1WI+JeuZS9Xy9/else5/FyuM/+9dMlyFT0iV81FrjPLPxLGrxsEdcYYohcE9bV15Xda17qy1rWvLLrWWTSY30nKe9jnsK/Svg/7ScvOWTp+ll8tOY7jOI7jOI7j2IIOMgoqSokGGR2WddPwp/qyGRU/Sa3q1imbqrPMzMVskK7b7N1KdKd4z2UOc4irvGOSUrKpvbk7IGKjPGRnyHbznFHp5QFjc5lMtCa5tyS/hcdMSy9ntoQbMnPfskfd2ckXES5sCcv8bd2L3ESWL3vCsxxtee8sM1aFjxkUXsaQxuKQLkT4FXvVnR6+iHDDlnDWPHQ8Y+uSNbrX5rbUwQClHDx66QnZTl4wKrqTdJg7WopYyTQfucMZLnGXH9K7Vv+dg3ooHULxEHSNKqcMNKXLIDtpW7mDjEYQLsjoIFfK1nHltlMu2k7ZuqtSrrULFOH/cNoO5xdjK6cS09sK/AAAAABJRU5ErkJggg==)!important;background-repeat:no-repeat!important;background-size:60px 40px!important}.select2-search input{background-position:100% -21px!important}}.aui-select2-drop{--aui-item-border-radius:0}.aui-select2-drop .select2-result-selectable .select2-match,.aui-select2-drop .select2-result-unselectable .select2-match{text-decoration:none;font-weight:700}.aui-select2-drop .select2-results ul.select2-result-sub{padding:0}.aui-select2-drop.aui-dropdown2 .select2-search{padding:8px}.aui-select2-drop{margin-top:3px;margin-bottom:0;z-index:9999}.aui-select2-drop.select2-drop-above.select2-drop-active{box-shadow:0 4px 8px -2px var(--aui-shadow2),0 0 1px var(--aui-shadow2);background:var(--aui-dropdown-bg-color);border:0 solid var(--aui-dropdown-border-color);border-radius:3px;color:var(--aui-item-text);margin-bottom:3px;margin-top:0}@supports (-ms-accelerator:true) or (-ms-ime-align:auto){.aui-select2-drop.select2-drop-above.select2-drop-active{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-select2-drop .select2-results .select2-more-results,.aui-select2-drop .select2-results .select2-no-results,.aui-select2-drop .select2-results .select2-result-label,.aui-select2-drop .select2-results .select2-searching,.aui-select2-drop .select2-results ul.select2-result-sub>li .select2-result-label{border-radius:var(--aui-item-border-radius,3px);box-sizing:content-box;display:block;line-height:1.14285714;padding:7px 10px}.aui-select2-drop .select2-result-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:inherit}.aui-select2-drop .select2-results{margin:0;padding:0}.aui-select2-drop .select2-more-results,.aui-select2-drop .select2-no-results,.aui-select2-drop .select2-searching{background-color:transparent}.aui-select2-drop{border:2px solid transparent}.select2-drop.select2-drop-above .select2-search input{margin-top:0}.aui-select2-drop .select2-search{display:flex;align-items:center}.aui-select2-drop .select2-search:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0;font-family:Adgs Icons;font-weight:400;font-style:normal;speak:none;color:inherit;content:"\F18C";font-size:16px;height:16px;left:0;line-height:1;margin-top:-8px;position:absolute;text-indent:0;top:50%;width:16px;left:auto;right:12px}.aui-select2-drop .select2-search input{padding-right:22px;outline:none;border-width:2px;border-color:var(--aui-focus);border-radius:3.01px;background:none!important;color:inherit;font-family:inherit;min-height:0}.aui-select2-drop .select2-search input:focus-visible{box-shadow:unset}.aui-select2-container.select2-container .select2-choice,.aui-select2-drop{color:inherit;max-width:none}.aui-select2-drop.aui-dropdown2{margin-left:0}.aui-select2-drop.aui-dropdown2.select2-with-searchbox{padding-top:0}.aui-select2-drop .select2-results .select2-result-selectable{background-color:var(--aui-item-bg,transparent);color:var(--aui-item-text,var(--aui-body-text));text-decoration:none;cursor:pointer}.aui-select2-drop .select2-results .select2-highlighted{background-color:var(--aui-item-focus-bg);color:var(--aui-item-focus-text,inherit)}.aui-select2-drop .select2-results .select2-result-unselectable{background-color:var(--aui-item-disabled-bg,transparent);color:var(--aui-item-disabled-text,var(--aui-lesser-body-text));cursor:not-allowed;text-decoration:none}.aui-select2-drop .select2-results .select2-result-with-children{cursor:inherit;border-top:1px solid var(--aui-dropdown-border-color);border-bottom:1px solid var(--aui-dropdown-border-color);margin:3px 0;padding:0}.aui-select2-drop .select2-results .select2-result-with-children:first-child{border-top:0;margin-top:0}.aui-select2-drop .select2-results .select2-result-with-children:last-child{border-bottom:0;margin-bottom:0}.aui-select2-drop .select2-results .select2-result-with-children>:first-child{margin-top:3px}.aui-select2-drop .select2-results .select2-result-with-children>:last-child{margin-bottom:3px}.aui-select2-drop .select2-results .select2-result-with-children>.select2-result-label{color:var(--aui-itemheading-text);font-size:11px;font-weight:600;line-height:1.45454545;letter-spacing:0;text-transform:uppercase}.aui-select2-drop .select2-results .select2-result-with-children+.select2-result>.select2-result-label{margin-top:3px}.aui-select2-drop .select2-results .select2-result-with-children+.select2-result-with-children{border-top:0}.aui-select2-container.select2-container .select2-choice>span{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.aui-select2-container.select2-container .select2-choice .select2-arrow{background:none;border:none;-webkit-filter:none;filter:none}.aui-select2-container.select2-container-active .select2-choice,.aui-select2-container.select2-container-active .select2-choices{border:none;outline:none;box-shadow:none}.aui-select2-container.select2-container .select2-choice .select2-arrow b{display:none;background:none}.aui-select2-container.select2-container .select2-choice{padding-right:23px;position:relative;width:inherit}.aui-select2-container.select2-container a.select2-choice,.aui-select2-container.select2-container a.select2-choice:active,.aui-select2-container.select2-container a.select2-choice:focus,.aui-select2-container.select2-container a.select2-choice:hover{text-decoration:none}.aui-select2-container.select2-container .select2-choice:after{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0;font-family:Adgs Icons;font-weight:400;font-style:normal;speak:none;content:"\F15B";left:100%;height:0;margin-left:-18px;margin-top:-2px;opacity:1;position:absolute;top:7px;width:0}.aui-select2-container .select2-input{color:inherit!important}.aui-select2-container .select2-default{color:var(--aui-select2-placeholder-text-color)!important}.aui-select2-container .select2-choices .select2-search-field input{font-family:inherit;font-size:14px;height:1.42857143em;line-height:1.42857143;margin:0;padding:0}.aui-select2-container.select2-container-multi .select2-choices{background-color:var(--aui-select2-field-default-bg-color);color:var(--aui-form-field-default-text-color);min-height:0}.aui-select2-container.select2-container-multi .select2-choices:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0;font-family:Adgs Icons;font-weight:400;font-style:normal;speak:none;color:inherit;content:"\F15B";font-size:16px;height:16px;left:0;line-height:1;margin-top:-8px;position:absolute;text-indent:0;top:50%;width:16px;font-size:inherit;left:inherit;right:0}.aui-select2-container.select2-container-multi.select2-container .select2-choices.select2-choices{padding-right:16px}.aui-select2-container.select2-container-multi.text{height:auto}.aui-select2-container .select2-search-choice-close{background-image:none!important;border-radius:3.01px;color:inherit;cursor:pointer;display:flex;width:17px;height:auto;left:auto;top:0;right:0;bottom:0;position:absolute;text-decoration:none;-webkit-filter:opacity(.5);filter:opacity(.5)}.aui-select2-container .select2-search-choice-close:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0;font-family:Adgs Icons;font-weight:400;font-style:normal;speak:none;content:"\F11B";font-size:10px;margin:auto}.aui-select2-container .select2-choices .select2-search-choice.select2-search-choice-focus .select2-search-choice-close,.aui-select2-container .select2-search-choice-close:hover{background-color:var(--aui-label-close-hover-bg-color);color:var(--aui-label-close-hover-text-color);-webkit-filter:none;filter:none}.aui-select2-container .select2-choices .select2-search-choice{background:var(--aui-select2-chosen-bg-color);border:1px solid var(--aui-select2-chosen-bg-color);border-radius:3.01px;box-shadow:none;color:var(--aui-select2-chosen-text-color);display:inline-block;font-size:14px;font-weight:400;line-height:1;padding:1px 18px 1px 5px;position:relative;margin:1px 5px 1px 0;text-align:left;text-decoration:none}.aui-select2-container .select2-choices:hover .select2-search-choice{background-color:var(--aui-select2-chosen-hover-bg-color);border-color:var(--aui-select2-chosen-hover-bg-color);color:var(--aui-select2-chosen-hover-text-color)}.aui-select2-container.select2-container-active .select2-choices .select2-search-choice{background-color:var(--aui-select2-active-chosen-bg-color);border-color:var(--aui-select2-active-chosen-bg-color);color:var(--aui-select2-active-chosen-text-color)}.aui-select2-container .select2-choices .select2-search-choice.select2-search-choice-focus{outline-style:none;box-shadow:0 0 0 2px var(--aui-focus);background-color:var(--aui-select2-chosen-hover-bg-color)}.aui-select2-container .select2-choice abbr{padding-top:10px;position:absolute;top:10px}.aui-select2-container.select2-allowclear .select2-choice abbr{display:block}@media (-webkit-min-device-pixel-ratio:1.5),all and (min-resolution:1.5dppx){.aui-select2-container.select2-container .select2-choice abbr{top:3px}}.aui-select2-container.select2-container .select2-choice,.aui-select2-container.select2-container .select2-choice:visited,.aui-select2-container.select2-container a.select2-choice{box-sizing:border-box;transition:background-color .1s ease-out;border-radius:3.01px;border-style:solid;border-width:1px;cursor:pointer;font-family:inherit;font-size:14px;font-variant:normal;font-weight:400;background-image:none;background-color:var(--aui-btn-bg);border:1px solid var(--aui-btn-border);color:var(--aui-btn-text);--aui-btn-bg:var(--aui-button-default-bg-color);--aui-btn-border:var(--aui-button-default-border-color,transparent);--aui-btn-text:var(--aui-button-default-text-color);border-width:0;display:inline-block;-webkit-filter:none;filter:none;height:2.14285714em;line-height:1.42857143;margin:0;padding:4px 10px;text-decoration:none;text-shadow:none;vertical-align:top;white-space:nowrap}.aui-select2-container:not(.select2-dropdown-open).select2-container .select2-choice:hover{box-shadow:none;text-decoration:none}.aui-select2-container.select2-container .select2-choice:active,.aui-select2-container.select2-container.select2-container-active .select2-choice,.aui-select2-container:not(.select2-dropdown-open).select2-container .select2-choice:hover{--aui-btn-bg:var(--aui-button-default-hover-bg-color);--aui-btn-text:var(--aui-button-default-text-color)}.aui-select2-container.select2-container:not(.select2-dropdown-open) .select2-choice:active,.aui-select2-container.select2-container:not(.select2-dropdown-open).select2-container-active .select2-choice{outline-style:none;box-shadow:0 0 0 2px var(--aui-focus)}.aui-select2-container.select2-container.select2-dropdown-open:not(.select2-container-multi) .select2-choice,.aui-select2-container.select2-container.select2-dropdown-open:not(.select2-container-multi) .select2-choices{--aui-btn-bg:var(--aui-button-default-selected-bg-color);--aui-btn-text:var(--aui-button-default-selected-text-color)}.aui-select2-container.select2-container-multi .select2-choices .select2-search-choice,.aui-select2-container.select2-container.select2-drop-above .select2-choice,.aui-select2-container.select2-dropdown-open.select2-drop-above .select2-choice,.aui-select2-container.select2-dropdown-open.select2-drop-above .select2-choices{-webkit-filter:none;filter:none}.aui-select2-container.select2-container .select2-choice abbr{display:none}.aui-select2-container .aui-avatar{margin-right:5px}.aui-select2-container.aui-has-avatar .select2-choices .select2-search-field input{padding:1px 0}.aui-select2-drop.aui-has-avatar .select2-results .select2-result-label .aui-avatar{margin-right:5px;vertical-align:middle}.aui-select2-drop.aui-has-avatar .select2-more-results,.aui-select2-drop.aui-has-avatar .select2-no-results,.aui-select2-drop.aui-has-avatar .select2-searching{padding-bottom:5px;padding-top:5px}
/* module-key = 'com.thed.zephyr.je:zephyr-je-traceability', location = 'includes/css/zephyr/project/zephyr-traceability.css' */
#requirement-section .navigator-search {
	background-color: #ffffff; 
	padding: 10px 20px 10px 12px;
	border-bottom: 0;
}
#requirement-section .saved-search-selector {
	background-color: #ffffff;
	padding: 10px 20px 10px 20px;
}
#requirement-section .aui-group {
	padding: 0
}
#requirement-section .traceability-aui-group li {
	display: inline-block;
}
#requirement-section .version > ul {
	padding : 10px 5px 10px 10px;
}
#requirement-section .select-img-icon {
	vertical-align: middle;
}
#requirement-section .aui-button.search-button {
	margin-left: 20px;
}
#requirement-section .issue-table-info-bar, .count-pagination {
	padding: 15px;
}

/*
 * Report page
 */
#report-pagination-container {
	padding: 10px 0;
}
#report-pagination-container #reqPageId {
	float: right;
}

#report-export-wrapper {
	padding: 10px 0;
	position: relative;
	height: 100px;
}

#report-export-wrapper #export-dropdown2-link {
	float: right;
}

#report-table-container {
	margin: 10px 0;
}

#report-table-container table.aui > thead > tr > th, 
#report-table-container table.aui > tbody > tr > th, 
#report-table-container table.aui > thead > tr > td, 
#report-table-container table.aui > tbody > tr > td, 
#report-table-container table.aui > tfoot > tr > td {
	border-right: 1px solid #cccccc;
}

#report-table-container table.aui > tbody tr:first-child > td {
	border-top: none;
}

#report-table-container table.aui > tbody > tr > td#execution-row,
#report-table-container table.aui > tbody > tr > td#defect-row {
	padding: 0px !important;
	position: relative;
}

#report-table-container table.aui > tbody > tr > td#execution-row div.execution-stats,
#report-table-container table.aui > tbody > tr > td#defect-row div.defect-stats {
	padding: 7px 10px !important;
}

/**
 * Report tables using divs
 */
.report-table {   	
	display: block;   	
	width: 100%;
	border-radius: 3px;
}

.report-table:after {   	
	visibility: hidden;   	
	display: block;   	
	font-size: 0;   	
	content: " ";   	
	clear: both;   	
	height: 0; 
	width: 100%;
}

.report-thead, 
.report-tbody,
.report-tfoot, 
.report-tr {   	
	clear: both;
	width: 100%;
}

.report-thead,
.report-tfoot {
	font-weight: bold;
}

.report-tr, 
.report-th,
.report-td {	
	float: left;   	 	
	overflow: hidden;   	
}

.report-th,
.report-td {
	width: 25%;
}
.report-th div.report-cell,
.report-td div.report-cell {
	padding: 7px 10px;	
	word-wrap: break-word;
    word-break: break-all;
}

.report-cell-req {
	word-wrap: break-word;
    word-break: break-all;
}

.report-th div.report-cell {
	border-top: 1px solid #cccccc;
}

.report-thead .report-th:first-child div.report-cell, 
.report-tbody .report-tr > .report-td:first-child div.report-cell {
	border-left: 1px solid #cccccc;
}

.report-th div.report-cell,
.report-td div.report-cell {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.report-requirement-cell div.report-last-cell {
	padding: 7px 10px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.report-requirement-cell div.report-cell {
	border-bottom: none;
}

#tests-executions-wrapper.tests-executions-wrapper {
	width: 66.67%;
	float: left;
	word-wrap: break-word;
  	word-break: break-all;
}

#defects-executions-wrapper.defects-executions-wrapper {
	width: 75%;
	float: right;
	word-wrap: break-word;
  	word-break: break-all;
}

#tests-executions-wrapper #execution-row-table td {
	width: 49.9%;
	word-wrap: break-word;
  	word-break: break-all;
}

#defects-executions-wrapper #execution-row-table td {
	width: 33.33%;
	word-wrap: break-word;
  	word-break: break-all;
}

.report-tr-left {
  float: left;
  width: 25%;
  height: auto;
}

.report-tr-right {
  float: right;
  width: 75%;
}

.rtod-report-tr-container {
	float: left;
	width: 100%;
}
.rtod-report-tr-container .report-td {
  width: 33.33% !important;
}

.report-td-req {
	width: 100%;
	height: 100%;
}

.report-cell-req {
	height: 100%;
	padding: 7px 10px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.report-aui-badge {
	font-size: 9px;
	margin-left: 5px;
}

a {
	cursor: pointer;
}

#show-more-wrapper {
	width: 100%;
}

.exec-show-more-container {
	position: relative;
}
.previous, .refresh-table{
	padding-left: 5px;
}
.next{
	padding-right: 5px;
}
.show{
	display: block;
}
.hide{
	display: none;
}
.reportButton{
	text-align: center;
  	padding-top: 25px;
}
#traceabilityReport.reportButton {
	padding: 4px 10px;
}
#navigateToReport{
	float: right;
	position: relative;
	top: 20px;
	margin-bottom: 10px;
}
.navigateToReportOptions li{
	display: inline-block;
	padding-right: 15px;
}
.no-results.no-results-message {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAABuCAYAAABWSF80AAACP0lEQVR42u3dzbGCMBSGYZxxw46texuwg5RADzZhF7RBH7TBgk64OHNwrtxo4JrAOfguvp2jmWckP4Qcsr7vszFt2x6GuCHNkF5R7m3KtGd0nILWyjDHdENyU6jKQc3ATlGdclATsFPUxtP485DjBo3L5fdfwTZyZelFFbhpw08bN7AK/GNrjbC/UQtPowvlqCph94CqDnYvqKpgraHeAoOXClhrqG7GrGBzWIuomcxK1HYFVlEzmT+rhLWMqhbWOqpK2D2gqoO1hlq++awaWGuoobtTKmC1o15f4FRv0m0Nqx313Ka5H3v7ZtQs0U5E9e2oBxmgOlDT5ChtWpILqOvMIkAFFVRQQQUVVFBBBRVUUEEFFVRQQQUVVFBBBRVUUEEFFVRQQQUVVFBBBRVUc6hd4BnXpSlBjZ+nY/KgxsvjCW1QE8B+K2ojx4f+k3IuLKP/slzmwIK6LMWcrgDU+Kg9qKCqQ+1AjY9a+Q7Sgfo56p8TiqDGQX2CBTUe6gMW1GVx775P6iaeQY2MyjL1c9Qa1DRr/xzU+CuqTgaoxwluUJcfkWeZmmDjrwI1PmqwKDqonxXPKX27rKP8qlVxVsrBcxfJrbLvL6uA+gWsMxzfWzVOa6KmqgOlKXXqq8P3mo/bjkFDZe2Sod77oCugEVEFdpwNXFv971IJQVayrFy/1KcHVfOUyGmecYAKKqigggoqqKCCCiqooIIKKqigggoqqKCCCiqooIIKKqigggoqqKCCCiqooIIKKqjWUH8Avm1Svml3YkkAAAAASUVORK5CYII=");
}
.no-results {
  background-color: #fff;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin: 100px auto 0;
  padding: 40px 110px 40px 20px;
  width: 520px;
  border-radius: 3px 5px 5px 5px;
  border: 1px solid #ccc;
}
.navigator-content {
  box-sizing: border-box;
  clear: both;
}
#traceability-message-bar{
	padding: 0;
}
body{
	min-height: 400px;
}

#export-job-progress-id .aui-dialog2-content {
	height: 120px;
	min-height: 120px !important;
}

.icon-required,
.aui-icon-required {
  /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXklEQVR42u3MsQ2AIBSEYZnHAVjACZzkNUxA6yCOY2HhNnoXn6EggVxjRfHnQh75pmOJX/e7JTPrxo8JRQK+SQUyugj4ZhUIaCPgG1RgRida0c63ClQpQOs4gAH8Bzy5KFqGk8PBaQAAAABJRU5ErkJggg==); */
}

.status-right {
	float: right;
}

.issue-status-img {
	position: relative;
    top: 3px;
    left: 3px;
}

.zfj-aui-lozenge-status {
	position: relative;
    left: 5px;	
}

.font-size-16 {
	font-size: 16px !important;
}

/* Removed as part of ZFJ-5563 - We should not be setting any styles for JIRA components(Lozenge) since they are bound to change */
/* .aui-lozenge.jira-issue-status-lozenge-green{background-color:#14892c;border-color:#14892c;color:#fff}
.aui-lozenge.aui-lozenge-subtle.jira-issue-status-lozenge-green{background-color:#fff;border-color:#b2d8b9;color:#14892c}
.aui-lozenge.jira-issue-status-lozenge-yellow{background-color:#ffd351;border-color:#ffd351;color:#594300}
.aui-lozenge.aui-lozenge-subtle.jira-issue-status-lozenge-yellow{background-color:#fff;border-color:#ffe28c;color:#594300}
.aui-lozenge.jira-issue-status-lozenge-brown{background-color:#815b3a;border-color:#815b3a;color:#fff}
.aui-lozenge.aui-lozenge-subtle.jira-issue-status-lozenge-brown{background-color:#fff;border-color:#ece7e2;color:#815b3a}
.aui-lozenge.jira-issue-status-lozenge-warm-red{background-color:#d04437;border-color:#d04437;color:#fff}
.aui-lozenge.aui-lozenge-subtle.jira-issue-status-lozenge-warm-red{background-color:#fff;border-color:#f8d3d1;color:#d04437}
.aui-lozenge.jira-issue-status-lozenge-blue-gray{background-color:#4a6785;border-color:#4a6785;color:#fff}
.aui-lozenge.aui-lozenge-subtle.jira-issue-status-lozenge-blue-gray{background-color:#fff;border-color:#e4e8ed;color:#4a6785}
.aui-lozenge.jira-issue-status-lozenge-medium-gray{background-color:#ccc;border-color:#ccc;color:#333}
.aui-lozenge.aui-lozenge-subtle.jira-issue-status-lozenge-medium-gray{background-color:#fff;border-color:#ccc;color:#333} */
.aui-lozenge.jira-issue-status-lozenge-compact{width:4px;text-align:left;text-indent:-9999px}

.aui-iconfont-list-expand {	
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX///9wcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHDRPAkXAAAADHRSTlMAESIziJmqu8zd7v+91kxoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADIxLzEyLzEymvNa/wAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAySURBVAiZY2AgCbA0MDCkgBgcWxlYd4AYjN0B0YvAclrbdxmAGcyrF0OVWxqQZjwDAwA8XgfBciyedgAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    cursor: pointer;
}

.aui-iconfont-list-collapse {	
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX///9wcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHDRPAkXAAAADHRSTlMAESIziJmqu8zd7v+91kxoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADIxLzEyLzEymvNa/wAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAArSURBVAiZY2DAB1iaoAy2XQZQVvRiKIMVLlQ9AU0EpoZjhwLUnEa81iABAFHzB8GYPzdNAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    cursor: pointer;
}
.total-defects-label{
	font-size: 12px;
}

.requirement-description-help-icon {
	float: right;
	margin-right: 10px;
	position: relative;
	bottom: 30px;
}

.navigateToReportOptions {
	float: left;
	margin-top: 5px !important;
}

#navigateToReport .reportButton {
	margin-left: 0px !important;
}

#requirement-message ol li {
	display: list-item;
}

#test-show-more-wrapper .test-show-more-container {
	padding: 7px 10px;	
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;	
}

#exec-show-more,
#test-show-more {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    margin: 0px 0.2em;
    overflow: hidden;
    padding: 0.35em;
    text-align: center;
}

#exec-show-more span,
#test-show-more span {
    color: #666666;
}

.aui-iconfont-devtools-arrow-right.traceability-report-arrow-right.traceability-arrow-right::after {
	content: "-->";
	font-weight: bold;
}
/* module-key = 'com.atlassian.jira.plugins.jira-dnd-attachment-plugin:dnd-base', location = 'css/IssueDropZone.less' */
.issue-drop-zone{border:1px dashed #ccc;border-radius:0px;padding:7px;transition:background-color .01s linear .01s;position:relative}.issue-drop-zone:not(.mod-content){text-align:center}.issue-drop-zone.issue-drop-zone__not-supported{text-align:left}.issue-drop-zone.dragover,.issue-drop-zone-document__dragover .issue-drop-zone{background-color:#f5f5f5}.issue-drop-zone__target{position:absolute;left:0px;top:0px;right:0px;bottom:0px}.issue-drop-zone__drop-icon{position:relative}.issue-drop-zone__drop-icon:before{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjFweCIgdmlld0JveD0iMCAwIDI1IDIxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPgogICAgICAgIDxnIGlkPSIwNV9Ecm9wem9uZS0oQ0EpLS0tdXBsb2FkZWQiIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMTMuMDAwMDAwLCAtNjQ1LjAwMDAwMCkiIGZpbGw9IiM3MDcwNzAiPgogICAgICAgICAgICA8ZyBpZD0iSXNzdWUtQXR0YWNobWVudHMiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjAyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkRyYWctJmFtcDstZHJvcC1lbXB0eS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTMuMDAwMDAwLCA0My4wMDAwMDApIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iY2xvdWQtdXBsb2FkLTIiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuMTI0Nzk3NywxOS42NDc5NDEgTDEzLjEyNDc5NzcsMTEuMDU2MzA2IEwxNS4xNzM3OTIyLDEzLjEzMDYxMDQgQzE1LjQ1NzI5NTcsMTMuNDE2NjYzNiAxNS45MTQzNzI3LDEzLjQxNjY2MzYgMTYuMTk4NzAyNywxMy4xMzA2MTA0IEMxNi40ODEzNzk2LDEyLjg0MzcyMDcgMTYuNDgxMzc5NiwxMi4zODAzNDc5IDE2LjE5ODcwMjcsMTIuMDk0Mjk0NiBMMTIuOTEzMjAzMyw4Ljc2OTU1MjY3IEMxMi44Nzg0ODg2LDguNzM1MjU5NzMgMTIuODQwNDY3Nyw4LjcwNTE0ODg2IDEyLjgwMTYyMDMsOC42NzgzODM2NCBDMTIuNzg1MDg5NSw4LjY2NzUxMDI3IDEyLjc2NzczMjEsOC42NjA4MTg5NyAxMi43NTEyMDEzLDguNjUwNzgyMDEgQzEyLjcyNzIzMTYsOC42MzY1NjI5OSAxMi43MDI0MzU0LDguNjIyMzQzOTcgMTIuNjc2ODEyNyw4LjYxMTQ3MDYgQzEyLjY1NTMyMjYsOC42MDIyNzAwNSAxMi42MzMwMDYsOC41OTcyNTE1OCAxMi42MTE1MTU5LDguNTkxMzk2NjggQzEyLjU4ODM3MjgsOC41ODM4Njg5NyAxMi41NjUyMjk3LDguNTc0NjY4NDIgMTIuNTQxMjYsOC41NzA0ODYzNiBDMTIuNTA0MDY1Nyw4LjU2MjEyMjIzIDEyLjQ2Njg3MTMsOC41NjA0NDk0IDEyLjQyOTY3Nyw4LjU1ODc3NjU3IEMxMi40MTg5MzIsOC41NTg3NzY1NyAxMi40MTA2NjY1LDguNTU1NDMwOTIgMTIuMzk5MDk1LDguNTU1NDMwOTIgQzEyLjM4NzUyMzQsOC41NTU0MzA5MiAxMi4zNzg0MzE1LDguNTU4Nzc2NTcgMTIuMzY2ODU5OSw4LjU1ODc3NjU3IEMxMi4zMzA0OTIxLDguNTYwNDQ5NCAxMi4yOTQxMjQzLDguNTYyOTU4NjQgMTIuMjU4NTgzMSw4LjU3MDQ4NjM2IEMxMi4yMzI5NjAzLDguNTc1NTA0ODQgMTIuMjA4OTkwNiw4LjU4NTU0MTc5IDEyLjE4NDE5NDQsOC41OTMwNjk1MSBDMTIuMTYzNTMwOSw4LjU5OTc2MDgyIDEyLjE0MzY5MzksOC42MDMxMDY0NyAxMi4xMjMwMzA0LDguNjExNDcwNiBDMTIuMDk0OTI4LDguNjIzMTgwMzggMTIuMDY5MzA1Miw4LjYzODIzNTgyIDEyLjA0Mjg1NTksOC42NTQxMjc2NiBDMTIuMDI3OTc4Miw4LjY2MjQ5MTc5IDEyLjAxMzEwMDUsOC42NjgzNDY2OSAxMS45OTgyMjI3LDguNjc3NTQ3MjMgQzExLjk1NzcyMjIsOC43MDUxNDg4NiAxMS45MjA1Mjc5LDguNzM2MDk2MTQgMTEuODg2NjM5Nyw4Ljc3MDM4OTA4IEw4LjYwMTk2NjksMTIuMDk0Mjk0NiBDOC40NjA2Mjg0NCwxMi4yMzczMjEyIDguMzg5NTQ1OTQsMTIuNDI1NTE0MiA4LjM4OTU0NTk0LDEyLjYxMjAzNDMgQzguMzg5NTQ1OTQsMTIuODAwMjI3MiA4LjQ2MDYyODQ0LDEyLjk4NzU4MzcgOC42MDE5NjY5LDEzLjEzMDYxMDQgQzguODg0NjQzODMsMTMuNDE2NjYzNiA5LjM0MjU0NzM5LDEzLjQxNjY2MzYgOS42MjYwNTA4NiwxMy4xMzA2MTA0IEwxMS42NzUwNDUzLDExLjA1NjMwNiBMMTEuNjc1MDQ1MywxOS42NDg3Nzc0IEMxMS42NzUwNDUzLDIwLjA1MzYwMTMgMTEuOTk5MDQ5MywyMC4zODIzMTE2IDEyLjM5ODI2ODQsMjAuMzgyMzExNiBDMTIuODAwNzkzOCwyMC4zODE0NzUyIDEzLjEyNDc5NzcsMjAuMDUzNjAxMyAxMy4xMjQ3OTc3LDE5LjY0Nzk0MSBMMTMuMTI0Nzk3NywxOS42NDc5NDEgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMC43MDMzNDk2LDYuMjg0NTY5NDUgQzIwLjQ3OTM1NzEsMi45MTQ2NjEyMiAxNy42OTgwNDc1LDAuMjQzMTU3ODk1IDE0LjMxMjUzNjgsMC4yNDMxNTc4OTUgQzEyLjE4MjU0MTMsMC4yNDMxNTc4OTUgMTAuMjEwNDE1MSwxLjMzMzg0MDUzIDkuMDMyNTk0NjIsMy4wNjY4ODg0IEM4LjU1NzMzMzcsMi44NjExMzA3OCA4LjA0MjM5ODgzLDIuNzUyMzk3MDkgNy41MTkxOTg1NiwyLjc1MjM5NzA5IEM1LjUxMzE4NDIyLDIuNzUyMzk3MDkgMy44NTU5NzAwOCw0LjI5MzA2OTk1IDMuNjQyNzIyNTcsNi4yNjYxNjgzNyBDMS42MDE5OTM1Myw3LjA1NzQxNTEzIDAuMjEwMDk4OTUxLDkuMDM4MDQxMjYgMC4yMTAwOTg5NTEsMTEuMzIzOTU4MiBDMC4yMTAwOTg5NTEsMTQuMzIxNjYyNiAyLjYyMDI5MTcsMTYuNzYwNjQzMSA1LjU4MjYxMzY0LDE2Ljc2MDY0MzEgTDkuNjYzMjQ1MTksMTYuNzYwNjQzMSBMOS42NjMyNDUxOSwxNS41MDYwMjM1IEw1LjU4MTc4NzEsMTUuNTA2MDIzNSBDMy4yOTg4ODE2MywxNS41MDYwMjM1IDEuNDQ5MDgzNDksMTMuNjM2NjQwMyAxLjQ0OTA4MzQ5LDExLjMyMzk1ODIgQzEuNDQ5MDgzNDksOS4yNTA0OTAxOCAyLjk0OTI1NDksNy41MzkxODkwNSA0LjkwOTgwOTUsNy4yMTIxNTE1NCBDNC44NzY3NDc4Nyw3LjA0NTcwNTM0IDQuODU4NTYzOTcsNi44NzUwNzcwOCA0Ljg1ODU2Mzk3LDYuNjk5NDMwMzMgQzQuODU4NTYzOTcsNS4yMTE0NTE0OSA2LjA0OTYwOTE1LDQuMDA3MDE2NjggNy41MTkxOTg1Niw0LjAwNzAxNjY4IEM4LjI5ODYyNjQ2LDQuMDA3MDE2NjggOC45OTI5MjA2Niw0LjM1MjQ1NTI4IDkuNDc5NzUzMTUsNC44OTI3NzgxMiBDMTAuMjE0NTQ3OSwyLjkwOTY0Mjc0IDEyLjA5ODIzNDIsMS40OTc3Nzc0OSAxNC4zMTI1MzY4LDEuNDk3Nzc3NDkgQzE3LjE2NTc1NTMsMS40OTc3Nzc0OSAxOS40Nzg0MTYzLDMuODM3MjI0ODMgMTkuNDc4NDE2Myw2LjcyNTM1OTE0IEMxOS40Nzg0MTYzLDYuODkwOTY4OTMgMTkuNDcxODAzOSw3LjA1NjU3ODcxIDE5LjQ1NDQ0NjYsNy4yMTg4NDI4NSBDMjEuMzc2OTgwMyw3LjU3ODUwMDQ2IDIyLjgzNjY1MTIsOS4yNzU1ODI1NyAyMi44MzY2NTEyLDExLjMyMzk1ODIgQzIyLjgzNjY1MTIsMTMuNjM2NjQwMyAyMC45ODY4NTMxLDE1LjUwNjAyMzUgMTguNzAzOTQ3NiwxNS41MDYwMjM1IEwxNS4wODc4MzE5LDE1LjUwNjAyMzUgTDE1LjA4NzgzMTksMTYuNzYwNjQzMSBMMTguNzAzOTQ3NiwxNi43NjA2NDMxIEMyMS42NjYyNjk2LDE2Ljc2MDY0MzEgMjQuMDc2NDYyMywxNC4zMjE2NjI2IDI0LjA3NjQ2MjMsMTEuMzIzOTU4MiBDMjQuMDc1NjM1OCw5LjA3MzE3MDYxIDIyLjcwNzcxMDksNy4wOTY3MjY1NCAyMC43MDMzNDk2LDYuMjg0NTY5NDUgTDIwLjcwMzM0OTYsNi4yODQ1Njk0NSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");background-position:0 0;width:24px;height:21px;position:absolute;margin-left:-31px;display:inline-block;content:" "}.issue-drop-zone.dragover .issue-drop-zone__drop-icon:before{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjFweCIgdmlld0JveD0iMCAwIDI1IDIxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPgogICAgICAgIDxnIGlkPSIwNl9Ecm9wem9uZS0oQ0EpLS0tdXBsb2FkZWQtd2l0aC1kcmFnIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzEyLjAwMDAwMCwgLTY0NS4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Iklzc3VlLUF0dGFjaG1lbnRzIiBza2V0Y2g6dHlwZT0iTVNMYXllckdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOS4wMDAwMDAsIDYwMi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJEcmFnLSZhbXA7LWRyb3AtZW1wdHktMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjkzLjAwMDAwMCwgNDMuMDAwMDAwKSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9ImNsb3VkLXVwbG9hZC0yIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0LjMxMjUzNjgsMC4yNDMxNTc4OTUgQzEyLjE4MjU0MTMsMC4yNDMxNTc4OTUgMTAuMjEwNDE1MSwxLjMzMzg0MDUzIDkuMDMyNTk0NjIsMy4wNjY4ODg0IEM4LjU1NzMzMzcsMi44NjExMzA3OCA4LjA0MjM5ODgzLDIuNzUyMzk3MDkgNy41MTkxOTg1NiwyLjc1MjM5NzA5IEM1LjUxMzE4NDIyLDIuNzUyMzk3MDkgMy44NTU5NzAwOCw0LjI5MzA2OTk1IDMuNjQyNzIyNTcsNi4yNjYxNjgzNyBDMS42MDE5OTM1Myw3LjA1NzQxNTEzIDAuMjEwMDk4OTUxLDkuMDM4MDQxMjYgMC4yMTAwOTg5NTEsMTEuMzIzOTU4MiBDMC4yMTAwOTg5NTEsMTQuMzIxNjYyNiAyLjYyMDI5MTcsMTYuNzYwNjQzMSA1LjU4MjYxMzY0LDE2Ljc2MDY0MzEgTDE4LjcwMzk0NzYsMTYuNzYwNjQzMSBDMjEuNjY2MjY5NiwxNi43NjA2NDMxIDI0LjA3NjQ2MjMsMTQuMzIxNjYyNiAyNC4wNzY0NjIzLDExLjMyMzk1ODIgQzI0LjA3NTYzNTgsOS4wNzMxNzA2MSAyMi43MDc3MTA5LDcuMDk2NzI2NTQgMjAuNzAzMzQ5Niw2LjI4NDU2OTQ1IEMyMC40NzkzNTcxLDIuOTE0NjYxMjIgMTcuNjk4MDQ3NSwwLjI0MzE1Nzg5NSAxNC4zMTI1MzY4LDAuMjQzMTU3ODk1IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzcwNzA3MCI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuMTI0Nzk3NywxMS4wNTYzMDYgTDE1LjE3Mzc5MjIsMTMuMTMwNjEwNCBDMTUuNDU3Mjk1NywxMy40MTY2NjM2IDE1LjkxNDM3MjcsMTMuNDE2NjYzNiAxNi4xOTg3MDI3LDEzLjEzMDYxMDQgQzE2LjQ4MTM3OTYsMTIuODQzNzIwNyAxNi40ODEzNzk2LDEyLjM4MDM0NzkgMTYuMTk4NzAyNywxMi4wOTQyOTQ2IEwxMi45MTMyMDMzLDguNzY5NTUyNjcgQzEyLjg3ODQ4ODYsOC43MzUyNTk3MyAxMi44NDA0Njc3LDguNzA1MTQ4ODYgMTIuODAxNjIwMyw4LjY3ODM4MzY0IEMxMi43ODUwODk1LDguNjY3NTEwMjcgMTIuNzY3NzMyMSw4LjY2MDgxODk3IDEyLjc1MTIwMTMsOC42NTA3ODIwMSBDMTIuNzI3MjMxNiw4LjYzNjU2Mjk5IDEyLjcwMjQzNTQsOC42MjIzNDM5NyAxMi42NzY4MTI3LDguNjExNDcwNiBDMTIuNjU1MzIyNiw4LjYwMjI3MDA1IDEyLjYzMzAwNiw4LjU5NzI1MTU4IDEyLjYxMTUxNTksOC41OTEzOTY2OCBDMTIuNTg4MzcyOCw4LjU4Mzg2ODk3IDEyLjU2NTIyOTcsOC41NzQ2Njg0MiAxMi41NDEyNiw4LjU3MDQ4NjM2IEMxMi41MDQwNjU3LDguNTYyMTIyMjMgMTIuNDY2ODcxMyw4LjU2MDQ0OTQgMTIuNDI5Njc3LDguNTU4Nzc2NTcgQzEyLjQxODkzMiw4LjU1ODc3NjU3IDEyLjQxMDY2NjUsOC41NTU0MzA5MiAxMi4zOTkwOTUsOC41NTU0MzA5MiBDMTIuMzg3NTIzNCw4LjU1NTQzMDkyIDEyLjM3ODQzMTUsOC41NTg3NzY1NyAxMi4zNjY4NTk5LDguNTU4Nzc2NTcgQzEyLjMzMDQ5MjEsOC41NjA0NDk0IDEyLjI5NDEyNDMsOC41NjI5NTg2NCAxMi4yNTg1ODMxLDguNTcwNDg2MzYgQzEyLjIzMjk2MDMsOC41NzU1MDQ4NCAxMi4yMDg5OTA2LDguNTg1NTQxNzkgMTIuMTg0MTk0NCw4LjU5MzA2OTUxIEMxMi4xNjM1MzA5LDguNTk5NzYwODIgMTIuMTQzNjkzOSw4LjYwMzEwNjQ3IDEyLjEyMzAzMDQsOC42MTE0NzA2IEMxMi4wOTQ5MjgsOC42MjMxODAzOCAxMi4wNjkzMDUyLDguNjM4MjM1ODIgMTIuMDQyODU1OSw4LjY1NDEyNzY2IEMxMi4wMjc5NzgyLDguNjYyNDkxNzkgMTIuMDEzMTAwNSw4LjY2ODM0NjY5IDExLjk5ODIyMjcsOC42Nzc1NDcyMyBDMTEuOTU3NzIyMiw4LjcwNTE0ODg2IDExLjkyMDUyNzksOC43MzYwOTYxNCAxMS44ODY2Mzk3LDguNzcwMzg5MDggTDguNjAxOTY2OSwxMi4wOTQyOTQ2IEM4LjQ2MDYyODQ0LDEyLjIzNzMyMTIgOC4zODk1NDU5NCwxMi40MjU1MTQyIDguMzg5NTQ1OTQsMTIuNjEyMDM0MyBDOC4zODk1NDU5NCwxMi44MDAyMjcyIDguNDYwNjI4NDQsMTIuOTg3NTgzNyA4LjYwMTk2NjksMTMuMTMwNjEwNCBDOC44ODQ2NDM4MywxMy40MTY2NjM2IDkuMzQyNTQ3MzksMTMuNDE2NjYzNiA5LjYyNjA1MDg2LDEzLjEzMDYxMDQgTDExLjY3NTA0NTMsMTEuMDU2MzA2IEwxMS42NzUwNDUzLDE5LjY0ODc3NzQgQzExLjY3NTA0NTMsMjAuMDUzNjAxMyAxMS45OTkwNDkzLDIwLjM4MjMxMTYgMTIuMzk4MjY4NCwyMC4zODIzMTE2IEMxMi44MDA3OTM4LDIwLjM4MTQ3NTIgMTMuMTI0Nzk3NywyMC4wNTM2MDEzIDEzLjEyNDc5NzcsMTkuNjQ3OTQxIEwxMy4xMjQ3OTc3LDExLjA1NjMwNiBaIiBpZD0iU2hhcGUiIGZpbGw9IiNGNUY1RjUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==")}.issue-drop-zone__text{text-align:center;display:block}.issue-drop-zone__button{position:relative;cursor:pointer;color:#3572b0;background:transparent;padding:0;border:0;font-family:inherit;font-size:inherit}form label.issue-drop-zone__button{color:#3572b0}.issue-drop-zone__button:hover,.issue-drop-zone__button:focus{text-decoration:underline}.issue-drop-zone__file{display:none}.upload-progress-bar{position:relative;padding-left:42px;padding-right:42px;margin-top:15px}.upload-progress-bar .upload-progress-bar__thumbnail{border:1px solid #ccc;width:33px;height:33px;box-sizing:border-box;overflow:hidden;position:absolute;left:0px}.upload-progress-bar .upload-progress-bar__thumbnail_icon_aui{border:none;width:34px;height:34px}.upload-progress-bar .upload-progress-bar__thumbnail_icon_aui .aui-icon:before{color:#707070}.upload-progress-bar .upload-progress-bar__thumbnail img{min-width:100%;max-height:100%;min-height:100%}.upload-progress-bar .upload-progress-bar__file-name{color:#333;height:25px;display:block;margin-right:70px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.upload-progress-bar .upload-progress-bar__file-size{position:absolute;right:42px;top:0px;color:#999;box-shadow:-5px 0 10px #fff}.upload-progress-bar .upload-progress-bar__control{position:absolute;right:0px;top:15px}.upload-progress-bar .upload-progress-bar__control button{height:24px;padding:0 !important;width:26px;transition:color 0.1s linear}.upload-progress-bar .upload-progress-bar__control button .aui-icon{margin-right:0px !important}.upload-progress-bar .upload-progress-bar__upload-finished:not(.upload-progress-bar__upload-ready) .upload-progress-bar__control button{color:#14892c}.upload-progress-bar .upload-progress-bar__progress-bar{height:5px;background:#ccc;display:block;border-radius:3px}.upload-progress-bar .upload-progress-bar__progress-bar .upload-progress-bar__bar{background:#3572b0;border-bottom-left-radius:3px;border-top-left-radius:3px;height:100%;display:block;width:0%;transition:width 0.1s linear}.upload-progress-bar.upload-progress-bar__upload-finished:not(.upload-progress-bar__upload-ready) .upload-progress-bar__bar{transition:none}.upload-progress-bar.upload-progress-bar__upload-finished .upload-progress-bar__bar{background:#14892c}.upload-progress-bar.upload-progress-bar__upload-error .upload-progress-bar__bar{background:#d04437}.upload-progress-bar .upload-progress-bar__error-message{color:#d04437;margin-top:0px}.upload-progress-bar .upload-progress-bar__upload-error .upload-progress-bar__error-message{margin-top:5px}.upload-progress-bar__checkbox{display:none;visibility:hidden}#file_attachments .attachments-upload-progress-bar .upload-progress-bar__progress-bar{min-width:100%;display:inline-block !important;height:5px;background:#ccc;display:block;border-radius:3px}#file_attachments .attachments-upload-progress-bar .upload-progress-bar__progress-bar .upload-progress-bar__bar{background:#3572b0;border-bottom-left-radius:3px;border-top-left-radius:3px;height:100%;display:block;width:0%;transition:width 0.1s linear}#file_attachments .attachments-upload-progress-bar.upload-progress-bar__upload-finished:not(.upload-progress-bar__upload-ready) .upload-progress-bar__bar{transition:none}#file_attachments .attachments-upload-progress-bar.upload-progress-bar__upload-finished .upload-progress-bar__bar{background:#14892c}#file_attachments .attachments-upload-progress-bar.upload-progress-bar__upload-error .upload-progress-bar__bar{background:#d04437}#file_attachments .attachments-upload-progress-bar.upload-progress-bar__upload-finished .upload-progress-bar__progress-bar{display:none}#file_attachments .attachments-upload-progress-bar.upload-progress-bar__upload-finished .upload-progress-bar__file-size{display:none}#file_attachments .attachments-upload-progress-bar:not(.upload-progress-bar__upload-finished) .upload-progress-bar__progress-bar{display:block}#file_attachments .attachments-upload-progress-bar:not(.upload-progress-bar__upload-finished) .upload-progress-bar__file-size{display:none}#file_attachments .attachments-upload-progress-bar .upload-progress-bar__control .icon{cursor:pointer}#file_attachments .attachments-upload-progress-bar .upload-progress-bar__error-message{color:#d04437;margin-top:0px}#file_attachments .attachments-upload-progress-bar .upload-progress-bar__upload-error .upload-progress-bar__error-message{margin-top:5px}#file_attachments .attachments-upload-progress-bar .upload-progress-bar__upload-control span{color:#3572b0;cursor:pointer}#file_attachments .attachments-upload-progress-bar .upload-progress-bar__upload-control span:hover{text-decoration:underline}#file_attachments .attachments-upload-progress-bar .attachment-date{display:none;visibility:hidden}#attachment_thumbnails .attachments-upload-progress-bar{border:none;border-radius:3px;height:195px;width:200px;padding:0px;margin:0 15px 15px 0;float:left;text-align:left}.navigator-body #attachment_thumbnails .attachments-upload-progress-bar{margin:0 10px 10px 0}#attachment_thumbnails .attachments-upload-progress-bar .upload-progress-bar__thumbnail{float:none;height:145px;margin:0 auto;width:200px;display:table-cell;text-align:center;vertical-align:middle;position:relative;border:1px solid #f0f0f0;border-radius:3px}#attachment_thumbnails .attachments-upload-progress-bar .upload-progress-bar__thumbnail img{vertical-align:text-top;max-width:200px;max-height:145px}#attachment_thumbnails .attachments-upload-progress-bar .upload-progress-bar__progress-bar{position:absolute;left:20px;right:20px;bottom:15px;height:5px;background:#ccc;display:block;border-radius:3px}#attachment_thumbnails .attachments-upload-progress-bar .upload-progress-bar__progress-bar .upload-progress-bar__bar{background:#3572b0;border-bottom-left-radius:3px;border-top-left-radius:3px;height:100%;display:block;width:0%;transition:width 0.1s linear}#attachment_thumbnails .attachments-upload-progress-bar.upload-progress-bar__upload-finished:not(.upload-progress-bar__upload-ready) .upload-progress-bar__bar{transition:none}#attachment_thumbnails .attachments-upload-progress-bar.upload-progress-bar__upload-finished .upload-progress-bar__bar{background:#14892c}#attachment_thumbnails .attachments-upload-progress-bar.upload-progress-bar__upload-error .upload-progress-bar__bar{background:#d04437}#attachment_thumbnails .attachments-upload-progress-bar.upload-progress-bar__upload-finished .upload-progress-bar__progress-bar{display:none}#attachment_thumbnails .attachments-upload-progress-bar.upload-progress-bar__upload-finished .upload-progress-bar__file-size{display:none}#attachment_thumbnails .attachments-upload-progress-bar:not(.upload-progress-bar__upload-finished) .upload-progress-bar__progress-bar{display:block}#attachment_thumbnails .attachments-upload-progress-bar:not(.upload-progress-bar__upload-finished) .upload-progress-bar__file-size{display:none}#attachment_thumbnails .attachments-upload-progress-bar dl{clear:left;display:block;height:42px;overflow:hidden;margin:5px 10px;width:180px}#attachment_thumbnails .attachments-upload-progress-bar dl dt{position:relative;text-align:left;float:left}#attachment_thumbnails .attachments-upload-progress-bar dl dt .upload-progress-bar__file-name{display:block;float:none;height:21px;white-space:nowrap;width:180px;word-wrap:normal}#attachment_thumbnails .attachments-upload-progress-bar dl dt .upload-progress-bar__control{position:absolute;left:auto;right:0;bottom:0;padding:0;margin:0;background-color:#f0f0f0}#attachment_thumbnails .attachments-upload-progress-bar dl dt .upload-progress-bar__control .icon{cursor:pointer}#attachment_thumbnails .attachments-upload-progress-bar dl .upload-progress-bar__file-size{float:right;margin:0;width:auto;font-size:12px;color:#707070}#attachment_thumbnails .attachments-upload-progress-bar dl .attachment-date{display:none;visibility:hidden}#attachment_thumbnails .attachments-upload-progress-bar dl .upload-progress-bar__upload-control{margin-left:0px}#attachment_thumbnails .attachments-upload-progress-bar dl .upload-progress-bar__upload-control span{color:#3572b0;cursor:pointer}#attachment_thumbnails .attachments-upload-progress-bar dl .upload-progress-bar__upload-control span:hover{text-decoration:underline}#attachment_thumbnails .attachments-upload-progress-bar dl:after{content:".";display:block;height:0;clear:both;visibility:hidden}#attachment_thumbnails .attachments-upload-progress-bar:hover{background-color:#f0f0f0}#attachment_thumbnails .attachments-upload-progress-bar:not(:hover) .upload-progress-bar__control{visibility:hidden}#attachment_thumbnails .attachments-upload-progress-bar+.item-attachments{clear:left}#attachment_thumbnails .attachments-upload-progress-bar .upload-progress-bar__error-message{color:#d04437;margin-top:0px}#attachment_thumbnails .attachments-upload-progress-bar .upload-progress-bar__upload-error .upload-progress-bar__error-message{margin-top:5px}.jira-dialog-content form.aui .issue-drop-zone,.jira-dialog-content form.aui .upload-progress-bar{box-sizing:border-box;max-width:500px}.attach-files-drop-zone__dragover-mask{background:rgba(255,255,255,0.3);border:3px dashed #f79232;border-radius:5px;bottom:0;left:0;margin:2px;position:absolute;right:0;top:0;transition:z-index .2s step-end;z-index:-1}.attach-files-drop-zone__dragover .attach-files-drop-zone__dragover-mask{transition:z-index 0s step-end;z-index:2500}.jira-dialog .attach-files-drop-zone__dragover-mask{top:56px;bottom:51px}#attachmentmodule .mod-content.issue-drop-zone{margin-left:10px}#attachmentmodule .mod-content.issue-drop-zone>.issue-drop-zone+#attachment_thumbnails:not(:empty),#attachmentmodule .mod-content.issue-drop-zone>.issue-drop-zone+#file_attachments:not(:empty){margin-top:5px}#attachmentmodule .mod-content.issue-drop-zone .issue-drop-zone{border:none}#attachmentmodule #attachmentmodule_heading .ops li #add-attachments-link{display:none;visibility:hidden}#attachmentmodule #attachmentmodule_heading .ops li.drop:last-child{border:none;margin-left:0}#attachmentmodule #attachment_thumbnails .attachment-content{border:none;border-radius:3px;height:195px;margin:0 15px 15px 0;padding:0px}.navigator-body #attachmentmodule #attachment_thumbnails .attachment-content{margin:0 10px 10px 0}#attachmentmodule #attachment_thumbnails .attachment-content .attachment-thumb{border:1px solid #e9e9e9;border-radius:3px}#attachmentmodule #attachment_thumbnails .attachment-content .attachment-thumb .gallery,#attachmentmodule #attachment_thumbnails .attachment-content .attachment-thumb{height:145px}#attachmentmodule #attachment_thumbnails .attachment-content .attachment-thumb img{max-height:145px}#attachmentmodule #attachment_thumbnails .attachment-content .attachment-thumbnail-icon:before{color:#e9e9e9}#attachmentmodule #attachment_thumbnails .attachment-content dl{margin:5px 10px;width:180px}#attachmentmodule #attachment_thumbnails .attachment-content dl .attachment-title{width:180px}#attachmentmodule #attachment_thumbnails .attachment-content dl .attachment-size,#attachmentmodule #attachment_thumbnails .attachment-content dl .attachment-date{color:#707070;font-size:12px;top:0px}#attachmentmodule #attachment_thumbnails .attachment-content dl .attachment-date{float:left;padding-left:0px}#attachmentmodule #attachment_thumbnails .attachment-content dl .attachment-size{float:right}#attachmentmodule #file_attachments .attachment-content{padding:5px 0px 5px 20px}#attachmentmodule #file_attachments .attachment-content dl .attachment-size,#attachmentmodule #file_attachments .attachment-content dl .attachment-date{text-align:left}#attachmentmodule #file_attachments .attachment-content .upload-progress-bar__upload-control{width:150px;text-align:left;padding:0 5px;box-sizing:border-box;margin-right:50px}#attachmentmodule #file_attachments .attachment-content .attachment-date{width:140px}#attachmentmodule #file_attachments .attachment-content .attachment-size{color:#707070;margin-right:40px;width:140px}#attachmentmodule #file_attachments .attachment-content .attachment-delete{padding-left:0px;width:50px;text-align:center}#attachmentmodule #file_attachments .attachment-content .zip-contents{padding-right:160px}#attachmentmodule #file_attachments .attachment-content .zip-contents .attachment-size{color:#bbbbbb}#attachmentmodule #file_attachments .attachment-content:not(:last-child){border-bottom:1px solid #ccc}.issue-drop-zone-document__dragover .blender,.issue-drop-zone.dragover .blender{opacity:0}.issue-drop-zone-document__dragover .attachment-thumb,.issue-drop-zone.dragover .attachment-thumb{background:white}.jira-dialog .upload-progress-bar~.description{margin-top:15px}
/* module-key = 'com.atlassian.jira.plugins.jira-dnd-attachment-plugin:dnd-issue-drop-zone', location = 'css/AttachmentsDropZone.less' */
.attachments-drop-zone__dragover-border{background:rgba(255,255,255,0);border:3px dashed #f79232;border-radius:5px;bottom:0;left:0;margin:2px;position:absolute;right:0;top:0;transition:z-index 0s step-end .2s,background 0s step-end .2s,visibility 0s step-end .2s;visibility:hidden;z-index:-1}.attachments-drop-zone__dragover .attachments-drop-zone__dragover-border{transition:z-index 0s,background 0s,visibility 0s;visibility:visible;z-index:2500}.attachments-drop-zone__dragover-fade .attachments-drop-zone__dragover-border{background:rgba(255,255,255,0.3)}div.attachments-drop-zone__dragover-info{background:white;border:3px solid #f79232;border-radius:5px;left:40%;padding:10px 20px 10px 20px;position:absolute;right:40%;text-align:center;top:10px;transition:z-index 0s step-end .2s,visibility 0s step-end .2s;visibility:hidden;width:20%;z-index:-1}.attachments-drop-zone__dragover .attachments-drop-zone__dragover-info{transition:z-index 0s,visibility 0s,top .1s ease;visibility:visible;z-index:2500}div.attachments-drop-zone__window-dragover-mask{bottom:0;left:0;position:fixed;right:0;top:0;transition:z-index 0s step-end .2s;z-index:-1}.attachments-drop-zone__window-dragover .attachments-drop-zone__window-dragover-mask{transition:z-index 0s;z-index:2499}
/* module-key = 'com.atlassian.jira.plugins.jira-dnd-attachment-plugin:metadata-webpanel-css', location = 'css/MetadataWebpanel.css' */
#dnd-metadata{display:none}
/* 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 = 'ru.teamlead.jira.plugins.reminder-for-jira:reminder-resources2021-06-10T11:38:20Z', location = '/css/reminder.css' */
.gOvdka{margin-top:-2px!important}.long-item-creator-name.periodic-rem{max-width:130px!important}#user-reminders-profile-link-dialog .button-panel-submit-button{background:#0052cc;color:#fff}#reminders-settings select{margin-right:5px;width:auto!important}#reminder-dialog{z-index:5000!important}.jtcfxc{margin-left:10px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0;border:0;border-radius:3px;color:#42526e;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:16px;padding:0;width:16px}.ikWkJD{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAQAAABuBnYAAAAAKUlEQVQI12NgYFj0nwEKwKxF/9P+Q4TgLAgDIQEVQuJiCKBpwWoosrUAzbg31XT4p6QAAAAASUVORK5CYII=") 0 0 no-repeat;cursor:pointer;display:block;float:right;height:8px;position:absolute;width:8px}.rem-long-text{opacity:.65;margin-left:20px;line-height:1.5em;max-height:3em;overflow:hidden;width:100%;max-width:250px;line-break:anywhere;float:left}.tl-circle-ava{margin-top:1px;margin-left:5px;border-radius:50%}.long-item-creator-name{overflow:hidden;text-overflow:ellipsis;max-width:200px;white-space:nowrap;height:16px}.item-creator-area{margin-top:-8px}.rem-item-creator{-webkit-box-align:center;align-items:center;display:flex;padding-top:3px}.gFqVMP{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.smUaM{background-color:#f4f5f7;color:#253858;border-radius:3px;cursor:default;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:20px;line-height:1;margin:4px;padding:0;overflow:initial}.rem-item{margin-bottom:10px}.cnoXmc{box-sizing:border-box;display:inline-block}.rem-user{vertical-align:top}.rem-td-ava{white-space:nowrap!important;vertical-align:middle!important}.rem-user-reminders-table-records .xsmall-cell,.rem-other-user-table .xsmall-cell,.rem-user-table .xsmall-cell{vertical-align:middle}.RemPeople-table .aui-iconfont-configure:before{content:"\F11E"!important}.rem-records .sortable:hover{background-color:#f5f5f5;color:#707070}.rem-records>thead .sortable{cursor:pointer;white-space:nowrap}.rem-records>thead .active{background-color:#f5f5f5;color:#707070}#user-reminders-profile-link-dialog{width:400px!important;z-index:12602!important}.reminder-end-area-hide{display:none}.every-area-hide{display:none}.tl-reminders-panel .tl-reminder-button{margin-top:4px!important;margin-right:4px!important;margin-left:0!important}#reminders-settings select{width:220px;background-color:#fff;border:1px solid #ccc;height:30px}#reminders-settings .required{background-color:#ffe6e6}#my-reminders-link-dialog{width:1400px!important}.tableBorder,.grid{background-color:#fff;width:100%;border-collapse:collapse}.tableBorder td,.grid td{vertical-align:top;padding:2px;border:1px solid #ccc}.table-groups .project-config-list{overflow:hidden;display:block;margin:0;padding:0;list-style:none;word-wrap:break-word}.table-groups .project-config-list>li{margin:0;padding:0}.table-groups .project-config-list>li+li{margin-top:5px}.table-groups .project-config-list li{border:0;padding-top:0;padding-bottom:0;margin-bottom:4px;float:left}.table-groups .project-config-list li>span{white-space:nowrap}.table-groups .project-config-role-name{width:1%;padding-right:20px;white-space:nowrap}.table-groups .project-config-role-users{min-width:280px}.table-groups .project-config-role-groups{width:280px}.table-groups .project-config-avatar{margin-right:5px}.table-groups .multi-select{width:100%}.org-RemPeople-table .rmPeople-pagination{height:20px;padding:10px}.org-RemPeople-table .rmPeople-pagination .rmPeople-pagination-summary{float:left}.org-RemPeople-table .rmPeople-pagination .aui-nav-pagination{margin-top:0;float:right}.org-RemPeople-table .rmPeople-pagination .aui-nav-pagination .icon{padding-top:2px}.org-RemPeople-table .rmPeople-pagination.top{margin-bottom:10px}.org-RemPeople-table .rmPeople-pagination.bottom{margin-top:10px}
/* 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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/1.0/_/download/resources/jira.webresources:jquery-fancybox/../../../includes/jquery/plugins/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* 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,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");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,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");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,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);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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/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.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.servicedesk.frontend-webpack-plugin:split_custom_field_jsd-request-type~customer-request-details-web-panel~customerportal~jira.view.issue~sd.p~748c4cb3', location = 'custom_field_jsd-request-type~customer-request-details-web-panel~customerportal~jira.view.issue~sd.p~748c4cb3.86bfa43bd26aa2465d61.css' */
.vp-rq-icon{display:inline-block;width:48px;height:48px;padding:5px;overflow:hidden;box-sizing:border-box;background:no-repeat 50%;background-size:contain!important;background-origin:content-box}.vp-rq-icon.title-icon{max-width:48px!important;max-height:48px!important}.vp-rq-icon:before{display:block;margin-bottom:100px;margin-left:-3px;font-style:normal;font-weight:400;font-size:54px;line-height:.9;-webkit-font-smoothing:antialiased;speak:none}.page-title .vp-rq-icon{width:72px;height:72px;margin-left:-10px}.page-title .vp-rq-icon:before{font-size:72px}#issuetable img.sd-recent-rt.vp-rq-icon,.sd-recent-rt.vp-rq-icon{width:24px;height:24px;vertical-align:middle}.sd-recent-rt.vp-rq-icon:before{font-size:27px}.vp-rq-icon.sd-portal-preview-icon:before{font-size:30px;margin-top:-2px}.sd-recent-rt-link.active .sd-recent-rt.vp-rq-icon:before{color:#fff}.request-list-item .vp-rq-icon{position:absolute;left:-60px;top:15px}.vp-rq-icon.vp-rq-icon-small{width:22px;height:22px;padding:2px}.vp-rq-icon.vp-rq-icon-medium{width:32px;height:32px;padding:2px}.vp-rq-icon-0{background-image:uri("img/RT_ICONS_plus.svg")}.vp-rq-icon-1{background-image:uri("img/RT_ICONS_present.svg")}.vp-rq-icon-2{background-image:uri("img/RT_ICONS_calendar.svg")}.vp-rq-icon-3{background-image:uri("img/RT_ICONS_open_book.svg")}.vp-rq-icon-4{background-image:uri("img/RT_ICONS_two_people.svg")}.vp-rq-icon-5{background-image:uri("img/RT_ICONS_camera.svg")}.vp-rq-icon-6{background-image:uri("img/RT_ICONS_heart.svg")}.vp-rq-icon-7{background-image:uri("img/RT_ICONS_light_bulb.svg")}.vp-rq-icon-8{background-image:uri("img/RT_ICONS_house.svg")}.vp-rq-icon-9{background-image:uri("img/RT_ICONS_chair.svg")}.vp-rq-icon-10{background-image:uri("img/RT_ICONS_robot.svg")}.vp-rq-icon-11{background-image:uri("img/RT_ICONS_swipe_card.svg")}.vp-rq-icon-12{background-image:uri("img/RT_ICONS_dollar.svg")}.vp-rq-icon-13{background-image:uri("img/RT_ICONS_marker.svg")}.vp-rq-icon-14{background-image:uri("img/RT_ICONS_car.svg")}.vp-rq-icon-15{background-image:uri("img/RT_ICONS_aeroplane.svg")}.vp-rq-icon-16{background-image:uri("img/RT_ICONS_database.svg")}.vp-rq-icon-17{background-image:uri("img/RT_ICONS_volume.svg")}.vp-rq-icon-18{background-image:uri("img/RT_ICONS_smartphone.svg")}.vp-rq-icon-19{background-image:uri("img/RT_ICONS_keyboard.svg")}.vp-rq-icon-20{background-image:uri("img/RT_ICONS_code.svg")}.vp-rq-icon-21{background-image:uri("img/RT_ICONS_workflow.svg")}.vp-rq-icon-22{background-image:uri("img/RT_ICONS_up_cloud.svg")}.vp-rq-icon-23{background-image:uri("img/RT_ICONS_power_button.svg")}.vp-rq-icon-24{background-image:uri("img/RT_ICONS_headset.svg")}.vp-rq-icon-25{background-image:uri("img/RT_ICONS_gears.svg")}.vp-rq-icon-26{background-image:uri("img/RT_ICONS_loop.svg")}.vp-rq-icon-27{background-image:uri("img/RT_ICONS_question.svg")}.vp-rq-icon-28{background-image:uri("img/RT_ICONS_signal_tower.svg")}.vp-rq-icon-29{background-image:uri("img/RT_ICONS_down_cloud.svg")}.vp-rq-icon-30{background-image:uri("img/RT_ICONS_wrench.svg")}.vp-rq-icon-31{background-image:uri("img/RT_ICONS_add_person.svg")}.vp-rq-icon-32{background-image:uri("img/RT_ICONS_monitor.svg")}.vp-rq-icon-33{background-image:uri("img/RT_ICONS_envelope.svg")}.vp-rq-icon-34{background-image:uri("img/RT_ICONS_padlock.svg")}.vp-rq-icon-35{background-image:uri("img/RT_ICONS_printer.svg")}.vp-rq-icon-36{background-image:uri("img/RT_ICONS_share.svg")}.vp-rq-icon-37{background-image:uri("img/RT_ICONS_cd.svg")}.vp-rq-icon-38{background-image:uri("img/RT_ICONS_warning.svg")}.vp-rq-icon-39{background-image:uri("img/RT_ICONS_thunder.svg")}
/* module-key = 'com.atlassian.plugins.atlassian-chaperone:chaperone', location = '/chaperone/chaperone.less' */
.chaperone{z-index:100;position:absolute;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,0.13);border:2px solid #6554c0;border-radius:5px}.chaperone .chaperone-content{padding:15px;display:block;height:100%}.chaperone .chaperone-content:after{content:"";display:inline-block;border:10px solid transparent;height:0;position:absolute;font-size:inherit}.chaperone .chaperone-content:before{content:"";display:inline-block;border:10px solid transparent;height:0;position:absolute;font-size:inherit}.chaperone .chaperone-index{display:none}.chaperone.chaperone-dir-n .chaperone-content:after{bottom:-18px;border-top-color:#fff}.chaperone.chaperone-dir-n .chaperone-content:before{bottom:-20px;border-top-color:#6554c0}.chaperone.chaperone-dir-s .chaperone-content:after{top:-18px;border-bottom-color:#fff}.chaperone.chaperone-dir-s .chaperone-content:before{top:-20px;border-bottom-color:#6554c0}.chaperone.chaperone-dir-e .chaperone-content:after{right:-18px;margin-top:-10px;top:50%;border-left-color:#fff}.chaperone.chaperone-dir-e .chaperone-content:before{right:-20px;margin-top:-10px;top:50%;border-left-color:#6554c0}.chaperone.chaperone-dir-w .chaperone-content:after{left:-18px;margin-top:-10px;top:50%;border-right-color:#fff}.chaperone.chaperone-dir-w .chaperone-content:before{left:-20px;margin-top:-10px;top:50%;border-right-color:#6554c0}.chaperone.chaperone-numbered .chaperone-index{z-index:1;background-color:#6554c0;display:table-cell;padding:0 5px}.chaperone.chaperone-numbered .chaperone-index span{position:absolute;top:50%;left:0;color:#fff;margin-top:-12px;width:40px;text-align:center;display:inline-block;font-weight:bold;font-size:18px}.chaperone.chaperone-numbered .chaperone-index.chaperone-index-visible{padding:0 20px}.chaperone.chaperone-numbered.chaperone-dir-w .chaperone-content:after{border-right-color:#6554c0}
/* module-key = 'com.atlassian.plugins.atlassian-chaperone:hotspot-tour', location = '/hotspot-tour/hotspot-tour.less' */
.chaperone-onboarding-hotspot{width:10px;height:10px;margin:0;border:0;border-radius:50%;background-color:#6554c0;position:absolute;cursor:pointer;top:50%;transform:translateY(-50%);right:5px}.chaperone-onboarding-hotspot:focus{outline:none}.chaperone-onboarding-hotspot:before{content:"";position:absolute;top:0;left:0;opacity:0;margin:-2px;width:10px;height:10px;border:2px solid #6554c0;background:transparent;border-radius:50%;animation:expand-and-fade 1.5s infinite ease-out}@keyframes expand-and-fade{0%{opacity:0}1%{opacity:1}100%{transform:scale(1.5);opacity:0}}.chaperone-hotspot-anchor{position:relative}
/* module-key = 'com.atlassian.servicedesk.frontend-webpack-plugin:split_comment_fields_jsd~jira.view.issue', location = 'comment_fields_jsd~jira.view.issue.4ad3d5bd291faa460798.css' */
#addcomment .sd-comment-container .sd-add-comment-container,.sd-comment-container .sd-add-comment-container{margin-left:40px}#addcomment .sd-comment-container .sd-add-comment-container .sd-comment-buttons,.sd-comment-container .sd-add-comment-container .sd-comment-buttons{margin-top:40px}#addcomment .sd-comment-container .sd-add-comment-container .sd-comment-buttons .aui-button,.sd-comment-container .sd-add-comment-container .sd-comment-buttons .aui-button{margin-right:10px}#addcomment .sd-comment-container .sd-add-comment-container .sd-comment-message,.sd-comment-container .sd-add-comment-container .sd-comment-message{margin-top:10px}#addcomment .sd-comment-container .sd-add-comment-container .sd-comment-message .aui-icon.aui-icon-small.aui-iconfont-locked,.sd-comment-container .sd-add-comment-container .sd-comment-message .aui-icon.aui-icon-small.aui-iconfont-locked{margin-right:5px;color:#d04437}#addcomment .sd-comment-container .sd-add-comment-container form.aui,.sd-comment-container .sd-add-comment-container form.aui{margin-top:10px}#addcomment .sd-comment-container .sd-rte-bar .sd-comment-buttons,.sd-comment-container .sd-rte-bar .sd-comment-buttons{margin-top:0;margin-left:10px;display:inline-block}#addcomment .sd-comment-container .sd-rte-bar .sd-internal-submit,.sd-comment-container .sd-rte-bar .sd-internal-submit{background-color:#fff}#addcomment .sd-comment-container .sd-rte-bar .js-status:not(.loading),.sd-comment-container .sd-rte-bar .js-status:not(.loading){display:none}#addcomment .sd-comment-container .sd-comment-collapse,.sd-comment-container .sd-comment-collapse{margin-left:40px;position:relative}#addcomment .sd-comment-container .sd-comment-collapse .sd-comment-avatar,.sd-comment-container .sd-comment-collapse .sd-comment-avatar{position:absolute;width:32px;height:32px;top:0;left:-40px}#addcomment .sd-comment-container .sd-comment-collapse textarea,.sd-comment-container .sd-comment-collapse textarea{max-width:none;height:32px;min-height:32px}.sd-comment-form-container{position:relative}.sd-comment-form-container .sd-comment-avatar{position:absolute;width:32px;height:32px;top:0;left:-40px}.sd-comment-form-container textarea{max-width:none}.sd-comment-form-container .field-tools{float:left;line-height:2.14285714}.sd-comment-form-container .field-tools a~a{margin-left:5px}.sd-comment-form-container .field-tools .sd-comment-security-level{vertical-align:middle;margin-right:20px}.sd-comment-form-container .field-tools>span{vertical-align:top}.sd-comment-form-container .sd-rte-bar .sd-comment-security-level{vertical-align:initial;margin-left:10px;margin-right:0}#sd-comment-tabs li.inactive{cursor:pointer}#sd-comment-tabs li.disabled,form.aui .sd-comment-field img.sd-comment-avatar{display:none}form.aui .sd-comment-field textarea{max-width:none;height:150px}form.aui .sd-comment-field .sd-comment-message{margin:10px 0}form.aui .sd-comment-field .sd-comment-message .aui-icon.aui-icon-small.aui-iconfont-locked{margin-right:5px;color:#d04437}.sd-preview-container:after{content:"\B7";margin-left:10px;margin-right:10px}.action-details .sd-action-details-concise,.action-details .sd-action-details-verbose{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap}.action-details .sd-action-details-verbose{-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between}.sd-comment-preview{min-height:150px;background-color:#e4e8ed;padding:5px 0 0 6px}.sd-activity-comment .sd-comment-action-details .sd-comment-primary-details{margin-right:10px;-webkit-box-ordinal-group:2;order:1;-webkit-box-flex:0;flex:0 1 auto}.sd-activity-comment .sd-comment-action-details .sd-comment-secondary-details{-webkit-box-ordinal-group:4;order:3;-webkit-box-flex:0;flex:0 1 auto;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-left:auto}.sd-activity-comment .sd-comment-action-details .sd-comment-secondary-details .sd-comment-action-details-item{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-left:10px}.sd-activity-comment .sd-comment-action-details .sd-comment-secondary-details .sd-comment-action-details-item.sd-comment-action-details-subtext{color:#d04437}.sd-activity-comment .sd-comment-action-details .sd-comment-action-body{-webkit-box-ordinal-group:3;order:2;-webkit-box-flex:1;flex:1 1 50px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sd-activity-comment .sd-comment-action-details:after,.sd-activity-comment .sd-comment-action-details:before{content:" ";display:table}.sd-activity-comment .sd-comment-action-details:after{clear:both}.sd-activity-comment .sd-comment-action-links{float:none;margin-bottom:-10px;text-align:right}.sd-activity-comment .sd-comment-action-links a:hover{text-decoration:none}
/* module-key = 'com.atlassian.servicedesk.frontend-webpack-plugin:split_customerportal~jira.view.issue', location = 'customerportal~jira.view.issue.7df89c64809cd31a5e24.css' */
.sd-user .aui-avatar{vertical-align:middle}.sd-user .aui-avatar.aui-avatar-medium{margin-right:10px}.sd-user .aui-avatar.aui-avatar-medium img{width:32px;height:32px}.sd-user .aui-avatar.aui-avatar-small{margin-right:5px}.sd-user .aui-avatar.aui-avatar-small img{width:24px;height:24px}.sd-user .sd-user-value{display:inline-block;vertical-align:middle}.sd-user.sd-user-tagged{max-width:100%;display:-webkit-box;display:flex;white-space:nowrap;position:relative}.sd-user.sd-user-tagged .aui-avatar{top:0;left:0;position:absolute}.sd-user.sd-user-tagged .sd-user-value{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;display:inline-block}.sd-user.sd-user-tagged .sd-user-tag{margin-top:-5px;display:block;font-size:12px;color:#707070}.sd-user.sd-user-tagged .sd-user-cell{align-self:center}.sd-user.sd-user-tagged .sd-user-cell.aui-avatar{position:relative}.sd-user.sd-user-tagged .sd-user-cell.sd-avatar-cell{align-self:flex-start;width:29px;padding-right:5px}
/* module-key = 'com.atlassian.jira.plugins.jira-dnd-attachment-plugin:jira-html5-attach-images-resources', location = 'css/jira-html5-attach-images.css' */
.attach-screenshot-pasted-image{max-height:280px;max-width:100%;vertical-align:middle}.attach-screenshot-padding{padding:.5em}#attach-screenshot-image-container{height:300px;text-align:center;line-height:300px;border:1px solid #f0f0f0}#attach-screenshot-image-container.focus{border-color:#326ca6;border-style:dotted}.attach-screenshot-placeholder{font-size:1em}#attach-screenshot-progress-container .file-progress{position:relative;height:5px;width:320px;padding:5px 0}#attach-screenshot-upload-progress .progress-background-color{background:#e9e9e9;border-radius:3px;border-width:0}#attach-screenshot-upload-progress .progress-fill-color{background:#3572b0;border-radius:3px 0 0 3px}#attach-screenshot-fake-input{border:0;width:1px;height:1px;margin:0;position:absolute;opacity:0}#attach-screenshot-placeholder-message{text-align:center}.attach-screenshot-dragover{box-shadow:0 0 20px #BBB inset;border-color:#BBB;background-color:#fafafa}.attach-screenshot-padding-inner .field-group.attach-screenshot-image-error{padding-left:0}.aui-message+#attach-screenshot-inner-container{margin-top:10px}.attach-screenshot-paste-catcher{position:fixed;width:1px;height:1px;opacity:0;overflow:hidden}
/* module-key = 'com.atlassian.jira.plugins.jira-dnd-attachment-plugin:dnd-comment-drop-zone', location = 'css/CommentDialogDropZone.less' */
.comment-dialog-drop-zone{padding:0 0 0 10px;display:inline-block}.comment-dialog-drop-zone .issue-drop-zone__target{position:relative}.comment-dialog-drop-zone .upload-progress-bar{display:inline;float:left;padding:0;margin:0}.jira-dialog .aui-dialog2-content .attach-files-drop-zone__dragover-mask{top:0;bottom:0}
/* module-key = 'com.atlassian.jira.plugins.jira-dnd-attachment-plugin:dnd-comment-drop-zone', location = 'css/TempUploadProgressBar.less' */
.temp-upload-progress-bar__parent-container{position:relative;margin:10px 10px 0 10px;display:inline-block;width:170px}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container{position:relative;display:block;width:150px;height:95px;float:left;padding:10px;background-color:#f5f5f5;border-radius:3px;margin-bottom:5px;text-align:center}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .issue-drop-zone__drop-icon{position:relative;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjFweCIgdmlld0JveD0iMCAwIDI1IDIxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPgogICAgICAgIDxnIGlkPSIwNV9Ecm9wem9uZS0oQ0EpLS0tdXBsb2FkZWQiIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMTMuMDAwMDAwLCAtNjQ1LjAwMDAwMCkiIGZpbGw9IiM3MDcwNzAiPgogICAgICAgICAgICA8ZyBpZD0iSXNzdWUtQXR0YWNobWVudHMiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjAyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkRyYWctJmFtcDstZHJvcC1lbXB0eS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTMuMDAwMDAwLCA0My4wMDAwMDApIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iY2xvdWQtdXBsb2FkLTIiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuMTI0Nzk3NywxOS42NDc5NDEgTDEzLjEyNDc5NzcsMTEuMDU2MzA2IEwxNS4xNzM3OTIyLDEzLjEzMDYxMDQgQzE1LjQ1NzI5NTcsMTMuNDE2NjYzNiAxNS45MTQzNzI3LDEzLjQxNjY2MzYgMTYuMTk4NzAyNywxMy4xMzA2MTA0IEMxNi40ODEzNzk2LDEyLjg0MzcyMDcgMTYuNDgxMzc5NiwxMi4zODAzNDc5IDE2LjE5ODcwMjcsMTIuMDk0Mjk0NiBMMTIuOTEzMjAzMyw4Ljc2OTU1MjY3IEMxMi44Nzg0ODg2LDguNzM1MjU5NzMgMTIuODQwNDY3Nyw4LjcwNTE0ODg2IDEyLjgwMTYyMDMsOC42NzgzODM2NCBDMTIuNzg1MDg5NSw4LjY2NzUxMDI3IDEyLjc2NzczMjEsOC42NjA4MTg5NyAxMi43NTEyMDEzLDguNjUwNzgyMDEgQzEyLjcyNzIzMTYsOC42MzY1NjI5OSAxMi43MDI0MzU0LDguNjIyMzQzOTcgMTIuNjc2ODEyNyw4LjYxMTQ3MDYgQzEyLjY1NTMyMjYsOC42MDIyNzAwNSAxMi42MzMwMDYsOC41OTcyNTE1OCAxMi42MTE1MTU5LDguNTkxMzk2NjggQzEyLjU4ODM3MjgsOC41ODM4Njg5NyAxMi41NjUyMjk3LDguNTc0NjY4NDIgMTIuNTQxMjYsOC41NzA0ODYzNiBDMTIuNTA0MDY1Nyw4LjU2MjEyMjIzIDEyLjQ2Njg3MTMsOC41NjA0NDk0IDEyLjQyOTY3Nyw4LjU1ODc3NjU3IEMxMi40MTg5MzIsOC41NTg3NzY1NyAxMi40MTA2NjY1LDguNTU1NDMwOTIgMTIuMzk5MDk1LDguNTU1NDMwOTIgQzEyLjM4NzUyMzQsOC41NTU0MzA5MiAxMi4zNzg0MzE1LDguNTU4Nzc2NTcgMTIuMzY2ODU5OSw4LjU1ODc3NjU3IEMxMi4zMzA0OTIxLDguNTYwNDQ5NCAxMi4yOTQxMjQzLDguNTYyOTU4NjQgMTIuMjU4NTgzMSw4LjU3MDQ4NjM2IEMxMi4yMzI5NjAzLDguNTc1NTA0ODQgMTIuMjA4OTkwNiw4LjU4NTU0MTc5IDEyLjE4NDE5NDQsOC41OTMwNjk1MSBDMTIuMTYzNTMwOSw4LjU5OTc2MDgyIDEyLjE0MzY5MzksOC42MDMxMDY0NyAxMi4xMjMwMzA0LDguNjExNDcwNiBDMTIuMDk0OTI4LDguNjIzMTgwMzggMTIuMDY5MzA1Miw4LjYzODIzNTgyIDEyLjA0Mjg1NTksOC42NTQxMjc2NiBDMTIuMDI3OTc4Miw4LjY2MjQ5MTc5IDEyLjAxMzEwMDUsOC42NjgzNDY2OSAxMS45OTgyMjI3LDguNjc3NTQ3MjMgQzExLjk1NzcyMjIsOC43MDUxNDg4NiAxMS45MjA1Mjc5LDguNzM2MDk2MTQgMTEuODg2NjM5Nyw4Ljc3MDM4OTA4IEw4LjYwMTk2NjksMTIuMDk0Mjk0NiBDOC40NjA2Mjg0NCwxMi4yMzczMjEyIDguMzg5NTQ1OTQsMTIuNDI1NTE0MiA4LjM4OTU0NTk0LDEyLjYxMjAzNDMgQzguMzg5NTQ1OTQsMTIuODAwMjI3MiA4LjQ2MDYyODQ0LDEyLjk4NzU4MzcgOC42MDE5NjY5LDEzLjEzMDYxMDQgQzguODg0NjQzODMsMTMuNDE2NjYzNiA5LjM0MjU0NzM5LDEzLjQxNjY2MzYgOS42MjYwNTA4NiwxMy4xMzA2MTA0IEwxMS42NzUwNDUzLDExLjA1NjMwNiBMMTEuNjc1MDQ1MywxOS42NDg3Nzc0IEMxMS42NzUwNDUzLDIwLjA1MzYwMTMgMTEuOTk5MDQ5MywyMC4zODIzMTE2IDEyLjM5ODI2ODQsMjAuMzgyMzExNiBDMTIuODAwNzkzOCwyMC4zODE0NzUyIDEzLjEyNDc5NzcsMjAuMDUzNjAxMyAxMy4xMjQ3OTc3LDE5LjY0Nzk0MSBMMTMuMTI0Nzk3NywxOS42NDc5NDEgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMC43MDMzNDk2LDYuMjg0NTY5NDUgQzIwLjQ3OTM1NzEsMi45MTQ2NjEyMiAxNy42OTgwNDc1LDAuMjQzMTU3ODk1IDE0LjMxMjUzNjgsMC4yNDMxNTc4OTUgQzEyLjE4MjU0MTMsMC4yNDMxNTc4OTUgMTAuMjEwNDE1MSwxLjMzMzg0MDUzIDkuMDMyNTk0NjIsMy4wNjY4ODg0IEM4LjU1NzMzMzcsMi44NjExMzA3OCA4LjA0MjM5ODgzLDIuNzUyMzk3MDkgNy41MTkxOTg1NiwyLjc1MjM5NzA5IEM1LjUxMzE4NDIyLDIuNzUyMzk3MDkgMy44NTU5NzAwOCw0LjI5MzA2OTk1IDMuNjQyNzIyNTcsNi4yNjYxNjgzNyBDMS42MDE5OTM1Myw3LjA1NzQxNTEzIDAuMjEwMDk4OTUxLDkuMDM4MDQxMjYgMC4yMTAwOTg5NTEsMTEuMzIzOTU4MiBDMC4yMTAwOTg5NTEsMTQuMzIxNjYyNiAyLjYyMDI5MTcsMTYuNzYwNjQzMSA1LjU4MjYxMzY0LDE2Ljc2MDY0MzEgTDkuNjYzMjQ1MTksMTYuNzYwNjQzMSBMOS42NjMyNDUxOSwxNS41MDYwMjM1IEw1LjU4MTc4NzEsMTUuNTA2MDIzNSBDMy4yOTg4ODE2MywxNS41MDYwMjM1IDEuNDQ5MDgzNDksMTMuNjM2NjQwMyAxLjQ0OTA4MzQ5LDExLjMyMzk1ODIgQzEuNDQ5MDgzNDksOS4yNTA0OTAxOCAyLjk0OTI1NDksNy41MzkxODkwNSA0LjkwOTgwOTUsNy4yMTIxNTE1NCBDNC44NzY3NDc4Nyw3LjA0NTcwNTM0IDQuODU4NTYzOTcsNi44NzUwNzcwOCA0Ljg1ODU2Mzk3LDYuNjk5NDMwMzMgQzQuODU4NTYzOTcsNS4yMTE0NTE0OSA2LjA0OTYwOTE1LDQuMDA3MDE2NjggNy41MTkxOTg1Niw0LjAwNzAxNjY4IEM4LjI5ODYyNjQ2LDQuMDA3MDE2NjggOC45OTI5MjA2Niw0LjM1MjQ1NTI4IDkuNDc5NzUzMTUsNC44OTI3NzgxMiBDMTAuMjE0NTQ3OSwyLjkwOTY0Mjc0IDEyLjA5ODIzNDIsMS40OTc3Nzc0OSAxNC4zMTI1MzY4LDEuNDk3Nzc3NDkgQzE3LjE2NTc1NTMsMS40OTc3Nzc0OSAxOS40Nzg0MTYzLDMuODM3MjI0ODMgMTkuNDc4NDE2Myw2LjcyNTM1OTE0IEMxOS40Nzg0MTYzLDYuODkwOTY4OTMgMTkuNDcxODAzOSw3LjA1NjU3ODcxIDE5LjQ1NDQ0NjYsNy4yMTg4NDI4NSBDMjEuMzc2OTgwMyw3LjU3ODUwMDQ2IDIyLjgzNjY1MTIsOS4yNzU1ODI1NyAyMi44MzY2NTEyLDExLjMyMzk1ODIgQzIyLjgzNjY1MTIsMTMuNjM2NjQwMyAyMC45ODY4NTMxLDE1LjUwNjAyMzUgMTguNzAzOTQ3NiwxNS41MDYwMjM1IEwxNS4wODc4MzE5LDE1LjUwNjAyMzUgTDE1LjA4NzgzMTksMTYuNzYwNjQzMSBMMTguNzAzOTQ3NiwxNi43NjA2NDMxIEMyMS42NjYyNjk2LDE2Ljc2MDY0MzEgMjQuMDc2NDYyMywxNC4zMjE2NjI2IDI0LjA3NjQ2MjMsMTEuMzIzOTU4MiBDMjQuMDc1NjM1OCw5LjA3MzE3MDYxIDIyLjcwNzcxMDksNy4wOTY3MjY1NCAyMC43MDMzNDk2LDYuMjg0NTY5NDUgTDIwLjcwMzM0OTYsNi4yODQ1Njk0NSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");background-position:0 0;width:24px;height:21px;display:inline-block;content:" "}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .issue-drop-zone__drop-icon:before{content:none}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__thumbnail{display:inline;border:0;width:auto;height:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);box-shadow:0 1px 3px rgba(0,0,0,0.2)}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__thumbnail img{vertical-align:middle;max-width:150px;max-height:95px;min-width:0;min-height:0}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__thumbnail.upload-progress-bar__other-file-thumbnail{display:block;height:auto;box-shadow:none}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__thumbnail.upload-progress-bar__other-file-thumbnail .aui-icon{height:64px;width:64px;margin:10px}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__thumbnail.upload-progress-bar__other-file-thumbnail .aui-icon:before{font-size:64px;top:0;margin-top:0;color:#ccc}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__progress-bar{position:absolute;visibility:hidden;height:5px;left:10px;right:10px;top:50%;border-radius:0}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__progress-bar .upload-progress-bar__bar{border-radius:0}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__control{position:absolute;right:-3px;top:-3px}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__control .aui-icon{text-indent:0}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__control button,.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__control button:hover,.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__control button:focus{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#707070;height:17px;width:17px}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__control button .aui-icon,.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__control button:hover .aui-icon,.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__control button:focus .aui-icon{color:white}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__control button .aui-icon:before,.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__control button:hover .aui-icon:before,.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__control button:focus .aui-icon:before{font-size:12px;margin-left:2px}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__error{display:none;width:100%;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);position:absolute}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__error .upload-progress-bar__error-indicator{margin-left:auto;margin-right:auto;width:24px;color:#d04437}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__error .upload-progress-bar__error-indicator .aui-icon:before{font-size:24px}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__error .upload-progress-bar__error-text{color:#d04437;text-align:center}.temp-upload-progress-bar__parent-container .temp-upload-progress-bar__container .upload-progress-bar__upload-mask{visibility:hidden;position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,0.7)}.temp-upload-progress-bar__parent-container .upload-progress-bar__file-name{position:relative;display:block;white-space:nowrap;height:auto;width:170px;word-wrap:normal;padding-left:5px;box-sizing:border-box;margin:5px 0;text-align:center;font-size:12px}div.temp-upload-progress-bar__uploading div.upload-progress-bar__file-name{color:#707070}div.temp-upload-progress-bar__uploading div.temp-upload-progress-bar__container div.upload-progress-bar__progress-bar{visibility:visible}div.temp-upload-progress-bar__uploading div.temp-upload-progress-bar__container div.upload-progress-bar__upload-mask{visibility:visible}.mozilla .upload-progress-bar_file-name-container{float:left}
/* module-key = 'com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue', location = 'jira.view.issue.e462247e8a706be295aa.css' */
.aan-tour-image-container{display:-webkit-box;display:flex}.aan-tour-image{margin-top:10px;padding-top:10px;width:100%;background:no-repeat 50%}.aan-tour-image.step-1{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 426.63 394.88'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-58{fill:%234c9aff}.cls-17,.cls-29,.cls-60{fill:none}.cls-3{fill:%238c715d}.cls-32,.cls-4{fill:%23b2d4ff}.cls-10{fill:%23a27f68}.cls-11{fill:%23253858}.cls-12{fill:%23172b4d}.cls-17,.cls-60{stroke:%234c9aff}.cls-17{stroke-linecap:round;stroke-width:.65px}.cls-17,.cls-29,.cls-60{stroke-miterlimit:10}.cls-17,.cls-29,.cls-32{mix-blend-mode:multiply}.cls-47{fill:%23091e42}.cls-25{fill:%230065ff}.cls-29{stroke:%23b2d4ff;stroke-width:2.51px}.cls-30{fill:%23ffab00}.cls-31{fill:%2336b37e}.cls-33{fill:%2357d9a3}.cls-36{fill:%23ffc400}.cls-39{fill:%23ecc19c}.cls-40{fill:%23505f79}.cls-41{fill:%2379f2c0}.cls-55{fill:%23fff}.cls-58{opacity:.2}.cls-60{stroke-width:7.88px}.cls-64{fill:%23deebff}%3C/style%3E%3ClinearGradient id='linear-gradient' x1='7.31' y1='265.73' x2='90.86' y2='265.73' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23deebff'/%3E%3Cstop offset='1' stop-color='%234c9aff'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' x1='-762.6' y1='363.95' x2='-698.24' y2='363.95' gradientTransform='matrix(-1 0 0 1 -469.43 0)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23091e42'/%3E%3Cstop offset='.26' stop-color='%23091e42' stop-opacity='.94'/%3E%3Cstop offset='.5' stop-color='%23091e42' stop-opacity='.77'/%3E%3Cstop offset='.73' stop-color='%23091e42' stop-opacity='.48'/%3E%3Cstop offset='.96' stop-color='%23091e42' stop-opacity='.08'/%3E%3Cstop offset='1' stop-color='%23091e42' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-3' x1='-826.16' y1='383.08' x2='-761.81' y2='383.08' xlink:href='%23linear-gradient-2'/%3E%3ClinearGradient id='linear-gradient-4' x1='-896.06' y1='391.71' x2='-831.7' y2='391.71' xlink:href='%23linear-gradient-2'/%3E%3ClinearGradient id='linear-gradient-5' x1='4300.32' y1='2566.4' x2='4300.45' y2='2555.24' gradientTransform='rotate(-43.97 -556.444 6407.602)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230065ff'/%3E%3Cstop offset='.13' stop-color='%230e70ff'/%3E%3Cstop offset='.32' stop-color='%231b7bff'/%3E%3Cstop offset='.57' stop-color='%232482ff'/%3E%3Cstop offset='1' stop-color='%232684ff'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-6' x1='-735.3' y1='260.64' x2='-721.6' y2='260.64' gradientTransform='matrix(-1 0 0 1 -469.43 0)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2372594b'/%3E%3Cstop offset='.56' stop-color='%238c715d'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-7' x1='2905.33' y1='287.71' x2='2905.33' y2='259.9' gradientTransform='translate(-2644.92)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230065ff'/%3E%3Cstop offset='.77' stop-color='%232684ff'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-8' x1='268.68' y1='287.44' x2='268.68' y2='287.44' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230052cc'/%3E%3Cstop offset='.77' stop-color='%232684ff'/%3E%3C/linearGradient%3E%3CclipPath id='clip-path'%3E%3Cpath id='_Clipping_Path_' data-name='%26lt;Clipping Path%26gt;' class='cls-1' d='M218.44 309.6l100.61-11.84v11.84l-98.98 14.13-1.63-14.13z'/%3E%3C/clipPath%3E%3ClinearGradient id='linear-gradient-9' x1='278.68' y1='301.3' x2='302.98' y2='277' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2336b37e'/%3E%3Cstop offset='.26' stop-color='%234bc793'/%3E%3Cstop offset='.74' stop-color='%236ce6b4'/%3E%3Cstop offset='1' stop-color='%2379f2c0'/%3E%3C/linearGradient%3E%3CradialGradient id='radial-gradient' cx='-219.72' cy='451.41' r='9.37' gradientTransform='rotate(8.1 1201.345 3986.832)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fafbfc'/%3E%3Cstop offset='.55' stop-color='%23f4f5f8'/%3E%3Cstop offset='1' stop-color='%23ebecf0'/%3E%3C/radialGradient%3E%3ClinearGradient id='linear-gradient-10' x1='5734.41' y1='5176.18' x2='5734.54' y2='5165.01' gradientTransform='rotate(-1.85 -148777.516 172537.118)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230065ff'/%3E%3Cstop offset='.79' stop-color='%232684ff'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-11' x1='36.38' y1='197.57' x2='75.17' y2='197.57' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%232684ff'/%3E%3Cstop offset='.02' stop-color='%232885ff'/%3E%3Cstop offset='.35' stop-color='%233c91ff'/%3E%3Cstop offset='.68' stop-color='%234898ff'/%3E%3Cstop offset='1' stop-color='%234c9aff'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-12' x1='64.8' y1='343.49' x2='379.01' y2='29.29' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%234c9aff'/%3E%3Cstop offset='1' stop-color='%23deebff'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-13' x1='176' y1='236.03' x2='359.02' y2='53.01' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.27' stop-color='%23deebff'/%3E%3Cstop offset='.83' stop-color='%23fff'/%3E%3C/linearGradient%3E%3CclipPath id='clip-path-2'%3E%3Cpath id='_Clipping_Path_2' data-name='%26lt;Clipping Path%26gt;' d='M334.54 225.49a18.37 18.37 0 0 0-18.37-18.37h-.66c-.22 0-92.62 3.21-92.85 3.21v28.27H243l90.92-5.92h.65z' fill='none'/%3E%3C/clipPath%3E%3ClinearGradient id='linear-gradient-14' x1='260.54' y1='237.36' x2='260.54' y2='209.1' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffc400'/%3E%3Cstop offset='.01' stop-color='%23ffc503'/%3E%3Cstop offset='.37' stop-color='%23ffd74d'/%3E%3Cstop offset='.66' stop-color='%23ffe584'/%3E%3Cstop offset='.88' stop-color='%23ffeda5'/%3E%3Cstop offset='1' stop-color='%23fff0b2'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-15' x1='297.49' y1='234.98' x2='297.49' y2='207.8' xlink:href='%23linear-gradient-14'/%3E%3ClinearGradient id='linear-gradient-16' x1='316.17' y1='207.14' x2='316.17' y2='207.14' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%234c9aff'/%3E%3Cstop offset='.28' stop-color='%234f9cff'/%3E%3Cstop offset='.47' stop-color='%2358a1ff'/%3E%3Cstop offset='.62' stop-color='%2367a9ff'/%3E%3Cstop offset='.77' stop-color='%237cb5ff'/%3E%3Cstop offset='.9' stop-color='%2397c5ff'/%3E%3Cstop offset='1' stop-color='%23b2d4ff'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-17' x1='-8254.29' y1='331.81' x2='-8212.71' y2='331.81' gradientTransform='matrix(-1 .07 .07 1 -7901.23 539.55)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.41' stop-color='%2357d9a3'/%3E%3Cstop offset='.53' stop-color='%235cdca7'/%3E%3Cstop offset='.67' stop-color='%2369e6b3'/%3E%3Cstop offset='.78' stop-color='%2379f2c0'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-18' x1='401.35' y1='287.75' x2='380.22' y2='308.99' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffc400'/%3E%3Cstop offset='.01' stop-color='%23ffc202'/%3E%3Cstop offset='.15' stop-color='%23ffb00f'/%3E%3Cstop offset='.32' stop-color='%23ffa318'/%3E%3Cstop offset='.54' stop-color='%23ff9b1d'/%3E%3Cstop offset='1' stop-color='%23ff991f'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-19' x1='404.09' y1='276.69' x2='414.14' y2='276.69' xlink:href='%23linear-gradient-6'/%3E%3ClinearGradient id='linear-gradient-20' x1='2638.98' y1='-639.03' x2='2625.94' y2='-625.92' gradientTransform='matrix(-.95 .3 .3 .95 3105.59 110.8)' xlink:href='%23linear-gradient-18'/%3E%3ClinearGradient id='linear-gradient-21' x1='1764.97' y1='310.44' x2='1764.97' y2='277.61' gradientTransform='matrix(-1 0 0 1 2175.5 0)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff991f'/%3E%3Cstop offset='.77' stop-color='%23ffc400'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-22' x1='367.91' y1='310.94' x2='392.21' y2='286.65' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff991f'/%3E%3Cstop offset='.63' stop-color='%23ffb709'/%3E%3Cstop offset='1' stop-color='%23ffc400'/%3E%3C/linearGradient%3E%3CclipPath id='clip-path-3'%3E%3Cpath id='_Clipping_Path_3' data-name='%26lt;Clipping Path%26gt;' class='cls-3' d='M408 275.07c-3.77.54-4.14.63-4.56.25s-.53-1.12-1-2.8c-.23-.85-.39-1.56-.51-2.07-.26.08-1 .28-1.2 0s0-.57.23-1.12a15.69 15.69 0 0 0 .62-2.12v-.44a8 8 0 0 1 .31-2.41 7.65 7.65 0 0 1 2.11-3.26 6.74 6.74 0 0 1 7.58-.95 7.1 7.1 0 0 1 3.37 5.47 15.13 15.13 0 0 1-.76 4.61l-.09.29c-.17.54-1 1.07-1 1.07-.73.46-.87.28-1.27.58-.72.54-.48 1.31-1 2-.37.56-.9.63-2.83.9z'/%3E%3C/clipPath%3E%3ClinearGradient id='linear-gradient-23' x1='415.8' y1='289.25' x2='420.26' y2='291.86' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffc400'/%3E%3Cstop offset='1' stop-color='%23ff991f'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-24' x1='416.42' y1='312.61' x2='416.42' y2='312.61' xlink:href='%23linear-gradient-18'/%3E%3CclipPath id='clip-path-4'%3E%3Cpath id='_Clipping_Path_4' data-name='%26lt;Clipping Path%26gt;' class='cls-4' d='M196.5 215.92v102a3.94 3.94 0 0 1-3.4 3.9l-109.89 15a3.94 3.94 0 0 1-4.47-3.9V220.25a3.94 3.94 0 0 1 3.78-3.93L192.41 212a3.94 3.94 0 0 1 4.09 3.92z'/%3E%3C/clipPath%3E%3ClinearGradient id='linear-gradient-25' x1='151.94' y1='315.56' x2='180.77' y2='286.73' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%234c9aff'/%3E%3Cstop offset='.26' stop-color='%237ab4ff'/%3E%3Cstop offset='.6' stop-color='%23b0d1ff'/%3E%3Cstop offset='.86' stop-color='%23d1e4ff'/%3E%3Cstop offset='1' stop-color='%23deebff'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-26' x1='119.27' y1='286.04' x2='202.38' y2='286.04' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-27' x1='131.94' y1='286.04' x2='215.04' y2='286.04' xlink:href='%23linear-gradient-26'/%3E%3ClinearGradient id='linear-gradient-28' x1='95.75' y1='295' x2='125.81' y2='264.94' xlink:href='%23linear-gradient-25'/%3E%3C/defs%3E%3Cg style='isolation:isolate'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M90.75 254.9l-1-4.52a3.23 3.23 0 0 0-3-2.71h-3.4a3.5 3.5 0 0 1-1.21-1.36 34.43 34.43 0 0 0-4.67-6.95 4.37 4.37 0 0 1-.54-4.71 4.36 4.36 0 0 0-1.28-5.41l-3.81-2.64a3.33 3.33 0 0 0-2-.61h-8a3.32 3.32 0 0 0-2.93 1.87 3.74 3.74 0 0 1-.58.8 32.42 32.42 0 0 0-4-.42 4.26 4.26 0 0 1-3.84-3.29 4.39 4.39 0 0 0-4.23-3.38h-7.83a3.83 3.83 0 0 0-.88.09l-5 1.14a4.15 4.15 0 0 0-3 5.21 4.3 4.3 0 0 1-2 4.87 38.71 38.71 0 0 0-7.94 6.07 4.38 4.38 0 0 1-.43.36h-7.27A4.81 4.81 0 0 0 7.58 241l-3 5.12a4.48 4.48 0 0 0 1.83 6.34 4.41 4.41 0 0 1 2.3 5.09 40.8 40.8 0 0 0-1.39 10.54 5.23 5.23 0 0 1-3.61 4.81A5.17 5.17 0 0 0 .18 279l1.67 5.56a4.12 4.12 0 0 0 3.66 2.89h7.68l.08.09a32.92 32.92 0 0 0 6.44 7.2 4.21 4.21 0 0 1 .72 5.27c-1.24 2.37-.48 5 1.68 5.81l4.82 1.84a3.62 3.62 0 0 0 .83.21H35.46a5.2 5.2 0 0 0 5.18-3 5 5 0 0 1 4.68-2.94 33.08 33.08 0 0 0 4.62.08 3.59 3.59 0 0 1 .23.62 3 3 0 0 0 2.49 2.32H60.36a3.56 3.56 0 0 0 2.25-.37l4.47-2.26a5 5 0 0 0 2.52-5.45 4.92 4.92 0 0 1 1.62-4.8 40.74 40.74 0 0 0 6.31-3.07 3.92 3.92 0 0 1 1.75-1.32h3.14a3.64 3.64 0 0 0 3.6-2.37l2-4.43c.87-1.93.34-4.17-1.19-5a3.72 3.72 0 0 1-1.52-4.08 41.22 41.22 0 0 0 .93-8.67 4.06 4.06 0 0 1 2.34-3.82 4.12 4.12 0 0 0 2.17-4.41zM41.7 271.82c-3-8 1.72-17.12 9.55-19.35a12.07 12.07 0 0 1 6.59 7.25c2.57 7.52-1.74 16.35-9.31 18.68-.26.08-.52.14-.79.2a12.16 12.16 0 0 1-6.04-6.78z'/%3E%3Cpath id='_Compound_Path_' data-name='%26lt;Compound Path%26gt;' d='M90.75 254.9l-1-4.52c-.46-2-2.2-3.14-3.91-2.55a3 3 0 0 1-3.67-1.69 34.43 34.43 0 0 0-4.67-6.95 4.37 4.37 0 0 1-.54-4.71 4.36 4.36 0 0 0-1.28-5.41l-3.81-2.64A3.29 3.29 0 0 0 67 227.7a3.41 3.41 0 0 1-4.1 1.77 32.25 32.25 0 0 0-8.66-1.47 4.26 4.26 0 0 1-3.84-3.29 4.32 4.32 0 0 0-5-3.28l-5.1 1.16a4.2 4.2 0 0 0-3 5.28 4.36 4.36 0 0 1-2 4.94 39.25 39.25 0 0 0-8 6.15 4.7 4.7 0 0 1-5.6.7 4.91 4.91 0 0 0-6.7 1.67l-3.09 5.19a4.55 4.55 0 0 0 1.86 6.43 4.47 4.47 0 0 1 2.33 5.16 41.36 41.36 0 0 0-1.41 10.68 5.3 5.3 0 0 1-3.66 4.87 5.24 5.24 0 0 0-3.55 6.21l1.69 5.63c.74 2.46 3.5 3.61 6.13 2.58a4.45 4.45 0 0 1 5.44 1.44 33.37 33.37 0 0 0 6.52 7.3 4.27 4.27 0 0 1 .73 5.34c-1.26 2.4-.49 5.05 1.7 5.89l4.89 1.87c2.1.8 4.75-.46 5.92-2.79a5 5 0 0 1 4.68-2.94 33.45 33.45 0 0 0 9.09-.46 3.15 3.15 0 0 1 3.76 2.36 3.12 3.12 0 0 0 4.66 2l4.47-2.26a5 5 0 0 0 2.52-5.45 4.92 4.92 0 0 1 1.62-4.8 40.75 40.75 0 0 0 6.23-6.58 3.25 3.25 0 0 1 4-1.24c1.58.81 3.57-.14 4.45-2.1l2-4.43c.87-1.93.34-4.17-1.19-5a3.72 3.72 0 0 1-1.52-4.08 41.22 41.22 0 0 0 .93-8.67 4.06 4.06 0 0 1 2.34-3.82 4.12 4.12 0 0 0 2.21-4.76zm-24.81 5.39c2.6 7.62-1.77 16.57-9.43 18.94a11.88 11.88 0 0 1-14.81-7.42c-3.06-8.24 2-17.69 10.29-19.54a11.92 11.92 0 0 1 13.96 8.02z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient)'/%3E%3Cellipse cx='261' cy='363.95' rx='32.18' ry='3.17' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-2)' opacity='.1'/%3E%3Cellipse cx='324.56' cy='383.08' rx='32.18' ry='3.17' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-3)' opacity='.1'/%3E%3Cellipse cx='394.45' cy='391.71' rx='32.18' ry='3.17' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-4)' opacity='.1'/%3E%3Cpath class='cls-10' d='M266.33 351.37l.54 7.73 3.93-.54.07-8.28-4.54 1.09z'/%3E%3Cpath class='cls-11' d='M266.67 357.76a.41.41 0 0 0-.32.35c-.07.5-.15 1.14-.23 1.89-.17 1.48-.14 1.65-.06 1.83s.53.76 3.73 1.18c1.08.14 2.1.21 4.13.33 0 0 .6 0 2.49.05 1.37 0 2.45 0 2.61-.44.16-1-7.19-2.9-7.29-5.9 0-.36.09-1-.22-1.15s-1.43.55-2.16 1.24z'/%3E%3Cpath class='cls-10' d='M248.17 353.57l-.45 7.73h3.42l1.03-8.19-4 .46zM272.91 271.5c1.71-.67 4.87 3.93 5.44 4.78a21.24 21.24 0 0 1 4.5 4.45c1.55 2.09 2.08 3.66 4.15 5.92a21.32 21.32 0 0 0 2.62 2.43l-3.21 1.31a104.18 104.18 0 0 1-9.93-7.3 14.47 14.47 0 0 1-2.64-2.86c-.81-1.16-2.53-3.66-2-6.55.16-.78.35-1.89 1.07-2.18z'/%3E%3Cpath class='cls-12' d='M260.91 258.37c1 .07 2 .18 3 .25a50.43 50.43 0 0 0 5.34.05.46.46 0 0 0 .37-.13.35.35 0 0 0 .06-.17 25 25 0 0 0-.93-11.3 5 5 0 0 0-4-3.32 6.56 6.56 0 0 0-4.32 1.22c-.86.57-1.84 2.15-3.78 5.28a23.51 23.51 0 0 0-1.88 4.85c-.1.4-.27 1.17.16 1.45s1.48 1.77 1.93 1.76c1.28-.03 2.66-.03 4.05.06z'/%3E%3Cpath d='M266.71 260.43a3.63 3.63 0 0 0-1.1.69 3.88 3.88 0 0 0-1.06 1.65 5.56 5.56 0 0 0 .22 3.67 13.61 13.61 0 0 0 1 2.21c1.46 2.55 2.84 4.56 3.73 5.83.6.85 1.42 2 2.43 3.36a8.11 8.11 0 0 0 3.69-.8 8.22 8.22 0 0 0 3.57-3.39c-1.37-1.8-2.44-3.28-3.14-4.27a45.58 45.58 0 0 0-5.56-7c-1.12-1.05-2.59-2.33-3.78-1.95z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-5)'/%3E%3Cpath fill='%23a5adba' d='M266.43 354.14h4.75l.06-6.4h-5.28l.47 6.4z'/%3E%3Cpath class='cls-3' d='M271.76 320.21l-.92 29.28-4.77.06a124.94 124.94 0 0 1-1.49-23.3q.08-2.74.28-5.36zM260.17 316.43l-7.31 34.71-5.14-1.31a149 149 0 0 1 2.82-27.7q.64-3.21 1.38-6.25z'/%3E%3Cpath d='M265.46 260.16c.22.79 1.1 4.33-.69 6.27-3.27 3.55-12.75-1.12-12.59-3 0-.49.69-.47 2.13-1.77 1-.95 2.45-2.22 2.74-4a5.55 5.55 0 0 0-1.21-4.05l8.27 2a18.46 18.46 0 0 0-.11 2.54c0 1.08.13 1.49.45 1.75a1.42 1.42 0 0 0 1.01.26z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-6)'/%3E%3Cpath d='M247.84 328.82a51.26 51.26 0 0 1 3.48-11.61c-.14-1.48-.37-3.94-.65-7-1.12-12.24-1.36-15.95 0-20.5a26.46 26.46 0 0 1 1.7-4.27l16.41-1.51a26.61 26.61 0 0 1 3.1 5.52c.93 2.25 2 5.73 1.17 24.65 0 0-.2 4.61-.52 9.4-.2 3-.37 5.15-.41 5.71-.29 3.76-.65 10.74-.94 24.91h-4.75a81.26 81.26 0 0 1-2.43-25.9c.19-2.77.52-5.39.94-7.85-.2-.81-.48-2-.74-3.56s-.38-2.58-.56-4a51.79 51.79 0 0 0-1-6.57c-.24 0-.24 7.13-1 9.71l-.2.71c-.45 1.63-.7 2.81-.74 3-.26 1.19-2.81 11.72-8.59 35.42l-4.74-.26c-.1-2.28-.21-5.53-.25-9.44-.04-7.97-.06-12.06.72-16.56z' fill='%230052cc'/%3E%3Cpath id='_Path_' data-name='%26lt;Path%26gt;' d='M268 260.4a11.43 11.43 0 0 0-1.59-.47 5.09 5.09 0 0 0-1.11 0c.06 1 0 3.17-1.35 4.41-2.06 1.82-6.72 1.21-10.43-2.74a12.78 12.78 0 0 0-1.25.63 10.39 10.39 0 0 0-3.07 2.44c-1.26 1.84-.91 4.07-.4 7.05.55 3.18 1.24 4.2 2.11 7.47a43.83 43.83 0 0 1 1.28 7.15 19.08 19.08 0 0 0 17.65-1.75 38.26 38.26 0 0 0 1.27-4c1.07-4.21 1.79-7 .9-10-.2-.67-.73-2.08-1.82-4.88-.63-1.62-.54-1.25-.64-1.62-.39-1.55-.44-3.18-1.55-3.69z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-7)'/%3E%3Cpath class='cls-10' d='M291 289.43l2.78 3a.46.46 0 0 1-.11.82.6.6 0 0 1 0 .6.61.61 0 0 1-.72.23.55.55 0 0 1-.17.41.82.82 0 0 1-1-.26.72.72 0 0 1-.4.29.73.73 0 0 1-.58-.1c-1.23-.83-2-1.3-2-1.3a4 4 0 0 1-1.09-1.36 2.27 2.27 0 0 0-.41-.69c-.34-.37-.62-.37-.69-.55s.17-.69 1.67-1.71z'/%3E%3Cpath class='cls-10' d='M289.36 288l.73.17a4.69 4.69 0 0 1 1.76.82l2.27 1.7a1.06 1.06 0 0 1-1.41.32l-1-.55-3.54-.13-.43-1.71a1.5 1.5 0 0 1 1.62-.62z'/%3E%3Cpath id='_Path_2' data-name='%26lt;Path%26gt;' class='cls-3' d='M261.9 257.79c3.48.47 3.82.56 4.22.22a6.75 6.75 0 0 0 .91-2.46c.21-.75.36-1.37.47-1.82.24.07.91.24 1.11 0s0-.5-.22-1a13.34 13.34 0 0 1-.57-1.87v-.39a6 6 0 0 0-2.25-5 6.47 6.47 0 0 0-7-.83 6.21 6.21 0 0 0-3.11 4.82 12.77 12.77 0 0 0 .7 4.06l.09.26c.15.48.92.94.92.94.67.41.81.25 1.18.51.66.48.44 1.15.93 1.76s.88.56 2.62.8z'/%3E%3Cpath class='cls-10' d='M269.49 286.68l.78-.14a4.93 4.93 0 0 1 2 .05l2.9.69a1.12 1.12 0 0 1-1.22.9l-1.15-.13-3.46 1.35-1.13-1.47a1.57 1.57 0 0 1 1.28-1.25z'/%3E%3Cpath id='_Clipping_Path_5' data-name='%26lt;Clipping Path%26gt;' class='cls-1' d='M218.44 309.6l100.61-11.84v11.84l-98.98 14.13-1.63-14.13z'/%3E%3Cg clip-path='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23clip-path)'%3E%3Cellipse cx='290.7' cy='306.31' rx='18.25' ry='6.87' fill='%23091e42' opacity='.1'/%3E%3C/g%3E%3Ccircle cx='290.83' cy='289.15' r='17.18' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-9)'/%3E%3Cpath d='M302 284.84a1.66 1.66 0 0 0-.49-1.18l-1.62-1.66a1.67 1.67 0 0 0-2.36 0l-8.2 8.14-3.73-3.73a1.68 1.68 0 0 0-2.37 0l-1.66 1.66a1.67 1.67 0 0 0 0 2.37l6.57 6.57a1.66 1.66 0 0 0 1 .48h.23a1.66 1.66 0 0 0 1.18-.49l11-11a1.66 1.66 0 0 0 .45-1.16z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23radial-gradient)'/%3E%3Cpath class='cls-10' d='M252.81 278.66a5 5 0 0 1 2.58 1.12 33.86 33.86 0 0 1 3.4 1.42c3.72 1.79 5.09 3.3 8.91 5.19 1.29.64 2.36 1.07 3 1.32l-2.4 2.5c-1.32-.31-3.29-.81-5.63-1.57-2-.65-14.87-4.81-14.46-7.81.2-1.37 3.18-2.33 4.6-2.17z'/%3E%3Cpath d='M253.45 263.61a3.63 3.63 0 0 0-1.28-.22 3.88 3.88 0 0 0-1.89.51 5.56 5.56 0 0 0-2.29 2.87 13.61 13.61 0 0 0-.74 2.32c-.62 2.87-1 5.28-1.14 6.83-.12 1-.29 2.44-.46 4.12a8.36 8.36 0 0 0 3.27 1.89c4 1.18 7.4-1.16 7.92-1.54-.13-1.59-.28-3-.43-4.35-.7-5.76-1-4.23-1.5-8.39-.2-1.65-.34-3.53-1.46-4.04z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-10)'/%3E%3Cpath class='cls-25' d='M68 193.59a2.32 2.32 0 0 1 2 2.36v5.53a2 2 0 0 1-2 2.14l-2.17-.08a2 2 0 0 0-1.83 1.17 13.48 13.48 0 0 1-6 6.29 2.27 2.27 0 0 0-1.2 2v2.43a2.27 2.27 0 0 1-2.21 2.32h-5.62a2.34 2.34 0 0 1-2.31-2.37V213a2.4 2.4 0 0 0-1.28-2.13 15.65 15.65 0 0 1-6.76-7 2.54 2.54 0 0 0-2.18-1.42l-2.61-.1a2.63 2.63 0 0 1-2.52-2.58v-6.19a2.31 2.31 0 0 1 2.52-2.31l2.61.18a2.23 2.23 0 0 0 2.18-1.18 13.39 13.39 0 0 1 6.76-6.27 2.11 2.11 0 0 0 1.28-2v-2.5a2.06 2.06 0 0 1 2.31-2.12l5.62.63a2.59 2.59 0 0 1 2.21 2.56V183a2.57 2.57 0 0 0 1.2 2.16 15.75 15.75 0 0 1 6.05 7 2.25 2.25 0 0 0 1.85 1.37l2.17.15zm-16.27-1.66a5.33 5.33 0 0 0-5.67 5.49 6.07 6.07 0 0 0 5.67 6.1 5.35 5.35 0 0 0 5.49-5.5 6.09 6.09 0 0 0-5.45-6.09z'/%3E%3Cpath d='M73.13 193.59a2.32 2.32 0 0 1 2 2.36v5.53a2 2 0 0 1-2 2.14l-2.13-.08a2 2 0 0 0-1.85 1.17 13.48 13.48 0 0 1-6.09 6.29 2.27 2.27 0 0 0-1.2 2v2.43a2.27 2.27 0 0 1-2.21 2.32h-5.62a2.34 2.34 0 0 1-2.31-2.37V213a2.4 2.4 0 0 0-1.28-2.13 15.65 15.65 0 0 1-6.76-7 2.54 2.54 0 0 0-2.18-1.42l-2.61-.1a2.63 2.63 0 0 1-2.52-2.58v-6.19a2.31 2.31 0 0 1 2.52-2.31l2.61.18a2.23 2.23 0 0 0 2.18-1.18 13.39 13.39 0 0 1 6.76-6.27 2.11 2.11 0 0 0 1.28-2v-2.5a2.06 2.06 0 0 1 2.28-2.17l5.62.63a2.59 2.59 0 0 1 2.21 2.56V183a2.57 2.57 0 0 0 1.2 2.16 15.75 15.75 0 0 1 6.05 7 2.25 2.25 0 0 0 1.92 1.28l2.17.15zm-16.27-1.66a5.33 5.33 0 0 0-5.67 5.49 6.07 6.07 0 0 0 5.67 6.1 5.35 5.35 0 0 0 5.49-5.5 6.09 6.09 0 0 0-5.48-6.09z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-11)'/%3E%3Cpath d='M202.51 71.37L71.19 59.6a3.86 3.86 0 0 1-3.45-3.77v-24.2a3 3 0 0 1 3.45-3.07l131.32 15a3.38 3.38 0 0 1 2.77 3.41v21.6a2.64 2.64 0 0 1-2.77 2.8zM321 82l-104.28-9.35a3.24 3.24 0 0 1-2.72-3.31V47.9a2.54 2.54 0 0 1 2.71-2.76L321 57a2.92 2.92 0 0 1 2.22 3v19.43c0 1.57-.99 2.68-2.22 2.57zm96.25 8.63L332.43 83a2.81 2.81 0 0 1-2.18-2.95V60.84c0-1.52 1-2.64 2.18-2.5L417.25 68c1 .12 1.83 1.33 1.83 2.72v17.56c0 1.39-.82 2.44-1.83 2.35zM321 314l-104.28 14.24a2.48 2.48 0 0 1-2.71-2.7V82.42a2.63 2.63 0 0 1 2.71-2.84L321 88.29a2.81 2.81 0 0 1 2.22 3v219.63A3 3 0 0 1 321 314zm98.07-15.91V99c0-1.39-.82-2.58-1.83-2.66l-84.82-7.08c-1.2-.1-2.18 1.05-2.18 2.57V310c0 1.52 1 2.62 2.18 2.45l84.82-11.58c1.02-.16 1.84-1.39 1.84-2.78zm-213.8 28.62v-245a3.26 3.26 0 0 0-2.77-3.32l-131.32-11a3.13 3.13 0 0 0-3.45 3.18v274.55a3 3 0 0 0 3.45 3l131.32-17.93a3.48 3.48 0 0 0 2.78-3.48zm110.84-24.27v-73.49a2.24 2.24 0 0 0-2.09-2.48l-89 4.53a2.84 2.84 0 0 0-2.47 2.95V315a2.31 2.31 0 0 0 2.47 2.52l89-12.26a2.75 2.75 0 0 0 2.1-2.82z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-12)'/%3E%3Cpath class='cls-4' d='M192.09 31.08l-121-15A1.23 1.23 0 0 1 70 14.86V1.23A1.23 1.23 0 0 1 71.37 0l121 16.53a1.23 1.23 0 0 1 1.06 1.22v12.11a1.23 1.23 0 0 1-1.34 1.22z'/%3E%3Cpath d='M194.41 143.34l-113.11-3a2.65 2.65 0 0 1-2.55-2.64v-53a2.35 2.35 0 0 1 2.55-2.39l113.11 8.21a2.44 2.44 0 0 1 2.1 2.48v48a2.16 2.16 0 0 1-2.1 2.34zm121.79 1.16v-43a2.1 2.1 0 0 0-1.69-2.22l-89.84-6.52a2 2 0 0 0-2 2.14v46.95a2.23 2.23 0 0 0 2 2.34l89.84 2.4a1.86 1.86 0 0 0 1.69-2.08zm0 55.21v-43a2 2 0 0 0-1.69-2.13l-89.84-1.71a2.11 2.11 0 0 0-2 2.25V202a2.09 2.09 0 0 0 2 2.23l89.84-2.41a2 2 0 0 0 1.69-2.11zm97.12-52.41v-39a1.86 1.86 0 0 0-1.39-2l-73.08-5.3c-.89-.06-1.62.8-1.62 1.93v42.16a1.93 1.93 0 0 0 1.62 2.09l73.08 2c.77 0 1.39-.83 1.39-1.88zm0 50v-39c0-1-.62-1.91-1.39-1.92L338.85 155a1.83 1.83 0 0 0-1.62 2v42.16a1.81 1.81 0 0 0 1.62 2l73.08-2c.77.06 1.39-.81 1.39-1.85zm0 50v-39c0-1-.62-1.87-1.39-1.85L338.85 209a2 2 0 0 0-1.62 2.11v42.16c0 1.13.72 2 1.62 1.92l73.08-5.88a1.87 1.87 0 0 0 1.39-2z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-13)'/%3E%3Cpath class='cls-29' d='M231.18 103.43l77.75 4.93'/%3E%3Cpath class='cls-30' d='M310.38 189.58c0 3.56-2.35 6.5-5.25 6.56s-5.31-2.81-5.31-6.41 2.38-6.54 5.31-6.56 5.25 2.83 5.25 6.41z'/%3E%3Cpath class='cls-31' d='M310.38 134c0 3.56-2.35 6.38-5.25 6.28s-5.31-3.09-5.31-6.69 2.38-6.41 5.31-6.28 5.25 3.09 5.25 6.69z'/%3E%3Cpath class='cls-25' d='M186.74 129.17c0 4-2.94 7.13-6.59 7s-6.66-3.49-6.66-7.52 3-7.17 6.66-7 6.59 3.53 6.59 7.52z'/%3E%3Cpath class='cls-29' d='M231.18 115.69l54.43 2.86M231.18 162.98l77.75.78M231.18 175.24l54.43-.05M88.73 94.39l98.01 6.22M88.73 108.23l68.8 3.6'/%3E%3Cpath class='cls-32' d='M139.72 54.32l-59.89-5.95v-6.79l59.89 6.27v6.47zM270.06 67.26l-47.4-4.71v-6.02l47.4 4.96v5.77zM374.99 77.68l-38.44-3.82v-5.41l38.44 4.02v5.21z'/%3E%3Cpath class='cls-30' d='M101.5 133.62l-10.26-.33a2.64 2.64 0 0 1-2.51-2.64v-10.56a2.4 2.4 0 0 1 2.51-2.44l10.26.46a2.63 2.63 0 0 1 2.46 2.64v10.43a2.4 2.4 0 0 1-2.46 2.44zM406.9 137.8c0 3.23-1.93 5.79-4.32 5.71s-4.36-2.79-4.36-6 2-5.82 4.36-5.71 4.32 2.77 4.32 6z'/%3E%3Cpath class='cls-29' d='M343.58 110.37l63.32 4.02M343.58 121.4l44.23 2.32'/%3E%3Cpath class='cls-33' d='M351.71 141.86l-6.54-.21a1.93 1.93 0 0 1-1.6-2.09v-8.42c0-1.13.72-2 1.6-2l6.54.29a1.94 1.94 0 0 1 1.57 2.09v8.33a1.77 1.77 0 0 1-1.57 2.01zM406.9 188.15c0 3.23-1.93 5.89-4.32 5.94s-4.36-2.55-4.36-5.81 2-5.92 4.36-5.94 4.32 2.57 4.32 5.81z'/%3E%3Cpath class='cls-29' d='M343.58 164.11l63.32.63M343.58 175.14l44.23-.05'/%3E%3Cpath class='cls-33' d='M351.71 195.16l-6.54.14a1.81 1.81 0 0 1-1.6-2v-8.42a1.88 1.88 0 0 1 1.6-2.05l6.54-.06a1.82 1.82 0 0 1 1.57 2v8.33a1.88 1.88 0 0 1-1.57 2.06z'/%3E%3Cpath class='cls-25' d='M406.9 238.49c0 3.23-1.93 6-4.32 6.17s-4.36-2.32-4.36-5.58 2-6 4.36-6.18 4.32 2.36 4.32 5.59z'/%3E%3Cpath class='cls-29' d='M343.58 217.84l63.32-2.75M343.58 228.87l44.23-2.41'/%3E%3Cpath class='cls-30' d='M351.71 248.46l-6.54.49c-.88.07-1.6-.79-1.6-1.92v-8.42a2 2 0 0 1 1.6-2.14l6.54-.41c.87-.05 1.57.81 1.57 1.92v8.33a2 2 0 0 1-1.57 2.15z'/%3E%3Cpath class='cls-25' d='M241.23 197.49l-8.08.17a2.08 2.08 0 0 1-2-2.22v-9.36a2.16 2.16 0 0 1 2-2.28l8.08-.07a2.08 2.08 0 0 1 1.94 2.23v9.26a2.16 2.16 0 0 1-1.94 2.27z'/%3E%3Cpath class='cls-33' d='M241.23 138.17l-8.08-.26a2.22 2.22 0 0 1-2-2.33v-9.36a2 2 0 0 1 2-2.18l8.08.36a2.22 2.22 0 0 1 1.94 2.33V136a2 2 0 0 1-1.94 2.17z'/%3E%3Cg clip-path='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23clip-path-2)'%3E%3Cpath d='M279.59 228.62v7.55l-18.31 1.19v-7.7a19.92 19.92 0 0 0-19.8-19.92l18.58-.64a19.53 19.53 0 0 1 19.53 19.52z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-14)'/%3E%3Cpath class='cls-36' d='M261.28 229.67v7.7L243 238.56v-7.85a20.31 20.31 0 0 0-20.31-20.31l18.78-.65a19.92 19.92 0 0 1 19.81 19.92z'/%3E%3Cpath d='M316.21 226.55v7.24L297.9 235v-7.39a19.13 19.13 0 0 0-19.13-19.13l18.7-.65a18.74 18.74 0 0 1 18.74 18.72z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-15)'/%3E%3Cpath class='cls-36' d='M297.9 227.59V235l-18.31 1.19v-7.55a19.53 19.53 0 0 0-19.53-19.52l18.7-.65a19.13 19.13 0 0 1 19.14 19.12zM334.54 225.49v7.14h-.65l-17.69 1.15v-7.24a18.74 18.74 0 0 0-18.74-18.74l18-.62h.66a18.37 18.37 0 0 1 18.42 18.31z'/%3E%3C/g%3E%3Cpath d='M316.17 207.12' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-16)'/%3E%3Cpath class='cls-30' d='M222.66 210.39A20.31 20.31 0 0 1 243 230.7v7.89h-20.34'/%3E%3Cpath class='cls-12' d='M259.66 251c-.06 2.27-.12 6.07-.18 8.34a37 37 0 0 1-5.55-.37q-.86-.12-1.67-.28a36.34 36.34 0 0 1 .46-7.4 17.79 17.79 0 0 1 1.36-4.64 8 8 0 0 1 9.18-4.3 7.61 7.61 0 0 1 2.17 1.1c1 .72 1.27 1.19 1.37 1.46.47 1.27-.34 2.08-1.22 2.78a13.71 13.71 0 0 1-2.21 1.45c-1.37.75-2.65 1.37-3.71 1.86z'/%3E%3Cpath class='cls-11' d='M247.54 359.34l-.07 1.12s-.07.78-.07 1.3a5.54 5.54 0 0 0 .16 1.14c.37 1.57 5.94 5 7 3.76s-2.4-5.13-2.13-8c0-.2.13-.83-.22-1.15s-1.42-.11-1.95.19a3.09 3.09 0 0 0-1.36 1.72 7.57 7.57 0 0 1-1.36-.08z'/%3E%3Cpath class='cls-10' d='M271.6 287l3.92 1.69a.48.48 0 0 1 .24.84.63.63 0 0 1 .24.58.65.65 0 0 1-.6.52.58.58 0 0 1 0 .46.86.86 0 0 1-1.1.18.75.75 0 0 1-.27.45.77.77 0 0 1-.6.14c-1.53-.29-2.5-.41-2.5-.41a8.74 8.74 0 0 1-1-.38 4.7 4.7 0 0 1-.64-.48l-.49-.39a1.35 1.35 0 0 1-1.1-.35c-.37-.49-.14-1.56.89-2.35z'/%3E%3Cpath class='cls-39' d='M314.84 291.23c1.81-.81 3.26-1.56 4.24-2.09 2.56-1.37 3.67-2.19 5.72-2.81a15.17 15.17 0 0 1 3.33-.61l4.7-2.52a5.88 5.88 0 0 1 .47.67c.27.45 1.61 2.7.63 4.7a4.4 4.4 0 0 1-2.78 2.12l-15.72 2.57z'/%3E%3Cpath class='cls-39' d='M308.35 293a.31.31 0 0 0-.13.26c.05.3.92.43 1.28.49a14.35 14.35 0 0 0 4.21-.22l1.89-.23a2.3 2.3 0 0 0 .18-1.77 2.57 2.57 0 0 0-2.4-1.44c-.89 0-1.05.51-2.3.59a8.38 8.38 0 0 1-1.22.16c-.2 0-.72 0-.75.21s.26.31.44.4c.47.22.71 0 1.27.23 0 0 .54.19.53.33s-.27.22-1.48.27q-1.89-.35-2 0t.48.72z'/%3E%3Cpath class='cls-40' d='M327.07 368.28s-.34-.61-3.36-1.35a15.72 15.72 0 0 0-4.45-.62 3.89 3.89 0 0 0 2.65 2.32c2.26.81 5.16-.35 5.16-.35zM348.62 363.16a9.47 9.47 0 0 0-4-.38 13.12 13.12 0 0 0-4.14.83s1 2.05 4.55 1.81 3.59-2.26 3.59-2.26z'/%3E%3Cpath class='cls-39' d='M297.55 281.35c2-.37 3.53-.75 4.61-1 2.81-.74 4.08-1.27 6.21-1.39a15.17 15.17 0 0 1 3.38.19l5.16-1.35a5.88 5.88 0 0 1 .3.76c.16.5.93 3-.49 4.72a4.4 4.4 0 0 1-3.2 1.41l-15.88-1.18zM347.85 298.75a12.24 12.24 0 0 0-.66-1.59 12.69 12.69 0 0 0-1-1.73c-.37.13-1 .33-1.74.52s-1.17.24-1.44.29c-1.55.3-4.51.82-12.5 1.9a20.88 20.88 0 0 0-4.11 9c-4.11 20.23-4.68 28.08-4.68 28.08s-1.19 14.9-2.22 31.78a18.08 18.08 0 0 0 3.61 1.55 10.8 10.8 0 0 0 2.73.38 38 38 0 0 0 3.9-24.41 69.18 69.18 0 0 1 2.78-12.32c.95-2.92 3.91-12 5.74-11.8s1 8.78 1.89 24.62c.49 8.53 1 15.51 1.36 20.16a4.94 4.94 0 0 0 3.82.13 5.28 5.28 0 0 0 2.35-1.47 76.57 76.57 0 0 0 .74-7.69c.06-1.4.06-2.54 0-4.14 0-2.69-.11-6.47-.33-11.2.16-9.5.15-12.76.1-13.67a20.88 20.88 0 0 1 0-2.45c0-.28.05-.55.11-1 .38-2.91 2.11-15.3 1.14-19.69a32.62 32.62 0 0 0-1.59-5.25z'/%3E%3Cpath class='cls-41' d='M348.43 354.54v1.59a76.57 76.57 0 0 1-.74 7.69 5.28 5.28 0 0 1-2.35 1.47 4.94 4.94 0 0 1-3.82-.13c-.21-2.66-.46-6.08-.73-10.11z'/%3E%3Cpath class='cls-33' d='M330 355.81c-.15 1.17-.35 2.37-.63 3.62a38 38 0 0 1-3.53 9.49 10.8 10.8 0 0 1-2.73-.38 18.09 18.09 0 0 1-3.61-1.55c.22-3.59.44-7.1.66-10.39 3.26-.21 6.55-.52 9.84-.79z'/%3E%3Cpath class='cls-11' d='M319.35 362.9a14.85 14.85 0 0 0 8.36 2.39 97.3 97.3 0 0 1-2.22 6.74c-1.24 3.35-2.31 5.65-2.65 9.23-.07.77-.09 1.41-.1 1.82l-4-.07-.66-.62-1.07.57-5.85-.14c-.64 0-1.09-.53-.88-1 4.1-.73 5.68-2.57 6.29-3.5.5-.75.81-2.21 1.43-5.14a56.62 56.62 0 0 0 1.32-7 28 28 0 0 0 .03-3.28zM348.62 363.16a12 12 0 0 1-8.14.45c.27.7 4.36 11.56-.39 15.77a5.87 5.87 0 0 1-1.61 1l-.3 1.36 4.46.54.71-.48 2.12 1 2.14-.39c0-.47 0-1.18.09-2 .07-1.4.14-2.44.16-2.67.07-1.26.28-5.02.76-14.58z'/%3E%3Cpath d='M348.34 298.34a45.27 45.27 0 0 1 4.19 8.3c1.29 3.39 1.87 6.15 3.35 15.16.58 3.54 1.26 7.82 2 12.7a39.77 39.77 0 0 1-9.76 5.2c-3.33 1.21-12.56 4.42-23 1.06a31.58 31.58 0 0 1-8.77-4.45c2.21-13 4.29-22.4 5.05-24.73a38.62 38.62 0 0 1 2.56-6.2 39.32 39.32 0 0 1 6.4-8.9z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-17)'/%3E%3Cpath class='cls-12' d='M339.8 254.52a6.46 6.46 0 0 0-6.58 2.21 4.94 4.94 0 0 0-.79 2.22c-.26 3 2.67 6.23 7.14 8.43-2.82 4.93-5.69 10.85-3.94 12.49 1.14 1.07 4 .09 5.79-1.31 6.68-5.34 3.9-22.22-1.62-24.04z'/%3E%3Cpath class='cls-39' d='M335.37 255.7a7.45 7.45 0 0 0-1.27 2.21c-.5 1.4-.31 2.28-1 3.73a7.15 7.15 0 0 1-.85 1.39l.78.89.08 4.41a7.39 7.39 0 0 0 3.44 1.11c1.18.06 1.75-.23 2.93-.13a6.78 6.78 0 0 1 3.08 1.11c-1-6-2.22-7.46-3.21-7.67a4.63 4.63 0 0 1-3.48-2.41 5.59 5.59 0 0 1-.74-2.69 6.33 6.33 0 0 1 .24-1.95z'/%3E%3Cpath class='cls-39' d='M335 273.54l8.4 2.13a23.74 23.74 0 0 1 .19-8.21l-7.9-.18a11 11 0 0 1 .17 2.33 11.16 11.16 0 0 1-.86 3.93z'/%3E%3Cpath class='cls-31' d='M314.39 284.63l-1.57-6 2-.79c2.23-.87 4.54-1.72 5.69-2.11a57.19 57.19 0 0 1 9.29-2.22c4.52-.38 8-.8 10.43-1.13s4.52-.66 6.46.58a6.06 6.06 0 0 1 2.3 2.77 7.68 7.68 0 0 1 .16 4.09c-.41 3.29-.62 4.93-.84 5.87-.57 2.39-.94 6.26 0 12.64a17.21 17.21 0 0 1-5.23 2.24 24.82 24.82 0 0 1-4.7.46c-8.24.55-11.2-1-11.2-1a45 45 0 0 0-.6-8.77c-.49-2.73-1-3.68-.67-5.63a9.14 9.14 0 0 1 1.22-3.15z'/%3E%3Cpath class='cls-12' d='M336.23 255.31a7.67 7.67 0 0 0 .12 2 8.3 8.3 0 0 0 .67 2l.15.3.16.3c.12.21 1.7 7.16 2.91 10.2a16.86 16.86 0 0 0 2.91 4.7 18.88 18.88 0 0 0 3 2.83 22.48 22.48 0 0 0 2.42-10.83c-.1-2.62-.24-6.65-3.11-9.59a10 10 0 0 0-6.49-2.93l-.3.05a7.58 7.58 0 0 0-2.44.97z'/%3E%3Cpath class='cls-39' d='M290.84 281.51c-.08 0-.18.12-.19.22 0 .31.8.64 1.13.77a14.35 14.35 0 0 0 4.14.77l1.89.22a2.3 2.3 0 0 0 .58-1.68 2.57 2.57 0 0 0-2-2c-.87-.2-1.14.25-2.38 0a8.38 8.38 0 0 1-1.22-.13c-.2 0-.71-.13-.78 0s.18.36.34.49c.4.32.68.2 1.18.52 0 0 .48.31.44.44s-.31.15-1.5-.09q-1.76-.78-2-.45t.37.92z'/%3E%3Cpath class='cls-31' d='M348.88 286.28l-5-.24'/%3E%3Cpath class='cls-12' d='M345.35 274.75c-.9.16-1.12 2.54-1.18 3.16-.22 2.29.37 5.33 1.47 5.47.92.12 2.19-1.79 2.37-3.61.25-2.58-1.65-5.21-2.66-5.02z'/%3E%3Cpath class='cls-12' d='M345.65 280.55c-.85.05-1.26 2.84-1.3 3.1-.3 2.14.06 5 .9 5.08s2-2.07 2.09-4.17-.94-4.05-1.69-4.01z'/%3E%3Cpath class='cls-12' d='M345.38 287.32c-.6 0-1.27 1.28-1.18 2.42.06.72.45 1.71 1 1.75s1-.82 1.18-1.47c.3-1.21-.38-2.68-1-2.7z'/%3E%3Cpath d='M403.46 291.59l-4.14-12.11c-.72 1.67-1.22 3.06-1.53 4-.92 2.74-1.11 4.1-2.11 6.68-.47 1.22-.93 2.19-1.23 2.81a19.78 19.78 0 0 1 3.82 8.2 21.18 21.18 0 0 0 5.19-9.56z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-18)'/%3E%3Cpath d='M404.09 277.72a6.8 6.8 0 0 0 3.59 4.63 6 6 0 0 0 6.46-1.09 19.42 19.42 0 0 1 0-10.75l-8.61 2.23a21.15 21.15 0 0 1 .12 2.77c0 1.18-.14 1.63-.46 1.91a1.43 1.43 0 0 1-1.1.3z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-19)'/%3E%3Cpath class='cls-10' d='M371.92 295.19l-4.4 2.59a.58.58 0 0 0-.41.5.63.63 0 0 0 .26.58.79.79 0 0 0-.2.75.8.8 0 0 0 .8.57.88.88 0 0 0 .2.52 1 1 0 0 0 1 .26 1.49 1.49 0 0 0 .54.4 1.41 1.41 0 0 0 .74.1 8.89 8.89 0 0 0 3.35-1.1c.59-.39.63-.55 1.36-1l1.13-.69c.57-.35.6-.37.64-.43s.32-.78-1.43-2.8z'/%3E%3Cpath class='cls-10' d='M393.44 295.71a2.31 2.31 0 0 0-1.49.77c-1.09-.27-2.08-.46-2.94-.6s-1.53-.22-2.21-.28c-4.15-.42-4.82 0-7.66-.43-.57-.09-1.49-.26-2.87-.38-.84-.07-1.52-.1-2-.12l1 3.41a105.09 105.09 0 0 0 11.73 4.67 14.27 14.27 0 0 0 3.87.72c1.58.07 5.77.25 6.59-1.91s-1.82-6.01-4.02-5.85z'/%3E%3Cpath class='cls-30' d='M394.41 293l-2.41 3.48 2.9 6.76a.55.55 0 0 0 .84.23 21.44 21.44 0 0 0 2.57-2.32 19.78 19.78 0 0 0-3.82-8.2z'/%3E%3Cpath d='M394.86 303.24a.55.55 0 0 0 .84.23 21.27 21.27 0 0 0 7.76-11.88l-4.14-12.11c-.72 1.67-1.22 3.06-1.53 4-.92 2.74-1.11 4.1-2.11 6.68-.5 1.28-1 2.29-1.27 2.9l-2.41 3.42z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-20)'/%3E%3Cpath class='cls-47' d='M408.28 393.08l.17-.86a28.47 28.47 0 0 0 9-6.6l4.19.66a14.76 14.76 0 0 1 1 5.64h-3.34a22.39 22.39 0 0 1-7.15 1.38 22.14 22.14 0 0 1-3.87-.22zM389.63 391.47l.17-.86a28.47 28.47 0 0 0 9-6.6l4.19.66a14.76 14.76 0 0 1 1 5.64h-3.34a22.39 22.39 0 0 1-7.15 1.38 22.14 22.14 0 0 1-3.87-.22z'/%3E%3Cpath d='M399.49 308.88a141.67 141.67 0 0 0-1.86 14.87c-.3 4.18-.35 7.42-.36 9.47-.07 8.77.17 27.34.75 51.53a8.15 8.15 0 0 0 6.22.25 170.84 170.84 0 0 0 1.29-18.24c.09-5.15-.06-10-.37-14.46.57-4 1-8.33 1.33-12.93.23-3.59.33-7 .34-10.28.54 3.26.93 5.93 1.19 7.75.8 5.72 1 8.27 1.86 13.66.41 2.53.76 4.32.93 5.25 1.21 6.55 2.84 16.4 4.64 30.62a15.27 15.27 0 0 0 7.26 0 188.93 188.93 0 0 0-2-28.85q-.62-4.23-1.39-8.22c0-7.48.11-13.34.19-17.41v-6.35c-.07-6.22-.29-9.15-1.33-12.46a27.25 27.25 0 0 0-1-2.67z' fill='%23ff8b00'/%3E%3Cpath id='_Path_3' data-name='%26lt;Path%26gt;' d='M402.1 277.62a24.53 24.53 0 0 0 2.55 0l2.93 3.73 5.8-3.73 7.81 5a19.27 19.27 0 0 1 1.19 5.34 49.22 49.22 0 0 1-2.27 9.26 43.41 43.41 0 0 0-2.46 7.78 27.75 27.75 0 0 0-.44 5.35l-10.82-.21-6.89-1c0-.59 0-1.49.1-2.61s.19-1.56.21-2.35a11.48 11.48 0 0 0-.32-3c-1.11-4.93 1.33-6.71.23-12a39.44 39.44 0 0 1-.94-4.86 12 12 0 0 1 .09-3.61 3.09 3.09 0 0 1 3.23-3.09z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-21)'/%3E%3Cpath d='M407.39 281.14l-1.57 28.94.57.14h.9l1.14-29.4-.85.55z' style='mix-blend-mode:multiply' fill='%23fff0b2'/%3E%3Cpath class='cls-10' d='M372.2 294.44a8.41 8.41 0 0 0-1.19.29l-3.33 1.27a1.37 1.37 0 0 0 1.59 1l1.35-.31 4.33 1.24 1.11-2 .48-1.07a9 9 0 0 0-4.34-.42z'/%3E%3Ccircle cx='380.06' cy='298.8' r='17.18' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-22)'/%3E%3Cpath class='cls-10' d='M408.32 298a2.3 2.3 0 0 0-.87 1.25 34.67 34.67 0 0 0-4.37 1.7c-2.79 1.32-4 2.36-7.13 3.69-1.18.51-2.16.85-2.78 1.06l1.92 2.33A94.85 94.85 0 0 0 406 306.2a13.48 13.48 0 0 0 3.3-1.23c1.26-.67 4.61-2.45 4.42-4.43s-3.72-3.63-5.4-2.54z'/%3E%3Cpath class='cls-10' d='M392.35 304.87a4.08 4.08 0 0 0-1 .47l-2.78 1.66a1.14 1.14 0 0 0 1.51.51l1.15-.52 3.94.22 1.07-2.65c-.66.08-1.2.11-1.56.12a8.38 8.38 0 0 0-2.33.19z'/%3E%3Cpath class='cls-30' d='M407.59 281.34l1.38 2.71a16.49 16.49 0 0 0 4-3.79 16.18 16.18 0 0 0 1.29-2 3 3 0 0 0-.17-.85 3 3 0 0 0-.76-1.17 22.25 22.25 0 0 1-5.78 5.11z'/%3E%3Cpath class='cls-30' d='M405.6 276.85c0 .48-.28.66-.24 1a1.14 1.14 0 0 0 .25.56c.36.5 1 1.55 2 3l-1.36 2.39a9.41 9.41 0 0 1-2.69-6.11 5.4 5.4 0 0 1 .43-.62 3.07 3.07 0 0 1 .6-.62 1.79 1.79 0 0 1 1.07-.31c-.03.29-.05.53-.06.71z'/%3E%3Cpath id='_Clipping_Path_6' data-name='%26lt;Clipping Path%26gt;' class='cls-3' d='M408 275.07c-3.77.54-4.14.63-4.56.25s-.53-1.12-1-2.8c-.23-.85-.39-1.56-.51-2.07-.26.08-1 .28-1.2 0s0-.57.23-1.12a15.69 15.69 0 0 0 .62-2.12v-.44a8 8 0 0 1 .31-2.41 7.65 7.65 0 0 1 2.11-3.26 6.74 6.74 0 0 1 7.58-.95 7.1 7.1 0 0 1 3.37 5.47 15.13 15.13 0 0 1-.76 4.61l-.09.29c-.17.54-1 1.07-1 1.07-.73.46-.87.28-1.27.58-.72.54-.48 1.31-1 2-.37.56-.9.63-2.83.9z'/%3E%3Cg clip-path='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23clip-path-3)'%3E%3Cpath class='cls-12' d='M408.11 266.21a11.29 11.29 0 0 1 .44 2.56h1.13c.34-.42.76-.8 1.09-.7.77.23.33 2.68 1.33 3.19.76.38 1.88-.58 2-.71 1.62-1.39 2.08-4.2 1.38-6.44a7.08 7.08 0 0 0-3.42-4 7.72 7.72 0 0 0-6-.6 7.82 7.82 0 0 0-4.59 4c-.14.3-.68 1.41-.33 1.76.18.18.56.15 2.07-.54 2.4-1.09 2.71-1.59 3.31-1.39.82.27 1.17 1.44 1.59 2.87z'/%3E%3C/g%3E%3Cpath d='M422.37 288a4.72 4.72 0 0 0 .46-3.25 3.61 3.61 0 0 0-2.17-2.34c-1.06-.41-2.92.22-5 2.08-4.21 3.73-3.71 7.43-6.94 10.28 2.73.9 5.64 1.92 7.56 4 .42-.6.85-1.2 1.23-1.84a77.93 77.93 0 0 0 4.86-8.93z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-23)'/%3E%3Cpath d='M408.68 294.85a10 10 0 0 0-2.17 2.54 9.74 9.74 0 0 0-1.06 2.59 8.15 8.15 0 0 1 4 .44 7.75 7.75 0 0 1 3.22 2.3l.38-.19a6.87 6.87 0 0 0 2.52-2.67c.23-.37.48-.72.73-1.08-1.93-2.06-4.84-3.08-7.56-4z' fill='%23ff991f'/%3E%3Cpath class='cls-10' d='M393 305.6l-1.77 1.4q-4 3-3.67 3.68.16.31 1.18.17a.88.88 0 0 0 .32.38 1.08 1.08 0 0 0 1 0 .82.82 0 0 0 1.13.22l.41-.07a6.13 6.13 0 0 0 3.53-2.44l1.64-1.07z'/%3E%3Crect class='cls-55' x='370.05' y='295.73' width='20.01' height='6.14' rx='.92' ry='.92' transform='rotate(-45 380.01 298.784)'/%3E%3Crect class='cls-55' x='376.99' y='288.79' width='6.14' height='20.01' rx='.92' ry='.92' transform='rotate(-45 380.052 298.787)'/%3E%3Cpath id='_Clipping_Path_7' data-name='%26lt;Clipping Path%26gt;' class='cls-4' d='M196.5 215.92v102a3.94 3.94 0 0 1-3.4 3.9l-109.89 15a3.94 3.94 0 0 1-4.47-3.9V220.25a3.94 3.94 0 0 1 3.78-3.93L192.41 212a3.94 3.94 0 0 1 4.09 3.92z'/%3E%3Cg clip-path='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23clip-path-4)'%3E%3Cpath class='cls-58' d='M100.8 306.32a1.08 1.08 0 0 1 1.08 1.13v2.9a1.21 1.21 0 0 1-1.08 1.23l-1.15.07a1.18 1.18 0 0 0-1 .71 8.21 8.21 0 0 1-3.19 3.64 1.33 1.33 0 0 0-.63 1.13v1.27a1.35 1.35 0 0 1-1.17 1.33l-3 .31a1.1 1.1 0 0 1-1.23-1.12v-1.32a1.12 1.12 0 0 0-.68-1.05 7.15 7.15 0 0 1-3.59-3.32 1.2 1.2 0 0 0-1.15-.63l-1.39.08a1.23 1.23 0 0 1-1.34-1.22v-3.24a1.37 1.37 0 0 1 1.34-1.35h1.39a1.34 1.34 0 0 0 1.15-.73 8.17 8.17 0 0 1 3.59-3.65 1.25 1.25 0 0 0 .68-1.11V300a1.22 1.22 0 0 1 1.23-1.23h3a1.21 1.21 0 0 1 1.17 1.23v1.27a1.2 1.2 0 0 0 .63 1.07 7.18 7.18 0 0 1 3.21 3.33 1.05 1.05 0 0 0 1 .62h1.15zm-8.63 0a3.17 3.17 0 0 0-3 3.18 2.84 2.84 0 0 0 3 2.9 3.18 3.18 0 0 0 2.92-3.18 2.85 2.85 0 0 0-2.92-2.91z'/%3E%3Cpath stroke-width='3.94' stroke-miterlimit='10' stroke='%234c9aff' fill='none' d='M111.09 175.19v64.79'/%3E%3Cpath class='cls-60' d='M128.49 272.83l6.72-6.84-5.13-18.48-18.57-4.8'/%3E%3Cpath class='cls-1' d='M196.5 312.02l-117.76 13.5v11.94l117.76-16.11v-9.33z'/%3E%3Cellipse cx='166.11' cy='320.5' rx='20.52' ry='3.89' opacity='.5' fill='%232684ff'/%3E%3Cellipse cx='111.68' cy='327.62' rx='14.11' ry='2.67' opacity='.4' fill='%232684ff'/%3E%3Ccircle cx='166.35' cy='301.14' r='20.39' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-25)'/%3E%3Cpath class='cls-64' d='M179.67 296a2 2 0 0 0-.58-1.4l-2-2a2 2 0 0 0-2.81 0l-9.73 9.66-4.42-4.43a2 2 0 0 0-2.81 0l-2 2a2 2 0 0 0 0 2.81l7.8 7.8a2 2 0 0 0 1.13.56h.28a2 2 0 0 0 1.4-.58l13.1-13a2 2 0 0 0 .64-1.42z'/%3E%3Cpath style='mix-blend-mode:soft-light' stroke='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-26)' stroke-width='6.56' stroke-miterlimit='10' fill='none' d='M199.39 202.09L122.25 370'/%3E%3Cpath style='mix-blend-mode:soft-light' stroke='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-27)' stroke-width='6.56' stroke-miterlimit='10' fill='none' d='M212.06 202.09L134.92 370'/%3E%3Ccircle cx='110.78' cy='279.97' r='21.25' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-28)'/%3E%3Cpath class='cls-64' d='M124.66 274.64a2.06 2.06 0 0 0-.61-1.46l-2.05-2a2.07 2.07 0 0 0-2.92 0l-10.15 10.02-4.61-4.62a2.07 2.07 0 0 0-2.93 0l-2.05 2a2.07 2.07 0 0 0 0 2.93l8.13 8.13a2.06 2.06 0 0 0 1.18.59h.29a2.06 2.06 0 0 0 1.46-.61l13.66-13.59a2.06 2.06 0 0 0 .6-1.39z'/%3E%3Cpath class='cls-60' d='M95.63 274.43l-8.47-9.13 5.66-18.32 18.69-4.27'/%3E%3Ccircle cx='111.09' cy='243.82' r='7.34' fill='%232684ff'/%3E%3Cpath class='cls-58' d='M167.53 230.67a1.66 1.66 0 0 1 1.66 1.73v4.44a1.86 1.86 0 0 1-1.66 1.89l-1.76.11a1.81 1.81 0 0 0-1.51 1.09 12.58 12.58 0 0 1-4.93 5.56 2 2 0 0 0-1 1.73v2a2.08 2.08 0 0 1-1.8 2l-4.57.48a1.68 1.68 0 0 1-1.88-1.72v-2a1.71 1.71 0 0 0-1-1.61 11 11 0 0 1-5.5-5.08 1.84 1.84 0 0 0-1.77-1l-2.12.13a1.88 1.88 0 0 1-2-1.87v-5a2.1 2.1 0 0 1 2-2.06l2.12-.07a2 2 0 0 0 1.77-1.13 12.52 12.52 0 0 1 5.5-5.59 1.91 1.91 0 0 0 1-1.71v-2a1.87 1.87 0 0 1 1.88-1.89l4.57.05a1.85 1.85 0 0 1 1.8 1.88v2a1.83 1.83 0 0 0 1 1.64 11 11 0 0 1 4.93 5.11 1.61 1.61 0 0 0 1.51.95l1.76-.05zm-13.24 0a4.86 4.86 0 0 0-4.62 4.87 4.35 4.35 0 0 0 4.62 4.45 4.88 4.88 0 0 0 4.47-4.87 4.36 4.36 0 0 0-4.47-4.47zM179 208.88a1.08 1.08 0 0 1 1.08 1.13v2.9a1.21 1.21 0 0 1-1.08 1.23l-1.15.07a1.18 1.18 0 0 0-1 .71 8.21 8.21 0 0 1-3.21 3.63 1.33 1.33 0 0 0-.63 1.13V221a1.35 1.35 0 0 1-1.17 1.33l-3 .31a1.1 1.1 0 0 1-1.23-1.12v-1.31a1.12 1.12 0 0 0-.68-1.05 7.15 7.15 0 0 1-3.59-3.32 1.2 1.2 0 0 0-1.15-.63l-1.39.08a1.23 1.23 0 0 1-1.34-1.22v-3.24a1.37 1.37 0 0 1 1.34-1.35h1.39a1.34 1.34 0 0 0 1.15-.73A8.17 8.17 0 0 1 167 205a1.25 1.25 0 0 0 .68-1.11v-1.31a1.22 1.22 0 0 1 1.23-1.23h3a1.21 1.21 0 0 1 1.17 1.23v1.27a1.2 1.2 0 0 0 .63 1.07 7.18 7.18 0 0 1 3.21 3.33 1.05 1.05 0 0 0 1 .62h1.15zm-8.63 0a3.17 3.17 0 0 0-3 3.18 2.84 2.84 0 0 0 3 2.9 3.18 3.18 0 0 0 2.92-3.18 2.85 2.85 0 0 0-2.89-2.91z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");height:150px;margin-right:10px}.aan-tour-image.step-2-part-1{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 215.08 183.116'%3E%3Cdefs%3E%3Cstyle%3E.cls-3{fill:none;stroke:%233384ff;stroke-miterlimit:10;stroke-width:2px}%3C/style%3E%3ClinearGradient id='linear-gradient' x1='107.54' y1='183.116' x2='107.54' y2='75.576' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%231db9d4'/%3E%3Cstop offset='.125' stop-color='%2338c3da'/%3E%3Cstop offset='.264' stop-color='%234fcbdf'/%3E%3Cstop offset='.415' stop-color='%235fd1e2'/%3E%3Cstop offset='.586' stop-color='%2368d4e4'/%3E%3Cstop offset='.818' stop-color='%236bd5e5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Objects'%3E%3Cpath d='M214.914 75.443L131.533 8.445a38.304 38.304 0 0 0-47.985 0L.166 75.443H0v107.54h215.08V75.443z' fill='%230065ff'/%3E%3Cpath fill='%23fafbfc' d='M25.423 22.424H188.26v131.824H25.423z'/%3E%3Cpath class='cls-3' d='M43.859 58.171H169.51'/%3E%3Cpath fill='%231db9d4' d='M25.423 19.519H188.26v12.146H25.423z'/%3E%3Cpath class='cls-3' d='M43.859 67.758h65.732M43.859 48.584H169.51M43.859 86.931H169.51M43.859 96.517H169.51M43.859 106.104h72.283'/%3E%3Cpath d='M215.08 183.116c-36.44 0-59.694-5.878-74.15-14.237-33.542-19.394-37.686-47.244-72.724-70.597C43.444 81.78 17.552 77.053 0 75.576v107.54z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient)'/%3E%3Cpath d='M0 183.116c36.676 0 59.694-5.878 74.15-14.237 33.542-19.394 37.686-47.244 72.724-70.597 24.762-16.503 50.653-21.229 68.205-22.706v107.54z' fill='%236bd5e5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");height:65px;background-size:contain;margin-left:25px}.aan-tour-image.step-2-part-2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='59' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='50.602%25' y1='.115%25' x2='48.602%25' y2='100.132%25' id='a'%3E%3Cstop stop-color='%2348CC8C' offset='0%25'/%3E%3Cstop stop-color='%2378F0B7' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg transform='translate(-2 -3)' fill-rule='nonzero' fill='none'%3E%3Ccircle fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23a)' transform='rotate(-83.88 32.08 32.86)' cx='32.081' cy='32.86' r='29.14'/%3E%3Cpath d='M26.322 47.477l-11-12a1.23 1.23 0 0 1 .08-1.74l4.83-4.39a1.23 1.23 0 0 1 1.74.08l5.76 6.33 16.2-14.66a1.23 1.23 0 0 1 1.74.09l4.38 4.84a1.23 1.23 0 0 1-.09 1.74l-21.9 19.76a1.23 1.23 0 0 1-1.74-.05z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");background-size:contain;margin-right:20px}.aan-tour-image.step-3{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 221.19 220.42'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient)}.cls-7,.cls-8{fill:none;stroke-miterlimit:10}.cls-7{stroke:%230065ff;stroke-width:18.04px}.cls-8{stroke:%2300c7e5;stroke-width:16.74px}.cls-9{fill:%23ffbdad}.cls-12{fill:%23ff7452}%3C/style%3E%3ClinearGradient id='linear-gradient' x1='56.3' y1='177.79' x2='178.7' y2='55.38' gradientTransform='rotate(45 117.5 116.58)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.13' stop-color='%23b2d4ff'/%3E%3Cstop offset='.25' stop-color='%23b2d4ff'/%3E%3Cstop offset='.67' stop-color='%232684ff'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' x1='119.23' y1='228.96' x2='229.73' y2='118.45' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.44' stop-color='%23b3bac5'/%3E%3Cstop offset='1' stop-color='%23dfe1e5'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-3' x1='86.32' y1='257.43' x2='258.2' y2='85.54' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.44' stop-color='%230052cc'/%3E%3Cstop offset='.78' stop-color='%232684ff'/%3E%3C/linearGradient%3E%3CclipPath id='clip-path'%3E%3Cellipse class='cls-1' cx='117.5' cy='116.58' rx='86.55' ry='46.23' transform='rotate(-45 117.5 116.58)'/%3E%3C/clipPath%3E%3ClinearGradient id='linear-gradient-5' x1='58.85' y1='175.24' x2='176.16' y2='57.93' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%234c9aff'/%3E%3Cstop offset='.27' stop-color='%234c9aff'/%3E%3Cstop offset='.67' stop-color='%230065ff'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-6' x1='144.15' y1='146.53' x2='144.15' y2='14.33' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23091e42'/%3E%3Cstop offset='1' stop-color='%23b3bac5' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Objects'%3E%3Cpath d='M215.63 186.09L186.82 75.54 76.32 186l110.51 28.81 21.34 5.56a13 13 0 0 0 13-13z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-2)'/%3E%3Cpath d='M218.85 198.45l-3.22-12.36-28.81-110.55L76.32 186l110.51 28.81 12.36 3.22a20.17 20.17 0 0 0 19.66-19.58z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-3)'/%3E%3Cellipse class='cls-1' cx='117.5' cy='116.58' rx='86.55' ry='46.23' transform='rotate(-45 117.5 116.58)'/%3E%3Cg clip-path='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23clip-path)'%3E%3Cpath d='M78.86 182.38c-8.54 0-15.27-2.4-20-7.14-7.75-7.75-9.27-21-4.29-37.44 5.22-17.18 16.87-35.41 32.8-51.35 22-22 48.35-35.66 68.78-35.66 8.54 0 15.27 2.4 20 7.14 7.75 7.75 9.27 21 4.29 37.44-5.22 17.18-16.87 35.41-32.8 51.35-21.99 22-48.35 35.66-68.78 35.66z' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-5)' id='_Group_' data-name='%26lt;Group%26gt;'/%3E%3Cpath d='M180.45 95.37c5-16.4 3.46-29.7-4.29-37.45-4.74-4.74-11.47-7.14-20-7.14-15.19 0-33.66 7.56-51.18 20.47a31.86 31.86 0 0 1 10.29 7.15c7.86 8.27 8.7 18.23 9.52 27.86.74 8.75 1.44 17 7 25.2 3.91 5.79 9.63 10.5 17 14.11 15.33-15.66 26.56-33.43 31.66-50.2z' opacity='.1' fill='url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.13.3-REL-0038/_/download/resources/com.atlassian.servicedesk.frontend-webpack-plugin:split_jira.view.issue/%23linear-gradient-6)'/%3E%3C/g%3E%3Cpath class='cls-7' d='M29.49 160.1A33.43 33.43 0 0 1 44.36 147c14.59-6.39 28.34.76 30.17 1.75M75.89 5.29A33.43 33.43 0 0 0 69.46 24C69.13 40 81 49.94 82.61 51.26'/%3E%3Cpath class='cls-8' d='M55.16 76.52l36.64 28.25M152.4 25.71l11.57 44.97'/%3E%3Ccircle class='cls-9' cx='7.97' cy='123.8' r='7.97'/%3E%3Ccircle class='cls-9' cx='111.7' cy='124.55' r='7.97'/%3E%3Cpath d='M52 112c-3.67-.87-2.28-6.72-6-7.59s-5.06 5-8.73 4.11-2.28-6.72-6-7.59-5.06 5-8.73 4.11-2.29-6.72-6-7.59' stroke-width='2' stroke='%230065ff' fill='none' stroke-miterlimit='10'/%3E%3Cpath d='M135.14 115.11c-1.74-3.34 3.59-6.12 1.85-9.47s-7.07-.57-8.81-3.91 3.59-6.12 1.85-9.47-7.08-.57-8.82-3.92 3.59-6.13 1.85-9.47' stroke='%23fff' stroke-width='2' fill='none' stroke-miterlimit='10'/%3E%3Cpath class='cls-12' transform='rotate(-8.3 29.514 54.373)' d='M21.46 46.31h16.06v16.06H21.46z'/%3E%3Cpath class='cls-12' transform='rotate(-8.3 94.643 160.168)' d='M86.59 152.07h16.06v16.06H86.59z'/%3E%3Cpath class='cls-12' transform='rotate(36.94 117.726 44.64)' d='M111.23 38.15h12.96v12.96h-12.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");height:70px;margin:10px 10px 0 0}.aan-tour-footer{height:30px}.aan-tour-actions{float:right}.aan-tour-actionsbutton{padding:0}.aan-tour-progress{position:absolute;padding:5px;float:left;color:#b3bac5}.aan-tour-title{font-weight:700;margin-top:20px}.sd-loading-indicator{background-color:#333;border-radius:10px;height:35px;width:35px;position:fixed;top:50%;left:50%;margin-top:-20px;margin-left:-20px;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.sd-loading-indicator .aui-spinner>svg{stroke:#fff}.servicedesk-attachments-dialog .aui-dialog2-content{padding:0;max-height:420px;position:relative;overflow-y:auto}.servicedesk-attachments-dialog .aui-dialog2-content .dialog2-content-container{height:100%;position:relative}@media screen and (max-height:640px){.servicedesk-attachments-dialog.aui-dialog2{top:100px}.servicedesk-attachments-dialog .aui-dialog2-content{max-height:70%}}#dialog-message-box{display:none;visibility:visible}#dialog-message-box .aui-message{margin:0;border-radius:0}.servicedesk-attachments-dialog .comment-textarea{min-height:150px;height:auto;width:100%;box-sizing:border-box;border-width:0;border-bottom:2px solid #dfe1e6;padding:10px;font-size:inherit;font-family:inherit;resize:none}.servicedesk-attachments-dialog .comment-textarea.expand-fallback{resize:none;white-space:pre;word-wrap:normal}.servicedesk-attachments-dialog .richeditor-cover{border-top:0;border-left:0;border-right:0}.servicedesk-attachments-dialog .wiki-edit-toolbar{border:0;border-bottom:1px solid #ccc;right:0;left:0}.sd-attach-dialog-footer-actions .aui-button .spinner{display:inline-block;left:0;padding-right:15px;padding-left:5px;position:relative;top:-5px;width:0}#attachments-dialog-error-icon{padding-right:10px;display:inline-block}#attachments-dialog-error-icon .aui-icon{visibility:hidden;color:#d04437}.wiki-edit-content+#attachment-area{margin-top:30px}#attachment-area{position:relative;overflow-y:auto;height:159px}.attachment-dialog-button{margin-right:10px}
/* module-key = 'com.atlassian.jira.jira-share-plugin:share-resources', location = 'css/share-dialog.less' */
#jira-share-trigger.issuenav-share.active{border-radius:3.01px 3.01px 3.01px 3.01px}#inline-dialog-shareContentPopup .contents{overflow:visible}form.share-content-popup .issuenav-permalink{position:relative}form.share-content-popup .issuenav-permalink .permalink-container{margin-top:8px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}form.share-content-popup .issuenav-permalink input{margin-top:8px}form.share-content-popup fieldset{border-top:1px solid #c1c7d0;padding-top:10px;margin-top:3px;margin-bottom:1px}form.share-content-popup .button-panel{padding-top:10px;text-align:right}form.share-content-popup .button-panel .status .icon{float:left;margin-top:8px}form.share-content-popup .button-panel .status .progress-messages{float:left;margin-left:5px;margin-top:6px}form.share-content-popup .button-panel .buttons input:disabled{color:graytext}form.share-content-popup .button-panel .buttons .close-dialog{margin-left:10px}form.share-content-popup #sharenames-textarea,form.share-content-popup #note{margin-top:8px}form.share-content-popup .button{margin:2px 0 2px 2px}form.share-content-popup .submit{text-align:center}form.share-content-popup .autocomplete li.active a span{color:white}form.share-content-popup .aui-dd-parent,form.share-content-popup .aui-dd-parent .aui-dropdown{width:259px}form.share-content-popup .padding{padding:20px !important}form.share-content-popup .aui-message{margin-top:0px}#sharenames-suggestions .yad{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}#sharenames-textarea{float:none}
/* module-key = 'com.atlassian.jira.jira-view-issue-plugin:controller-subtasks', location = 'viewissue/subtasks/subtasks.less' */
.subtask-done {
  padding: 0 18px 0 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAG3RFWHRqaXJhLXN5c3RlbS1pbWFnZS10eXBlAGljb266KjlFAAAAu0lEQVR42mP4//8/AyUYQiCDadYKQDwBiC8A8X8ovgAVUwApwW3ANOsEIP6ApBEdg+QSsBsA0fyfSJyAagDE2R9IMACkVgHZgAn4NAjMdf9//vWt//Ovb0UWn4BswAVcmhUWh4A1g8D9T8+Q5S4gGwCX6L+4EoxBbINVCf/f//gM1gwyBOQSZLVYDYBpWH/vEF7N6AbAvYBsKz7N6F5ACUSQIfufngO7AodmjECkMBopTkhUScqUZCZKMAC09CItMaJUQAAAAABJRU5ErkJgggHTmuaqSWzhJ/lWaYR1YVM3mJxFRL1LaTXLTLFEioVVymq0uT+6wm51MHVDfeSqALltrp1zAC7SG+xWh6eTW0zdYPr+Qu9xoAK6KuBb/b1jTN3AarRxd/Z/hGdfn0sTyh1k0pAvnu4e/hbOVEAsXRmI3yY8vD6vbJaZf7rGIM0pr2VNhcJPcvUIEKRjwCvpdc1e9acs9ZefaRPNAcxugJD9I6tEAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
/* module-key = 'com.atlassian.jira.plugins.jira-wiki-editor:wiki-editor-resources', location = '/css/wiki-editor.less' */
.wiki-edit-toolbar{padding:5px;border:1px solid #dfe1e5;border-bottom:none;line-height:1;background-color:#fff;border-radius:3px 3px 0 0}.wiki-edit-toolbar .aui-iconfont-chevron-double-down{display:none}.wiki-edit-toolbar.wiki-edit-toolbar-compact{cursor:pointer;background-repeat:no-repeat;background-position:center center;position:relative}.wiki-edit-toolbar.wiki-edit-toolbar-compact .aui-toolbar2{height:0;overflow:hidden}.wiki-edit-toolbar.wiki-edit-toolbar-compact .aui-iconfont-chevron-double-down{display:block;height:13px;width:13px;margin:-2px auto 2px auto}.wiki-edit-toolbar.wiki-edit-toolbar-compact:hover{background-color:rgba(9,30,66,0.13)}.wiki-edit-toolbar .wiki-edit-visible-toggle.active{border:solid 1px #dfe1e5}.wiki-edit-toolbar>.aui-toolbar2{margin:0 0 -5px}.wiki-edit-toolbar .aui-buttons{margin-bottom:5px;margin-right:0}.wiki-edit-toolbar .aui-buttons+.aui-buttons{border-left:1px solid #dfe1e5;padding-left:3px;margin-left:3px}.wiki-edit-toolbar .aui-button{margin-top:0;outline:none}.wiki-edit-toolbar~.wiki-edit-content>.wiki-textfield.wiki-textfield{max-width:100%;width:100%;border-top-left-radius:0;border-top-right-radius:0;resize:vertical}.wiki-edit-toolbar .aui-button{position:relative}.wiki-edit-toolbar .aui-buttons .aui-button{padding-left:6px;padding-right:6px}.wiki-edit-toolbar .aui-buttons .aui-button~.aui-button,.wiki-edit-toolbar .aui-buttons .aui-button~.aui-button:hover{margin-left:1px}.wiki-edit-toolbar .aui-toolbar2-primary{float:none}.wiki-edit-toolbar .aui-buttons.wiki-edit-toolbar-last{float:right;border-left:none}.wiki-edit-toolbar .aui-button.aui-dropdown2-trigger{padding-right:19px !important}.wiki-edit-toolbar .aui-button.aui-dropdown2-trigger:after{margin-left:-14px}.wiki-edit-toolbar a.wiki-edit-operation-color{margin-right:16px;z-index:1}.wiki-edit-toolbar .aui-buttons .aui-button.wiki-edit-color-picker-trigger{vertical-align:top;padding-right:14px !important;padding-left:30px;z-index:0}.wiki-edit-toolbar .aui-buttons .aui-button.wiki-edit-color-picker-trigger,.wiki-edit-toolbar .aui-buttons .aui-button.wiki-edit-color-picker-trigger:hover{margin-right:-46px}.wiki-edit-toolbar .aui-buttons .aui-button.wiki-edit-color-picker-trigger:after{margin-right:-5px}.wiki-edit-toolbar .aui-buttons .aui-button.wiki-edit-color-picker-trigger span{display:none}.wiki-edit-toolbar .wiki-edit-color-indicator{content:"";display:block;width:14px;height:2px;margin:-4px 0 0 0;border:1px solid #dfe1e5;border-radius:2px;background:red}.wiki-edit-toolbar .hidden{display:none}.wiki-edit-toolbar .aui-button.aui-button-subtle.wiki-edit-style-picker-trigger[aria-disabled="true"]{color:#97a0af}.wiki-edit-toolbar a.aui-button.wiki-edit-operation[aria-disabled="true"],.wiki-edit-toolbar a.aui-button.wiki-edit-operation-dropdown[aria-disabled="true"]{border:1px transparent solid}.wiki-edit-toolbar a.aui-button.wiki-edit-operation[aria-disabled="true"]:hover,.wiki-edit-toolbar a.aui-button.wiki-edit-operation-dropdown[aria-disabled="true"]:hover,.wiki-edit-toolbar a.aui-button.wiki-edit-operation[aria-disabled="true"]:active,.wiki-edit-toolbar a.aui-button.wiki-edit-operation-dropdown[aria-disabled="true"]:active,.wiki-edit-toolbar a.aui-button.wiki-edit-operation[aria-disabled="true"]:focus,.wiki-edit-toolbar a.aui-button.wiki-edit-operation-dropdown[aria-disabled="true"]:focus{border:1px transparent solid}.wiki-edit-toolbar .aui-toolbar2 span.icon-toolbartoggle{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB2ZXJzaW9uPSIxLjEiCiAgIHdpZHRoPSIxMCIKICAgaGVpZ2h0PSI2IgogICBpZD0ic3ZnMiI+CiAgPGRlZnMKICAgICBpZD0iZGVmczQiIC8+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDQ2LjM2MjIpIgogICAgIGlkPSJsYXllcjEiPgogICAgPGcKICAgICAgIHRyYW5zZm9ybT0ibWF0cml4KDAsLTAuMzI1Nzg1OTYsMC42NDUxODIxLDAsLTMuMjI1OTEwNWUtNCwxMDUyLjM2MikiCiAgICAgICBpZD0iZzI5OTciPgogICAgICA8cGF0aAogICAgICAgICBkPSJtIDE2LjkxNywxNS41IGMgLTAuMzg0LDAgLTAuNzY4LC0wLjE0NiAtMS4wNjEsLTAuNDM5IEwgOS42MDYsOC44MTEgQyA5LjAyLDguMjI2IDkuMDIsNy4yNzUgOS42MDYsNi42OSBsIDYuMjUsLTYuMjUgYyAwLjU4NiwtMC41ODYgMS41MzUsLTAuNTg2IDIuMTIxLDAgMC41ODYsMC41ODUgMC41ODYsMS41MzYgMCwyLjEyMSBsIC01LjE4OSw1LjE4OSA1LjE4OSw1LjE4OSBjIDAuNTg2LDAuNTg1IDAuNTg2LDEuNTM2IDAsMi4xMjEgLTAuMjkzLDAuMjk0IC0wLjY3NywwLjQ0IC0xLjA2LDAuNDQgeiIKICAgICAgICAgaWQ9InBhdGgyOTg3IgogICAgICAgICBzdHlsZT0iZmlsbDojNmY2ZjZmIiAvPgogICAgICA8cGF0aAogICAgICAgICBkPSJtIDcuNzUsMTUuNSBjIC0wLjM4NCwwIC0wLjc2OCwtMC4xNDYgLTEuMDYxLC0wLjQzOSBsIC02LjI1LC02LjI1IGMgLTAuNTg2LC0wLjU4NSAtMC41ODYsLTEuNTM2IDAsLTIuMTIxIGwgNi4yNSwtNi4yNSBjIDAuNTg2LC0wLjU4NiAxLjUzNSwtMC41ODYgMi4xMjEsMCAwLjU4NiwwLjU4NSAwLjU4NiwxLjUzNiAwLDIuMTIxIEwgMy42MjEsNy43NSA4LjgxLDEyLjkzOSBjIDAuNTg2LDAuNTg1IDAuNTg2LDEuNTM2IDAsMi4xMjEgLTAuMjkyLDAuMjk0IC0wLjY3NiwwLjQ0IC0xLjA2LDAuNDQgeiIKICAgICAgICAgaWQ9InBhdGgyOTg5IgogICAgICAgICBzdHlsZT0iZmlsbDojNmY2ZjZmIiAvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==") no-repeat center;-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleY(-1);-ms-filter:"FlipV";filter:FlipV}.wiki-edit-toolbar .aui-toolbar2 .aui-button.active span.icon-toolbartoggle{-moz-transform:scaleY(1);-o-transform:scaleY(1);-webkit-transform:scaleY(1);transform:scaleY(1);-ms-filter:none;filter:none}.aui .wiki-edit-toolbar~.wiki-edit-content>.wiki-textfield{max-width:100%}body:not(.specificity-inc):not(.specificity-inc):not(.specificity-inc) .wiki-edit-content textarea.wiki-textfield,body:not(.specificity-inc):not(.specificity-inc):not(.specificity-inc) .wiki-edit-content textarea.wiki-textfield:hover,body:not(.specificity-inc):not(.specificity-inc):not(.specificity-inc) .wiki-edit-content textarea.wiki-textfield:focus,body:not(.specificity-inc):not(.specificity-inc):not(.specificity-inc) .wiki-edit-content textarea.wiki-textfield:active{background:#fff;border:1px #dfe1e5 solid;outline:none}div.color-picker-container{left:-27px;position:absolute}div.aui-dropdown2.aui-style-default.wiki-edit-picker ul{list-style:none;margin:0;overflow:auto;padding:6px}div.aui-dropdown2.aui-style-default.wiki-edit-picker li{float:left;padding:2px}div.aui-dropdown2.aui-style-default.wiki-edit-color-picker{min-width:102px !important;width:102px !important}div.aui-dropdown2.aui-style-default.wiki-edit-color-picker ul{width:88px}div.aui-dropdown2.aui-style-default.wiki-edit-color-picker li{border-radius:2px}div.aui-dropdown2.aui-style-default.wiki-edit-color-picker li:hover{padding:1px;border:solid 1px #344563}div.aui-dropdown2.aui-style-default.wiki-edit-color-picker a{border:1px solid #fff;border-radius:2px;display:block;height:16px;line-height:16px;padding:0;text-align:justify;width:16px}div.aui-dropdown2.aui-style-default.wiki-edit-icon-picker ul{width:168px}div.aui-dropdown2.aui-style-default.wiki-edit-icon-picker li{line-height:16px;padding:0}div.aui-dropdown2.aui-style-default.wiki-edit-icon-picker a{display:block;padding:3px;width:16px;height:16px;border:solid 1px transparent;border-radius:2px}.wiki-edit-picker,.wiki-edit-dropdown{z-index:3000}.wiki-edit-operation-h1{font-size:34px}.wiki-edit-operation-h2{font-size:25px}.wiki-edit-operation-h3{font-size:18px}.wiki-edit-operation-h4{font-size:17px}.wiki-edit-operation-h5{font-size:14px}.wiki-edit-operation-h6{font-size:13px}.wiki-edit-operation-monospace{font-family:monospace}.wiki-edit-insert-attachment{overflow-y:auto;max-height:131px}.wiki-edit-attachment-type-icon{vertical-align:middle}.aui-dropdown2-active .wiki-edit-attachment-type-icon{color:inherit}.aui-toolbar2 .aui-buttons .aui-button[aria-pressed="true"].wiki-edit-operation .aui-icon.aui-icon-small::before{color:#fff}.aui-toolbar2 .aui-buttons .aui-button[aria-expanded="true"].wiki-edit-operation-dropdown .aui-icon.aui-icon-small::before{color:#fff}.aui-toolbar2 .aui-buttons .aui-button[aria-expanded="true"].wiki-edit-operation-dropdown~.aui-button.wiki-edit-operation-color .aui-icon.aui-icon-small::before{color:#fff}
/* module-key = 'com.thed.zephyr.je:zephyr-je-steps', location = 'includes/js/zephyr/component/restful/restfultable.less' */
.jira-restfultable-init{text-align:center;vertical-align:center}.jira-restfultable-init .jira-restfultable-throbber{background:url('data:image/gif;base64,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') center center no-repeat;width:20px;height:16px;display:inline-block}.jira-restfultable-init .jira-restfultable-loading{top:-4px;position:relative}.msie-7 .jira-restfultable-init .jira-restfultable-throbber{background-image:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-steps/../../../images/icons/wait.gif")}.msie-7 .jira-restfultable-init .jira-restfultable-loading{top:0;left:2px}.jira-restfultable .jira-restfultable-row.loading .jira-restfultable-throbber{background-image:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-steps/../../../images/icons/wait.gif");background-repeat:no-repeat;background-position:2px center}.jira-restfultable .jira-restfultable-row.jira-restfultable-focused td{background-color:#ebf1fd;padding:4px 4px 4px 3px}.jira-restfultable .jira-restfultable-row.jira-restfultable-focused td.jira-restfultable-order{padding:7px 10px !important}.jira-restfultable .jira-restfultable-row.jira-resfultable-disabled td{opacity:0.5;padding:4px 4px 4px 3px !important}.jira-restfultable .jira-restfultable-row.jira-restfultable-active{background-color:#f0f0f0}.jira-restfultable .jira-restfultable-row .jira-restfultable-order{width:8px}.jira-restfultable .jira-restfultable-row .jira-restfultable-operations{width:160px;white-space:nowrap}.jira-restfultable .jira-restfultable-row .jira-restfultable-operations .aui-button-cancel{margin-left:3px}.jira-restfultable .jira-restfultable-row .jira-restfultable-throbber{width:20px}.jira-restfultable .jira-restfultable-row .jira-restfultable-operations input.button,.jira-restfultable .jira-restfultable-row select{margin-top:2px}.jira-restfultable .jira-restfultable-row .project-config-operations-trigger{visibility:hidden}.jira-restfultable .jira-restfultable-row input.text,.jira-restfultable .jira-restfultable-row select{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;margin:0;min-width:0;width:100%}.jira-restfultable .jira-restfultable-row .jira-restfultable-draghandle{display:inline-block;width:8px;height:100%;min-height:24px;margin-bottom:-6px;background-image:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-steps/images/grippy.png");cursor:move}.jira-restfultable .jira-restfultable-row .aui-toolbar{background:transparent;margin:0;padding-top:0}.jira-restfultable .jira-restfultable-row .aui-toolbar .toolbar-group{margin-bottom:0}.jira-restfultable .jira-restfultable-readonly.jira-restfultable-movable td{background-color:#f0f0f0 !important}.jira-restfultable .jira-restfultable-readonly .jira-restfultable-editable-no-value .jira-restfultable-editable{visibility:hidden}.jira-restfultable .jira-restfultable-readonly .jira-restfultable-operations a{visibility:hidden}.jira-restfultable .jira-restfultable-readonly .jira-restfultable-operations a{visibility:visible}.jira-restfultable .jira-restfultable-readonly .jira-restfultable-editable{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;margin:0;height:1%;min-height:25px;padding:3px 24px 2px 4px;position:relative}.jira-restfultable .jira-restfultable-readonly .jira-restfultable-editable .icon-edit-sml{margin:0;position:absolute;visibility:hidden}.jira-restfultable .jira-restfultable-create td{border:solid #bbb;border-width:1px 0 !important}.jira-restfultable .jira-restfultable-create .jira-restfultable-order span{display:none !important}.jira-restfultable-allowhover tr:hover td,.jira-restfultable-allowhover .jira-restfultable-active td{background-color:#f0f0f0}.jira-restfultable-allowhover tr:hover .project-config-operations-trigger,.jira-restfultable-allowhover .jira-restfultable-active .project-config-operations-trigger{visibility:visible}.jira-restfultable-allowhover tr:hover.jira-restfultable-focused td,.jira-restfultable-allowhover .jira-restfultable-active.jira-restfultable-focused td{background-color:#ebf1fd}.jira-restfultable-allowhover tr:hover.jira-restfultable-readonly.jira-restfultable-animate td:hover .jira-restfultable-editable,.jira-restfultable-allowhover .jira-restfultable-active.jira-restfultable-readonly.jira-restfultable-animate td:hover .jira-restfultable-editable{background:transparent}.jira-restfultable-allowhover tr:hover.jira-restfultable-readonly.jira-restfultable-animate td:hover .jira-restfultable-editable .icon-edit-sml,.jira-restfultable-allowhover .jira-restfultable-active.jira-restfultable-readonly.jira-restfultable-animate td:hover .jira-restfultable-editable .icon-edit-sml{visibility:hidden !important}.jira-restfultable-allowhover tr:hover.jira-restfultable-readonly.jira-restfultable-animate td.jira-restfultable-editable-no-value:hover .jira-restfultable-editable,.jira-restfultable-allowhover .jira-restfultable-active.jira-restfultable-readonly.jira-restfultable-animate td.jira-restfultable-editable-no-value:hover .jira-restfultable-editable{visibility:hidden}.jira-restfultable-allowhover tr:hover.jira-restfultable-readonly.jira-restfultable-animate td,.jira-restfultable-allowhover .jira-restfultable-active.jira-restfultable-readonly.jira-restfultable-animate td{background:transparent}.jira-restfultable-allowhover tr:hover.jira-restfultable-readonly .jira-restfultable-operations a,.jira-restfultable-allowhover .jira-restfultable-active.jira-restfultable-readonly .jira-restfultable-operations a{visibility:visible}.jira-restfultable-allowhover tr:hover.jira-restfultable-readonly td:hover .jira-restfultable-editable,.jira-restfultable-allowhover .jira-restfultable-active.jira-restfultable-readonly td:hover .jira-restfultable-editable{visibility:visible;cursor:pointer}.jira-restfultable-allowhover tr:hover.jira-restfultable-readonly td:hover .jira-restfultable-editable .icon-edit-sml,.jira-restfultable-allowhover .jira-restfultable-active.jira-restfultable-readonly td:hover .jira-restfultable-editable .icon-edit-sml{visibility:visible}.jira-restfultable-allowhover tr:hover.jira-restfultable-readonly td.test-step-actions .drop-menu,.jira-restfultable-allowhover .jira-restfultable-active.jira-restfultable-readonly td.test-step-actions .drop-menu{background-position:-25px -202px}
/* module-key = 'com.thed.zephyr.je:zephyr-je-steps', location = 'includes/css/zephyr/testcase/steps.less' */
tr.project-config-no-entires{font-style:italic}.jira-restfultable-allowhover tr:hover .project-config-operations .project-config-operations-trigger,.project-config-version.jira-restfultable-active .project-config-operations .project-config-operations-trigger{display:block}.jira-restfultable-allowhover tr:hover .project-config-operations .project-config-operations-trigger .icon-drop,.project-config-version.jira-restfultable-active .project-config-operations .project-config-operations-trigger .icon-drop{background-image:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-steps/../../../images/menu_indicator_for_dark_backgrounds.gif)}#inline-dialog-step-column-picker h3{font-size:15px;font-weight:bold;padding:0 10px}#inline-dialog-step-column-picker .aui-list-wrapper{padding:10px}#inline-dialog-step-column-picker .aui-list-wrapper .check-list-item{padding:6px 10px 6px 25px}#inline-dialog-step-column-picker .aui-list-wrapper .check-list-item label input[type="checkbox"]{left:0}#inline-dialog-step-column-picker .button-panel{border-top:1px solid #cccccc;padding:10px;text-align:right}#project-config-versions-add{height:100%;max-height:550px;margin:0}#project-config-steps-table{table-layout:fixed;word-wrap:break-word;overflow:scroll;width:98.5%}#project-config-steps-table.removeTestStep>thead>tr>th:nth-child(3),#project-config-steps-table.removeTestStep>tbody>tr>td:nth-child(3){display:none}#project-config-steps-table.removeTestStepData>thead>tr>th:nth-child(4),#project-config-steps-table.removeTestStepData>tbody>tr>td:nth-child(4){display:none}#project-config-steps-table.removeTestStepExpectedResult>thead>tr>th:nth-child(5),#project-config-steps-table.removeTestStepExpectedResult>tbody>tr>td:nth-child(5){display:none}#project-config-steps-table.removeTestStepAttachment>thead>tr>th:nth-child(6),#project-config-steps-table.removeTestStepAttachment>tbody>tr>td:nth-child(6){display:none}#project-config-steps-table thead th{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100px}#project-config-steps-table .project-config-steps-table-header th:first-child{width:1em}#project-config-steps-table .project-config-steps-table-header th:nth-child(2){width:2.25em}#project-config-steps-table .project-config-steps-table-header th:last-child{width:94px;padding-top:2px}#project-config-steps-table .project-config-steps-table-header th .step-column-picker-trigger{position:relative;padding:4px 15px}#project-config-steps-table .project-config-steps-table-header th .step-column-picker-trigger:after{border:4px solid transparent;border-top-color:#111;content:"";height:0;position:absolute;right:3px;top:13px;width:0}#project-config-steps-table th.confluenceTh{width:auto !important}#project-config-steps-table tbody td span p{margin:0}#project-config-steps-table tbody td .ztextarea{height:45px;min-height:45px;resize:none;overflow:hidden}#project-config-steps-table tbody td.teststep-editable-attachment .mod-header .ops{float:none}#project-config-steps-table tbody td.teststep-editable-attachment .mod-header .ops li{float:none;text-align:center}#project-config-steps-table tbody td.teststep-editable-attachment .mod-header .ops li a{float:none}#project-config-steps-table tbody td.project-config-version-description input,#project-config-steps-table tbody td.project-config-version-name input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;margin:0;width:100%}#project-config-steps-table tbody td.project-config-version-name{width:130px}#project-config-steps-table tbody td.project-config-version-name input{width:130px}#project-config-steps-table tbody td.project-config-version-name .zfj-nowrap{white-space:nowrap}#project-config-steps-table tbody td.project-config-version-release-date{width:150px}#project-config-steps-table tbody td.project-config-version-release-date .project-config-date-field{white-space:nowrap}#project-config-steps-table tbody td.project-config-version-release-date input{width:130px;margin-right:5px}#project-config-steps-table tbody td.project-config-release-status{width:16px;padding-right:0}#project-config-steps-table tbody td.project-config-release-status .project-config-icon{margin-top:2px}#project-config-steps-table tbody.ui-sortable .teststep-editable{overflow:hidden}#project-config-steps-table tbody.ui-sortable .ztextarea-step{position:static;left:11%;height:45px}#project-config-steps-table tbody.ui-sortable .ztextarea-data{position:static;left:36.3%;height:45px}#project-config-steps-table tbody.ui-sortable .ztextarea-result{position:static;left:61.6%;height:45px}#project-config-steps-table tbody.ui-sortable .ztextarea-customField{height:45px}#project-config-steps-table tbody.ui-sortable .jira-restfultable-editrow td{height:70px}#project-config-steps-table tbody.ui-sortable .jira-restfultable-editrow td:nth-child(2){width:2em}#project-config-steps-table tbody.ui-sortable .jira-restfultable-editrow .restfultable-operations-wrapper{width:100%;height:76px;border-top:none;clear:both;padding:0px 4px 4px 0px}#project-config-steps-table tbody.ui-sortable .jira-restfultable-editrow .restfultable-operations-wrapper .aui-button{padding:4px 9px}#project-config-steps-table tbody.ui-sortable .jira-restfultable-editrow .restfultable-operations-wrapper .aui-button-cancel{cursor:pointer}#project-config-steps-table tbody.ui-sortable .jira-restfultable-editrow .restfultable-operations-wrapper input,#project-config-steps-table tbody.ui-sortable .jira-restfultable-editrow .restfultable-operations-wrapper a{float:none;display:block}#project-config-steps-table tbody.ui-sortable .jira-restfultable-editrow input,#project-config-steps-table tbody.ui-sortable .jira-restfultable-editrow a{float:left}#project-config-steps-table tbody.ui-sortable .ztextarea,#project-config-steps-table tbody.ui-sortable .wiki-preview-content{width:100%}#project-config-steps-table tbody.ui-sortable .test-step-actions a{visibility:hidden}#project-config-steps-table tbody.ui-sortable .test-step-actions a span.aui-icon-small:after{border-color:#333 rgba(0,0,0,0) rgba(0,0,0,0);border-image:none;border-style:solid;border-width:4px;content:"";height:0;left:0px;margin-top:-1px;position:absolute;top:50%;width:0}#project-config-steps-table tbody.ui-sortable tr:hover a{visibility:visible}#project-config-steps-table tbody.ui-sortable .wiki-field-tools,#project-config-steps-table tbody.ui-sortable .wiki-preview-content{position:static}#project-config-steps-table tbody.ui-sortable .teststep-editable-step .wiki-field-tools,#project-config-steps-table tbody.ui-sortable .teststep-editable-step .wiki-preview-content{left:11%}#project-config-steps-table tbody.ui-sortable .teststep-editable-data .wiki-field-tools,#project-config-steps-table tbody.ui-sortable .teststep-editable-data .wiki-preview-content{left:36.3%}#project-config-steps-table tbody.ui-sortable .teststep-editable-result .wiki-field-tools,#project-config-steps-table tbody.ui-sortable .teststep-editable-result .wiki-preview-content{left:61.6%}#project-config-steps-table tbody.ui-sortable ul,#project-config-steps-table tbody.ui-sortable ol{padding-left:20px;margin:0}#project-config-steps-table img{max-width:100%;max-height:100%}#project-config-steps-table table.confluenceTable{word-break:break-all;white-space:normal}.project-config-version.project-config-version-archived .jira-restfultable-editable{opacity:0.5}.project-config-version.project-config-version-overdue .project-config-version-release-date{color:#CC0000}.project-config-version .project-config-version-name{width:2em}.project-config-version .project-config-version-name .project-config-icon{float:left;margin:0 8px 0 -24px}.project-config-version td:hover .jira-restfultable-editable{opacity:1}.project-config-version .project-config-operations .project-config-operations-list{display:none}.project-config-version .project-config-operations .project-config-operations-trigger{display:none;float:right;padding:2px}.project-config-version .project-config-operations .project-config-operations-trigger:hover,.project-config-version .project-config-operations .project-config-operations-trigger:active,.project-config-version .project-config-operations .project-config-operations-trigger:focus{background-color:#3c78b5;color:#fff;display:block}.teststep-clone-dialog-form .form-body fieldset div.field-group input[type=radio],.teststep-clone-dialog-form .form-body fieldset div.field-group span.clone-test-step{position:relative;top:5px}.msie-7 #project-config-versions-add .project-config-release-status{width:25px}.msie-7 #project-config-versions-add .project-config-version-description input,.msie-7 #project-config-versions-add .project-config-version-name input{width:92%}.msie-7 #project-config-versions-add .project-config-operations{width:140px}.msie .project-config-version.project-config-version-archived .jira-restfultable-editable{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50)}.msie .project-config-version-name .zfj-nowrap{float:left}::i-block-chrome,#project-config-steps-table{width:97%}::i-block-chrome th:nth-child(2),#project-config-steps-table th:nth-child(2){width:3.2em}#project-config-panel-versions{min-width:420px;position:relative;max-height:550px}#project-config-panel-versions .ui-sortable .ui-sortable-helper{left:14px}td.project-config-version-description object,td.teststep-editable object{width:100% !important}.zephyr-wiki-preview_link{margin-right:5px}.issue-main-column{min-width:450px;overflow-x:auto;overflow-y:hidden;padding-bottom:20px}.mozilla .issue-main-column{overflow-x:hidden}#view_issue_execution_section{display:block;min-width:420px;overflow-x:auto}#view_issue_execution_section #ztestSchedulesTable{min-width:750px}#view_issue_execution_section .showinzql{display:flex;justify-content:space-between;background:#DEEBFE;padding:5px 10px;margin-top:0px;border-radius:0 0 3px 3px;font-size:12px}#view_issue_execution_section .showinzql a{color:#4c9aff;text-decoration:none;padding-right:15px;background:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-steps/images/icons/new-window_button.svg') no-repeat right}#view_issue_execution_section .showinzql a:hover{color:#5e6c84;background:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-steps/images/icons/new-window_hover_button.svg') no-repeat right}#view_issue_execution_section .showinzql a.nobg{cursor:pointer;background:none}#view_issue_execution_section .showinzql a.nobg:hover{background:none !important}#file_attachments a{cursor:pointer}.jira-restfultable .jira-restfultable-readonly .jira-restfultable-editable{white-space:normal}#date-picker{position:relative;visibility:hidden;height:1px}.gridComponentTesting{height:1px}.testExecutionGridWrapper{padding-top:5px}.issueViewPopover{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,0.5);z-index:999}.issueViewPopover.showPopup{display:flex;z-index:100}.issueViewPopover .issueViewPopoverWrapper{border-radius:5px;background-color:white;z-index:999;max-height:70vh;overflow:auto;padding:15px 18px 35px}.issueViewPopover .popupHeading .toggle-title:hover{background-image:none}.issueViewPopover .popupHeading{display:flex;align-items:center;justify-content:flex-start}.issueViewPopover .popupHeading .border{width:100%;height:0px;border:1px solid #DEE1E6}.popupHeading h2{font-size:16px;width:150px;font-weight:bold;color:#42526E}.closePopup{color:#c1c1c1;font-size:20px;position:relative;padding:10px;margin-bottom:10px}.closePopup .close-icon{cursor:pointer;height:20px;width:20px;position:absolute;right:0;top:0px;color:#fff}.close-icon:hover{color:white}.closePopup .close-icon:before{font-size:20px}.gridComponent-wrapper{width:100%;height:100%}.ui-sidebar.ui-draggable{z-index:1}.msie-11 textarea#advanced-search{max-width:none;width:100%}.msie-11 .zephyr-je-add-tests-execution-button{width:auto}.external-scroll{width:100%;display:flex;height:20px}.external-scroll .frozen{height:100%;width:266px}.external-scroll .frozen.action{width:90px}.external-scroll .unfrozen{flex-grow:1;overflow:auto;width:calc(-226%)}.external-scroll .unfrozen .scroll-item{height:100%;width:1200px}#stepsGridComponentContainer #testDetailGrid{width:100%}.table-container-wrapper{max-height:350px;overflow-y:auto;overflow-x:hidden}.pagination-wrapper{clear:both;background-color:#F4F5F7;margin-top:10px;height:40px}.pagination-page-number-container{display:inline-block;min-width:300px;margin-left:10px;margin-top:5px}.pagination-page-width-container{float:right;padding:0 10px;min-width:110px;position:relative}.first-page-number,.current-page-number,.last-page-number{float:left;margin:0 5px;line-height:30px}.current-page-number{background-color:#42526e;padding:0px 10px;border-radius:4px;color:white}.hide{display:none;margin:0 10px}.current-pagination{display:inline-block;text-align:center;height:30px;line-height:30px;width:calc(70%);padding:0;color:black;background-color:#DFE1E5;border-radius:4px 0 0 4px;vertical-align:top}.pagination-dropdown-button{display:inline-block;width:30px;height:30px;text-align:center;background-color:#deebff;border-radius:0 4px 4px 0;vertical-align:unset !important}.drop-down-arrow-pagination-options{vertical-align:unset !important}.pagination-options-container{position:absolute;width:calc(80%);background-color:white;top:35px;box-shadow:0 3px 6px rgba(0,0,0,0.2)}.change-pagination-width-function{padding:5px;cursor:pointer}.change-pagination-width-function:hover{background-color:#F4F5F7}#last-page-pagination,#first-page-pagination{cursor:pointer}#first-page-pagination{margin-right:10px}#last-page-pagination{margin-left:10px}
/* module-key = 'com.thed.zephyr.je:zephyr-je-schedule', location = 'includes/css/zephyr/execution/zephyr-je-execute-test.css' */
.zephyrfont{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Noto Sans", "Ubuntu", "Droid Sans", "Helvetica Neue", sans-serif;
}

.execute-outer {
	padding:0 20px 20px 20px;
	margin-top:-40px;
}

#bulk-assign-user-id {
	overflow: visible;
}

#mappingContainersRow .ab-field-container {
	width: 15%;
	float: left;
}

#mappingContainersRow .ab-field-container h4 {
	margin: 7px 0;
}

#mappingContainersRow .ab-drag-container {
	width: 40%;
}

.execute-test {
	padding:20px 20px 20px 20px;
	border-color: #BBBBBB;
	border-style: solid;
	border-width: 1px 1px 1px;
}

.execute-test form.aui .select, form.aui .execute-test .select {
	padding: 4px 5px !important;
}

.execute-test #zephyr-aui-message-bar{
	position: static;
}

.execute-test-add {
	padding:10px 10px 10px 10px;
	border-color: #BBBBBB;
	border-style: solid;
	border-width: 1px 1px 1px;
}


#content > .exe-cont > div.stl-exe-right .detail-exec-view-wrapper > header {
	padding: 20px;
}

#content header h1.execute-test-header-left {
	margin-right: 300px;
}


#content > .exe-cont > div.stl-exe-right .detail-exec-view-wrapper h1.execute-test-header-left  {
	margin-top: 0px;
}

.execute-test-header-right {
	min-width: 175px;
	position: absolute;
	padding: 0px;
	top: 10px;
	right: 20px;
}

.execute-test-header-right li {
	padding-top:5px;
}

.execute-test-header-right li a {
	min-width:160px;
}

.groupspacing {
	padding:20px 20px 20px 20px;
}

.floatright {
	float:right;
}

.field-group div.multi-select.medium-multiselect {
	width:300px;
}

.field-group div.multi-select.medium-multiselect textarea {
	width:300px;
}

.execute-error-message {
	opacity:0.9;
}

.execute-outer .execute-message-bar {
	margin-top:20px;
	position:absolute;
	z-index:9999;
	left:20%;
	width:60%;
}

.execute-outer .comment-val {
	max-height: 100px;
	width: 100%;
	margin: 0px !important;
	overflow-y: auto;
}

.execution-top-layerWrapper {
	display: flex;
}

.execution-top-layerWrapper div{
	margin-right: 5px;
}

.execution-top-layerWrapper .execution-status {
    overflow: hidden;
	text-overflow: ellipsis;
	flex:1
}

.execution-top-layerWrapper .execution-status span {
	overflow: hidden;
    max-width: 85%;
    text-overflow: inherit;
    white-space: nowrap;
}

.execution-top-layerWrapper  .issueKey {
	max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.executionSummary {
	color: #5E6C84;
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
	font-size: 12px;
}

.exec_status-schedule-select {
	width:150px;
}

dd.defectpicker-status-dd-schedule {
	background-color:#FFF;
	color:black;
	font-weight:normal;
	float:left;
}

.floatleft {
	float:left;
}

.displaynone {
	display:none;
}

select.aui-field-defectpickers {
	width:580px;
}

.zephyr_je_create_issue_link-schedule {
	margin-left: 3px;
}

.zephyr_je_create_issue_link-schedule a#zephyr_je_create_issue_link-schedule-cancel {
	cursor: pointer;
	margin-left: 3px;
}

.content-container-execution div.description {
	width:500px;
	display:none;
}

div.readonly-comment-div {
	width: calc(100% - 115px);
	height:100px;
	position:relative;
}

a.comment-click-pencil {
	position:absolute;
	right:13px;
	top:5px;
}

div.comment-val {
	height:100%;
	overflow-y: auto;
}

div.editable-comment-div {
	width: calc(100% - 115px);
	display:none;
	position:relative;
	color:#5E6C84;
}

div.editable-comment-div span.loading {
	float:right;
	top:20px;
	position:relative;
	display:none;
}

div.editable-comment-div textarea.schedule-comment-area {
	width:500px;
}

div.editable-comment-div label.comment-counter {
	left:0px;
	text-align:left;
	position:absolute;
	bottom:-20px;
}

h3.toggle-title {
	border-bottom:0px;
}

table.mod-content-table {
	table-layout: fixed;
	width: 100%;
}

table.mod-content-table th.mod-content-th.step1 {
	width:3em;
}

table.mod-content-table th.mod-content-th.step2 {
	width:130px;
}


table.mod-content-table th.mod-content-th.step3 {
	width:150px;
}

table.mod-content-table th.mod-content-th.step4 {
	width:10%;
}

table.mod-content-table th.mod-content-th.step5 {
	width: 120px;
}

table.mod-content-table tr td.execution-step-row ol, table.mod-content-table tr td.execution-step-row ul {
	padding-left: 20px;
}

table.mod-content-table .current-comment-status-dd-stepresult {
	font-weight:normal;
	width:auto;
}

table.mod-content-table .comment-current-status-stepresult-editable {
	overflow: auto;
	max-height:10em;
	max-width:400px;
	word-wrap: break-word;
	word-break:keep-all;
}

table.mod-content-table .comment-edit-field-select-stepresult-icon {
	position:absolute !important;
	right:0px;
	top:5px;
	display:none;
}

table.mod-content-table textarea.comment-status-stepresult {
	width: 100% !important;
}

table.mod-content-table .comment-edit-field-select-stepresult {
	display: none;
	height: 6em;
	position: relative;
    line-height: 0.9em;
}

table.mod-content-table .execution-field-current-status, table.mod-content-table .comment-current-status-stepresult{
	padding-left:0px;
	min-height:0px;
}

table.mod-content-table .exec-status-container, table.mod-content-table .exec_status-stepresult-select {
	width:150px;
}

table.mod-content-table .comment-status-stepresult {
	width:auto;
	height:4em;
	padding-bottom:-15px;
}

table.mod-content-table .stepresult-comment-counter{
	left:0px;
	bottom:0px;
	text-align:left;
	position:absolute;
}

table.mod-content-table .mod-header {
	position:relative;
}

table.mod-content-table .add-attachments-link {
	position:absolute;
	right:0px;
}

table.mod-content-table .mod-content .zephyr-item-attachments {
	padding:1px 16px 1px 1px;
}

table.mod-content-table .readonly-defect-values-stepresult-container {
	padding-left:0px;
	min-height:auto;
}

table.mod-content-table .current-defectpicker-status-dd-stepresult {
	overflow: auto;
	max-height:10em;
	max-width:400px;
}

table.mod-content-table .editable-defect-values-stepresult-container {
	padding-left:0px;
	display:none;
}

table.mod-content-table .zephyr_je_create_issue_link-stepresult {
	margin-left:10px;
	text-align: center;
	width: 150px !important;
}

table.mod-content-table .zephyrJEdefectskey-stepresult {
	width:580px;
}

.editable-field.saving .overlay-icon.throbber {
    background: #fff url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/../com.thed.zephyr.je/images/testboard/wait.gif") center center no-repeat;
    border: none;
    right:1px;
    top:1px;
    visibility: visible;
}

.zteststep-order {
	padding: 10px !important;
}

/*
Edit css
*/
.zfj-editable-field {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
    border-radius: 2.01px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    width: 90%;
    padding: 2px 30px 2px 5px;
    position: relative;
    transition: box-shadow 150ms ease-in 0ms;
    vertical-align: top;
}

.zfj-editable-field .zfj-overlay-icon {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
    background-color: #F0F0F0;
    background-position: 4px 4px;
    background-repeat: no-repeat;
    border-left: 1px solid #CCCCCC;
    bottom: 0;
    height: auto;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    z-index: -1;
}

.zfj-editable-field:hover, .execution-assignee-wrapper.zfj-editable-field {
	/*box-shadow: 0 0 0 1px #CCCCCC;*/
	min-height: 28px;
  height: auto;
}

.zfj-editable-field:hover .zfj-overlay-icon, .execution-assignee-wrapper.zfj-editable-field .zfj-overlay-icon{
    opacity: 1;
    z-index: auto;
}

.zfj-editable-field:hover, .execution-assignee-wrapper.zfj-editable-field {
    background-color: #FFFFFF;
}

.zfj-editable-field:hover .zfj-overlay-icon, .execution-assignee-wrapper.zfj-editable-field .zfj-overlay-icon{
    transition: opacity 150ms ease-in 0ms;
}

/*
 Update, Cancel buttons
*/
.execution-field-select-schedule {
	position: relative;
	width: 250px;
}

.execution-field-select-stepresult {
	position: relative;
}

.update_cancel-buttons {
    background-color: #F0F0F0;
    border-color: -moz-use-text-color #CCCCCC #CCCCCC;
    border-image: none;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #CCCCCC;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 0 3px 6px rgba(111, 111, 111, 0.2);
    outline: medium none;
    padding: 3px;
    float: right;
    z-index: 1;
}

.update_cancel-buttons .zfj-button, .update_cancel-buttons .zfj-button.cancel {
    height: 24px;
    padding: 0 4px;
    margin: 1px !important;
}

.update_cancel-buttons .zfj-button + .zfj-button {
    margin-left: 0px;
}

.update_cancel-buttons .zfj-button .icon-save {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA9UlEQVR42mNgGFKgvr5+CRAfIVdzLhD/BuL/69evfwqkOUnRnAHSiIxPnz69/v///5zEaE5G13zs2LH///79A+r/746scDEQt6BpDkPXvH///v9QUPjnzx9GkCI+IJ4NU7Bhw4Y9UM3eQPwHWfOuXbtgmuuRbQlGt2Xu3LnHgfRbZLEtW7bANHeh+5F59uzZ69ENQcbAUIdpnoo1oIASzIsWLTqPTfOaNWtgmucTDPGFCxfeQNa8fPny/3///gVpXkp0nM+fP/8uSPPSpUv/A0MZpHkDyIWkJBpuoJ+vfPv2DaQZFHJsJCdboCZuIG4FYiGaZzAA03sW+3wCHCAAAAAASUVORK5CYII=");
}

.update_cancel-buttons .zfj-button .icon-cancel {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA3UlEQVR42s1TMQqEMBC0yKO1UvAHaQKChZhO7SJoq9b6gPMT19mEvd0jHrmQoKWBKZLJ7IbZSRQ9ZqVpyhALQgZ4aXgWKkAkZFkGfd9vDhcjNPFCiDcAMF+Bmi6caNt2sMS/867rUA+L9xVKqdW+zDl/2ft5nsGsOuhF0zRDnudgC2k/TdMpji8Nxc67XaCqKhIeiOTONBLE4b5gHMf9jjh2O/uMDYlrn2HY+c/IoijWyxxYbn8No850TnxZlv4pUMIoJGbO2nUbO28k1lqHc0AJIxIhA7w0PHvOJ/wAWggjRD6SKhoAAAAASUVORK5CYII=");
}

/* StepResult Update and Cancel buttons */
.update_cancel-buttons-stepresult {
	margin: 10px;
}

.update_cancel-buttons-stepresult input {
	margin-top: 10px;
}
.update_cancel-buttons-stepresult a.aui-button-cancel {
	display: block;
	padding: 10px;
}

#testexecutionmodule dl {
	margin: 3px;
}

.execution-field-select-assignee #assignee-module {
  border: none;
  border-radius: 2px;
	height: 42px;
}

/*#testexecutionmodule a.user-hover, #testexecutionmodule span.executed-on-schedule {
	position: relative;
	top: 5px;
	left: 7px;
}*/

/*#testexecutionmodule a.assignee-user-hover {
	top: 0px !important;
	left: 0px !important;
}*/

.execution-step-row img {
	max-width: 100%;
	max-height: 100%;
}

td.execution-step-row object {
	width: 100% !important;
}

.defectpicker-status-dd-schedule {
	margin-top: 2px;
}

.execution-defects-wrapper {
	min-height: 25px;
}


/*Applicable for IE in JIRA 6*/
#zephyr-attach-file-dialog {
	overflow: visible;
}
/* Attach file header padding and border */
#zephyr-attach-file-dialog .aui-dialog-heading {
	padding: 5px 10px;
	border-bottom: 1px solid #CCCCCC;
}
/* scrollbar*/
#zephyr-attach-file-dialog #zephyr-attach-file {
	overflow:	auto;
	max-height: 450px;
}

#zephyr-attach-file-dialog #zephyr-attach-file .zephyr-attachment-input.filename-error:not(.disabled) {
	border: 1px solid #d04437;
}

#zephyr-attach-file-dialog #zephyr-attach-file .zephyr-attachment-input.disabled {
	pointer-events: none;
	opacity: 0.4;
  }

#zephyr-attach-file-dialog #zephyr-attach-file .zephyr-attachment-wrap {
	margin-bottom: 5px;
}

#zephyr-attach-file-dialog #zephyr-attach-file .zephyr-attachment-wrap .zfile-attachement-checkbox {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    top: 3px;
    position: relative;
}

/*
http://stackoverflow.com/questions/1638223/is-there-a-way-to-word-wrap-text-in-a-div
*/
.wordwrap {
   white-space: pre-wrap;      /* CSS3 */
   white-space: -moz-pre-wrap; /* Firefox */
   white-space: -pre-wrap;     /* Opera <7 */
   white-space: -o-pre-wrap;   /* Opera 7 */
   word-wrap: break-word;      /* IE */
}

/*
http://stackoverflow.com/questions/1638223/is-there-a-way-to-word-wrap-text-in-a-div
*/
.brkword {
   word-wrap: break-word;      /* IE */
   /*word-break:break-all;*/
}

/*
	Attachement position
*/
dt.zephyr-attachment-title {
	position: relative;
	top: -5px;
}

.image-corosel-overlay{
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background: rgba(0,0,0, 0.8);
}

.image-container{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    width: 94%;
}

.previous-image-options{
	display: inline-block;
	height: 30px;
	width: 30px;
	cursor: pointer;
	margin-right: 20px;
	background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/back_button.svg') no-repeat center center;
	background-color: #909090;
	border-radius: 50%;
}

.previous-image-options:hover{
	background-color: white;
}

.file-size-container{
	margin: 0 3px;
}

.file-download-container{
	padding: 3px 5px;
	color: #D7DBE0;
}

.download-icon{
	height: 12px;
	width: 9px;
	display: inline-block;
	margin-left: 3px;
	background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/download-icon.svg') no-repeat center center;
}

.next-image-options{
	display: inline-block;
	height: 30px;
	width: 30px;
	cursor: pointer;
	margin-left: 20px;
	background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/forward_button.svg') no-repeat center center;
	background-color: #909090;
	border-radius: 50%;
}

.next-image-options:hover{
	background-color: white;
}

.image-outer-container{
	display: inline-block;
  margin: 0 auto;
}

.image-inner-container{
	height: 70vh;
	display: inline-block;
  max-width: 100%;
    object-fit: contain;
}

.corosel-inner-container{
	display: inline-grid;
	align-items: center;
	flex-wrap: wrap;
}

.close-image-corosel{
	color: white;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 20px;
	/* background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/cross_button.svg') no-repeat center center; */
}

.image-name-details{
	color: white;
	text-align: center;
	font-size: 22px;
}

.image-details{
	color: white;
	text-align: center;
}

.hide-visibility{
	visibility: hidden;
}

.close-icon{
	float: right;
	height: 25px;
	width: 25px;
	color: #909090;
}

.close-icon:before {
	font-size: 25px;
}

.close-icon:hover {
	font-size: 25px;
	color: white;
}

.user-avatar{
	height: 25px;
}

.user-name-container{
	margin-left: 5px;
}

.gridComponentOuterContainer{
    position: fixed;
    width: 90vw;
	margin: 0 auto;
	top: 5vh;
    left: 1vw;
    right: 1vw;
}

dd.attachment-comment {
  text-align: right;
  width: 180px;
  padding: 0 150px;
}

.editable-field.saving .overlay-icon.throbber {
    background: #fff url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/../com.thed.zephyr.je/images/testboard/wait.gif") center center no-repeat;
    border: none;
    right:1px;
    top:1px;
    visibility: visible;
}

.breakword {
	word-wrap: break-word;
}

#editable-schedule-defects{
	display: flex;
	align-items: flex-start;
}

#editable-schedule-defects .issue-picker-popup {
	margin-right: 10px;
	top:0px;
	height: 17px;
    width: 17px;
    background: transparent url(/jira/s/en_IN-b8tb5d/70107/b6b48b2…/1.0/_/download/…ces/jira.webresources:select-pickers/../../../images/icons/icon-create.png) no-repeat scroll 2px 2px;
}
#zexecute .issue-picker-popup {
	position: static;
}

.issue-picker-popup {
	height: 20px;
    width: 20px;
    background: transparent url(/jira/s/en_IN-b8tb5d/70107/b6b48b2…/1.0/_/download/…ces/jira.webresources:select-pickers/../../../images/icons/icon-create.png) no-repeat scroll 2px 2px;
}

#bulkAssociateDefects .issue-picker-popup {
	top: 10px;
}

#bulkAssociateDefects .issue-picker-popup .aui-iconfont-add {
	display: none;
}

#bulk-associate-defect-id {
	width: 580px !important;
}


#ISSUE_PICKER-container .issue-picker-popup{
	top: 0px !important;
	height: 30px !important;
	width: 30px !important;
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/plus_button.svg) no-repeat center;
	margin: 0 20px 0 11px;
	background-size: 13px;
	background-color: #deebff;
    overflow: visible;


    border-radius: 3px;
}

.jira-greater-7-10 #ISSUE_PICKER-container .issue-picker-popup{
	top: 15px !important;
}

.msie #ISSUE_PICKER-container .issue-picker-popup{
	top: -5px !important;
}

.msie .jira-greater-7-10 #ISSUE_PICKER-container .issue-picker-popup{
	top: 10px !important;
}

.issue-picker-popup {
	height: 20px;
    width: 20px;
    background: transparent url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/../com.thed.zephyr.je/images/icons/icon-create.png") no-repeat scroll 2px 2px;
}

.issue-picker-popup {
	height: 20px;
    width: 20px;
    background: transparent url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/../com.thed.zephyr.je/images/icons/icon-create.png") no-repeat scroll 2px 2px;
}

.issue-link-edit > .issue-picker-popup {
	background: none !important;
}

#ztestSchedulesTable thead th:last-child {
	width: 60px;
	display: inline-block;
}

/* Attachment Dialog */
.file-input-label input[type="checkbox"] + label{
    margin: 0 0 0 3px;
    float: none;
    width: auto;
}

/* Execution History */
.execution-right-side-container {
	width: 35%;
	padding-right: 20px;
}

#attachmentexecutionmodule {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 25px;
}

#teststepDetails {
	border-top: none !important;
    display: inline-block;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

#teststepDetails.collapsed {
	border-bottom: none !important;
}

.aui-execution-tr {
	border-bottom: none !important;
}

#testexecutionmodule.collapsed {
	border-bottom: 1px solid #cccccc;
	margin-right: -10px;
  	padding-bottom: 10px;
}

#execution-history-details.collapsed {
	border-bottom: 1px solid #cccccc;
	/*margin-right: 10px;*/
  	padding-bottom: 10px;
}

#execution-history-details .mod-content {
	border-top: 1px solid #cccccc;
}

#execution-history-details {
	padding: 7px 10px;
}

#execution-history-id-dialog {
  min-height: 80%;
  min-width: 70%;
  max-width: 70%;
  max-height: 80%;
}

#execution-history-id {
	top: 20px;
}

@media (max-height: 300px) {
	#execution-history-id {
		top: 0;
	}
}


#execution-history-id-dialog #execution-history-dialog-container {
  padding: 20px;
  max-height: 70%;
  overflow: auto;
}

.execution-history-sort {
	text-indent: -999em;
  height: 15px;
  width: 20px;
  padding: 5px;
  background: #deebff;
  border-radius: 3px;
}

.execution-history-sort span {
  background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/sort-execution-history_button.svg') no-repeat center center;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}


/*.zephyr-icon-sort-up {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAAL0lEQVQYV2P4//8/AzIuLy9vAGF0cWyK/kMximJcijAU41OEopiQIrhi0t1If4UAykjoh8JG3G8AAAAASUVORK5CYII=");
  background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/sort-execution-history_button.svg') no-repeat center center;
  height: 15px;
 	width: 20px;
  background-size: contain;
}

.zephyr-icon-sort-down {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAYAAAALpr0TAAAANElEQVQY02P4//8/AwyXl5c3APF/KG5AlmMYQIVokrhwAzaTMBShWI1DcQNlnkFS3IAuDgDKSOiHYDSrdgAAAABJRU5ErkJggg==");
  background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/sort-execution-history_button.svg') no-repeat center center;
  height: 15px;
  width: 20px;
  background-size: contain;
}*/

div.execution-assignee-wrapper#assign-to {
	max-width: 500px;
}

span#execution-assignee-label {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
		background-color: #deebff;
		padding: 0 40px 0 10px;
		border-radius: 12px;
		position: relative;
}

#execution-assignee-remove{
	position: absolute;
	top: 2px;
	right: 5px;
	cursor: pointer;
}

span#execution-assignee-label a.assignee-user-hover.zephyr-user-hover {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.zephyr-audithistory-table {
	table-layout: fixed;
}

.zephyr-audithistory-table td {
	word-wrap: break-word;
}

td.execution-step-row td,
td.execution-step-row th {
    word-break: break-all;
}

#execution-history-details .zfjEvalLic {
	margin-bottom: 10px !important;
}

.zfj-execution-history-lozenges {
	border-color: #999966;
    display: inline-block;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome,.zfj-execution-history-dialog-content {
     	max-height: 80% !important;
    }
}


.zfj-execution-history-dialog-content{
	overflow: hidden;
	height: 90vh;
  }

	.zfjEvalLic + .message-bar + .dialog2-content #execution-history-dialog-container {
		height: 320px;
	}

  #execution-history-dialog-container{
	height: calc(100% - 60px);
	overflow: auto;
  }

  #execution-history-dialog-container .mod-header,#je-audit-executionpanel-child,#execution-history-details,.mod-content {
		height: 100%;
	}

	#execution-history-dialog-container #executiondetails-wrapper {
		height: 275px;
		overflow: auto;
	}

  #execution-history-dialog-container #execution-history-details{
	overflow: visible;
  }

  #bulk-field-move-cycle select {
	height: 2.2rem;
}

	#addTestsCycle, #addTestsFolder, #folder_names, #addTestsVersion {
		padding-top: 2px !important;
	}

.zfj-permission-message-bar,
.zfj-permissions-active {
	position: fixed;
    top: 60px;
    left: 10%;
    width: 80%;
    z-index: 1000;
}
/* override jira new css */
.attachment-content-wrapper .attachment-content .zephyr-attachment-delete a {
	height: 16px !important;
	overflow: visible !important;
	position: relative !important;
	width: 16px !important;
}

.attachment-content-wrapper .attachment-content .zephyr-attachment-delete a.icon-delete{
	background-position: -30px;
}

.attachment-content-wrapper .attachment-content:hover .zephyr-attachment-delete a.icon-delete{
	background-position: 0px;
}

.attachment-content-wrapper {
  padding: 15px 15px 10px !important;
	max-height: 135px;
	overflow-y: auto;
  overflow-x: hidden;
}

.attachment-content-wrapper .attachment-content	dt.zephyr-attachment-title {
		top: 0px;
		width: 85%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
}

.attachment-content-wrapper ol {
	padding-left: 0px;
	list-style-type: none;
}

.attachment-content-wrapper .attachment-content {
	clear: both;
	margin-bottom: 5px;
	height: 20px;
}

.attachment-content-wrapper .attachment-content dl {
	margin: 0;
	width: 85%;
	float: left;
}

#teststepDetails .zephyr-item-attachments .attachment-content {
	padding: 0;
}

.cursor-pointer {
	cursor: pointer;
}

.execution-column-picker-dialog-wrapper .aui-list-wrapper{
	padding: 10px;
	overflow-y: scroll;
  max-height: 200px;
}

.execution-column-picker-dialog-wrapper .aui-list-wrapper .check-list-item {
	padding: 6px 10px 6px 25px;
}

.execution-column-picker-dialog-wrapper h3 {
	font-size: 15px;
	font-weight: bold;
	padding: 0 10px;
}

.execution-column-picker-dialog-wrapper .button-panel {
	border-top: 1px solid #cccccc;
	padding: 10px;
	text-align: right;
}

.execution-column-picker-dialog-wrapper .aui-list-wrapper .check-list-item label input[type="checkbox"] {
	left: 0;
}

.hide {
    display: none;
}

.step-attachment-wrapper {
	display: flex;
	justify-content: space-between;
	width: 220px;
}

.step-attachment-wrapper a:last-child {
	width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
	white-space: nowrap;
}

.step-attachment-wrapper a:first-child {
	margin-right: 5px;
}

#attachmentexecutionmodule .zephyr-attachment-thumb {
	margin-top: 3px;
}

#attachmentexecutionmodule dt.zephyr-attachment-title {
	position: static;
	top: 0;
	width: 225px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 10px;
	white-space: nowrap;
}

#attachmentexecutionmodule .zephyr-attachment-author {
	width: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 10px;
}

#attachmentexecutionmodule .zephyr-attachment-size {
	width: 50px;
}


/*Overwriting Jira Css*/
.zephyr-attachment-thumb {
    float: left;
    margin-right: 0.581em;
}

.zephyr-attachment-thumb img {
	height: 100%;
	width: 100%;
    max-width: 200px;
    max-height: 200px;
}

.attachment-content .zephyr-attachment-delete {
		width: 20px;
		padding-left: 5px;
}

.zephyr-attachment-delete {
	  visibility: hidden;
}

.attachment-content:hover .zephyr-attachment-delete {
		visibility: visible;
}

dd.zephyr-attachment-date {
		text-align: right;
    width: 150px;
    padding: 0 5px;
}

.zephyr-attachment-size {
	color: #666;
  margin: 0 5px;
}

.zephyr-attachment-author {
		width: 100px;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#testissueimportform #dropdownsFieldSet .main-container .drop-menu:after {
	margin-top: 7px;
	margin-left: 8px;
	position: static;
}

/* .execution-customField-container .toggle-wrap { */
	  /*padding: 7px 10px;*/
/* } */

.clearfix::after{
  clear: both;
  content: "";
  display: table;
}
.float-left{
  float: left;
}
.float-right{
  float: right;
}
.table{
  display: table;
}
.table-cell{
  display: table-cell;
  vertical-align: middle;
}
.width-one-third{
  width: 33.33%;
}
.width-half{
	width: 50%;
}
.width-two-third{
  width: 66.67%;
}
.width-full{
  width: 100%;
}
#testexecutionmodule form.aui .field-group{
	width: 100%;
	display: flex;
	padding-left: 0;
}
#testexecutionmodule form.aui .field-group > label{
	width: initial;
	display: inline-block;
    text-align: left;
    margin-left: 0;
}

#testexecutionmodule dl{
	margin: 0;
}
.zfj-editable-field{
	padding-left: 0;
}
#content header h1.execute-test-header-left {
    margin: 0;
}
.toggle-wrap h3.toggle-title{
	margin-left: 0;
	padding-left: 0;
	padding-left: 20px;
    background-color: #fff;
}

.toggle-wrap.collapsed .test-step-filter-container {
	display: none;
}
.execution-customField-container .toggle-wrap{
	padding-left: 0;
}
#edit-more-icon-container{
	float: left;
}
/*table.aui > tbody > tr:first-child > td{
	padding-left: 0;
	border-top: 0;
}
table.aui > tbody > tr > td{
	padding-left: 0;
	vertical-align: middle;
}
table.aui > thead > tr > th{
	padding-left: 0;
	border-bottom: 1px solid #cccccc;
}*/
.content-container{
	border: 0 !important;
}
/*table.aui > tbody > tr{
	border-bottom: 0;
}*/
#attachmentexecutionmodule{
	border-bottom: 0;
	padding-bottom: 0;
}
#testexecutionmodule form.aui .field-group > label {
	font-size: 14px;
    padding-bottom: 5px !important;
    width: initial;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding-right: 15px;
    width: 125px;
}
.split-view #testexecutionmodule form.aui .field-group > label{
	width: 100px;
}
#testexecutionmodule form.aui .field-group > label[for="defects"], #testexecutionmodule form.aui .field-group > label[for="executionStatus"],#testexecutionmodule form.aui .field-group > label[for="comment"]{
	width: 125px;

}
.split-view #testexecutionmodule form.aui .field-group > label[for="defects"], .split-view #testexecutionmodule form.aui .field-group > label[for="executionStatus"],.split-view #testexecutionmodule form.aui .field-group > label[for="comment"]{
	width: 100px;
}
/*.exec-wrapper-padding {
  padding: 0 25px 0 0 !important;
}*/
/* .module > .mod-header + .mod-content{ */
	/* margin-left: 20px; */
/* } */
#test-cycles-tab .module.toggle-wrap > .mod-header{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEQ5RDgxQzc2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEQ5RDgxQzg2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RDlEODFDNTZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RDlEODFDNjZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvXFWFAAAAAYSURBVHjaYvj//z8D0/Pnz/8zgFgAAQYAS5UJscReGMIAAAAASUVORK5CYII=) repeat-x scroll 0 10px;
	border: 0;
}

.detail-exec-view-wrapper .module > .mod-header {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEQ5RDgxQzc2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEQ5RDgxQzg2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RDlEODFDNTZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RDlEODFDNjZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvXFWFAAAAAYSURBVHjaYvj//z8D0/Pnz/8zgFgAAQYAS5UJscReGMIAAAAASUVORK5CYII=) repeat-x scroll 0 10px;
	border: 0;
}

.zephyr-issue-data-block{
	border: 0 !important;
}
#execution-history-details{
	padding: 0;
}
#execution-history-details .mod-content{
	border: 0;
}
.zephyr-issue-data-block{
	padding: 10px 0 !important;
}
.zephyr-issue-data-block{
	background: #fff !important;
	padding-left: 0 !important;
	border:0 !important;
}
.execution-details-grey{
	font-size: 14px;
    color: #b5bbc6;
}
.execution-details-field{
	font-size: 14px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.user-name-image{
	background: #257D68;
    color: #A5ADBA;
    border-radius: 50%;
    padding: 0;
    font-size: 10px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-pagewidth-options{
	/* display: unset !important; */
	top: -56px;
	left: 10px;
}

.navigator-group{
	position: relative !important;
}

/*.zql-list-view-pagination-container{
	position: absolute !important;
	width: 100% !important;
}*/

.pagination-zql-outer-container{
	padding-top: 10px !important;
	display: flex !important;
	justify-content: space-between !important;
}

.zql-pagewidth-dropdown{
	padding: 5px 30px !important;
}

.prev-page-pagination:before {
	transform: rotate(-90deg);
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
}

.next-page-pagination:before {
	/* transform: rotate(90deg); */
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
}

.current-selected-page{
	color: white;
	background-color: #3b73af;
	border-radius: 3px;
	padding-left: 3px !important;
}

.pagenation-pages{
	padding: 0 !important;
}

.previous-icon:after {
	background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/Chevron-left_icon.svg") no-repeat center;
	color: #3b73af;
	height: 10px;
	width: 10px;
}

.next-page-pagination{
	color: #3b73af;
}

.prev-page-pagination{
	color: #3b73af;
	vertical-align: middle;
}

.next-icon:after {
	background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/Chevron-right_icon.svg") no-repeat center;
	height: 10px;
	width: 10px;
}

.audithistory.actionContainer, #executiondetails-wrapper .actionContainer{
	line-height: 1;
	display: flex;
	justify-content: space-between;
}
.audithistory.actionContainer .table-wrap table.confluenceTable{
	table-layout: auto;
}
.audithistory.actionContainer{
	flex-direction: column;
}
#testdetails-wrapper .actionContainer .action-details {
	width: 30%;
}
#testdetails-wrapper .action-body.changehistory{
	width:65% !important;
}

#executiondetails-wrapper .action-body.changehistory{
  width:150px;
}

#executiondetails-wrapper .actionContainer .action-details .zephyr-user-hover {
	display: flex;
}
.audithistory.actionContainer .action-details .zephyr-user-hover{
	display: inline;
}
#testdetails-wrapper .audithistory.actionContainer .action-details {
	width: 100%;
}
#testdetails-wrapper .audithistory.actionContainer .action-body.changehistory{
	width: 100% !important;
}
.actionContainer .action-details .aui-avatar-xsmall {
	width: 25px;
}

.actionContainer a:hover{
	text-decoration: none;
}
.actionContainer .execution-details-user{
	line-height: 1;
	font-size: 14px;
}
.actionContainer .execution-details-user:hover{
	text-decoration: underline;
}

#issue_actions_container .actionContainer .aui-avatar-xsmall .aui-avatar-inner{
  height: 16px;
    width: 16px;
}
.actionContainer .aui-avatar-xsmall .aui-avatar-inner{
	height: 25px;
    width: 25px;
}
.actionContainer .aui-avatar-xsmall .aui-avatar-inner img{
	min-height: 100%;
    min-width: 100%;
    border-radius: 50%;
}
.action-body{
	line-height: 1.2;
}
#teststepDetails > .module > .mod-content{
	max-width: 100%;
    width: calc(100% - 20px);
    /*overflow-x: scroll;*/
    box-sizing: border-box;
    margin-top: 0;
}
/*table.aui > tbody > tr > td:first-child{
	padding-left: 20px;
}*/
table.mod-content-table th.mod-content-th{
	font-weight: normal;
	color: #5E6C84;
	font-size: 14px;
}
table.mod-content-table th.mod-content-th{
	font-weight: normal;
	color: #5E6C84;
	font-size: 14px;
}
#teststepDetails td{
	color: #172B4D;
}
/*div.editable-comment-div{
	max-width: 100%;
	width: 540px;
}*/
div.editable-comment-div textarea.schedule-comment-area{
	height: 100px !important;
	width: 100% !important;
	max-width: 100% !important;
	resize: none;
}
div.readonly-comment-div.zfj-editable-field {
    border: 1px solid #ccc;
    box-sizing: border-box;
    min-height: 100px;
    padding: 0;
}
div.readonly-comment-div.zfj-editable-field .zfj-overlay-icon {
    opacity: 1;
    z-index: auto;
}
#attachmentexecutionmodule .zephyr-attachment-thumb {
    width: 165px;
    height: 110px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#attachmentexecutionmodule .zephyr-attachment-thumb-overlay{
	position: absolute;
    bottom: 0;
    background: #42526e;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
}
#attachmentexecutionmodule div.zephyr-attachment-title{
    height: 20px;
}
#attachmentexecutionmodule div.zephyr-attachment-title a{
	color: #fff;
	text-decoration: none;
}
#attachmentexecutionmodule .zephyr-item-attachments{
	padding-top: 5px;
}
#attachmentexecutionmodule .zephyr-item-attachments .attachment-content{
	padding: 0;
	display: inline-block;
	margin-right: 0.581em;
}
#attachmentexecutionmodule .attachment-content .zephyr-attachment-delete{
	display: flex;
 	position: absolute;
	align-items: baseline;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 0;
	width: 88px;
	height: 30px;
  justify-content: space-between;
}
#attachmentexecutionmodule .attachment-content .zephyr-attachment-overlay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	opacity: 0.4;
	display: none;
}
#attachmentexecutionmodule .attachment-content .zephyr-attachment-thumb:hover .zephyr-attachment-overlay{
	display: block;
}
#attachmentexecutionmodule .attachment-content .zephyr-attachment-delete a.icon{
	width: 15px;
	height: 20px;
}
#attachmentexecutionmodule .attachment-content .zephyr-attachment-delete a.icon-delete {
	background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/zfj_sprite.svg") no-repeat center;
	background-position: -407px -60px;
	width: 24px;
	height: 26px;
}
#attachmentexecutionmodule .attachment-content .zephyr-attachment-delete a.icon-preview {
	background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/zfj_sprite.svg") no-repeat center;
	background-position: -489px -338px;
    width: 37px;
    height: 22px;
}
#attachmentexecutionmodule .attachment-content .zephyr-attachment-delete a.icon-download {
	background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/download-icon.svg') no-repeat center;
	background-size: 37px 22px;
}

.zephyr-item-attachments .attachment-content:hover{
	background: transparent;
}
.execution-detail-pagination-wrapper {
	text-align: right;
}

.execution-detail-pagination-wrapper .current-issue{
	padding: 2px 7px;
    background: #a0ca99;
    color: white;
    border-radius: 4px;
}
.execution-detail-pagination-wrapper span{
	margin: 3px 5px;
	font-size: 12px;
}
#zexecute fieldset{
    min-width: 20%;
}
.execution-field-select-schedule{
	width: 136px;
}
.back-btn-wrap{
	width: 80px;
	padding-right: 10px;
}
.execution-details-wrapper{
	width: 100%;
    padding-left: 0px;
    box-sizing: border-box;
}

.view-btn, .view-btn:hover, .view-btn:focus{
	background-color: #deebff !important;
	color: #42526e !important;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 25px;
	padding: 5px 15px 10px 15px !important;
	border: 0 !important;
}
.view-btn:hover {
  background: #B2D4FF;
}

.view-btn.active-view, .view-btn.active-view:hover, .view-btn.active-view:focus{
	outline: none;
	background-color: #42526e !important;
	color: #fff !important;
}
#view-btn-container .view-btn {
  margin: 0;
  font-size: 12px;
}

#view-btn-container .view-btn:first-child {
  border-radius: 4px 0 0 4px;
}
#view-btn-container .view-btn:last-child {
  border-radius: 0 4px 4px 0;
}

#view-btn-container .view-btn:only-child {
  border-radius: 4px;
}
.view-btn.detail-view div{
	background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/zfj_sprite.svg");
	width: 15px;
    height: 9px;
    background-position: -18px -148px;
    display: inline-block;
    padding-right: 10px;
}

.view-btn.detail-view.active-view div{
	background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/zfj_sprite.svg");
	width: 15px;
    height: 9px;
    background-position: -567px -60px;
    display: inline-block;
    padding-right: 10px;
}

.view-btn.list-view.active-view div{
	background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/zfj_sprite.svg");
	width: 15px;
    height: 9px;
    background-position: -18px -238px;
    display: inline-block;
    padding-right: 10px;
}
.view-btn.list-view div{
	background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/zfj_sprite.svg");
	width: 15px;
    height: 9px;
    background-position: -156px -238px;
    display: inline-block;
    padding-right: 10px;
}

.detail-exec-view-wrapper > header{
	padding: 10px 0 5px;
	border-top: 1px solid #ecedf0;
	border-bottom: 1px solid #ecedf0;
}

.cycle-details-wrapper{
	padding-right: 0;
	overflow: hidden;
}
#cycle-details .cycle-details-wrapper{
	height: 100%;
}
.cycle-details-wrapper > div{
	padding-bottom: 5px;
}
.execute-outer{
	padding-left: 0;
}
#attachmentexecutionmodule .zephyr-item-attachments .attachment-content.add-attachment{
	background: #deebff;
	border-radius: 3px;
}
#attachmentexecutionmodule .zephyr-item-attachments .attachment-content.add-attachment a div{
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/zfj_sprite.svg) no-repeat;
	background-position: -603px -238px;
	width: 29px;
	height: 29px;
}
#attachmentexecutionmodule .zephyr-item-attachments .attachment-content:hover{
	background: #FFF !important
}
#attachmentexecutionmodule .zephyr-item-attachments .attachment-content.add-attachment:hover{
	background: #deebff !important;
}
.execution-history-title{
	font-size: 15px;
}
dd.defectpicker-status-dd-schedule a{
	display: block;
}

.folder-icon {
	background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/folder_icon.svg") no-repeat;
  	background-position: right;
	background-size: 20px;
	width: 20px;
	height: 30px;
}

.cycle-icon {
	background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/cycle_icon.svg") no-repeat;
	background-position: right;
	background-size: 20px;
	width: 20px;
	height: 30px;
}

.back-button-container{
	display: inline-block;
}

#backButton {
	/* background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/back_button.svg") no-repeat; */
	background-color: #deebff;
	border: none;
	background-position: center;
	background-size: 15px;
	padding: 8px 25px;
	margin-right: 10px;
	height: 32px;
  outline: none;
}

#backButton:hover {
  background: #B2D4FF;
}

#backButton div{
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/zfj_sprite.svg) no-repeat;
    /* background-color: #deebff; */
    background-position: -117px -60px;
    /* background-size: 15px; */
    height: 13px;
    width: 14px;
}

.execute-test-header-left {
	font-size: 22px;
}

#execution-history-details .mod-header {
	padding: 15px 0 2px;
	position: relative;
	background-position-y: 26px;
}
.aui-button.add-custom-btn, .aui-button.add-custom-btn:hover{
	background: #4c9aff;
	color: #fff;
}
.aui-button.add-custom-btn > span{
	padding-right: 5px;
}
.aui-button.add-custom-btn .edit-button-execution-details {
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/zfj_sprite.svg) no-repeat;
    background-position: -19px -338px;
    width: 9px;
    height: 9px;
}
#edit-button {
	border: 0;
	display: flex;
	align-items: center;
}
#editable-schedule-defects .jira-multi-select > .icon.drop-menu{
	display: none;
}
#editable-schedule-defects .issue-picker-popup{
	display: inline-block;
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/plus_button.svg) no-repeat center;
    margin: 0 20px 0 11px;
    background-size: 13px;
    background-color: #deebff;
    padding: 7px;
    overflow: visible;
    border-radius: 3px;
}
#editable-schedule-defects textarea{
	/*padding: 5px !important;*/
	/*height: 30px !important;*/
	width: 100% !important;
	max-width: 100%;
}
#editable-schedule-defects .representation ul {
  display: inline-block;
}
#editable-schedule-defects .jira-multi-select > .representation .item-row > .value-item{
	width: 100%;
	cursor: pointer;
}

.value-item:hover span span {
	border-bottom: 1px solid #4C9AFF;
}

.value-item:hover span span a{
	text-decoration: none;
}

#editable-schedule-defects .or-option-text{
	width: calc(100% - 30px);
	padding: 5px 0;
	text-align: center;
	font-size: 12px;
    color: #5E6C84;
    display: none;
}

.view-in-detail {
	position: relative;
	padding: 5px 20px 5px 0;
  cursor: pointer;
}

.view-in-detail:after {
	content: '';
	position: absolute;
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/zfj_sprite.svg) no-repeat;
	width: 9px;
    height: 9px;
    background-position: -139px -338px;
    top: 10px;
    right: 6px;
}

#execution-history-id .aui-dialog2-header ,#execution-history-id .aui-dialog2-footer {
	background : white;
	border: none;
	padding: 40px 40px 10px;
}

#execution-history-id .aui-dialog2-footer {
	padding: 10px 20px;

}

#execution-history-id .zfj-execution-history-dialog-content {
	padding: 0px 40px;
	min-height: 450px !important;
    max-height: 450px !important;
}
.zephyr-audithistory-table thead th{
	height: 40px;
	border-bottom: 1px grey solid;
	text-align: left;
}

#execution-history-id .action-details {
	width: 100%;
}

.zephyr-audithistory-table td {
	padding: 10px 0;
}

.audio-history-table-row{
	border-bottom: 1px solid #ECEDF0;
}

.oldValues {
	width: 100px;
}

.audit-history-show-more-container {
	border-top: 1px solid #ecedf0;
	display: flex;
  justify-content: center;
}

#audit-history-expand {
	cursor : pointer;
}

#execution-history-dialog-container .pagination-wrapper{
	text-align: right;
}
.execution-right-side-container{
	padding-right: 0;
}
.zephyr_je_create_issue_link-schedule{
	width: calc(100% - 30px);
    text-align: center;
}
#content > .exe-cont > div.stl-exe-right .detail-exec-view-wrapper > header{
	padding: 10px 0 5px;
}
#content > .exe-cont > div.stl-exe-right .detail-exec-view-wrapper{
	background: #fff;
    padding: 20px 30px;
}
.value-field{
	min-height: 30px;
}
#exec-assignee-wrapper .execution-field-select-assignee , #exec-assignee-wrapper .exec-status-container{
	width: calc(100% - 30px);
}
div.execution-assignee-wrapper#assign-to{
	width: 100%;
	margin-top: 2px;
	height: 30px;
}

.actionButtons-wrapper button.aui-button.selectAll-button {
		background-image: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/select-all_button.svg);
}

.actionButtons-wrapper button.aui-button.delete-button {
    background-image: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/delete_button.svg);

}

.actionButtons-wrapper button.aui-button[disabled] {
	background-color: #F4F5F7;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 10px;
	color: #A5ADBA;
}

.actionButtons-wrapper button.aui-button {
	background-color: #deebff;
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 10px;
	padding-left: 30px;
	color: #42526e;
}

.actionButtons-wrapper {
	padding: 20px 0px 10px;
}
#tree-docker-container{
		position: absolute;
		top: 310px;
		left: 0;
		margin-left: 0;
		width: 15px;
    height: 15px;
		padding-left: 5px;
		border : none;
		background-color: transparent;
}
#tree-tcr{
	width: 350px;
}
/* .tree-tcr .jstree-default li.jstree-node .jstree-leaf i.jstree-icon.jstree-themeicon{
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/cycle_icon.svg) no-repeat center;
} */
#cycle-details .node-name{
	display: flex;
    align-items: center;
}
.cycle-details-wrapper > div.cycle-details-wrapper-header{
	display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

#cycle-view-wrap h3.toggle-title{
	font-size: 14px;
}
div.description-val, div.summ-val{
  position: relative;
  margin-right: 0em;
  padding-right: 1em;
  line-height: 1.2em;
}

div.description-val.collapse, div.summ-val.collapse{
	 /*display: block;
    display: -webkit-box;
    max-width: 100%;
    font-size: 12px;
    line-height: 15px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
    overflow: hidden;
    max-height: 3.6em;


}

div.description-val.collapse:before, div.summ-val.collapse:before {
  /*content: '...';*/
  position: absolute;
  right: 0;
  bottom: 0;
}

div.description-val.collapse:after, div.summ-val.collapse:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
/*div.summ-val{
	-webkit-line-clamp: 1;
}*/
.executiondetails-refresh-wrapper {
  background: #deebff;
  width: 20px;
  height:15px;
  padding: 5px;
  display: flex;
  align-items: center;
  margin-left: 5px;
  border-radius: 3px;
}
.executiondetails-refresh-wrapper:hover, .execution-history-sort:hover {
  background: #B2D4FF;
}
#executiondetails-refresh{
  background: url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/refresh-execution-history_button.svg') no-repeat center center;
  background-size: contain;
}

#moveExecutionsTables .pagination-wrapper-newUI {
	background-color: #F4F5F7;
    width: 100%;
    margin-top: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#moveExecutionsTables .pagination {
	padding: 0;
}

.plan-cycle-wrapper .pagination-wrapper-newUI {
	background-color: #F4F5F7;
	 width: 100%;
	 margin-top: 5px;
	 height: 40px;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
}

/* .pagination-wrapper-newUI .prev-arrow {
	transform: rotate(-90deg);
	cursor: pointer;
} */

.zephyr-arrow-left {
	transform: rotate(-90deg);
	overflow: hidden;
	font-size: 0% !important;
}

.zephyr-arrow-right {
	transform: rotate(-90deg);
	overflow: hidden;
	font-size: 0% !important;
}

/* .pagination-wrapper-newUI .next-arrow {
	transform: rotate(90deg);
	cursor: pointer;
} */

.pagination-wrapper-newUI span.disabled {
	color: #9da5ab;
}

.prev-arrow.disabled ,.next-arrow.disabled {
	pointer-events: none;
	cursor: auto;
}

.prev-arrow {
	/* padding-right: 5px; */
	transform: rotate(-90deg);
	cursor: pointer;
	vertical-align: middle;
}

.next-arrow {
	padding-left: 2px;
	transform: rotate(90deg);
	cursor: pointer;
	vertical-align: middle;
}

.selected.pageNumbers{
    background-color: #42526e;
    color: white;
	margin: 0 10px;
}

.pageNumbers{
	width: auto;
    display: inline-block;
    text-align: center;
    height: 22px;
    border-radius: 4px;
	padding: 2px 15px 0;
	cursor: pointer;
}

#issueDescModule {
	padding: 17px 0 17px;
	border-top: 0;
	margin-top: 0;
}

#issueDescModule.date-time > .mod-content .field-group{
	padding-left: 145px;
}
#issueDescModule.date-time > .mod-content .field-group label{
	padding-top: 0;
	max-width: 100px;
    text-align: left;
}
.issueSummaryMod#issueDescModule {
	padding-top: 0px;
}

.timeIndicator label{
	padding-bottom: 10px !important;
}

.timeIndicator .value-field {
	padding: 0 25px 0 0;
	min-height: inherit;
}

.timeIndicator .aui-progress-indicator, .timeIndicator .aui-progress-indicator-value {
		height: 7px;
}

.test-step-filter-icon{
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/zfj_sprite.svg) no-repeat;
	width: 13px;
	height: 16px;
	background-position: -477px -148px;
}
#search-step-test{
	display: block;
}
.test-step-filter-container{
	position: relative;
}
.test-step-filter-icon-wrp{
	cursor: pointer;
	position: absolute;
	right: 135px;
	top: 11px;
	padding: 5px;
    background: #deebff;
    border: 1px solid #deebff;
    border-radius: 3px;
    padding: 6px 6px;
}
.test-step-filter-icon-wrp.active:after{
	border-radius: 50%;
	width: 10px;
    height: 10px;
    background: #5E6C84;
    content: " ";
    top: -5px;
    right: -5px;
    position: absolute;
}
.test-step-filter-overlay{
	position: absolute;
    background: #fff;
    width: 210px;
    padding: 5px 10px 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
    border: 1px solid #dfe1e6;
}
.test-step-filter-overlay div{
	padding-bottom: 20px;
}
.test-step-filter-overlay label{
	padding-right: 5px;
}
.test-step-filter-overlay input{
	border: 1px solid #cccccc;
    border-radius: 3.01px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: inherit;
    margin: 0;
    max-width: 250px;
    vertical-align: baseline;
    width: 100%;
    margin-top: 10px;
}
.test-step-filter-overlay button,.test-step-filter-overlay button:hover {
	background-color: #deebff;
	color: #42526e;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 0;
}
.test-step-filter-overlay .button-wrapper{
	padding-bottom: 0;
}
/* .jstree-default .jstree-wholerow{
	width: calc(100% - 100px) !important;
    left: 70px !important;
} */
.tree-tcr .contextMenuIcon.aui-icon-small.aui-iconfont-handle-horizontal{
	padding: 10px;
    background: #f7f8f9;
    border: 1px solid #ecedf0;
    padding: 2px 0px 2px 5px;
    background: #f7f8f9;
    border: 1px solid #ecedf0;
    border-radius: 50%;
    margin-top: 4px;
}
.tree-tcr .contextMenuIcon.aui-icon-small.aui-iconfont-handle-horizontal:before{
	left: 4px;
	font-size: 14px;
	top: 5px;
	position: absolute;
	margin-top: 0;
}
.tree-tcr .jstree-default li.jstree-node > a i.jstree-icon.jstree-themeicon,
.tree-tcr .jstree-default li.jstree-node.jstree-open > a i.jstree-icon.jstree-themeicon{
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/zfj_sprite.svg) no-repeat !important;
	background-position: -566px -148px !important;
	margin: 10px 0 0 5px !important;
}
.tree-tcr .jstree-default li.jstree-node > a[nodetype="root"] i.jstree-icon.jstree-themeicon,
.tree-tcr .jstree-default li.jstree-node.jstree-open > a[nodetype="root"] i.jstree-icon.jstree-themeicon,
.tree-tcr .jstree-default li.jstree-node > a[nodetype="release"] i.jstree-icon.jstree-themeicon,
.tree-tcr .jstree-default li.jstree-node.jstree-open > a[nodetype="release"] i.jstree-icon.jstree-themeicon,
.tree-tcr .jstree-default li.jstree-node > a[nodetype="version"] i.jstree-icon.jstree-themeicon,
.tree-tcr .jstree-default li.jstree-node.jstree-open > a[nodetype="version"] i.jstree-icon.jstree-themeicon{
  background: none !important;
  width: 0 !important;
}
.tree-tcr .jstree-default li.jstree-node > a[nodetype="cycle"] i.jstree-icon.jstree-themeicon, .tree-tcr .jstree-default li.jstree-node.jstree-open > a[nodetype="cycle"] i.jstree-icon.jstree-themeicon{
	background: url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/zfj_sprite.svg) no-repeat !important;
	background-position:  -218px -57px !important;
	margin: 5px 0 0 5px !important;
}
.searchFilter:after{
	content: attr(data-content);
	width: 170px;
}
#cycle-details > div > div > h3{
	padding-left: 25px;
	background: none;
}
#tree-tcr > div > div > h3{
	background: none;
	padding-left: 0;
}
#tree-tcr > div.module > div.mod-header, #cycle-details > div.module > div.mod-header{
	border-bottom: 1px solid #ECEDF0;
}
.jstree-default a[nodetype="version"] ~ .jstree-wholerow{
	display: none;
}
.jstree-default .jstree-wholerow{
	display: none;
}
.tree-tcr .jstree-default li.jstree-node a{
	width: calc(100% - 25px) !important;
	border: 1px solid transparent;
	font-size: 12px;
	font-weight: 300;
}
.tree-tcr .jstree-default li.jstree-node a[nodetype="version"] {
  width: calc(100% - 6px) !important;
}
.tree-tcr .jstree-default li.jstree-node a[nodetype="cycle"].jstree-clicked, .tree-tcr .jstree-default li.jstree-node a[nodetype="folder"].jstree-clicked{
	border: 1px solid #4c9aff !important;
    border-radius: 3px !important;
}
.tree-tcr .jstree-default li.jstree-node a > div > div, .js-node-data-custom, .jstree-anchor{
	color: #000 !important;
}
.tree-tcr .jstree-default li.jstree-node a[nodetype="cycle"] > div > div, .tree-tcr .jstree-default li.jstree-node a[nodetype="folder"] > div > div{
	color: #000 !important;
}

.tree-tcr .jstree-default li.jstree-node a.jstree-search > div > div {
    font-style: italic;
    color: #8b0000;
    font-weight: 700;
}

.js-node-data-custom{
	float: left !important;
}
.js-node-data-custom {
    width: calc(100% - 30px) !important;
}

.execution_status_wrapper {
	padding: 0;
}

.execution_status_wrapper .status-readMode {
	color: #FFF;
}

.clone-cycle-wrapper .field-group, #clone-folder-dialog .field-group {
	padding: 4px 0 4px 170px !important;
}

.dropdown-Wrapper {
	position: relative;
}

.dropDown-select {
	display: inline-block;
	height: 30px;
	line-height: 30px;
  margin-right: 2px;
  width: calc(100% - 30px);
  text-align: center;
	color: black;
  font-size: 12px;
  overflow: hidden;
	border-radius: 4px 0 0 4px;
	background-color: #DFE1E5;
	padding: 0 10px;
}

.dropDown-Trigger{
	width: 30px;
	height: 30px;
	vertical-align: top;
	background-color: #deebff;
	display: inline-block;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
}

.dropDown-Trigger:hover {
  background: #B2D4FF;
}

.dropDown-container {
	display: none;
	position: absolute;
	z-index: 3000;
	background-color: #fff;
  border: 1px solid #dfe1e6;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
  width: calc(100% - 10px);
}

.dropdown-top{
	top: -61px;
}

.dropDown-container.active {
	display: block;
}

.dropDown-Trigger.aui-iconfont-arrow-down:before{
	left: 8px;
	position: absolute;
	bottom: 7px;
}

/* .statusTrigger {

} */

.execution-field-dropDown-container {
	top: 31px;
	max-height: 150px;
    overflow: auto;
}

.execution_status_wrapper.dropdown-Wrapper .dropDown-select {
	width: calc(100% - 52px);
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropDown-container ul {
		list-style: none;
		margin: 2px 0;
    padding-left: 0;
}

.dropDown-container ul li{
	width: 100%;
	padding: 3px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}


.dropDown-container :not(.dropDown-options-wrapper) ul li:hover, .dropDown-container ul li.active {
	background-color: #ebecf0;
  background-image: none;
}

.chooseEntries{
	cursor: pointer;
}

.chooseEntries:hover {
	background-color: #F4F5F7;
}




.updateStatus.selected {
	display: none;
}

.entries-per-page {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.entries-per-page  .dropdown-Wrapper {
	padding: 0 10px;
	min-width: 110px;
}

.entries-per-page .dropDown-Trigger.aui-iconfont-arrow-down:before{
	left : 3px;
}

.entries-per-page .dropDown-select {
	height: 25px;
  line-height: 25px;
	width: calc(100% - 30px);
	padding: 0;
}

.entries-per-page .dropDown-Trigger{
	width: 25px;
	height: 25px;
}

span.ellipsis {
	vertical-align: top;
	cursor: pointer;
}

.pagination-wrapper-newUI .pagination {
	padding: 0 0 0 20px;
}

#execute-test-header-right{
	position: inherit;
	float: right;
}
#content > .exe-cont > div.stl-exe-right .detail-exec-view-wrapper h1.execute-test-header-left{
	display: inline-block;
	margin-right: 20px;
}
#content > .exe-cont > div.stl-exe-right .cycle-details-wrapper{
	background: #fff;
    padding: 20px 30px 0;
}

.breadcrumbs-wrapper, .cycle-details-wrapper .breadcrumbs-wrapper  {
  border-bottom: 1px solid #ecedf0;
  margin-bottom: 10px;
  padding: 10px 0;
  display: inline-block !important;
}

#content > .exe-cont > div.stl-exe-right .detail-exec-view-wrapper{
	padding-top: 0;
}
#content > .exe-cont > div.stl-exe-right .cycle-details-wrapper > div.cycle-details-wrapper-header .cycle-icon{
	background-position: center;
    height: 25px;
}
.custom-field-wrapper {
	display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
}

form.aui .custom-field-wrapper > .field-group {
  width: 47% !important;
    max-width: 47% !important;
    padding: 0 0 15px 0 !important;
}
.exe-cont{
	display: flex;
}
.stl-exe-nav{
	min-width: 310px;
  width: 310px;
	overflow: auto;
	background-color: #fff;
	border-right: 1px solid #ecedf0;
	padding: 20px 0;
  position: relative;
}
.stl-exe-nav .stl-exe-nav-cont{
	height: auto;
	border-bottom: 1px solid #ecedf0;
	padding: 5px 0;
}
.stl-exe-nav .execution-id{
	cursor: pointer;
}
.stl-exe-nav .execution-status{
	font-size: 12px;
	max-width: calc(100% - 125px);
	margin-right: 0;
}
.stl-exe-nav .entries-per-page .dropdown-Wrapper{
	padding: 0;
}
.stl-exe-nav-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
  padding: 0 30px;
}
.stl-exe-nav-wrap .entries-per-page{
	padding-right: 0;
	padding-top: 10px;
}
.stl-exe-nav-wrap .prev-page-execution, .stl-exe-nav-wrap .next-page-execution{
	cursor: pointer;
}
#stl-exe-left-container:focus .execution-name-wrapper.active{
	background-color: #f5f5f5;
}

.execution-assignee-container {
  padding: 0 !important;
}
.dropdown-wrapper {
  width: 100%;
  max-width: 300px;
  display: flex;
  position: relative;
}

.dropdown-wrapper span.readonly {
  width: calc(100% - 35px);
  background: #F7F8F9;
  border-radius: 3px 0 0 3px;
  border:1px solid #DEE1E6;
  margin-right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#zephyr-je-execution-assignee-prev .dropdown-wrapper span.readonly {
	  width: calc(85% - 35px);
}

.dropdown-wrapper span.readonly strong {
  width: 100%;
  display: flex;
}

.dropdown-wrapper span.readonly strong a, .dropdown-wrapper span.readonly strong span:first-child {
  flex-grow: 1;
  display: block;
  text-align: center;
      text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.dropdown-wrapper span.readonly strong span.remove-assignee {
  display: block;
  padding: 0 10px;
  cursor: pointer;
}

.dropdown-wrapper .droplist {
  display: none;
  position: absolute;
  z-index: 3000;
  background-color: #fff;
  border: 1px solid #dfe1e6;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
  width: 100%;
  top: 30px;
  left: 0;
}

#zephyr-je-execution-assignee-prev .dropdown-wrapper .droplist {
	width: 85%;
}

.dropdown-wrapper .droplist.active {
  display: block
}

.dropdown-wrapper .droplist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 220px;
  overflow-y: auto;
}

.dropdown-wrapper .droplist ul li {
  padding: 8px 7px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.dropdown-wrapper .droplist ul li.active {
  background: #42526e;
  color: #fff;
}

.dropdown-wrapper .droplist ul li img {
  margin-right: 10px;
}

.dropdown-wrapper .droplist h6 {
  font-size: 11px;
  padding: 2px 5px;
}

.dropdown-wrapper .droplist .input-wrapper {
  padding: 5px;
}

.dropdown-wrapper .droplist input[type="text"] {
  outline: none;
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 12px;
}

.breadcrumbs-wrapper, .cycle-details-wrapper .breadcrumbs-wrapper {
	margin-bottom: 27px;
	border: 0;
	padding: 0;
	font-size: 12px;
	color: #5E6C84;
}
#cycle-details > div > div > h3 {
	padding-left: 15px;
}
#cycle-view-wrap h3.toggle-title {
	color: #42526E;
	padding-right: 4px;
	font-weight: 500;
}
.aui-nav-breadcrumbs li div {
	display: inline-block;
}
.aui-nav-breadcrumbs li:last-child div {
	background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-schedule/images/icons/zfj_sprite.svg") no-repeat center;
	background-position: -18px -454px;
	width: 18px;
	height: 12px;
}
.tree-tcr .jstree-default li.jstree-node.jstree-open > a {
	font-weight: normal !important;
}
/*#testexecutionmodule{
	padding-top: 4px;
}*/
#editable-schedule-defects .jira-multi-select > .representation .item-row > .value-item {
	background-color: #deebff;
	color: #42526e;
	border-radius: 10px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 300;
}
#editable-schedule-defects .aui-button {
	background-color: #deebff;
	color: #42526e;
  	border: 0;
  	outline: none;
	display: inline-block;
	max-width: 120px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  	font-weight: 300;
	padding: 6px 10px 7px;
}

#editable-schedule-defects .aui-button:hover {
  background-color: #B2D4FF;
}

#editable-schedule-defects > .issue-picker-popup  > .aui-button {
	display: none;
}

#issueDescModule h3.toggle-title {
	font-size: 14px;
	color: #5E6C84;
}
#testexecutionmodule .clearfix {
	padding-bottom: 37px;
}
#cycle-view-wrap #execution-customField-container h3.toggle-title, #cycle-view-wrap #attachmentexecutionmodule h3.toggle-title, #cycle-view-wrap #teststepDetails h3.toggle-title {
	font-size: 14px;
	color: #42526e;
}
#cycle-view-wrap #execution-history-details h3.toggle-title {
	font-size: 14px;
}

#cycle-name .node-name {
	display: flex;
}

#cycle-name .node-name span {
	white-space: pre;
	vertical-align: -webkit-baseline-middle;
	padding-left: 10px;
}

#cycle-name a {
  font-size: 20px;
  padding-left: 0px;
  color: #4c9aff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  display: inline-block;
}
#cycle-details{
	overflow: hidden;
}

#cycle-details #cycle-name a {
	display: block;
}

#cycle-name a:hover {
  color: #5e6c84;
}
#execution-history-details h3.toggle-title {
	font-size: 14px;
	color: #5E6C84;
}

.show-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEQ5RDgxQzc2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEQ5RDgxQzg2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RDlEODFDNTZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RDlEODFDNjZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvXFWFAAAAAYSURBVHjaYvj//z8D0/Pnz/8zgFgAAQYAS5UJscReGMIAAAAASUVORK5CYII=) repeat-x scroll 0 8px;
  /*margin-left: 20px;*/
}
#show-content {
	background: #FFF;
    padding: 0 4px;
    cursor:pointer;
}
#show-content:before {
  content: 'Show Less';
  display: flex;
  color: #4C9AFF;
  font-size: 12px;
  cursor: pointer;
}
#custom-field-collapsing-container.more .show-content-wrapper #show-content:before {
  content: attr(data-content);
}

#custom-field-collapsing-container.more .custom-field-wrapper .field-group:nth-child(n+5) {
  display: none;
}

button {
  outline: none !important;
}

.cycle-details-left-wrapper {
  display: flex;
  align-items: center;
}

.cycle-details-left-wrapper a {
	color: #0052cc;
	text-decoration: none;
}

.cycle-details-left-wrapper a:hover {
	color: #4C9AFF;
}

.search-link-wrapper {
  padding: 0 25px;
  border-left: 1px solid #ccc;
  margin-left: 25px;
}

#content #jqlcomponent header h1.execute-test-header-left {
	margin: 0
}

#content > .exe-cont > div.stl-exe-right .detail-exec-view-wrapper > header.standAlone {
  padding: 37px 0 5px;
}

.execution-list-view {
  padding: 31px 30px 20px;
  border-bottom: 1px solid #ecedf0;
  margin-bottom: 10px;
  font-size: 20px;
  color: #42526E;
}

.execution-name-wrapper {
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 5px;
}

.execution-name-wrapper.active {
  border: 1px solid #4c9aff;
}

#date-pickerCustomField {
	position: relative;
  visibility:  hidden;
  height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

* {
  outline: none !important;
}

.executiondetails-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog-exec-assignee {
  padding: 0 20px;
}

.dialog-exec-assignee #exec-assignee-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 250px;
}

.dialog-exec-assignee #exec-assignee-wrapper .dropdown-wrapper .droplist {
  top: auto;
  bottom: 30px;
  flex-direction: column-reverse;
}
.dialog-exec-assignee #exec-assignee-wrapper .dropdown-wrapper .droplist.active {
  display: flex;
}
/*.grid-componentWrapper {
	position: relative;
}*/

#cycle-executions-wrapper {
	position: relative;
}

#detail-panel-wrapper .detail-exec-view-wrapper {
	min-width: 100% !important;
	width: 100% !important;
}
#detail-panel-wrapper .content-container {
	width: 100% !important;
}
.split-view .search-link-wrapper {
	display: none;
}
.split-view #view-btn-container {
	display: none;
}
#detail-panel-wrapper {
	padding-right: 15px !important;
}
/* .view-selector{
	width: 235px !important;
} */

.view-toggle {
	width: 235px !important;
}

.input-search-wrapper {
	position: relative;
	padding-bottom: 0;
}
#clear-search-step-test {
	position: absolute;
	right: 5px;
	top: -1px;
	cursor: pointer;
	display: none;
}
.split-view .breadcrumbs-wrapper {
	display: none !important;
}
.zephyr-aui-message-bar {
	position: fixed;
    top: 100px;
    z-index: 99999;
    right: 30px;
    -webkit-transition: right 2s; /* For Safari 3.1 to 6.0 */
    transition: right 2s;
	max-width: 400px;
}
#cancelFilter {
	margin-left: 10px;
}
#cycle-name {
	display: flex;
	align-items: center;
}
#cycle-name .executionSummaryBar {
    width: 80px;
    margin: 3.5px 10px 0;
    display: inline-block;
}
#testexecutionmodule form.aui .custom-field-wrapper .field-group > label {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 125px;
	min-width: 125px;
}
.split-view #testexecutionmodule form.aui .custom-field-wrapper .field-group > label {
	max-width: 100px;
	min-width: 100px;
}
.display-inlineb {
	display: inline-block;
}
.flex {
	display: flex;
}
.custom-field-value drop-downcheckbox {
	width: 100%;
}
.custom-field-value drop-downradio {
	width: 100%;
}
.custom-field-value drop-downdate {
	width: 100%;
}
.custom-field-value drop-down {
	width: 100%;
}
.custom-field-value drop-downmultiselect {
	width: 100%;
}
.custom-field-value custom-text {
	width: 100%;
}
.sp-bw {
	justify-content: space-between;
}
.assigned-by-value {
	width: 90px;
	border-radius: 3px 0 0 3px;
    border: 1px solid #DEE1E6;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F7F8F9;
}
.defects-value {
	width: calc(100% - 115px);
}
form.aui #editable-schedule-defects .jira-multi-select.long-field {
	max-width: calc(100% - 195px) !important;
}
#test-cycles-tab .module.toggle-wrap#execution-history-details > .mod-header {
	position: relative;
	background-position-y: 26px;
}
#execution-history-details .executiondetails-header {
	position: absolute;
	top: 15px;
  	background: #fff;
	right: 0;
}
.defects-sectoin {
	margin-top: 10px;
}
.comment-section {
	margin-top: 15px;
	width: 100%;
}
#custom-field-collapsing-container {
	margin-top: 0;
}
#issueDescModule .flex {
    padding-bottom: 15px;
}
.detail-exec-view-wrapper a, .cycle-details-wrapper a {
	color: #4C9AFF;
	cursor: pointer;
}
.assignee-user-hover, .zephyr-user-hover {
	font-weight: 300;
}
.executed-on-schedule strong, .executionDetailsElement .value-field {
	font-weight: normal;
	font-size: 12px;
}
.value-field-wrapper {
	width: 100%;
    padding-top: 5px;
}
#issueDescModule > .mod-content .field-group {
	padding-bottom: 15px;
}
#issueDescModule > .mod-content .field-group label {
	display: inline-block;
	min-width: 100px;
}
.split-view #exec-assignee-wrapper, .split-view .execution-field-value {
	width: calc(100% - 100px);
}
.split-view .custom-field-value {
    width: calc(100% - 95px);
}
#exec-assignee-wrapper, .execution-field-value {
	width: calc(100% - 125px);
}
.custom-field-value {
	max-width: 285px !important;
    width: auto;
    flex: 1 0 auto;
	float: left;
}
.custom-field-wrapper .custom-field-value {
  width: calc(100% - 140px);
}
form.aui .field-group.exec-wrapper-padding {
	padding-right: 0;
}

.bulk-assign-execution {
  padding: 0 0 10px 0;
  display: flex;
  align-items: center;
  width: 350px;
  margin: 0 auto;
}
.bulk-assign-execution + .description {
  width: 350px;
  margin: 0 auto !important;
  padding-left: 80px;
  box-sizing: border-box;
}
#custom-field-collapsing-container form.aui {
	width: 100%;
}

#custom-field-collapsing-container {
  display: block !important;
}
.executed-on-schedule {
	font-size: 12px;
}
.executionDetailsElement.width-half {
	width: 47%;
}
.toggle-wrap.collapsed #custom-field-collapsing-container {
	display: none !important;
}
.selectable-link {
	cursor: pointer;
}

.content-container-execution .executionWorkflowStatusCompleted .disable-section {
  	pointer-events: none;
  	opacity: 0.4;
}
.content-container-execution .executionWorkflowStatusCompleted .stepDetails .grid-column:not(.enable-child) {
    pointer-events: none;
    opacity: 0.4;
}

.content-container-execution .toggle-section .hide-open {
	display: none;
}
.content-container-execution .executionWorkflowStatusCompleted .toggle-section .hide-open {
	display: block;
}
.content-container-execution .executionWorkflowStatusCompleted .toggle-section .hide-done {
	display: none !important;
}

.content-container-execution .executionWorkflowStatusCompleted  > div:not(:first-child) .jira-multi-select > .representation .item-row {
  	pointer-events: none;
}

.autoExecutionForm {
	position: relative;
}

.autoExecutionForm .autoExecutionFormBody {
	position: static;
	height: 100px;
}

.autoExecutionForm .autoExecutionFormBody drop-down {
	position: absolute;
	width: 80%;
    padding-left: 10px;
}

#gridIssuePicker {
	opacity: 0;
	height: 0px;
	width: 0px;
}

.all-step-status-suggestion-container {
	padding: 20px 15px !important;
}

/*.stl-exe-nav-left-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0;
}*/

.execution-list-wrapper {
  max-height: calc(100vh - 140px);
  overflow: auto;
  padding: 0 30px;
}
.split-view #detail-panel-wrapper {
	/*position: static !important;*/
	    width: calc(80% - 12px);
	    /*height: initial !important;*/
}
.split-view #list-results-panel {
    width: 20% !important;
    padding: 0 !important;
}
#zqlResponse .split-view {
	margin: 0 !important;
}
.msie-11 .execution-top-layerWrapper {
	display: block;
}
.msie-11 .execution-top-layerWrapper > div {
	display: inline-block;
}
/*.msie-11 #js-tree li[aria-level='4'] .js-node-data-custom > div:first-child {
	max-width: 76px;
	width: 100%;
}*/
input:focus:-ms-input-placeholder { color:transparent; }
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }

#testDetailGridExecutionPage {
	width: 100%;
}

#testDetailGridExecutionPage .image-wrap img {
	max-width: 80%;
    max-height: 80%;
}

.pagination-outer-container.executionPage {
	clear: both;
	background-color: #F4F5F7;
	margin-top: 5px;
	margin-bottom: 50px;
	height: 30px;
}

.stepDetails {
	flex-direction: column;
}

.pagination-page-number-container {
	display: inline-block;
	min-width: 300px;
	margin-left: 10px;
}

.pagination-page-width-container {
	float: right;
	padding: 0 10px;
	min-width: 110px;
	position: relative;
}

.first-page-number, .current-page-number, .last-page-number {
	float: left;
	margin: 0 5px;
	line-height: 30px;
}
.first-page-number.disabled, .last-page-number.disabled {
	pointer-events: none;
    opacity: 0.4;
}

.current-page-number {
	background-color: #42526e;
    padding: 0px 10px;
    border-radius: 4px;
    color: white;
}

.hide {
	display: none;
	margin: 0 10px;
}

.current-pagination {
	display: inline-block;
	text-align: center;
	height: 30px;
    line-height: 30px;
    width: calc(100% - 30px);
	padding: 0;
	color: black;
	background-color: #DFE1E5;
	border-radius: 4px 0 0 4px;
	vertical-align: top;
}

.pagination-dropdown-button {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #deebff;
	border-radius: 0 4px 4px 0;
	vertical-align: unset !important;
}

.drop-down-arrow-pagination-options {
	vertical-align: unset !important;
}

.pagination-options-container {
	position: absolute;
    width: calc(100% - 20px);
    background-color: white;
    top: -61px;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
}

.change-pagination-width-function {
	padding: 5px;
	cursor: pointer;
}

.change-pagination-width-function:hover {
	background-color: #F4F5F7;
}

#last-page-pagination,#first-page-pagination {
	cursor: pointer;
}

#first-page-pagination {
	margin-right: 10px;
}

#last-page-pagination {
	margin-left: 10px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
    -webkit-appearance: textfield;
}

.clone-note {
	color: #3873AE;
	padding-left: 20px;
	margin-bottom: 10px;
}
body[data-version="7.10.0"] #attachmentexecutionmodule {
	border-bottom: none !important;
}
.detail-exec-view-wrapper .toggle-wrap .toggle-title {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX///9wcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHDRPAkXAAAADHRSTlMAESIziJmqu8zd7v+91kxoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADIxLzEyLzEymvNa/wAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAySURBVAiZY2AgCbA0MDCkgBgcWxlYd4AYjN0B0YvAclrbdxmAGcyrF0OVWxqQZjwDAwA8XgfBciyedgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  cursor: pointer;
  padding-left: 20px;
}
.detail-exec-view-wrapper .toggle-wrap.collapsed .toggle-title {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX///9wcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHDRPAkXAAAADHRSTlMAESIziJmqu8zd7v+91kxoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADIxLzEyLzEymvNa/wAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAArSURBVAiZY2DAB1iaoAy2XQZQVvRiKIMVLlQ9AU0EpoZjhwLUnEa81iABAFHzB8GYPzdNAAAAAElFTkSuQmCC);
}

/* .results-count {
	display: block !important;
} */
#edit-recovery-popup {
	max-height: 400px;
    overflow: auto;
}
#descriptionmodule .table-wrap table.confluenceTable {
	table-layout: auto;
	width: auto;
}
.navigator-search .advanced-search-container .aui-group {
	display: flex;
}
.msie .navigator-search .advanced-search-container .aui-group .atlassian-autocomplete {
	display: inline-block;
	width: 90% !important;
}
.tree-tcr .jstree-default .jstree-hovered {
	text-shadow: none;
}
.tree-tcr .jstree-default .jstree-anchor {
	padding: 1px 1px 1px 2px;
}
.grid-column object {
	width: 100%;
}
.grid-column object embed {
	width: 100%;
}
.execution-customfields .cell-wrapper.drop-Down {
	width: auto;
    min-width: 125px;
}
.execution-customfields .dropDown-wrapper span:nth-child(1), .autoExecutionForm .dropDown-wrapper span:nth-child(1) {
	height: 30px;
    padding-right: 15px;
}
.execution-customfields .dropDown-wrapper span.trigger-dropDown, .autoExecutionForm .dropDown-wrapper span.trigger-dropDown {
	min-width: 30px;
    height: 30px;
}
.execution-customfields .dropDown-container {
    width: 100%;
    top: 30px;
}
.execution-customfields .remove-data {
	right: 40px;
    font-weight: bold;
}
.autoExecutionForm .dropDown-wrapper .remove-data {
	display: none;
}
.autoExecutionForm .cell-wrapper.drop-Down {
	width: auto;
    min-width: 325px;
    margin-top: 10px;
}
.execution-customField-container .custom-field-value {
	position: relative;
}
.execution-customField-container .custom-field-value .dropDown-container.activeElement {
	position: absolute;
}
#testDetailGridExecutionPage .row[data-columnid="comment"] .readValues {
	white-space: normal;
}
#zephyr-feedback {
	position: relative;
}
 #zephyr-feedback .zephyr-feedback {
	position: absolute;
    right: 0px;
    bottom: 28px;
}
#zephyr-feedback-extn-pge {
	position: relative;
    top: 15px;
}
 #zephyr-feedback-extn-pge .zephyr-feedback {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.zephyr-breadcrumbs {
	max-width: 20%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#image-corosel-overlay.steps-attachements-preview .image-comments {
	word-break: break-word;
	padding: 15px;
	background: #FFF;
	margin-top: -5px;
	text-align: initial;
}

#image-corosel-overlay.steps-attachements-preview .attachements-title {
	float: left;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 22px;
}

.steps-attachements-preview .close-image-corosel {
	float: right;
}

.steps-attachements-preview .image-outer-container {
    text-align: center;
	height: auto;
}

.steps-attachements-preview .image-container, .steps-attachements-preview .corosel-inner-container {
	height: 100%;
}

.steps-attachements-preview  .image-name-details {
	color: #333333;
}

.steps-attachements-preview .attachements-content-details {
	clear: both;
    overflow: auto;
	height: auto;
}

.steps-attachements-preview .file-download-container {
	color: #0052cc;
}

.steps-attachements-preview .close-icon {
	height: 35px;
}

.steps-attachements-preview .close-image-corosel {
	margin-bottom: 0;
}

.steps-attachements-preview .close-icon:hover {
	color: #909090;
}

.steps-attachements-preview .close-icon:before {
	font-size: 20px;
}

.steps-attachements-preview .attachment-download-icon {
	transform: rotate(-90deg);
	margin-top: 1px;
}

.steps-attachements-preview .attachment-download-icon {
	font-size: 14px;
}
.attcahmentzoomcontrols {
	position: fixed;
    bottom: 10px;
    text-align: center;
    left: 0px;
    z-index: 10000;
    display: block;
    right: 0px;
	color: #FFF;
	
}
.attcahmentzoomcontrols .bgGrey {
	background: rgba(123, 123, 123, 0.7);
    min-height: 24px;
	display: inline-block;
	border-radius: 5px;
    overflow: hidden;
}
.attcahmentzoomcontrols .bgGrey span {
	float: left;
	cursor: pointer;
	padding: 5px 10px;
}
.attcahmentzoomcontrols .bgGrey span:hover {
	background: #6d6d6d;
}
.zoomincontainer{
	width: 100%;
    height: 90vh !important;
    text-align: center;
    vertical-align: middle;
	white-space: nowrap;
	overflow: scroll;
	position: relative !important;
}

.zoom-controls .previous-image-options {
	position: fixed;
    top: 50%;
    left: 1%;
    z-index: 100;
}
.zoom-controls .next-image-options {
	position: fixed;
    top: 50%;
    right: 1%;
    z-index: 100;
}
.zoom-controls .header {
	color: #FFF;
    position: absolute;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 14px 20px 5px 20px;
    box-sizing: border-box;
}
.zoom-controls .header .image-name-details{
	display: inline-block;
	color: #FFF;
}
.zoom-controls .header .download {
	float: right;
}
.zoom-controls .header .download svg {
	vertical-align: middle;
}
.zfj-noscroll {
	overflow: hidden;
}
.zfj-pagination .aui-button[disabled], .aui-button[aria-disabled="true"]{
	cursor: not-allowed !important;
	opacity: .5;
}

.zephyr-detailed-view-breadcrumbs {
	max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.walk-through-initializer-container {
    position: absolute;
	right: 28px;
    top: 15px;
}

.aui-iconfont-arrow-down.custom-dropdown {
	margin-top: -17px;
    height: 30px;
    margin-left: -22px;
    border-radius: 3px;
	cursor: pointer;
}
/* module-key = 'com.thed.zephyr.je:vanilla-grid', location = 'includes/js/component/vanilla-grid/src/css/index.css' */
.vanilla-grid-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.table-container {
    display: flex;
    justify-content: space-between;
}
.grid-header, .grid-body {
    display: flex;
    justify-content: flex-start;
}

.grid-header {
    font-weight: 600;
}

.wiki-textfield {
  width: 100%;

}

#content-edit-save {
  margin-right: 5px  !important;
}

.grid-column {
    min-width: 130px;
    align-items: flex-start;
    min-height: 35px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 130px;
}

.grid-column.selection-column{
    min-width: auto;
    width: auto;
}

.aui-iconfont-editor-task:before {
    font-size: 10px !important;
    position: static;
    top: auto;
    margin: auto;
  }
  .wiki-field-tools .aui-iconfont-editor-task:before {
    font-size: 15px !important;
   /* margin-top: -7px !important;*/
    margin-left: 3px !important;
  }
  
#testDetailGrid .grid-column, #testDetailGridPopover .grid-column {
    width: 100%;
    position: relative;
    min-width: 200px;
}

#testDetailGrid .grid-column.attachmentsMap-column > div, #testDetailGridPopover .grid-column.attachmentsMap-column > div{
    /*width: 120px;*/
    width: 100%;
    min-width: 120px;
}

#teststepDetails .readValues {
  white-space: pre;
}


#unfreezedGrid .grid-column[data-columnkey="orderId"] > div,
#freezedGrid .grid-column[data-columnkey="orderId"] > div,
.grid-column[data-columnkey="orderId"], #testDetailGrid #unfreezedGrid .grid-column[data-columnkey="orderId"] > div,
#testDetailGrid #freezedGrid .grid-column[data-columnkey="orderId"] > div,
#testDetailGrid .grid-column[data-columnkey="orderId"], #testDetailGridPopover #unfreezedGrid .grid-column[data-columnkey="orderId"] > div,
#testDetailGridPopover #freezedGrid .grid-column[data-columnkey="orderId"] > div,
#testDetailGridPopover .grid-column[data-columnkey="orderId"] {
    min-width: 40px;
    max-width: 40px;
}

.grid-column[data-columnkey="defects"], .grid-column[data-columnkey="summary"] {
    max-width: 160px;
    text-align: left;
    font-size: 14px;
    font-size: inherit;
}

/*.grid-column[data-columnkey="data"] > div, .grid-column[data-columnkey="result"] > div, .grid-column[data-columnkey="step"] > div{
    width: 100%;
    min-width: 210px;
}*/

#unfreezedGrid .grid-column[data-columnkey="data"] > div,
#unfreezedGrid .grid-column[data-columnkey="result"] > div,
#unfreezedGrid .grid-column[data-columnkey="step"] > div,
#freezedGrid .grid-column[data-columnkey="data"] > div,
#freezedGrid .grid-column[data-columnkey="result"] > div,
#freezedGrid .grid-column[data-columnkey="step"] > div,
.grid-column[data-columnkey="htmlStep"] > div, .grid-column[data-columnkey="htmlData"] > div, .grid-column[data-columnkey="htmlResult"] > div,
.grid-column[data-columnkey="htmlStep"], .grid-column[data-columnkey="htmlData"], .grid-column[data-columnkey="htmlResult"],
.grid-column[data-columnkey="data"], .grid-column[data-columnkey="result"], .grid-column[data-columnkey="step"], .grid-column[data-columnkey="comment"]  {
    min-width: 200px;
    width: 100%;
    /* max-width: 200px; */
}

.action-grid-body .grid-column, .grid-column.action-head-column {
    min-width: 70px;
}

#testExecutionGrid .action-grid-body .grid-column ,#testExecutionGrid .grid-column.action-head-column, #testDetailGrid .action-grid-body .grid-column,#testDetailGrid .grid-column.action-head-column, #testDetailGridPopover .action-grid-body .grid-column,#testDetailGridPopover .grid-column.action-head-column{
    width: 70px;
    min-width: 70px;
}

.grid-header .grid-column > div {
    display: flex;
    align-items: center;
}


.action-grid-header .grid-column > div, .action-grid-body .grid-column > div {
    min-width:70px;
    max-width:70px;
    justify-content: center;
    padding: 5px 0;
}

#testDetailGrid.hasPagination .action-grid-header .grid-column > div,#testDetailGrid.hasPagination .action-grid-body .grid-column > div, #testDetailGridPopover.hasPagination .action-grid-header .grid-column > div,#testDetailGridPopover.hasPagination .action-grid-body .grid-column > div {
    min-width:75px;
}

.grid-header .grid-column > div > div{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grid-header .grid-column > div > div.pin-icon{
    min-width: 12px;
}
#gridSelection, #freezedGrid, #unfreezedGrid, #actionGrid {
    display: flex;
    flex-direction: column;
}
#draggableGrid {
    width: 20px;
    min-width: 20px;
}
#freezedGrid {
	/*flex-basis: 20%;*/
    background: #F6F7F8;
}
#unfreezedGrid {
	/*flex-basis: 70%;*/
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    /* overflow: hidden; */
}
#actionGrid {
	/*flex-basis: 10%;*/
    min-width: 70px;
    background: #F6F7F8;
}
/*.pinned::before {
    content: "\2191";
}
.unpinned::before {
    content: "\2193";
}*/
.sort-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    outline: none;
    position: relative;
}
.sort-icon:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 2px;
    top: 9px;
    left: 6px;
    transform: rotate(45deg);
    background: #DFE1E5;
}
.sort-icon:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 2px;
    top: 9px;
    right: 5px;
    transform: rotate(-45deg);
    background: #DFE1E5;
}
.sort-icon.ASC:before {
    top: 7px;
    transform: rotate(-45deg);
    background: #4c9aff;
}
.sort-icon.ASC:after {
    top: 7px;
    transform: rotate(45deg);
    background: #4c9aff;
}
.hide {
    display: none !important;
}

.table-container div {
    box-sizing: border-box;
}
.grid-column > div {
    min-height: 48px;
    /*max-height: 35px;*/

    /*max-width: 130px;*/
    padding: 5px;
    /*border-bottom: 1px solid #ECEDF0;*/
    width: 100%;
    word-break: normal;
    word-wrap: break-word;
}

#unfreezedGrid .grid-column > div, #freezedGrid .grid-column > div{
    /*min-width: 130px;*/
    border-bottom: 1px solid #ECEDF0;
}

.grid-column > div.selected {
    background: #EBECF0;
}

#draggableGridBody .grid-column > div.selected {
    background: none;
}

.grid-column.summary-column > div,.grid-column.defects-column > div {
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    word-wrap: break-word;
}

.draggable-icon span {
    cursor: move;
    background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:vanilla-grid/images/icons/drag_icon.svg");
    width: 10px;
    display: inline-block;
    height: 10px;
    background-repeat: no-repeat;
    margin-top: 5px;
}

.draggable-icon span img {
    display: none;
}

.draggable-icon[data-stepid="-1"] span {
    visibility: hidden;
}
.draggable-icon[data-stepid="-1"] img {
    visibility: hidden;
}
.execute::before {
    content: 'E';
}
.delete::before {
    content: 'D';
}
/*date, date-time*/
.drop-downdate.cell-wrapper.drop-Down {
    width: 125px;
}
.drop-downdate .dropDown-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 1px;
}
.drop-downdate .dropDown-wrapper span:nth-child(1) {
    display: flex;
    align-items: center;
    height: 20px;
    margin-right: 2px;
    padding-right: 10px;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
    background-color: #F7F8F9;
    font-size: 12px;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
    border: 1px solid #DEE1E6;
    box-sizing: border-box;
}
.drop-downdate .dropDown-wrapper>span:nth-child(1)>div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.drop-downdate .remove-data {
    position: absolute;
    right: 26px;
    font-weight: 500;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.drop-downdate .dropDown-wrapper .trigger-dropDown {
    min-width: 20px;
    height: 20px;
    vertical-align: baseline;
    background-color: #deebff;
    display: inline-block;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    outline: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drop-downdate .dropDown-wrapper .trigger-dropDown:hover {
    background: #B2D4FF;
}
.drop-down .dropDown-wrapper .trigger-dropDown:hover {
    background: #B2D4FF;
}


/*single-select*/

.drop-down.cell-wrapper {
    width: 125px;
}
.drop-down .dropDown-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 1px;
}
.drop-down .dropDown-wrapper span:nth-child(1) {
    display: flex;
    align-items: center;
    height: 20px;
    margin-right: 2px;
    padding-right: 10px;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
    background-color: #F7F8F9;
    font-size: 12px;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
    border: 1px solid #DEE1E6;
    box-sizing: border-box;
}
.drop-down .dropDown-wrapper>span:nth-child(1)>div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.drop-down .dropDown-wrapper>span:nth-child(1)>div:empty:after {
    content: 'Choose Value...';
}
.drop-down .remove-data {
    position: absolute;
    right: 26px;
    font-weight: 500;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.drop-down .dropDown-wrapper span.trigger-dropDown {
    min-width: 20px;
    height: 20px;
    vertical-align: baseline;
    background-color: #deebff;
    display: inline-block;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    outline: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drop-down .dropDown-container.close {
    display: none;
}
.drop-down .dropDown-container {
    position: fixed;
}
.drop-down .dropDown-container {
    display: block;
    position: fixed;
    z-index: 99;
    top: 21px;
    left: 0;
    background-color: #fff;
    border: 1px solid #dfe1e6;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    width: calc(100% - 25px);
}
.drop-down .dropDown-container ul {
    list-style: none;
    margin: 2px 0;
    padding-left: 0;
    max-height: 100px;
    overflow: auto;
}
.drop-down .dropDown-container ul li {
    width: 100%;
    padding: 3px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    box-sizing: border-box;
}

/* multi-select */
.drop-downmultiselect.cell-wrapper.drop-Down {
    /* width: 125px; */
    width: 100%;
}
.drop-downmultiselect .dropDown-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 1px;
}
.drop-downmultiselect .dropDown-wrapper span:nth-child(1) {
    display: flex;
    align-items: center;
    height: 20px;
    margin-right: 2px;
    padding-right: 10px;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
    background-color: #F7F8F9;
    font-size: 12px;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
    border: 1px solid #DEE1E6;
    box-sizing: border-box;
}
.drop-downmultiselect .dropDown-wrapper>span:nth-child(1)>div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.drop-downradio .dropDown-wrapper>span:nth-child(1)>div:empty:after,
.drop-downcheckbox .dropDown-wrapper>span:nth-child(1)>div:empty:after,
.drop-downmultiselect .dropDown-wrapper>span:nth-child(1)>div:empty:after,
.drop-downdate .dropDown-wrapper>span:nth-child(1)>div:empty:after {
    content: 'Choose Value...';
}
.drop-downmultiselect .dropDown-wrapper .trigger-dropDown {
    min-width: 20px;
    height: 20px;
    vertical-align: baseline;
    background-color: #deebff;
    display: inline-block;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    outline: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drop-downmultiselect .dropDown-container.close {
    display: none;
}
.drop-downmultiselect .dropDown-container {
    position: fixed;
}
.drop-downmultiselect .dropDown-container {
    display: block;
    position: fixed;
    z-index: 99;
    top: 21px;
    left: 0;
    background-color: #fff;
    border: 1px solid #dfe1e6;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    width: calc(100% - 25px);
}
.drop-downmultiselect .dropDown-container ul {
    list-style: none;
    margin: 2px 0;
    padding-left: 0;
    max-height: 100px;
    overflow: auto;
}
select {
    width: 100%;
}

.dropDownSelectElem {
    background-image: none !important;
}

/*TEXT*/
.custom-text .editable-field {
    box-sizing: border-box;
    box-shadow: 0 0 0 1px #CCCCCC;
    border-radius: 2.01px;
    display: inline-block;
    max-width: 100%;
    padding: 2px 5px 2px 5px;
    position: relative;
    transition: box-shadow 150ms ease-in 0ms;
    vertical-align: top;
    min-height: 26px;
    min-width: 80px;
    width: 100%;
}

.custom-text p, .custom-text h1, .custom-text h2, .custom-text h3, .custom-text h4, .custom-text h5 {
    word-break: normal;
    word-wrap: break-word;
    margin: 0;
}
.custom-text .editable-cell-container #editMode {
    outline: none;
}
.custom-text .editable-cell-container .cell-editMode {
    position: relative;
}
.custom-text input {
    box-shadow: none;
    width: 100px;
}
.custom-text input, .custom-text textarea {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #ccc;
    outline: none;
    resize: none;
    font-size: 12px;
    font: inherit;
    color: inherit;
    padding-left: 2px;
}
.custom-text textarea {
    min-height: 100px;
}
.custom-text .cell-readMode.editMode {
    display: none;
}
.custom-text .editable-cell-container .cell-editMode {
    position: relative;
}

/*radio*/
.drop-downradio.cell-wrapper.drop-Down {
    width: 125px;
}
.drop-downradio .dropDown-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 1px;
}
.drop-downradio .dropDown-wrapper span:nth-child(1) {
    display: flex;
    align-items: center;
    height: 20px;
    margin-right: 2px;
    padding-right: 10px;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
    background-color: #F7F8F9;
    font-size: 12px;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
    border: 1px solid #DEE1E6;
    box-sizing: border-box;
}
.drop-downradio .dropDown-wrapper>span:nth-child(1)>div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.drop-downradio .remove-data, .drop-downcheckbox .remove-data, .drop-downmultiselect .remove-data {
    position: absolute;
    right: 26px;
    font-weight: 500;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.drop-downradio .dropDown-wrapper .trigger-dropDown {
    min-width: 20px;
    height: 20px;
    vertical-align: baseline;
    background-color: #deebff;
    display: inline-block;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    outline: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drop-downradio .dropDown-wrapper .trigger-dropDown:hover {
    background: #B2D4FF;
}
.drop-downradio .dropDown-container.close {
    display: none;
}
.drop-downradio .dropDown-container {
    position: fixed;
}
.drop-downradio .dropDown-container {
    display: block;
    position: fixed;
    z-index: 99;
    top: 21px;
    left: 0;
    background-color: #fff;
    border: 1px solid #dfe1e6;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    width: calc(100% - 25px);
}
.drop-downradio .dropDown-container ul {
    list-style: none;
    margin: 2px 0;
    padding-left: 0;
    max-height: 100px;
    overflow: auto;
}
.drop-downradio .dropDown-container ul li {
    width: 100%;
    padding: 3px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    box-sizing: border-box;
    display: flex;
}

/*checkbox*/
.drop-downcheckbox.cell-wrapper.drop-Down {
    /* width: 125px; */
    width: 100%;
}
.drop-downcheckbox .dropDown-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 1px;
}
.drop-downcheckbox .dropDown-wrapper span:nth-child(1) {
    display: flex;
    align-items: center;
    height: 20px;
    margin-right: 2px;
    padding-right: 10px;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
    background-color: #F7F8F9;
    font-size: 12px;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
    border: 1px solid #DEE1E6;
    box-sizing: border-box;
}
.drop-downcheckbox .dropDown-wrapper>span:nth-child(1)>div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.drop-downcheckbox .dropDown-wrapper .trigger-dropDown {
    min-width: 20px;
    height: 20px;
    vertical-align: baseline;
    background-color: #deebff;
    display: inline-block;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    outline: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drop-downcheckbox .dropDown-wrapper .trigger-dropDown:hover {
    background: #B2D4FF;
}
.drop-downcheckbox .dropDown-container.close {
    display: none;
}
.drop-downcheckbox .dropDown-container {
    position: fixed;
}
.drop-downcheckbox .dropDown-container {
    display: block;
    position: fixed;
    z-index: 99;
    top: 21px;
    left: 0;
    background-color: #fff;
    border: 1px solid #dfe1e6;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    width: calc(100% - 25px);
}
.drop-downcheckbox .dropDown-container ul {
    list-style: none;
    margin: 2px 0;
    padding-left: 0;
    max-height: 100px;
    overflow: auto;
}
.drop-downcheckbox .dropDown-container ul li {
    width: 100%;
    padding: 3px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    box-sizing: border-box;
    display: flex;
}

/*wiki*/
.custom-textarea .editable-field {
    box-sizing: border-box;
    border-radius: 2.01px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    max-width: 100%;
    padding: 2px 5px 2px 5px;
    position: relative;
    transition: box-shadow 150ms ease-in 0ms;
    vertical-align: top;
    min-height: 26px;
    min-width: 200px;
    overflow: auto;
    width: 100%;
}
.custom-textarea h1:first-child, .custom-textarea h2:first-child, .custom-textarea h3:first-child, .custom-textarea h4:first-child, .custom-textarea h5:first-child, .custom-textarea h6:first-child {
    margin-top: 0;
}
.custom-textarea p:first-child, .custom-textarea ul:first-child, .custom-textarea ol:first-child, .custom-textarea dl:first-child, .custom-textarea h1:first-child, .custom-textarea h2:first-child, .custom-textarea h3:first-child, .custom-textarea h4:first-child, .custom-textarea h5:first-child, .custom-textarea h6:first-child, .custom-textarea blockquote:first-child, .custom-textarea pre:first-child, .custom-textarea form.aui:first-child, .custom-textarea table.aui:first-child, .custom-textarea .zephyr-aui-tabs:first-child, .custom-textarea .aui-panel:first-child, .custom-textarea .aui-group:first-child {
    margin-top: 0;
}
.custom-textarea h1, .custom-textarea .aui-page-header-hero .aui-page-header-main h1, .custom-textarea .aui-page-header-hero .aui-page-header-main h2, .custom-textarea .aui-page-header-marketing .aui-page-header-main h1, .custom-textarea .aui-page-header-marketing .aui-page-header-main h2 {
    color: #333333;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.25;
    text-transform: none;
    margin: 30px 0 0 0;
}
.custom-textarea p, .custom-textarea ul, .custom-textarea ol, .custom-textarea dl, .custom-textarea h1, .custom-textarea h2, .custom-textarea h3, .custom-textarea h4, .custom-textarea h5, .custom-textarea h6, .custom-textarea blockquote, .custom-textarea pre, .custom-textarea form.aui, .custom-textarea table.aui, .custom-textarea .zephyr-aui-tabs, .custom-textarea .aui-panel, .custom-textarea .aui-group {
    margin: 10px 0 0 0;
}
.custom-textarea p, .custom-textarea h1, .custom-textarea h2, .custom-textarea h3, .custom-textarea h4, .custom-textarea h5 {
    word-break: normal;
    word-wrap: break-word;
    margin: 0;
}
.custom-textarea .editable-cell-container #editMode {
    outline: none;
}
.custom-textarea .editable-cell-container .cell-editMode {
    position: relative;
    min-height: 60px;
}
.custom-textarea .cell-editMode {
    display: flex;
    justify-content: flex-start;
}
.custom-textarea input, .custom-textarea textarea {
    height: 30px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 12px;
    font: inherit;
     color: inherit;
}
.custom-textarea textarea {
    width: 200px;
    min-height: 45px;
    border: 1px solid #ccc;
    border-radius: 3.01px;
    box-sizing: border-box;
    font-size: inherit;
    margin: 0;
    max-width: 200px;
    vertical-align: baseline;
    resize: none;
    overflow-y: auto;
    font: inherit;
    color: inherit;
}
#issuePopoverGridWrapper .custom-textarea #editMode textarea.editing-field-text-area, #stepsGridComponentContainer .custom-textarea #editMode textarea.editing-field-text-area, #testDetailGridExecutionPage .custom-textarea #editMode textarea.editing-field-text-area {
    height: 200px;
}
#issuePopoverGridWrapper .custom-textarea #editMode textarea, #stepsGridComponentContainer .custom-textarea #editMode textarea{
    height: 130px;
    min-width: 100%
}
.custom-textarea .wikiIcons-wrapper {
    display: flex;
    padding-top: 10px;
}
.custom-textarea .wiki-icons {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background-color: #deebff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.custom-textarea .wiki-help img {
    height: 7px;
}
.custom-textarea .cell-readMode.editMode {
    display: none;
}
.custom-textarea .editable-cell-container .cell-editMode {
    position: relative;
}

/*attachment*/
.attachment-count>span {
  cursor: pointer;
  color: #0052CC;
  outline: none;
}

.attachment-count>span.noAttachments {
  cursor: auto;
  color: grey;
}

.add-attachments {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  text-align: center;
  vertical-align: baseline;
  background-color: #deebff;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}

.attachment-wrapper {
  display: flex;
}

.attachment-wrapper {
  position: relative;
}

.attachment-wrapper .attachments-inlineDialogWrapper {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  border: 1px solid #dfe1e6;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  max-width: 410px;
  flex-wrap: wrap;
  padding: 7px 15px;
}

.attachment-wrapper .attachments-inlineDialogWrapper.open {
  display: flex;
}

.attachment-wrapper .attachments-inlineDialogWrapper {
  position: fixed;
  max-height: 250px;
  overflow: auto;
  /* visibility: visible; */
}

.attachment-wrapper .attachments-inlineDialogWrapper.close {
  /* visibility: hidden; */
  display: none;
}

.zephyr-attachment-thumb {
  width: 165px;
  height: 110px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  margin: 7px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zephyr-attachment-thumb-overlay {
  position: absolute;
  bottom: 0;
  background: #42526e;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
}

div.zephyr-attachment-title {
  height: 20px;
}

div.zephyr-attachment-title a {
  color: #fff;
  text-decoration: none;
}

.zephyr-item-attachments {
  padding-top: 5px;
}

.zephyr-item-attachments .attachment-content {
  padding: 0;
  display: inline-block;
  margin-right: 0.581em;
}

.zephyr-attachment-actions {
  display: none;
  position: absolute;
  align-items: baseline;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 0;
  width: 88px;
  height: 30px;
  justify-content: space-between;
}

.zephyr-attachment-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.4;
  display: none;
}

.zephyr-attachment-thumb:hover .zephyr-attachment-overlay {
  display: block;
}

.zephyr-attachment-thumb:hover .zephyr-attachment-actions {
  display: flex;
  justify-content: space-around;
}

.zephyr-attachment-actions a.icon {
  width: 15px;
  height: 20px;
}

.zephyr-attachment-actions a.icon-delete {
  width: 24px;
  height: 26px;
}

.zephyr-attachment-actions a.icon-preview {
  width: 37px;
  height: 22px;
}

.zephyr-attachment-actions a.icon-download {
  width: 37px;
  height: 22px;
}

.zephyr-attachment-actions a.icon-download img {
  width: 37px;
  height: 22px;
}

.add-attachments img {
  width: 50%;
}
.defectCount{
    background: #F4F5F7;
    font-size: 12px;
    display: inline-block;
    height: 15px;
    padding: 2px 5px 5px;
    border-radius: 5px;

}
.defect-click .defectCount {
    display: flex;
    align-items: center;
    height: 20px;
    margin-right: 2px;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
    color: #333;
    background-color: #F7F8F9;
    font-size: 12px;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
    border: 1px solid #DEE1E6;
    box-sizing: border-box;
}

.defectKey, .defectStatus {
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    padding: 5px 0 5px 5px;
}
.strikeThrough{
    text-decoration: line-through !important;
}
.strikeThrough:hover{
    text-decoration: line-through !important;
}
.defects-inlineDialogWrapper {

    position: absolute;
    z-index: 30000;
    background-color: #fff;
    border: 1px solid #dfe1e6;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    display: flex;
    width: max-content;
    width: 400px;
    max-height: 200px;
    overflow: auto;
    flex-wrap: wrap;
    padding: 10px;
    position: fixed;
}

.defects-container {
    width: 100%;
}

.executionLevelDefects {
    padding-bottom: 10px;
}

.defectsList-Container {
    border: 1px solid grey;
    border-radius: 6px;
}

.defectsList-Container .defectsList {
    display: flex;
}

.defectsList-Container .defectsList .statusColor {
    width: 30px;
}
.defectSummary {
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    padding: 5px 0 5px 5px;
}

.action-outer-wrapper {
    display: flex;
    justify-content: space-around;
}
.actions-wrapper {
    background-color: #deebff;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
}
.actions-wrapper.moreOptions img {
          width: 9px;
}

#testDetailGrid.hasPagination .action-grid-body .grid-column, #testDetailGrid.hasPagination .grid-column.action-head-column, #testDetailGridPopover.hasPagination .action-grid-body .grid-column, #testDetailGridPopover.hasPagination .grid-column.action-head-column  {
    width: 85px;
    min-width: 85px;
    padding: 0 5px;
}

#testDetailGrid.hasPagination #actionGrid, #testDetailGridPopover.hasPagination #actionGrid {
    min-width: 85px;
}

.actions-wrapper:not(:last-child) {
    margin-right: 8px;
}

.actions-wrapper:hover {
    background: #B2D4FF;
}

.actions-wrapper img {
    width: 15px;
    height: 10px;
}

.drop-down .dropDown-container ul li.active, .drop-down .dropDown-container ul li:hover {
    background-color: #ebecf0;
    background-image: none;
}

.drop-down .dropDown-container ul li.active, .drop-down .dropDown-container ul li.hover-class {
    background-color: #ebecf0;
    background-image: none;
}
.drop-down.isStandAlone .dropDown-wrapper.select-status span:nth-child(1), .drop-down .dropDown-wrapper.select-status span:nth-child(1) {
    color: #FFF;
    border: 0;
}

.drop-down.readOnly .dropDown-wrapper span:nth-child(1) {
    border-radius: 4px;
}

.action-container {
    display: flex;
    justify-content: space-between;
}
.bulkAction-leftWrapper, .bulkAction-rightWrapper {
    display: flex;
    justify-content: space-between;
}
.bulkAction-buttons {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px 10px;
}
.bulkAction-buttons .bulkAction-container:not(:only-child) {
    margin: 0 10px 0 0;
}
.bulkAction-container button, .buttonPanel button {
    background-color: #deebff;
    color: #42526e;
    min-width: 100px;
    outline: none;
    border: 0px;
    box-sizing: border-box;
    border-radius: 3.01px;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 14px;
    font-variant: normal;
    font-weight: 300;
    height: 2.14285714em;
    line-height: 1.42857143;
    padding: 4px 10px;
    text-decoration: none;
    vertical-align: baseline;
    text-align: left;
    white-space: nowrap;
}

.bulkAction-container button:disabled, .buttonPanel button:disabled {
    color: #A5ADBA;
    background-color: #F4F5F7;
    pointer-events: none;
    cursor: auto;
}

.bulkAction-container button img {
    height: 14px;
    margin-right: 5px;
    align-self: center;
}

.bulkAction-container button.columnChooser-btn img {
    height: 5px;
    padding-left: 12px;
    width: 10px;
    margin-right: 0;
}

.column-chooser-cont {
    position: absolute;
    background-color: #fff;
    border: 1px solid #dfe1e6;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    z-index: 1;
    width: 220px;
}
.buttonPanel {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    border-top: 1px solid #A5ADBA;
}

.buttonPanel button {
    min-width: auto;
}

.columnChooser-submit {
    margin-right: 10px !important;
}

.columnChooser-heading {
    font-weight: 600;
    color: #5E6C84;
    font-size: 15px;
    padding: 10px 10px 0;
}
#gridSelection {
    max-width: 25px;
    background: #F6F7F8;
}

#draggableGridBody .row img {
    cursor: move;
}

.column-chooser-cont {
    position: fixed;
    background-color: #fff;
    border: 1px solid #dfe1e6;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    z-index: 1;
    width: 220px;
}

.column-chooser-cont.close {
    display: none;
}

.checkbox-wrapper {
    display: block;
    /* flex-wrap: wrap; */
    width: calc(100% - 20px);
    padding: 3px 10px 10px;
    max-height: 150px;
    overflow: auto;
}

.zfj-checkbox-container {
    width: 100%;
    padding: 3px 3px 3px 0;
    display: flex;
    justify-content: flex-start;
}
.zfj-checkbox-container input[type=checkbox] {
    width: 20px;
    height: inherit;
}
.zfj-checkbox-container label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 20px);
    color: #5E6C84;
}
.step-defect-list.close{
    display: none;
}
.defectsSearchBox.close{
    display: none;
}
.statusColor{
    width: 30px;
}
.grid-column.defects-column .row{
    position: relative;
    overflow: visible;
}
.stepDefects-inlineDialogWrapper {
    position: fixed;
    z-index: 3000;
    background-color: #fff;
    border: 1px solid #dfe1e6;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    display: flex;
    /*width: max-content;*/
    width: 400px !important;
    max-height: 200px;
    overflow: auto;
    flex-wrap: wrap;
    padding: 10px;
    /*right: 0;*/
}
.stepLevelDefects{
    width: 100%;
}
.removeDefect {
    width: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    padding: 5px 0 5px 5px;
    cursor: pointer;
}
.removeDefect img {
    width: 10px;
}
.defect-click{
    display: flex;
}
.defect-click .defectIcons {
    min-width: 20px;
    width: 20px;
    height: 20px;
    vertical-align: baseline;
    background-color: #deebff;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    outline: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.defectIcons img {
    width: 50%;
}
.defectsSearchBox {
    position: fixed;
    z-index: 3000;
    /*top: 21px;*/
    width: 120px !important;
    background-color: #fff;
    border: 1px solid #dfe1e6;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    color: #5E6C84;
}
.input-wrapper input {
    width: 100%;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 12px;
    height: 20px;
}
.defectsSearchBox .input-wrapper input {
    height: 2.14285714em;
}
.create-input-sep {
    padding-top: 8px;
    margin-top: 10px;
    border-top: 1px solid #ecedf0;
}
.input-wrapper {
    padding: 5px;
    max-height: 300px;
}
.actions-wrapper.tick-button, .actions-wrapper.cross-button {
    background-color: #4C9AFF;
}
.actions-wrapper.tick-button:focus, .actions-wrapper.cross-button:focus {
    background-color: #006fff;
}
.pin-icon.unpinned{
    display: none;
}
.showPins .pin-icon.unpinned {
    display: block;
}
.testStepFocus {
    align-self: center;
}
.testStepFocus-btn {
    color: #0052CC;
    cursor: pointer;
}
.bulkAction-round {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 6px;
    background: #f7f8f9;
    border: 1px solid #DEE1E6;
    border-radius: 50%;
    margin-right: 10px;
}
.defectList-wrapper {
  display: flex;
}

.defectList-wrapper div {
  padding-right: 5px;
}

.defectList-wrapper.selected {
  background: #42526e;
  color: #fff;
  cursor: pointer;
}

.defectLabel {
  padding-bottom: 5px;
  border-bottom: 1px solid #ecedf0;
}

.bulkAction-container button:disabled img {
    opacity: 0.2;
}

.defectList-container{
    max-height: 100px;
    overflow: auto;
}

.custom-text.isStandAlone .cell-readMode.readMode {
    overflow: auto;
    max-height: 100px;
    padding: 1px;
    border-radius: 2.01px;
    word-break: break-all;
}

.custom-text.isStandAlone .cell-readMode.readMode.textarea-custom {
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.custom-text.isStandAlone .cell-readMode.readMode.textarea-custom .editable-field {
    box-shadow: none;

}
#defects-inlineDialogWrapper:hover{
    border: 1px solid #dfe1e6;
}

.dropDown-container label.content, .dropDownSelectElem option {
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropDown-container label.content {
    max-width: 75%;
}

.dropDownSelectElem option {
    width: 100%;
}
.row.noPermissionErrorRow {
    max-width: 350px;
    width: 350px;
    text-align: center;
    opacity: 0.8;
    padding-top: 10px;
}

.vanilla-grid-wrapper .table-wrap table.confluenceTable {
    border-collapse: collapse;
    margin: 5px 0 5px 2px;
    width: 99%;
    table-layout: fixed;
}

.activity-comment .table-wrap table.confluenceTable{
    width: auto;
}

.moreOptions-dropdown {
    width: 150px;
    position: fixed;
    background: white;
    z-index: 99;
    background-color: #fff;
    border: 1px solid #dfe1e6;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}

.moreOptions-dropdown .prevPage {
    padding: 4px 8px 2px;
}

.moreOptions-dropdown .nextPage {
    padding: 0px 8px 4px;
}

.move-row {
    color: #A5ADBA;
    cursor: auto;
}

.move-row.active {
    color: #5E6C84;
    cursor: pointer;
}

.vanilla-grid-wrapper .disabled {
    pointer-events: none;
    opacity: 0.4;
}
#renderHTML:empty:after, .renderHTML:empty:after {
    content: attr(data-content);
}

#dummy {
    width: 100%;
}

#editableField .renderHTML.readValues{
    max-height: 100px;
    overflow-y: auto;
}

#testDetailGrid .table-container {
    padding-right: 12px;
}

#issuePopoverGridWrapper .table-container-wrapper{
    padding-right: 12px;
}
.zephyr-wiki-inline-dialog textarea.wiki-textfield.richeditor-cover + .rte-container {
    min-height: 219px;
    max-height: 367px;
}
.zephyr-wiki-inline-dialog textarea.wiki-textfield.richeditor-cover + .rte-container iframe, .zephyr-wiki-inline-dialog textarea.wiki-textfield.richeditor-cover + .rte-container body {
    max-height: 367px;
    min-height: 219px;
}
.zephyr-wiki-inline-dialog .wiki-edit-content button {
    margin-top: 2px;
}
.zephyr-wiki-inline-dialog {
    max-width: 680px;
}
.zephyr-wiki-inline-dialog textarea.wiki-textfield + rich-editor {
    max-width: 450px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.zephyr-wiki-inline-dialog::before,.zephyr-wiki-inline-dialog::after{
    border: 0 !important;
}
.zephyr-wiki-inline-dialog textarea.wiki-textfield {
    max-height: 367px !important;
}
.zephyr-wiki-inline-dialog iframe {
    max-height: 367px;    
}
.zephyr-wiki-inline-dialog.jira-dialog {
    background: none;
    border: 0;
    box-shadow: none;
    overflow: initial;
}
.wiki-disabled {
    opacity: 0.6;
    pointer-events: none;
}

#testDetailGridExecutionPage .resizable.custom-textarea .editable-field {
    min-width: 190px;
}
#testDetailGridExecutionPage .resizable.custom-textarea .editable-field:hover {
    box-shadow: 0 0 0 1px #cccccc;
    background-color: #fff;
}
#testDetailGridExecutionPage .resizable.custom-textarea #editMode textarea.editing-field-text-area, .msie #testDetailGridExecutionPage .resizable .ui-wrapper {
    resize: both !important;
    max-width: 400px;
    min-width: 200px !important;
    min-height: 200px !important;
}
.msie #testDetailGridExecutionPage .resizable .custom-resize-icon {
    position: relative;
    float: right;
    top: -16px;
    margin-right: 10px;
    transform: rotate(45deg);
    color: #ccc;
    cursor: se-resize;
}
.msie .custom-resize-icon.aui-icon-small:before {
    font-size: 18px;
}
.testDetailGridExecutionPage-dialog-wiki-cls .wiki-edit-attachment-picker-trigger {
    display: none;
}

#testDetailGrid.grid-component .renderHTML.readValues span.error {
    color: inherit;
    display: inline;
    margin: 0;
}

.grid-column > div.row {
    display: block;
    white-space: normal;
    height: auto;
}

.grid-column > div.row .max-height-dialog {
    max-height: 125px !important;
    overflow: hidden;
}

.grid-column > div.row.html-content-cell {
    overflow-x: auto !important;
}

.grid-inline-dialog-content .view-in-detail-dialog-content {
    width: 300px;
    max-height: 300px;
    overflow: auto;
}

.grid-inline-dialog-content {
    box-shadow: none !important;
}
/* 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.jirafisheyeplugin:css', location = 'styles/fisheye.css' */
#more-changesets-action{margin-top:15px;padding-top:15px;border-top:1px #ddd solid}#more-changesets-action>table>tbody>tr>td>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:300px;display:inline-block}#more-changeset-link{cursor:pointer}#crucible-reviews,#fisheye-changesets{padding:1em}#crucible-reviews .nav,#fisheye-changesets .nav{clear:both;font-size:1.167em;line-height:1.429;margin:0 0 .25em 0;padding:0;width:100%}#crucible-reviews .view-mode,#fisheye-changesets .view-mode{margin:0}#crucible-reviews .separator,#fisheye-changesets .separator{color:#666;margin:0 .25em}#crucible-reviews .header,#fisheye-changesets .header{font-size:1.167em;line-height:1.429;overflow:hidden;padding:0 0 .5em 0;margin:0}.header .twixi-toggle{float:right}.review-filter strong{color:#666;font-weight:normal;margin:0 .25em 0 0}.review-filter .review-filter-option{margin:0 .25em}.mod-content .fisheye-repository-error .notify{margin:0}.fisheye-repository-error{margin-bottom:10px}.fisheye-repository-error ul{margin:1em 0;padding:0 0 0 1.5em}.fisheye-changeset-reviews-group table{border-collapse:collapse}.fisheye-changeset-reviews-group th{text-align:left;vertical-align:top;color:#707070;padding-right:20px;font-weight:normal}.fisheye-changeset-reviews-group td{vertical-align:top}.fisheye-changeset-reviews-group .visible-action-links{float:right}.actionContainer.action-details{margin-bottom:10px}.activity-fisheye-source .action-details,.activity-crucible-review .action-details{margin-bottom:10px;line-height:inherit}.activity-fisheye-source+.activity-fisheye-source,.activity-crucible-review+.activity-crucible-review,.review-status+.review-status{margin-top:20px}.activity-fisheye-source .action-body,.activity-crucible-review .action-body{background-color:#f5f5f5;margin-top:0;padding:20px}.activity-fisheye-source .action-details .files-changed,.activity-crucible-review .action-details .files-changed,.activity-fisheye-source .action-details time,.activity-crucible-review .action-details time{color:#707070;font-size:12px;margin-left:5px}.activity-fisheye-source .action-details .user,.activity-crucible-review .action-details .user{font-weight:bold}.activity-fisheye-source .fe_csid{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:74px;vertical-align:bottom}.activity-fisheye-source .related-reviews{list-style:none;margin:0;overflow:hidden;padding:0;width:100%}.activity-fisheye-source .related-reviews li{background:transparent url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jirafisheyeplugin:css/../../../download/resources/com.atlassian.jirafisheyeplugin:css/images/sprites/sprite_stream.png) no-repeat 0 -189px;padding:0 .5em 0 20px}.related-reviews .review-key{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:395px;display:inline-block;margin-right:10px;vertical-align:middle}.activity-fisheye-source .related-reviews .reviewDraft{font-style:italic}.activity-fisheye-source .related-reviews .reviewOpen{font-weight:bold}.activity-fisheye-source .commit-message{margin:.5em 0}.activity-fisheye-source .commit-files-container{background-color:#fff;margin-top:10px;padding:10px;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.activity-fisheye-source .commit-files{list-style:none;margin:.5em 0;overflow:hidden;padding:0}.activity-fisheye-source .commit-files li{margin:0;overflow:hidden}.activity-fisheye-source .commit-files .changeset-incomplete{margin-top:10px;background-image:none}.activity-fisheye-source .commit-files .rev>.wrapper{white-space:nowrap}.activity-fisheye-source .commit-files .rev .line-count-lozenge{display:inline-block;margin:0;padding:0;text-align:center;text-decoration:none;text-transform:uppercase;width:40px;font-size:11px;font-weight:bold;vertical-align:baseline}.chrome .activity-fisheye-source .commit-files .rev .line-count-lozenge,.msie-gt-8 .activity-fisheye-source .commit-files .rev .line-count-lozenge,.safari .activity-fisheye-source .commit-files .rev .line-count-lozenge,.webkit .activity-fisheye-source .commit-files .rev .line-count-lozenge{line-height:15px;padding-top:2px}.activity-fisheye-source .commit-files .rev .line-file-added{border-radius:3px;background-color:#d1ffdf;width:83px;color:#107d24;margin-right:10px}.activity-fisheye-source .commit-files .rev .line-file-removed{border-radius:3px;background-color:#ffdedf;width:83px;color:#c00;margin-right:10px}.activity-fisheye-source .commit-files .rev .line-count-added{border-radius:3px 0 0 3px;background-color:#d1ffdf;color:#107d24;margin-right:3px}.activity-fisheye-source .commit-files .rev .line-count-removed{border-radius:0 3px 3px 0;background-color:#ffdedf;color:#c00;margin-right:10px}.activity-fisheye-source .commit-files .loc{color:#666;margin:0 .5em 0 .5em}.activity-crucible-review .action-details a{margin-right:10px;font-weight:bold;display:inline-block;overflow:hidden;text-overflow:ellipsis;max-width:75%;white-space:nowrap;vertical-align:bottom}.activity-crucible-review .review-title{margin:0}.activity-crucible-review .review-title p:last-child{margin-bottom:0}.activity-crucible-review .review-description{margin:0}.activity-crucible-review .review-description p:last-child{margin-bottom:0}.badge{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border-style:solid;border-width:1.5px;font-size:.8em;padding:1px;background-color:#c8e0ef;border-color:gray;color:#036}a.ignore-applink:hover,a.clear-ignored-applinks:hover{cursor:pointer}.repo-label,.branch-name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;vertical-align:baseline}.repo-label{max-width:40%;margin-right:10px;vertical-align:middle}.commit-files-container .branch-lozenge{background:#f5f5f5 url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jirafisheyeplugin:css/../../../download/resources/com.atlassian.jirafisheyeplugin:css/images/branchselector-icon.png) no-repeat 4px 50%;color:#333;font-size:13px;border:1px solid #ccc;padding:4px 4px 4px 22px;margin:0 3px 3px;font-family:Courier,"Courier New",monospace;height:16px;line-height:16px;border-radius:3px;vertical-align:middle}.branch-name{max-width:50%}.commit-files-container .branch-lozenge:hover{color:#333}form.fisheye-form{min-width:700px}form.fisheye-form .fisheye-label{width:235px;display:inline-block}form.fisheye-form .cache-label{width:300px;display:inline-block;vertical-align:top}form.fisheye-form .standalone-label{margin-top:30px;margin-bottom:5px}form.fisheye-form table.aui{margin-top:15px}table.aui.fisheye>thead>tr{background-color:#eee}form.aui .buttons-container,.applinks-config-button{margin-top:20px}form.aui .buttons-container.top-border{padding-top:20px;border-top:1px solid #ccc}form.aui h2 input.page-title-textbox{font-size:14px;margin-left:20px}#fisheye-changesets-tab{margin-top:30px}form.aui.title-form{margin-top:0}#fisheye-statistics-author-activity h4,#fisheye-statistics-issue-activity h4,#fisheye-statistics-project-activity h4{margin-top:0}#fisheye-statistics-project-activity .hidden{display:none}#fisheye-statistics-project-activity label{margin-right:20px}form.fisheye-form .fisheye-label+.aui-button{margin-left:10px}form.fisheye-form .edit-server{margin-left:25px}.crucible-project-heading-column,.repository-heading-column{width:40%}
/* module-key = 'com.atlassian.jirafisheyeplugin:css', location = 'styles/stash-issue-panel.css' */
.Stash-CommitContainer{display:inline-block;position:relative;width:100%;margin-bottom:1.5em}.Stash-CommitContainerMargin{margin:5px 0 0 45px}.Stash-CommitterImage{border:1px solid #e7e7e7;left:0;height:32px;position:absolute;width:32px}.Stash-CommiterBody{float:left;margin:0;width:100%}.Stash-CommitUser{font-size:14px;display:inline;margin-bottom:10px;margin-right:10px;text-align:left;height:19px}.Stash-CommitingDate{color:#aeaeae;display:inline;margin-top:2px;font-size:12px;white-space:nowrap}.Stash-CommitPanel{background-color:#f7f7f7;border:1px solid #ddd;border-radius:3px 3px 3px 3px;float:left;padding:0;width:100%;padding:7px 7px 5px 5px;-moz-box-shadow:0 1px 0 white inset;-webkit-box-shadow:0 1px 0 white inset;box-shadow:0 1px 0 white inset;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;margin-top:10px}.Stash-CommitHeader{float:left;min-height:37px;position:relative;width:100%}.Stash-CommitBody{background-color:#fefefe;border:1px solid #ddd;float:left;padding:0 0 8px 0;position:relative;border-radius:3px 3px 3px 3px;-moz-box-shadow:0 1px 0 white,0px 1px 0 #f1f1f1 inset;-webkit-box-shadow:0 1px 0 white,0px 1px 0 #f1f1f1 inset;box-shadow:0 1px 0 white,0px 1px 0 #f1f1f1 inset;width:100%}.Stash-CommitBodyPadding{padding:5px 10px 10px}.Stash-CommitBodyUp{padding-top:5px}.Stash-CommitRows{float:left;position:relative;width:100%;overflow-x:hidden;margin-top:6px;padding-bottom:1px}.CommitCount{float:left;position:absolute;width:80px;margin-top:1px;line-height:1.2}.Stash-CommitHrefDATA{color:#326ca6;margin-left:70px;word-wrap:break-word}.Stash-Text{color:#747474;margin-right:165px;padding:8px 0 5px 2px;font-size:13px}.Stash-CommitButton{background:#f7f7f7;background-image:-moz-linear-gradient(top,#f7f7f7 1%,#eee 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#f7f7f7),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f7f7f7 1%,#eee 100%);background-image:-o-linear-gradient(top,#f7f7f7 1%,#eee 100%);background-image:-ms-linear-gradient(top,#f7f7f7 1%,#eee 100%);background-image:linear-gradient(top,#f7f7f7 1%,#eee 100%);background-repeat:no-repeat;background-position:center right;float:right;padding:0 10px 0 10px;display:block;line-height:28px;height:28px;font-size:14px;border:solid 1px #ddd;border-radius:4px;-moz-box-shadow:0 1px rgba(255,255,255,0.3),inset 0 1px rgba(255,255,255,0.3);-webkit-box-shadow:0 1px rgba(255,255,255,0.3),inset 0 1px rgba(255,255,255,0.3);box-shadow:0 1px rgba(255,255,255,0.3),inset 0 1px rgba(255,255,255,0.3)}.Stash-CommitButton:hover{background-color:#e3e3e3;border:1px solid #aeaeae}.Stash-CommitButtonIcon{background:transparent url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jirafisheyeplugin:css/../../../download/resources/com.atlassian.jirafisheyeplugin/images/newwindow.png') no-repeat 0 0;display:inline-block;width:14px;height:14px;vertical-align:text-bottom;margin-bottom:1px}.Stash-CommitBodyUpTitle{background-repeat:no-repeat;margin-right:5px;color:#747474}.Stash-CommitLeft .Title{color:#326ca6;float:left;font-size:16px;font-weight:normal;height:17px;line-height:16px;margin-left:10px;margin-right:5px;margin-top:15px}.Stash-CommitLeft .Text{color:#326ca6;float:left;font-size:16px;font-weight:normal;line-height:16px;margin-left:10px;margin-right:5px;margin-top:15px}.Stash-CommiterInfoRow{background-image:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jirafisheyeplugin:css/../../../download/resources/com.atlassian.jirafisheyeplugin/images/bubblecorner.png");background-repeat:no-repeat;border-bottom:1px solid #f7f7f7;height:9px;margin-left:12px;margin-top:22px;position:absolute;width:17px;top:-30px}.Stash-message-container{border-bottom:1px solid #eee;float:left;height:inherit;padding-bottom:1.5em;width:100%;border:none!important}.Stash-customClose{cursor:pointer;left:auto!important;position:absolute;right:6px!important;top:6px!important}.Stash-repositoryName{font-size:1.18em;font-weight:bold;color:#777}a.Stash-repositoryNameLink:hover{text-decoration:none}.Stash-aui-item-column1{display:inline;float:left;margin-bottom:12px}.Stash-aui-item-column2{display:inline;float:left;padding-left:35px}.Stash-Lozenge.Stash-Merge{background-color:#ddd;color:#555;float:none;margin-left:5px}.Stash-Lozenge{font-size:10px;padding:2px 3px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border-width:1px;vertical-align:middle;display:inline-block;float:left;font-weight:bold}.Stash-Lozenge.Stash-ChangeType-MODIFY{background-color:#4a6886;color:#fff}.Stash-Lozenge.Stash-ChangeType-ADD{background-color:#14982c;color:#fff}.Stash-Lozenge.Stash-ChangeType-DELETE{background-color:#d14438;color:#fff}.Stash-Lozenge.Stash-ChangeType-MOVE,.Stash-Lozenge.Stash-ChangeType-COPY{background-color:#815b3a;color:#fff}
/* module-key = 'com.atlassian.jira.plugins.jira-editor-plugin:toggle', location = 'less/ui/editor-toggle.less' */
.wiki-edit-content{position:relative}.wiki-edit-content .wiki-textfield:not(.richeditor-cover){display:-webkit-flex;display:-ms-flexbox;display:flex}.wiki-edit-content .editor-toggle-tabs{top:100%;position:absolute;margin-top:-1px !important;padding:0}.wiki-edit-content .editor-toggle-tabs::before{display:none}.wiki-edit-content .editor-toggle-tabs .aui-nav{margin:0 !important}.wiki-edit-content .editor-toggle-tabs .aui-nav a{font-weight:500;white-space:nowrap;text-overflow:ellipsis;padding:5px 10px}.wiki-edit-content .editor-toggle-tabs .aui-nav a:hover{color:#4c9aff}.wiki-edit-content .editor-toggle-tabs .aui-nav .aui-nav-selected a::before{bottom:auto;top:0}.wiki-edit-content .editor-toggle-tabs.rte-tabs-disabled.rte-tabs-disabled{pointer-events:none}.wiki-edit-content .editor-toggle-tabs.rte-tabs-disabled.rte-tabs-disabled a{color:#97a0af}.editable-field.saving .wiki-edit-content .editor-toggle-tabs{display:none}.wiki-edit-content .editor-toggle-tooltip{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);pointer-events:none;background:rgba(51,51,51,0.5);color:white;border:none;border-radius:3px;padding:7px 10px;opacity:0;transition:opacity .5s linear,z-index 0s step-end .5s}.wiki-edit-content .editor-toggle-tooltip:not(.visible){z-index:-1}.wiki-edit-content .editor-toggle-tooltip.visible{opacity:1;transition:opacity .25s linear,z-index 0s step-end 0s}.wiki-edit~.field-tools,.save-options .field-tools{display:none !important}.jira-wikifield~.security-level{border-left:none !important}form.aui .wiki-button-bar .aui-iconfont-locked{color:#de350b}
/* module-key = 'com.atlassian.jira.plugins.jira-editor-plugin:undo-redo-ui', location = 'less/ui/undo-redo.less' */
.wiki-edit-undo-redo-buttons{margin-right:0;padding-right:8px}.wiki-edit-undo-redo-buttons button,.wiki-edit-undo-redo-buttons button.aui-button~button.aui-button{padding:0 5px}.wiki-edit-undo-redo-buttons button[disabled],.wiki-edit-undo-redo-buttons button.aui-button~button.aui-button[disabled]{margin-right:1px}.wiki-edit-undo-redo-buttons button.active,.wiki-edit-undo-redo-buttons button.aui-button~button.aui-button.active{border-width:1px}.wiki-edit-separate-section{margin-right:-4px;border-right:1px solid #dfe1e5}.ghx-detail-section .wiki-edit-undo-redo-buttons{padding-right:3px}
/* module-key = 'com.atlassian.jira.plugins.jira-editor-plugin:init', location = 'less/editor-init.less' */
rich-editor:not(.richeditor-loading),textarea.richeditor-cover{opacity:0;position:absolute;pointer-events:none;width:0 !important;height:0 !important;overflow:hidden;display:block;visibility:visible}html[webdriver="true"] rich-editor:not(.richeditor-loading),html[webdriver="true"] textarea.richeditor-cover{opacity:0.1;pointer-events:auto}rich-editor.richeditor-loading{min-height:150px;cursor:wait;display:block;overflow:hidden;opacity:0.2;padding:8px 9px;box-sizing:border-box;pointer-events:none}.servicedesk-attachments-dialog rich-editor.richeditor-loading{margin-bottom:1px}textarea[disabled]~.rte-container{opacity:0.8;pointer-events:none}.wiki-edit-toolbar.richeditor-loading{cursor:wait}.wiki-edit-toolbar.richeditor-loading .aui-toolbar2{pointer-events:none;opacity:0.8}.wiki-edit-content.previewClass .jira-editor-container{display:none}.ghx-detail-view form.aui .wiki-button-bar .security-level .current-level{display:none}textarea.wiki-edit-wrapped{outline:none}.richeditor-sanitize{position:absolute;opacity:0;pointer-events:none;left:-99999px}
/* module-key = 'com.atlassian.jira.plugins.jira-editor-plugin:init', location = 'less/ui/wiki-renderer-override.less' */
form.aui .jira-wikifield~.save-options.wiki-button-bar,.sd-rte-bar{background:#fff;border:1px solid #dfe1e5;border-top:none;border-radius:0 0 3px 3px;padding:5px 10px;margin-top:-2px;min-height:38px;box-sizing:border-box;text-align:right}form.aui .jira-wikifield~.save-options.wiki-button-bar .security-level,.sd-rte-bar .security-level{margin-top:0;border-left:none;margin-bottom:0;padding-top:4px;padding-bottom:0;line-height:100%;float:none}form.aui .jira-wikifield~.save-options.wiki-button-bar .security-level .default-comment-level:empty,.sd-rte-bar .security-level .default-comment-level:empty{padding:0}.sd-rte-bar{width:100%;margin-top:0}.tabs-placeholder{float:left}.wiki-button-bar-content{float:right}.sd-comment-form-container textarea.wiki-edit-wrapped{border-bottom-left-radius:0;border-bottom-right-radius:0}textarea.wiki-edit-wrapped,textarea.richeditor-cover{box-shadow:none !important;padding:8px 9px !important;margin-bottom:1px}.servicedesk-attachments-dialog textarea.wiki-edit-wrapped,.servicedesk-attachments-dialog textarea.richeditor-cover{padding-top:10px !important;margin-bottom:0}:not(.sd-comment-form-container)>.rte-container{margin-bottom:1px}.servicedesk-attachments-dialog :not(.sd-comment-form-container)>.rte-container{margin-bottom:0}.richeditor-cover~.rte-container:not(:empty){border:1px #dfe1e5 solid}.servicedesk-attachments-dialog .richeditor-cover~.rte-container:not(:empty){border-top:none;border-right:none;border-left:none}.servicedesk-attachments-dialog .richeditor-cover~.rte-container:not(:empty) .jira-editor-container{margin-bottom:1px}.rte-container .mce-tinymce{border:none}.rte-container .mce-tinymce .mce-edit-area{border:none}.rte-container .mce-statusbar{background:none;border:none}.rte-container .mce-statusbar .mce-path{display:none}
/* module-key = 'com.atlassian.jira.jira-quick-edit-plugin:quick-form', location = 'less/quickform.less' */
.qf-form .content{position:relative}.qf-form-operations.aui-toolbar2{float:right;background-color:transparent;width:auto;font-weight:normal}.qf-form-operations.aui-toolbar2 .aui-button{margin:0}.qf-form-operations.aui-toolbar2 .aui-button.toolbar-trigger{padding-right:23px;position:relative}.qf-form-operations.aui-toolbar2 .aui-button.toolbar-trigger:after{border:4px solid transparent;border-top-color:#333333;content:"";height:0;left:100%;margin-left:-18px;margin-top:-2px;opacity:0.8;position:absolute;top:50%;width:0}.qf-field{padding:5px 30px 5px 0;margin-bottom:1px;clear:left}.qf-field.qf-field-has-retain-feature{padding-right:50px}.qf-field-dragging,.qf-field-dragging:hover{background:#ebf1fd;-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.5);-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.5);box-shadow:3px 3px 5px rgba(0,0,0,0.5)}.qf-field.qf-field-transitioning{background:#ebf1fd}.qf-field #reporter_container input{width:480px}.qf-field .field-group{margin-bottom:0!important}.qf-picker{margin:0}.qf-picker .qf-picker-header{border-bottom:1px solid #ddd;padding:10px}.qf-picker .qf-picker-header dt{display:inline-block;font-weight:bold}.qf-picker .qf-picker-header dd{display:inline-block;margin:0;padding:0 5px;border-left:1px solid #ddd}.qf-picker .qf-picker-header dt+dd{border-left:none}.qf-picker .qf-picker-unconfigurable{opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"}.qf-picker-content{overflow:auto;padding:10px 15px}.qf-picker-buttons{list-style-type:none;margin:0;padding:0 0 0 5px;overflow:hidden;-moz-column-width:150px;-webkit-column-width:150px}.qf-picker-buttons.qf-no-fields{-moz-column-width:auto;-webkit-column-width:auto;color:#888}.qf-picker-buttons li{margin-bottom:10px}.msie .qf-picker-buttons li{float:left}.qf-picker-button .icon{margin-right:5px!important}.qf-picker-button .icon-required{display:inline-block}.qf-picker-button{width:150px;display:block;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/4.0.0/_/download/resources/com.atlassian.jira.jira-quick-edit-plugin:quick-form/images/icon-checkbox.png") 0 2px no-repeat;padding-left:20px;color:#333!important}.qf-picker-button:hover{background-position:0 -98px}.qf-picker-button.qf-active{background-position:0 -48px}.qf-has-scollbars .qf-picker-button{width:145px}.msie .qf-has-scollbars .qf-picker-button{width:143px}.qf-issue-created-link{max-width:480px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;vertical-align:top}.qf-create-another{margin-right:10px}.issue-setup-fields{border-bottom:1px solid #ddd;padding-bottom:10px;margin-bottom:10px}#create-subtask-dialog .qf-field-project{display:none}#inline-dialog-field_picker_popup{z-index:9999}.qf-form .form-footer .buttons{padding-left:0!important}.issue-setup-fields .qf-field:hover{background-color:transparent}#create-linked-issue-dialog .issue-setup-fields{border-bottom:0;padding-bottom:0;margin-bottom:0}#qf-field-copyAttachments,#qf-field-copyLinks{padding:0}
/* module-key = 'com.atlassian.jira.plugin.ext.bamboo:css', location = 'templates/plugins/bamboo/style/jiraBambooTabPanels.css' */
.bambooContent #Successful{color:green}.bambooContent #Failed{color:red}.bambooContent a.Failed{color:red}.bambooContent a.Successful{color:green}.bambooContent h1{font-size:14px}#bambooTabPanelHtml{margin:10px 0 0 0}#bambooTabPanelDescription{padding-bottom:5px}#issue_actions_container #bambooTabPanel{width:100%;margin:0}#bambooTabPanel .header .subText{font-size:10px;margin-bottom:-7px;position:relative;top:-6px}#issue_actions_container #bambooTabPanel .header .subText{margin-bottom:-5px;margin-top:0;top:-3px}#bambooTabPanel ul{list-style-type:none;margin:0}#bambooTabPanel .formtitle a,#bambooTabPanel .formtitle a:hover img{text-decoration:none}#bambooTabPanel .formtitle a:hover{text-decoration:underline}#bambooTabPanel h3.formtitle img{margin-top:-3px}#bambooTabPanel h3.formtitle *{vertical-align:middle}img.waitingImage{display:block;margin:10px auto}.bamboo-logo{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:css/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/icon_bamboo.png) no-repeat;height:32px;width:32px}
/* module-key = 'com.atlassian.jira.plugin.ext.bamboo:css', location = 'templates/plugins/bamboo/style/buildResultsList.css' */
ul#buildResultsList{width:100%}ul#buildResultsList,ul#buildResultsList *,.buildPlanList,.buildPlanList *{list-style:none;padding:0;margin:0;vertical-align:bottom;line-height:1.4}ul#buildResultsList .subText,ul#buildResultsList .subText *{font-size:10px}ul#buildResultsList .columnContainer{display:inline;width:auto}ul#buildResultsList li,.issues ol{display:inline}ul#buildResultsList li.summary{overflow:hidden}ul#buildResultsList li.summary,ul#buildResultsList li.summaryInfoContainer,ul#buildResultsList li.buildDetails{display:block;width:auto;clear:both}ul#buildResultsList li.statusIcon{padding-right:5px}ul#buildResultsList li.summary,.buildPlanList .plan{padding:10px 0 10px 0;border-bottom:1px solid #eee}ul#buildResultsList ul.rightSummary{float:right;margin-right:5px}ul#buildResultsList ul.leftSummary{float:left}ul#buildResultsList .summaryFailed .buildResultKey a,.buildPlanList .plan .Failed *{color:#c00}ul#buildResultsList .summarySuccessful .buildResultKey a,.buildPlanList .plan .Successful *{color:#090}ul#buildResultsList ol.centreSummary .buildResultKey a,.planName *{font-size:12px;font-weight:bold}ul#buildResultsList ol.centreSummary .buildResultKeyContainer{width:270px}ul#buildResultsList ol.centreSummary{float:left;width:85%}ul#buildResultsList ol.centreSummary li{width:auto}ul#buildResultsList .fixesIssues{margin-right:5px}ul#buildResultsList ul.summaryInfo{float:left}ul#buildResultsList li.buildDetails{margin-top:3px}ul#buildResultsList li.buildDetails ul .detailContainer,ul#buildResultsList .summaryInfo .buildResultKey,ul#buildResultsList .summaryInfo .issues{display:block}ul#buildResultsList li.buildDetails ul .detailContainer{width:100%}ul#buildResultsList .summaryInfo .buildResultKey,ul#buildResultsList .summaryInfo .issues{float:left;display:block}ul#buildResultsList .clearer{clear:both}.buildPlanList,.buildPlanList .plan{width:100%;overflow:hidden;clear:both}.buildPlanList .plan .currentBuildStatusIcon img{vertical-align:top}.buildPlanList .plan .currentBuildStatusIcon{margin-right:5px}.buildPlanList ul.planName li{display:inline}.buildPlanList ul.planName{float:left;width:49%}.buildPlanList ul.buildSummaryDetails{float:right;text-align:right;width:49%}ul.buildSummaryDetails{display:inline;list-style:none;font-size:10px!important}ul.buildSummaryDetails *{font-size:10px!important}ul.buildSummaryDetails li{padding:0 4px 0 0!important;margin:0 4px 0 0!important;border-right:1px solid gray;display:inline}ul.buildSummaryDetails li.last,.buildPlanList .last{border:0!important}div#fusion-feedback{margin-bottom:15px}
/* module-key = 'com.atlassian.jira.plugin.ext.bamboo:css', location = 'templates/plugins/bamboo/style/jiraBambooTabPanelStyles.css' */
#bamboo_tab_panel_server_link{background:transparent url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:css/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/icon_bamboo.png) no-repeat 0 0;padding:5px 12px 5px 38px}#bambooTabPanel .rss{background:transparent url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:css/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/rss.png) no-repeat 0 0;height:16px;overflow:hidden;text-indent:-999em;width:16px;display:inline-block}#bambooTabPanel .view_switcher{padding-bottom:2px;border-bottom:1px solid #eee}#bambooTabPanel .rss:focus,#bambooTabPanel .rss:hover{background-position:0 -16px}#bambooTabPanelHtml .build_result_count{padding:0 7px 0 32px}#bambooTabPanelHtml .build_result_list{border-top:1px solid #eee;display:block;list-style:none;padding:0}#bambooTabPanelHtml .build_result_list h4{font-size:1em;font-weight:normal}#bambooTabPanelHtml .build_result_list>li{border-bottom:1px solid #eee;display:block;margin:0;overflow:hidden;padding:7px 9px 7px 32px}#bambooTabPanelHtml .build_Successful,#bambooTabPanelHtml .build_Failed{background-position:9px 10px;background-repeat:no-repeat;padding:0 1em}#bambooTabPanelHtml .build_result_list h4,#bambooTabPanelHtml .build_result_list .summary{clear:left;float:left;text-align:left}#bambooTabPanelHtml .build_result_list .summary,#bambooTabPanelHtml .build_result_list .details{margin:0}#bambooTabPanelHtml .build_result_list .details{float:right;text-align:right}#bambooTabPanelHtml .build_result_list .details>span{color:#707070}#bambooTabPanelHtml .build_result_list .details>ul.labels{display:inline-block}#bambooTabPanelHtml .build_result_list .build_result{left:-999em;position:absolute}#bambooTabPanelHtml .build_Successful{background-image:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:css/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-successful.png)}#bambooTabPanelHtml .build_Successful h4 a{color:#090}#bambooTabPanelHtml .build_Failed{background-image:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:css/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-failed.png)}#bambooTabPanelHtml .build_Failed h4 a{color:#c00}#bambooTabPanelHtml .waitingImage{margin:1em auto;display:block}
/* module-key = 'com.atlassian.jira.plugin.ext.bamboo:css', location = 'templates/plugins/bamboo/style/release.css' */
#unresolved-move{margin-top:-10px;top:50%}#build-details .bamboo-icon{vertical-align:-4px}#build-details dl{margin-bottom:6px}#build-details dd{white-space:nowrap;text-align:left}#build-details .completed+dd span,#build-details .duration+dd span,#build-details .queued+dd span,#build-details .successful-since+dd span,#build-details .first-to-pass-since+dd span,#build-details .failing-since+dd span,#build-details .fixed-in+dd span,#build-details .restarts+dd span{color:#707070}#release-report #build-details{display:inline-block;margin-bottom:5px}#release-report #build-details a{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;position:relative;width:100%;vertical-align:bottom;word-wrap:normal}#release-report #build-details .build-link{max-width:160px}#release-report #build-details .artifact-link{max-width:100px}#release-report #build-details dl{width:inherit}#shared-artifacts{list-style:none;margin:0;padding:0;text-align:left}#shared-artifacts .filesize{color:#707070;font-size:13px;margin-left:.35em}#bamboo-build-results{display:inline-block}#bamboo-build-results>.radio{min-width:240px;padding-right:10px;white-space:nowrap}#bamboo-build-results>.radio+.radio{border-top:1px solid #ddd;padding-top:5px}#bamboo-build-results>.radio>label{margin-right:0}#bamboo-build-results label>span.bamboo-icon{margin:0 3px}#bamboo-build-results label>span.trigger-reason{margin-left:10px}#bamboo-build-results>p,#bamboo-plan-stages>p{margin:5px 0 0;padding:0}#bamboo-plan-stages{display:inline-block}#bamboo-plan-stages>.bamboo-icon-loading{margin-top:4px}#bamboo-plan-stages>.checkbox{background:#f0f0f0;border:1px solid #ddd;border-left:0;margin:0;min-width:226px;padding:3px 8px 3px 36px;position:relative}#bamboo-plan-stages>.checkbox+.checkbox{border-top:0}#bamboo-plan-stages>.checkbox.selected{background:#fff}#bamboo-plan-stages>.checkbox:before{background:#bbb;bottom:-1px;content:"";left:0;position:absolute;top:-1px;width:8px}#bamboo-plan-stages>.checkbox+.checkbox:before{top:0}#bamboo-plan-stages>.checkbox.selected:before{background:#326ca6}#bamboo-plan-stages>.checkbox>input{display:none;left:16px}#bamboo-plan-stages>.checkbox.manual>input,#bamboo-plan-stages>.checkbox.already-run>input{display:inline-block}#bamboo-override-variables label{display:none}#bamboo-override-variables legend+.field-group{padding-top:0}#bamboo-override-variables .text{margin-left:10px}#bamboo-override-variables .bamboo-icon-variable-delete{cursor:pointer;margin-left:10px}#override-another{border-top:0}a.Failed,#Failed,.Failed{color:red}a.Successful,#Successful,.Successful,.SuccessfulPartial{color:green}a.Unknown,#Unknown,.Unknown,a.Suspended,#Suspended,.Suspended,a.NeverExecuted,#NeverExecuted,.NeverExecuted{color:gray}.bamboo-icon{display:inline-block;height:16px;margin:0;overflow:hidden;padding:0;vertical-align:middle;width:16px}.bamboo-icon>span{height:0;left:-5000px;overflow:hidden;position:absolute;top:0;width:4000px}.bamboo-icon-project-fail,.bamboo-icon-failed,.bamboo-icon-Failed{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:css/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-failed.png) no-repeat 50% 50%}.bamboo-icon-project-success,.bamboo-icon-Successful,.bamboo-icon-successful{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:css/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-successful.png) no-repeat 50% 50%}.bamboo-icon-NotBuilt,.bamboo-icon-Unknown,.bamboo-icon-unknown{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:css/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-unknown.png) no-repeat 50% 50%}.bamboo-icon-project-none,.bamboo-icon-NeverExecuted,.bamboo-icon-Suspended,.bamboo-icon-disabled{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:css/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-disabled.png) no-repeat 50% 50%}.bamboo-icon-project-current,.bamboo-icon-InProgress,.bamboo-icon-building{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:css/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-building-06.gif) no-repeat 50% 50%}.bamboo-icon-Pending,.bamboo-icon-Queued,.bamboo-icon-queued{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:css/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-queued.png) no-repeat 50% 50%}.bamboo-icon-sync{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:css/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-checking-out.gif) no-repeat 50% 50%}.bamboo-icon-SuccessfulPartial,.bamboo-icon-successfulpartial{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:css/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-continue.png) no-repeat 50% 50%}.bamboo-icon-artifact{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:css/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-artifact.png) no-repeat 50% 50%}.bamboo-icon-artifact-shared{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:css/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-artifact-shared.png) no-repeat 50% 50%}.bamboo-icon-loading{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:css/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/icons/wait.gif) no-repeat 50% 50%}.bamboo-icon-variable-delete{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:css/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/icons/trash_16.gif) no-repeat 50% 50%}.bamboo-icon-version-released,.bamboo-icon-version-unreleased{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:css/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/version_closed_48.png) no-repeat 50% 50%;height:48px;width:48px}.bamboo-icon-version-unreleased{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:css/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/version_open_48.png) no-repeat 50% 50%}.clearErrorsLink{margin-left:5px;margin-top:20px}#release-status{float:right}#connect-message,#release-status.version-unreleased{color:#707070;text-align:center}#connect-message>h3,#release-status.version-unreleased>h3{font-size:22px;font-weight:normal}#release-status.version-unreleased{padding-left:0}#release-status>.bamboo-icon{left:0;position:absolute;top:0}#release-status>h3{color:inherit;font-size:16px}#build-details>.aui-message{text-align:left}
/* module-key = 'com.atlassian.jira.plugin.ext.bamboo:deployments-resources', location = '/templates/plugins/bamboo/style/deployments.css' */
#bamboo-deployment-projects-right{display:none}#bamboo-deployment-projects-right .property-list{margin:10px 0 0}#bamboo-deployment-projects-right .property-list:first-child{margin:0}#bamboo-deployment-projects-right .aui-message.no-border{border:0 none}#bamboo-deployment-projects-right .aui-message.no-background{background:none repeat scroll 0 0 transparent}#bamboo-deployments-issue-status-container{background-color:#FFF;height:300px;overflow:auto;padding:15px 20px 20px}#bamboo-deployments-issue-status-container h3{margin:20px 0 0}#bamboo-deployments-issue-status-container h3:first-child{margin:0}#bamboo-deployments-issue-status-container .property-list{padding-left:20px}#bamboo-deployments-issue-status-container .property-list .item{margin:5px 0 0}#bamboo-deployments-issue-status-container table{margin:5px 0}
/* module-key = 'com.atlassian.applinks.applinks-plugin:applinks-public', location = 'css/applinks.public.css' */

form.aui .aui-icon.icon-applinks-key, .aui-icon.icon-applinks-key {
    background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.0.0/_/download/resources/com.atlassian.applinks.applinks-plugin:applinks-public/images/icon_key.png") no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 16px;
}

form.aui .aui-icon.icon-applinks-key-success, .aui-icon.icon-applinks-key-success {
    background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.0.0/_/download/resources/com.atlassian.applinks.applinks-plugin:applinks-public/images/icon_key_success.png") no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 16px;
}

span.applinks-auth-request {
    background: #fffff0;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    margin: 1px 0;
    padding: 2px 4px;
}

span.applinks-auth-request .applinks-request-description {
    background: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.0.0/_/download/resources/com.atlassian.applinks.applinks-plugin:applinks-public/images/icon_key.png") no-repeat 0 1px;
    padding-left: 20px;
}

/* module-key = 'com.atlassian.jira.plugins.jira-workflow-designer:view-issue-page-workflow-designer', location = 'css/ViewIssue.less' */
#view-workflow-dialog .form-body{height:550px}
/* module-key = 'com.atlassian.jira.jira-projects-issue-navigator:application-init', location = 'styles/init.less' */
html>body{overflow-y:hidden}
/* module-key = 'com.atlassian.jira.plugins.jira-quicksearch-plugin:entrypoint-jira-quicksearch-plugin', location = 'frontend/style.jira-quicksearch-plugin.1.css' */
#quicksearch .quick-search-spinner{position:absolute;left:15px;top:15px}#quicksearch .quick-search-spinner aui-spinner{color:inherit}#quicksearch.quicksearch-loading:before{content:""}
/* module-key = 'com.atlassian.auiplugin:split_aui.pattern.label', location = 'aui.pattern.label.css' */
.aui-label{background:var(--aui-label-bg-color);border:1px solid var(--aui-label-bg-color);border-radius:3.01px;display:inline-block;font-size:14px;font-weight:400;line-height:1;padding:1px 5px;margin:0 5px 0 0;text-align:left;text-decoration:none}a.aui-label{color:var(--aui-label-link-color)}span.aui-label{color:var(--aui-label-text-color)}.aui-label.aui-label-closeable.aui-label-split:hover,a.aui-label:active,a.aui-label:focus,a.aui-label:hover{border-color:var(--aui-label-hover-bg-color);text-decoration:none}.aui-label-split .aui-label-split-main:active,.aui-label-split .aui-label-split-main:focus,.aui-label-split .aui-label-split-main:hover{text-decoration:none}.aui-label.aui-label-closeable{padding-right:18px;position:relative}.aui-label-closeable .aui-icon-close{background:none;border-radius:3.01px;cursor:pointer;display:flex;position:absolute;right:0;top:0;bottom:0;width:16px;-webkit-filter:opacity(.5);filter:opacity(.5)}.aui-label-closeable .aui-icon-close:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0;font-family:Adgs Icons;font-weight:400;font-style:normal;speak:none;content:"\F11B";font-size:10px;margin:auto}.aui-label-closeable .aui-icon-close:focus,.aui-label-closeable .aui-icon-close:hover{background:var(--aui-label-close-hover-bg-color);color:var(--aui-label-close-hover-text-color);-webkit-filter:none;filter:none}
/* module-key = 'jira.webresources:a11y-overrides', location = '/ui/aui-layout/a11y-overrides.less' */
body.a11y-setting-underlined-links a:not(.aui-button):not([type="button"]):not([role="button"]):not([role="menuitem"]):not([role="presentation"]):not(.aui-nav-item):not(.collapsed-comments):not(.lozenge):not(.aui-label):not(.splitview-issue-link),body.a11y-setting-underlined-links .aui-button.aui-button-link,body.a11y-setting-underlined-links .issue-drop-zone__button,body.a11y-setting-underlined-links [role="link"],body.a11y-setting-underlined-links .splitview-issue-link .issue-link-key,body.a11y-setting-underlined-links a .sd-user-value{text-decoration:underline}body.a11y-setting-underlined-links .aui-header a,body.a11y-setting-underlined-links .aui-dropdown a,body.a11y-setting-underlined-links .aui-dropdown2 a,body.a11y-setting-underlined-links .menu-item a,body.a11y-setting-underlined-links .aui-nav:not(.aui-nav-breadcrumbs):not(.aui-nav-pagination) a{text-decoration:none !important}body.a11y-setting-underlined-links a span.aui-badge{display:inline-block}body.a11y-setting-text-spacing{line-height:1.5 !important}body.a11y-setting-text-spacing *{letter-spacing:0.12em !important;word-spacing:0.16em !important}body.a11y-setting-background-subtle-buttons .aui-button-subtle:not([aria-disabled="true"]):not(disabled):not(.active){--aui-btn-bg:var(--aui-button-default-bg-color);--aui-btn-border:var(--aui-button-default-border-color, transparent);--aui-btn-text:var(--aui-button-default-text-color)}body.a11y-setting-background-subtle-buttons .aui-button-subtle:not([aria-disabled="true"]):not(disabled):not(.active):hover,body.a11y-setting-background-subtle-buttons .aui-button-subtle:not([aria-disabled="true"]):not(disabled):not(.active).focus-visible{--aui-btn-bg:var(--aui-button-default-hover-bg-color);--aui-btn-text:var(--aui-button-default-text-color)}body.a11y-setting-background-subtle-buttons .aui-button-subtle:not([aria-disabled="true"]):not(disabled):not(.active):not(.focus-visible):focus,body.a11y-setting-background-subtle-buttons .aui-button-subtle:not([aria-disabled="true"]):not(disabled):not(.active):active{--aui-btn-bg:var(--aui-button-default-active-bg-color);--aui-btn-text:var(--aui-button-default-active-text-color)}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/theme.less' */
h1,h2,h3,h4{color:#091e42}body{color:#172b4d}a{color:#0052cc}a:hover,a:focus,a:active{color:#0065ff}.aui-list a:hover,.aui-list a:focus{color:inherit}.aui-list a.active,.aui-list .aui-list-item.active>a{color:#fff}.admin-menu-links .aui-nav-heading{clear:both}.admin-menu-links .aui-lozenge{float:right;margin-bottom:10px}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/forms.less' */
.toolbar{background-color:#fefefe;border:1px dotted #bbb;float:right;padding:3px 5px;text-align:right;vertical-align:middle}.toolbar .sectionStart{margin-left:16px}.toolbar a{text-decoration:none}.toolbar a:hover{text-decoration:underline}form.aui select.imagebacked option,form.aui option.imagebacked{background-position:5px 5px;background-repeat:no-repeat;background-size:16px 16px;line-height:20px;padding:5px 5px 5px 26px}form.aui.top-label .ajax_autocomplete>label{display:block;float:none;margin:0 0 5px;padding:0;text-align:left;width:auto}form.aui .icon-required::before{text-indent:0}form.aui div.error{clear:both;display:block;margin:5px 0 0}form.aui div.description .aui-icon.aui-icon-small{margin-top:-2px}form.aui .addon-icon{background:transparent;padding:0;border-width:0}.tools{background-color:#fefefe;border:1px dotted #bbb;padding:3px 5px;text-align:left;vertical-align:middle}select.imagebacked option,option.imagebacked,option.selectall{background-position:1px 2px;background-repeat:no-repeat;padding:2px 0 2px 20px;vertical-align:middle}option.selectall{background-image:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/table_sql_select_16.png);border-bottom:1px #0085eb dotted}.jiraform{border-collapse:collapse;font-size:13px;margin-top:16px;width:100%}.jiraform:first-child{margin-top:0}.jiraform td{padding:0 5px 10px}.jiraform td.formErrors{padding-top:5px}.descriptionrow td.jiraformheader{padding-bottom:14px}.formtitle{border-bottom:1px solid #ddd}.aui-buttons~.help-lnk{display:inline-block;margin:10px 0 10px 10px}.help-lnk+.formtitle{margin-top:0}.fieldLabelArea,.fieldLabelAreaTop{vertical-align:top;text-align:right}.fieldLabelArea{width:180px}.fieldValueArea{vertical-align:top}.fieldLabelAreaBulk{text-align:left}.buttons-container td{border-top:1px solid #ddd;padding-top:10px}.formtitle+.aui-message,.module+.buttons-container,table.aui+.buttons-container{margin-top:16px}.radio[disabled]+label{color:#6b778c}table#issuetable+div.buttons-container,table.aui+div.buttons-container,.sub-heading{color:#999}.jiraform .radio{margin-right:5px}.availableActionRow td{vertical-align:top;padding-top:2px;padding-bottom:3px}.availableActionRow .description{clear:left}.redText{color:#de350b}.greenText{color:#14892c}.intform form{background-color:#fff}.intform form .fieldLabelArea{background-color:#fff;width:20%}.intform form .fieldValueArea{background-color:#fff;width:70%}.intform form table.maxWidth.jiraform{width:100%}.aui-popup .intform{max-height:100%}.aui-popup .intform #cancelButton{display:none}.intform .jiraformheader{padding:0.5em 1em}.intform .formtitle{color:#333}.intform .descriptionrow .jiraformheader{background-color:#fff}.intform .descriptionrow .desc-wrap,.intform .jiraformfooter{padding:0.75em 0.5em;text-align:left}.intform .descriptionrow .notify{background-color:#ff1493 !important}td.issue-fields-wrap{background-color:#fff;padding:0;width:100%}td.issue-fields-wrap .tabwrap{margin:1em 0.5em}.formOne div{margin-bottom:0.25em}.formOne div .radio{position:relative;top:2px}body:first-of-type .formOne div .radio{top:0}.field-description{margin:0}.disabled .field-description{opacity:.25;filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=25)"}.field-description p{margin:0;padding:0;font-size:0.8em}#project-import-panel{width:800px;margin:0 auto}#project-import-panel ol{margin:0 auto}#project-import-panel .pb_border{margin:15px 0;padding:5px 0;border:none}#project-import-panel .pb_border .pb_description{font-weight:normal}.jiraform #projectDetailsTable.grayBox th{padding:5px;vertical-align:top}.field_label{color:#000;font-size:12px;left:7px;position:absolute;top:1px}.field_description{font-size:12px;margin:0 10px 0 10em}.first .field_description{margin-top:5px}.last .field_description{margin-bottom:3px}.first .field_label{top:6px}.last .field_label{top:1px}.only .field_description{margin-bottom:3px;margin-top:5px}.only .field_label{top:6px}.field_error{font-size:11px;padding:0 5px 1px 0;position:relative}.wizard-buttons td{text-align:right}.wizard-buttons .wizardInfo{float:left;text-align:left}.hiddenButton{position:absolute;margin-left:-999em}.darkFooter{background-color:#f0f0f0;padding-bottom:0.5em;padding-top:0.5em;text-align:center;vertical-align:top}.wizardCell{text-align:left;vertical-align:middle;white-space:nowrap}.wizardRow{background-color:#f0f0f0;height:40px;padding:0;vertical-align:middle}.wizardTable{padding:0}.wizardTable tbody table td{padding:0 0.462em;vertical-align:top}.wizardTable tbody table td:first-child{padding-left:0}.projectOptions{clear:both;margin-top:1.5em}.projectOptions li{display:inline;background-color:#f2f2f2;margin-right:1em;padding:0.4em 0.3em;border:1px solid #bbb}.codearea{-moz-border-radius:10px;background-color:#f6f6f6;border:1px dashed #bbb;margin:1em auto;padding:0 1em;width:80%}pre.codearea h4{border-bottom:1px solid #bbb}pre.codearea textarea{background-color:#f6f6f6;border:none;font-family:monospace;font-size:100%;height:300px;margin-bottom:1em;width:100%}.fieldDescription{display:block;clear:left}#issuelinks-linktype{display:block;margin-bottom:5px}#changeTranslationLocale{margin-top:2em}#changeTranslationLocale .button{margin-top:0}.iss-nav .formLabel,.iss-nav .fieldLabelArea,.iss-nav .fieldLabelAreaTop,.iss-nav .fieldLabelAreaBulk{background-color:#fff}.iss-nav .maxWidth{width:100%}.iss-nav .titlerow td{padding-left:0}.iss-nav .formtitle{border-bottom:1px solid #ddd;color:#222;font-size:16px;margin-top:5px}.add-group{clear:both}.ab-drag-wrap{clear:both;background-color:#f0f0f0;float:left;overflow:auto;margin-top:14px;padding:7px;min-width:350px;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px}.ab-drag-wrap .buttons-container{margin-top:8px}.ab-drag-container{float:left;width:340px;margin-left:16px}.ab-drag-container:first-child{margin-left:0}.ab-drag-container h4{margin:7px 0}.ab-items{background-color:#fff;border:1px solid #bbb;padding:7px}.grabable{list-style:none;padding:0;margin:0;min-height:100px;padding-bottom:28px}.grabable li{background-color:#f7f7f7;border:1px solid #ddd;cursor:move;margin:3px;padding:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.grabable li:hover{background-color:#d8e4f0}#userformat .module,#userformat .mod-header h3,#userformat .mod-header{background-color:transparent}#userformat .mod-header{background-image:none}#userformat #full_profile_ops .item-details,.user-details-container #full_profile_ops .item-details{list-style-type:disc;padding-left:16px}.user-details-container{width:60%;margin-bottom:2em}.landf-restore{margin-top:1em;padding-top:1em;border-top:1px solid #ddd}#edit_user_defaults .fieldLabelArea{width:30%}.integrity-checks{margin:6px 0}.integrity-checks p{margin-bottom:0;padding-left:20px}.integrity-checks input{margin-right:3px}.logging-container{margin-bottom:2em}.view-group-container .item-details{margin-bottom:1em}.view-group-container h4{margin:0.5em 0}table#filter-subscription-cron{border-spacing:0;border-collapse:collapse}table#filter-subscription-cron .fieldLabelArea{width:130px}table#filter-subscription-cron .fieldLabelArea+.fieldValueArea{padding-left:10px}table#filter-subscription-cron .fieldValueArea label+label{margin-left:10px}table#filter-subscription-cron .cron-options-tab-panel{padding:0;margin:0}table#filter-subscription-cron .cron-options-tab-panel>table{border-collapse:collapse;padding:0}table#filter-subscription-cron .cron-options-tab-panel td{padding:10px 0 0}table#filter-subscription-cron td{padding:0}#project_summary{margin-bottom:1em}table.bulk-edit-user-groups thead tr th,table.bulk-edit-user-groups tr.butt-row td{text-align:center}table.bulk-edit-user-groups .field-group{width:90%;margin:0 auto}table.bulk-edit-user-groups .field-group select{min-width:100%;margin-bottom:1em}#filterSearchForm{margin-bottom:0}.filterSearchInput{border-collapse:collapse;border-spacing:0;width:100%}.filterSearchInput .fieldLabelArea{width:150px}.filterSearchInput font{font-size:0.9em !important}.filterSearchInput .fieldDescription{font-size:0.9em}#filter_search_results{padding-top:8px}#filter_search_results .pagination{clear:both;margin:0 0 0.714em}#oauth-plugin form.aui fieldset div{margin-top:1em}#oauth-plugin form.aui label{display:block;font-weight:700}#oauth-plugin form.aui .description{display:block;font-size:11px}#oauth-plugin form.aui label .form-icon{display:inline-block;width:16px}#oauth-plugin form.aui label .form-icon span{display:none}#oauth-plugin form.aui .field-value{margin-bottom:6px}#oauth-plugin div.content .content{margin:0}#embcwd.list-directories{padding:0}#embcwd.list-directories h3{font-size:16px;margin:10px 0}#embcwd.list-directories p.description{padding:0;margin:16px 0 0}#embcwd.list-directories p.description:first-child{margin-top:0}#embcwd.list-directories #new-directory{margin:16px 0}.issuepicker{border-top:1px solid #2684ff}.multi-picker-pop{border-top:1px solid #c1c7d0;padding-top:8px}.overlabel{color:#6b778c;display:none}.overlabel-apply{color:#6b778c;cursor:text;font-style:italic;position:absolute;text-align:left;left:0;top:0;padding:3px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}form.aui .field-group label.overlabel{left:3px;top:3px}#add-project-fields .sample-project-container{max-width:340px}#add-project-fields input.text[name="key"]{width:125px}#add-project-fields .jira-inline-avatar-picker-trigger{cursor:pointer}#edit-project-warning-message{margin:0 0 10px}#project-edit-key{width:125px}#edit-project-key-toggle{margin-left:10px}a.aui-iconised-link div.yad{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#manage-attachments .buttons-container.form-footer{border-top:0}#assign-to-me-trigger{display:inline-block;margin-left:10px}.full-width-field~#assign-to-me-trigger,.jira-dialog #assign-to-me-trigger{display:table;margin-left:0;margin-top:5px}#issue-filter .date-searcher,.date-searcher{min-width:370px}#issue-filter .date-searcher .field-group,.date-searcher .field-group{margin-bottom:4px;display:flex;align-items:center}#issue-filter .date-searcher .field-group[data-date-type=nowOverdue],.date-searcher .field-group[data-date-type=nowOverdue]{margin-bottom:8px}#issue-filter .date-searcher .field-group .error,.date-searcher .field-group .error{margin-left:25px}#issue-filter .date-searcher .field-group .js-dp-type-toggle,.date-searcher .field-group .js-dp-type-toggle{margin-left:0;margin-right:8px}#issue-filter .date-searcher .field-group label,.date-searcher .field-group label,#issue-filter .date-searcher .field-group input,.date-searcher .field-group input,#issue-filter .date-searcher .field-group select,.date-searcher .field-group select,#issue-filter .date-searcher .field-group span.icon-date,.date-searcher .field-group span.icon-date{float:none;display:inline-block}#issue-filter .date-searcher .field-group input,.date-searcher .field-group input,#issue-filter .date-searcher .field-group select,.date-searcher .field-group select,#issue-filter .date-searcher .field-group span.icon-date,.date-searcher .field-group span.icon-date,#issue-filter .date-searcher .field-group .helpLink,.date-searcher .field-group .helpLink{margin:0 1px}#issue-filter .date-searcher .field-group input[type='text'],.date-searcher .field-group input[type='text']{width:90px}#issue-filter .date-searcher .field-group label,.date-searcher .field-group label{width:auto;margin:0 3px 0 0}#issue-filter .date-searcher .field-group:last-of-type,.date-searcher .field-group:last-of-type{margin-bottom:0}#issue-filter .date-searcher~.description,.date-searcher~.description{padding-top:5px}.selectorform{margin-bottom:16px}#issue-workflow-transition .cf-select,#create-issue-dialog .cf-select,#edit-issue-dialog .cf-select,#issue-create .cf-select,#issue-edit .cf-select{max-width:100%;min-width:0;width:auto}#assign-issue .jira-attachment-field,#log-work .jira-attachment-field,#comment-add .jira-attachment-field,#comment-edit .jira-attachment-field{display:none}ul.optionslist{margin:0}ul.optionslist>li{font-weight:bold}ul.optionslist>li>ul{display:block;font-weight:normal;list-style:none;margin:0;padding:0}ul.optionslist>li>ul>li{display:inline}ul.optionslist>li>ul>li:before{content:", "}ul.optionslist>li>ul>li:first-child:before{content:none}#inline-dialog-create_issue_popup .loading *{display:none}#inline-dialog-create_issue_popup .loading{background:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/1.0/_/download/resources/jira.webresources:global-static/../../../images/gadgets/loading.gif") center no-repeat;height:100%}#inline-dialog-create_issue_popup .loading-small *{display:none}#inline-dialog-create_issue_popup .loading-small{background:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/1.0/_/download/resources/jira.webresources:global-static/../../../images/gadgets/loading_100.gif") center no-repeat;height:100%}#inline-dialog-create_issue_popup .message{margin:1em}#inline-dialog-create_issue_popup{min-width:20em;z-index:2000}#inline-dialog-create_issue_popup form.aui fieldset{padding:10px}#inline-dialog-create_issue_popup .button-panel{border-top:1px solid #eee;clear:both;padding:10px;text-align:right}#inline-dialog-create_issue_popup .buttons-container,#inline-dialog-create_issue_popup form.aui .buttons-container{margin-bottom:0;min-height:0;overflow:hidden;padding:8px;position:relative;text-align:right}#inline-dialog-project-key-help-popup{z-index:3500}#inline-dialog-project-key-help-popup .project-key-help{padding:10px}#inline-dialog-project-key-help-popup .project-key-help ul{margin-top:6px}form.aui.recipients-form fieldset{padding:20px 10px 10px;margin:0 auto}form.aui.recipients-form .cancel{padding:0;position:absolute;right:5px;top:5px;z-index:101}.recipients .remove-recipient{border:0;padding:0;line-height:1;cursor:pointer;background:transparent;float:right;height:24px;opacity:0;width:24px}.recipients ol{clear:both;list-style-type:none;margin:8px 0 0 0;overflow:hidden;padding:0;max-height:200px;overflow-y:auto;margin-top:5px}.recipients li{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;padding:2px 2px 0}.recipients li:before,.recipients li:after{content:" ";display:table}.recipients li:after{clear:both}.recipients li:hover{background-color:#ebecf0}.recipients li:hover .remove-recipient{opacity:1}.recipients li .remove-recipient:focus{opacity:1}.recipients .user-hover{float:left;max-width:174px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recipients img{height:22px;margin-right:4px;vertical-align:bottom;width:22px;border-radius:50%}#comment-add-dialog #comment,#edit-comment #comment{max-width:none}#edit-comment .form-body,#comment-edit .form-body{height:470px}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/modules.less' */
.module{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;margin-top:25px}.module:before,.module:after{content:" ";display:table}.module:after{clear:both}.module:first-child{margin-top:0}.module>.mod-header:before,.module>.mod-header:after{content:" ";display:table}.module>.mod-header:after{clear:both}.module>.mod-header>h1,.module>.mod-header>h2,.module>.mod-header>h3,.module>.mod-header>h4,.module>.mod-header>h5,.module>.mod-header>h6{margin-top:0}.module>.mod-header+.mod-content{margin-top:10px}.module>.mod-content:before,.module>.mod-content:after{content:" ";display:table}.module>.mod-content:after{clear:both}.module>.mod-content iframe{border:0;margin:0;padding:0;width:100%}.module+.module{margin-top:25px;padding-top:25px}.property-list{display:block;margin:0;list-style:none;padding:0}.property-list>li{margin:1px 0 0 0;padding:0;position:relative}.property-list img{vertical-align:text-bottom}.property-list .item{margin:1px 0 0 0}.property-list .item .name{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word;color:#6b778c;display:inline-block;font-weight:normal;padding:2px 5px 2px 0;padding-right:5px;text-align:right;width:150px}.property-list .item .value{word-wrap:break-word;overflow-wrap:break-word;display:inline-block;max-width:100%;padding-bottom:2px;padding-left:5px;padding-top:2px;position:relative;vertical-align:top}.property-list .item .value .value{padding:0}.property-list .wrap{padding:0 10px 0 150px}.property-list .wrap:before,.property-list .wrap:after{content:" ";display:table}.property-list .wrap:after{clear:both}.property-list .wrap .name{float:left;margin-left:-150px}.property-list.two-cols:before,.property-list.two-cols:after{content:" ";display:table}.property-list.two-cols:after{clear:both}.property-list.two-cols>.item{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;clear:left;float:left;width:50%}.property-list.two-cols>.item-right{clear:right;float:right}.property-list.two-cols>.item.full-width{clear:both;width:100%}.msie .property-list .wrap .value{display:block}.module>.mod-content .issues{display:block;margin:0;list-style:none;padding:0}.module>.mod-content .issues>li{margin:0;padding:0;padding-left:26px;position:relative}.module>.mod-content .issues>li+li{margin-top:5px}.module>.mod-content .issues>li .aui-icon,.module>.mod-content .issues>li img{left:0;margin-top:2px;position:absolute}.module>.mod-content .issues>li .issue:after{content:"."}.issue-list .issue-list-key{width:15%}.issue-list .issue-list-date{width:35%}.criteria-group{border:1px solid #ccc;border-left:5px solid #ccc;border-radius:3px;margin:20px 0 0 0;position:relative}.criteria-group .criteria-group{border-right:0;border-radius:3px 0 0 3px;margin:10px 0 10px 0}.criteria-list{list-style:none;margin:0;padding:0}.criteria-item{border-top:1px solid #ccc;padding:5px 0 5px 10px}.criteria-item>.aui-buttons{float:right;margin-top:-5px;padding-right:5px}.criteria-item>.aui-buttons .aui-button{color:#707070;opacity:0;filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)";padding-left:5px;padding-right:5px}.criteria-item>.aui-buttons .aui-button:focus,.criteria-item>.aui-buttons .aui-button:hover{color:#333;position:relative}.criteria-item>.aui-buttons .aui-button:after,.criteria-item>.aui-buttons .aui-button:before{color:inherit}.criteria-item>.aui-buttons .aui-button[aria-disabled="true"]{color:#ccc;cursor:not-allowed}.criteria-item .aui-button:focus,.criteria-item:hover>.aui-buttons .aui-button{opacity:1;filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)"}.criteria-post-functions .criteria-item{counter-increment:postFunctions;padding-left:40px}.criteria-post-functions{counter-reset:postFunctions}.criteria-post-functions .criteria-item:before{content:counter(postFunctions) ".";float:left;margin-left:-30px;width:20px;text-align:right}.criteria-group-actions{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;background:#f0f0f0;margin:0;padding:5px 10px;width:100%}.criteria-group-actions select,.criteria-group-actions option,.criteria-group-actions p{font-weight:bold}.criteria-group-actions p{margin:5px 0}.criteria-group-actions .aui-button{float:right}form.aui.criteria-group-actions .select{margin:0;max-width:none;width:auto}form.aui.criteria-group-actions label{color:#333}.workflow-transition-info{margin:20px 0 0 0}.workflow-transition-info .tabs-menu{vertical-align:top}.workflow-transition-info .tabs-pane{padding:20px 0}.criteria-move-down span,.criteria-move-up span{display:inline-block;height:16px;overflow:hidden;text-align:left;text-indent:-999em;vertical-align:baseline;width:16px}.criteria-move-down span{background:transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAZklEQVR42mP4TyFgGDUAvwEFBQVg/O3bt6FkwIIFC+Aa0fGiRYsIG/Dz58//nZ2dGJq7urrAckR54c2bN/+rqqrgmkHst2/fkhYGN27c+F9YWAjGN2/eJC8Q9+7d+3///v3DPSkDAD0iz0y/dSoAAAAAAElFTkSuQmCC") no-repeat 0 0}.criteria-move-down[aria-disabled="true"] span,.criteria-move-down[aria-disabled="true"]:hover span,.criteria-move-down[aria-disabled="true"]:focus span{background:transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAZUlEQVR42mP4TyFgGDUAvwFnzpwB4z9//gwlA+7evQvXiI7v3btH2IC/f//+v3r1KoZmkBhIjigv/Pjx4//58+fhmi9cuPD/58+fpIXBx48f4QZ8+vSJvEB8/vz5/xcvXgz3pAwAzJjsLM9Dui4AAAAASUVORK5CYII=") no-repeat 0 0}.criteria-move-down:hover span,.criteria-move-down:focus span{background:transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAANklEQVR42mP4jwYYqChgbPyJJIEKYzCoggt8CwfxI78jtDxxNDZ2fIpsxnFT05Oohi5cTL7TAYz06apV/wRhAAAAAElFTkSuQmCC") no-repeat 0 0}.criteria-move-up span{background:transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAARklEQVR42mP4jwYYqCiwdz+qwI3CwpvIAm+qCgqq3iIEfnYWAEHXT7jAggIwWAQX+PbtW0HBu2/fkG0pKPiGai2GAAlOBwB+mO/W7x1zRQAAAABJRU5ErkJggg==") no-repeat 0 0}.criteria-move-up[aria-disabled="true"] span,.criteria-move-up[aria-disabled="true"]:hover span,.criteria-move-up[aria-disabled="true"]:focus span{background:transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAcUlEQVR42u3SMQrAIAwFUO9/NkEXR111jVOESIqFuLTU2kKhoPCXyH8IUfHLoxZwDcQYOaX0DAAA1lrvyTnPAYjIxpgOWGu5lHIPqLWyc66XJW3W7oaA9/5QloQQxgAR9UixPV9mU1sQ4Kz4DfCPr7wBqLDr9uab2cAAAAAASUVORK5CYII=") no-repeat 0 0}.criteria-move-up:hover span,.criteria-move-up:focus span{background:transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAARUlEQVR42mP4jwYYqCiwcDGqwHFT05PIAk8cjY0dnyIEvoUbA0Hkd7hAhTEYVMEFPn36ZGz87NMnZFuMjT+hWoshQILTAYEY6V2rN23KAAAAAElFTkSuQmCC") no-repeat 0 0}.criteria-toggle-link{display:none}.twixi-block .toggle-trigger,.toggle-wrap .toggle-trigger{display:block}.twixi-block.collapsed .twixi-content,.toggle-wrap.collapsed .twixi-content,.twixi-block.collapsed .twixi-wrap.verbose,.toggle-wrap.collapsed .twixi-wrap.verbose,.twixi-block.collapsed .toggle-block,.toggle-wrap.collapsed .toggle-block,.twixi-block.collapsed .mod-content,.toggle-wrap.collapsed .mod-content{display:none}.twixi-block.collapsed .twixi-wrap.concise,.toggle-wrap.collapsed .twixi-wrap.concise{display:block}.twixi-block.collapsed .icon-twixi,.toggle-wrap.collapsed .icon-twixi,.twixi-block.collapsed .twixi-closed,.toggle-wrap.collapsed .twixi-closed{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX///9wcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHDRPAkXAAAADHRSTlMAESIziJmqu8zd7v+91kxoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADIxLzEyLzEymvNa/wAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAArSURBVAiZY2DAB1iaoAy2XQZQVvRiKIMVLlQ9AU0EpoZjhwLUnEa81iABAFHzB8GYPzdNAAAAAElFTkSuQmCC)}.twixi-block.collapsed .toggle-title>svg,.toggle-wrap.collapsed .toggle-title>svg{transform:rotate(-90deg)}.twixi-block .twixi-content,.toggle-wrap .twixi-content,.twixi-block .twixi-wrap.verbose,.toggle-wrap .twixi-wrap.verbose,.twixi-block .toggle-block,.toggle-wrap .toggle-block,.twixi-block .mod-content,.toggle-wrap .mod-content{display:block}.twixi-block .twixi-wrap.concise,.toggle-wrap .twixi-wrap.concise{display:none}.twixi-block .twixi-wrap,.toggle-wrap .twixi-wrap,.twixi-block .twixi-trigger,.toggle-wrap .twixi-trigger{padding-left:20px;position:relative}.twixi-block .icon-twixi,.toggle-wrap .icon-twixi,.twixi-block .twixi-opened,.toggle-wrap .twixi-opened{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX///9wcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHDRPAkXAAAADHRSTlMAESIziJmqu8zd7v+91kxoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADIxLzEyLzEymvNa/wAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAySURBVAiZY2AgCbA0MDCkgBgcWxlYd4AYjN0B0YvAclrbdxmAGcyrF0OVWxqQZjwDAwA8XgfBciyedgAAAABJRU5ErkJggg==);background-repeat:no-repeat;cursor:pointer}.twixi-block .twixi,.toggle-wrap .twixi,.twixi-block .icon-twixi,.toggle-wrap .icon-twixi,.twixi-block .twixi-opened,.toggle-wrap .twixi-opened,.twixi-block .twixi-closed,.toggle-wrap .twixi-closed{display:block;position:absolute;left:0;top:2px}.twixi-block .twixi,.toggle-wrap .twixi{height:16px;width:16px}.twixi-block .twixi .icon,.toggle-wrap .twixi .icon{top:0}.twixi-block h1.toggle-title,.toggle-wrap h1.toggle-title,.twixi-block h2.toggle-title,.toggle-wrap h2.toggle-title{background-position:3px 7px}.twixi-block h3.toggle-title,.toggle-wrap h3.toggle-title{background-position:3px 4px}.twixi-block h4.toggle-title,.toggle-wrap h4.toggle-title,.twixi-block h5.toggle-title,.toggle-wrap h5.toggle-title,.twixi-block h6.toggle-title,.toggle-wrap h6.toggle-title{background-position:2px 2px}.twixi-block .toggle-title,.toggle-wrap .toggle-title{display:inline-block;cursor:pointer}.twixi-block .aui-button.toggle-title,.toggle-wrap .aui-button.toggle-title{padding:0;position:absolute;left:0;top:3px;width:14px;height:14px;border:0}.twixi-block .aui-button.toggle-title svg,.toggle-wrap .aui-button.toggle-title svg{display:block}.twixi-block .concise .flooded,.toggle-wrap .concise .flooded{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%}.twixi-block .verbose .flooded,.toggle-wrap .verbose .flooded{overflow:auto;overflow-y:hidden}.msie .twixi-block .concise .flooded,.toggle-wrap .concise .flooded{word-wrap:normal;word-break:normal}#add_project_link .twixi-content{padding-top:10px}.admin-summary-panels{margin-top:20px}.admin-summary-section{padding-left:48px}.admin-summary-section ul{list-style:none;padding:0}#admin-summary-panel .aui-icon-small::before{font-size:14px}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/issue-view.less' */
.shorten{display:block;overflow:hidden;padding:0;position:static;width:auto}.shorten .shortener-expand,.shorten .shortener-collapse{background-repeat:no-repeat}.shorten .shortener-expand:hover,.shorten .shortener-collapse:hover,.shorten .shortener-expand:focus,.shorten .shortener-collapse:focus{background-color:#eee;text-decoration:none}.shorten .shortener-expand{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAASElEQVR42mP4//8/AyWYYdSAUQOobkBaWposFMP4fFCMVR7FAJBES0vL/7Kysv9AtiUhPlYDoJJwDfj42AxggCq0JIY/eGIBADPsw90Jdkl6AAAAAElFTkSuQmCC");padding-left:17px}.shorten .shortener-collapse{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAQklEQVR42mP4//8/AyWYYdSAUQPQDUhLSwNhBWL52AxQKCsr+08sH8UAmCSQ/k8MH5cLHJAVEOJjDUSQIlL4Ax+NAA+b1wmhgBblAAAAAElFTkSuQmCC")}.issue-body-content .module>.mod-header{padding-left:20px}.issue-body-content .module>.mod-header+.mod-content{margin-top:5px;padding-left:20px}.issue-body-content .module>.mod-header .aui-button-compact{display:flex;align-items:center;justify-content:center}.issue-body-content .module>.mod-header .aui-button-compact .aui-icon{margin-top:0}.issue-body-content .module+.module{margin-top:15px;padding-top:15px}#security-val .note{color:#d04437}#viewissuesidebar{width:35%;padding-left:30px}.user-content-block{overflow:auto;overflow-y:hidden}.issue-data-block{border-bottom:1px solid #c1c7d0;padding:10px}.issue-data-block:before,.issue-data-block:after{content:" ";display:table}.issue-data-block:after{clear:both}.issue-data-block:hover,.issue-data-block.focused{background-color:#f4f5f7;border-left:5px solid #3572b0;padding-left:5px}.issue-data-block:hover .action-links a,.issue-data-block.focused .action-links a{opacity:1}.actionContainer .subText{font-size:1em}.actionContainer .action-links a{opacity:0}.actionContainer .action-links a:focus{opacity:1}.actionContainer ul.item-details dl dt{width:19%}.actionContainer ul.item-details dl dd{width:79%}.issue-comment-action{color:#6b778c}.issue-comment-action:hover{color:#6b778c;text-decoration:none}.issue-activity-sort-link{color:#6b778c}.issue-activity-sort-link:hover{color:#6b778c}#status-val{max-width:100%;margin-right:-5px}#status-val .jira-issue-status-lozenge{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;width:100%}.status-view{display:inline-block;padding:2px 0 2px 5px;white-space:nowrap}.action-details{line-height:1.5;text-align:left}.focused .action-details{text-align:left}.action-links{float:right}.action-body{overflow:auto;overflow-y:hidden;margin:0;margin-top:10px}.action-body blockquote{color:#333}.action-body .item-details{margin-top:0.5em}.action-description{color:#666;margin-bottom:1.5em}#customfieldmodule #customfield-tabs .tabs-menu{margin-top:20px;margin-left:-10px}#addcomment .mod-content{display:none}#addcomment.active .mod-footer{display:none}#addcomment.active .mod-content{display:block}#addcomment textarea{max-height:none;min-height:150px}.ops-menus .aui-toolbar2-inner .icon{vertical-align:text-bottom}.icon-comment{overflow:visible}#issue-comment-add #comment{max-width:none}#issue-comment-add #issue-comment-add-cancel{margin-right:9px}.buttons-container.buttons-container.buttons-container{margin-top:1px}#activitymodule .aui-tabs{position:relative}#activitymodule .aui-tabs .sortwrap{left:auto;position:absolute;right:10px;width:1em}#activitymodule .aui-tabs #issue-tabs{padding-right:20px}#activitymodule .aui-tabs .tabs-menu a{cursor:pointer}#activitymodule .aui-tabs .tabs-pane{padding:0}#activitymodule .mod-content{min-height:5em}#activitymodule .issuePanelWrapper{position:relative;padding-top:10px}#activitymodule .issuePanelWrapper.loading .issuePanelProgress{background:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/1.0/_/download/resources/jira.webresources:global-static/../../../images/gadgets/loading.gif") center no-repeat;height:60px;width:100%;position:absolute;z-index:1}#activitymodule .issuePanelWrapper.loading .issuePanelContainer{opacity:0.3}#activitymodule .issuePanelContainer{-moz-transition:opacity 0.2s;-webkit-transition:opacity 0.2s;transition:opacity 0.2s}.links-list{margin:0}.links-list:last-child{border-bottom:none}.links-list .resolution{text-decoration:line-through}.links-list img{vertical-align:text-top}.links-list img:-moz-broken,.links-list img:-moz-user-disabled{-moz-force-broken-image-icon:1;height:16px;width:16px}.links-list dt{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-top:5px;width:142px}.links-list dd{margin-left:0;padding-left:10px;border-bottom:1px solid #dfe1e5;position:relative;padding-right:24px}.links-list .link-content{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;display:table;padding:5px;table-layout:fixed;width:100%;word-wrap:normal}.links-list .link-content>p,.links-list .link-content>div,.links-list .link-content>ul{display:table-cell}.links-list .link-content>p{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.links-list ul.link-snapshot{list-style:none;margin:0;padding:0;text-align:right;width:136px;white-space:nowrap}.links-list ul.link-snapshot .status{width:100px;text-align:left;display:inline-block}.links-list ul.link-snapshot li{display:inline;margin:0 4px}.links-list ul.link-snapshot li>span,.links-list ul.link-snapshot li>img{vertical-align:text-bottom}.links-list dd:hover{background-color:#f4f5f7}.links-list dd .delete-link a{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.links-list dd .delete-link .icon-default{color:#42526e}.links-list dd:hover .delete-link a,.links-list dd .delete-link a:focus{position:absolute;text-align:center;width:24px;height:auto;top:7px;right:2px;clip:auto}.links-list .link-loading,.link-loading-failed{color:#666}.collapsed-links-list{display:none}.collapsed-link{display:none}#show-more-links{border-top:1px solid #c1c7d0;padding-top:5px}#show-more-links span{color:#6b778c}#view-subtasks td{white-space:normal}#view-subtasks td.stsummary{min-width:200px;width:100%}#view-subtasks td.assignee .tinylink{display:block;overflow:hidden;white-space:nowrap;word-wrap:normal}.subtask-table-container{overflow-x:auto}.subtask-table-container #issuetable{margin:0}.subtask-prog-wrap{background-color:#fff;display:block;float:right;margin:0;margin-top:3px;padding:0 8px 0 8px}.subtask-prog-wrap span{color:#808080;float:left;margin:0 0.429em 0 0}#subtasks_resolution_percentage{float:left;position:relative;top:3px;width:10em;line-height:1em}#subtasks_resolution_percentage td,#subtasks_resolution_percentage td img{height:10px}#vote-label,#watch-label{color:#5e6c84}.tickLabel{font-size:11px}.issue-drop-zone__button{color:#0052cc}.item-attachments{list-style:none;margin:0;padding:0}.item-attachments::after{clear:both;content:".";display:block;height:0;visibility:hidden}.item-attachments .attachment-content{padding:5px 5px 5px 20px}.item-attachments .attachment-content:before,.item-attachments .attachment-content:after{content:" ";display:table}.item-attachments .attachment-content:after{clear:both}.item-attachments .attachment-content::after,.item-attachments .attachment-content .twixi-block::after{content:".";display:block;height:0;clear:both;visibility:hidden}.item-attachments .attachment-icon::before{color:#707070}.item-attachments .attachment-thumbnail-icon{--aui-icon-size:80px}#attachmentmodule #attachment_thumbnails.item-attachments .attachment-content .attachment-thumbnail-icon::before{color:#8993a4}#attachmentmodule #attachment_thumbnails.item-attachments .attachment-content:hover{background-color:#f4f5f7}#attachmentmodule #attachment_thumbnails.item-attachments .attachment-content:hover .attachment-thumb .no-image{fill:#6b778c}#attachmentmodule #attachment_thumbnails.item-attachments .attachment-content:hover .attachment-thumbnail-icon::before{color:#6b778c}#attachmentmodule #attachment_thumbnails.item-attachments .attachment-content dl .attachment-date{color:#6b778c}.attachment-content dl{margin:0}.attachment-content dt{float:left}.attachment-content dd{float:right;margin:0}.attachment-content dd.zip-contents{float:none;padding:0 215px 0 20px}.attachment-content dd.zip-contents ol{list-style-type:none;padding:0;margin:0}.attachment-content dd.zip-contents ol li{clear:both}.attachment-content dd.zip-contents .attachment-size{color:#bbb;float:right}.attachment-content .attachment-delete{width:20px;padding-left:5px}.attachment-content .attachment-delete .aui-icon{color:#6b778c}.attachment-content .attachment-delete a{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.attachment-content:hover .attachment-delete a,.attachment-content .attachment-delete a:focus{width:auto;height:auto;clip:auto}.attachment-content .twixi-block{margin-left:-20px}.zip-contents-trailer{color:#bbb}#attachment_thumbnails{float:left;width:100%}#file_attachments+#attachment_thumbnails{border-top:1px solid #c1c7d0;margin-top:8px;padding-top:8px}.attachment-thumb{float:left;margin-right:0.581em}.attachment-thumb a:hover{text-decoration:none}.attachment-thumb .no-image{height:80px;fill:#8993a4}.attachment-thumb img{vertical-align:text-top;max-width:200px;max-height:200px}.earlier-version a:link,.earlier-version a:visited{color:#666}.attachment-size{color:#666;margin:0 5px}.attachment-author{display:none}dd.attachment-date{text-align:right;width:180px;padding:0 5px}.blender{position:absolute;top:0;bottom:0;left:auto;right:0;width:3em;height:100%;background-size:100% 100%;background-image:linear-gradient(to right, rgba(255,255,255,0) 0, #fff 100%);pointer-events:none}#attachment_thumbnails .attachment-content:hover .blender{background-image:linear-gradient(to right, rgba(255,255,255,0) 0, #f4f5f7 100%)}#attachment_thumbnails .attachment-delete{position:absolute;left:auto;right:0;padding:0;margin:0}#attachment_thumbnails .attachment-delete .icon{margin:0}#attachment_thumbnails .attachment-content{border:1px solid #f0f0f0;float:left;height:242px;margin:0 6px 6px 0;padding:6px 10px;width:200px;text-align:center}#attachment_thumbnails .attachment-thumb,#attachment_thumbnails .attachment-thumb .gallery{display:flex;justify-content:center;align-items:center;float:none;height:200px;width:200px}#attachment_thumbnails dl{clear:left;display:block;height:42px;overflow:hidden;width:200px}#attachment_thumbnails dt,#attachment_thumbnails dd{position:relative;text-align:left}#attachment_thumbnails .attachment-title{display:block;float:none;height:21px;white-space:nowrap;width:200px;word-wrap:normal}#attachment_thumbnails .attachment-size{float:left;margin:0;top:-0.213em;width:auto}#attachment_thumbnails .attachment-date{top:-0.213em;width:auto}.tt_inner dl{display:table;table-layout:fixed;width:100%}.tt_inner dt,.tt_inner dd{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;display:table-cell;margin:0}dt.tt_text{color:#6b778c;padding:2px 5px 2px 0;width:140px}dd.tt_values{padding:2px 0 2px 5px}dd.tt_graph{vertical-align:text-bottom}#tt_include_subtasks label{color:#6b778c;margin-left:0.5em}.activity-name{color:#666;min-width:150px}.activity-old-val,.activity-new-val{min-width:250px}.file-progress .progress-fill-color{background-color:#cccccc}.file-progress{position:relative;height:2px;width:320px;padding:5px 0}.cf-participant{display:inline-block;max-width:150px;overflow:hidden;text-overflow:ellipsis;vertical-align:text-top;white-space:nowrap}.people-details>dl:first-child{line-height:24px}.people-details>dl:first-child+dl{line-height:24px}.people-details .assign-to-me-link{display:block}.people-details .aui-avatar{vertical-align:middle}.collapsed-comments{display:block;background:#f4f5f7;border-right:none;text-align:center;border-bottom:1px solid #c1c7d0;height:38px}.collapsed-comments:hover{background:#ebecf0}.collapsed-comments:hover .show-more-comments{background:#ebecf0}.collapsed-comments .collapsed-comments-line{display:block;padding-top:12px;border-bottom:1px solid #c1c7d0}.collapsed-comments .show-more-comments{position:relative;top:-17px;background:#f4f5f7;padding:0 20px;color:#172b4d}.message-container:first-child .collapsed-comments{border-top:1px solid #c1c7d0}.collapsed-comments:hover{text-decoration:none}.issue-data-block .action-head{cursor:pointer}.issue-data-block.collapsed{background:#f4f5f7}.issue-data-block.collapsed:hover{background:#ebecf0}.issueaction-aui-icon{color:#42526e}.issueaction-aui-icon:hover{color:#6b778c;text-decoration:none}@media all and (max-width:1190px){.links-list{padding-left:0}.links-list dt{float:none;margin:0 0 6px 0;width:100%}.links-list dt+dd{border-top:1px solid #ccc}.links-list dd{margin-left:0}.links-list+.links-list{padding-top:10px}#viewissuesidebar #peopledetails{line-height:20px}#viewissuesidebar .item-details dl+dl{margin-top:8px}#viewissuesidebar .item-details dl dt{display:block;text-align:left;width:100%}#viewissuesidebar .item-details dl dd{display:block;margin:0;padding:2px 0;width:100%}#viewissuesidebar .tt_inner>dl{display:block}#viewissuesidebar .tt_inner dt{display:block}#viewissuesidebar .tt_inner dt~dd{display:inline-block;vertical-align:middle}#viewissuesidebar dd.tt_graph{width:50%}}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/core.less' */
body{min-width:990px;overflow-y:scroll}img,fieldset{border:0}td>ul{margin-left:0;padding-left:16px}td.confluenceTd>ul{padding-left:40px}kbd{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;background-color:#f7f7f7;border:1px solid #ccc;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;color:#333;display:inline-block;font-family:inherit;font-size:13px;line-height:20px;margin:0 0.1em;min-width:2em;padding:0.1em 0.6em;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:bottom}.hidden{display:none !important}.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-details{list-style:none;margin:0;padding:0}.item-details dl{border-spacing:0;display:table;table-layout:fixed;margin:0;width:100%}.item-details dl>dt{color:#6b778c;display:table-cell;font-weight:normal;text-align:right;vertical-align:top;width:140px}.item-details dl>dd{display:table-cell;padding-left:10px}.item-details dl>dd>a{word-wrap:break-word;overflow-wrap:break-word}.item-details dl+dl{margin-top:5px}.item-details>li{margin-top:0}.item-details>li+li{margin-top:5px}.aui-page-panel-nav .item-details dl{display:block}.aui-page-panel-nav .item-details dl dt,.aui-page-panel-nav .item-details dl dd{display:block;margin:0;padding:0}.aui-page-panel-nav .item-details dl dt{text-align:left;width:auto}.context-issue-type{display:inline-block}.context-issue-type+.context-issue-type{margin:0}.jira-adbox{-moz-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;border:1px solid #c1c7d0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;background:transparent none no-repeat bottom right;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAABuCAYAAABWSF80AAACP0lEQVR42u3dzbGCMBSGYZxxw46texuwg5RADzZhF7RBH7TBgk64OHNwrtxo4JrAOfguvp2jmWckP4Qcsr7vszFt2x6GuCHNkF5R7m3KtGd0nILWyjDHdENyU6jKQc3ATlGdclATsFPUxtP485DjBo3L5fdfwTZyZelFFbhpw08bN7AK/GNrjbC/UQtPowvlqCph94CqDnYvqKpgraHeAoOXClhrqG7GrGBzWIuomcxK1HYFVlEzmT+rhLWMqhbWOqpK2D2gqoO1hlq++awaWGuoobtTKmC1o15f4FRv0m0Nqx313Ka5H3v7ZtQs0U5E9e2oBxmgOlDT5ChtWpILqOvMIkAFFVRQQQUVVFBBBRVUUEEFFVRQQQUVVFBBBRVUUEEFFVRQQQUVVFBBBRVUc6hd4BnXpSlBjZ+nY/KgxsvjCW1QE8B+K2ojx4f+k3IuLKP/slzmwIK6LMWcrgDU+Kg9qKCqQ+1AjY9a+Q7Sgfo56p8TiqDGQX2CBTUe6gMW1GVx775P6iaeQY2MyjL1c9Qa1DRr/xzU+CuqTgaoxwluUJcfkWeZmmDjrwI1PmqwKDqonxXPKX27rKP8qlVxVsrBcxfJrbLvL6uA+gWsMxzfWzVOa6KmqgOlKXXqq8P3mo/bjkFDZe2Sod77oCugEVEFdpwNXFv971IJQVayrFy/1KcHVfOUyGmecYAKKqigggoqqKCCCiqooIIKKqigggoqqKCCCiqooIIKKqigggoqqKCCCiqooIIKKqjWUH8Avm1Svml3YkkAAAAASUVORK5CYII=");padding:30px 120px 30px 20px;width:auto;margin:0 auto}.jira-adbox.jira-adbox-medium{max-width:500px}.jira-adbox.get-started-message{background-image:url("data:image/png;base64,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")}.jira-adbox.not-logged-in-message{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGUAAABeCAYAAAA6wdqhAAAGo0lEQVR42u2dT2gUVxzHd2azS5Z2NfXgxhiDRhdLUvCQSGLFSyuUPbS9VGQpVWKEVtIgwZa2INuToSUlQtBLpN68VKRQ2kM9FEooBSlCkFIimyCSgxKkSAgSQtj+HvyWrst7M/Nm5r3fm913+CZkMzPv936feX/nN79NLS8vp1pInaBe0AioDKqA5kG/gh6CVkAvQDX8zf6u4v/n8Xh23ihep5OiHkkGkAEdBJ0B/QBaR2fHrXW8/lksL2OhvKxuvJMXFAEIKlb+h6CedoXCQHwKekIMQqSnoEm0s6WhsC6iBHpgKAiRHqDdmVaCkgd9DtoK6ZRF0DegU6Bh0F68JnOSC3KaynPw8wwetxfPO4XXWQxpxxbWI59kKF2gOcmKs9nTdbwzd6NzVdjm4vVLWN4LSTvnsH6JgZIDfStRwUegcbyjHSKbHSx/HKfUQW2fwfoaC4XdfWMBu6kN0BSoYOj4V0D7NgJ2a2N+rZqiEsWAd9h9XMS5CZmuu2jv/QB1W0E/kEPpwCbsZ/AvuEhL8sL2ANbDr67foV9IoPTheOBl4G+g/hbb9unHevmNk326oZzzMeoxTkNTLazhADflOR1QWLO85WPIZILGjDjGnEkffzB/dahcBC75LPIKbQKDN1vzWpQuqSiUbXn/61HodBu1Dq9WMy3yUdyFDXisPTZBJ9ocRrNOoF+UQWGD2bYAyF+gnRYCVzvRP7FDGfLorn4Cpa3zPZVGP8UGZcCjhcwT7lElTQ76KzKUHo8xpGIdHUqVKCe/CloTAPmEunLVatUF9YFOg2ZB90BroBpqDT+7isewY42YFUZZGP4jADJFCILpddAcaLsBQFBt47nsGomDcsukLgthHAMthQAh0hJeMxFQxgRA7hAB6QYtxAijWX+wMkyG0uexDkkTtI6yQhjNKutqNbLjyCNBsFqeYBC/oRFIXTd0TAZkDhY9Sx/UDCQNuksApC5WdtoEKEUBkM80A3FAPxICqYvZ4FBCcTEImjeOOJrHkCsGAKnriqoxJshBZwStpKC5lRw3CEhdxymg5Hhby6CLmoFkQesGQmE2ZXVD4Q3uq7ofUkHFZyI47nfQSdBrOGurd4UufnYSjwl7/RmdULoE3dZRzUDyIZ21gPtZQcerfREWoXldUK4JwoB0r9gvh3DShTCzI5zdXQhR3mUdUHYIWkk/wSJxU9JB70WZFWGreVeyzM04F5Wif3zFAfIzQSs5IumcqTimqQhmSrLsIyqhZAQPrg4SQKlIOGUxzgUddmWLEuVXVEIpcYDcI9oBXpVwyoCC8gckyl9VCYX3StsIAZAOCYdUVayusRurStjRoQLKHsEusEsAZZeEM84rtOO8hB27VEDhxbpeIuq6eiWccVihHYcl7OhVAeUJ9R5XgzMO6b5DY2ixh+KGskfw7kQqAVByCu3IUUL5yOudCQuFBsqfHCg9FgodlKzgrVzHQqGDwnvce404wrHtoZzlQHnHQqGFcseUqbCF8j8UXr4R10Khg5ITvEadslDooOzjQLlpodBCGeFA+dhCoYVS5kB500KhhVLhQOm1UGihfM+BsoMAAgu462pQSWbrvuncOCWzdV9qOjcbFspdDpSsRhjsWfi0gdGPcWlaNnaA/XhIuUYBgydaGEhdE7JQHnOg6Iymf94GUJ7LQuGlI9c5ltTaQbJQahaKeVBsSzEQCvWYYqEYOPuyUAxcp1gopq3oNTvnEqiAgX5XTYZCuvel0THHKDNWJGqXWJNTRqlTiSTqeYoGhwwFiKw/bRoU0iePip0xKGFHySQonZTP6E0AogNMmGiWDaq1igIHbIGKEex52xQot6nivhQA2R+DTaMmQCGLkDQNiCowiYoljqnSG6AenxkW93Mf24YooZBF3ccEpNsHyATvkSwGRZR87BukgkL2fooGIF/isY5HpMr7Xq0mDjBxvsk1ZjCUZywLkQ+Qxrwujk/4UNkHTBHHLa1QeO88rhgKRRZIEChBwOwPCybK28FPOWB2Gwil6ANklnNOEChM4z5g3tINZVJ3mvSQUGSByECp4cTAK2hQKxTtGSdCQnEFQX2zHufIQBGCgc9e0Q2F6W+duVlCQvmAA+SmzzmyUJi+aAQjGKu0QNGaxSjC7Otr/PaGowHTDIaBwnQb8469AZrXPfsiyfel8cljWCg1ysUjSWY8CyU4FFGm1QMWCh0Upus6sq1aKPHkJR62UOigMM2ozuBtoYTLdb+lMte9hWLgt0JYKOG/P2VF1fenSGYzTSqUqoxP/gO58kd/ydkoSQAAAABJRU5ErkJggg==")}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/aui-overrides.less' */
.aui-page-sidebar #content:not(#none-specificity-bump) .aui-sidebar~.aui-sidebar{padding-left:0}.aui-toolbar{padding-top:0}.aui-avatar-inner img{height:100%}#content>header:before,.aui-page-panel-main>header:before,#content>header:after,.aui-page-panel-main>header:after{content:" ";display:table}#content>header:after,.aui-page-panel-main>header:after{clear:both}#content>header>.aui-toolbar,.aui-page-panel-main>header>.aui-toolbar{float:right;width:auto}.aui-toolbar+h2{margin-top:0}.aui-page-header-actions .aui-dropdown{text-align:left}form.aui .aui-button-link.cancel{padding-left:0;padding-right:0}.aui-avatar img:-moz-broken{-moz-force-broken-image-icon:1}.aui-message .help-lnk .aui-icon{position:relative;top:auto;left:auto}.aui-dd-parent .aui-dropdown a.item-link,.aui-dropdown a.item-link{display:block}.aui-inline-dialog .contents{padding:0}form.aui .file-input-list input[type="checkbox"]+label,form.aui .file-input-list input[type="radio"]+label{display:inline;float:none;left:0;margin:0 0 0 3px;padding:0;width:auto}form.aui .file-input-list>.field-group:first-child{margin-top:0;padding-top:0}.issue-header-content .aui-nav-breadcrumbs>li{position:relative;float:none;display:inline}.issue-header-content .aui-nav-breadcrumbs>li+li{padding-left:10px}.issue-header-content .aui-nav-breadcrumbs>li+li:before{content:"";display:block;background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg08c3ZnIGlkPSJVbnRpdGxlZC1QYWdlJTIwMSIgdmlld0JveD0iMCAwIDQgMTAiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgdmVyc2lvbj0iMS4xIg0JeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSINCXg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNHB4IiBoZWlnaHQ9IjEwcHgiDT4NCTxnIGlkPSJMYXllciUyMDEiPg0JCTxwYXRoIGQ9Ik0gMSAxMCBMIDQgMCBMIDMgMCBMIDAgMTAgTCAxIDEwIEwgMSAxMCBaIiBmaWxsPSIjNzA3MDcwIi8+DQk8L2c+DTwvc3ZnPg==") no-repeat 0 0;padding:0;width:4px;height:1em;position:absolute;top:3px;left:-4px}form.aui .group .radio+label,form.aui .group .checkbox+label{display:inline-block;min-height:14px}form.aui .comment-input div.description{clear:left}form.aui:not(.aui-legacy-forms) textarea+div.description{margin-top:0}form.aui legend.accessible{display:block}#footer .footer-body{background-image:none;color:#5e6c84}#footer .footer-body a{color:#5e6c84;text-decoration:underline}#footer .footer-body #footer-logo{position:relative;bottom:-21px}#footer .footer-body #footer-logo a{display:block;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEyN3B4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAxMjcgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ni4yICg0NDQ5NikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+PHRpdGxlPkF0bGFzc2lhbiBob3Jpem9udGFsIG5ldXRyYWwgZ3JhZGllbnQgLSBzbWFsbDwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSI5OS42NzQ4ODk2JSIgeTE9IjE1LjgxNzY4NSUiIHgyPSI0NC42NTY3NzMyJSIgeTI9IjkwLjg3Njc5MDElIiBpZD0ibGluZWFyR3JhZGllbnQtMSI+PHN0b3Agc3RvcC1jb2xvcj0iIzUwNUY3OSIgb2Zmc2V0PSIwJSI+PC9zdG9wPjxzdG9wIHN0b3AtY29sb3I9IiM3QTg2OUEiIG9mZnNldD0iMTAwJSI+PC9zdG9wPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnIGlkPSIyNHB4LUhvcml6b250YWwtKHNtYWxsKSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgaWQ9IkF0bGFzc2lhbi1ob3Jpem9udGFsLW5ldXRyYWwtZ3JhZGllbnQtLS1zbWFsbCIgZmlsbC1ydWxlPSJub256ZXJvIj48ZyBpZD0iQXRsYXNzaWFuLWhvcml6b250YWwtd2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCA0LjAwMDAwMCkiPjxwYXRoIGQ9Ik00LjYwMzM1MDcsNy43NDE1NDYyIEM0LjUwOTU3NTg4LDcuNjIwMTQyNiA0LjM1ODQ4NjksNy41NTYwNTY0IDQuMjA0OTUwNTksNy41NzI1NjAwMyBDNC4wNTE0MTQyNyw3LjU4OTA2MzY1IDMuOTE3NzYyLDcuNjgzNzU2NjkgMy44NTI1Mjg2LDcuODIyMjUyMDggTDAuMDQ3OTk4NjM5OSwxNS4zNDc4OTkxIEMtMC4wMjI0NzA0Mjk5LDE1LjQ4NzM1MDYgLTAuMDE0OTM3NTg4NCwxNS42NTI5NTcyIDAuMDY3OTA3Mjc3NywxNS43ODU1ODI3IEMwLjE1MDc1MjE0NCwxNS45MTgyMDgzIDAuMjk3MDk3MDYzLDE1Ljk5ODk0MzIgMC40NTQ2ODQwMzMsMTUuOTk4OTU4IEw1Ljc1MjI5NjM5LDE1Ljk5ODk1OCBDNS45MjU2NDg0MSwxNi4wMDI5Mzk3IDYuMDg1MDc3NjYsMTUuOTA1NDQxOCA2LjE1ODk4MTc5LDE1Ljc1MDI1MjEgQzcuMzAxNzQzOTYsMTMuNDE0MDE2OCA2LjYwOTE4OTY1LDkuODYxNzgxNDkgNC42MDMzNTA3LDcuNzQxNTQ2MiBaIiBpZD0iU2hhcGUiIGZpbGw9InVybCgjbGluZWFyR3JhZGllbnQtMSkiPjwvcGF0aD48cGF0aCBkPSJNNy4zOTA2MzcwNSwwLjg5MTQyMzkxMyBDNS40NjIwNjU1MywzLjgyNzI2NTQ4IDUuMjM5NDc5MDEsNy41NTExNjU4NSA2LjgwNDg2NzM5LDEwLjY5MTQyMzkgTDkuMzU4ODk5MjIsMTUuNzQ1MDcxIEM5LjQzNTkxNTkyLDE1Ljg5NzQ3OTYgOS41OTMzNTU0NiwxNS45OTM3NjA3IDkuNzY1NTg0NjIsMTUuOTkzNzc2OSBMMTUuMDYyMjQ1NywxNS45OTM3NzY5IEMxNS4yMTk4MzI2LDE1Ljk5Mzc2MjEgMTUuMzY2MTc3NiwxNS45MTMwMjcyIDE1LjQ0OTAyMjQsMTUuNzgwNDAxNiBDMTUuNTMxODY3MywxNS42NDc3NzYxIDE1LjUzOTQwMDEsMTUuNDgyMTY5NSAxNS40Njg5MzExLDE1LjM0MjcxOCBDMTUuNDY4OTMxMSwxNS4zNDI3MTggOC4zNDMxMzcwNSwxLjI0MTMwNjI3IDguMTY0MDUyNzgsMC44ODg2MDAzODQgQzguMDkxODAyMTcsMC43NDIxMDAxNzIgNy45NDEyMTI1NSwwLjY0OTQwMTUwMSA3Ljc3NjQ0OTc0LDAuNjUwMDAzMDA1IEM3LjYxMTY4NjkyLDAuNjUwNjA0NTA5IDcuNDYxNzkyODksMC43NDQ0MDAxNjQgNy4zOTA2MzcwNSwwLjg5MTQyMzkxMyBMNy4zOTA2MzcwNSwwLjg5MTQyMzkxMyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM3QTg2OUEiPjwvcGF0aD48cGF0aCBkPSJNNjkuNTE4MjY2OSw2LjkyNzk1NDQxIEM2OS41MTgyNjY5LDguNzkxNDgzODIgNzAuMzkyMDQ1OSwxMC4yNzEwMTMyIDczLjgwOTg2OCwxMC45MjQxODk3IEM3NS44NDkwMDI4LDExLjM0NzcxOTEgNzYuMjc2MTQxNCwxMS42NzMzNjYyIDc2LjI3NjE0MTQsMTIuMzQ1ODM2OCBDNzYuMjc2MTQxNCwxMi45OTkwMTMyIDc1Ljg0ODA1MTUsMTMuNDIxODM2OCA3NC40MTE4MDk5LDEzLjQyMTgzNjggQzcyLjY3NTkzMSwxMy4zOTA5NTg2IDcwLjk3NDc1NjgsMTIuOTM1NTM4IDY5LjQ1OTk5OTEsMTIuMDk2MTg5NyBMNjkuNDU5OTk5MSwxNS4xMzE0ODM4IEM3MC40ODkzMTc0LDE1LjYzMTAxMzIgNzEuODQ4NTAyOCwxNi4xODgxODk3IDc0LjM3MzA0NCwxNi4xODgxODk3IEM3Ny45NDYxNjc2LDE2LjE4ODE4OTcgNzkuMzYzODU4NiwxNC42MTE3MTkxIDc5LjM2Mzg1ODYsMTIuMjY4ODk1NiBNNzkuMzYzODU4NiwxMi4yNjg4OTU2IEM3OS4zNjM4NTg2LDEwLjA1OTQ4MzggNzguMTc5MjM4OCw5LjAyMTgzNjc2IDc0LjgzOTE4NjQsOC4zMTEyNDg1MyBDNzIuOTk0MzU2OCw3LjkwNzcxOTEyIDcyLjU0NzcxNjMsNy41MDQ0MjUgNzIuNTQ3NzE2Myw2LjkyNzk1NDQxIEM3Mi41NDc3MTYzLDYuMTk4NTQyNjUgNzMuMjA3OTI2MSw1Ljg5MDU0MjY1IDc0LjQzMTMxMTgsNS44OTA1NDI2NSBDNzUuOTA3MjcwNiw1Ljg5MDU0MjY1IDc3LjM2MzcyNzUsNi4zMzI0MjUgNzguNzQyNDE0OCw2Ljk0NzI0ODUzIEw3OC43NDI0MTQ4LDQuMDQ2MDcyMDYgQzc3LjQyMDQwOTksMy40NTA3NjkzNyA3NS45ODA2MDM5LDMuMTU1NDA4NzkgNzQuNTI4MzQ1NSwzLjE4MTYwMTQ3IEM3MS4yMjcwNTksMy4xODE2MDE0NyA2OS41MTgyNjY5LDQuNjAzMjQ4NTMgNjkuNTE4MjY2OSw2LjkyNzk1NDQxIiBpZD0iU2hhcGUiIGZpbGw9IiM1MDVGNzkiPjwvcGF0aD48cG9seWdvbiBpZD0iU2hhcGUiIGZpbGw9IiM1MDVGNzkiIHBvaW50cz0iMTE1LjQxOTk5OCAzLjM4MDAwMDExIDExNS40MTk5OTggMTYuMDAyNTg4MyAxMTguMTM4NjA3IDE2LjAwMjU4ODMgMTE4LjEzODYwNyA2LjM3NzE3NjU5IDExOS4yODQ0NjEgOC45MzIyMzU0MSAxMjMuMTI5NDIxIDE2LjAwMjU4ODMgMTI2LjU0NzI0MyAxNi4wMDI1ODgzIDEyNi41NDcyNDMgMy4zODAwMDAxMSAxMjMuODI4NjM1IDMuMzgwMDAwMTEgMTIzLjgyODYzNSAxMS41MjYxMTc4IDEyMi43OTkzMTcgOS4xNjI4MjM2NCAxMTkuNzExNTk5IDMuMzgwMDAwMTEiPjwvcG9seWdvbj48cmVjdCBpZD0iUmVjdGFuZ2xlLXBhdGgiIGZpbGw9IiM1MDVGNzkiIHg9Ijk1LjE2MDAwMzciIHk9IjMuMzgwMDAwMTEiIHdpZHRoPSIyLjk3MTE4MTY1IiBoZWlnaHQ9IjEyLjYyMjU4ODIiPjwvcmVjdD48cGF0aCBkPSJNOTEuNzMzODYxNCwxMi4yNjg4OTU2IEM5MS43MzM4NjE0LDEwLjA1OTQ4MzggOTAuNTQ5MjQxNSw5LjAyMTgzNjc2IDg3LjIwOTE4OTEsOC4zMTEyNDg1MyBDODUuMzY0MzU5NSw3LjkwNzcxOTEyIDg0LjkxNzcxOTEsNy41MDQ0MjUgODQuOTE3NzE5MSw2LjkyNzk1NDQxIEM4NC45MTc3MTkxLDYuMTk4NTQyNjUgODUuNTc3OTI4OCw1Ljg5MDU0MjY1IDg2LjgwMTMxNDYsNS44OTA1NDI2NSBDODguMjc3MjczNCw1Ljg5MDU0MjY1IDg5LjczMzczMDMsNi4zMzI0MjUgOTEuMTEyNDE3Niw2Ljk0NzI0ODUzIEw5MS4xMTI0MTc2LDQuMDQ2MDcyMDYgQzg5Ljc5MDQxMjYsMy40NTA3NjkzNyA4OC4zNTA2MDY2LDMuMTU1NDA4NzkgODYuODk4MzQ4MywzLjE4MTYwMTQ3IEM4My41OTcwNjE4LDMuMTgxNjAxNDcgODEuODg4MjY5Niw0LjYwMzI0ODUzIDgxLjg4ODI2OTYsNi45Mjc5NTQ0MSBDODEuODg4MjY5Niw4Ljc5MTQ4MzgyIDgyLjc2MjA0ODYsMTAuMjcxMDEzMiA4Ni4xNzk4NzA3LDEwLjkyNDE4OTcgQzg4LjIxOTAwNTYsMTEuMzQ3NzE5MSA4OC42NDYxNDQyLDExLjY3MzM2NjIgODguNjQ2MTQ0MiwxMi4zNDU4MzY4IEM4OC42NDYxNDQyLDEyLjk5OTAxMzIgODguMjE4MDU0MywxMy40MjE4MzY4IDg2Ljc4MTgxMjcsMTMuNDIxODM2OCBDODUuMDQ1OTMzNywxMy4zOTA5NTg2IDgzLjM0NDc1OTUsMTIuOTM1NTM4IDgxLjgzMDAwMTgsMTIuMDk2MTg5NyBMODEuODMwMDAxOCwxNS4xMzE0ODM4IEM4Mi44NTkzMjAyLDE1LjYzMTAxMzIgODQuMjE4NTA1NiwxNi4xODgxODk3IDg2Ljc0MzA0NjgsMTYuMTg4MTg5NyBDOTAuMzE2MTcwNCwxNi4xODgxODk3IDkxLjczMzg2MTQsMTQuNjExNzE5MSA5MS43MzM4NjE0LDEyLjI2ODg5NTYiIGlkPSJTaGFwZSIgZmlsbD0iIzUwNUY3OSI+PC9wYXRoPjxwb2x5Z29uIGlkPSJTaGFwZSIgZmlsbD0iIzUwNUY3OSIgcG9pbnRzPSI0Ni40Mzk5OTg2IDMuMzgwMDAwMTEgNDYuNDM5OTk4NiAxNi4wMDI1ODgzIDUyLjU0NjkzODcgMTYuMDAyNTg4MyA1My41MDg0NzYyIDEzLjI3NDM1MzEgNDkuNDMwNDQ0MyAxMy4yNzQzNTMxIDQ5LjQzMDQ0NDMgMy4zODAwMDAxMSI+PC9wb2x5Z29uPjxwb2x5Z29uIGlkPSJTaGFwZSIgZmlsbD0iIzUwNUY3OSIgcG9pbnRzPSIzNC4zNjk5OTg5IDMuMzgwMDAwMTEgMzQuMzY5OTk4OSA2LjEwODAwMDExIDM3LjY3MTI4NTQgNi4xMDgwMDAxMSAzNy42NzEyODU0IDE2LjAwMjU4ODMgNDAuNjYxNzMxMSAxNi4wMDI1ODgzIDQwLjY2MTczMTEgNi4xMDgwMDAxMSA0NC4xOTYwODg4IDYuMTA4MDAwMTEgNDQuMTk2MDg4OCAzLjM4MDAwMDExIj48L3BvbHlnb24+PHBhdGggZD0iTTMwLjAzODIwNjEsMy4zODAwMDAxMSBMMjYuMTE5MDQzMSwzLjM4MDAwMDExIEwyMS42NzAwMDAxLDE2LjAwMjU4ODMgTDI1LjA2NzYwNjgsMTYuMDAyNTg4MyBMMjUuNjk4MzI1OSwxMy44NzY3MDYgQzI3LjI1MTY4NzMsMTQuMzI3OTY2OSAyOC45MDM0MjE0LDE0LjMyNzk2NjkgMzAuNDU2NzgyOCwxMy44NzY3MDYgTDMxLjA4NzUwMTksMTYuMDAyNTg4MyBMMzQuNDg1ODIyMiwxNi4wMDI1ODgzIEwzMC4wMzgyMDYxLDMuMzgwMDAwMTEgWiBNMjguMDc4NTA1NywxMS42MDA0NzA3IEMyNy41MjUwNTYsMTEuNjAwNDM5IDI2Ljk3NDQ1NywxMS41MjIwNzY2IDI2LjQ0MzQ0MDIsMTEuMzY3NzY0OCBMMjguMDc4NTA1Nyw1Ljg1OTI5NDIzIEwyOS43MTM1NzEyLDExLjM2OTY0NzIgQzI5LjE4MjQ2MDksMTEuNTIzMzIyMSAyOC42MzE4NjM3LDExLjYwMTA1MDMgMjguMDc4NTA1NywxMS42MDA0NzA3IEwyOC4wNzg1MDU3LDExLjYwMDQ3MDcgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjNTA1Rjc5Ij48L3BhdGg+PHBhdGggZD0iTTYzLjA2Nzk2ODksMy4zODAwMDAxMSBMNTkuMTQ5MDQzOCwzLjM4MDAwMDExIEw1NC43MDAwMDA4LDE2LjAwMjU4ODMgTDU4LjA5ODMyMSwxNi4wMDI1ODgzIEw1OC43MjkwNDAxLDEzLjg3NjcwNiBDNjAuMjgyNDAxNSwxNC4zMjc5NjY5IDYxLjkzNDEzNTYsMTQuMzI3OTY2OSA2My40ODc0OTcsMTMuODc2NzA2IEw2NC4xMTgyMTYxLDE2LjAwMjU4ODMgTDY3LjUxNjUzNjMsMTYuMDAyNTg4MyBMNjMuMDY3OTY4OSwzLjM4MDAwMDExIFogTTYxLjEwODUwNjQsMTEuNjAwNDcwNyBDNjAuNTU1MDU2NywxMS42MDA0MzkgNjAuMDA0NDU3NiwxMS41MjIwNzY2IDU5LjQ3MzQ0MDgsMTEuMzY3NzY0OCBMNjEuMTA4NTA2NCw1Ljg1OTI5NDIzIEw2Mi43NDM1NzE5LDExLjM2OTY0NzIgQzYyLjIxMjQ2MTYsMTEuNTIzMzIyMSA2MS42NjE4NjQ0LDExLjYwMTA1MDMgNjEuMTA4NTA2NCwxMS42MDA0NzA3IEw2MS4xMDg1MDY0LDExLjYwMDQ3MDcgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjNTA1Rjc5Ij48L3BhdGg+PHBhdGggZD0iTTEwOC44Mzc5NjksMy4zODAwMDAxMSBMMTA0LjkxOTA0NCwzLjM4MDAwMDExIEwxMDAuNDcwMDAxLDE2LjAwMjU4ODMgTDEwMy44NjgzMjEsMTYuMDAyNTg4MyBMMTA0LjQ5OTA0MSwxMy44NzY3MDYgQzEwNi4wNTI0MDIsMTQuMzI3OTY2OSAxMDcuNzA0MTM2LDE0LjMyNzk2NjkgMTA5LjI1NzQ5NywxMy44NzY3MDYgTDEwOS44ODgyMTcsMTYuMDAyNTg4MyBMMTEzLjI4Njc3NSwxNi4wMDI1ODgzIEwxMDguODM3OTY5LDMuMzgwMDAwMTEgWiBNMTA2Ljg3NzMxOCwxMS42MDA0NzA3IEMxMDYuMzIzODY4LDExLjYwMDQzOSAxMDUuNzczMjY5LDExLjUyMjA3NjYgMTA1LjI0MjI1MiwxMS4zNjc3NjQ4IEwxMDYuODc3MzE4LDUuODU5Mjk0MjMgTDEwOC41MTIzODMsMTEuMzY5NjQ3MiBDMTA3Ljk4MTI3MywxMS41MjMzMjIxIDEwNy40MzA2NzYsMTEuNjAxMDUwMyAxMDYuODc3MzE4LDExLjYwMDQ3MDcgTDEwNi44NzczMTgsMTEuNjAwNDcwNyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM1MDVGNzkiPjwvcGF0aD48L2c+PC9nPjwvZz4KPC9zdmc+) center bottom no-repeat;background-size:127px 26px;text-indent:-9999em}#footer .footer-body #footer-logo a:focus,#footer .footer-body #footer-logo a:hover,#footer .footer-body #footer-logo a:active{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEyN3B4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAxMjcgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ni4yICg0NDQ5NikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+PHRpdGxlPkF0bGFzc2lhbiBob3Jpem9udGFsIGJsdWUgZ3JhZGllbnQgLSBzbWFsbDwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSI5OS42ODQ3MTYlIiB5MT0iMTUuODEzODEyOCUiIHgyPSIzOS44NDQ0Mzk5JSIgeTI9Ijk3LjQzODgzODglIiBpZD0ibGluZWFyR3JhZGllbnQtMSI+PHN0b3Agc3RvcC1jb2xvcj0iIzAwNTJDQyIgb2Zmc2V0PSIwJSI+PC9zdG9wPjxzdG9wIHN0b3AtY29sb3I9IiMyNjg0RkYiIG9mZnNldD0iOTIuMyUiPjwvc3RvcD48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48ZyBpZD0iMjRweC1Ib3Jpem9udGFsLShzbWFsbCkiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGlkPSJBdGxhc3NpYW4taG9yaXpvbnRhbC1ibHVlLWdyYWRpZW50LS0tc21hbGwiIGZpbGwtcnVsZT0ibm9uemVybyI+PGcgaWQ9IkF0bGFzc2lhbi1ob3Jpem9udGFsLXdoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgNC4wMDAwMDApIj48cGF0aCBkPSJNNC42MDMzNTA3LDcuNzQxNTQ2MiBDNC41MDk1NzU4OCw3LjYyMDE0MjYgNC4zNTg0ODY5LDcuNTU2MDU2NCA0LjIwNDk1MDU5LDcuNTcyNTYwMDMgQzQuMDUxNDE0MjcsNy41ODkwNjM2NSAzLjkxNzc2Miw3LjY4Mzc1NjY5IDMuODUyNTI4Niw3LjgyMjI1MjA4IEwwLjA0Nzk5ODYzOTksMTUuMzQ3ODk5MSBDLTAuMDIyNDcwNDI5OSwxNS40ODczNTA2IC0wLjAxNDkzNzU4ODQsMTUuNjUyOTU3MiAwLjA2NzkwNzI3NzcsMTUuNzg1NTgyNyBDMC4xNTA3NTIxNDQsMTUuOTE4MjA4MyAwLjI5NzA5NzA2MywxNS45OTg5NDMyIDAuNDU0Njg0MDMzLDE1Ljk5ODk1OCBMNS43NTIyOTYzOSwxNS45OTg5NTggQzUuOTI1NjQ4NDEsMTYuMDAyOTM5NyA2LjA4NTA3NzY2LDE1LjkwNTQ0MTggNi4xNTg5ODE3OSwxNS43NTAyNTIxIEM3LjMwMTc0Mzk2LDEzLjQxNDAxNjggNi42MDkxODk2NSw5Ljg2MTc4MTQ5IDQuNjAzMzUwNyw3Ljc0MTU0NjIgWiIgaWQ9IlNoYXBlIiBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTEpIj48L3BhdGg+PHBhdGggZD0iTTcuMzkwNjM3MDUsMC44OTE0MjM5MTMgQzUuNDYyMDY1NTMsMy44MjcyNjU0OCA1LjIzOTQ3OTAxLDcuNTUxMTY1ODUgNi44MDQ4NjczOSwxMC42OTE0MjM5IEw5LjM1ODg5OTIyLDE1Ljc0NTA3MSBDOS40MzU5MTU5MiwxNS44OTc0Nzk2IDkuNTkzMzU1NDYsMTUuOTkzNzYwNyA5Ljc2NTU4NDYyLDE1Ljk5Mzc3NjkgTDE1LjA2MjI0NTcsMTUuOTkzNzc2OSBDMTUuMjE5ODMyNiwxNS45OTM3NjIxIDE1LjM2NjE3NzYsMTUuOTEzMDI3MiAxNS40NDkwMjI0LDE1Ljc4MDQwMTYgQzE1LjUzMTg2NzMsMTUuNjQ3Nzc2MSAxNS41Mzk0MDAxLDE1LjQ4MjE2OTUgMTUuNDY4OTMxMSwxNS4zNDI3MTggQzE1LjQ2ODkzMTEsMTUuMzQyNzE4IDguMzQzMTM3MDUsMS4yNDEzMDYyNyA4LjE2NDA1Mjc4LDAuODg4NjAwMzg0IEM4LjA5MTgwMjE3LDAuNzQyMTAwMTcyIDcuOTQxMjEyNTUsMC42NDk0MDE1MDEgNy43NzY0NDk3NCwwLjY1MDAwMzAwNSBDNy42MTE2ODY5MiwwLjY1MDYwNDUwOSA3LjQ2MTc5Mjg5LDAuNzQ0NDAwMTY0IDcuMzkwNjM3MDUsMC44OTE0MjM5MTMgTDcuMzkwNjM3MDUsMC44OTE0MjM5MTMgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjMjY4NEZGIj48L3BhdGg+PHBhdGggZD0iTTY5LjUxODI2NjksNi45Mjc5NTQ0MSBDNjkuNTE4MjY2OSw4Ljc5MTQ4MzgyIDcwLjM5MjA0NTksMTAuMjcxMDEzMiA3My44MDk4NjgsMTAuOTI0MTg5NyBDNzUuODQ5MDAyOCwxMS4zNDc3MTkxIDc2LjI3NjE0MTQsMTEuNjczMzY2MiA3Ni4yNzYxNDE0LDEyLjM0NTgzNjggQzc2LjI3NjE0MTQsMTIuOTk5MDEzMiA3NS44NDgwNTE1LDEzLjQyMTgzNjggNzQuNDExODA5OSwxMy40MjE4MzY4IEM3Mi42NzU5MzEsMTMuMzkwOTU4NiA3MC45NzQ3NTY4LDEyLjkzNTUzOCA2OS40NTk5OTkxLDEyLjA5NjE4OTcgTDY5LjQ1OTk5OTEsMTUuMTMxNDgzOCBDNzAuNDg5MzE3NCwxNS42MzEwMTMyIDcxLjg0ODUwMjgsMTYuMTg4MTg5NyA3NC4zNzMwNDQsMTYuMTg4MTg5NyBDNzcuOTQ2MTY3NiwxNi4xODgxODk3IDc5LjM2Mzg1ODYsMTQuNjExNzE5MSA3OS4zNjM4NTg2LDEyLjI2ODg5NTYgTTc5LjM2Mzg1ODYsMTIuMjY4ODk1NiBDNzkuMzYzODU4NiwxMC4wNTk0ODM4IDc4LjE3OTIzODgsOS4wMjE4MzY3NiA3NC44MzkxODY0LDguMzExMjQ4NTMgQzcyLjk5NDM1NjgsNy45MDc3MTkxMiA3Mi41NDc3MTYzLDcuNTA0NDI1IDcyLjU0NzcxNjMsNi45Mjc5NTQ0MSBDNzIuNTQ3NzE2Myw2LjE5ODU0MjY1IDczLjIwNzkyNjEsNS44OTA1NDI2NSA3NC40MzEzMTE4LDUuODkwNTQyNjUgQzc1LjkwNzI3MDYsNS44OTA1NDI2NSA3Ny4zNjM3Mjc1LDYuMzMyNDI1IDc4Ljc0MjQxNDgsNi45NDcyNDg1MyBMNzguNzQyNDE0OCw0LjA0NjA3MjA2IEM3Ny40MjA0MDk5LDMuNDUwNzY5MzcgNzUuOTgwNjAzOSwzLjE1NTQwODc5IDc0LjUyODM0NTUsMy4xODE2MDE0NyBDNzEuMjI3MDU5LDMuMTgxNjAxNDcgNjkuNTE4MjY2OSw0LjYwMzI0ODUzIDY5LjUxODI2NjksNi45Mjc5NTQ0MSIgaWQ9IlNoYXBlIiBmaWxsPSIjMDA1MkNDIj48L3BhdGg+PHBvbHlnb24gaWQ9IlNoYXBlIiBmaWxsPSIjMDA1MkNDIiBwb2ludHM9IjExNS40MTk5OTggMy4zODAwMDAxMSAxMTUuNDE5OTk4IDE2LjAwMjU4ODMgMTE4LjEzODYwNyAxNi4wMDI1ODgzIDExOC4xMzg2MDcgNi4zNzcxNzY1OSAxMTkuMjg0NDYxIDguOTMyMjM1NDEgMTIzLjEyOTQyMSAxNi4wMDI1ODgzIDEyNi41NDcyNDMgMTYuMDAyNTg4MyAxMjYuNTQ3MjQzIDMuMzgwMDAwMTEgMTIzLjgyODYzNSAzLjM4MDAwMDExIDEyMy44Mjg2MzUgMTEuNTI2MTE3OCAxMjIuNzk5MzE3IDkuMTYyODIzNjQgMTE5LjcxMTU5OSAzLjM4MDAwMDExIj48L3BvbHlnb24+PHJlY3QgaWQ9IlJlY3RhbmdsZS1wYXRoIiBmaWxsPSIjMDA1MkNDIiB4PSI5NS4xNjAwMDM3IiB5PSIzLjM4MDAwMDExIiB3aWR0aD0iMi45NzExODE2NSIgaGVpZ2h0PSIxMi42MjI1ODgyIj48L3JlY3Q+PHBhdGggZD0iTTkxLjczMzg2MTQsMTIuMjY4ODk1NiBDOTEuNzMzODYxNCwxMC4wNTk0ODM4IDkwLjU0OTI0MTUsOS4wMjE4MzY3NiA4Ny4yMDkxODkxLDguMzExMjQ4NTMgQzg1LjM2NDM1OTUsNy45MDc3MTkxMiA4NC45MTc3MTkxLDcuNTA0NDI1IDg0LjkxNzcxOTEsNi45Mjc5NTQ0MSBDODQuOTE3NzE5MSw2LjE5ODU0MjY1IDg1LjU3NzkyODgsNS44OTA1NDI2NSA4Ni44MDEzMTQ2LDUuODkwNTQyNjUgQzg4LjI3NzI3MzQsNS44OTA1NDI2NSA4OS43MzM3MzAzLDYuMzMyNDI1IDkxLjExMjQxNzYsNi45NDcyNDg1MyBMOTEuMTEyNDE3Niw0LjA0NjA3MjA2IEM4OS43OTA0MTI2LDMuNDUwNzY5MzcgODguMzUwNjA2NiwzLjE1NTQwODc5IDg2Ljg5ODM0ODMsMy4xODE2MDE0NyBDODMuNTk3MDYxOCwzLjE4MTYwMTQ3IDgxLjg4ODI2OTYsNC42MDMyNDg1MyA4MS44ODgyNjk2LDYuOTI3OTU0NDEgQzgxLjg4ODI2OTYsOC43OTE0ODM4MiA4Mi43NjIwNDg2LDEwLjI3MTAxMzIgODYuMTc5ODcwNywxMC45MjQxODk3IEM4OC4yMTkwMDU2LDExLjM0NzcxOTEgODguNjQ2MTQ0MiwxMS42NzMzNjYyIDg4LjY0NjE0NDIsMTIuMzQ1ODM2OCBDODguNjQ2MTQ0MiwxMi45OTkwMTMyIDg4LjIxODA1NDMsMTMuNDIxODM2OCA4Ni43ODE4MTI3LDEzLjQyMTgzNjggQzg1LjA0NTkzMzcsMTMuMzkwOTU4NiA4My4zNDQ3NTk1LDEyLjkzNTUzOCA4MS44MzAwMDE4LDEyLjA5NjE4OTcgTDgxLjgzMDAwMTgsMTUuMTMxNDgzOCBDODIuODU5MzIwMiwxNS42MzEwMTMyIDg0LjIxODUwNTYsMTYuMTg4MTg5NyA4Ni43NDMwNDY4LDE2LjE4ODE4OTcgQzkwLjMxNjE3MDQsMTYuMTg4MTg5NyA5MS43MzM4NjE0LDE0LjYxMTcxOTEgOTEuNzMzODYxNCwxMi4yNjg4OTU2IiBpZD0iU2hhcGUiIGZpbGw9IiMwMDUyQ0MiPjwvcGF0aD48cG9seWdvbiBpZD0iU2hhcGUiIGZpbGw9IiMwMDUyQ0MiIHBvaW50cz0iNDYuNDM5OTk4NiAzLjM4MDAwMDExIDQ2LjQzOTk5ODYgMTYuMDAyNTg4MyA1Mi41NDY5Mzg3IDE2LjAwMjU4ODMgNTMuNTA4NDc2MiAxMy4yNzQzNTMxIDQ5LjQzMDQ0NDMgMTMuMjc0MzUzMSA0OS40MzA0NDQzIDMuMzgwMDAwMTEiPjwvcG9seWdvbj48cG9seWdvbiBpZD0iU2hhcGUiIGZpbGw9IiMwMDUyQ0MiIHBvaW50cz0iMzQuMzY5OTk4OSAzLjM4MDAwMDExIDM0LjM2OTk5ODkgNi4xMDgwMDAxMSAzNy42NzEyODU0IDYuMTA4MDAwMTEgMzcuNjcxMjg1NCAxNi4wMDI1ODgzIDQwLjY2MTczMTEgMTYuMDAyNTg4MyA0MC42NjE3MzExIDYuMTA4MDAwMTEgNDQuMTk2MDg4OCA2LjEwODAwMDExIDQ0LjE5NjA4ODggMy4zODAwMDAxMSI+PC9wb2x5Z29uPjxwYXRoIGQ9Ik0zMC4wMzgyMDYxLDMuMzgwMDAwMTEgTDI2LjExOTA0MzEsMy4zODAwMDAxMSBMMjEuNjcwMDAwMSwxNi4wMDI1ODgzIEwyNS4wNjc2MDY4LDE2LjAwMjU4ODMgTDI1LjY5ODMyNTksMTMuODc2NzA2IEMyNy4yNTE2ODczLDE0LjMyNzk2NjkgMjguOTAzNDIxNCwxNC4zMjc5NjY5IDMwLjQ1Njc4MjgsMTMuODc2NzA2IEwzMS4wODc1MDE5LDE2LjAwMjU4ODMgTDM0LjQ4NTgyMjIsMTYuMDAyNTg4MyBMMzAuMDM4MjA2MSwzLjM4MDAwMDExIFogTTI4LjA3ODUwNTcsMTEuNjAwNDcwNyBDMjcuNTI1MDU2LDExLjYwMDQzOSAyNi45NzQ0NTcsMTEuNTIyMDc2NiAyNi40NDM0NDAyLDExLjM2Nzc2NDggTDI4LjA3ODUwNTcsNS44NTkyOTQyMyBMMjkuNzEzNTcxMiwxMS4zNjk2NDcyIEMyOS4xODI0NjA5LDExLjUyMzMyMjEgMjguNjMxODYzNywxMS42MDEwNTAzIDI4LjA3ODUwNTcsMTEuNjAwNDcwNyBMMjguMDc4NTA1NywxMS42MDA0NzA3IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzAwNTJDQyI+PC9wYXRoPjxwYXRoIGQ9Ik02My4wNjc5Njg5LDMuMzgwMDAwMTEgTDU5LjE0OTA0MzgsMy4zODAwMDAxMSBMNTQuNzAwMDAwOCwxNi4wMDI1ODgzIEw1OC4wOTgzMjEsMTYuMDAyNTg4MyBMNTguNzI5MDQwMSwxMy44NzY3MDYgQzYwLjI4MjQwMTUsMTQuMzI3OTY2OSA2MS45MzQxMzU2LDE0LjMyNzk2NjkgNjMuNDg3NDk3LDEzLjg3NjcwNiBMNjQuMTE4MjE2MSwxNi4wMDI1ODgzIEw2Ny41MTY1MzYzLDE2LjAwMjU4ODMgTDYzLjA2Nzk2ODksMy4zODAwMDAxMSBaIE02MS4xMDg1MDY0LDExLjYwMDQ3MDcgQzYwLjU1NTA1NjcsMTEuNjAwNDM5IDYwLjAwNDQ1NzYsMTEuNTIyMDc2NiA1OS40NzM0NDA4LDExLjM2Nzc2NDggTDYxLjEwODUwNjQsNS44NTkyOTQyMyBMNjIuNzQzNTcxOSwxMS4zNjk2NDcyIEM2Mi4yMTI0NjE2LDExLjUyMzMyMjEgNjEuNjYxODY0NCwxMS42MDEwNTAzIDYxLjEwODUwNjQsMTEuNjAwNDcwNyBMNjEuMTA4NTA2NCwxMS42MDA0NzA3IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzAwNTJDQyI+PC9wYXRoPjxwYXRoIGQ9Ik0xMDguODM3OTY5LDMuMzgwMDAwMTEgTDEwNC45MTkwNDQsMy4zODAwMDAxMSBMMTAwLjQ3MDAwMSwxNi4wMDI1ODgzIEwxMDMuODY4MzIxLDE2LjAwMjU4ODMgTDEwNC40OTkwNDEsMTMuODc2NzA2IEMxMDYuMDUyNDAyLDE0LjMyNzk2NjkgMTA3LjcwNDEzNiwxNC4zMjc5NjY5IDEwOS4yNTc0OTcsMTMuODc2NzA2IEwxMDkuODg4MjE3LDE2LjAwMjU4ODMgTDExMy4yODY3NzUsMTYuMDAyNTg4MyBMMTA4LjgzNzk2OSwzLjM4MDAwMDExIFogTTEwNi44NzczMTgsMTEuNjAwNDcwNyBDMTA2LjMyMzg2OCwxMS42MDA0MzkgMTA1Ljc3MzI2OSwxMS41MjIwNzY2IDEwNS4yNDIyNTIsMTEuMzY3NzY0OCBMMTA2Ljg3NzMxOCw1Ljg1OTI5NDIzIEwxMDguNTEyMzgzLDExLjM2OTY0NzIgQzEwNy45ODEyNzMsMTEuNTIzMzIyMSAxMDcuNDMwNjc2LDExLjYwMTA1MDMgMTA2Ljg3NzMxOCwxMS42MDA0NzA3IEwxMDYuODc3MzE4LDExLjYwMDQ3MDcgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjMDA1MkNDIj48L3BhdGg+PC9nPjwvZz48L2c+Cjwvc3ZnPg==)}#jira .aui-restfultable .aui-restfultable-row .aui-restfultable-draghandle{height:auto}#jira .aui-restfultable-readonly .aui-restfultable-editable{height:auto}*:not(.aui-flag)>.aui-message:first-child{margin-bottom:10px}.aui-style-default aui-section{padding:2px 0}.jira-lozenge-labs{background-color:#60a222;border-color:#60a222;color:#fff}aui-badge,.aui-badge{color:#172b4d;background:rgba(9,30,66,0.13);font-weight:600}aui-badge.ghx-not-started,.aui-badge.ghx-not-started{color:#fff;background:#42526e}aui-badge.ghx-in-progress,.aui-badge.ghx-in-progress,aui-badge.jira-badge__primary,.aui-badge.jira-badge__primary{color:#fff;background:#0052cc}aui-badge.ghx-done,.aui-badge.ghx-done,aui-badge.scheduler-success,.aui-badge.scheduler-success{color:#fff;background:#00875a}aui-badge.scheduler-fail,.aui-badge.scheduler-fail{color:#fff;background:#de350b}table.aui>tbody>tr>th,table.aui>thead>tr>th{color:#6b778c}.aui-nav-heading{color:#5e6c84}table#cluster-information-table .node-name,table#cluster-information-table .host-name,table#cluster-information-table .status,content#acm-selected-web-item,span#acm-cluster-provisioning{display:none}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/layout.less' */
.content-container{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;display:table;padding:0;margin:0;table-layout:fixed;width:100%}.content-container>.content-related,.content-container>.content-body{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;display:table-cell;margin:0;vertical-align:top}.content-container{background:#fff;border-color:#c1c7d0;border-style:solid;border-width:1px 0}.content-related{border-right:1px solid #c1c7d0;padding:10px;padding-bottom:20px;width:200px}.content-body{padding:20px}.page-type-message #content>header,.page-type-message .content-container,.page-type-message .aui-page-panel{-moz-border-radius:4px 4px 4px 4px;border-radius:4px 4px 4px 4px;border-width:1px;margin-left:auto;margin-right:auto;margin-top:70px;width:576px}.page-type-inlinedialog{background-color:#fff;overflow:auto}.page-type-inlinedialog,.page-type-popup{min-width:0}.page-type-login #content>header,.page-type-login .content-container,.page-type-login .aui-page-panel{-moz-border-radius:4px 4px 4px 4px;border-radius:4px 4px 4px 4px;border-width:1px;margin-left:auto;margin-right:auto;margin-top:70px;width:576px}#content .aui-page-panel-nav .tabs.vertical{margin:0;padding:0}#content .aui-page-panel-nav .tabs.vertical li{border:0;display:block;margin:0;padding:0}#content .aui-page-panel-nav .tabs.vertical strong{font-weight:inherit;color:inherit;cursor:inherit;margin:0;padding:0}#content .aui-page-panel-nav .tabs.vertical a{display:block;padding:7px 10px;line-height:1.14285714;word-wrap:break-word;background:transparent;color:#42526e;font-weight:normal;text-decoration:none}#content .aui-page-panel-nav .tabs.vertical a:focus,#content .aui-page-panel-nav .tabs.vertical a:hover{background:#ebecf0;color:#42526e;text-decoration:none}#content .aui-page-panel-nav .tabs.vertical a:active{background:#deebff;color:#42526e}#content .aui-page-panel-nav .tabs.vertical .active a{background:transparent;color:#42526e;font-weight:bold}#content .aui-page-panel-nav .tabs.vertical .active a:focus,#content .aui-page-panel-nav .tabs.vertical .active a:hover{background:#ebecf0;text-decoration:none;color:#42526e}#content .aui-page-panel-nav .tabs.vertical .active a:active{background:#deebff;color:#42526e}#content>header>h1>a{text-decoration:none}#content>header #heading-avatar{float:left;height:48px;margin:0;overflow:hidden;width:48px}#content>header #heading-avatar>img{display:block}#content>header #heading-avatar+h1{padding-top:9px}#content>header #heading-avatar+ul.breadcrumbs,#content>header #heading-avatar+ul.breadcrumbs+h1,#content>header #heading-avatar+h1{margin-left:58px}#content>header .toolbar-group{margin:0 0 10px 10px}.toggle-lhc{display:none}.aui-page-focused .aui-page-panel-content h2{border-bottom:1px solid #c1c7d0;margin-bottom:20px;padding-bottom:20px}.aui-page-focused .aui-page-panel-content .buttons-container{border-top:1px solid #c1c7d0;margin-top:20px;padding-top:20px}.aui-page-focused .aui-page-panel-content .buttons-container fieldset .checkbox>label{color:#6b778c}.aui-page-focused .aui-page-panel-content .buttons-container fieldset+.buttons{padding-top:15px}.margin-fix{margin-top:50px;min-height:auto}.tabpanel-modules{margin-top:20px}.tabpanel-modules:first-child{margin-top:0}.tabpanel-modules-top+.tabpanel-modules-split{border-top:1px solid #c1c7d0;margin-top:15px;padding-top:15px}@media screen and (min-width:0) and (max-width:1280px){.tabpanel-modules-split .aui-item{display:block}.tabpanel-modules-split .aui-item+.aui-item{border-top:1px solid #c1c7d0;margin-top:15px;padding-top:15px;padding-left:0}}body.CAPS_IFRAME.page-type-login{min-width:0;background:white;overflow-y:auto}body.CAPS_IFRAME.page-type-login section .aui-page-panel{border:none;margin:0;width:auto}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/deprecated/notifications.less' */
#jira-message-container{background-color:#fff;border:1px solid #bbb;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin:16px auto;width:600px;padding:16px}#jira-message-container .aui-message{margin:16px 0 0 0}#jira-message-container>h1{margin:0 0 16px 0}#jira-message-container>h1+.aui-message,#jira-message-container .aui-message:first-child{margin-top:0}#jira-message-container form{margin-top:0.5em}.notifications{clear:both}.notifications>ul{list-style:none;margin:0;padding:0}.notifications>ul>li{background-color:#ffd;border-color:#f7df92;border-style:solid;border-width:0 1px 1px 1px;padding:8px 16px}.notifications>ul>li:first-child{border-top:1px solid #f7df92}.aui-message .icon-help{background-image:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/ico_help.png");float:right;height:16px;left:auto;margin-left:14px;position:relative;top:0;width:16px}.notify{background-color:#f0f0f0;background-position:0.75em 0.75em;background-repeat:no-repeat;border:1px solid #bbb;color:#000;padding:0.75em}.notify.info{background-color:#e0efff;background-image:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/icon-information.png");border-color:#9eb6d4;padding-left:2.5em}.notify.warn{background-color:#ffd;background-image:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/icon-warning.png");border-color:#f7df92;padding-left:2.5em}.notify.error{background-color:#ffe7e7;background-image:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/icon-error.png");border-color:#df9898;padding-left:2.5em}.notify.success{background-color:#ddfade;background-image:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/accept.png");border-color:#9ec49f;padding-left:2.5em}#announcement-banner{border-bottom:1px solid #c1c7d0;padding:8px;clear:both}.importWarningBox,.warningBox,.importErrorBox,.infoBox,.tipBox,.greenBox,.grayBox{background-position:0.5em 0.5em;background-repeat:no-repeat;color:#000;margin:0 auto;padding:0.5em}.warningBox a,.infoBox a,.tipBox a{font-weight:bold}.importWarningBox{background-color:#ffd;background-image:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/icon-warning.png);border:1px solid #f7df92;padding-left:2.5em;width:80%}.warningBox{background-color:#ffe7e7;background-image:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/icon-error.png");border:solid 1px #df9898;padding-left:2.5em}.importErrorBox{background-color:#ffe7e7;background-image:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/icon-error.png");border:1px solid #df9898;padding-left:2.5em;width:80%}.infoBox{background-color:#e0efff;background-image:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/icon-information.png);border:1px solid #9eb6d4;padding-left:2.5em}.tipBox{background-color:#ddfade;border:1px solid #9ec49f}.greenBox{background-color:#ddfade;border:1px solid #9ec49f;width:80%}.grayBox{background-color:#f0f0f0;border:1px solid #bbb;width:80%}.informationBox{background-color:#ffd;border:1px solid #f7df92;margin-left:auto;margin-right:auto;padding:1em;width:80%}.informationBox .error,.informationBox .success,.informationBox .info{font-size:1.2em;font-weight:bold}.informationBox .error{color:#c00}.informationBox .success{color:#006400}.informationBox .info{color:#60f}.module.message,.tooltip{background-color:#ffd;border:1px solid #f7df92}.tooltip{color:#000;display:none;font-weight:normal;padding:0.5em;position:absolute;right:10px;text-align:center;text-transform:none;width:20em;z-index:2050}.module.message.error,.errorBox,.errorBox2{background-color:#ffe7e7;border:1px solid #df9898}.errorBox{padding:4px;width:90%}.rowClear{background-color:#fff}.errorTabCell{background-color:#ffe7e7}.formErrors{background-color:#ffe7e7}.loginFormError{background-color:#ffe7e7;color:#c00;font-weight:bold}#portlet-search-view-footer .errors li,.paramRemoved,.paramRemoved a,.errMsg,td.frother-control-renderer div.error{color:#c00;font-weight:bold}.errMsg{text-align:center}form.aui .errMsg{text-align:left}.formErrors ul{color:#000;margin:0;padding:0;list-style:none}.mod-content .notify{margin:0 0.75em 0.75em 0}.status-active{color:#006400}.status-inactive{color:#c00}.status-draft{color:#00c}.status-correctable{color:#c60}.status-unfixable{color:#ff0004}.bar-status-good{background-color:#0c0}.bar-status-bad{background-color:#c33}.secondary-text{color:#505050;font-weight:normal}.global-warning{background-color:#ffd;border:1px solid #f7df92;color:#000;margin:0;text-align:center;padding:5px}.global-warning p{margin-bottom:0}.global-warning a{cursor:pointer}.main-nav-dropdown>.aui-message{margin:-4px 0;border:none;border-radius:0;width:200px}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/deprecated/tables.less' */
table.related-tables{table-layout:fixed}tr.totals{background-color:#fafafa}tr.column-order{background-color:#f0f0f0}tr.column-order td{white-space:nowrap;vertical-align:top}.cell-type-icon{width:16px}.cell-type-key{max-width:300px;min-width:300px;width:300px;word-wrap:break-word}.cell-type-value{word-wrap:break-word}.cell-type-collapsed{width:1px;white-space:nowrap}.cell-type-actions{width:32px}table.aui>thead>tr>.cell-type-centered,table.aui>tbody>tr>.cell-type-centered{text-align:center}.cell-type-user a,.cell-type-email a,.cell-type-url a{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left}table.aui.aui-table-rowhover>tbody tr:hover{background-color:#f0f0f0}table.aui th a{color:#999}table.aui th a:hover{color:#333;text-decoration:none}table.aui th.colHeaderOver,table.aui th.colHeaderOver a{color:#333;cursor:pointer}table.aui,table.aui p,table.aui img{vertical-align:text-bottom}table.aui img.sortArrow{vertical-align:middle}table.blank{border:none !important;border-collapse:collapse;border-spacing:0;margin:0;padding:0;vertical-align:top}table.blank td,table.blank th{border:none !important;margin:0;padding:0 5px 5px 5px;vertical-align:top}table.blank th{background-color:#f0f0f0}table.noPadding,table.noPadding tr,.noPadding{border:none;border-collapse:collapse;border-spacing:0;margin:0;padding:0 !important;vertical-align:top}td.noPaddingCron{margin:0;padding:0}table.minColumns td,table.minColumns th{width:1%}td.normal,th.normal{width:auto !important}#project-list thead th{white-space:nowrap}.jiratable{margin:0 auto 16px}.tableBorder{background-color:#bbb}.rowHeader{background-color:#e2e2e2}.rowNormal{background-color:#fcfcfc}.rowAlternate{background-color:#f2f2f2}.rowAlternateLightGray{background-color:#fafafa}.rowHover{background-color:#f0f0f0;cursor:pointer}tr.rowSelectable:hover{background-color:#eeb}.rowHighlighted{background-color:#eeb}.cellHover{background-color:#fffff0;cursor:pointer}tr.disabled td{color:#ccc !important}.mod-content .rowNormal,.mod-content .rowAlternate{background-color:transparent}.gridBox{border:0;padding:0}.basic{border-collapse:collapse;width:100%}.basic td,.basic th{border:1px solid #d2d2d2;padding:0.333em}.basic th{background-color:#e2e2e2;text-align:left;vertical-align:bottom}.basic th small{font-weight:normal}table.p-list{width:100%;overflow:auto;overflow-y:hidden;padding-bottom:1.5em}tbody.projects-list td{white-space:nowrap}#components_panel{width:100%}#components_panel td.component-icon{width:16px}#components_panel td.component-name{white-space:nowrap;width:20px}#components_panel td.component-lead{font-size:0.8em;line-height:1.5;padding-left:20px;vertical-align:middle;white-space:nowrap;width:15em}.item-picker{float:left;width:49%}.link-wrap form.aui{margin-right:28px}table .fieldDescription,form .fieldDescription,table div.description{font-size:12px}table div.description{clear:left}form.lbaction+form.lbaction{margin:5px 10px 10px 20px}.field-name{font-weight:700}.field-required{color:#900}.field-renderer{color:#505050;display:block}.field-description{margin-bottom:0}.custom-field-types{table-layout:fixed}.custom-field-types .field-group{padding:0 0 0 24px}.custom-field-types td:hover{background-color:#f0f0f0}.custom-field-types input{float:left;margin:2px 0 0 -20px}.custom-field-types label{font-weight:bold}#license_table .item-label{color:#505050}table.report{border:none;border-collapse:collapse;border-spacing:0;margin:0;padding:0;vertical-align:top}table.report td,table.report th{font-weight:normal;margin:0;padding:3px;vertical-align:top}table.report th.reportHeading{background-color:#f0f0f0}table.report .graphLabel,table.report .graphDescription,table.report .percentageGraph{float:right}.autotrim{table-layout:fixed;width:100%}.autotrim td,.autotrim p{margin:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.changehistory th,.changehistory td{vertical-align:top;padding:0.166em 0.5em 0.166em 0}.action-body.changehistory{margin:0}td.tt_values{font-weight:normal;padding-right:10px;padding-left:10px;text-align:right;white-space:nowrap;width:10%}td.tt_text{padding-right:10px;white-space:nowrap;width:10%}td.tt_graph{width:100%}table.tt_graph{border-width:0;height:4px;vertical-align:middle;width:100%}table.tt_graph td,tr.tt_graph td{border:0;font-size:0;height:4px}table.tt_graph td img{border:0;height:4px;width:100%}tr.tt_graph{height:4px}td.tt_graph_percentage{min-width:3em;text-align:right;padding-right:3px;width:3em}td.tt_spacer{font-size:0;max-width:1px;width:1px}table.tt_graph td.tt_spacer img{width:1px}.clickable:hover{background-color:#e2effa;cursor:pointer}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/tabs.less' */
.tabwrap.tabs2{font-size:14px;line-height:1.42857143}.tabwrap>ul.tabs>li a,.tabwrap>ul.tabs>li a:link,.tabwrap>ul.tabs>li a:visited{background:#eee;color:#333}.tabwrap>ul.tabs>li a:focus,.tabwrap>ul.tabs>li a:hover{background:#e6e6e6;color:#333}.tabwrap>ul.tabs>li>a strong{background:transparent;font-weight:normal;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.tabwrap>ul.tabs>li.active-tab a,.tabwrap>ul.tabs>li.active-tab a:link,.tabwrap>ul.tabs>li.active-tab a:visited,.tabwrap>ul.tabs>li.active-tab a:focus,.tabwrap>ul.tabs>li.active-tab a:hover,.tabwrap>ul.tabs>li.active-tab a:active{background:#fff;color:#333}.tabwrap>ul.tabs>li.active-tab a,.tabwrap>ul.tabs>li.active-tab strong{font-weight:bold}.tabwrap>.tabs.horizontal{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #ccc;display:inline-block;margin:0;padding:0 0 0 20px;width:100%}.tabwrap>.tabs.horizontal>li{display:block;float:left;margin:5px 0 0 -1px;background:#eee}.tabwrap>.tabs.horizontal>li>a,.tabwrap>.tabs.horizontal>li>strong{display:block;border:1px solid #ccc;margin-bottom:-1px;padding:4px 10px 3px 10px}.tabwrap>.tabs.horizontal>li a,.tabwrap>.tabs.horizontal>li strong{text-decoration:none}.tabwrap>.tabs.horizontal>li.active>a,.tabwrap>.tabs.horizontal>li.active>strong{background:#fff;border-bottom-color:#fff;position:relative}.tabwrap>.tabs.horizontal>li:first-child>a,.tabwrap>.tabs.horizontal>li:first-child>strong{border-radius:3px 0 0 0}.tabwrap>.tabs.horizontal>li:last-child>a,.tabwrap>.tabs.horizontal>li:last-child>strong{border-radius:0 3px 0 0}.aui-tabs .menu-item.has-errors{border-color:rgba(222,53,11,0.4);background-color:#fff}.aui-tabs .menu-item.has-errors a{color:#de350b;font-weight:bold}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/navigation.less' */
.operations{list-style:none;margin:0;padding:0}.operations>li{background:#f2f2f2;background:-webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);background:-moz-linear-gradient(top, #fff 0, #f2f2f2 100%);background:-ms-linear-gradient(top, #fff 0, #f2f2f2 100%);background:-o-linear-gradient(top, #fff 0, #f2f2f2 100%);background:linear-gradient(to bottom, #fff 0, #f2f2f2 100%);border-color:#ccc;border-radius:3.01px;border-style:solid;border-width:1px;color:#333;cursor:pointer;display:inline-block;font-size:14px;font-family:inherit;font-variant:normal;line-height:20px;margin:0 10px 0 0;padding:4px 10px;text-decoration:none;text-shadow:0 1px 0 white;vertical-align:baseline;background:transparent;border-color:transparent;color:#707070;margin:0;padding:0;position:relative}.operations>li::-moz-focus-inner{border:0;padding:0}.operations>li:focus,.operations>li:hover{background:#f7f7f7;background:-webkit-linear-gradient(top, #fff 0, #f7f7f7 100%);background:-moz-linear-gradient(top, #fff 0, #f7f7f7 100%);background:-ms-linear-gradient(top, #fff 0, #f7f7f7 100%);background:-o-linear-gradient(top, #fff 0, #f7f7f7 100%);background:linear-gradient(to bottom, #fff 0, #f7f7f7 100%);border-color:#999;color:#000;text-decoration:none}.operations>li:active{background:#f2f2f2;background-image:none;background-color:#f2f2f2;box-shadow:inset 0 3px 6px rgba(0,0,0,0.1);text-shadow:none;text-decoration:none}.operations>li.active{background-image:none;background-color:#f2f2f2;box-shadow:inset 0 3px 6px rgba(0,0,0,0.1),0 0 0 1px #999;text-shadow:none;text-decoration:none}.operations>li[aria-pressed="true"]{background:#ccc;background:-webkit-linear-gradient(top, #ddd 0, #ccc 100%);background:-moz-linear-gradient(top, #ddd 0, #ccc 100%);background:-ms-linear-gradient(top, #ddd 0, #ccc 100%);background:-o-linear-gradient(top, #ddd 0, #ccc 100%);background:linear-gradient(to bottom, #ddd 0, #ccc 100%);border-color:#ccc;color:#333}.operations>li.aui-dropdown2-trigger.active{border-color:#ccc}.operations>li.aui-dropdown2-trigger:hover{border-color:#999}.operations>li>.active{background-color:#f2f2f2;box-shadow:inset 0 3px 6px rgba(0,0,0,0.1),0 0 0 1px #ccc;border-radius:3.01px 3.01px 0 0;color:#000;text-decoration:none}.operations>li>.active:hover{box-shadow:inset 0 3px 6px rgba(0,0,0,0.1)}.operations>li.active{background:#ddd;background:-webkit-linear-gradient(top, #ccc 0, #ddd 100%);background:-moz-linear-gradient(top, #ccc 0, #ddd 100%);background:-ms-linear-gradient(top, #ccc 0, #ddd 100%);background:-o-linear-gradient(top, #ccc 0, #ddd 100%);background:linear-gradient(to bottom, #ccc 0, #ddd 100%)}.operations>li.active:active{background:#ddd;background-image:none;box-shadow:inset 0 3px 6px rgba(0,0,0,0.2)}.operations>li div,.operations>li li{text-shadow:none}.operations>li>a{background-position:6px 6px;color:inherit;display:block;margin:0;padding:4px 10px;padding-left:28px}.operations>li>a .aui-icon{color:#6b778c}.operations>li>a:hover,.operations>li>a:focus,.operations>li>a:active{text-decoration:none;color:inherit}.operations>li>a.no-icon{padding-left:10px}.operations>li>a.aui-dd-link{padding-right:21px}.operations>li>a.aui-dd-link:after{border:4px solid transparent;border-top-color:#172b4d;content:"";height:0;margin-top:-1px;position:absolute;right:8px;top:50%;width:0}.operations-list{display:inline;list-style-type:none;margin:0;padding:0}.operations-list>li{display:inline-block;padding:0 12px 0 0;color:#6b778c}.operations-container,#quicklinks{float:right}.aui-toolbar+h2,#quicklinks+h2{margin-top:0}.aui-page-header-actions .aui-nav-pagination{float:right}.aui-page-header-actions .aui-nav-pagination>li:last-child{padding-right:0}.aui-page-header-actions .aui-nav-pagination>li{position:relative}.aui-page-header-actions .aui-nav-pagination .aui-nav-previous{margin-right:10px}.aui-page-header-actions .aui-nav-pagination .aui-nav-previous:before{border-left:1px solid #c1c7d0;content:"";display:block;height:20px;position:absolute;right:0;top:0}.aui-page-header-actions .aui-nav-pagination .aui-nav-previous a{padding-left:15px}.aui-page-header-actions .aui-nav-pagination .aui-nav-previous a:after{border:9px solid transparent;border-right-color:#6b778c;content:"";height:0;position:absolute;left:-8px;top:1px;width:0}.aui-page-header-actions .aui-nav-pagination .aui-nav-previous a:hover:after{border-right-color:#42526e}.aui-page-header-actions .aui-nav-pagination .aui-nav-next{padding-left:10px}.aui-page-header-actions .aui-nav-pagination .aui-nav-next:before{border-left:1px solid #c1c7d0;content:"";display:block;height:20px;position:absolute;left:0;top:0}.aui-page-header-actions .aui-nav-pagination .aui-nav-next a{padding-right:15px}.aui-page-header-actions .aui-nav-pagination .aui-nav-next a:after{border:9px solid transparent;border-left-color:#6b778c;content:"";height:0;position:absolute;right:-8px;top:1px;width:0}.aui-page-header-actions .aui-nav-pagination .aui-nav-next a:hover:after{border-left-color:#42526e}.aui-page-header-actions .aui-nav-pagination .aui-nav-previous+.aui-nav-next{padding-left:0}.aui-page-header-actions .aui-nav-pagination .aui-nav-previous+.aui-nav-next:before{display:none}.aui-page-header-actions .aui-toolbar{width:auto}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/ops-bar.less' */
.command-bar{clear:both}.ops-cont{clear:both;display:block}.ops-cont .ops{float:left}.ops{list-style-type:none;margin:0;padding:0}.ops li{display:block;float:left;white-space:nowrap}.ops li.last{margin-right:10px}.ops li .disabled{opacity:.5;filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)"}.ops li.info{float:right;white-space:nowrap;width:auto}.ops li a#back-lnk{padding-left:0.249em}.ops li .button{background:#fff url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/1.0/_/download/resources/jira.webresources:global-static/../../../images/button_bg.png) repeat-x scroll 0 100%;border:1px solid #ddd;color:#111;display:block;float:left;padding:2px 8px;border-left-color:#fff}.ops li .button.first{border-top-left-radius:0.25em;border-bottom-left-radius:0.25em;border-left-color:#ddd}.ops li .button.last{border-top-right-radius:0.25em;border-bottom-right-radius:0.25em}.ops li a.button:focus,.ops li a.button:hover{border-color:#999;text-decoration:none}.ops li .button .icon{margin:0;vertical-align:text-top;line-height:1.5em}.ops li a.button:active,.ops li .active .button,.ops li .active.button{background-color:#3c78b5;background-image:none;color:#fff;text-decoration:none}.ops li .drop-menu{width:16px;margin-left:0}.page-type-admin #content>header>.ops-cont{float:right}.mod-header .ops{float:right}.ops li.drop{margin-left:8px;padding-left:2px}.ops li a.drop-menu.active,.ops li a.drop-menu.active:hover,.ops li a.drop-menu:hover{background-color:#c1c7d0}.ops-general{float:right}.release-notes .ops-cont{float:right}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/stalker.less' */
.issue-header{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;background:#fff;border:0;clear:both;left:0;margin:0;position:relative;padding:0;right:0;width:auto;z-index:2}.issue-header .ops-menus{display:block}.issue-header .ops-cont{margin:0 10px}.issue-header+.aui-page-panel{border-top:none}.issue-header .issue-header-content{background:transparent;margin:0;padding:0}.issue-header .issue-header-content>.aui-page-header{background:transparent;padding:20px 20px 9px}.issue-header .issue-header-content>.aui-page-header h1 a{text-decoration:none}.issue-header .issue-header-content>.command-bar{margin:0;padding:0 10px 15px}.issue-header .issue-header-content #issue-comment-add{clear:both;padding:0 10px}.issue-header .issue-header-content #issue-comment-add textarea#comment{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;height:45px;max-height:90px;width:100%}.issue-header.detached{box-shadow:0 0 15px 5px #fff}.issue-header .command-bar .toolbar-group{margin-bottom:5px}.issue-header .page-navigation{float:right;position:relative;text-align:right;width:13em}.issue-header .page-navigation li{float:none;margin:0;padding:0}.issue-header .page-navigation li .icon{vertical-align:baseline}.issue-header .page-navigation li.previous{position:absolute;right:20px;top:3px}.issue-header .page-navigation li.next{position:absolute;right:0;top:2px}.issue-header .page-navigation li.next a,.issue-header .page-navigation li.previous a{display:block;height:16px}.issue-header .page-navigation li.showing{width:13em;margin-left:-48px;float:none}.issue-header .page-navigation li.showing a{display:block}.issue-header .page-navigation li.showing a:hover{text-decoration:underline}.issue-header .page-navigation li.return a{display:block}.issue-header .page-navigation li.return a:hover{text-decoration:underline}.issue-header .page-navigation.ops{padding:0}.chrome .issue-header{-webkit-transform:translateZ(0)}.chrome .issue-header .editable-field{-webkit-transform:translateZ(1px)}#content>header.issue-header{padding:0}#content .issue-header+.issue-body-content .content-body{padding-top:10px}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/deprecated/graphs.less' */
.stat-progress{float:right}.stat-progress .percentageGraph,.stat-progress .graphLabel{float:left}.stat-progress .graphLabel{margin-right:8px}.stat-progress .graphDescription{display:block;clear:both}.graphLabel,.graphDescription,.percentageGraph{font-size:10px;line-height:1.4}.percentageGraph{width:100px}.colour-bar-cont{min-width:2px}.colour-bar{border-top:13px solid #3c78b5;height:0;overflow:hidden}.percentageGraph.fluid .graphLabel{float:right;line-height:1.6em;margin-right:0;padding-left:5px}.percentageGraph .barSection{border-style:solid;border-width:1.4em 0 0 0;display:block;float:left;height:0;overflow:hidden}.percentageGraph.fluid .barSection{border-top:1.6em solid #3c78b5;float:none;height:0;overflow:hidden}.percentageGraph.fluid span.barSection{float:left}.percentageGraph.fluid span.graphLabel{float:none}.percentageGraph .barSection span{display:block;overflow:hidden;visibility:hidden;width:1px}.stat-progress+h3{margin-top:0}.stat-progress+h3 img{vertical-align:text-bottom}.report-section{margin-top:32px}.report-section:first-child,table.report-individual{margin-top:0}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/dashboards.less' */
#dashboard .vertical.tabs{overflow-y:auto}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/issue-nav.less' */
#jqlform .atlassian-autocomplete>.suggestions{max-width:460px}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/issue-table.less' */
#issuetable,.issue-table{background-color:#fff;border-collapse:collapse;margin:0 0 8px;width:100%}#issuetable>caption,.issue-table>caption{background-color:#f4f5f7;border-bottom:1px solid #c1c7d0;caption-side:top;color:#6b778c;padding:7px 10px;text-align:left}#issuetable>tbody>tr,.issue-table>tbody>tr,#issuetable>tfoot>tr,.issue-table>tfoot>tr{background-color:#fff;color:#172b4d}#issuetable>thead>tr>th,.issue-table>thead>tr>th{color:#5e6c84;font-size:12px;white-space:nowrap}#issuetable>tbody>tr>th,.issue-table>tbody>tr>th{background-color:#fff;color:#172b4d}#issuetable>thead>tr>th,.issue-table>thead>tr>th,#issuetable>tbody>tr>th,.issue-table>tbody>tr>th,#issuetable>thead>tr>td,.issue-table>thead>tr>td,#issuetable>tbody>tr>td,.issue-table>tbody>tr>td,#issuetable>tfoot>tr>td,.issue-table>tfoot>tr>td{border-bottom:1px solid #c1c7d0;overflow:hidden;padding:5px 10px;text-align:left;vertical-align:top}#issuetable>thead>tr>th:first-child,.issue-table>thead>tr>th:first-child,#issuetable>tbody>tr>th:first-child,.issue-table>tbody>tr>th:first-child,#issuetable>thead>tr>td:first-child,.issue-table>thead>tr>td:first-child,#issuetable>tbody>tr>td:first-child,.issue-table>tbody>tr>td:first-child,#issuetable>tfoot>tr>td:first-child,.issue-table>tfoot>tr>td:first-child{padding-left:20px}#issuetable>thead>tr>th:last-child,.issue-table>thead>tr>th:last-child,#issuetable>tbody>tr>th:last-child,.issue-table>tbody>tr>th:last-child,#issuetable>thead>tr>td:last-child,.issue-table>thead>tr>td:last-child,#issuetable>tbody>tr>td:last-child,.issue-table>tbody>tr>td:last-child,#issuetable>tfoot>tr>td:last-child,.issue-table>tfoot>tr>td:last-child{padding-right:20px}#issuetable>thead .sortable,.issue-table>thead .sortable{cursor:pointer}#issuetable>thead .sortable:hover,.issue-table>thead .sortable:hover{background-color:#f4f5f7;color:#505f79}#issuetable>thead .active,.issue-table>thead .active{color:#5e6c84;background-color:#f4f5f7}#issuetable>thead .active:hover,.issue-table>thead .active:hover{background-color:#ebecf0}#issuetable>thead .active .issuetable-header-sort-icon,.issue-table>thead .active .issuetable-header-sort-icon{position:relative;top:-1px}#issuetable>thead .active .issuetable-header-sort-icon::before,.issue-table>thead .active .issuetable-header-sort-icon::before{margin-top:2px}#issuetable>thead>tr>th:first-child,.issue-table>thead>tr>th:first-child,#issuetable>tbody>tr>th:first-child,.issue-table>tbody>tr>th:first-child,#issuetable>tbody>tr>td:first-child,.issue-table>tbody>tr>td:first-child{border-left:2px solid transparent}#issuetable>tbody>tr:hover,.issue-table>tbody>tr:hover{background-color:#ebecf0}#issuetable tr.focused,.issue-table tr.focused{background-color:#deebff}#issuetable tr.focused>td:first-child,.issue-table tr.focused>td:first-child{border-left-color:#6b778c}#issuetable.hide-carrot tr.issueactioneddissapearing,.issue-table.hide-carrot tr.issueactioneddissapearing,#issuetable.hide-carrot tr.issueactioned,.issue-table.hide-carrot tr.issueactioned{background-color:#ffd}#issuetable.hide-carrot tr.focused,.issue-table.hide-carrot tr.focused{background-color:transparent}#issuetable.hide-carrot tr.focused>td:first-child,.issue-table.hide-carrot tr.focused>td:first-child{border-left-color:transparent}#issuetable.hide-carrot tr.focused:hover,.issue-table.hide-carrot tr.focused:hover{background-color:#f4f5f7}#issuetable tr.issueactioneddissapearing,.issue-table tr.issueactioneddissapearing,#issuetable tr.issueactioned,.issue-table tr.issueactioned{background-color:#ffd}#issuetable .rowHeader,.issue-table .rowHeader,#issuetable .rowNormal,.issue-table .rowNormal,#issuetable .rowAlternate,.issue-table .rowAlternate{background-color:transparent}#issuetable .parentIssue,.issue-table .parentIssue{color:#666}#issuetable .parentIssue::after,.issue-table .parentIssue::after{content:"/";padding:0 0.3em;pointer-events:none;text-decoration:none}#issuetable img,.issue-table img,#issuetable .aui-lozenge,.issue-table .aui-lozenge{vertical-align:text-bottom}#issuetable td:not(.issuekey, .summary, .stsummary) a,.issue-table td:not(.issuekey, .summary, .stsummary) a,#issuetable td:not(.issuekey, .summary, .stsummary) a.parentIssue,.issue-table td:not(.issuekey, .summary, .stsummary) a.parentIssue{color:#172b4d}#issuetable .issuetype,.issue-table .issuetype,#issuetable .issuekey,.issue-table .issuekey,#issuetable .priority,.issue-table .priority,#issuetable .status,.issue-table .status{white-space:nowrap;width:16px}#issuetable .resolution,.issue-table .resolution,#issuetable .created,.issue-table .created,#issuetable .updated,.issue-table .updated{max-width:25em;white-space:nowrap}#issuetable .assignee,.issue-table .assignee,#issuetable .reporter,.issue-table .reporter,#issuetable .versions,.issue-table .versions,#issuetable .components,.issue-table .components,#issuetable .fixVersions,.issue-table .fixVersions{max-width:60em;min-width:80px}#issuetable .versions .tinylink,.issue-table .versions .tinylink,#issuetable .components .tinylink,.issue-table .components .tinylink,#issuetable .fixVersions .tinylink,.issue-table .fixVersions .tinylink{white-space:nowrap}#issuetable .summary>p,.issue-table .summary>p,#issuetable .description>p,.issue-table .description>p{min-width:300px;margin:0;max-width:1400px;white-space:normal}#issuetable .issueCount,.issue-table .issueCount{text-align:center}#issuetable .stsequence,.issue-table .stsequence{white-space:nowrap}#issuetable td.progress,.issue-table td.progress,#issuetable td.aggregateprogress,.issue-table td.aggregateprogress{min-width:150px;max-width:150px;text-align:right;width:150px}#issuetable td.progress>table,.issue-table td.progress>table,#issuetable td.aggregateprogress>table,.issue-table td.aggregateprogress>table{font-size:1em;margin-top:2px;width:150px}#issuetable td.progress td,.issue-table td.progress td,#issuetable td.aggregateprogress td,.issue-table td.aggregateprogress td{line-height:1;padding:0;vertical-align:top}#issuetable table.tt_graph,.issue-table table.tt_graph{width:100%}#issuetable td.progress td.tt_graph_percentage,.issue-table td.progress td.tt_graph_percentage,#issuetable td.aggregateprogress td.tt_graph_percentage,.issue-table td.aggregateprogress td.tt_graph_percentage{color:#999;padding-right:3px;min-width:0;width:auto}#issuetable td.progress td.tt_graph_percentage p,.issue-table td.progress td.tt_graph_percentage p,#issuetable td.aggregateprogress td.tt_graph_percentage p,.issue-table td.aggregateprogress td.tt_graph_percentage p{width:3em}#issuetable td.progress table.tt_graph,.issue-table td.progress table.tt_graph,#issuetable td.aggregateprogress table.tt_graph,.issue-table td.aggregateprogress table.tt_graph{height:6px}#issuetable .streorder,.issue-table .streorder{width:10px}#issuetable .issuerow.focused .streorder div,.issue-table .issuerow.focused .streorder div,#issuetable .issuerow.issue-table-draggable:hover,.issue-table .issuerow.issue-table-draggable:hover{cursor:all-scroll}#issuetable .issuerow.issue-table-draggable.ui-sortable-helper,.issue-table .issuerow.issue-table-draggable.ui-sortable-helper{cursor:all-scroll;border-top:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;background-color:#f4f5f7;box-shadow:0 2px 2px 0 rgba(0,0,0,0.2)}#issuetable .subtask-reorder a,.issue-table .subtask-reorder a{opacity:0}#issuetable .issuerow:hover .subtask-reorder a,.issue-table .issuerow:hover .subtask-reorder a,#issuetable .issuerow .subtask-reorder a:focus,.issue-table .issuerow .subtask-reorder a:focus{opacity:1}#issuetable .issuerow .issue-actions-trigger,.issue-table .issuerow .issue-actions-trigger{opacity:0}#issuetable .issuerow.focused .issue-actions-trigger:hover,.issue-table .issuerow.focused .issue-actions-trigger:hover,#issuetable .issuerow:hover .issue-actions-trigger,.issue-table .issuerow:hover .issue-actions-trigger,#issuetable .issuerow .issue-actions-trigger:focus,.issue-table .issuerow .issue-actions-trigger:focus,#issuetable .issuerow .issue-actions-trigger.active,.issue-table .issuerow .issue-actions-trigger.active{opacity:1}#issuetable .issuerow .issue-actions-trigger.active,.issue-table .issuerow .issue-actions-trigger.active{border:1px solid #ccc}.list-view #issuetable thead>tr>th:hover{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/1.0/_/download/resources/jira.webresources:global-static/../../../images/issuetable/dots.svg');background-position:2px 50%;background-repeat:no-repeat}.list-view #issuetable thead>tr>th:first-child:hover{background-position-x:12px}.list-view #issuetable thead>tr>th.headerrow-actions:hover{background:none}.count-pagination{clear:both;padding:8px 0;table-layout:auto}.count-pagination .pagination{font-size:0;text-align:right;white-space:nowrap}.count-pagination .pagination>a,.count-pagination .pagination>strong,.count-pagination .pagination>span{font-size:14px;line-height:1;height:auto;margin:0 0 0 .15em;padding:.1em;position:relative;vertical-align:bottom}.count-pagination .aui-icon-small::before{color:#42526e}.results-count-start,.results-count-end,.results-count-total{font-weight:bold}.msie #issuetable .issuekey,.msie .issuetable .issuekey,.msie #issuetable .status,.msie .issuetable .status{width:1%}.gadget #issuetable .parentIssue,.gadget .issuetable .parentIssue{background-position:100% 1px}.gadget #issuetable .summary>p,.gadget .issuetable .summary>p,.gadget #issuetable .description>p,.gadget .issuetable .description>p{margin:0;min-width:100px}.gadget #issuetable tr.hover .issue_actions a.aui-dd-link,.gadget .issuetable tr.hover .issue_actions a.aui-dd-link{left:0;top:0}a.hidden-link{display:block;font-size:0;height:1px;line-height:0;outline:0 none white;width:1px}a.hidden-link span{display:none}#bulkedit .jira-issue-status-icon{vertical-align:middle}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/deprecated/issue-actions.less' */
#stepped-process{display:inline-block;min-width:100%;width:auto}#stepped-process .aui-page-panel-inner{table-layout:auto}#stepped-process .aui-page-panel-nav{min-width:200px}#stepped-process table.bulk-move-warning{border-spacing:1ch 0}.steps{list-style:none;margin:0;padding:0}.steps>li{font-weight:normal;padding:5px 0 5px 20px;position:relative;word-break:break-word}.steps>li:before{background-color:#0052cc;border-radius:100%;content:"";height:10px;left:0;position:absolute;top:10px;width:10px}.steps>.current{font-weight:bold}.steps>.current~li{color:#5e6c84}.steps>.current~li:before{background-color:#ccc}.formtitle img{vertical-align:baseline}.use-for-all{padding-left:14px}.stat-list{list-style-type:none;margin:0;padding:0}.stat-list li{margin-bottom:8px}.stat-list .stat{float:right}.stat-list img{vertical-align:top;margin-right:4px}#viewLinks{margin:0 0 1em}#viewLinks .linkDetailTable{width:49%}#viewLinks .linkDetailTable table{border:0;background-color:transparent}#viewLinks .summary{font-size:1em;width:80%}#viewLinks thead th{border:none;font-weight:400}.manage-links-title{margin-left:0.166em}.attribute-wrap{float:right;width:40px}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/versions-panel.less' */
.versions-list{display:block;margin:0;list-style:none;padding:0}.versions-list>li{margin:0;padding:0}.versions-list .version-block-container{border-bottom:1px solid #c1c7d0;display:block;padding:10px 0;position:relative}.versions-list .version-block-container:before,.versions-list .version-block-container:after{content:" ";display:table}.versions-list .version-block-container:after{clear:both}.versions-list .version-block-container>.version-block{padding:0}.versions-list .version-block-container .version-metadata{display:block;margin:0;list-style:none;padding:0}.versions-list .version-block-container .version-metadata>li{margin:0;padding:0}.versions-list .version-block-container .version-metadata>li{display:block}.versions-list .version-block-container .version-metadata .key{color:#5e6c84}.versions-list .version-block-container .version-metadata .key+.value{color:#172b4d}.versions-list .version-block-container .version-title{font-size:16px;font-weight:bold;font-family:inherit;line-height:1.5625em;margin-top:0}.versions-list .version-block-container .version-description,.versions-list .version-block-container .version-metadata{margin:0}.versions-list .version-block-container .version-title+.version-description,.versions-list .version-block-container .version-title+.version-metadata,.versions-list .version-block-container .version-progress-description{margin-top:0}.versions-list .version-block-container .version-progress{min-width:200px;width:30%}.versions-list .version-block-container .version-progress>.percentageGraph{font-size:16px;font-weight:bold;font-family:inherit;line-height:1.5625em;height:1.5625em;overflow:auto;position:relative;width:100%}.versions-list .version-block-container .version-progress>.percentageGraph:before,.versions-list .version-block-container .version-progress>.percentageGraph:after{content:" ";display:table}.versions-list .version-block-container .version-progress>.percentageGraph:after{clear:both}.versions-list .version-block-container .version-progress>.percentageGraph>.barSection{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;border-width:4px 0;height:0;line-height:0;margin-top:-4px;position:relative;top:50%}.versions-list .version-issue-table{margin:10px 0}.versions-list .version-issue-table table.aui>tbody>tr:last-child{border-bottom:0}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/dialog.less' */
#about-dialog .aui-page-panel{height:400px;margin:0;overflow-y:scroll}#about-dialog .main-about-jira-logo{max-width:280px;margin:0 0 20px 20px}#shortcutsmenu:before,#shortcutsmenu:after{content:" ";display:table}#shortcutsmenu:after{clear:both}#shortcutsmenu .module{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;width:46%;float:left;margin-left:3.5%;margin-right:0}#shortcutsmenu .module.module-alternate{clear:left;margin-left:0;margin-right:3.5%}#shortcutsmenu .module:first-child+.module{margin-top:0;padding-top:0;border-top:0}#shortcutsmenu .item-details dl{display:flex;align-items:center}#shortcutsmenu .item-details dl>dt{display:inline-block;flex:none}#shortcutsmenu .item-details dl>dd{display:flex;align-items:center;flex:auto;padding-left:4px;margin:0}#shortcutsmenu .item-details>li+li{margin-top:10px}#shortcutsmenu kbd{margin:0 6px}#link-issue-dialog .jira-dialog-content{margin-bottom:50px}#link-issue-dialog .form-footer{height:50px;position:absolute;bottom:0;right:0;left:0}#link-issue-dialog form{overflow:auto;position:static}#jira-issue-keys-multi-select+.issue-picker-popup{display:none}.issue-link-edit #issuelinks-issues-multi-select{width:95%}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/labels.less' */
ul.labels{display:block;list-style-type:none;margin:0 0 -5px;padding:0}ul.labels li{display:inline;font-size:0;margin:0}ul.labels li .lozenge{background-color:rgba(9,30,66,0.08);border:1px solid transparent;border-radius:3px;display:inline-block;font-size:14px;font-weight:normal;line-height:1;max-width:100%;overflow:hidden;padding:1px 5px;margin:0 3px 0 0;text-align:left;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}ul.labels li .lozengea:hover,ul.labels li .lozengea:focus{border-color:#707070;text-decoration:none}ul.labels li .edit-labels{vertical-align:top}ul.labels li .edit-labels.icon-edit-sml{background-position:3px -698px}ul.labels li .edit-labels.icon-edit-sml:hover{background-position:-22px -698px}.label-alphabetical{font-size:0;line-height:1}.label-alphabetical .aui-label{font-size:14px;margin-bottom:10px;margin-right:10px}.ka ul.labels li .edit-labels{display:none}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/sharing.less' */
.shared-item-target{display:none}.shared-items-target .aui-inline-dialog-contents,.shared-item-target .aui-inline-dialog-contents{padding:0}.shared-items-content,.shared-item-content{padding:16px}.shared-items-content>h3,.shared-item-content>h3,.shared-items-content>strong,.shared-item-content>strong{display:block;font-size:14px;line-height:16px;margin:0 0 8px 0}.shared-items-list{display:block;margin:0;list-style:none;padding:0;max-height:15em;overflow-y:auto}.shared-items-list>li{margin:0;overflow:hidden;padding:2px;text-align:right}.shared-items-list .shared-project-name,.shared-items-list .shared-issuetype-name{float:left;padding-left:20px;text-align:left}.shared-items-list .shared-project-name.current,.shared-items-list .shared-issuetype-name.current{font-weight:bold}.shared-items-list .shared-project-name .shared-project-icon,.shared-items-list .shared-issuetype-name .shared-project-icon{float:left;margin:0 4px 0 -20px;text-indent:999em}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/lozenges.less' */
.aui-lozenge.status-active{background-color:#3b73af;border-color:#3b73af;color:white}.aui-lozenge.status-draft{background-color:#505050;border-color:#505050;color:white}.aui-lozenge.status-inactive{background-color:#ccc;border-color:#ccc;color:#333}.aui-lozenge.status-locked{background-color:#ffe7e7;border-color:#ffe7e7;color:#333}.aui-lozenge.status-managed{background-color:#ffd;border-color:#ffd;color:#333}.aui-lozenge.status-required{background-color:#fff;border-color:#fff;color:#326ca6}.aui-lozenge.used-by{background-color:#deebff;color:#42526e}.aui-lozenge.used-by>em{font-style:normal}.aui-lozenge.used-by>em>a{color:#0052cc}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/deprecated/userhover.less' */
.user-hover-info{min-height:48px;position:relative;padding:7px}.user-hover-avatar{float:left;margin:0 10px 0 0;height:48px;width:48px}.user-hover-avatar img{width:48px;height:48px;border-radius:50%}.user-hover-details{overflow:hidden}.user-hover-info h4{font-size:1.2em}.user-hover-info ul{color:#172b4d;padding-top:7px}.user-hover-info h5{font-weight:normal;text-transform:inherit}.user-hover-info h5 a{padding-top:7px;text-decoration:underline;color:#5e6c84;font-size:12px}.user-hover-info .time-zone-info{overflow:hidden;white-space:nowrap}.user-hover-info .time-zone-info .user-time-text{margin-right:4px;margin-top:2px;color:#666;font-size:12px;display:inline-block;vertical-align:middle}.user-hover-info .time-zone-info .user-time-icon{background:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/1.0/_/download/resources/jira.webresources:global-static/../../../images/time_of_day_sprite.png") no-repeat;background-color:transparent;display:inline-block;height:16px;vertical-align:middle;width:16px}.user-hover-info .time-zone-info .hour-of-day-00{background-position:0 0}.user-hover-info .time-zone-info .hour-of-day-01{background-position:-16px 0}.user-hover-info .time-zone-info .hour-of-day-02{background-position:-32px 0}.user-hover-info .time-zone-info .hour-of-day-03{background-position:-48px 0}.user-hover-info .time-zone-info .hour-of-day-04{background-position:-64px 0}.user-hover-info .time-zone-info .hour-of-day-05{background-position:-80px 0}.user-hover-info .time-zone-info .hour-of-day-06{background-position:-96px 0}.user-hover-info .time-zone-info .hour-of-day-07{background-position:-112px 0}.user-hover-info .time-zone-info .hour-of-day-08{background-position:-128px 0}.user-hover-info .time-zone-info .hour-of-day-09{background-position:-144px 0}.user-hover-info .time-zone-info .hour-of-day-10{background-position:-160px 0}.user-hover-info .time-zone-info .hour-of-day-11{background-position:-176px 0}.user-hover-info .time-zone-info .hour-of-day-12{background-position:-192px 0}.user-hover-info .time-zone-info .hour-of-day-13{background-position:-208px 0}.user-hover-info .time-zone-info .hour-of-day-14{background-position:-224px 0}.user-hover-info .time-zone-info .hour-of-day-15{background-position:-240px 0}.user-hover-info .time-zone-info .hour-of-day-16{background-position:-256px 0}.user-hover-info .time-zone-info .hour-of-day-17{background-position:-272px 0}.user-hover-info .time-zone-info .hour-of-day-18{background-position:-288px 0}.user-hover-info .time-zone-info .hour-of-day-19{background-position:-304px 0}.user-hover-info .time-zone-info .hour-of-day-20{background-position:-320px 0}.user-hover-info .time-zone-info .hour-of-day-21{background-position:-336px 0}.user-hover-info .time-zone-info .hour-of-day-22{background-position:-352px 0}.user-hover-info .time-zone-info .hour-of-day-23{background-position:-368px 0}.user-hover-info .time-zone-info .weekend{color:#ff0000}.user-hover-buttons>ul{height:28px;list-style:none;margin:0;padding:0;border-top:1px solid #c1c7d0;background-color:#f4f5f7}.user-hover-buttons>ul>li{float:left}.user-hover-buttons>ul>li.empty{background-color:#f7f7f7;display:block;height:28px;margin:0;padding:0;width:149px}.user-hover-buttons ul ul{border-top:none}a.user-hover.user-avatar,span.user-hover.user-avatar{background-repeat:no-repeat;background-position:center left;padding:2px 0 2px 19px;position:relative;display:inline-block}.user-hover.user-avatar>.aui-avatar{position:absolute;left:0;top:2px}.jira-user-name{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;display:inline-block;position:relative}.jira-user-name.jira-user-avatar{padding-left:21px}.jira-user-name.jira-user-avatar .aui-avatar{left:0;position:absolute;top:0}.jira-user-name.jira-user-avatar .aui-avatar-xsmall{margin-top:2px}.jira-user-name.jira-user-avatar-small{line-height:24px;padding-left:29px}.jira-user-name.jira-user-avatar-medium{line-height:32px;padding-left:37px}.jira-user-name.jira-user-avatar-large{line-height:48px;padding-left:53px}.user-hover-more{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;background-color:#f4f5f7;color:#172b4d;display:block;height:28px;line-height:28px;text-align:center;width:150px}.user-hover-more.aui-dd-link{position:relative}.user-hover-more.aui-dd-link:after{border:4px solid transparent;border-top-color:#172b4d;content:"";height:0;position:absolute;right:8px;top:11px;width:0}.user-hover-more.aui-dd-link:hover.aui-dd-link:after{border-top-color:#c1c7d0}.user-hover-more:first-child{border-right:1px solid #c1c7d0}.user-hover-buttons a.user-hover-more{color:#172b4d}.user-hover-buttons a:hover{background-color:#0065ff;color:#fff;text-decoration:none}.hoverpopup{z-index:1000;max-width:360px}.hoverpopup .spinner-hover{margin:32px 16px 48px}.hoverpopup-throb{background-color:#fff;opacity:0.9;padding:6px}.hoverpopup-data{position:relative;margin:6px 6px 12px}.hoverpopup dt{color:#5e6c84;float:left;margin-bottom:4px;padding-right:8px;width:70px;text-align:right}.hoverpopup dd{color:#172b4d;margin-bottom:4px}.hoverpopup dd.block{padding-left:74px;font-style:italic}.hoverpopup h4,.hoverpopup h5{margin-top:0}.hoverpopup-throbber-text{display:inline;left:6px;position:relative;top:-2px}#up-d-avatar .avatar_link:hover img{opacity:1;filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)"}#up-d-avatar .avatar_link strong{display:block;left:50px;top:auto;bottom:5px;background-position:3px -699px}#up-d-avatar .avatar_link:hover strong{background-position:-22px -699px}
/* module-key = 'jira.webresources:global-static', location = '/includes/jira/wikipreview/wiki-renderer.less' */
table.confluenceTable{border-collapse:collapse;margin:5px 0 5px 2px;width:auto}td.confluenceTd{border:1px solid #c1c7d0;padding:3px 4px 3px 4px}th.confluenceTh{border:1px solid #c1c7d0;background:#f4f5f7;padding:3px 4px 3px 4px;text-align:center}div.wiki-edit{margin-bottom:0;padding-bottom:0}div.wiki-edit .wiki-edit-content p{padding:0}div.wiki-edit .wiki-edit-content h1{font-size:2.4em}div.wiki-edit .wiki-edit-content h2{font-size:1.8em;border:none}div.wiki-edit .wiki-edit-content h3{font-size:1.3em}div.wiki-edit .wiki-edit-content h4{font-size:1.2em}div.wiki-edit .wiki-edit-content h5{font-size:1em}div.wiki-edit .wiki-edit-content h6{font-size:.9em}div.wiki-edit .wiki-edit-content img,div.wiki-edit .wiki-edit-content a img,div.wiki-edit .wiki-edit-content fieldset{border:0}div.wiki-edit .wiki-edit-content ul{margin:0 0 1em 2em}div.wiki-edit .wiki-edit-content ol{list-style-type:decimal;list-style-position:outside;padding-left:2.5em}div.wiki-edit .wiki-edit-content blockquote{border-left:2px solid #3c78b5;font-size:1em;font-family:inherit;margin-left:0;padding-left:1em}div.wiki-edit .wiki-edit-content small,div.wiki-edit .wiki-edit-content .small{font-size:.9em}div.wiki-edit .wiki-edit-content strong,div.wiki-edit .wiki-edit-content b,div.wiki-edit .wiki-edit-content .bolded{font-weight:bold}.preformatted,.code{border:1px solid #c1c7d0;background:#f4f5f7;font-size:12px;line-height:1.33333333333333;font-family:monospace}.code-keyword{color:#910091}.code-object{color:#000091}.code-macro{color:#78492a}.code-quote,.code-quote .code-keyword,.code-quote .code-object{color:#009100}.code-quote-red,.code-quote-red .code-keyword,.code-quote-red .code-object{color:#910000}.code-comment,.code-comment .code-keyword,.code-comment .code-object,.code-comment .code-quote,.code-comment .code-quote-red{color:#808080}.code-xml .code-keyword{font-weight:bold}.code-tag{color:#000091}.code-rainbow{background:linear-gradient(90deg, #f00, #ff0 15%, #0f0 30%, #0ff 50%, #00f 65%, #f0f 80%, #f00);-webkit-background-clip:text;background-clip:text;color:transparent}.panel{border:1px solid #c1c7d0;-moz-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;margin:9px 0}.panelHeader{border-bottom:1px solid #c1c7d0;padding:9px 12px}.panelContent{padding:9px 12px}.panelContent.preformattedContent{padding:0}div.wiki-edit .preformatted,div.wiki-edit .code{border:1px solid #c1c7d0;background:#f4f5f7;font-size:12px;line-height:1.33333333333333;font-family:monospace}div.wiki-edit .code-keyword{color:#910091}div.wiki-edit .code-object{color:#000091}div.wiki-edit .code-macro{color:#78492a}div.wiki-edit .code-quote,div.wiki-edit .code-quote .code-keyword,div.wiki-edit .code-quote .code-object{color:#009100}div.wiki-edit .code-quote-red,div.wiki-edit .code-quote-red .code-keyword,div.wiki-edit .code-quote-red .code-object{color:#910000}div.wiki-edit .code-comment,div.wiki-edit .code-comment .code-keyword,div.wiki-edit .code-comment .code-object,div.wiki-edit .code-comment .code-quote,div.wiki-edit .code-comment .code-quote-red{color:#808080}div.wiki-edit .code-xml .code-keyword{font-weight:bold}div.wiki-edit .code-tag{color:#000091}div.wiki-edit .code-rainbow{background:linear-gradient(90deg, #f00, #ff0 15%, #0f0 30%, #0ff 50%, #00f 65%, #f0f 80%, #f00);-webkit-background-clip:text;background-clip:text;color:transparent}div.wiki-edit .panel{border:1px solid #c1c7d0;-moz-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;margin:9px 0}div.wiki-edit .panelHeader{border-bottom:1px solid #c1c7d0;padding:9px 12px}div.wiki-edit .panelContent{padding:9px 12px}div.wiki-edit .panelContent.preformattedContent{padding:0}div.wiki-edit pre{background:none;border:none;padding:0;width:100%}div.preformattedContent pre,div.codeContent pre{max-height:30em;overflow:auto;white-space:pre-wrap;word-wrap:normal}div.preformattedContent pre{white-space:pre;word-break:normal;padding:9px 12px}table div.preformattedContent pre{word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap}.linkerror{background-color:#fcc}.editPageInsertLinks,.editPageInsertLinks a{font-weight:normal;font-size:9px}.helpheading{border-bottom:1px solid;font-weight:bold;background-color:#ddd;padding:4px 4px 2px;margin:0px}.helpcontent{padding:4px 4px 20px 4px;background-color:#fff}.gridHover{background-color:#f9f9f9}.navmenu{border:1px solid #c1c7d0}.optionPadded{padding:2px}.optionSelected{border:#ddd solid #c1c7d0;border:1px solid #ddd;background-color:#ffffcc;padding:2px;margin:-1px}.optionSelected a{font-weight:bold;text-decoration:none;color:black}.menuheading{border-bottom:1px solid;font-weight:bold;background-color:#ddd;padding:4px 4px 2px 4px}.menuitems{padding:4px 4px 20px 4px;background-color:#f4f5f7}.pagetitle{font-size:22px;font-weight:bold;font-family:inherit;color:#003366}.wiki-edit-content.previewClass{background-color:#e8f1ff;padding:0.3em 0.7em}.fullscreen>.aui-icon.wiki-renderer-icon{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAPElEQVR42mP4//8/AyWYgWIDHjx48L+goIAsDNLLAGLYlm8hC4P0DkIDkMHAuwAbGAkuoL8BFOcFSnMjAF48oX6YfwDmAAAAAElFTkSuQmCC")}.selected>.aui-icon.wiki-renderer-icon{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAQUlEQVR42mP4//8/AyWYgWIDHjx48L+goIAsDNLLAGLs2rWrgRwM0jsIDSgvL/8PwwPvAmx4JLiA/gZQnBcozY0AUkiop+KuHX0AAAAASUVORK5CYII=")}.loading>.aui-icon.wiki-renderer-icon{background-image:url("data:image/gif;base64,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")}form.aui .field-tools,form.aui .security-level,form.aui .security-level .select-menu,form.aui .security-level .current-level,form.aui .security-level .default-comment-level{display:inline-block}form.aui .current-level{padding-left:10px;padding-right:10px}form.aui .default-comment-level{padding-left:12px;padding-right:12px}form.aui .default-comment-level-status{opacity:1;transition:0.5s opacity linear}form.aui .default-comment-level-status.fade-out{opacity:0}form.aui .default-comment-level-status-text{padding-left:5px}form.aui .default-comment-level-status-text.default-saved-message{color:#6b778c}form.aui .default-comment-level-status-icon.aui-iconfont-approve{color:#00875a}form.aui .default-comment-level-status-icon.aui-iconfont-error{color:#de350b}form.aui .default-comment-level-switch{padding:0 10px 0 5px;border:0;height:16px}form.aui .default-comment-level-switch.disabled-link{color:#6b778c;pointer-events:none;cursor:default;text-decoration:none}form.aui .default-comment-level-load-text{padding-left:5px}form.aui .security-level-inline-error{display:inline-block;width:100%;padding:4px}form.aui .security-level-inline-error:empty{display:none}form.aui .security-level-unavailble{color:#de350b}form.aui .security-level-unavailble-text{padding-left:5px}form.aui .security-level .drop:hover{text-decoration:none}form.aui .security-level .drop .drop-menu{margin-left:0}form.aui .security-level .drop .drop-menu:after{margin-top:0}form.aui .security-level-drop-icon{color:#6b778c}form.aui .security-level .drop:hover .drop-menu:after{border-top-color:#172b4d}form.aui .aui-field-wikiedit:before,form.aui .aui-field-wikiedit:after{content:" ";display:table}form.aui .aui-field-wikiedit:after{clear:both}form.aui .aui-field-wikiedit .field-tools,form.aui .aui-field-wikiedit .security-level{border-left:1px solid #eee;float:left;margin-left:5px;margin-top:5px;padding-left:5px}form.aui .aui-field-wikiedit .wiki-edit+.field-tools,form.aui .aui-field-wikiedit textarea+.field-tools{margin-left:0;padding-left:0;border-left:0}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/print.less' */
.page-type-printable{background:#fff}#printable-content{padding:16px}#previous-view{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border-bottom:2px solid #c1c7d0;padding:16px 8px;width:100%}#previous-view:before,#previous-view:after{content:" ";display:table}#previous-view:after{clear:both}#previous-view .aui-toolbar{background-color:transparent;float:left}@media print{body{background-color:#fff !important;color:#000 !important;font-size:11pt !important}#content>header{margin-bottom:1em !important}.aui-page-panel,.aui-page-panel-inner,.aui-page-panel-main,.aui-page-panel-nav,.aui-page-panel-sidebar,.aui-group,.aui-item,.tabs-pane{border:none !important;clear:both !important;display:block !important;padding-left:0 !important;padding-right:0 !important;width:100% !important}.operations,.ops,.workflowactions,#header,#footer,.command-bar,#addcomment,.stalker-placeholder,#stalker.detached:after,.tabs-menu,.tabs.vertical,.operations,#previous-view{display:none !important}a{text-decoration:none !important}#stalker .btm,.stalker .ops-cont,#stalker,#stalker.detached{background-color:transparent !important;position:relative !important;top:0 !important}.type-textfield,.flooded,.action-body,.issue-view{overflow:visible !important}.mod-header{background-color:transparent !important;background-image:none !important;border-bottom:2px solid #000 !important}#printable-content{padding:0 !important}.hideOnPrint{visibility:hidden !important}ul.labels{font-size:inherit !important}ul.labels li .lozenge{background-image:none !important;background-color:#f7f7f7 !important;border:1px solid #666 !important;-moz-border-radius:5px !important;-ms-border-radius:5px !important;-o-border-radius:5px !important;-webkit-border-radius:5px !important;border-radius:5px !important;color:#000 !important}ul.labels li .lozenge span{background-image:none !important}}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/browse-project.less' */
.issue-filter-links{list-style:none;padding-left:0}.p-list{margin-bottom:20px}.p-list .aui-avatar{display:inline-block;margin-right:5px;vertical-align:middle}.p-list .project-type-icon{height:18px;width:18px;margin-right:6px}.p-list>table>thead .sortable{cursor:pointer}.p-list>table>thead .sortable:hover{background-color:#f4f5f7}.p-list>table>thead .active{color:#5e6c84;background-color:#f4f5f7}.p-list>table>thead .active:hover{background-color:#ebecf0}.p-list>table>thead .active .issuetable-header-sort-icon{position:relative;top:-1px}.projects-list.projects-list td{vertical-align:middle}form.aui .project-filter-item{display:inline-block;position:relative}form.aui .project-filter-item .text{width:255px;padding-left:32px}form.aui .project-filter-item .aui-icon{margin-top:-8px;position:absolute;left:6px;top:50%}.created-issue-count{color:#c00;font-weight:bold}.resolved-issue-count{color:#3c3;font-weight:bold}.project-details .operations-list{margin-top:3px}.project-details .operations-list .user-avatar{vertical-align:text-top}.project-details .operations-list>li+li:before{color:#c1c7d0;margin:0 3px}.project-details .operations-list .list-label{color:#6b778c}.aui-nav-pagination{float:right}.projects-list .projects-list__row-empty{border-bottom:0}.projects-list .projects-list__row-empty td{padding:50px}.project-type-icon{width:18px;height:18px;vertical-align:middle;margin-right:5px}.project-type-nav{margin-bottom:30px}.browse-project-group-heading{color:#707070;font-size:12px;font-weight:bold;line-height:1.66666667;text-transform:uppercase;margin:20px 0 0 0}.project-types-filters li{position:relative}.project-types-filters li a{display:inline-block}.no-project-results{background:transparent none no-repeat top center;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIgoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIxMTggLTExOCAyOTYgMjk2IgoJIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMTE4IC0xMTggMjk2IDI5NiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjx0aXRsZT5sb2NrPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CjxwYXRoIGlkPSJGaWxsLTEiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiIGZpbGw9IiNGMEY4RkMiIGQ9Ik00MDQuNCwyNi44YzAsNzcuOC02My4xLDE0MC45LTE0MC45LDE0MC45UzEyMi42LDEwNC42LDEyMi42LDI2LjgKCXM2My4xLTE0MC45LDE0MC45LTE0MC45UzQwNC40LTUxLDQwNC40LDI2LjgiLz4KPHBvbHlnb24gZmlsbD0iI0MwRDZFNCIgc3Ryb2tlPSIjMDA1MDgyIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIzMDUuMiwtNTYgMjM2LjgsLTU2IDIzNi44LDkyLjcgCgkzNDIuNyw5Mi43IDM0Mi43LC0xOC41ICIvPgo8cG9seWdvbiBmaWxsPSIjQzBENkU0IiBzdHJva2U9IiMwMDUwODIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjM0Mi43LC0xOC41IDMwNS4yLC01NiAzMDMuMiwtNTYgCgkzMDMuMiwtMTYuNyAzNDIuNywtMTYuNyAiLz4KPGcgb3BhY2l0eT0iMC4yIj4KCTxwYXRoIGZpbGw9IiMzMDlBQ0MiIGQ9Ik0yODUuMSw3LjZDMjcxLjUtNiwyNDkuNS02LDIzNS45LDcuNmMtMTEuOCwxMS44LTEzLjMsMjkuOS00LjcsNDMuM0wyMjEsNjEuMWwxMCwxMEwyNDEuMiw2MQoJCWMxMy41LDkuMSwzMiw3LjYsNDMuOS00LjNDMjk4LjcsNDMuMSwyOTguNywyMS4xLDI4NS4xLDcuNnogTTI4MC44LDUyLjVjLTExLjIsMTEuMi0yOS40LDExLjItNDAuNywwQzIyOSw0MS4yLDIyOSwyMywyNDAuMiwxMS44CgkJYzExLjItMTEuMiwyOS40LTExLjIsNDAuNywwQzI5Mi4xLDIzLDI5Mi4xLDQxLjIsMjgwLjgsNTIuNXoiLz4KCQoJCTxyZWN0IHg9IjE5OS4xIiB5PSI1Ny4yIiB0cmFuc2Zvcm09Im1hdHJpeCgtMC43MDcxIC0wLjcwNzEgMC43MDcxIC0wLjcwNzEgMjg3LjE2NjUgMjk0LjI3ODIpIiBmaWxsPSIjMzA5QUNDIiB3aWR0aD0iMTAuOCIgaGVpZ2h0PSI2MC45Ii8+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBmaWxsPSIjQzBENkU0IiBzdHJva2U9IiMwMDUwODIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMjIzLjEtN2M0LjUtMi41LDkuOC00LDE1LjMtNAoJCQljMTcuMywwLDMxLjMsMTQsMzEuMywzMS4zcy0xNCwzMS4zLTMxLjMsMzEuM2MtNS42LDAtMTAuOC0xLjUtMTUuMy00Vi03eiIvPgoJCTxwYXRoIG9wYWNpdHk9IjAuMiIgZmlsbD0iIzMwOUFDQyIgZD0iTTIzNC4yLDkuMWM2LjktNi45LDE1LjctMTAuNSwyNC42LTExYy0yLjEtMi43LTQuNy01LTcuNi02LjlDMjQzLTcuMSwyMzUuMS0zLDIyOC42LDMuNQoJCQljLTEwLjksMTAuOS0xNS4yLDI2LTEyLjcsNDAuMmMyLjgsMS45LDUuOSwzLjUsOS4yLDQuNEMyMjAuNiwzNC44LDIyMy42LDE5LjYsMjM0LjIsOS4xeiIvPgoJPC9nPgoJPGc+CgkJCgkJCTxyZWN0IHg9IjIwMC4zIiB5PSI0MS45IiB0cmFuc2Zvcm09Im1hdHJpeCgtMC43MDcxIDAuNzA3MSAtMC43MDcxIC0wLjcwNzEgMzg4Ljk3NjIgLTYzLjIyODMpIiBmaWxsPSIjRjNDMTQyIiBzdHJva2U9IiMwMDUwODIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB3aWR0aD0iMTQuNSIgaGVpZ2h0PSIxNC4yIi8+CgkJPGc+CgkJCTxwYXRoIGZpbGw9IiNGM0MxNDIiIGQ9Ik0yMzYuOSw1NS44Yy05LjUsMC0xOC41LTMuNy0yNS4zLTEwLjVjLTYuOC02LjgtMTAuNS0xNS43LTEwLjUtMjUuM2MwLTkuNSwzLjctMTguNSwxMC41LTI1LjMKCQkJCXMxNS43LTEwLjUsMjUuMy0xMC41YzkuNSwwLDE4LjUsMy43LDI1LjMsMTAuNWMxMy45LDEzLjksMTMuOSwzNi42LDAsNTAuNkMyNTUuNSw1Mi4xLDI0Ni41LDU1LjgsMjM2LjksNTUuOHogTTIzNi45LTcuNwoJCQkJYy03LjQsMC0xNC40LDIuOS0xOS42LDguMWMtMTAuOCwxMC44LTEwLjgsMjguNCwwLDM5LjJjNS4yLDUuMiwxMi4yLDguMSwxOS42LDguMWM3LjQsMCwxNC40LTIuOSwxOS42LTguMXM4LjEtMTIuMiw4LjEtMTkuNgoJCQkJYzAtNy40LTIuOS0xNC40LTguMS0xOS42UzI0NC4zLTcuNywyMzYuOS03Ljd6Ii8+CgkJCTxwYXRoIGZpbGw9IiMwMDUwODIiIGQ9Ik0yMzYuOS0xNC43YzguOSwwLDE3LjgsMy40LDI0LjYsMTAuMmMxMy42LDEzLjYsMTMuNiwzNS42LDAsNDkuMWMtNi44LDYuOC0xNS43LDEwLjItMjQuNiwxMC4yCgkJCQlzLTE3LjgtMy40LTI0LjYtMTAuMmMtMTMuNi0xMy42LTEzLjYtMzUuNiwwLTQ5LjFDMjE5LjEtMTEuMywyMjgtMTQuNywyMzYuOS0xNC43IE0yMzYuOSw0OC44YzcuNCwwLDE0LjctMi44LDIwLjMtOC40CgkJCQljMTEuMi0xMS4yLDExLjItMjkuNCwwLTQwLjdjLTUuNi01LjYtMTMtOC40LTIwLjMtOC40cy0xNC43LDIuOC0yMC4zLDguNGMtMTEuMiwxMS4yLTExLjIsMjkuNCwwLDQwLjcKCQkJCUMyMjIuMiw0NiwyMjkuNiw0OC44LDIzNi45LDQ4LjggTTIzNi45LTE2LjdjLTkuOCwwLTE5LDMuOC0yNiwxMC44Yy02LjksNi45LTEwLjgsMTYuMi0xMC44LDI2YzAsOS44LDMuOCwxOSwxMC44LDI2CgkJCQljNi45LDYuOSwxNi4yLDEwLjgsMjYsMTAuOHMxOS0zLjgsMjYtMTAuOGM2LjktNi45LDEwLjgtMTYuMiwxMC44LTI2YzAtOS44LTMuOC0xOS0xMC44LTI2QzI1Ni0xMi45LDI0Ni43LTE2LjcsMjM2LjktMTYuNwoJCQkJTDIzNi45LTE2Ljd6IE0yMzYuOSw0Ni44Yy03LjEsMC0xMy45LTIuOC0xOC45LTcuOGMtMTAuNC0xMC40LTEwLjQtMjcuNCwwLTM3LjhjNS4xLTUuMSwxMS44LTcuOCwxOC45LTcuOHMxMy45LDIuOCwxOC45LDcuOAoJCQkJYzEwLjQsMTAuNCwxMC40LDI3LjQsMCwzNy44QzI1MC44LDQ0LDI0NC4xLDQ2LjgsMjM2LjksNDYuOEwyMzYuOSw0Ni44eiIvPgoJCTwvZz4KCQkKCQkJPHJlY3QgeD0iMTUwLjUiIHk9IjcwLjIiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjcwNzEgMC43MDcxIC0wLjcwNzEgLTAuNzA3MSAzNjIuMzMyNiAxLjA5NSkiIGZpbGw9IiMzMDlBQ0MiIHN0cm9rZT0iIzAwNTA4MiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHdpZHRoPSI2MC45IiBoZWlnaHQ9IjEwLjgiLz4KCTwvZz4KPC9nPgo8Zz4KCTxwYXRoIGZpbGw9IiMwMDUwODIiIGQ9Ik0xODAuMywyMi44YzAtMC4zLDAtMC42LDAtMC45YzAtMS43LDAuNi0zLjEsMi4yLTQuMWwxLjItMC44YzAuOS0wLjYsMS40LTEuNiwxLjQtMi42YzAtMS42LTEtMy0zLjEtMwoJCWMtMi4zLDAtMy4zLDEuNy0zLjMsMy40YzAsMC40LDAuMSwxLDAuMiwxLjNsLTIuNi0wLjNjLTAuMS0wLjQtMC4yLTAuOC0wLjItMS4zYzAtMi40LDEuOC01LjQsNS44LTUuNGMzLjcsMCw1LjgsMi42LDUuOCw1LjMKCQljMCwyLjEtMS4yLDMuNi0yLjcsNC42bC0xLjIsMC44Yy0wLjgsMC42LTEuMiwxLjUtMS4yLDIuNWMwLDAuMSwwLDAuMiwwLDAuNUgxODAuM3ogTTE4MS41LDI0LjhjMSwwLDEuNywwLjgsMS43LDEuNwoJCWMwLDEtMC44LDEuNy0xLjcsMS43Yy0xLDAtMS43LTAuOC0xLjctMS43QzE3OS44LDI1LjYsMTgwLjUsMjQuOCwxODEuNSwyNC44eiIvPgo8L2c+CjxwYXRoIGZpbGw9IiNGMEY4RkMiIGQ9Ik0yNTguMSw4LjhjMC4xLDAuOSwwLjEsMS43LDAuMSwyLjZjMCwxMy44LTExLjIsMjUtMjUsMjVjLTYuNiwwLTEyLjYtMi42LTE3LjEtNi43CgljMy44LDcuOCwxMS44LDEzLjEsMjEuMSwxMy4xYzEzLDAsMjMuNS0xMC41LDIzLjUtMjMuNUMyNjAuNywxNS42LDI1OS43LDEyLDI1OC4xLDguOHoiLz4KPC9zdmc+Cg==");padding:220px 20px 20px 20px;width:auto;margin:0 auto;text-align:center;background-size:200px;border:0px}.no-project-results-cta .create-business-project-image{width:110px;height:200px;float:left;margin:-10px 20px 10px 10px;background:transparent none no-repeat top center;background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/1.0/_/download/resources/jira.webresources:global-static/../../../images/adbox/nobusinessproject.svg')}.no-project-results-cta p{white-space:normal}.no-project-results-cta{width:70%;max-width:800px;margin-left:auto;margin-right:auto}.no-projects-container{display:flex;flex-direction:column;align-items:center;margin-top:146px;margin-bottom:60px}.no-projects-container img{width:240px;height:160px}.no-projects-container p:last-child{margin-top:32px}.browse-project-error-page{background-color:#fff}.browse-project-error-page #footer-logo{background-color:#fff}.browse-projects{background-color:#fff}.browse-projects .aui-page-panel{border-width:2px 0;border-color:#ebecf0}.browse-projects .aui-page-panel-nav{border-right:2px solid #ebecf0}.browse-projects table.aui>thead{border-bottom:2px solid #ebecf0;color:#5e6c84}.browse-projects #projects{margin-top:36px}.browse-projects .archived-projects-empty-state{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff}.browse-projects .archived-projects-empty-state .no-projects-container{margin-top:0}#browse-projects-page{margin-bottom:60px}#browse-projects-page .module{position:relative;min-height:300px}#browse-projects-page table.aui{table-layout:fixed}#browse-projects-page table.aui .project-list-icon{width:6%}@media (min-width:1340px){#browse-projects-page table.aui .project-list-name{width:15%}#browse-projects-page table.aui .project-list-key{width:7%}#browse-projects-page table.aui .project-list-type{width:10%}#browse-projects-page table.aui .project-list-lead,#browse-projects-page table.aui .project-list-assignee{width:9%}#browse-projects-page table.aui .project-list-category,#browse-projects-page table.aui .project-list-archived-date,#browse-projects-page table.aui .project-list-archived-by,#browse-projects-page table.aui .project-list-updated-date,#browse-projects-page table.aui .project-list-url,#browse-projects-page table.aui .project-list-actions{width:10%}#browse-projects-page table.aui .project-list-issue-count{width:7%;text-align:right}}@media (max-width:1340px){#browse-projects-page table.aui .project-list-actions{width:8%}#browse-projects-page table.aui .project-list-archived-date,#browse-projects-page table.aui .project-list-updated-date{width:17%}}#browse-projects-page table.aui tbody.projects-list td:not(.cell-type-actions){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#browse-projects-page table.aui td.cell-type-issue-count{width:7%;text-align:right}#browse-projects-page .aui-nav-heading{border:0}.page-type-admin #browse-projects-page.aui-page-panel{border:none}#archive-confirmation-page .form-body{padding:20px 20px 15px}#archive-confirmation-page ul{margin-bottom:5px}
/* module-key = 'jira.webresources:global-static', location = '/ui/aui-layout/about.less' */
.main-about-jira-logo{float:right}.main-about-jira-logo+h2{margin-top:0}
/* module-key = 'com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu', location = 'appswitcher/appswitcher.css' */
.nav-link-label,.nav-link-description{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-links .nav-link-description{color:#707070}.nav-links .nav-link-edit{color:#0052cc}.nav-links .active>.nav-link-label,.nav-links .active>.nav-link-description,.nav-links .active>.nav-link-edit{color:inherit}.nav-links .nav-link-edit-wrapper{padding-left:10px!important}#app-switcher{z-index:12000}.app-switcher-trigger.aui-dropdown2-trigger,.app-switcher-trigger.sidebar-trigger{background:transparent;border:0;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:pointer}.app-switcher-trigger.aui-dropdown2-trigger{height:40px}.app-switcher-trigger.aui-dropdown2-trigger:after{content:normal!important}.app-switcher-trigger>.aui-icon{filter:alpha(opacity=80);opacity:.8}.app-switcher-trigger:hover>.aui-icon,.app-switcher-trigger:active>.aui-icon,.app-switcher-trigger:focus>.aui-icon,.app-switcher-trigger.active>.aui-icon{filter:alpha(opacity=100);opacity:1}.app-switcher-loading{background:no-repeat 10px 50%;background-image:url(data:image/gif;base64,R0lGODlhEAAQAPMPALu7u5mZmTMzM93d3REREQAAAHd3d1VVVWZmZqqqqoiIiO7u7kRERCIiIgARAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAPACwAAAAAEAAQAEAEcPDJtyg6dUrFetDTIopMoSyFcxxD1krD8AwCkASDIlPaUDQLR6G1Cy0SgqIkE1IQGMrFAKCcGWSBzwPAnAwarcKQ15MpTMJYd1ZyUDXSDGelBY0qIoBh/ZoYGgELCjoxCRRvIQcGD1kzgSAgAACQDxEAIfkEBQcADwAsAAAAAA8AEAAABF3wyfkMkotOJpscRKJJwtI4Q1MAoxQ0RFBw0xEvhGAVRZZJh4JgMAEQW7TWI4EwGFjKR+CAQECjn8DoN0kwDtvBT8FILAKJgfoo1iAGAPNVY9DGJXNMIHN/HJVqIxEAIfkEBQcADwAsAAAAABAADwAABFrwyfmColgiydpaQiY5x9Ith7hURdIl0wBIhpCAjKIIxaAUPQ0hFQsAC7MJALFSFi4SgC4wyHyuCYNWxH3AuhSEotkNGAALAPqqkigG8MWAjAnM4A8594vPUyIAIfkEBQcADwAsAAAAABAAEAAABF3wySkDvdKsddg+APYIWrcg2DIRQAcU6DJICjIsjBEETLEEBYLqYSDdJoCGiHgZwG4LQCCRECEIBAdoF5hdEIWwgBJqDs7DgcKyRHZl3uUwuhm2AbNNW+LV7yd+FxEAIfkEBQcACAAsAAAAABAADgAABEYQyYmMoVgeWQrP3NYhBCgZBdAFRUkdBIAUguVVo1ZsWFcEGB5GMBkEjiCBL2a5ZAi+m2SAURExwKqPiuCafBkvBSCcmiYRACH5BAUHAA4ALAAAAAAQABAAAARs0MnpAKDYrbSWMp0xZIvBKYrXjNmADOhAKBiQDF5gGcICNAyJTwFYTBaDQ0HAkgwSmAUj0OkMrkZM4HBgKK7YTKDRICAo2clAEIheKc9CISjEVTuEQrJASGcSBQcSUFEUDQUXJBgDBW0Zj34RACH5BAUHAA8ALAAAAAAQABAAAARf8Mn5xqBYgrVC4EEmBcOSfAEjSopJMglmcQlgBYjE5NJgZwjCAbO4YBAJjpIjSiAQh5ayyRAIDKvJIbnIagoFRFdkQDQKC0RBsCIUFAWsT7RwG410R8HiiK0WBwJjFBEAIfkEBQcADgAsAQABAA8ADwAABFrQybEWADXJLUHHAMJxIDAgnrOo2+AOibEMh1LN62gIxphzitRoCDAYNcNN6FBLShao4WzwHDQKvVGhoFAwGgtFgQHENhoB7nCwHRAIC0EyUcC8Zw1ha3NIRgAAIfkEBQcADwAsAAAAABAAEAAABGDwyfnWoljaNYYFV+Zx3hCEGEcuypBtMJBISpClAWLfWODymIFiCJwMDMiZBNAAYFqUAaNQ2E0YBIXGURAMCo1AAsFYBBoIScBJEwgSVcmP0li4FwcHz+FpCCQMPCFINxEAIfkEBQcADgAsAAABABAADwAABFzQyemWXYNqaSXY2vVtw3UNmROM4JQowKKlFOsgRI6ASQ8IhSADFAjAMIMAgSYJtByxyQIhcEoaBcSiwegpDgvAwSBJ0AIHBoCQqIAEi/TCIAABGhLG8MbcKBQgEQAh+QQFBwAPACwAAAEAEAAPAAAEXfDJSd+qeK5RB8fDRRWFspyotAAfQBbfNLCVUSSdKDV89gDAwcFBIBgywMRnkWBgcJUDKSZRIKAPQcGwYByAAYTEEJAAJIGbATEQ+B4ExmK9CDhBd8ThdHw/AmUYEQAh+QQFBwAPACwAAAEADwAPAAAEXvBJQIa8+ILSspdHkXxS9wxF4Q3L2aTBeC0sFjhAtuyLIjAMhYc2GBgaSKGuyNoBDp7czFAgeBIKwC6kWCAMxUSAFjtNCAAFGGF5tCQLAaJnWCTqHoREvQuQJAkyGBEAOw==);line-height:16px;padding:5px 10px 5px 31px}.app-switcher-error{line-height:16px;padding:5px 10px;white-space:nowrap}.app-switcher-retry{color:#0052cc;cursor:pointer}.app-switcher-retry:hover{text-decoration:underline}.app-switcher-sidebar{display:none;position:fixed;top:0;bottom:0;left:0;background-color:#393939;width:205px;padding:10px 20px;-moz-box-shadow:2px 0 3px #111;-webkit-box-shadow:2px 0 3px #111;box-shadow:2px 0 3px #111}.app-switcher-sidebar .aui-nav-heading,.aui-theme-bamboo .app-switcher-sidebar .aui-nav-heading{font-size:12px;line-height:1.66;text-transform:uppercase;color:#ccc;margin-top:0}.app-switcher-sidebar ul,.app-switcher-sidebar li{list-style:none;margin:0;padding:0}.app-switcher-sidebar li a{display:block;line-height:20px;overflow:hidden;padding:5px 10px;text-overflow:ellipsis;white-space:nowrap;color:#0052cc}#app-switcher.app-switcher-sidebar .nav-link a .nav-link-label{color:#aaa}.app-switcher-sidebar li a:hover{text-decoration:none}.sidebar-customize-section.aui-dropdown2{z-index:12001}.app-switcher-sidebar .aui-dropdown2-trigger{display:inline-block;margin-top:7px;float:right}.sidebar-project-name{display:table-cell;vertical-align:middle;padding:0 10px;color:#ccc;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;text-overflow:ellipsis;overflow:hidden;color:#e6e6e6}.app-switcher-sidebar a.aui-dropdown2-trigger{color:#ccc}.app-switcher-section{margin-top:10px}.app-switcher-title{margin-bottom:2px}.sidebar-trigger.sidebar-open{background-color:#296ca3;color:#fff}.aui-navgroup .app-switcher-applications .aui-nav-heading{border-top:0}.app-switcher-open .app-switcher-sidebar{display:block}.app-switcher-open .sidebar-trigger{background-color:#3872b1}.app-switcher-sidebar .app-switcher-error{color:#aaa;white-space:normal}
/* module-key = 'com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu', location = 'appswitcher/appswitcherdiscovery.css' */
.app-discovery-suggestion-app .suggestion-apps{padding-left:20px;margin-top:10px}.app-discovery-suggestion-app .active{background-color:#fff}.app-discovery-suggestion-app:hover{background-color:#0052cc}.app-discovery-suggestion-app:hover .app-discovery-small{color:#fff}.app-discovery-apps{border-top:1px solid solid #ccc}.app-discovery-small{color:#707070;font-size:12px;line-height:1.33333333333333;padding-left:10px;margin-top:5px;padding-right:10px}.app-discovery-suggestion-app:hover .app-discovery-suggest-title small{color:#fff}.app-discovery-suggest-title{padding-right:20px;padding-left:10px;padding-top:3px}.app-discovery-suggest-apps-buttons{padding:10px}.app-discovery-link{padding-left:31px!important}.app-discovery-bamboo-product-icon{background-image:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/6.0.1/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/bamboo.png);background-size:120px 40px;height:40px}.app-discovery-suggestion-app:hover .app-discovery-bamboo-product-icon{background-image:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/6.0.1/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/bamboo_hover.png)}.app-discovery-jira-product-icon{background-image:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/6.0.1/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/jira.png);background-size:80px 40px;height:40px}.app-discovery-suggestion-app:hover .app-discovery-jira-product-icon{background-image:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/6.0.1/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/jira_hover.png)}.app-discovery-confluence-product-icon{background-image:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/6.0.1/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/confluence.png);background-size:140px 40px;height:40px}.app-discovery-suggestion-app:hover .app-discovery-confluence-product-icon{background-image:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/6.0.1/_/download/resources/com.atlassian.plugins.atlassian-nav-links-plugin:rotp-menu/images/confluence_hover.png)}.close-button-alignment{margin-top:20px;padding:4px 10px}.appswitcher-tooltips .tipsy-arrow{top:30%;border-width:5px}.appswitcher-tooltips .tipsy-inner{max-width:400px;width:220px}#arrow-app-switcher-tooltip.aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow:after,#arrow-app-switcher-tooltip.arrow.aui-css-arrow.aui-left-arrow:after,#arrow-app-switcher-tooltip.aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow:before,#arrow-app-switcher-tooltip.arrow.aui-css-arrow.aui-left-arrow:before{border-width:8px 8px 8px 0;border-color:transparent #ccc}#arrow-app-switcher-tooltip.aui-inline-dialog-arrow.aui-css-arrow.aui-left-arrow:after,#arrow-app-switcher-tooltip.arrow.aui-css-arrow.aui-left-arrow:after{border-color:transparent #fff transparent transparent;top:0;right:0}
/* module-key = 'com.atlassian.jira.jira-header-plugin:jira-header-assets', location = 'css/layout-overrides.less' */
.aui-dropdown2-loading{visibility:hidden}
/* module-key = 'com.atlassian.jira.jira-header-plugin:jira-header-theme', location = 'css/header-theme.less' */
#header>.aui-header.aui-dropdown2-trigger-group{--aui-appheader-bg-color:#205081;--aui-appheader-text-color:#fff;--aui-button-primary-text-color:#fff;--aui-button-primary-bg-color:#3b7fc4;--aui-button-primary-hover-bg-color:#4796e6;--aui-button-primary-active-bg-color:#3572b0;--aui-button-primary-active-text-color:#fff;border-bottom:1px solid #2e3d54}#header>.aui-header.aui-dropdown2-trigger-group .aui-nav>li>a{--aui-item-focus-bg:#296ca3;--aui-item-active-bg:#296ca3;--aui-item-focus-text:#f0f0f0;--aui-item-active-text:#f0f0f0}#header>.aui-header.aui-dropdown2-trigger-group .aui-dropdown2-in-header{--aui-item-focus-text:#fff;--aui-item-focus-bg:#3b73af}#header>.aui-header.aui-dropdown2-trigger-group #logo a{padding:0 10px}#header>.aui-header.aui-dropdown2-trigger-group .aui-dropdown2-in-header{--aui-item-focus-text:#fff;--aui-item-focus-bg:#3b73af}#header>.aui-header .aui-header-logo-text{margin-left:0.5em}
/* module-key = 'com.atlassian.servicedesk.frontend-webpack-plugin:split_atl.general~customerportal', location = 'atl.general~customerportal.ce82aa78954dab262ffd.css' */
.sd-tipsy-btn-container{display:inline-block;position:relative}.sd-tipsy-btn-container .sd-tipsy-btn-blanket{position:absolute;display:block;top:0;left:0;width:100%;height:100%}
/* module-key = 'com.atlassian.teams:teams-wr-custom-field-styles-common', location = '/teams/styles-plugin/styles.css' */
.aui-list .aui-list-item a.jpo-dropdown-item-italic{font-style:italic}.aui-list .aui-list-item a.jpo-dropdown-item-unselectable{white-space:normal}.aui-list .aui-list-item.active a.jpo-dropdown-item-unselectable{color:#000;background-color:transparent;cursor:default}.jpo-team-field-avatar{vertical-align:middle;width:24px;height:24px;padding-right:5px}.jpo-team-field-shareable-icon{vertical-align:middle;width:16px;height:16px;padding-left:5px}
/* module-key = 'com.atlassian.jira.plugins.jira-slack-server-integration-plugin:slack-update-plugin-banner-resources', location = 'slack-less/banner/update-banner.less' */
.slack-update-banner{width:320px}#remove-slack-v1-link{float:right}
/* module-key = 'jira.webresources:avatar-picker', location = '/includes/ajs/avatarpicker/AvatarPicker.less' */
.jira-avatars{margin:0;padding:0;list-style-type:none}.jira-avatars img{margin:3px;padding:2px;border:2px solid transparent;vertical-align:middle;border-radius:50%}.jira-avatars .jira-avatar{cursor:pointer;display:inline-block;position:relative}.jira-avatars .jira-avatar>span{display:block;margin:0;padding:0;line-height:0}.jira-avatars .jira-avatar:hover img{-moz-box-shadow:3px 3px 5px rgba(0,0,0,0.5);-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.5);box-shadow:3px 3px 5px rgba(0,0,0,0.5);border-color:#000}.jira-avatars .jira-avatar .jira-delete-avatar{opacity:0;position:absolute;height:16px;width:16px;background:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/1.0/_/download/resources/jira.webresources:avatar-picker/../../../images/icn-remove.png") 0 0 no-repeat;top:-2px;right:-1px;text-indent:-9999px}.jira-avatars .jira-avatar:hover .jira-delete-avatar{opacity:1}.jira-avatars .jira-avatar .jira-delete-avatar:focus{opacity:1}.jira-avatars .jira-selected-avatar img{border-color:#3C78B5}.jira-avatars .jira-selected-avatar:hover img{border-color:#3C78B5;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.jira-avatars .jira-selected-avatar .jira-delete-avatar{top:-4px;right:-3px}.jira-avatar-upload-form,form.aui.jira-avatar-upload-form{margin:0 auto;padding:20px;position:relative;width:50%}.jira-avatar-upload-form+.form-body,form.aui.jira-avatar-upload-form+.form-body{border-top:1px solid #ddd;overflow:auto}.aui-message.jira-avatar-upload{padding-left:1em}.aui-message.jira-avatar-upload p.title{margin-bottom:5px}.jira-avatar-picker-trigger{cursor:pointer;display:inline-block;position:relative}.jira-avatar-picker-trigger:hover{background:#FFF}.jira-avatar-picker-trigger>img{vertical-align:middle}.jira-avatar-picker-trigger .aui-avatar{vertical-align:middle}.jira-avatar-picker-trigger .avatar-select-text{margin-left:0.3em}.jira-avatar-picker-trigger .jira-avatar-issuetype .aui-avatar-inner{border-radius:0}.jira-avatar-cropper-form{overflow:hidden}.jira-avatar-cropper-form .jira-avatar-cropper-header{padding:16px;overflow:auto}.jira-avatar-cropper-form .jira-avatar-cropper-header p{margin:0}.jira-avatar-cropper-form .jira-avatar-cropper-header+.form-body{border-top:1px solid #DDD;overflow:auto;padding-top:16px}.jira-avatar-cropper-form .form-footer{text-align:right}.avatarorframe .submit-buttons{float:right;text-align:right;margin-bottom:5px}.avatarorframe .avataror{clear:both}.avataror{margin:0 auto;padding:5px}#avataror p{white-space:normal !important}.avataror-preview{margin-right:15px !important}.gravatar-help .hidden{display:none}
/* module-key = 'com.thed.zephyr.je:zephyr-je-feedback', location = 'css/zephyr.css' */
.multiselectbox { display: none; width: 498px; position: absolute; left: 173px; top: 403.883px; overflow-x: hidden; }

/*Can be used with any aui table to get hover on the entire row, specifically done for schedule table in ViewIssue page*/
table.ztable tbody tr:hover, .row-active { background-color: #F0F0F0 !important;}

.issue-schedule-operations{display:none;}
table.ztable tbody tr:hover .issue-schedule-operations{display:inline}

/*By default .versionBanner div have 5 px padding top, which compounds if we have more than one div. Instead we will vertical align.
  Used in schedule tables in Cycle Tabs and ViewIssue page
*/
.ztable tbody tr td div { padding-top: 0px }
.ztable tbody tr td { vertical-align: middle }

#resultBodyId tr td {
    /* min-width: 200px; */
    max-width: 200px;
    word-wrap: break-word;
}

#resultBodyId tr.archived-execution-tr a {
    color: #333333;
    cursor: auto;
    text-decoration: none;
}

#resultBodyId tr.archived-execution-tr a:hover,
#resultBodyId tr.archived-execution-tr a:active {
    text-decoration: none;
}

/* #resultBodyId tr td a {
    word-break: break-all;
}  */

#resultBodyId tr td:first-child, #resultBodyId tr td:last-child {
    min-width: 50px;
}

.ztextarea { width:100%;}
.noresize {resize:none;}

/*--- START - CSS for Execution status display-----*/
dd {
	display: block;
	-webkit-margin-start: 0px;		/*Needed for JIRA 6.x*/
}

dt {
	display: block;
}

.column {
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.exec-status-container dt {
	display: none;
}

.exec-status-container dd {
	background-color: #BBB;
	color: white;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 3px 1px;
	text-align: center;
	width: 100px;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	overflow: hidden;
}

.exec-long-field-container{
	display:inline;
}

.exec-long-field-container dd {
background-color: #BBB;
	color: white;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 3px 1px;
	text-align: left;
	width: 500px;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
}

/* Test Details History tab in issue [test] page */
.audit-history-show-more-container {
    margin-top: 10px;
}

.show-more-container{
    padding: 0 5px;
}

.editing-mode-inner-container{
    position: relative;
    max-width: 250px;
    padding-right: 5px;
}

.update_cancel-buttons{
    position: absolute;
    right: 5px;
}

.edit-mode-container{
    position: relative;
    top: -20px;
}

#custom-fields-show-more{
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    margin: 0px 0.2em;
    overflow: hidden;
    padding: 0.35em;
    text-align: center;
    color: #666666;
    cursor: pointer;
}

.custom-field-displaying-value{
    margin-top: 5px;
}

.aui-dialog2 .aui-dialog2-content.customFieldDataCountainer{
    max-height: 400px;
		overflow-y: auto;
}

/* added zephyr class to prevent overriding on jira dialogs*/
.zephyr-dialog2 .aui-dialog2 .aui-dialog2-content {
		height: auto;
}

.check-list-item{
    /*display: inline-block;*/
    width: 100%;
    /*float: left;*/
}

.custom-filter.filter-options{
    padding: 0 10px;
		font-size: 20px;
}

.choose-all-customize-filter{
    font-size: 0.7em !important;
    padding-right: 5px !important;
    border-right: 1px solid #eeeeee !important;
    border-radius: 0px !important;
}

.customize-filter{
    font-size: 0.7em !important;
    margin-left: 5px !important;
}

#edit-more-icon-container{
    display: inline-block;
    float: right;
    padding-right: 5px;
}

#inline-dialog-custom-field-configeration-options-inner-container{
    z-index: 3000;
}

.customize-options-icon{
    margin-right: 5px;
}

.edit-button-execution-details{
    float: right;
    padding-right: 5px;
    cursor: pointer;
}

#audit-history-show-more {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    margin: 0px 0.2em;
    overflow: hidden;
    padding: 0.35em;
    text-align: center;
}

#audit-history-show-more span {
    color: #666666;
}

/**** Only for JIRA 6.x *****/

/*For JIRA6x, version class is not defined*/
.version span{
	float: right;
}

div dl dd {
	margin-left:0px
}
/**** END JIRA 6.x *****/
/*--- END - CSS for Execution status display-----*/

#column-picker-restful-table {
    margin-bottom: 0;
}
#column-picker-restful-table {
    min-width: 0;
    width: 250px;
    border: none;
}

#column-picker-restful-table .aui-restfultable-row td {
    padding: 4px;
    border: none;
}

.aui-restfultable .aui-restfultable-order {
    width: 8px;
}

#column-picker-restful-table .aui-restfultable-row .aui-restfultable-draghandle {
    background-position: center center;
    min-height: 17px;
}

#column-picker-restful-table .aui-restfultable-row .aui-restfultable-draghandle {
    background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-feedback/images/grippy.png");
    cursor: move;
    display: inline-block;
    height: 100%;
    margin-bottom: -6px;
    min-height: 16px;
    width: 8px;
}

#column-picker-restful-table .aui-restfultable-row .aui-restfultable-operations {
    width: 20px;
}

.aui-restfultable-row .aui-restfultable-operations {
    white-space: nowrap;
    width: 160px;
}

.aui-restfultable-readonly td {
    font-size: 13px;
}

#column-picker-restful-table tbody tr {
	border-top: 1px solid #eee;
}

#column-picker-restful-table tbody tr .column-label {
    width: 100%;
}


.columnNames-select-wrapper input[type=button] {
	position: relative;
	left: 10px;
	top: -2px;
}

/* Drag and drop highlight*/
.ui-state-highlight td {
 	height: 2em;
 	line-height: 1.2em;
 	background-color: #fff !important;
 	/*border: 2px dashed #6693B0 !important;*/
}

/* Since JIRA 5* vesion does not support Loading feature, importing loading code*/
.jira-page-loading-indicator {
    background-position: 0 -280px;
    display: block;
    z-index: 9999;
}

#jira #show-feedback-dialog {
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    width: 600px !important;
}

#zephyr-feedback-form .form-body .field-group .description-text-area{
    width: 450px !important;
    min-height: 50px;
}

#feedback-form{
    /* min-height: 214px !important; */
    max-height: none !important;
    height: 300px !important;
}

#zephyr-feedback-aui-message-bar {
    padding-left: 30px;
    padding-right: 30px;
}

.hide {
    visibility: hidden !important;
}

.jira-page-loading-indicator {
    background-image: url("data:image/png;base64,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");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: none;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: fixed;
    top: 50%;
    width: 40px;
}

.zfj-loading-message {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: 20px;
	font-weight: bold;
}
/* override min-height for dialogue box */
.z-dialog2-xlarge{
    min-height: auto !important;
}

#zephyr-tb-ajax-timeout-confirm .aui-dialog2-content {
	height: 100px !important;
}
.resetFontColor {
    color: #000000 !important;
}
/*.calendar {
    position: fixed !important;
}*/
/*Calender position commented for ZFJ-3073*/
.aui-dialog .dialog-button-panel {
    padding: 5px;
}

#zapi_not_installed_img {
    color: #205081;
    max-width:92%;
    max-height:100%;
}

div.main-div {
    width: 97%;
    border: solid 1px #ccc;
    float: left;
    padding: 15px;
  }
  div.main-div h2 {
    font-size: 20px;
    margin: 0 0 15px 0;
    padding: 0;
  }
  div.main-div div.inner-div {
    min-height: 720px;
    width: 350px;
    border: solid 1px #ccc;
    float: left;
    margin: 0 20px 0 0;
    padding: 15px;
    /*background-color: #f6f6f6;*/
  }
  div.main-div h3 {
    font-size: 16px;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: solid 1px #ccc;
  }



.file-upload{display:block;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
.file-upload .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}

/*.attach-screenshot-paste-catcher {
    display:none;
}*/

.custom-textarea .editable-field img, .cell-wrapper img {
    max-width: 100%;
}


/*22*/
.zephyr-aui-tabs > .tabs-menu > .menu-item > a, .zephyr-aui-tabs > .tabs-menu > .menu-item > a strong {
    background: transparent;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

/*36*/
.zephyr-aui-tabs > .tabs-menu .menu-item a, .zephyr-aui-tabs > .tabs-menu .menu-item a:link, .zephyr-aui-tabs > .tabs-menu .menu-item a:visited {
    background: #e9e9e9;
    color: #333333;
}
/*41*/
.zephyr-aui-tabs > .tabs-menu .menu-item a:focus, .zephyr-aui-tabs > .tabs-menu .menu-item a:hover {
    background: #ffffff;
    color: #333333;
}

/*50*/
.zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a, .zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a:link, .zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a:visited, .zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a:focus, .zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a:hover, .zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a:active {
    background: #ffffff;
    color: #333333;
}

/*97*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu ~ .tabs-pane {
    padding: 0;
    border-top: 1px solid #cccccc;
}

/*100*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100%;
}

/*113*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item {
    background: #eee;
    display: block;
    float: left;
    margin: 0;
}
/*125*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item:first-child {
    margin-left: 0px;
}

/*128*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item:first-child a {
    border-top-left-radius: 3px;
    border-left: 1px solid #cccccc;
}

/*138*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item > a, .zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .menu-item > a:focus, .zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .menu-item > a:hover, .zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .menu-item > a:active {
    display: block;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    padding: 5px 10px 4px 10px;
    text-decoration: none;
}
/*149*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab, .zephyr-aui-tabs.horizontal-tabs[data-aui-responsive] > .tabs-menu > .menu-item.active-tab, .zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .active-tab:focus, .zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .active-tab:hover, .zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .active-tab:active {
    border-bottom: 1px solid #ffffff;
    margin-bottom: -1px;
    position: relative;
}

/*157*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item a, .zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item a:focus, .zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item a:hover, .zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item a:active {
    padding: 5px;
}

.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab a::after, .zephyr-aui-tabs.horizontal-tabs > .tabs-menu::after {
    display: none;
}

.aui-avatar.aui-avatar-xsmall, .aui-avatar.aui-avatar-xsmall .aui-avatar-inner {
    max-width: inherit;
    max-height: inherit;
}

.zephyr-aui-message span.aui-icon {
    display: inline;
}
.zephyr-aui-message + form span.aui-icon, .zephyr-aui-message + .form-body span.aui-icon {
    display: inline;
}
.zephyr-aui-message span.aui-icon + p {
    margin-top: 0;
}

.zephyr-banner-msg {
	max-width: 100%;
	word-wrap: break-word;
}

.zephyr-banner-msg img {
    max-height: 50px;
}
.zephyr-banner-msg h1, h2 {
    margin: 5px 0px !important;
}
.zephyr-banner-msg tr th {
    background: none;
}

.field-group > .issue-picker-popup {
	top : 9px !important;
}
.file-input-label > * > label{
	margin: 0px 0px 0px 4px !important;
    float: none !important;
    width: auto !important;
}
/*ZFJ-5154*/
#view_issue_steps_section{
    display: block;
}

#api-rate-limit .rate-limit-subwrapper {
    margin: 15px 0;
}

#api-rate-limit .rate-limit-description {
    font-size: 12px;
    opacity: 0.8;
    margin-left: 25px;
    display: block;
}

#api-rate-limit .rate-limit-options {
    margin-top: 15px;
    margin-left: 25px
}

#api-rate-limit .rate-limit-options input {
   height: 25px;
   margin: 5px;
}
#api-rate-limit .rate-limit-options select {
    height: 30px;
    margin: 5px;
}
#api-rate-limit .rate-limit-description.error {
    margin-left: 5px;
    opacity: 1;
}
#zephyr-aui-message-bar-config {
    position: fixed;
    top: 100px;
    z-index: 99999;
    right: 30px;
    -webkit-transition: right 2s;
    transition: right 2s;
    max-width: 400px;
}

.zsquad-progress-container {
    margin: 20px 0 0;
    gap: 5px;
}

.backup-restore-container {
    margin: 20px 0;
}

#backup-restore .backup-restore-container > div {
    border-bottom: 1px solid #DFE1E6;
    padding: 0px 0 20px 0;
    margin: 0 0 20px 0;
}
#backup-restore .backup-restore-container > div:last-child {
    border: none;
}

#backup-restore .action-label {
    width: 300px;
}
#backup-restore .action-wrapper {
    flex-grow: 1;
}
#backup-restore .action-wrapper input {
    flex-grow: 1;
    margin: 0 10px 0 0;
}

/* module-key = 'com.thed.zephyr.je:zephyr-je-create-testcase', location = 'css/zephyr.css' */
.multiselectbox { display: none; width: 498px; position: absolute; left: 173px; top: 403.883px; overflow-x: hidden; }

/*Can be used with any aui table to get hover on the entire row, specifically done for schedule table in ViewIssue page*/
table.ztable tbody tr:hover, .row-active { background-color: #F0F0F0 !important;}

.issue-schedule-operations{display:none;}
table.ztable tbody tr:hover .issue-schedule-operations{display:inline}

/*By default .versionBanner div have 5 px padding top, which compounds if we have more than one div. Instead we will vertical align.
  Used in schedule tables in Cycle Tabs and ViewIssue page
*/
.ztable tbody tr td div { padding-top: 0px }
.ztable tbody tr td { vertical-align: middle }

#resultBodyId tr td {
    /* min-width: 200px; */
    max-width: 200px;
    word-wrap: break-word;
}

#resultBodyId tr.archived-execution-tr a {
    color: #333333;
    cursor: auto;
    text-decoration: none;
}

#resultBodyId tr.archived-execution-tr a:hover,
#resultBodyId tr.archived-execution-tr a:active {
    text-decoration: none;
}

/* #resultBodyId tr td a {
    word-break: break-all;
}  */

#resultBodyId tr td:first-child, #resultBodyId tr td:last-child {
    min-width: 50px;
}

.ztextarea { width:100%;}
.noresize {resize:none;}

/*--- START - CSS for Execution status display-----*/
dd {
	display: block;
	-webkit-margin-start: 0px;		/*Needed for JIRA 6.x*/
}

dt {
	display: block;
}

.column {
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.exec-status-container dt {
	display: none;
}

.exec-status-container dd {
	background-color: #BBB;
	color: white;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 3px 1px;
	text-align: center;
	width: 100px;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	overflow: hidden;
}

.exec-long-field-container{
	display:inline;
}

.exec-long-field-container dd {
background-color: #BBB;
	color: white;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 3px 1px;
	text-align: left;
	width: 500px;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
}

/* Test Details History tab in issue [test] page */
.audit-history-show-more-container {
    margin-top: 10px;
}

.show-more-container{
    padding: 0 5px;
}

.editing-mode-inner-container{
    position: relative;
    max-width: 250px;
    padding-right: 5px;
}

.update_cancel-buttons{
    position: absolute;
    right: 5px;
}

.edit-mode-container{
    position: relative;
    top: -20px;
}

#custom-fields-show-more{
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    margin: 0px 0.2em;
    overflow: hidden;
    padding: 0.35em;
    text-align: center;
    color: #666666;
    cursor: pointer;
}

.custom-field-displaying-value{
    margin-top: 5px;
}

.aui-dialog2 .aui-dialog2-content.customFieldDataCountainer{
    max-height: 400px;
		overflow-y: auto;
}

/* added zephyr class to prevent overriding on jira dialogs*/
.zephyr-dialog2 .aui-dialog2 .aui-dialog2-content {
		height: auto;
}

.check-list-item{
    /*display: inline-block;*/
    width: 100%;
    /*float: left;*/
}

.custom-filter.filter-options{
    padding: 0 10px;
		font-size: 20px;
}

.choose-all-customize-filter{
    font-size: 0.7em !important;
    padding-right: 5px !important;
    border-right: 1px solid #eeeeee !important;
    border-radius: 0px !important;
}

.customize-filter{
    font-size: 0.7em !important;
    margin-left: 5px !important;
}

#edit-more-icon-container{
    display: inline-block;
    float: right;
    padding-right: 5px;
}

#inline-dialog-custom-field-configeration-options-inner-container{
    z-index: 3000;
}

.customize-options-icon{
    margin-right: 5px;
}

.edit-button-execution-details{
    float: right;
    padding-right: 5px;
    cursor: pointer;
}

#audit-history-show-more {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    margin: 0px 0.2em;
    overflow: hidden;
    padding: 0.35em;
    text-align: center;
}

#audit-history-show-more span {
    color: #666666;
}

/**** Only for JIRA 6.x *****/

/*For JIRA6x, version class is not defined*/
.version span{
	float: right;
}

div dl dd {
	margin-left:0px
}
/**** END JIRA 6.x *****/
/*--- END - CSS for Execution status display-----*/

#column-picker-restful-table {
    margin-bottom: 0;
}
#column-picker-restful-table {
    min-width: 0;
    width: 250px;
    border: none;
}

#column-picker-restful-table .aui-restfultable-row td {
    padding: 4px;
    border: none;
}

.aui-restfultable .aui-restfultable-order {
    width: 8px;
}

#column-picker-restful-table .aui-restfultable-row .aui-restfultable-draghandle {
    background-position: center center;
    min-height: 17px;
}

#column-picker-restful-table .aui-restfultable-row .aui-restfultable-draghandle {
    background-image: url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-create-testcase/images/grippy.png");
    cursor: move;
    display: inline-block;
    height: 100%;
    margin-bottom: -6px;
    min-height: 16px;
    width: 8px;
}

#column-picker-restful-table .aui-restfultable-row .aui-restfultable-operations {
    width: 20px;
}

.aui-restfultable-row .aui-restfultable-operations {
    white-space: nowrap;
    width: 160px;
}

.aui-restfultable-readonly td {
    font-size: 13px;
}

#column-picker-restful-table tbody tr {
	border-top: 1px solid #eee;
}

#column-picker-restful-table tbody tr .column-label {
    width: 100%;
}


.columnNames-select-wrapper input[type=button] {
	position: relative;
	left: 10px;
	top: -2px;
}

/* Drag and drop highlight*/
.ui-state-highlight td {
 	height: 2em;
 	line-height: 1.2em;
 	background-color: #fff !important;
 	/*border: 2px dashed #6693B0 !important;*/
}

/* Since JIRA 5* vesion does not support Loading feature, importing loading code*/
.jira-page-loading-indicator {
    background-position: 0 -280px;
    display: block;
    z-index: 9999;
}

#jira #show-feedback-dialog {
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    width: 600px !important;
}

#zephyr-feedback-form .form-body .field-group .description-text-area{
    width: 450px !important;
    min-height: 50px;
}

#feedback-form{
    /* min-height: 214px !important; */
    max-height: none !important;
    height: 300px !important;
}

#zephyr-feedback-aui-message-bar {
    padding-left: 30px;
    padding-right: 30px;
}

.hide {
    visibility: hidden !important;
}

.jira-page-loading-indicator {
    background-image: url("data:image/png;base64,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");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: none;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: fixed;
    top: 50%;
    width: 40px;
}

.zfj-loading-message {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: 20px;
	font-weight: bold;
}
/* override min-height for dialogue box */
.z-dialog2-xlarge{
    min-height: auto !important;
}

#zephyr-tb-ajax-timeout-confirm .aui-dialog2-content {
	height: 100px !important;
}
.resetFontColor {
    color: #000000 !important;
}
/*.calendar {
    position: fixed !important;
}*/
/*Calender position commented for ZFJ-3073*/
.aui-dialog .dialog-button-panel {
    padding: 5px;
}

#zapi_not_installed_img {
    color: #205081;
    max-width:92%;
    max-height:100%;
}

div.main-div {
    width: 97%;
    border: solid 1px #ccc;
    float: left;
    padding: 15px;
  }
  div.main-div h2 {
    font-size: 20px;
    margin: 0 0 15px 0;
    padding: 0;
  }
  div.main-div div.inner-div {
    min-height: 720px;
    width: 350px;
    border: solid 1px #ccc;
    float: left;
    margin: 0 20px 0 0;
    padding: 15px;
    /*background-color: #f6f6f6;*/
  }
  div.main-div h3 {
    font-size: 16px;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: solid 1px #ccc;
  }



.file-upload{display:block;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
.file-upload .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}

/*.attach-screenshot-paste-catcher {
    display:none;
}*/

.custom-textarea .editable-field img, .cell-wrapper img {
    max-width: 100%;
}


/*22*/
.zephyr-aui-tabs > .tabs-menu > .menu-item > a, .zephyr-aui-tabs > .tabs-menu > .menu-item > a strong {
    background: transparent;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

/*36*/
.zephyr-aui-tabs > .tabs-menu .menu-item a, .zephyr-aui-tabs > .tabs-menu .menu-item a:link, .zephyr-aui-tabs > .tabs-menu .menu-item a:visited {
    background: #e9e9e9;
    color: #333333;
}
/*41*/
.zephyr-aui-tabs > .tabs-menu .menu-item a:focus, .zephyr-aui-tabs > .tabs-menu .menu-item a:hover {
    background: #ffffff;
    color: #333333;
}

/*50*/
.zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a, .zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a:link, .zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a:visited, .zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a:focus, .zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a:hover, .zephyr-aui-tabs > .tabs-menu .menu-item.active-tab a:active {
    background: #ffffff;
    color: #333333;
}

/*97*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu ~ .tabs-pane {
    padding: 0;
    border-top: 1px solid #cccccc;
}

/*100*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100%;
}

/*113*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item {
    background: #eee;
    display: block;
    float: left;
    margin: 0;
}
/*125*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item:first-child {
    margin-left: 0px;
}

/*128*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item:first-child a {
    border-top-left-radius: 3px;
    border-left: 1px solid #cccccc;
}

/*138*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item > a, .zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .menu-item > a:focus, .zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .menu-item > a:hover, .zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .menu-item > a:active {
    display: block;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    padding: 5px 10px 4px 10px;
    text-decoration: none;
}
/*149*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab, .zephyr-aui-tabs.horizontal-tabs[data-aui-responsive] > .tabs-menu > .menu-item.active-tab, .zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .active-tab:focus, .zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .active-tab:hover, .zephyr-aui-tabs.aui-tabs-disabled.horizontal-tabs > .tabs-menu > .active-tab:active {
    border-bottom: 1px solid #ffffff;
    margin-bottom: -1px;
    position: relative;
}

/*157*/
.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item a, .zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item a:focus, .zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item a:hover, .zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item a:active {
    padding: 5px;
}

.zephyr-aui-tabs.horizontal-tabs > .tabs-menu > .menu-item.active-tab a::after, .zephyr-aui-tabs.horizontal-tabs > .tabs-menu::after {
    display: none;
}

.aui-avatar.aui-avatar-xsmall, .aui-avatar.aui-avatar-xsmall .aui-avatar-inner {
    max-width: inherit;
    max-height: inherit;
}

.zephyr-aui-message span.aui-icon {
    display: inline;
}
.zephyr-aui-message + form span.aui-icon, .zephyr-aui-message + .form-body span.aui-icon {
    display: inline;
}
.zephyr-aui-message span.aui-icon + p {
    margin-top: 0;
}

.zephyr-banner-msg {
	max-width: 100%;
	word-wrap: break-word;
}

.zephyr-banner-msg img {
    max-height: 50px;
}
.zephyr-banner-msg h1, h2 {
    margin: 5px 0px !important;
}
.zephyr-banner-msg tr th {
    background: none;
}

.field-group > .issue-picker-popup {
	top : 9px !important;
}
.file-input-label > * > label{
	margin: 0px 0px 0px 4px !important;
    float: none !important;
    width: auto !important;
}
/*ZFJ-5154*/
#view_issue_steps_section{
    display: block;
}

#api-rate-limit .rate-limit-subwrapper {
    margin: 15px 0;
}

#api-rate-limit .rate-limit-description {
    font-size: 12px;
    opacity: 0.8;
    margin-left: 25px;
    display: block;
}

#api-rate-limit .rate-limit-options {
    margin-top: 15px;
    margin-left: 25px
}

#api-rate-limit .rate-limit-options input {
   height: 25px;
   margin: 5px;
}
#api-rate-limit .rate-limit-options select {
    height: 30px;
    margin: 5px;
}
#api-rate-limit .rate-limit-description.error {
    margin-left: 5px;
    opacity: 1;
}
#zephyr-aui-message-bar-config {
    position: fixed;
    top: 100px;
    z-index: 99999;
    right: 30px;
    -webkit-transition: right 2s;
    transition: right 2s;
    max-width: 400px;
}

.zsquad-progress-container {
    margin: 20px 0 0;
    gap: 5px;
}

.backup-restore-container {
    margin: 20px 0;
}

#backup-restore .backup-restore-container > div {
    border-bottom: 1px solid #DFE1E6;
    padding: 0px 0 20px 0;
    margin: 0 0 20px 0;
}
#backup-restore .backup-restore-container > div:last-child {
    border: none;
}

#backup-restore .action-label {
    width: 300px;
}
#backup-restore .action-wrapper {
    flex-grow: 1;
}
#backup-restore .action-wrapper input {
    flex-grow: 1;
    margin: 0 10px 0 0;
}

/* 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.thed.zephyr.je:zephyr-je-create-steps', location = 'includes/css/zephyr/testcase/create-steps.less' */
.zfj-module-toggle-wrapper{cursor:pointer;position:absolute;left:7px;top:12px;z-index:1000}.zfj-module-toggle-wrapper.collapse~.project-config-panel{border-bottom:1px solid #cccccc;margin-top:15px}.zfj-module-toggle-wrapper.collapse~.project-config-panel #teststep-table{display:none}.zfj-module-toggle-wrapper.expand~.project-config-panel #teststep-table{display:block}#project-config-panel-versions-teststep{overflow:auto}.jiraform .zephyr-wiki-editor_link{display:none}#errorColumnSelector{color:red;padding:0 15px 5px 15px;display:none}#inline-dialog-createStep-column-picker{position:absolute;background:#ffffff;border:1px solid #cccccc;border-radius:3px;box-shadow:0 3px 6px rgba(0,0,0,0.2);overflow:hidden;width:250px;right:-6px;top:44px;z-index:1000;padding:7px 0 0;display:none;font-weight:normal}#inline-dialog-createStep-column-picker h3{font-size:15px;font-weight:bold;padding:0 10px}#inline-dialog-createStep-column-picker .aui-list-wrapper{padding:10px;overflow:hidden}#inline-dialog-createStep-column-picker .aui-list-wrapper .check-list-item{padding:6px 10px 6px 25px}#inline-dialog-createStep-column-picker .aui-list-wrapper .check-list-item label input[type="checkbox"]{left:0}#inline-dialog-createStep-column-picker .button-panel{border-top:1px solid #cccccc;padding:10px;text-align:right}#teststep-table thead th:last-child{position:relative}#teststep-table thead th .step-column-picker-trigger-container{position:relative}#teststep-table thead th .step-column-picker-trigger-container.active:before,#teststep-table thead th .step-column-picker-trigger-container.active:after{border-color:#cccccc transparent;border-style:solid;border-width:0 8px 8px;content:"";left:16px;position:absolute;top:31px}#teststep-table thead th .step-column-picker-trigger-container.active:after{border-bottom-color:#ffffff;top:32px;z-index:10000}#teststep-table thead th .step-column-picker-trigger-container .step-column-picker-trigger:after{border:4px solid transparent;border-top-color:#111;content:"";height:0;position:absolute;right:2px;top:13px;width:0}#teststep-table.removeTestStep>thead>tr>th:nth-child(3),#teststep-table.removeTestStep>tbody>tr>td:nth-child(3){display:none}#teststep-table.removeTestStepData>thead>tr>th:nth-child(4),#teststep-table.removeTestStepData>tbody>tr>td:nth-child(4){display:none}#teststep-table.removeTestStepExpectedResult>thead>tr>th:nth-child(5),#teststep-table.removeTestStepExpectedResult>tbody>tr>td:nth-child(5){display:none}#teststep-table.removeTestStepAttachment>thead>tr>th:nth-child(6),#teststep-table.removeTestStepAttachment>tbody>tr>td:nth-child(6){display:none}#teststep-table img{max-width:100%;max-height:100%}#teststep-table th.zephyr_create_test_step_th,#teststep-table th.zephyr_create_test_data_th,#teststep-table th.zephyr_create_test_result_th{width:30%}#teststep-table td.zephyr_create_word_break{word-wrap:break-word}#teststep-table td.zephyr_create_word_break>span>div>p{word-break:break-word}#teststep-table .zephyr-aui-restfultable-operations{width:20px;white-space:nowrap;color:#ffffff;cursor:pointer;padding:7px 5px}#teststep-table .zephyr-aui-restfultable-operations .aui-button-cancel{margin-left:3px}#teststep-table .zephyr-aui-restfultable-operations input.button{margin-top:2px}#teststep-table tr:hover .zephyr-aui-restfultable-operations,#teststep-table .aui-restfultable-active .zephyr-aui-restfultable-operations{color:#707070}#teststep-table td.zephyr-wiki-edit{padding:4px !important}#teststep-table .zephyr-wiki-preview_link{margin-right:3px}#teststep-table .ui-sortable .aui-restfultable-row .aui-restfultable-order .aui-restfultable-draghandle{display:inline-block;width:8px;height:100%;min-height:24px;margin-bottom:-6px;background-image:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.3.1.83109807/_/download/resources/com.thed.zephyr.je:zephyr-je-create-steps/images/grippy.png");cursor:move}.zephyr-wiki-inline-dialog::before,.zephyr-wiki-inline-dialog::after{border:0 !important}
/* module-key = 'com.atlassian.jira.plugins.jira-admin-helper-plugin:dialog-resources', location = 'css/link.less' */
#inline-dialog-field_picker_popup .whereismycf-qfpicker-link{float:right}
/* module-key = 'com.atlassian.jira.project-templates-plugin:project-templates-plugin-resources', location = '/css/project-templates-plugin.less' */
#add-project-dialog .templates,#add-project-dialog .template{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#add-project-dialog .templates{padding:1px;overflow:auto;list-style:none;margin:0;display:flex;flex-wrap:wrap}#add-project-dialog .templates:focus{outline:none}#add-project-dialog .template{vertical-align:top;margin:0;padding:10px;border:1px solid white;border-radius:3px;cursor:pointer;height:80px;flex:0 0 50%;-webkit-user-select:none;-moz-user-select:none;user-select:none}#add-project-dialog .template.selected{background-color:#E6EFF8;border-radius:3px}#add-project-dialog .dialog-title{display:flex;align-items:center;justify-content:space-between}#add-project-dialog .dialog-panel-body{overflow-x:hidden}#add-project-dialog .template-meta{padding-left:60px}#add-project-dialog .template-preview{float:left;width:48px;height:48px;vertical-align:text-bottom}#add-project-dialog .template-name{font-weight:bold;margin-top:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#add-project-dialog .dialog-panel-body.pt-content .wait-container{text-align:center;height:16px;line-height:16px;width:100%;position:absolute;top:50%;margin-top:-8px;display:block;font-size:14px;margin-left:4px}#add-project-dialog .dialog-panel-body.pt-content .wait-container>.wait-icon{vertical-align:text-bottom;margin-right:3px}#add-project-dialog .pt-submit-button{margin-right:10px}#add-project-dialog .help-lnk{margin-left:10px}#add-project-dialog .add-workflow-link{font-size:14px}#add-project-dialog .footer-links{float:left}#add-project-dialog .pt-content{background:no-repeat 95% 100%}#add-project-dialog .add-project-wrapper{display:table}#add-project-dialog .add-project-form-wrapper{width:460px;padding-right:60px}#add-project-dialog .add-project-description-wrapper{display:table-cell;margin-left:5px;vertical-align:top}#add-project-dialog .add-project-description-wrapper h3{color:#3B73AF}#add-project-dialog .template-description{height:40px}#add-project-dialog .add-project-back-button{margin-left:10px}#add-project-dialog .template-group-header{margin-bottom:5px}#add-project-dialog .template-group-header .project-type-icon{width:18px;height:18px;vertical-align:top;margin-right:5px}#add-project-dialog .template-group{padding-bottom:0;margin-bottom:8px}#add-project-dialog.aui-dialog .dialog-button-panel .footer-links .button-panel-link{padding-left:10px}#add-project-dialog .offscreen-left{left:-9999px;position:absolute}#add-project-dialog .create-shared-info{display:none;color:#999}#add-project-dialog .field-group.project-picker-group{padding-top:2em;padding-bottom:2em}#add-project-dialog .aui-icon-help{cursor:pointer}#add-project-dialog #create-shared-project-form p{margin-top:0}.aui-icon.aui-icon-create-shared{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDE4LjU0MiAxOC4yNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTguNTQyIDE4LjI1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxyZWN0IHg9IjMuODg0IiB5PSIxMS4xNjciIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMzNzczQjE7IiB3aWR0aD0iMiIgaGVpZ2h0PSIxIi8+CjxyZWN0IHg9IjQuMzIyIiB5PSIxLjE2NyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzM3NzNCMTsiIHdpZHRoPSIyIiBoZWlnaHQ9IjEiLz4KPHJlY3QgeD0iMTEuNDU4IiB5PSI1Ljg4NiIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzM3NzNCMTsiIHdpZHRoPSIxIiBoZWlnaHQ9IjAuOTY4Ii8+CjxwYXRoIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMzNzczQjE7IiBkPSJNMTIuMDU4LDEuOTc2TDExLjI2MiwyLjU3YzAuMTI4LDAuMTcyLDAuMTk2LDAuMzc1LDAuMTk2LDAuNTg5Cgl2MC43MjdoMVYzLjE1OUMxMi40NTgsMi43MTYsMTIuMzA2LDIuMzA5LDEyLjA1OCwxLjk3NnoiLz4KPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzM3NzNCMTsiIGQ9Ik0yLjQ1OCwxMC4xNzRWOS43MzZoLTF2MC40MzljMCwwLjU0NiwwLjIyMywxLjA0NCwwLjU4MywxLjQwNQoJbDAuNzA4LTAuNzA2QzIuNTYyLDEwLjY4NSwyLjQ1OCwxMC40MzcsMi40NTgsMTAuMTc0eiIvPgo8cmVjdCB4PSI4LjMyMiIgeT0iMS4xNjciIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiMzNzczQjE7IiB3aWR0aD0iMiIgaGVpZ2h0PSIxIi8+CjxyZWN0IHg9IjEuNDU4IiB5PSI1LjczNiIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzM3NzNCMTsiIHdpZHRoPSIxIiBoZWlnaHQ9IjIiLz4KPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzM3NzNCMTsiIGQ9Ik0xLjQ1OCwzLjE1OXYxLjAwOGgxVjMuMTU5YzAtMC4zMzksMC4xNzMtMC42NTIsMC40NjItMC44MzYKCUwyLjM4NCwxLjQ4M0MxLjgzMSwxLjgzNywxLjQ1OCwyLjQ1MywxLjQ1OCwzLjE1OXoiLz4KPGc+Cgk8ZGVmcz4KCQk8cmVjdCBpZD0iU1ZHSURfMV8iIHg9IjkuNDU4IiB5PSIxMS4xMjUiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiLz4KCTwvZGVmcz4KCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPgoJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+Cgk8L2NsaXBQYXRoPgoJPHJlY3QgeD0iNC40NTgiIHk9IjYuMTI1IiBzdHlsZT0iY2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6IzM3NzNCMTsiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMSIvPgo8L2c+CjxyZWN0IHg9IjExLjQ1OCIgeT0iOS4xMjUiIHN0eWxlPSJmaWxsOiMzNzczQjE7IiB3aWR0aD0iMSIgaGVpZ2h0PSI1Ii8+CjxwYXRoIHN0eWxlPSJmaWxsOiMzNzczQjE7IiBkPSJNMTUuNDY2LDcuMTY3YzAuNTQ3LDAsMC45OTIsMC40NDUsMC45OTIsMC45OTJ2Ny4wMTZjMCwwLjU0Ny0wLjQ0NSwwLjk5Mi0wLjk5MiwwLjk5Mkg4LjQ1CgljLTAuNTQ3LDAtMC45OTItMC40NDUtMC45OTItMC45OTJWOC4xNTljMC0wLjU0NywwLjQ0NS0wLjk5MiwwLjk5Mi0wLjk5MkgxNS40NjYgTTE1LjQ2Niw2LjE2N0g4LjQ1CgljLTEuMDkyLDAtMS45OTIsMC44OTItMS45OTIsMS45OTJ2Ny4wMTZjMCwxLjA5MiwwLjg5MiwxLjk5MiwxLjk5MiwxLjk5Mmg3LjAxNmMxLjA5MiwwLDEuOTkyLTAuODkyLDEuOTkyLTEuOTkyVjguMTU5CglDMTcuNDU4LDcuMDY3LDE2LjU2Niw2LjE2NywxNS40NjYsNi4xNjdMMTUuNDY2LDYuMTY3eiIvPgo8L3N2Zz4K")}#inline-dialog-shared-project-help-popup{z-index:3500}#inline-dialog-shared-project-help-popup .shared-help{padding:10px}#inline-dialog-shared-project-help-popup .shared-help ul{margin-top:6px}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){#add-project-dialog .template{flex:0 0 47%}}
/* module-key = 'com.atlassian.jira-core-project-templates:jira-core-project-templates-resources', location = '/css/core-project-templates.css' */
#add-project-dialog .project-template-issuetype-list{display:block;list-style:none;padding:0;word-wrap:break-word;word-break:break-word;margin-top:10px;margin-left:15px}#add-project-dialog .project-template-issuetype-list>li{position:relative;padding-left:22px}#add-project-dialog .suitable-projects-for-the-template{padding:0;margin-left:15px}#add-project-dialog .issuetype-icon{position:absolute;left:0;margin-top:2px;width:16px;height:16px}#add-project-dialog .left-info{width:370px;float:left;padding-right:10px}#add-project-dialog .right-info{background-repeat:no-repeat;background-position:top center;width:400px;height:270px;float:right;margin-top:-8px}#add-project-dialog .right-info.issue-tracking-screenshot{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/7.0.5/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/simple-issue-tracking-wf.png')}#add-project-dialog .issuetype-icon.newfeature{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/7.0.5/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/icons/svg/newfeature.svg')}#add-project-dialog .issuetype-icon.task{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/7.0.5/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/icons/svg/task.svg')}#add-project-dialog .issuetype-icon.subtask{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/7.0.5/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/icons/svg/subtask.svg')}#add-project-dialog .issuetype-icon.story{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/7.0.5/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/icons/svg/story.svg')}#add-project-dialog .issuetype-icon.bug{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/7.0.5/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/icons/svg/bug.svg')}#add-project-dialog .top-panel{padding-bottom:15px;width:100%;float:top}#add-project-dialog .right-panel{padding:3px 3px 3px 30px;width:40%;float:left}#add-project-dialog .left-panel{padding:3px;padding-left:0;width:40%;float:left}#add-project-dialog .workflow{background-size:100%;background-repeat:no-repeat;height:100px;margin-top:20px}#add-project-dialog .workflow.taskManagement{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/7.0.5/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/svg/core-task-management-workflow.svg');width:373px}#add-project-dialog .workflow.projectManagement{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/7.0.5/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/svg/core-project-management-workflow.svg');width:373px}#add-project-dialog .workflow.processManagement{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/7.0.5/_/download/resources/com.atlassian.jira-core-project-templates:jira-core-project-templates-resources/images/svg/core-process-management-workflow.svg');width:490px;height:130px;margin-top:10px}
/* module-key = 'com.pyxis.greenhopper.jira:gh-custom-field-pickers', location = '/includes/css/gh-custom-field-pickers.less' */
.ghx-estimate-scope-warning{border:1px solid #ffab00;border-top:0;color:#6b778c;font-size:12px;line-height:1.4;margin-top:0;padding:5px}
/* module-key = 'com.pyxis.greenhopper.jira:gh-view-issue', location = 'includes/css/gh-view-issue.less' */
#jira .ghx-label-0{color:#fff;background-color:#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-issue-web-panel span.ghx-sub-info{white-space:nowrap}.ghx-issuetable{background-color:#fff;border-collapse:collapse;margin:8px 0;width:100%}.ghx-issuetable thead th{background-color:transparent;border-bottom:1px solid #bbb;color:#999;font-weight:400;padding:3px 7px;white-space:nowrap}.ghx-issuetable thead .active{color:#fff}.ghx-issuetable thead .active:hover{background-color:#bbb}.ghx-issuetable .rowHeader,.ghx-issuetable .rowNormal,.ghx-issuetable .rowAlternate{background-color:transparent}.ghx-issuetable th,.ghx-issuetable td{overflow:hidden}.ghx-issuetable>td{color:#333}.ghx-issuetable img{vertical-align:middle;width:16px}.ghx-issuetable td{line-height:1.286;padding:5px 7px}.ghx-issuetable .nav{border-bottom:1px solid #ccc;vertical-align:top}.ghx-issuetable .issuetype,.ghx-issuetable .issuekey,.ghx-issuetable .priority,.ghx-issuetable .status{white-space:nowrap;width:16px}.msie .ghx-issuetable .issuekey,.msie .ghx-issuetable .status{width:1%}.ghx-issuetable .resolution,.ghx-issuetable .created,.ghx-issuetable .updated{max-width:25em;white-space:nowrap}.ghx-issuetable .assignee,.ghx-issuetable .reporter,.ghx-issuetable .versions,.ghx-issuetable .components,.ghx-issuetable .fixVersions{max-width:60em;min-width:80px}.ghx-issuetable td.assignee>a{white-space:nowrap;word-wrap:normal}.ghx-issuetable .versions .tinylink,.ghx-issuetable .components .tinylink,.ghx-issuetable .fixVersions .tinylink{white-space:nowrap}.ghx-issuetable .summary>p,.ghx-issuetable .description>p{min-width:200px;margin:0;max-width:1400px;white-space:normal}.ghx-issuetable .issueCount{text-align:center}.ghx-issuetable .issuerow:hover{background-color:#f0f0f0}.ghx-issuetable .issue_actions{width:18px}.ghx-issuetable .issue_actions a.icon-tools-small{background:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:gh-view-issue/images/jira/tools_20.png") no-repeat 0 -1px}.ghx-issuetable .issue_actions a.icon-tools-small.loading{background:url("/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:gh-view-issue/images/jira/wait-blue.gif") no-repeat 1px 1px}.ghx-issuetable .issue_actions .aui-dd-parent{height:18px;width:32px}.ghx-issuetable .issue_actions a.aui-dd-link{padding:0 0 0 19px;position:absolute;left:-9000px;top:-9000px}.ghx-issuetable .issue_actions a.active,.ghx-issuetable .issuerow.focused .issue_actions a.aui-dd-link,.ghx-issuetable .issuerow:hover .issue_actions a.aui-dd-link{left:0;top:0}.ghx-issuetable .issue_actions a.aui-dd-link span{background-image:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:gh-view-issue/images/jira/menu_indicator_for_light_backgrounds.gif);display:block;width:15px;height:18px;background-position:2px 7px;text-indent:-9000px;overflow:hidden}.ghx-issuetable .issue_actions a.aui-dd-link:hover span,.ghx-issuetable .issue_actions a.aui-dd-link.active span{background-image:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:gh-view-issue/images/jira/menu_indicator_for_dark_backgrounds.gif)}.ghx-issuetable .issue_actions a.aui-dd-link:hover,.ghx-issuetable .issue_actions a.aui-dd-link.active{background-color:#3c78b5;color:#fff}.ghx-issuetable .ghx-accept{background:transparent url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:gh-view-issue/images/jira/accept.png) no-repeat 100% 50%;display:inline-block;padding:0 18px 0 0}.ghx-issuetable .ghx-minimal{white-space:nowrap;width:1px}.ghx-issuetable .ghx-minimal.ghx-alt{padding-right:0;padding-left:0}.ghx-issuetable .ghx-summary{min-width:200px;width:100%}.ghx-sprint-picker-scope-warning{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:500px}#issue-content .ghx-sprint-picker-scope-warning{max-width:none;margin-left:-5px;margin-right:45px}.ghx-sprint-picker-meta{color:#6b778c}.ghx-sprint-multiselect-meta{font-size:12px;color:#6b778c}.aui-list .aui-list-item.active a.ghx-epic-menu-header{background-color:transparent;color:#172b4d;cursor:default;text-decoration:none}.aui-list .aui-list-item.active a.ghx-epic-menu-header span{color:#fff}.aui-list .aui-list-item a.ghx-epic-menu-header li h5{float:left;padding:0}.aui-list .aui-list-item a.ghx-epic-menu-header li label{float:right}.aui-list .aui-list-item .epic-menu-metadata{color:#6b778c;font-size:12px}
/* module-key = 'com.pyxis.greenhopper.jira:project-template-resources', location = '/projecttemplates/css/project-templates.css' */
#add-project-dialog .issuetype-icon.epic{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/issuetypes/svg/epic.svg')}#add-project-dialog .issuetype-icon.improvement{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/issuetypes/svg/improvement.svg')}#add-project-dialog .gh-legacy .issuetype-icon.bug{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/issuetypes/legacy/bug.png')}#add-project-dialog .gh-legacy .issuetype-icon.epic{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/issuetypes/legacy/epic.png')}#add-project-dialog .gh-legacy .issuetype-icon.improvement{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/issuetypes/legacy/improvement.png')}#add-project-dialog .gh-legacy .issuetype-icon.newfeature{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/issuetypes/legacy/newfeature.png')}#add-project-dialog .gh-legacy .issuetype-icon.story{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/issuetypes/legacy/story.png')}#add-project-dialog .gh-legacy .issuetype-icon.task{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/issuetypes/legacy/task.png')}#add-project-dialog .gh-legacy .issuetype-icon.subtask{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/issuetypes/legacy/subtask_alternate.png')}#add-project-dialog .top-panel{padding-bottom:15px;width:100%}#add-project-dialog .right-panel{padding:3px 3px 3px 30px;float:left}#add-project-dialog .left-panel{padding:3px;padding-left:0;width:30%;float:left}#add-project-dialog .workflow{background-size:100%;background-repeat:no-repeat;height:100px;margin-top:20px}#add-project-dialog .workflow.basic-development-workflow-screenshot{width:511px;background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/workflows/project-template-software-dev-workflow.svg')}#add-project-dialog .workflow.scrum-workflow-screenshot{background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/workflows/project-template-scrum-workflow.svg');width:373px}#add-project-dialog .workflow.kanban-workflow-screenshot{width:547px;background-image:url('/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.pyxis.greenhopper.jira:project-template-resources/../com.pyxis.greenhopper.jira:project-template-images/images/workflows/project-template-kanban-workflow.svg')}
/* module-key = 'com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource', location = 'templates/plugins/bamboo/style/release.css' */
#unresolved-move{margin-top:-10px;top:50%}#build-details .bamboo-icon{vertical-align:-4px}#build-details dl{margin-bottom:6px}#build-details dd{white-space:nowrap;text-align:left}#build-details .completed+dd span,#build-details .duration+dd span,#build-details .queued+dd span,#build-details .successful-since+dd span,#build-details .first-to-pass-since+dd span,#build-details .failing-since+dd span,#build-details .fixed-in+dd span,#build-details .restarts+dd span{color:#707070}#release-report #build-details{display:inline-block;margin-bottom:5px}#release-report #build-details a{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;position:relative;width:100%;vertical-align:bottom;word-wrap:normal}#release-report #build-details .build-link{max-width:160px}#release-report #build-details .artifact-link{max-width:100px}#release-report #build-details dl{width:inherit}#shared-artifacts{list-style:none;margin:0;padding:0;text-align:left}#shared-artifacts .filesize{color:#707070;font-size:13px;margin-left:.35em}#bamboo-build-results{display:inline-block}#bamboo-build-results>.radio{min-width:240px;padding-right:10px;white-space:nowrap}#bamboo-build-results>.radio+.radio{border-top:1px solid #ddd;padding-top:5px}#bamboo-build-results>.radio>label{margin-right:0}#bamboo-build-results label>span.bamboo-icon{margin:0 3px}#bamboo-build-results label>span.trigger-reason{margin-left:10px}#bamboo-build-results>p,#bamboo-plan-stages>p{margin:5px 0 0;padding:0}#bamboo-plan-stages{display:inline-block}#bamboo-plan-stages>.bamboo-icon-loading{margin-top:4px}#bamboo-plan-stages>.checkbox{background:#f0f0f0;border:1px solid #ddd;border-left:0;margin:0;min-width:226px;padding:3px 8px 3px 36px;position:relative}#bamboo-plan-stages>.checkbox+.checkbox{border-top:0}#bamboo-plan-stages>.checkbox.selected{background:#fff}#bamboo-plan-stages>.checkbox:before{background:#bbb;bottom:-1px;content:"";left:0;position:absolute;top:-1px;width:8px}#bamboo-plan-stages>.checkbox+.checkbox:before{top:0}#bamboo-plan-stages>.checkbox.selected:before{background:#326ca6}#bamboo-plan-stages>.checkbox>input{display:none;left:16px}#bamboo-plan-stages>.checkbox.manual>input,#bamboo-plan-stages>.checkbox.already-run>input{display:inline-block}#bamboo-override-variables label{display:none}#bamboo-override-variables legend+.field-group{padding-top:0}#bamboo-override-variables .text{margin-left:10px}#bamboo-override-variables .bamboo-icon-variable-delete{cursor:pointer;margin-left:10px}#override-another{border-top:0}a.Failed,#Failed,.Failed{color:red}a.Successful,#Successful,.Successful,.SuccessfulPartial{color:green}a.Unknown,#Unknown,.Unknown,a.Suspended,#Suspended,.Suspended,a.NeverExecuted,#NeverExecuted,.NeverExecuted{color:gray}.bamboo-icon{display:inline-block;height:16px;margin:0;overflow:hidden;padding:0;vertical-align:middle;width:16px}.bamboo-icon>span{height:0;left:-5000px;overflow:hidden;position:absolute;top:0;width:4000px}.bamboo-icon-project-fail,.bamboo-icon-failed,.bamboo-icon-Failed{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-failed.png) no-repeat 50% 50%}.bamboo-icon-project-success,.bamboo-icon-Successful,.bamboo-icon-successful{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-successful.png) no-repeat 50% 50%}.bamboo-icon-NotBuilt,.bamboo-icon-Unknown,.bamboo-icon-unknown{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-unknown.png) no-repeat 50% 50%}.bamboo-icon-project-none,.bamboo-icon-NeverExecuted,.bamboo-icon-Suspended,.bamboo-icon-disabled{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-disabled.png) no-repeat 50% 50%}.bamboo-icon-project-current,.bamboo-icon-InProgress,.bamboo-icon-building{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-building-06.gif) no-repeat 50% 50%}.bamboo-icon-Pending,.bamboo-icon-Queued,.bamboo-icon-queued{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-queued.png) no-repeat 50% 50%}.bamboo-icon-sync{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-checking-out.gif) no-repeat 50% 50%}.bamboo-icon-SuccessfulPartial,.bamboo-icon-successfulpartial{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-build-continue.png) no-repeat 50% 50%}.bamboo-icon-artifact{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-artifact.png) no-repeat 50% 50%}.bamboo-icon-artifact-shared{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/iconsv4/icon-artifact-shared.png) no-repeat 50% 50%}.bamboo-icon-loading{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/icons/wait.gif) no-repeat 50% 50%}.bamboo-icon-variable-delete{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/icons/trash_16.gif) no-repeat 50% 50%}.bamboo-icon-version-released,.bamboo-icon-version-unreleased{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/version_closed_48.png) no-repeat 50% 50%;height:48px;width:48px}.bamboo-icon-version-unreleased{background:url(/s/2o0z4p/813003/92c83b0a7f4200e64f0ab50d51b0e088/8.13.3/_/download/resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-page-resource/../../resources/com.atlassian.jira.plugin.ext.bamboo:bamboo-version-tabpanel/images/version_open_48.png) no-repeat 50% 50%}.clearErrorsLink{margin-left:5px;margin-top:20px}#release-status{float:right}#connect-message,#release-status.version-unreleased{color:#707070;text-align:center}#connect-message>h3,#release-status.version-unreleased>h3{font-size:22px;font-weight:normal}#release-status.version-unreleased{padding-left:0}#release-status>.bamboo-icon{left:0;position:absolute;top:0}#release-status>h3{color:inherit;font-size:16px}#build-details>.aui-message{text-align:left}
/* module-key = 'com.atlassian.jpo:jpo-wr-custom-field-styles-parent', location = '/jpo2/styles-plugin/styles.css' */
.jpo-parent-field-issue-key,.jpo-parent-field-issue-type-icon{padding-right:5px}.jpo-warning-icon{color:#f6c342;margin-left:5px}.jpo-parent-field-issue-type-icon{width:16px;height:16px}table.jpo-child-issue-table{margin:8px 0;width:100%;border-collapse:collapse}table.jpo-child-issue-table tr{line-height:1.286}table.jpo-child-issue-table tr:not(:last-child){border-bottom:1px solid #ccc}table.jpo-child-issue-table tr:hover{background-color:#f0f0f0}table.jpo-child-issue-table tr td{padding:5px 7px;white-space:nowrap}table.jpo-child-issue-table tr td img{height:16px;width:16px;padding-right:5px;vertical-align:middle}table.jpo-child-issue-table tr td.jpo-column-expand{width:100%;white-space:normal}
/* module-key = 'com.atlassian.jpo:jpo-wr-dialog-bootstrap', location = '/jpo2/styles-plugin/dialog-loading/styles.css' */
#jpo-create-dialog>.jira-dialog-content>span.icon.loading.jpo-dialog{position:absolute;left:405px;top:120px;display:inline-block}#jpo-keyboard-shortcuts-dialog>.jira-dialog-content>span.icon.loading.jpo-dialog{position:absolute;left:250px;top:120px;display:inline-block}#jpo-create-dialog.jpo-ready>.jira-dialog-content>span.icon.loading.jpo-dialog,#jpo-keyboard-shortcuts-dialog.jpo-ready>.jira-dialog-content>span.icon.loading.jpo-dialog{display:none}